.channel-html {
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.channel-html,
.channel-html:before,
.channel-html:after,
.channel-html *,
.channel-html *:before,
.channel-html *:after {
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  float: initial;
  pointer-events: auto;
  letter-spacing: normal;
}

.channel-html *,
.channel-html *:before,
.channel-html *:after {
  float: inherit;
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: inherit;
}

.channel-html div,
.channel-html aside,
.channel-html details,
.channel-html figure,
.channel-html footer,
.channel-html header,
.channel-html nav,
.channel-html section {
  display: block;
}

.channel-html img {
  border: 0;
  vertical-align: middle;
}

.channel-html ul {
  list-style: none;
}

.channel-html,
.channel-html select,
.channel-html button {
  font-synthesis: none;
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: ltr;
  text-align: left;
}

.channel-html,
.channel-html select,
.channel-html button {
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html sup {
  font-size: 0.6em;
  vertical-align: top;
  position: relative;
  bottom: -0.2em;
}

h1 .channel-html sup,
h2 .channel-html sup,
h3 .channel-html sup {
  font-size: 0.4em;
}

.channel-html sup a {
  vertical-align: inherit;
  color: inherit;
}

.channel-html sup a:hover {
  color: rgb(0, 102, 204);
  text-decoration: none;
}

.channel-html html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.channel-html body {
  margin: 0;
  padding: 0;
}

.channel-html ul,
.channel-html li,
.channel-html dd,
.channel-html h1,
.channel-html h2,
.channel-html h3,
.channel-html h4,
.channel-html h5,
.channel-html h6,
.channel-html p,
.channel-html figure,
.channel-html form,
.channel-html pre,
.channel-html button {
  margin: 0;
  padding: 0;
}

.channel-html pre,
.channel-html caption {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

.channel-html caption {
  text-align: left;
}

.channel-html table {
  border-collapse: collapse;
  border-spacing: 0;
}

.channel-html details {
  display: block;
}

.channel-html button {
  background: none;
  border: 0;
  box-sizing: content-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: inherit;
}

.channel-html button:disabled {
  cursor: default;
}

.channel-html :focus-visible {
  outline: 2px solid var(--sk-focus-color, #0071e3);
  outline-offset: var(--sk-focus-offset, 1px);
}

.channel-html ::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.channel-html :root {
  --sk-body-text-color: rgb(29, 29, 31);
  --sk-headline-text-color: rgb(29, 29, 31);
  --sk-body-background-color: rgb(255, 255, 255);
  --sk-body-font-stack: text;
  --sk-default-stacked-margin: 0.4em;
  --sk-paragraph-plus-element-margin: 0.8em;
  --sk-headline-plus-first-element-margin: 0.8em;
  --sk-headline-plus-headline-margin: 0.4em;
  --sk-paragraph-plus-headline-margin: 1.6em;
}

.channel-html html {
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 106.25%;
  quotes: "“""”";
}

.channel-html body {
  font-size: 17px;
  line-height: 1.4705882353;
  font-weight: 400;
  letter-spacing: -0.022em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background-color: var(--sk-body-background-color, rgb(255, 255, 255));
  color: var(--sk-body-text-color, rgb(29, 29, 31));
  font-style: normal;
}

.channel-html body,
.channel-html select,
.channel-html button {
  font-synthesis: none;
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.channel-html h1,
.channel-html h2,
.channel-html h3,
.channel-html h4,
.channel-html h5,
.channel-html h6 {
  font-weight: 600;
  color: var(--sk-headline-text-color, rgb(29, 29, 31));
}

.channel-html h1 img,
.channel-html h2 img,
.channel-html h3 img,
.channel-html h4 img,
.channel-html h5 img,
.channel-html h6 img {
  display: block;
  margin: 0;
}

.channel-html h1+*,
.channel-html h2+*,
.channel-html h3+*,
.channel-html h4+*,
.channel-html h5+*,
.channel-html h6+* {
  margin-top: var(--sk-headline-plus-first-element-margin, 0.8em);
}

.channel-html h1+h1,
.channel-html h1+h2,
.channel-html h1+h3,
.channel-html h1+h4,
.channel-html h1+h5,
.channel-html h1+h6,
.channel-html h2+h1,
.channel-html h2+h2,
.channel-html h2+h3,
.channel-html h2+h4,
.channel-html h2+h5,
.channel-html h2+h6,
.channel-html h3+h1,
.channel-html h3+h2,
.channel-html h3+h3,
.channel-html h3+h4,
.channel-html h3+h5,
.channel-html h3+h6,
.channel-html h4+h1,
.channel-html h4+h2,
.channel-html h4+h3,
.channel-html h4+h4,
.channel-html h4+h5,
.channel-html h4+h6,
.channel-html h5+h1,
.channel-html h5+h2,
.channel-html h5+h3,
.channel-html h5+h4,
.channel-html h5+h5,
.channel-html h5+h6,
.channel-html h6+h1,
.channel-html h6+h2,
.channel-html h6+h3,
.channel-html h6+h4,
.channel-html h6+h5,
.channel-html h6+h6 {
  margin-top: var(--sk-headline-plus-headline-margin, 0.4em);
}

.channel-html p+h1,
.channel-html ul+h1,
.channel-html p+h2,
.channel-html ul+h2,
.channel-html p+h3,
.channel-html ul+h3,
.channel-html p+h4,
.channel-html ul+h4,
.channel-html p+h5,
.channel-html ul+h5,
.channel-html p+h6,
.channel-html ul+h6 {
  margin-top: var(--sk-paragraph-plus-headline-margin, 1.6em);
}

.channel-html p+*,
.channel-html ul+* {
  margin-top: var(--sk-paragraph-plus-element-margin, 0.8em);
}

.channel-html ul {
  margin-inline-start: 1.1764705882em;
}

.channel-html ul ul {
  margin-top: 0;
  margin-bottom: 0;
}

.channel-html nav ul {
  margin: 0;
  list-style: none;
}

.channel-html li li {
  font-size: 1em;
}

.channel-html b,
.channel-html strong {
  font-weight: 600;
}

.channel-html em,
.channel-html i {
  font-style: italic;
}

.channel-html :root {
  --sk-body-link-color: rgb(0, 102, 204);
  --sk-link-disabled-opacity: 0.42;
}

.channel-html a {
  color: var(--sk-body-link-color, rgb(0, 102, 204));
  letter-spacing: inherit;
}

.channel-html a:disabled {
  text-decoration: none;
}

.channel-html a:hover {
  text-decoration: underline;
}

.channel-html a :disabled {
  opacity: var(--sk-link-disabled-opacity, 0.42);
}

.channel-html :root {
  --sk-focus-color: #0071e3;
  --sk-focus-color-alt: rgb(0, 0, 0);
  --sk-focus-offset: 1px;
  --sk-focus-offset-container: 3px;
}

.channel-html html:not([dir=rtl]) {
  --r-sk-start: left;
  --r-sk-end: right;
  --r-sk-safe-area-inset-start: env(safe-area-inset-left);
  --r-sk-safe-area-inset-end: env(safe-area-inset-right);
  --r-sk-logical-factor: 1;
}

.channel-html html[dir=rtl] {
  --r-sk-start: right;
  --r-sk-end: left;
  --r-sk-safe-area-inset-start: env(safe-area-inset-right);
  --r-sk-safe-area-inset-end: env(safe-area-inset-left);
  --r-sk-logical-factor: -1;
}

.channel-html .align-items-end {
  align-items: flex-end;
}

.channel-html .large-align-items-end {
  align-items: flex-end;
}

@media only screen and (max-width: 1068px) {
  .channel-html .medium-align-items-end {
    align-items: flex-end;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .small-align-items-end {
    align-items: flex-end;
  }
}

.channel-html .visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.channel-html .nowrap {
  display: inline-block;
  text-decoration: inherit;
  white-space: nowrap;
}

.channel-html :root {
  --sk-footnote-font-size: 0.6em;
  --sk-footnote-offset-top: -0.5em;
}

.channel-html sup {
  position: relative;
  font-size: var(--sk-footnote-font-size, 0.6em);
  vertical-align: baseline;
}

.channel-html sup {
  top: var(--sk-footnote-offset-top, -0.5em);
}

.channel-html .row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.channel-html .row-reverse {
  flex-direction: row-reverse;
}

.channel-html .column {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.channel-html .large-order-0 {
  order: 0;
}

.channel-html .large-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.channel-html .large-order-1 {
  order: 1;
}

.channel-html .large-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.channel-html .large-order-2 {
  order: 2;
}

.channel-html .large-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.channel-html .large-order-3 {
  order: 3;
}

.channel-html .large-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.channel-html .large-order-4 {
  order: 4;
}

.channel-html .large-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.channel-html .large-order-5 {
  order: 5;
}

.channel-html .large-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.channel-html .large-order-6 {
  order: 6;
}

.channel-html .large-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.channel-html .large-order-7 {
  order: 7;
}

.channel-html .large-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.channel-html .large-order-8 {
  order: 8;
}

.channel-html .large-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.channel-html .large-order-9 {
  order: 9;
}

.channel-html .large-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.channel-html .large-order-10 {
  order: 10;
}

.channel-html .large-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.channel-html .large-order-11 {
  order: 11;
}

.channel-html .large-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.channel-html .large-order-12 {
  order: 12;
}

@media only screen and (max-width: 1068px) {
  .channel-html .medium-order-0 {
    order: 0;
  }

  .channel-html .medium-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .channel-html .medium-order-1 {
    order: 1;
  }

  .channel-html .medium-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .channel-html .medium-order-2 {
    order: 2;
  }

  .channel-html .medium-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .channel-html .medium-order-3 {
    order: 3;
  }

  .channel-html .medium-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .channel-html .medium-order-4 {
    order: 4;
  }

  .channel-html .medium-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .channel-html .medium-order-5 {
    order: 5;
  }

  .channel-html .medium-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .channel-html .medium-order-6 {
    order: 6;
  }

  .channel-html .medium-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .channel-html .medium-order-7 {
    order: 7;
  }

  .channel-html .medium-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .channel-html .medium-order-8 {
    order: 8;
  }

  .channel-html .medium-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .channel-html .medium-order-9 {
    order: 9;
  }

  .channel-html .medium-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .channel-html .medium-order-10 {
    order: 10;
  }

  .channel-html .medium-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .channel-html .medium-order-11 {
    order: 11;
  }

  .channel-html .medium-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .channel-html .medium-order-12 {
    order: 12;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .small-order-0 {
    order: 0;
  }

  .channel-html .small-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .channel-html .small-order-1 {
    order: 1;
  }

  .channel-html .small-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .channel-html .small-order-2 {
    order: 2;
  }

  .channel-html .small-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .channel-html .small-order-3 {
    order: 3;
  }

  .channel-html .small-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .channel-html .small-order-4 {
    order: 4;
  }

  .channel-html .small-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .channel-html .small-order-5 {
    order: 5;
  }

  .channel-html .small-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .channel-html .small-order-6 {
    order: 6;
  }

  .channel-html .small-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .channel-html .small-order-7 {
    order: 7;
  }

  .channel-html .small-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .channel-html .small-order-8 {
    order: 8;
  }

  .channel-html .small-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .channel-html .small-order-9 {
    order: 9;
  }

  .channel-html .small-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .channel-html .small-order-10 {
    order: 10;
  }

  .channel-html .small-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .channel-html .small-order-11 {
    order: 11;
  }

  .channel-html .small-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .channel-html .small-order-12 {
    order: 12;
  }
}

.channel-html .row-reverse .column {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.channel-html .large-span-0 {
  grid-column: span 0;
}

.channel-html .large-span-1 {
  grid-column: span 1;
}

.channel-html .large-span-2 {
  grid-column: span 2;
}

.channel-html .large-span-3 {
  grid-column: span 3;
}

.channel-html .large-span-4 {
  grid-column: span 4;
}

.channel-html .large-span-5 {
  grid-column: span 5;
}

.channel-html .large-span-6 {
  grid-column: span 6;
}

.channel-html .large-span-7 {
  grid-column: span 7;
}

.channel-html .large-span-8 {
  grid-column: span 8;
}

.channel-html .large-span-9 {
  grid-column: span 9;
}

.channel-html .large-span-10 {
  grid-column: span 10;
}

.channel-html .large-span-11 {
  grid-column: span 11;
}

.channel-html .large-span-12 {
  grid-column: span 12;
}

@media only screen and (max-width: 1068px) {
  .channel-html .medium-span-0 {
    grid-column: span 0;
  }

  .channel-html .medium-span-1 {
    grid-column: span 1;
  }

  .channel-html .medium-span-2 {
    grid-column: span 2;
  }

  .channel-html .medium-span-3 {
    grid-column: span 3;
  }

  .channel-html .medium-span-4 {
    grid-column: span 4;
  }

  .channel-html .medium-span-5 {
    grid-column: span 5;
  }

  .channel-html .medium-span-6 {
    grid-column: span 6;
  }

  .channel-html .medium-span-7 {
    grid-column: span 7;
  }

  .channel-html .medium-span-8 {
    grid-column: span 8;
  }

  .channel-html .medium-span-9 {
    grid-column: span 9;
  }

  .channel-html .medium-span-10 {
    grid-column: span 10;
  }

  .channel-html .medium-span-11 {
    grid-column: span 11;
  }

  .channel-html .medium-span-12 {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .small-span-0 {
    grid-column: span 0;
  }

  .channel-html .small-span-1 {
    grid-column: span 1;
  }

  .channel-html .small-span-2 {
    grid-column: span 2;
  }

  .channel-html .small-span-3 {
    grid-column: span 3;
  }

  .channel-html .small-span-4 {
    grid-column: span 4;
  }

  .channel-html .small-span-5 {
    grid-column: span 5;
  }

  .channel-html .small-span-6 {
    grid-column: span 6;
  }

  .channel-html .small-span-7 {
    grid-column: span 7;
  }

  .channel-html .small-span-8 {
    grid-column: span 8;
  }

  .channel-html .small-span-9 {
    grid-column: span 9;
  }

  .channel-html .small-span-10 {
    grid-column: span 10;
  }

  .channel-html .small-span-11 {
    grid-column: span 11;
  }

  .channel-html .small-span-12 {
    grid-column: span 12;
  }
}

.channel-html .icon::before,
.channel-html .icon::after,
.channel-html .more::before,
.channel-html .more::after {
  font-family: "SF Pro Icons";
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  text-decoration: underline;
  position: relative;
  z-index: 1;
  alt: "";
}

.channel-html .icon::before,
.channel-html .icon::after,
.channel-html .more::before,
.channel-html .more::after {
  text-decoration: none;
}

.channel-html .icon::before,
.channel-html .more::before {
  display: none;
}

.channel-html .icon-after::after,
.channel-html .more::after {
  padding-inline-start: 0.24em;
  top: 0;
}

.channel-html .icon-apple::before,
.channel-html .icon-apple::after {
  content: "\f8ff";
}

.channel-html .icon-chevrondown::before,
.channel-html .icon-chevrondown::after {
  content: "\f303";
}

.channel-html .icon-chevronright::before,
.channel-html .icon-chevronright::after {
  content: "\f301";
}

.channel-html .icon-circle::before,
.channel-html .icon-circle::after {
  content: "\f32c";
}

.channel-html .icon-check::before,
.channel-html .icon-check::after {
  content: "\f30b";
}

.channel-html .icon-plus::before,
.channel-html .icon-plus::after {
  content: "\f309";
}

.channel-html .icon-1circle::before,
.channel-html .icon-1circle::after {
  content: "\f342";
}

.channel-html .icon-2circle::before,
.channel-html .icon-2circle::after {
  content: "\f343";
}

.channel-html .icon-3circle::before,
.channel-html .icon-3circle::after {
  content: "\f344";
}

.channel-html .icon-4circle::before,
.channel-html .icon-4circle::after {
  content: "\f345";
}

.channel-html .icon-5circle::before,
.channel-html .icon-5circle::after {
  content: "\f346";
}

.channel-html .icon-6circle::before,
.channel-html .icon-6circle::after {
  content: "\f347";
}

.channel-html .icon-7circle::before,
.channel-html .icon-7circle::after {
  content: "\f348";
}

.channel-html .icon-8circle::before,
.channel-html .icon-8circle::after {
  content: "\f349";
}

.channel-html .icon-9circle::before,
.channel-html .icon-9circle::after {
  content: "\f34a";
}

.channel-html .icon-10circle::before,
.channel-html .icon-10circle::after {
  content: "\f34b";
}

.channel-html .icon-11circle::before,
.channel-html .icon-11circle::after {
  content: "\f34c";
}

.channel-html .icon-12circle::before,
.channel-html .icon-12circle::after {
  content: "\f34d";
}

.channel-html .icon-13circle::before,
.channel-html .icon-13circle::after {
  content: "\f34e";
}

.channel-html .icon-14circle::before,
.channel-html .icon-14circle::after {
  content: "\f34f";
}

.channel-html .icon-15circle::before,
.channel-html .icon-15circle::after {
  content: "\f350";
}

.channel-html .icon-16circle::before,
.channel-html .icon-16circle::after {
  content: "\f351";
}

.channel-html .icon-17circle::before,
.channel-html .icon-17circle::after {
  content: "\f352";
}

.channel-html .icon-18circle::before,
.channel-html .icon-18circle::after {
  content: "\f353";
}

.channel-html .icon-19circle::before,
.channel-html .icon-19circle::after {
  content: "\f354";
}

.channel-html .icon-20circle::before,
.channel-html .icon-20circle::after {
  content: "\f355";
}

.channel-html a.icon {
  text-decoration: none;
}

.channel-html a.icon:hover {
  text-decoration: underline;
}

.channel-html html:not([dir=rtl]) .more::before,
.channel-html html:not([dir=rtl]) .more::after {
  content: "\f301";
}

.channel-html html[dir=rtl] .more::before,
.channel-html html[dir=rtl] .more::after {
  content: "\f300";
}

.channel-html .more-block {
  margin-top: 0.5em;
}

.channel-html a.more {
  text-decoration: none;
}

.channel-html a.more:hover {
  text-decoration: underline;
}

.channel-html .icon-wrapper .icon,
.channel-html .icon-wrapper .icon-after::after {
  display: inline;
  position: static;
}

.channel-html a.icon-wrapper {
  text-decoration: none;
}

.channel-html a.icon-wrapper:hover .icon-copy {
  text-decoration: underline;
}

.channel-html html[dir=rtl] .icon-wrapper {
  unicode-bidi: bidi-override;
}

.channel-html html[dir=rtl] .icon-copy {
  unicode-bidi: embed;
}

.channel-html body {
  min-width: 320px;
}

.channel-html .large-hide {
  display: none;
}

.channel-html .large-show {
  display: block;
}

@media only screen and (max-width: 1068px) {
  .channel-html .medium-hide {
    display: none;
  }

  .channel-html .medium-show {
    display: block;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .small-hide {
    display: none;
  }

  .channel-html .small-show {
    display: block;
  }
}

.channel-html :root {
  --sk-glyph: rgb(0, 0, 0);
  --sk-glyph-gray: rgb(29, 29, 31);
  --sk-glyph-gray-alpha: rgba(0, 0, 0, 0.88);
  --sk-glyph-gray-secondary: rgb(110, 110, 115);
  --sk-glyph-gray-secondary-alpha: rgba(0, 0, 0, 0.56);
  --sk-glyph-gray-secondary-alt: rgb(66, 66, 69);
  --sk-glyph-gray-secondary-alt-alpha: rgba(0, 0, 0, 0.72);
  --sk-glyph-gray-tertiary: rgb(134, 134, 139);
  --sk-glyph-gray-tertiary-alpha: rgba(0, 0, 0, 0.48);
  --sk-glyph-blue: rgb(0, 102, 204);
  --sk-glyph-orange: rgb(182, 68, 0);
  --sk-glyph-green: rgb(0, 128, 9);
  --sk-glyph-red: rgb(227, 0, 0);
  --sk-fill: rgb(255, 255, 255);
  --sk-fill-secondary: rgb(250, 250, 252);
  --sk-fill-tertiary: rgb(245, 245, 247);
  --sk-fill-gray: rgb(29, 29, 31);
  --sk-fill-gray-alpha: rgba(0, 0, 0, 0.88);
  --sk-fill-gray-secondary: rgb(134, 134, 139);
  --sk-fill-gray-secondary-alpha: rgba(0, 0, 0, 0.48);
  --sk-fill-gray-tertiary: rgb(210, 210, 215);
  --sk-fill-gray-tertiary-alpha: rgba(0, 0, 0, 0.16);
  --sk-fill-gray-quaternary: rgb(232, 232, 237);
  --sk-fill-gray-quaternary-alpha: rgba(0, 0, 0, 0.08);
  --sk-fill-blue: rgb(0, 113, 227);
  --sk-fill-orange: rgb(245, 99, 0);
  --sk-fill-orange-secondary: rgb(255, 249, 244);
  --sk-fill-green: rgb(3, 161, 14);
  --sk-fill-green-secondary: rgb(245, 255, 246);
  --sk-fill-red: rgb(227, 0, 0);
  --sk-fill-red-secondary: rgb(255, 242, 244);
  --sk-fill-yellow: rgb(255, 224, 69);
  --sk-fill-yellow-secondary: rgb(255, 254, 242);
  --sk-productred: rgb(175, 30, 45);
  --sk-enviro-green: rgb(0, 217, 89);
  --sk-enviro-neutral: rgb(232, 232, 237);
}

.channel-html .theme-dark {
  --sk-glyph: rgb(255, 255, 255);
  --sk-glyph-gray: rgb(245, 245, 247);
  --sk-glyph-gray-alpha: rgba(255, 255, 255, 0.92);
  --sk-glyph-gray-secondary: rgb(134, 134, 139);
  --sk-glyph-gray-secondary-alpha: rgba(255, 255, 255, 0.56);
  --sk-glyph-gray-secondary-alt: rgb(210, 210, 215);
  --sk-glyph-gray-secondary-alt-alpha: rgba(255, 255, 255, 0.8);
  --sk-glyph-gray-tertiary: rgb(110, 110, 115);
  --sk-glyph-gray-tertiary-alpha: rgba(255, 255, 255, 0.4);
  --sk-glyph-blue: rgb(41, 151, 255);
  --sk-glyph-orange: rgb(255, 121, 27);
  --sk-glyph-green: rgb(3, 161, 14);
  --sk-glyph-red: rgb(255, 48, 55);
  --sk-fill: rgb(0, 0, 0);
  --sk-fill-secondary: rgb(22, 22, 23);
  --sk-fill-tertiary: rgb(29, 29, 31);
  --sk-fill-gray: rgb(245, 245, 247);
  --sk-fill-gray-alpha: rgba(255, 255, 255, 0.92);
  --sk-fill-gray-secondary: rgb(110, 110, 115);
  --sk-fill-gray-secondary-alpha: rgba(255, 255, 255, 0.4);
  --sk-fill-gray-tertiary: rgb(66, 66, 69);
  --sk-fill-gray-tertiary-alpha: rgba(255, 255, 255, 0.24);
  --sk-fill-gray-quaternary: rgb(51, 51, 54);
  --sk-fill-gray-quaternary-alpha: rgba(255, 255, 255, 0.2);
  --sk-fill-orange-secondary: rgb(41, 13, 0);
  --sk-fill-green-secondary: rgb(0, 43, 3);
  --sk-fill-red: rgb(255, 48, 55);
  --sk-fill-red-secondary: rgb(51, 0, 0);
  --sk-fill-yellow: rgb(173, 130, 0);
  --sk-fill-yellow-secondary: rgb(43, 32, 0);
  --sk-enviro-neutral: rgb(0, 0, 0);
  --sk-body-background-color: rgb(0, 0, 0);
  --sk-body-text-color: rgb(245, 245, 247);
  --sk-headline-text-color: rgb(245, 245, 247);
  --sk-body-link-color: rgb(41, 151, 255);
  --sk-link-disabled-opacity: 0.36;
  --sk-focus-color-alt: rgb(255, 255, 255);
}

.channel-html .theme-dark a.block {
  --sk-blocklink-color: rgb(41, 151, 255);
}

.channel-html .theme-dark .button {
  --sk-button-disabled-opacity: var(--sk-link-disabled-opacity, 0.36);
  --sk-button-background: rgb(0, 113, 227);
  --sk-button-background-hover: #0077ED;
  --sk-button-background-active: #006EDB;
}

.channel-html .theme-dark .button-neutral {
  --sk-button-background: rgb(245, 245, 247);
  --sk-button-background-hover: rgb(255, 255, 255);
  --sk-button-background-active: #EDEDF2;
  --sk-button-color: rgb(0, 0, 0);
}

.channel-html .theme-dark .button-secondary {
  --sk-button-background: transparent;
  --sk-button-background-hover: #0077ED;
  --sk-button-background-active: #006EDB;
  --sk-button-color: rgb(41, 151, 255);
  --sk-button-color-hover: rgb(255, 255, 255);
  --sk-button-border-color: rgb(41, 151, 255);
}

.channel-html .theme-dark .button-secondary-neutral {
  --sk-button-background: transparent;
  --sk-button-background-hover: rgb(255, 255, 255);
  --sk-button-background-active: #EDEDF2;
  --sk-button-color: rgb(245, 245, 247);
  --sk-button-color-hover: rgb(0, 0, 0);
  --sk-button-border-color: rgb(245, 245, 247);
}

.channel-html .theme-dark .list {
  --sk-list-copy-color: rgb(245, 245, 247);
  --sk-list-title-color: rgb(245, 245, 247);
}

.channel-html .theme-dark .sosumi {
  --sk-sosumi-text-color: rgba(255, 255, 255, 0.56);
  --sk-sosumi-link-color: rgba(255, 255, 255, 0.8);
}

.channel-html .theme-dark .stat {
  --sk-stat-value-color: rgb(245, 245, 247);
  --sk-stat-caption-color: rgb(245, 245, 247);
}

.channel-html .theme-light {
  --sk-glyph: rgb(0, 0, 0);
  --sk-glyph-gray: rgb(29, 29, 31);
  --sk-glyph-gray-alpha: rgba(0, 0, 0, 0.88);
  --sk-glyph-gray-secondary: rgb(110, 110, 115);
  --sk-glyph-gray-secondary-alpha: rgba(0, 0, 0, 0.56);
  --sk-glyph-gray-secondary-alt: rgb(66, 66, 69);
  --sk-glyph-gray-secondary-alt-alpha: rgba(0, 0, 0, 0.72);
  --sk-glyph-gray-tertiary: rgb(134, 134, 139);
  --sk-glyph-gray-tertiary-alpha: rgba(0, 0, 0, 0.48);
  --sk-glyph-blue: rgb(0, 102, 204);
  --sk-glyph-orange: rgb(182, 68, 0);
  --sk-glyph-green: rgb(0, 128, 9);
  --sk-glyph-red: rgb(227, 0, 0);
  --sk-fill: rgb(255, 255, 255);
  --sk-fill-secondary: rgb(250, 250, 252);
  --sk-fill-tertiary: rgb(245, 245, 247);
  --sk-fill-gray: rgb(29, 29, 31);
  --sk-fill-gray-alpha: rgba(0, 0, 0, 0.88);
  --sk-fill-gray-secondary: rgb(134, 134, 139);
  --sk-fill-gray-secondary-alpha: rgba(0, 0, 0, 0.48);
  --sk-fill-gray-tertiary: rgb(210, 210, 215);
  --sk-fill-gray-tertiary-alpha: rgba(0, 0, 0, 0.16);
  --sk-fill-gray-quaternary: rgb(232, 232, 237);
  --sk-fill-gray-quaternary-alpha: rgba(0, 0, 0, 0.08);
  --sk-fill-blue: rgb(0, 113, 227);
  --sk-fill-orange: rgb(245, 99, 0);
  --sk-fill-orange-secondary: rgb(255, 249, 244);
  --sk-fill-green: rgb(3, 161, 14);
  --sk-fill-green-secondary: rgb(245, 255, 246);
  --sk-fill-red: rgb(227, 0, 0);
  --sk-fill-red-secondary: rgb(255, 242, 244);
  --sk-fill-yellow: rgb(255, 224, 69);
  --sk-fill-yellow-secondary: rgb(255, 254, 242);
  --sk-productred: rgb(175, 30, 45);
  --sk-enviro-green: rgb(0, 217, 89);
  --sk-enviro-neutral: rgb(232, 232, 237);
  --sk-body-background-color: rgb(255, 255, 255);
  --sk-body-text-color: rgb(29, 29, 31);
  --sk-headline-text-color: rgb(29, 29, 31);
  --sk-body-link-color: rgb(0, 102, 204);
}

.channel-html .theme-light a.block {
  --sk-blocklink-color: rgb(0, 102, 204);
}

.channel-html .theme-light .button {
  --sk-button-disabled-opacity: var(--sk-link-disabled-opacity, 0.42);
  --sk-button-background: rgb(0, 113, 227);
  --sk-button-background-hover: #0077ED;
  --sk-button-background-active: #006EDB;
}

.channel-html .theme-light .button-neutral {
  --sk-button-background: rgb(29, 29, 31);
  --sk-button-background-hover: #272729;
  --sk-button-background-active: #18181A;
  --sk-button-color: rgb(255, 255, 255);
}

.channel-html .theme-light .button-secondary {
  --sk-button-background: transparent;
  --sk-button-background-hover: #0077ED;
  --sk-button-background-active: #006EDB;
  --sk-button-color: rgb(0, 102, 204);
  --sk-button-color-hover: rgb(255, 255, 255);
  --sk-button-border-color: rgb(0, 102, 204);
}

.channel-html .theme-light .button-secondary-neutral {
  --sk-button-background: transparent;
  --sk-button-background-hover: #272729;
  --sk-button-background-active: #18181A;
  --sk-button-color: rgb(29, 29, 31);
  --sk-button-color-hover: rgb(255, 255, 255);
  --sk-button-border-color: rgb(29, 29, 31);
}

.channel-html .theme-light .list {
  --sk-list-copy-color: rgb(29, 29, 31);
  --sk-list-title-color: rgb(29, 29, 31);
}

.channel-html .theme-light .sosumi {
  --sk-sosumi-text-color: rgba(0, 0, 0, 0.56);
  --sk-sosumi-link-color: rgba(0, 0, 0, 0.72);
}

.channel-html .theme-light .stat {
  --sk-stat-value-color: rgb(29, 29, 31);
  --sk-stat-caption-color: rgb(29, 29, 31);
}

.channel-html .typography-headline-standalone {
  font-size: 96px;
  line-height: 1.0416666667;
  font-weight: 600;
  letter-spacing: -0.015em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media only screen and (max-width: 1068px) {
  .channel-html .typography-headline-standalone {
    font-size: 80px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.015em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .typography-headline-standalone {
    font-size: 48px;
    line-height: 1.0834933333;
    font-weight: 600;
    letter-spacing: -0.003em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

.channel-html .typography-headline-super {
  font-size: 80px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.015em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media only screen and (max-width: 1068px) {
  .channel-html .typography-headline-super {
    font-size: 64px;
    line-height: 1.0625;
    font-weight: 600;
    letter-spacing: -0.009em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .typography-headline-super {
    font-size: 48px;
    line-height: 1.0834933333;
    font-weight: 600;
    letter-spacing: -0.003em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

.channel-html .typography-headline-elevated {
  font-size: 64px;
  line-height: 1.0625;
  font-weight: 600;
  letter-spacing: -0.009em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media only screen and (max-width: 1068px) {
  .channel-html .typography-headline-elevated {
    font-size: 48px;
    line-height: 1.0834933333;
    font-weight: 600;
    letter-spacing: -0.003em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .typography-headline-elevated {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

.channel-html .typography-headline {
  font-size: 48px;
  line-height: 1.0834933333;
  font-weight: 600;
  letter-spacing: -0.003em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media only screen and (max-width: 1068px) {
  .channel-html .typography-headline {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .typography-headline {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: 0.004em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

.channel-html .typography-headline-reduced {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media only screen and (max-width: 1068px) {
  .channel-html .typography-headline-reduced {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: 0.004em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .typography-headline-reduced {
    font-size: 28px;
    line-height: 1.1428571429;
    font-weight: 600;
    letter-spacing: 0.007em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

.channel-html .typography-eyebrow-super {
  font-size: 32px;
  line-height: 1.125;
  font-weight: 600;
  letter-spacing: 0.004em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media only screen and (max-width: 1068px) {
  .channel-html .typography-eyebrow-super {
    font-size: 28px;
    line-height: 1.1428571429;
    font-weight: 600;
    letter-spacing: 0.007em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .typography-eyebrow-super {
    font-size: 24px;
    line-height: 1.1666666667;
    font-weight: 600;
    letter-spacing: 0.009em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

.channel-html .typography-eyebrow-elevated {
  font-size: 28px;
  line-height: 1.1428571429;
  font-weight: 600;
  letter-spacing: 0.007em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media only screen and (max-width: 1068px) {
  .channel-html .typography-eyebrow-elevated {
    font-size: 24px;
    line-height: 1.1666666667;
    font-weight: 600;
    letter-spacing: 0.009em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .typography-eyebrow-elevated {
    font-size: 21px;
    line-height: 1.1904761905;
    font-weight: 600;
    letter-spacing: 0.011em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

.channel-html .typography-eyebrow {
  font-size: 24px;
  line-height: 1.1666666667;
  font-weight: 600;
  letter-spacing: 0.009em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media only screen and (max-width: 1068px) {
  .channel-html .typography-eyebrow {
    font-size: 21px;
    line-height: 1.1904761905;
    font-weight: 600;
    letter-spacing: 0.011em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

.channel-html .typography-eyebrow-reduced {
  font-size: 21px;
  line-height: 1.1904761905;
  font-weight: 600;
  letter-spacing: 0.011em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media only screen and (max-width: 734px) {
  .channel-html .typography-eyebrow-reduced {
    font-size: 19px;
    line-height: 1.2105263158;
    font-weight: 600;
    letter-spacing: 0.012em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

.channel-html .typography-callout {
  font-size: 32px;
  line-height: 1.125;
  font-weight: 600;
  letter-spacing: 0.004em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media only screen and (max-width: 1068px) {
  .channel-html .typography-callout {
    font-size: 28px;
    line-height: 1.1428571429;
    font-weight: 600;
    letter-spacing: 0.007em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .typography-callout {
    font-size: 24px;
    line-height: 1.1666666667;
    font-weight: 600;
    letter-spacing: 0.009em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

.channel-html .typography-label {
  font-size: 24px;
  line-height: 1.1666666667;
  font-weight: 600;
  letter-spacing: 0.009em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media only screen and (max-width: 1068px) {
  .channel-html .typography-label {
    font-size: 21px;
    line-height: 1.1904761905;
    font-weight: 600;
    letter-spacing: 0.011em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

.channel-html .typography-body {
  font-size: 17px;
  line-height: 1.4705882353;
  font-weight: 400;
  letter-spacing: -0.022em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .typography-body-reduced {
  font-size: 14px;
  line-height: 1.4285914286;
  font-weight: 400;
  letter-spacing: -0.016em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .typography-caption {
  font-size: 12px;
  line-height: 1.3333733333;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .typography-sosumi {
  font-size: 12px;
  line-height: 1.3333733333;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .typography-button {
  font-size: 14px;
  line-height: 1.2857742857;
  font-weight: 400;
  letter-spacing: -0.016em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .typography-button-reduced {
  font-size: 12px;
  line-height: 1.3333733333;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .typography-button-elevated {
  font-size: 17px;
  line-height: 1.1764805882;
  font-weight: 400;
  letter-spacing: -0.022em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .typography-stat-super-value {
  font-size: 80px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.015em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .typography-stat-super-unit {
  font-size: 56px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.005em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .typography-stat-super-caption {
  font-size: 17px;
  line-height: 1.2353641176;
  font-weight: 400;
  letter-spacing: -0.022em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .typography-stat-elevated-value {
  font-size: 64px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.009em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .typography-stat-elevated-unit {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .typography-stat-elevated-caption {
  font-size: 14px;
  line-height: 1.2857742857;
  font-weight: 400;
  letter-spacing: -0.016em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .typography-stat-value {
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.003em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .typography-stat-unit {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.004em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .typography-stat-caption {
  font-size: 14px;
  line-height: 1.2857742857;
  font-weight: 400;
  letter-spacing: -0.016em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .typography-stat-reduced-value {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .typography-stat-reduced-unit {
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.007em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .typography-stat-reduced-caption {
  font-size: 14px;
  line-height: 1.2857742857;
  font-weight: 400;
  letter-spacing: -0.016em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html [class*=typography-eyebrow] {
  display: block;
  margin-bottom: 0.4em;
}

.channel-html [class*=typography-eyebrow]+* {
  margin-top: 0;
}

.channel-html .typography-headline-reduced+p,
.channel-html .typography-headline-reduced+ul,
.channel-html .typography-headline-reduced+.typography-body {
  --sk-headline-plus-first-element-margin: 1em;
}

.channel-html .button {
  --sk-button-color: rgb(255, 255, 255);
  --sk-button-color-hover: var(--sk-button-color);
  --sk-button-color-active: var(--sk-button-color-hover);
  --sk-button-disabled-opacity: var(--sk-link-disabled-opacity, 0.42);
  --sk-button-border-color: transparent;
  --sk-button-border-radius: 980px;
  --sk-button-margin-horizontal: 14px;
  --sk-button-margin-vertical: 14px;
  --sk-button-min-width-basis: 60px;
  --sk-button-padding-horizontal: 16px;
  --sk-button-padding-vertical: 9px;
  --sk-button-border-width: 1px;
  --sk-button-box-sizing: content-box;
  --sk-button-width: auto;
  --sk-button-display: inline-block;
  font-size: 14px;
  line-height: 1.2857742857;
  font-weight: 400;
  letter-spacing: -0.016em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: var(--sk-button-background);
  color: var(--sk-button-color);
  border-color: var(--sk-button-border-color);
  padding-block: calc(var(--sk-button-padding-vertical) - var(--sk-button-border-width));
  padding-inline: calc(var(--sk-button-padding-horizontal) - var(--sk-button-border-width));
  border-radius: var(--sk-button-border-radius);
  border-style: solid;
  border-width: var(--sk-button-border-width);
  width: var(--sk-button-width);
  min-width: calc(var(--sk-button-min-width-basis) - var(--sk-button-padding-horizontal) * 2);
  cursor: pointer;
  display: var(--sk-button-display);
  box-sizing: var(--sk-button-box-sizing);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  --sk-button-background: rgb(0, 113, 227);
  --sk-button-background-hover: #0077ED;
  --sk-button-background-active: #006EDB;
}

.channel-html .button:hover {
  background: var(--sk-button-background-hover, var(--sk-button-background));
  color: var(--sk-button-color-hover, var(--sk-button-color));
  text-decoration: none;
  border-color: transparent;
}

.channel-html .button:focus-visible {
  outline: 2px solid var(--sk-focus-color, #0071e3);
  outline-offset: var(--sk-focus-offset-container, 3px);
}

.channel-html .button:active {
  background: var(--sk-button-background-active, var(--sk-button-background));
  color: var(--sk-button-color-active, var(--sk-button-color));
  outline: none;
}

.channel-html .button:disabled {
  pointer-events: none;
  opacity: var(--sk-button-disabled-opacity);
}

.channel-html .button-block {
  --sk-button-box-sizing: border-box;
  --sk-button-width: 100%;
  --sk-button-display: block;
  --sk-button-border-radius: 8px;
  --sk-button-margin-horizontal: 9px;
  --sk-button-margin-vertical: 9px;
}

.channel-html .button-neutral {
  --sk-button-background: rgb(29, 29, 31);
  --sk-button-background-hover: #272729;
  --sk-button-background-active: #18181A;
  --sk-button-color: rgb(255, 255, 255);
}

.channel-html .button-secondary {
  --sk-button-background: transparent;
  --sk-button-background-hover: #0077ED;
  --sk-button-background-active: #006EDB;
  --sk-button-color: rgb(0, 102, 204);
  --sk-button-color-hover: rgb(255, 255, 255);
  --sk-button-border-color: rgb(0, 102, 204);
}

.channel-html .button-secondary-neutral {
  --sk-button-background: transparent;
  --sk-button-background-hover: #272729;
  --sk-button-background-active: #18181A;
  --sk-button-color: rgb(29, 29, 31);
  --sk-button-color-hover: rgb(255, 255, 255);
  --sk-button-border-color: rgb(29, 29, 31);
}

.channel-html .button-super {
  --sk-button-padding-horizontal: 31px;
  --sk-button-padding-vertical: 18px;
  --sk-button-min-width-basis: 90px;
  --sk-button-margin-horizontal: 22px;
  --sk-button-margin-vertical: 22px;
  font-size: 17px;
  line-height: 1.1764805882;
  font-weight: 400;
  letter-spacing: -0.022em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .button-super.button-block {
  --sk-button-border-radius: 12px;
  --sk-button-margin-horizontal: 14px;
  --sk-button-margin-vertical: 14px;
}

.channel-html .button-elevated {
  --sk-button-padding-horizontal: 22px;
  --sk-button-padding-vertical: 12px;
  --sk-button-min-width-basis: 70px;
  --sk-button-margin-horizontal: 18px;
  --sk-button-margin-vertical: 18px;
  font-size: 17px;
  line-height: 1.1764805882;
  font-weight: 400;
  letter-spacing: -0.022em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .button-elevated.button-block {
  --sk-button-border-radius: 10px;
  --sk-button-margin-horizontal: 11px;
  --sk-button-margin-vertical: 11px;
}

.channel-html .button-reduced {
  --sk-button-padding-horizontal: 11px;
  --sk-button-padding-vertical: 4px;
  --sk-button-min-width-basis: 45px;
  --sk-button-margin-horizontal: 10px;
  --sk-button-margin-vertical: 10px;
  font-size: 12px;
  line-height: 1.3333733333;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .button-reduced.button-block {
  --sk-button-border-radius: 5px;
  --sk-button-margin-horizontal: 6px;
  --sk-button-margin-vertical: 6px;
}

.channel-html .button-dark {
  --sk-button-disabled-opacity: var(--sk-link-disabled-opacity, 0.36);
  --sk-button-background: rgb(0, 113, 227);
  --sk-button-background-hover: #0077ED;
  --sk-button-background-active: #006EDB;
}

.channel-html .button-dark.button-neutral {
  --sk-button-background: rgb(245, 245, 247);
  --sk-button-background-hover: rgb(255, 255, 255);
  --sk-button-background-active: #EDEDF2;
  --sk-button-color: rgb(0, 0, 0);
}

.channel-html .button-dark.button-secondary {
  --sk-button-background: transparent;
  --sk-button-background-hover: #0077ED;
  --sk-button-background-active: #006EDB;
  --sk-button-color: rgb(41, 151, 255);
  --sk-button-color-hover: rgb(255, 255, 255);
  --sk-button-border-color: rgb(41, 151, 255);
}

.channel-html .button-dark.button-secondary-neutral {
  --sk-button-background: transparent;
  --sk-button-background-hover: rgb(255, 255, 255);
  --sk-button-background-active: #EDEDF2;
  --sk-button-color: rgb(245, 245, 247);
  --sk-button-color-hover: rgb(0, 0, 0);
  --sk-button-border-color: rgb(245, 245, 247);
}

.channel-html .theme-light .button.button-dark {
  --sk-button-disabled-opacity: var(--sk-link-disabled-opacity, 0.36);
  --sk-button-background: rgb(0, 113, 227);
  --sk-button-background-hover: #0077ED;
  --sk-button-background-active: #006EDB;
}

.channel-html .theme-light .button.button-dark.button-neutral {
  --sk-button-background: rgb(245, 245, 247);
  --sk-button-background-hover: rgb(255, 255, 255);
  --sk-button-background-active: #EDEDF2;
  --sk-button-color: rgb(0, 0, 0);
}

.channel-html .theme-light .button.button-dark.button-secondary {
  --sk-button-background: transparent;
  --sk-button-background-hover: #0077ED;
  --sk-button-background-active: #006EDB;
  --sk-button-color: rgb(41, 151, 255);
  --sk-button-color-hover: rgb(255, 255, 255);
  --sk-button-border-color: rgb(41, 151, 255);
}

.channel-html .theme-light .button.button-dark.button-secondary-neutral {
  --sk-button-background: transparent;
  --sk-button-background-hover: rgb(255, 255, 255);
  --sk-button-background-active: #EDEDF2;
  --sk-button-color: rgb(245, 245, 247);
  --sk-button-color-hover: rgb(0, 0, 0);
  --sk-button-border-color: rgb(245, 245, 247);
}

.channel-html .button-light {
  --sk-button-disabled-opacity: var(--sk-link-disabled-opacity, 0.42);
  --sk-button-background: rgb(0, 113, 227);
  --sk-button-background-hover: #0077ED;
  --sk-button-background-active: #006EDB;
}

.channel-html .button-light.button-neutral {
  --sk-button-background: rgb(29, 29, 31);
  --sk-button-background-hover: #272729;
  --sk-button-background-active: #18181A;
  --sk-button-color: rgb(255, 255, 255);
}

.channel-html .button-light.button-secondary {
  --sk-button-background: transparent;
  --sk-button-background-hover: #0077ED;
  --sk-button-background-active: #006EDB;
  --sk-button-color: rgb(0, 102, 204);
  --sk-button-color-hover: rgb(255, 255, 255);
  --sk-button-border-color: rgb(0, 102, 204);
}

.channel-html .button-light.button-secondary-neutral {
  --sk-button-background: transparent;
  --sk-button-background-hover: #272729;
  --sk-button-background-active: #18181A;
  --sk-button-color: rgb(29, 29, 31);
  --sk-button-color-hover: rgb(255, 255, 255);
  --sk-button-border-color: rgb(29, 29, 31);
}

.channel-html .theme-dark .button.button-light {
  --sk-button-disabled-opacity: var(--sk-link-disabled-opacity, 0.42);
  --sk-button-background: rgb(0, 113, 227);
  --sk-button-background-hover: #0077ED;
  --sk-button-background-active: #006EDB;
}

.channel-html .theme-dark .button.button-light.button-neutral {
  --sk-button-background: rgb(29, 29, 31);
  --sk-button-background-hover: #272729;
  --sk-button-background-active: #18181A;
  --sk-button-color: rgb(255, 255, 255);
}

.channel-html .theme-dark .button.button-light.button-secondary {
  --sk-button-background: transparent;
  --sk-button-background-hover: #0077ED;
  --sk-button-background-active: #006EDB;
  --sk-button-color: rgb(0, 102, 204);
  --sk-button-color-hover: rgb(255, 255, 255);
  --sk-button-border-color: rgb(0, 102, 204);
}

.channel-html .theme-dark .button.button-light.button-secondary-neutral {
  --sk-button-background: transparent;
  --sk-button-background-hover: #272729;
  --sk-button-background-active: #18181A;
  --sk-button-color: rgb(29, 29, 31);
  --sk-button-color-hover: rgb(255, 255, 255);
  --sk-button-border-color: rgb(29, 29, 31);
}

.channel-html .stat {
  --sk-stat-value-color: rgb(29, 29, 31);
  --sk-stat-caption-color: rgb(29, 29, 31);
  --sk-stat-currency-offset: -0.375em;
  --sk-stat-caption-lines-top: 1;
  --sk-stat-caption-lines-bottom: 1;
  --sk-stat-margin-top: calc(1em * var(--sk-stat-caption-lines-top));
  --sk-stat-margin-bottom: calc(1em * var(--sk-stat-caption-lines-bottom));
  margin-inline-end: 2em;
  color: var(--sk-stat-value-color);
  box-sizing: border-box;
  display: inline-block;
  font-size: 20px;
  min-width: 5em;
  position: relative;
  z-index: 1;
}

.channel-html .stat .stat-content {
  margin-top: var(--sk-stat-margin-top);
  margin-bottom: var(--sk-stat-margin-bottom);
  padding-top: 4px;
  padding-bottom: 2px;
  position: relative;
  z-index: 1;
}

.channel-html .stat .stat-value {
  display: block;
  inset-inline-start: -2px;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.channel-html .stat .stat-caption {
  color: var(--sk-stat-caption-color);
  box-sizing: border-box;
  display: block;
  position: absolute;
  inset-inline-start: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
}

.channel-html .stat .stat-caption:first-child {
  top: auto;
  bottom: 100%;
}

.channel-html .stat .stat-value {
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.003em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .stat .stat-caption {
  font-size: 14px;
  line-height: 1.2857742857;
  font-weight: 400;
  letter-spacing: -0.016em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .stat-right {
  margin-inline-end: 2em;
  text-align: end;
}

@media only screen and (max-width: 1068px) {
  .channel-html .stat-right {
    margin-inline-end: 1em;
  }
}

.channel-html .stat-right .stat-caption {
  margin-inline-start: -0.3em;
}

.channel-html .stat-super {
  --sk-stat-currency-offset: -0.32em;
}

.channel-html .stat-super .stat-value {
  font-size: 80px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.015em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .stat-super .stat-caption {
  font-size: 17px;
  line-height: 1.2353641176;
  font-weight: 400;
  letter-spacing: -0.022em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .stat-elevated {
  --sk-stat-currency-offset: -0.43em;
}

.channel-html .stat-elevated .stat-value {
  font-size: 64px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.009em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .stat-elevated .stat-caption {
  font-size: 14px;
  line-height: 1.2857742857;
  font-weight: 400;
  letter-spacing: -0.016em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .stat-reduced {
  --sk-stat-currency-offset: -0.325em;
}

.channel-html .stat-reduced .stat-value {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .stat-reduced .stat-caption {
  font-size: 14px;
  line-height: 1.2857742857;
  font-weight: 400;
  letter-spacing: -0.016em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .stat-dark {
  --sk-stat-value-color: rgb(245, 245, 247);
  --sk-stat-caption-color: rgb(245, 245, 247);
}

.channel-html .theme-light .stat.stat-dark {
  --sk-stat-value-color: rgb(245, 245, 247);
  --sk-stat-caption-color: rgb(245, 245, 247);
}

.channel-html .stat-light {
  --sk-stat-value-color: rgb(29, 29, 31);
  --sk-stat-caption-color: rgb(29, 29, 31);
}

.channel-html .theme-dark .stat.stat-light {
  --sk-stat-value-color: rgb(29, 29, 31);
  --sk-stat-caption-color: rgb(29, 29, 31);
}

.channel-html :root {
  --sk-links-inline-margin: 0.8em;
  --sk-links-stacked-margin: 0.4em;
}

.channel-html .link {
  color: var(--sk-body-link-color, rgb(0, 102, 204));
  letter-spacing: inherit;
}

.channel-html .link:disabled {
  text-decoration: none;
}

.channel-html .link:hover {
  text-decoration: underline;
}

.channel-html .link :disabled {
  opacity: var(--sk-link-disabled-opacity, 0.42);
}

.channel-html .link-standalone:link:link {
  text-decoration: none;
}

.channel-html .link-standalone:link:link:hover {
  text-decoration: underline;
}

.channel-html .colornav {
  --colornav-background: rgb(245, 245, 247);
  --colornav-border-color: conic-gradient(from 270deg, rgba(0, 0, 0, 0.08) 0deg, rgba(0, 0, 0, 0.48) 64.8deg, rgba(0, 0, 0, 0.48) 115.2deg, rgba(0, 0, 0, 0.08) 180deg, rgba(0, 0, 0, 0) 208.8deg, rgba(0, 0, 0, 0) 331.2deg, rgba(0, 0, 0, 0.08) 360deg);
  --colornav-border-current: rgb(0, 113, 227);
  --colornav-label-color: rgb(29, 29, 31);
  --colornav-swatch-size: 28px;
  --colornav-item-size: 36px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
}

.channel-html .colornav-items {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 8px;
  padding-top: 18px;
}

.channel-html .colornav-item {
  margin: -1px 4px;
}

.channel-html .colornav-value {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.channel-html .colornav-link {
  border: 2px solid transparent;
  color: var(--colornav-label-color);
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  margin-bottom: 2.7em;
  padding: calc((var(--colornav-item-size) - var(--colornav-swatch-size) - 4px) / 2);
  width: var(--colornav-item-size);
  height: var(--colornav-item-size);
  position: relative;
  z-index: 1;
}

.channel-html .colornav-link.current,
.channel-html .colornav-value:checked~.colornav-link {
  color: var(--colornav-label-color);
  border-color: var(--colornav-border-current);
  cursor: default;
}

.channel-html .colornav-link:focus,
.channel-html .colornav-value:focus~.colornav-link {
  outline: 2px solid var(--sk-focus-color, #0071e3);
  outline-offset: var(--sk-focus-offset, 1px);
}

.channel-html .colornav-swatch {
  background: var(--colornav-background) center center;
  border-radius: 50%;
  display: block;
  width: var(--colornav-swatch-size);
  height: var(--colornav-swatch-size);
}

.channel-html .colornav-swatch:after {
  content: "";
  display: block;
  position: absolute;
  height: inherit;
  width: inherit;
  background-image: var(--colornav-border-color);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, transparent calc(var(--colornav-swatch-size) / 2 - 1.5px), black calc(var(--colornav-swatch-size) / 2 - 0.5px));
  mask-image: radial-gradient(circle at 50% 50%, transparent calc(var(--colornav-swatch-size) / 2 - 1.5px), black calc(var(--colornav-swatch-size) / 2 - 0.5px));
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-clip: border-box;
  mask-clip: border-box;
  border-radius: inherit;
}

.channel-html .colornav-label,
.channel-html .colornav-label-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.channel-html .colornav-link.current .colornav-label,
.channel-html .colornav-value:checked~.colornav-link .colornav-label {
  font-size: 12px;
  line-height: 1.3333733333;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  clip: auto;
  clip-path: none;
  margin-left: -50px;
  padding-top: 5px;
  position: absolute;
  top: 100%;
  left: 50%;
  text-align: center;
  white-space: nowrap;
  width: 100px;
  height: auto;
  z-index: 1;
  overflow: visible;
}

.channel-html .colornav-reduced {
  --colornav-swatch-size: 24px;
  --colornav-item-size: 32px;
}

.channel-html .colornav-reduced .colornav-items {
  padding-top: 14px;
}

.channel-html .colornav-reduced .colornav-link.current .colornav-label,
.channel-html .colornav-reduced .colornav-value:checked~.colornav-link .colornav-label {
  padding-top: 5px;
}

.channel-html .colornav-neutral {
  --colornav-border-current: rgb(29, 29, 31);
}

.channel-html .theme-dark .colornav {
  --colornav-background: rgb(29, 29, 31);
  --colornav-border-color: conic-gradient(from 90deg, rgba(255, 255, 255, 0.08) 0deg, rgba(255, 255, 255, 0.48) 64.8deg, rgba(255, 255, 255, 0.48) 115.2deg, rgba(255, 255, 255, 0.08) 180deg, rgba(255, 255, 255, 0) 208.8deg, rgba(255, 255, 255, 0) 331.2deg, rgba(255, 255, 255, 0.08) 360deg);
  --colornav-border-current: rgb(0, 113, 227);
  --colornav-label-color: rgb(245, 245, 247);
}

.channel-html .theme-dark .colornav-neutral {
  --colornav-border-current: rgb(245, 245, 247);
}

.channel-html .colornav-dark.colornav {
  --colornav-background: rgb(29, 29, 31);
  --colornav-border-color: conic-gradient(from 90deg, rgba(255, 255, 255, 0.08) 0deg, rgba(255, 255, 255, 0.48) 64.8deg, rgba(255, 255, 255, 0.48) 115.2deg, rgba(255, 255, 255, 0.08) 180deg, rgba(255, 255, 255, 0) 208.8deg, rgba(255, 255, 255, 0) 331.2deg, rgba(255, 255, 255, 0.08) 360deg);
  --colornav-border-current: rgb(0, 113, 227);
  --colornav-label-color: rgb(245, 245, 247);
}

.channel-html .colornav-dark.colornav-neutral {
  --colornav-border-current: rgb(245, 245, 247);
}

.channel-html .theme-light .colornav.colornav-dark.colornav {
  --colornav-background: rgb(29, 29, 31);
  --colornav-border-color: conic-gradient(from 90deg, rgba(255, 255, 255, 0.08) 0deg, rgba(255, 255, 255, 0.48) 64.8deg, rgba(255, 255, 255, 0.48) 115.2deg, rgba(255, 255, 255, 0.08) 180deg, rgba(255, 255, 255, 0) 208.8deg, rgba(255, 255, 255, 0) 331.2deg, rgba(255, 255, 255, 0.08) 360deg);
  --colornav-border-current: rgb(0, 113, 227);
  --colornav-label-color: rgb(245, 245, 247);
}

.channel-html .theme-light .colornav.colornav-dark.colornav-neutral {
  --colornav-border-current: rgb(245, 245, 247);
}

.channel-html .colornav-light.colornav {
  --colornav-background: rgb(245, 245, 247);
  --colornav-border-color: conic-gradient(from 270deg, rgba(0, 0, 0, 0.08) 0deg, rgba(0, 0, 0, 0.48) 64.8deg, rgba(0, 0, 0, 0.48) 115.2deg, rgba(0, 0, 0, 0.08) 180deg, rgba(0, 0, 0, 0) 208.8deg, rgba(0, 0, 0, 0) 331.2deg, rgba(0, 0, 0, 0.08) 360deg);
  --colornav-border-current: rgb(0, 113, 227);
  --colornav-label-color: rgb(29, 29, 31);
}

.channel-html .colornav-light.colornav-neutral {
  --colornav-border-current: rgb(29, 29, 31);
}

.channel-html .theme-dark .colornav.colornav-light.colornav {
  --colornav-background: rgb(245, 245, 247);
  --colornav-border-color: conic-gradient(from 270deg, rgba(0, 0, 0, 0.08) 0deg, rgba(0, 0, 0, 0.48) 64.8deg, rgba(0, 0, 0, 0.48) 115.2deg, rgba(0, 0, 0, 0.08) 180deg, rgba(0, 0, 0, 0) 208.8deg, rgba(0, 0, 0, 0) 331.2deg, rgba(0, 0, 0, 0.08) 360deg);
  --colornav-border-current: rgb(0, 113, 227);
  --colornav-label-color: rgb(29, 29, 31);
}

.channel-html .theme-dark .colornav.colornav-light.colornav-neutral {
  --colornav-border-current: rgb(29, 29, 31);
}

.channel-html [copy-type=h1]+*,
.channel-html [copy-type=h2]+*,
.channel-html [copy-type=h3]+*,
.channel-html [copy-type=h4]+*,
.channel-html [copy-type=h5]+*,
.channel-html [copy-type=h6]+* {
  margin-top: 0.8em;
}

.channel-html .section-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.channel-html .section-background .section-background-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.channel-html .section-background .section-background-caption {
  position: absolute;
}

.channel-html .section-background .section-background-caption.bottom-left {
  left: 0;
  bottom: 0;
}

.channel-html .section-background .section-background-caption.bottom-right {
  right: 0;
  bottom: 0;
}

.channel-html .section-background .section-background-caption.top-right {
  top: 0;
  right: 0;
}

.channel-html .section-background .section-background-caption.top-left {
  top: 0;
  left: 0;
}

.channel-html .bento-box {
  margin-left: 0;
}

@media only screen and (min-width: 1069px) {
  .channel-html .bento-box.large-hide {
    display: none;
  }
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
  .channel-html .bento-box.medium-hide {
    display: none;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .bento-box.small-hide {
    display: none;
  }
}

.channel-html .bentobox-item {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 1069px) {
  .channel-html .bentobox-item.large-hide {
    display: none;
  }
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
  .channel-html .bentobox-item.medium-hide {
    display: none;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .bentobox-item.small-hide {
    display: none;
  }
}

.channel-html .button:focus {
  box-shadow: 0 0 0 4px var(--focus-color);
}

.channel-html .button-channel {
  background: transparent;
  border: 1px solid rgb(29, 29, 31);
  color: rgb(29, 29, 31);
}

.channel-html .button-channel:hover {
  background: transparent;
  border: 1px solid rgb(110, 110, 115);
  color: rgb(110, 110, 115);
}

.channel-html .colornav-items {
  margin-left: 0;
  padding-top: 0;
}

@media only screen and (max-width: 734px) {
  .channel-html .colornav-items {
    max-width: 83px;
  }
}

.channel-html .colornav-swatch {
  position: relative;
}

.channel-html .colornav-swatch:after {
  border-radius: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: inherit;
  position: absolute;
  width: inherit;
  margin: 0;
}



/*
When you have two images of a different size, this function will
allow you to align the smaller one to the bottom of the column.

@example scss
.bigger-image {
  @include picture(image_bigger);
}

.smaller-image {
  @include picture(image_smaller);

  @each $viewport in viewports.viewport-list() {
      @include viewports.viewport($viewport) {
          @include techspecs-image-bottom-align(image_bigger, image_smaller, $viewport);
      }
  }
}
*/

/*
When you have two images of a different size, this function will
allow you to align the smaller one to the vertical center of the bigger one.

@example scss
.bigger-image {
  @include picture(image_bigger);
}

.smaller-image {
  @include picture(image_smaller);

  @each $viewport in viewports.viewport-list() {
      @include viewports.viewport($viewport) {
          @include techspecs-image-middle-align(image_bigger, image_smaller, $viewport);
      }
  }
}
*/

/*
This will generate unique classes for all provided built-in app images.

@example scss
.section-apps, .section-freeapps {
  @include techspecs-appicon-classes();
}

@example html
<figure class="techspecs-app">
  <div class="techspecs-app-icon techspecs-app-icon-camera"></div>
  <figcaption>Camera</figcaption>
</figure>
*/

/*
When you have two images of a different size, this function will
allow you to align the smaller one to the bottom of the column.

@example scss
.bigger-image {
  @include picture(image_bigger);
}

.smaller-image {
  @include picture(image_smaller);

  @each $viewport in viewports.viewport-list() {
      @include viewports.viewport($viewport) {
          @include techspecs-image-bottom-align(image_bigger, image_smaller, $viewport);
      }
  }
}
*/

/*
When you have two images of a different size, this function will
allow you to align the smaller one to the vertical center of the bigger one.

@example scss
.bigger-image {
  @include picture(image_bigger);
}

.smaller-image {
  @include picture(image_smaller);

  @each $viewport in viewports.viewport-list() {
      @include viewports.viewport($viewport) {
          @include techspecs-image-middle-align(image_bigger, image_smaller, $viewport);
      }
  }
}
*/

/*
This will generate unique classes for all provided built-in app images.

@example scss
.section-apps, .section-freeapps {
  @include techspecs-appicon-classes();
}

@example html
<figure class="techspecs-app">
  <div class="techspecs-app-icon techspecs-app-icon-camera"></div>
  <figcaption>Camera</figcaption>
</figure>
*/

/**
Mixin to define gaps per viewport and column number
@see Compare.vue: computed.columnRange()
*/

/**
Mixin to define padding per viewport and column number
@see Compare.vue: computed.columnRange()
*/

.viewport-content {
  margin-inline-start: auto;
  margin-inline-end: auto;
  width: 980px;
}

@media only screen and (min-width: 1441px) {
  .viewport-content {
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 980px;
  }
}

@media only screen and (max-width: 1068px) {
  .viewport-content {
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 692px;
  }
}

@media only screen and (max-width: 734px) {
  .viewport-content {
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 87.5%;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .section .section-compare-table {
    overflow: initial;
  }
}

.channel-compare .compare-wrapper {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 734px) {
  .channel-compare .compare-wrapper {
    overflow: initial;
  }
}

.channel-compare .compare-section,
.channel-compare .selector-table {
  position: relative;
}

.channel-compare select {
  box-sizing: border-box;
}

.channel-compare sup * {
  vertical-align: inherit;
  font-weight: 400;
}

.channel-compare ul {
  margin: 0;
  list-style: none;
}

.channel-compare .icon-check {
  position: relative;
  top: -5px;
}

.channel-compare .icon-check:after {
  font-size: 38px;
}

.channel-compare .compare-section {
  padding-top: 39px;
  border: 0;
}

@media only screen and (max-width: 1068px) {
  .channel-compare .compare-section {
    padding-top: 53px;
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .compare-section {
    padding-top: 20px;
    padding-bottom: 14px;
  }
}

.channel-compare .compare-section.no-padding-top {
  padding: 0;
}

.channel-compare .compare.compare-column-range-large-5 .compare-header-row,
.channel-compare .compare.compare-column-range-large-5 .compare-row {
  padding: 0 16px;
}

.channel-compare .compare.compare-column-range-large-4 .compare-header-row,
.channel-compare .compare.compare-column-range-large-4 .compare-row {
  padding: 0 42px;
}

.channel-compare .compare.compare-column-range-large-3 .compare-header-row,
.channel-compare .compare.compare-column-range-large-3 .compare-row {
  padding: 0 144px;
}

.channel-compare .compare.compare-column-range-large-2 .compare-header-row,
.channel-compare .compare.compare-column-range-large-2 .compare-row {
  padding: 0 0px;
}

@media only screen and (max-width: 1068px) {

  .channel-compare .compare.compare-column-range-medium-5 .compare-header-row,
  .channel-compare .compare.compare-column-range-medium-5 .compare-row {
    padding: 0 0px;
  }
}

@media only screen and (max-width: 1068px) {

  .channel-compare .compare.compare-column-range-medium-4 .compare-header-row,
  .channel-compare .compare.compare-column-range-medium-4 .compare-row {
    padding: 0 0px;
  }
}

@media only screen and (max-width: 1068px) {

  .channel-compare .compare.compare-column-range-medium-3 .compare-header-row,
  .channel-compare .compare.compare-column-range-medium-3 .compare-row {
    padding: 0 58px;
  }
}

@media only screen and (max-width: 1068px) {

  .channel-compare .compare.compare-column-range-medium-2 .compare-header-row,
  .channel-compare .compare.compare-column-range-medium-2 .compare-row {
    padding: 0 0px;
  }
}

@media only screen and (max-width: 734px) {

  .channel-compare .compare.compare-column-range-small-5 .compare-header-row,
  .channel-compare .compare.compare-column-range-small-5 .compare-row {
    padding: 0 0px;
  }
}

@media only screen and (max-width: 734px) {

  .channel-compare .compare.compare-column-range-small-4 .compare-header-row,
  .channel-compare .compare.compare-column-range-small-4 .compare-row {
    padding: 0 0px;
  }
}

@media only screen and (max-width: 734px) {

  .channel-compare .compare.compare-column-range-small-3 .compare-header-row,
  .channel-compare .compare.compare-column-range-small-3 .compare-row {
    padding: 0 0px;
  }
}

@media only screen and (max-width: 734px) {

  .channel-compare .compare.compare-column-range-small-2 .compare-header-row,
  .channel-compare .compare.compare-column-range-small-2 .compare-row {
    padding: 0 0;
  }
}

.channel-compare .compare.compare-column-range-large-5 .compare-header-row,
.channel-compare .compare.compare-column-range-large-5 .compare-row {
  --column-gap: 32px;
}

.channel-compare .compare.compare-column-range-large-4 .compare-header-row,
.channel-compare .compare.compare-column-range-large-4 .compare-row {
  --column-gap: 80px;
}

.channel-compare .compare.compare-column-range-large-3 .compare-header-row,
.channel-compare .compare.compare-column-range-large-3 .compare-row {
  --column-gap: 100px;
}

.channel-compare .compare.compare-column-range-large-2 .compare-header-row,
.channel-compare .compare.compare-column-range-large-2 .compare-row {
  --column-gap: 16px;
}

@media only screen and (max-width: 1068px) {

  .channel-compare .compare.compare-column-range-medium-5 .compare-header-row,
  .channel-compare .compare.compare-column-range-medium-5 .compare-row {
    --column-gap: 28px;
  }
}

@media only screen and (max-width: 1068px) {

  .channel-compare .compare.compare-column-range-medium-4 .compare-header-row,
  .channel-compare .compare.compare-column-range-medium-4 .compare-row {
    --column-gap: 28px;
  }
}

@media only screen and (max-width: 1068px) {

  .channel-compare .compare.compare-column-range-medium-3 .compare-header-row,
  .channel-compare .compare.compare-column-range-medium-3 .compare-row {
    --column-gap: 42px;
  }
}

@media only screen and (max-width: 1068px) {

  .channel-compare .compare.compare-column-range-medium-2 .compare-header-row,
  .channel-compare .compare.compare-column-range-medium-2 .compare-row {
    --column-gap: 28px;
  }
}

@media only screen and (max-width: 734px) {

  .channel-compare .compare.compare-column-range-small-5 .compare-header-row,
  .channel-compare .compare.compare-column-range-small-5 .compare-row {
    --column-gap: 58px;
  }
}

@media only screen and (max-width: 734px) {

  .channel-compare .compare.compare-column-range-small-4 .compare-header-row,
  .channel-compare .compare.compare-column-range-small-4 .compare-row {
    --column-gap: 58px;
  }
}

@media only screen and (max-width: 734px) {

  .channel-compare .compare.compare-column-range-small-3 .compare-header-row,
  .channel-compare .compare.compare-column-range-small-3 .compare-row {
    --column-gap: 58px;
  }
}

@media only screen and (max-width: 734px) {

  .channel-compare .compare.compare-column-range-small-2 .compare-header-row,
  .channel-compare .compare.compare-column-range-small-2 .compare-row {
    --column-gap: 58px;
  }
}

.channel-compare .compare-header-row,
.channel-compare .compare-row {
  --column-gap: 16px;
  display: grid;
  column-gap: var(--column-gap);
  grid-template-columns: repeat(var(--grid-column), calc((100% - var(--column-gap) * (var(--grid-column) - 1)) / var(--grid-column)));
}

@media only screen and (max-width: 1068px) {

  .channel-compare .compare-header-row,
  .channel-compare .compare-row {
    --column-gap: 28px;
  }
}

@media only screen and (max-width: 734px) {

  .channel-compare .compare-header-row,
  .channel-compare .compare-row {
    --column-gap: 58px;
  }
}

.channel-compare .compare-row {
  margin-bottom: 40px;
}

.channel-compare .compare-row.compare-template-border-top .compare-column {
  border-top: 1px solid #d6d6d6;
  padding-top: 30px;
}

@media only screen and (max-width: 1068px) {
  .channel-compare .compare-row.compare-template-border-top .compare-column {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .compare-row.compare-template-border-top .compare-column {
    padding-top: 20px;
  }
}

.channel-compare .compare-row.compare-template-border-bottom .compare-column {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1068px) {
  .channel-compare .compare-row.compare-template-border-bottom .compare-column {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .compare-row.compare-template-border-bottom .compare-column {
    margin-bottom: 20px;
  }
}

.channel-compare .compare-row.compare-template-space-bottom .compare-column {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1068px) {
  .channel-compare .compare-row.compare-template-space-bottom .compare-column {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .compare-row.compare-template-space-bottom .compare-column {
    margin-bottom: 20px;
  }
}

.channel-compare .compare-row:last-child {
  margin-bottom: 0;
}

.channel-compare .compare-header-row {
  margin: 0;
}

.channel-compare .compare-rowheader {
  order: -1;
}

.channel-compare .compare-rowheader,
.channel-compare .compare-rowheader-style {
  grid-column: 1/var(--grid-column) span;
}

.channel-compare .compare-columnheader,
.channel-compare .compare-column {
  display: none;
  box-sizing: border-box;
}

.channel-compare .compare-columnheader strong,
.channel-compare .compare-column strong {
  display: block;
}

.channel-compare .compare.with-fullwidthrowheader .compare-rowheader {
  width: 100%;
}

.channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style {
  font-size: 24px;
  line-height: 1.1666666667;
  font-weight: 600;
  letter-spacing: 0.009em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding-bottom: 27px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 33px;
  padding-bottom: 27px;
}

@media only screen and (max-width: 1068px) {
  .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style {
    font-size: 21px;
    line-height: 1.1904761905;
    font-weight: 600;
    letter-spacing: 0.011em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style {
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style {
    margin-bottom: 17px;
    padding-bottom: 13px;
  }
}

.channel-compare .compare.with-fullwidthrowheader .compare-rowheader-empty {
  height: 16px;
}

@media only screen and (max-width: 734px) {
  .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-empty {
    height: 12px;
  }
}

.channel-compare .compare.with-fullwidthrowheader .compare-columnheader,
.channel-compare .compare.with-fullwidthrowheader .compare-column {
  text-align: center;
  justify-content: center;
  width: 164px;
}

@media only screen and (max-width: 734px) {

  .channel-compare .compare.with-fullwidthrowheader .compare-columnheader,
  .channel-compare .compare.with-fullwidthrowheader .compare-column {
    width: 131px;
  }
}

.channel-compare .compare.with-fullwidthrowheader .compare-columnheader-span,
.channel-compare .compare.with-fullwidthrowheader .compare-column-span {
  width: 100%;
}

.channel-compare .compare.with-fullwidthrowheader .mdash-container {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.channel-compare .compare.with-fullwidthrowheader .mdash-container .mdash {
  font-size: 17px;
}

@media only screen and (max-width: 1068px) {
  .channel-compare .compare.with-fullwidthrowheader .mdash-container .mdash {
    font-size: 14px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .compare.with-fullwidthrowheader .mdash-container .mdash {
    font-size: 12px;
  }
}

.channel-compare .compare .copy.helvetica-neue {
  font-weight: 500;
  line-height: 1.235;
}

.channel-compare--hidden {
  opacity: 0;
}

.compare-wrapper {
  width: 100%;
}



.channel-compare [compare-header-hide] {
  display: none;
}

.channel-compare [compare-header-show] {
  display: grid;
}

.channel-compare .selector-table {
  padding-top: 10px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1068px) {
  .channel-compare .selector-table {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .selector-table {
    margin-bottom: 25px;
  }
}

.channel-compare .selector-table .compare-row {
  margin: 0;
}

.channel-compare .selector-table .compare-rowheader {
  height: 0;
}

.channel-compare .selector-element {
  position: relative;
  width: 100%;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  border-radius: 0px;
  transition: border-color 200ms ease;
}

@media only screen and (max-width: 1068px) {
  .channel-compare .selector-element {
    border: none;
    border-bottom: 1px solid #d6d6d6;
    border-radius: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .selector-element {
    border: none;
    border-bottom: 1px solid #d6d6d6;
    border-radius: 0px;
  }

  .channel-compare .selector-element:hover {
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #d6d6d6;
  }
}

.channel-compare .selector-element::before {
  content: "";
  width: 40px;
  position: absolute;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%);
  top: 0;
  right: 0px;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media only screen and (max-width: 1068px) {
  .channel-compare .selector-element::before {
    width: 40px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .selector-element::before {
    height: 100%;
    width: 40px;
    right: 5px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .selector-element {
    margin-inline-end: 0;
  }
}

.channel-compare .selector-dropdown {
  font-size: 14px;
  line-height: 1.4285914286;
  font-weight: 600;
  letter-spacing: 0.015em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  width: 100%;
  margin: 0;
  color: rgb(0, 0, 0);
  background: transparent;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
  border: 0;
  border-radius: 0;
  overflow: hidden;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  padding: 12px 0;
  padding-right: 15px;
}

.channel-compare .selector-dropdown:focus {
  border-radius: 0px;
  box-shadow: 0 0 0 4px var(--focus-color);
  width: 166px;
}

@media only screen and (max-width: 734px) {
  .channel-compare .selector-dropdown:focus {
    box-sizing: content-box;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .selector-dropdown {
    width: 100%;
    padding-bottom: 11px;
    padding-left: 0px;
    padding-top: 11px;
  }

  .channel-compare .selector-dropdown:focus {
    width: 122px;
    border-radius: 0px;
    border: none;
  }
}

.channel-compare .selector-icon {
  display: block;
  position: absolute;
  top: 1px;
  font-size: 19px;
  line-height: 1;
  color: rgb(0, 102, 204);
  padding-right: 0px;
  padding-top: 10px;
  pointer-events: none;
  right: 0;
}

html:not([dir=rtl]) .channel-compare .selector-icon {
  right: 0;
}

html[dir=rtl] .channel-compare .selector-icon {
  left: 0;
}

.channel-compare .selector-icon:after {
  pointer-events: none;
}

.channel-compare .static-dropdown {
  font-size: 14px;
  line-height: 1.4285914286;
  font-weight: 600;
  letter-spacing: 0.015em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
  width: 100%;
  margin: 0;
  padding-bottom: 7px;
}

.channel-compare .compare-template-border-bottom .button-container {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1068px) {
  .channel-compare .compare-template-border-bottom .button-container {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .compare-template-border-bottom .button-container {
    margin-bottom: 20px;
  }
}

.channel-compare .button {
  background: transparent;
  border: 1px solid rgb(29, 29, 31);
  color: rgb(29, 29, 31);
  font-family: "SF Pro Text", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-compare .button:focus {
  outline: none;
  box-shadow: 0 0 0 4px var(--focus-color);
}

.channel-compare .button:hover {
  background: transparent;
  border: 1px solid rgb(110, 110, 115);
  color: rgb(110, 110, 115);
}

.channel-compare .button-container {
  margin-bottom: 55px;
}

@media only screen and (max-width: 1068px) {
  .channel-compare .button-container {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .button-container {
    margin-bottom: 32px;
  }
}

.channel-compare .button-container .copy.helvetica-neue {
  font-weight: 400;
}

.channel-compare .multi-row .compare-template-preview-item-color-nav {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1068px) {
  .channel-compare .multi-row .compare-template-preview-item-color-nav {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .multi-row .compare-template-preview-item-color-nav {
    margin-bottom: 20px;
  }
}

.channel-compare .multi-row .compare-template-preview-item-color-nav:last-child {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1068px) {
  .channel-compare .multi-row .compare-template-preview-item-color-nav:last-child {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .multi-row .compare-template-preview-item-color-nav:last-child {
    margin-bottom: 40px;
  }
}

.channel-compare .multi-row .row-colors {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.channel-compare .row-colors {
  width: 100%;
  text-align: center;
  padding-bottom: 27px;
  margin-top: 27px;
}

.channel-compare .row-colors .colornav-heading {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 15px;
  font-size: 12px;
}

@media only screen and (max-width: 1068px) {
  .channel-compare .row-colors .colornav-heading {
    padding-bottom: 15px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .row-colors .colornav-heading {
    padding-bottom: 15px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-compare .row-colors {
    padding-bottom: 27px;
    margin-top: 27px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .row-colors {
    padding-bottom: 17px;
    margin-top: 17px;
  }
}

.channel-compare .row-colors.row-colors-none {
  display: flex;
  justify-content: center;
  align-items: center;
}

.channel-compare .row-colors.row-colors-none .colornav-items {
  display: block;
}

.channel-compare .colornav {
  display: inline-block;
  text-align: center;
}

.channel-compare .colornav-items {
  display: inline-block;
  margin: 0 -1px 0 0;
}

.channel-compare .colornav-item-row {
  display: flex;
  justify-content: center;
}

.channel-compare .colornav-item-row:not(:first-child) {
  margin-top: 10px;
}

.channel-compare .colornav-item-row .colornav-item {
  margin-left: 0;
  margin-right: 6px;
}

.channel-compare .colornav-item-row .colornav-item:last-child {
  margin-right: 0;
}

.channel-compare .colornav-label-container {
  padding-top: 15px;
}

.channel-compare .colornav-label-container .channel-colornav-label {
  font-size: 12px;
  color: #6e6e73;
  font-weight: 500;
  line-height: 1.4;
}

.channel-compare .colornav-swatch {
  width: 12px;
  height: 12px;
}

.channel-compare .colornav-swatch:after {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.48);
}

.channel-compare .swatch-image {
  position: relative;
  left: calc(100% + 5px);
}

@media only screen and (max-width: 734px) {
  .channel-compare .swatch-image {
    left: calc(100% + 3px);
  }
}

.channel-compare .embed-image {
  align-self: flex-end;
}



.mdash-container:first-child {
  height: 100%;
}

.channel-compare .compare-template-display-block .price-container {
  display: block !important;
}

.channel-compare .compare-template-font-color strong {
  color: var(--font-color);
}

.channel-compare .compare-template-preview-item-pricing {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1068px) {
  .channel-compare .compare-template-preview-item-pricing {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .compare-template-preview-item-pricing {
    margin-bottom: 20px;
  }
}

.channel-compare .compare-template-preview-item-pricing:last-child {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1068px) {
  .channel-compare .compare-template-preview-item-pricing:last-child {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .compare-template-preview-item-pricing:last-child {
    margin-bottom: 20px;
  }
}

.channel-compare .price-container {
  font-size: 17px;
  line-height: 1.4705882353;
  font-weight: 600;
  letter-spacing: 0.0105em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  align-items: center;
  display: flex;
  font-size: 12px;
}

@media only screen and (max-width: 1068px) {
  .channel-compare .price-container {
    font-size: 14px;
    line-height: 1.4285914286;
    font-weight: 600;
    letter-spacing: 0.015em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .price-container {
    font-size: 12px;
    line-height: 1.3333733333;
    font-weight: 600;
    letter-spacing: 0.018em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

.channel-compare .price-container strong {
  font-weight: 500;
}

.channel-compare .price-container strong {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1068px) {
  .channel-compare .price-container {
    font-size: 12px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .price-container {
    font-size: 12px;
  }
}



.channel-compare .stat {
  min-width: 0;
  margin: 0 auto;
}

.channel-compare .stat .stat-content {
  margin: 0;
  padding: 0;
}

.channel-compare .compare.with-fullwidthrowheader .mdash-container {
  margin-top: 0px;
}

.channel-compare .compare.with-fullwidthrowheader .mdash-container .mdash {
  font-weight: 600;
}

.channel-compare .stat-content {
  margin: 0;
  padding: 0;
}

.channel-compare .stat-content .stat-caption {
  position: static;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.4705882353;
  font-weight: 600;
  letter-spacing: 0.0105em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
}

@media only screen and (max-width: 1068px) {
  .channel-compare .stat-content .stat-caption {
    font-size: 14px;
    line-height: 1.4285914286;
    font-weight: 600;
    letter-spacing: 0.015em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .stat-content .stat-caption {
    font-size: 12px;
    line-height: 1.3333733333;
    font-weight: 600;
    letter-spacing: 0.018em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-compare .stat-content .stat-caption {
    font-size: 12px;
  }
}

.channel-compare .stat-content .stat-caption p {
  color: rgb(29, 29, 31);
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-compare .stat-content .stat-caption.copy {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}

.channel-compare .stat-content .stat-caption.copy.mdash {
  font-weight: 600;
}

.channel-compare .stat-content .stat-value {
  font-size: 64px;
  line-height: 1.0625;
  font-weight: 600;
  letter-spacing: -0.009em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 21px;
  line-height: 0.74em;
  white-space: unset;
  overflow-wrap: break-word;
}

@media only screen and (max-width: 1068px) {
  .channel-compare .stat-content .stat-value {
    font-size: 48px;
    line-height: 1.0834933333;
    font-weight: 600;
    letter-spacing: -0.003em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .stat-content .stat-value {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: 0.004em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-compare .stat-content .stat-value {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .stat-content .stat-value {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-compare .stat-content .stat-value {
    font-size: 21px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .stat-content .stat-value {
    font-size: 21px;
  }
}

.channel-compare .stat-content .stat-elevated .stat-caption p {
  color: rgb(134, 134, 139);
}

.channel-compare .stat-content .image-icon-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: -4px;
}

.channel-compare .stat-content .image-icon-wrapper figure {
  display: block;
  margin: auto;
}

.channel-compare .stat-content .stat-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

@media only screen and (max-width: 1068px) {
  .channel-compare .stat-content .stat-row {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-compare .stat-content .stat-row {
    padding: 0 0;
  }
}

.channel-compare .stat-content .stat-row:not(:last-child) {
  margin-bottom: 15px;
}

.channel-compare .stat-content .stat-row:first-child .copy {
  margin-bottom: -4px;
}

.channel-compare .stat-content .stat-row:first-child .stat-value:not(.copy) {
  margin-bottom: -3px;
}



.channel-html .copy {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  word-break: break-word;
}

.channel-html .copy.helvetica-neue {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: normal;
}

.channel-html .typography-partner-pricing {
  font-size: 17px;
  line-height: 1.4705882353;
  font-weight: 400;
  letter-spacing: -0.022em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}

.channel-html .typography-caption li {
  padding-bottom: 10px;
}

.channel-html a.footer-link {
  color: #555555;
}

.channel-html a.footer-link:focus {
  outline: 4px solid var(--focus-color);
}

@font-face {
  font-family: "SF Pro Icons";
  /*Icon font file encoded in base64 format.*/
  /*It's a valid css code.*/
  src: url(data:font/truetype;charset=utf-8;base64,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AAIACv/XBjsHdABKAFgAAAEjBgcGBwYXFhcWFxYXFQYHBgcGBwYHBgcGJyYnJicmIyIHBgcGBwYHBicmJyYnJicmNTQ3PgE3NhcWFxYXFjMyNzY3Njc2FxYXFiU2NzYnDgIHBhcWNzYGCAEeIDwlMwEBQzBNJx0OFio5NCAwLzk+KigYLC8bLjM1MB0xKhYmJjw6MTUiNVk4PFFB13svOiE/LRQhFxMfEyxMK0tBV0d8/oM1HB0JSaFpHSAKT1FLBNwTHDZEXWyDZkkzGgsCLTJhU0wmOx0kAQELBxMVBw0NCBUSBwsCAiYfPilNgKe3qsCNb4MCAREJGRIGCwoGER4MEwQHHDHzQU9VUgNTektXTwYpJgAAAAAAACIBngABAAAAAAAAACYATgABAAAAAAABAAwAjwABAAAAAAACAAcArAABAAAAAAADAB0A8AABAAAAAAAEABQBOAABAAAAAAAFAA0BaQABAAAAAAAGABIBnQABAAAAAAAHACkCBAABAAAAAAAIAAkCQgABAAAAAAAJAAsCZAABAAAAAAAKBAsKiAABAAAAAAALABQOvgABAAAAAAAMABQO/QABAAAAAAANAL4QkAABAAAAAAAOADIRtQABAAAAAAAPAAwSAgABAAAAAAARAAcSHwADAAEECQAAAEwAAAADAAEECQABABgAdQADAAEECQACAA4AnAADAAEECQADADoAtAADAAEECQAEACgBDgADAAEECQAFABoBTQADAAEECQAGACQBdwADAAEECQAHAFIBsAADAAEECQAIABICLgADAAEECQAJABYCTAADAAEECQAKCBYCcAADAAEECQALACgOlAADAAEECQAMACgO0wADAAEECQANAXwPEgADAAEECQAOAGQRTwADAAEECQAPABgR6AADAAEECQARAA4SDwCpACAAMgAwADEANwAgAEEAcABwAGwAZQAgAEkAbgBjAC4AIABBAGwAbAAgAHIAaQBnAGgAdABzACAAcgBlAHMAZQByAHYAZQBkAC4AAKkgMjAxNyBBcHBsZSBJbmMuIEFsbCByaWdodHMgcmVzZXJ2ZWQuAABTAEYAIABQAHIAbwAgAEkAYwBvAG4AcwAAU0YgUHJvIEljb25zAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABTAEYAUABSAE8ASQBDAE8ATgBTACAANAA3ADAAOQAyAGMAYQAtADIAMAAxADYALgAwADMALgAyADIAAFNGUFJPSUNPTlMgNDcwOTJjYS0yMDE2LjAzLjIyAABTAEYAIABQAHIAbwAgAEkAYwBvAG4AcwAgAFIAZQBnAHUAbABhAHIAAFNGIFBybyBJY29ucyBSZWd1bGFyAABWAGUAcgBzAGkAbwBuACAANAAuADIAMAAwAABWZXJzaW9uIDQuMjAwAABTAEYAUAByAG8ASQBjAG8AbgBzAC0AUgBlAGcAdQBsAGEAcgAAU0ZQcm9JY29ucy1SZWd1bGFyAABTAEYAIABQAHIAbwAgAEkAYwBvAG4AcwAgAGkAcwAgAGEAIAB0AHIAYQBkAGUAbQBhAHIAawAgAG8AZgAgAEEAcABwAGwAZQAgAEkAbgBjAC4AAFNGIFBybyBJY29ucyBpcyBhIHRyYWRlbWFyayBvZiBBcHBsZSBJbmMuAABBAHAAcABsAGUAIABJAG4AYwAAQXBwbGUgSW5jAABBAHAAcABsAGUAIABJAG4AYwAuAC4AAEFwcGxlIEluYy4uAABDAHIAZQBhAHQAZQBkACAAaQBuACAAMgAwADEANQAsACAAdABoAGUAIABvAHIAaQBnAGkAbgBhAGwAIABnAGwAeQBwAGgAIABmAG8AbgB0ACwAIABBAHAAcABsAGUAIABJAGMAbwBuAHMALAAgAHcAYQBzACAAcAByAG8AZAB1AGMAZQBkACAAdABvACAAdwBvAHIAawAgAGkAbgAgAHUAbgBpAHMAbwBuACAAdwBpAHQAaAAgAE0AeQByAGkAYQBkACAAUwBlAHQAIABQAHIAbwAgAGEAbgBkACAAcwBlAHIAdgBlAGQAIAB0AG8AIABzAHQAcgBlAG4AZwB0AGgAZQBuACAAaQBuAHQAZQByAGEAYwB0AGkAdgBlACAAbABpAG4AawBzACAAbwBuACAAdwBlAGIALgAgAEEAcABwAGwAZQAgAEkAYwBvAG4AcwAgAHcAbwB1AGwAZAAgAGwAYQB0AGUAcgAgAGIAZQBjAG8AbQBlACAAUwBGACAAUAByAG8AIABJAGMAbwBuAHMAIAByAGUAZABlAHMAaQBnAG4AZQBkACAAdABvACAAYQBsAGkAZwBuACAAdABvACAAQQBwAHAAbABlACcAcwAgAG4AZQB3ACAAdAB5AHAAZQBmAGEAYwBlACwAIABTAGEAbgAgAEYAcgBhAG4AYwBpAHMAYwBvACwAIABpAG4AIAAyADAAMQA2AC4AIABUAGgAZQAgAHIAZQBkAGUAcwBpAGcAbgAgAGEAZABkAHIAZQBzAHMAZQBzACAAYQAgAG4AdQBtAGIAZQByACAAbwBmACAAaQBzAHMAdQBlAHMAIAB0AGgAYQB0ACAAdwBlAHIAZQAgAHAAcgBlAHMAZQBuAHQAIABpAG4AIABBAHAAcABsAGUAIABJAGMAbwBuAHMALgAgAEkAbQBwAHIAbwB2AGUAbQBlAG4AdABzACAAaQBuAGMAbAB1AGQAZQAgAG0AYQB0AGMAaABlAGQAIAB0AHkAcABlACAAbQBlAHQAcgBpAGMAcwAsACAAYgByAGEAbgBkACAASQBEACAAcwB0AGEAbgBkAGEAcgBkAGkAegBlAGQAIABBAHAAcABsAGUAIABsAG8AZwBvACAAYwBoAGEAcgBhAGMAdABlAHIALAAgAHcAZQBiACAAZgBvAG4AdAAgAG8AcAB0AGkAbQBpAHoAYQB0AGkAbwBuACwAIABjAHUAcwB0AG8AbQAgAGMAaABhAHIAYQBjAHQAZQByACAAcwBwAGEAYwBpAG4AZwAsACAAcABhAHIAZQBuAHQAIAB0AHkAcABlACAAYQBsAGkAZwBuAG0AZQBuAHQALAAgAGUAdABjAC4AIABTAEYAIABQAHIAbwAgAEkAYwBvAG4AcwAgAGkAcwAgAGQAZQBzAGkAZwBuAGUAZAAgAHQAbwAgAGIAZQAgAGEAZABhAHAAdABhAGIAbABlACAAdABvACAAdwBvAHIAawAgAHcAaQB0AGgAIABvAHUAcgAgAHQAdwBvACAAdwBlAGIAIABmAG8AbgB0ACAAZgBhAG0AaQBsAGkAZQBzACwAIABTAEYAIABQAHIAbwAgAEQAaQBzAHAAbABhAHkAIABhAG4AZAAgAFMARgAgAFAAcgBvACAAVABlAHgAdAAuACAAVABoAGUAIAB3AGUAYgAgAGYAbwBuAHQAIABmAGEAbQBpAGwAaQBlAHMAIABoAGEAdgBlACAAZABpAGYAZgBlAHIAaQBuAGcAIAB4AGgAZQBpAGcAaAB0AHMALAAgAGQAZQBzAGMAZQBuAGQAZQByACAAYQBuAGQAIABhAHMAYwBlAG4AZABlAHIAIABlAHgAdABlAG4AcwBpAG8AbgBzACwAIABhAGQAdgBhAG4AYwBlAG0AZQBuAHQALAAgAGMAbwB1AG4AdABlAHIAcwAsACAAYQBuAGQAIABiAG8AdwBsAHMALgAgAFQAaABlAHMAZQAgAGQAaQBmAGYAZQByAGUAbgBjAGUAcwAgAHcAZQByAGUAIABwAHUAcgBwAG8AcwBlAGwAeQAgAG0AYQBkAGUAIAB0AG8AIABvAHAAdABpAG0AaQB6AGUAIAB0AGgAZQAgAGwAZQBnAGkAYgBpAGwAaQB0AHkAIABvAGYAIABlAGEAYwBoACAAZgBhAG0AaQBsAHkAIABpAG4AIAB0AGgAZQAgAHQAeQBwAGUAIABzAGkAegBlACAAZgBvAHIAIAB3AGgAaQBjAGgAIAB0AGgAZQB5ACAAYQByAGUAIAB1AHQAaQBsAGkAegBlAGQALgAgAFQAaABlACAAUwBGACAAUAByAG8AIABJAGMAbwBuAHMAIABjAGgAYQByAGEAYwB0AGUAcgAgAHMAZQB0ACAAaQBuAGMAbAB1AGQAZQBzACAAQwBUAEEAIABpAGMAbwBuAG8AZwByAGEAcABoAHkALAAgAFUASQAgAGUAbABlAG0AZQBuAHQAcwAsACAAYQBuAGQAIABpAG4AdABlAHIAbgBhAGwAIAB1AHMAZQAgAHMAcABlAGMAaQBhAGwAIABjAGgAYQByAGEAYwB0AGUAcgBzACAAYQBuAGQAIABpAHMAIABhAHYAYQBpAGwAYQBiAGwAZQAgAGEAcwAgAGEAIABmAGEAbQBpAGwAeQAgAG8AZgAgAHQAcgB1AGUAIAB0AHkAcABlACAAZgBvAG4AdABzACAAaQBuACAAZgBvAHUAcgAgAHcAZQBpAGcAaAB0AHMALgAAQ3JlYXRlZCBpbiAyMDE1LCB0aGUgb3JpZ2luYWwgZ2x5cGggZm9udCwgQXBwbGUgSWNvbnMsIHdhcyBwcm9kdWNlZCB0byB3b3JrIGluIHVuaXNvbiB3aXRoIE15cmlhZCBTZXQgUHJvIGFuZCBzZXJ2ZWQgdG8gc3RyZW5ndGhlbiBpbnRlcmFjdGl2ZSBsaW5rcyBvbiB3ZWIuIEFwcGxlIEljb25zIHdvdWxkIGxhdGVyIGJlY29tZSBTRiBQcm8gSWNvbnMgcmVkZXNpZ25lZCB0byBhbGlnbiB0byBBcHBsZSdzIG5ldyB0eXBlZmFjZSwgU2FuIEZyYW5jaXNjbywgaW4gMjAxNi4gVGhlIHJlZGVzaWduIGFkZHJlc3NlcyBhIG51bWJlciBvZiBpc3N1ZXMgdGhhdCB3ZXJlIHByZXNlbnQgaW4gQXBwbGUgSWNvbnMuIEltcHJvdmVtZW50cyBpbmNsdWRlIG1hdGNoZWQgdHlwZSBtZXRyaWNzLCBicmFuZCBJRCBzdGFuZGFyZGl6ZWQgQXBwbGUgbG9nbyBjaGFyYWN0ZXIsIHdlYiBmb250IG9wdGltaXphdGlvbiwgY3VzdG9tIGNoYXJhY3RlciBzcGFjaW5nLCBwYXJlbnQgdHlwZSBhbGlnbm1lbnQsIGV0Yy4gU0YgUHJvIEljb25zIGlzIGRlc2lnbmVkIHRvIGJlIGFkYXB0YWJsZSB0byB3b3JrIHdpdGggb3VyIHR3byB3ZWIgZm9udCBmYW1pbGllcywgU0YgUHJvIERpc3BsYXkgYW5kIFNGIFBybyBUZXh0LiBUaGUgd2ViIGZvbnQgZmFtaWxpZXMgaGF2ZSBkaWZmZXJpbmcgeGhlaWdodHMsIGRlc2NlbmRlciBhbmQgYXNjZW5kZXIgZXh0ZW5zaW9ucywgYWR2YW5jZW1lbnQsIGNvdW50ZXJzLCBhbmQgYm93bHMuIFRoZXNlIGRpZmZlcmVuY2VzIHdlcmUgcHVycG9zZWx5IG1hZGUgdG8gb3B0aW1pemUgdGhlIGxlZ2liaWxpdHkgb2YgZWFjaCBmYW1pbHkgaW4gdGhlIHR5cGUgc2l6ZSBmb3Igd2hpY2ggdGhleSBhcmUgdXRpbGl6ZWQuIFRoZSBTRiBQcm8gSWNvbnMgY2hhcmFjdGVyIHNldCBpbmNsdWRlcyBDVEEgaWNvbm9ncmFwaHksIFVJIGVsZW1lbnRzLCBhbmQgaW50ZXJuYWwgdXNlIHNwZWNpYWwgY2hhcmFjdGVycyBhbmQgaXMgYXZhaWxhYmxlIGFzIGEgZmFtaWx5IG9mIHRydWUgdHlwZSBmb250cyBpbiBmb3VyIHdlaWdodHMuAABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBwAHAAbABlAC4AYwBvAG0AAGh0dHA6Ly93d3cuYXBwbGUuY29tAABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBwAHAAbABlAC4AYwBvAG0AAGh0dHA6Ly93d3cuYXBwbGUuY29tAABUAGgAaQBzACAAZgBvAG4AdAAgAHMAbwBmAHQAdwBhAHIAZQAgAGkAcwAgAHQAaABlACAAdgBhAGwAdQBhAGIAbABlACAAcAByAG8AcABlAHIAdAB5ACAAbwBmACAAQQBwAHAAbABlACAASQBuAGMALgAgAHwAIABJAG4AdABlAHIAYQBjAHQAaQB2AGUAIABNAEEAUgBDAE8ATQAuACAAUgBlAHAAbABpAGMAYQB0AGkAbwBuACwAIABhAGwAdABlAHIAYQB0AGkAbwBuACwAIABhAG4AZAAgAGQAaQBzAHQAcgBpAGIAdQB0AGkAbwBuACAAbwBmACAAdABoAGkAcwAgAGYAbwBuAHQAIABpAHMAIABzAHQAcgBpAGMAdABsAHkAIABwAHIAbwBoAGkAYgBpAHQAZQBkAC4AIABBAHAAcABsAGUAIABJAG4AYwAuACAAYQBsAGwAIAByAGkAZwBoAHQAcwAgAHIAZQBzAGUAcgB2AGUAZAAuAABUaGlzIGZvbnQgc29mdHdhcmUgaXMgdGhlIHZhbHVhYmxlIHByb3BlcnR5IG9mIEFwcGxlIEluYy4gfCBJbnRlcmFjdGl2ZSBNQVJDT00uIFJlcGxpY2F0aW9uLCBhbHRlcmF0aW9uLCBhbmQgZGlzdHJpYnV0aW9uIG9mIHRoaXMgZm9udCBpcyBzdHJpY3RseSBwcm9oaWJpdGVkLiBBcHBsZSBJbmMuIGFsbCByaWdodHMgcmVzZXJ2ZWQuAABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgBhAHAAcABsAGUALgBjAG8AbQAvAGwAZQBnAGEAbAAvAGkAbgB0AGUAbABsAGUAYwB0AHUAYQBsAC0AcAByAG8AcABlAHIAdAB5AC8AAGh0dHBzOi8vd3d3LmFwcGxlLmNvbS9sZWdhbC9pbnRlbGxlY3R1YWwtcHJvcGVydHkvAABTAEYAIABQAHIAbwAgAEkAYwBvAG4AcwAAU0YgUHJvIEljb25zAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAAAAAAACAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAABAAIBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8BIAEhASIBIwEkASUBJgEnASgBKQEqAA4A7wErASwAIgEtAS4BLwEwATEBMgEzATQBNQE2ATcBOAE5AToBOwE8AT0BPgE/AUABQQFCAUMBRAFFAUYBRwFIAUkBSgFLAUwBTQFOAU8BUAFRAVIBUwFUAVUBVgFXAVgBWQFaAVsBXAFdAV4BXwFgAWEBYgFjAWQBZQFmANIDZ2FwCWZ1bGxibG9jawV1RjMxQQV1RjMxQgV1RjMxQwV1RjMxRAV1RjMyMgV1RjMyMwV1RjMyNAV1RjMyNQV1RjMyNgV1RjMyNwV1RjMyOAV1RjMyOQV1RjMyRgV1RjMzNAV1RjMzNQV1RjMzNgV1RjMzNwV1RjMzOAV1RjMzOQV1RjMzQQV1RjMzQgV1RjMzQwV1RjMzRAV1RjMzRQV1RjMzRgV1RjM0MAV1RjM0MQV1RjM1NgV1RjM1RgV1RjM2NQtjaGV2cm9ubGVmdAxjaGV2cm9ucmlnaHQJY2hldnJvbnVwC2NoZXZyb25kb3duEWNoZXZyb25sZWZ0Y2lyY2xlEmNoZXZyb25yaWdodGNpcmNsZQ9jaGV2cm9udXBjaXJjbGURY2hldnJvbmRvd25jaXJjbGUFcmVzZXQFY2hlY2sLZXhjbGFtYXRpb24LcmVzZXRjaXJjbGUKcGx1c2NpcmNsZQttaW51c2NpcmNsZQtjaGVja2NpcmNsZRFleGNsYW1hdGlvbmNpcmNsZQ5xdWVzdGlvbmNpcmNsZQpyZXNldHNvbGlkCXBsdXNzb2xpZAptaW51c3NvbGlkCmNoZWNrc29saWQQZXhjbGFtYXRpb25zb2xpZA1xdWVzdGlvbnNvbGlkBHBsYXkFcGF1c2UEc3RvcAZyZXBsYXkEaW5mbwhkb3dubG9hZAZjaXJjbGUIZXh0ZXJuYWwFc2hhcmUTcXVlc3Rpb25fY2lyY2xlX3J0bBJxdWVzdGlvbl9zb2xpZF9ydGwMcXVlc3Rpb25fcnRsDGV4dGVybmFsX3J0bAlzZWN0aW9uMDEJc2VjdGlvbjAyCXNlY3Rpb24wMwlzZWN0aW9uMDQJc2VjdGlvbjA1CXNlY3Rpb24wNglzZWN0aW9uMDcJc2VjdGlvbjA4CXNlY3Rpb24wOQlzZWN0aW9uMTAJc2VjdGlvbjExCXNlY3Rpb24xMglzZWN0aW9uMTMJc2VjdGlvbjE0CXNlY3Rpb24xNQlzZWN0aW9uMTYJc2VjdGlvbjE3CXNlY3Rpb24xOAlzZWN0aW9uMTkJc2VjdGlvbjIwC3ZpZGVvcmVwbGF5CnZpZGVvcGF1c2UJdmlkZW9wbGF5CnBhZGRsZWxlZnQLcGFkZGxlcmlnaHQIcGFkZGxldXAKcGFkZGxlZG93bgptb2RhbGNsb3NlD3BhZGRsZWxlZnRzaG9ydBBwYWRkbGVyaWdodHNob3J0DXBhZGRsZXVwc2hvcnQPcGFkZGxlZG93bnNob3J0D21vZGFsY2xvc2VzaG9ydAAAAAAAAf//AAIAAQAAAAwAAAAWAAAAAgABAAMAawABAAQAAAACAAAAAAAAAAEAAAAA2pIEAQAAAADXPJGTAAAAANc8kZM=) format("truetype");
  font-weight: normal;
  font-style: normal;
}

.channel-html .icon-after {
  display: inline-block;
}

.channel-html .icon-after::after {
  background: inherit;
  background-size: 5em 100%;
  background-position: -60px center;
}

.channel-html .key-line {
  display: flex;
  width: 100%;
  height: 20px;
}

.channel-html .key-line .liner {
  align-self: center;
}

.channel-html .link-wrapper {
  display: inline-flex;
}

.channel-html .link-wrapper:focus {
  outline: 4px solid var(--focus-color);
}

.channel-html .link-wrapper.link-standalone:link:link:focus {
  outline: 4px solid var(--focus-color);
  text-decoration: unset;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
}

@media only screen and (max-width: 734px) {
  body {
    overflow-x: visible;
  }
}

@media (inverted-colors) {
  body .double-invert {
    filter: invert(1);
  }
}



@media only screen and (min-width: 1069px) {
  .channel-html .row.large-display-bleed {
    position: relative;
  }

  .channel-html .row.large-display-bleed .column {
    z-index: 1;
  }

  .channel-html .row.large-display-bleed::after,
  .channel-html .row.large-display-bleed::before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 44px;
    left: -44px;
  }

  .channel-html .row.large-display-bleed::after {
    left: initial;
    right: -44px;
  }
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
  .channel-html .row.medium-display-bleed {
    position: relative;
  }

  .channel-html .row.medium-display-bleed .column {
    z-index: 1;
  }

  .channel-html .row.medium-display-bleed::after,
  .channel-html .row.medium-display-bleed::before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 22px;
    left: -22px;
  }

  .channel-html .row.medium-display-bleed::after {
    left: initial;
    right: -22px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .row.small-display-bleed {
    position: relative;
  }

  .channel-html .row.small-display-bleed .column {
    z-index: 1;
  }

  .channel-html .row.small-display-bleed::after,
  .channel-html .row.small-display-bleed::before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 20px;
    left: -20px;
  }

  .channel-html .row.small-display-bleed::after {
    left: initial;
    right: -20px;
  }
}

.channel-html .section {
  display: flex;
  position: relative;
  overflow-x: hidden;
}

.channel-html .section .section-content {
  margin-inline-start: auto;
  margin-inline-end: auto;
  width: 980px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .section .section-content {
    width: 692px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .section .section-content {
    max-width: 320px;
    width: 87.5%;
  }
}

.channel-html .section.large-show {
  display: flex;
}

@media only screen and (max-width: 1068px) {
  .channel-html .section.medium-show {
    display: flex !important;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .section.small-show {
    display: flex !important;
  }
}

.channel-html .section.large-hide {
  display: none;
}

@media only screen and (max-width: 1068px) {
  .channel-html .section.medium-hide {
    display: none;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .section.small-hide {
    display: none !important;
  }
}

.channel-html .stat {
  white-space: normal;
  margin: 0;
}

.channel-html .stat .stat-content {
  margin: 0 !important;
}

.channel-html .stat-caption-up {
  word-wrap: break-word;
  bottom: 0.3em !important;
  position: relative !important;
  display: inline-block !important;
}

.channel-html .stat-caption-bottom {
  top: 0.2em !important;
  position: relative !important;
  display: block !important;
}

.channel-html .stat .stat-caption-up.helvetica-neue,
.channel-html .stat .stat-caption-bottom.helvetica-neue {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: normal;
}

.image-icon_cycletracking_elevated {
  width: 42px;
  height: 42px;
  background-size: 42px 42px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e7/9a/d60266f34e45aec414aef756551b/icon-cycletracking-elevated-large.png?60000c3cc160);
}

.image-running {
  width: 310px;
  height: 345px;
  background-size: 310px 345px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/92/db/03130dae4c70b32a878cdde35a95/running-large.png?6000083abe90);
}

.image-header_s2_42mm_silver_aluminum_case_white_sport_band {
  width: 144px;
  height: 197px;
  background-size: 144px 197px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/07/b1/228ea54b412bb73c8b964db290a2/header-s2-42mm-silver-aluminum-case-white-sport-band-large.png?60000c3d2260);
}

.image-icon_applewatch_case_elevated {
  width: 37px;
  height: 39px;
  background-size: 37px 39px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/61/22/ba494a5e40d29616721208a12a61/icon-applewatch-case-elevated-large.png?60000c3cf0d0);
}

.image-action_button {
  width: 313px;
  height: 163px;
  background-size: 313px 163px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/66/4e/521e3d2841d3b6654b998a75f7b3/action-button-large.png?600008387bd0);
}

.image-header_s1_42mm_silver_aluminum_case_white_sport_band {
  width: 144px;
  height: 197px;
  background-size: 144px 197px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d6/dd/48a4ba394283bd3f831db835c08a/header-s1-42mm-silver-aluminum-case-white-sport-band-large.png?60000c3d29f0);
}

.image-icon_drop_elevated {
  width: 29px;
  height: 41px;
  background-size: 29px 41px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/18/26/553a8099488993d1f3fde012c894/icon-drop-elevated-large.png?60000c3cc6e0);
}

.image-hiking {
  width: 205px;
  height: 337px;
  background-size: 205px 337px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/61/e3/b2c1478840db8dccb07cab042a54/hiking-large.png?600008308e70);
}

.image-apple_fitness_plus {
  width: 427px;
  height: 216px;
  background-size: 427px 216px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f3/22/fb8455b84930830cd731fb675845/apple-fitness-plus-large.png?600008376310);
}

.image-icon_chip_s5_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/02/0f/4c5cc544496e802a2eac3128071f/icon-chip-s5-elevated-large.png?60000c3cdce0);
}

.image-icon_chip_s9_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/23/86/898cebf546a394638f8a0adf56eb/icon-chip-s9-elevated-large.png?60000c3cf650);
}

.image-cycling {
  width: 345px;
  height: 400px;
  background-size: 345px 400px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/25/90/6c36f1a24f8e9c8828637297bb12/cycling-large.png?6000083679c0);
}

.image-apple_care_plus {
  width: 217px;
  height: 292px;
  background-size: 217px 292px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/2d/0d/8036530142c8bc65a48c2002ef21/apple-care-plus-large.png?60000830b860);
}

.image-icon_chip_s2_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1c/0a/ea0995ee44479c495b5acab4a406/icon-chip-s2-elevated-large.png?60000c3cd130);
}

.image-header_s5_44mm_silver_aluminum_case_white_sport_band {
  width: 150px;
  height: 197px;
  background-size: 150px 197px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/58/07/075211aa4caf82fcda6f4b3853b4/header-s5-44mm-silver-aluminum-case-white-sport-band-large.png?60000c3d0fd0);
}

.image-header_s9_45mm_stardust_aluminum_case_stardust_sport_band {
  width: 150px;
  height: 197px;
  background-size: 150px 197px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c2/6b/8181d22d463cba919396af6f24bb/header-s9-45mm-stardust-aluminum-case-stardust-sport-band-large.png?60000c3c1810);
}

.image-header_s4_44mm_silver_aluminum_case_white_sport_band {
  width: 150px;
  height: 197px;
  background-size: 150px 197px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d1/f8/b6265a6440cc9b221ac259094bec/header-s4-44mm-silver-aluminum-case-white-sport-band-large.png?60000c3d16b0);
}

.image-icon_chip_s3_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f1/8e/0b5bd5f140e588c3db5355414fb1/icon-chip-s3-elevated-large.png?60000c3ce050);
}

.image-icon_sos_circle_elevated {
  width: 42px;
  height: 42px;
  background-size: 42px 42px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/7c/d7/88e5a75e4a618633ad1810c977d9/icon-sos-circle-elevated-large.png?60000c3cfe90);
}

.image-header_s10_46mm_jet_black_aluminum_case_winter_ink_sport_loop {
  width: 156px;
  height: 197px;
  background-size: 156px 197px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8d/50/74858883457193ebb255d082c0da/header-s10-46mm-jet-black-aluminum-case-winter-ink-sport-loop-large.png?60000c3c1130);
}

.image-icon_bed_double_elevated {
  width: 48px;
  height: 32px;
  background-size: 48px 32px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fc/54/4e3d344f42229998ee36c0293eb2/icon-bed-double-elevated-large.png?60000c3cca50);
}

.image-icon_battery_100percent_elevated {
  width: 48px;
  height: 26px;
  background-size: 48px 26px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b0/3a/132f05c64344807cf5abc8e81590/icon-battery-100percent-elevated-large.png?60000c3cef70);
}

.image-bands {
  width: 527px;
  height: 415px;
  background-size: 527px 415px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8e/7a/03f5e5e140ad8a58891d8cf50f58/bands-large.png?600008373910);
}

.image-lifestyle_diving {
  width: 647px;
  height: 600px;
  background-size: 647px 600px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/7f/73/48a3917c46539645eb92c60dc5d9/lifestyle-diving-large.png?600008387390);
}

.image-icon_watchhealth_heart_elevated {
  width: 42px;
  height: 37px;
  background-size: 42px 37px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/30/08/60d2b6b74940bef0aba87fb0039f/icon-watchhealth-heart-elevated-large.png?60000c3cac00);
}

.image-icon_charge_mega {
  width: 185px;
  height: 185px;
  background-size: 185px 185px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/dc/b4/85afe7514f7cab5335e1e862bdf9/icon-charge-mega-large.png?6000083694a0);
}

.image-icon_antenna_radiowaves_left_and_right_elevated {
  width: 43px;
  height: 39px;
  background-size: 43px 39px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3f/ef/c70769c04b2194a029160e4ccc64/icon-antenna-radiowaves-left-and-right-elevated-large.png?60000c3c2ec0);
}

.image-header_se_2nd_gen_44mm_starlight_aluminum_case_starlight_sport_band {
  width: 150px;
  height: 197px;
  background-size: 150px 197px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/dc/9f/a9237757438faee940a1507bc427/header-se-2nd-gen-44mm-starlight-aluminum-case-starlight-sport-band-large.png?60000c3c2cb0);
}

.image-icon_watchface_applewatch_case_elevated {
  width: 37px;
  height: 39px;
  background-size: 37px 39px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/0a/19/5961b23c405ab69bbc18c81ae583/icon-watchface-applewatch-case-elevated-large.png?60000c3cd340);
}

.image-hero {
  width: 816px;
  height: 535px;
  background-size: 816px 535px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/41/fd/0c468e96436e8904b7d0934eae67/hero-large.png?600008362260);
}

.image-icon_battery_100_bolt_elevated {
  width: 48px;
  height: 26px;
  background-size: 48px 26px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/22/2e/5e5fca88450d8fbd351f8aa3b8bd/icon-battery-100-bolt-elevated-large.png?60000c3ce890);
}

.image-header_s7_45mm_starlight_aluminum_case_starlight_sport_band {
  width: 150px;
  height: 197px;
  background-size: 150px 197px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e7/d6/a633304547c8885a7c12c26787f2/header-s7-45mm-starlight-aluminum-case-starlight-sport-band-large.png?60000c3d3230);
}

.image-icon_watchface_applewatch_case_inset_filled_elevated {
  width: 37px;
  height: 38px;
  background-size: 37px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f6/3f/c0027e6e4783aa17f56dd9394d3c/icon-watchface-applewatch-case-inset-filled-elevated-large.png?60000c3cb230);
}

.image-hero_logo {
  width: 151px;
  height: 58px;
  background-size: 151px 58px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e4/2a/056685334f44bfedcbcf96cd6a42/hero-logo-large.png?60000836f4f0);
}

.image-flex_checkmark {
  width: 15px;
  height: 14px;
  background-size: 15px 14px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/47/19/a391c85e46cfb07573b3de414a7c/flex-checkmark-large.png?60000830be90);
}

.image-icon_chip_s10_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/64/23/43a6cc6a4686b5d573dcee4cbd3f/icon-chip-s10-elevated-large.png?60000c3cf440);
}

.image-header_s3_42mm_silver_aluminum_case_white_sport_band {
  width: 144px;
  height: 197px;
  background-size: 144px 197px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/07/50/77f799934dc1850329c30f0954e8/header-s3-42mm-silver-aluminum-case-white-sport-band-large.png?60000c3d2890);
}

.image-icon_chip_s6_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/09/6b/249d05bc49c9b4d8cf2222a940fd/icon-chip-s6-elevated-large.png?60000c3cd6b0);
}

.image-lifestyle_swimming {
  width: 480px;
  height: 500px;
  background-size: 480px 500px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d6/ee/905c97c247c3b1567fe2c377f085/lifestyle-swimming-large.png?6000080db440);
}

.image-apple_fitness_plus_logo {
  width: 93px;
  height: 19px;
  background-size: 93px 19px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fa/43/5fe804d44890b2012afb514ca2c7/apple-fitness-plus-logo-large.png?60000830ae10);
}

.image-header_ultra_49mm_titanium_white_ocean_band {
  width: 171px;
  height: 197px;
  background-size: 171px 197px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/79/bf/55e3a1694e0ea9bda24e2f02581c/header-ultra-49mm-titanium-white-ocean-band-large.png?60000c3c2940);
}

.image-header_ultra_2_49mm_black_titanium_milanese_loop {
  width: 169px;
  height: 197px;
  background-size: 169px 197px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/21/fe/50a7339f47679a49bb6de767d809/header-ultra-2-49mm-black-titanium-milanese-loop-large.png?60000c3c3d30);
}

.image-header_s8_45mm_silver_aluminum_case_white_sport_band {
  width: 150px;
  height: 197px;
  background-size: 150px 197px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f1/07/a2097c514f179bf55dce76ffe9d0/header-s8-45mm-silver-aluminum-case-white-sport-band-large.png?60000c3d1ef0);
}

.image-icon_chip_s7_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f7/2a/2ed40f854eac9892fa794ef97f14/icon-chip-s7-elevated-large.png?60000c3cdd90);
}

.image-icon_chip_s8_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/98/00/fe70e2014b49bf7c24a7e4969606/icon-chip-s8-elevated-large.png?60000c3cf390);
}

.image-lifestyle_running {
  width: 480px;
  height: 600px;
  background-size: 480px 600px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/47/a6/a5c060dd4e1481588f6365a91bb5/lifestyle-running-large.png?60000836c8f0);
}

.image-design {
  width: 980px;
  height: 411px;
  background-size: 980px 411px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d5/1f/f00d160347d8ae1a64ecdf35c243/design-large.png?600008357860);
}

.image-icon_chip_s4_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e5/d9/cf553ecd40f78cd62aaa45232423/icon-chip-s4-elevated-large.png?60000c3cde40);
}

.image-icon_applewatch_case_sizes_elevated {
  width: 43px;
  height: 38px;
  background-size: 43px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/11/29/0390981a4c43b3325d4e75b4b384/icon-applewatch-case-sizes-elevated-large.png?60000c3ceec0);
}

.image-icon_chip_s1_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/78/c2/c23e281c4948a9c758b6d85fa7b1/icon-chip-s1-elevated-large.png?60000c3cc840);
}

.image-icon_apple_vitals_elevated {
  width: 42px;
  height: 42px;
  background-size: 42px 42px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b0/bb/9bb0f01448f0a56dbb1656527449/icon-apple-vitals-elevated-large.png?60000c3c02c0);
}

.image-header_se_44mm_silver_aluminum_case_starlight_sport_band {
  width: 150px;
  height: 197px;
  background-size: 150px 197px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/85/29/2651bda94e3fac4203d940429d6a/header-se-44mm-silver-aluminum-case-starlight-sport-band-large.png?60000c3c2050);
}

.image-header_s6_44mm_silver_aluminum_case_white_sport_band {
  width: 150px;
  height: 197px;
  background-size: 150px 197px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/5f/cf/2ccdf09b4a0797221fc8373068be/header-s6-44mm-silver-aluminum-case-white-sport-band-large.png?60000c3d34f0);
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_s10_46mm_jet_black_aluminum_case_winter_ink_sport_loop {
    width: 156px;
    height: 197px;
    background-size: 156px 197px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/2b/21/1a1ba73e49b28d4e1021fc8d5949/header-s10-46mm-jet-black-aluminum-case-winter-ink-sport-loop-large-2x.png?60000c3c1600);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-hero_logo {
    width: 151px;
    height: 58px;
    background-size: 151px 58px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/12/ab/1ada602f4aeab9d3bf5f4f328578/hero-logo-large-2x.png?6000083772e0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-lifestyle_swimming {
    width: 480px;
    height: 500px;
    background-size: 480px 500px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/bf/4d/25da9a744b8cbaa51dc72620d33b/lifestyle-swimming-large-2x.png?6000080d8dc0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_watchhealth_heart_elevated {
    width: 42px;
    height: 37px;
    background-size: 42px 37px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a8/42/b4b0f58c4416bbc4b2c69faa221e/icon-watchhealth-heart-elevated-large-2x.png?60000c3cacb0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_battery_100_bolt_elevated {
    width: 48px;
    height: 26px;
    background-size: 48px 26px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d9/39/4ec3f649477e8125844e648333e1/icon-battery-100-bolt-elevated-large-2x.png?60000c3ce940);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_s8_45mm_silver_aluminum_case_white_sport_band {
    width: 150px;
    height: 197px;
    background-size: 150px 197px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/67/5e/72fd78b44fa588b4a23ed26e136b/header-s8-45mm-silver-aluminum-case-white-sport-band-large-2x.png?60000c3d1a20);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_watchface_applewatch_case_inset_filled_elevated {
    width: 37px;
    height: 38px;
    background-size: 37px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/4d/a8/dcafbcc94610ad16a92fdb5ab32b/icon-watchface-applewatch-case-inset-filled-elevated-large-2x.png?60000c3cd3f0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_chip_s8_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/aa/2e/15b2ac2e45f19bfb14b565aa471e/icon-chip-s8-elevated-large-2x.png?60000c3cfd30);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_battery_100percent_elevated {
    width: 48px;
    height: 26px;
    background-size: 48px 26px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3a/5b/9fd6437b4cb48dd71fb894219fac/icon-battery-100percent-elevated-large-2x.png?60000c3ce730);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_watchface_applewatch_case_elevated {
    width: 37px;
    height: 39px;
    background-size: 37px 39px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/06/89/d21603574418b1734e8d1b3b43ed/icon-watchface-applewatch-case-elevated-large-2x.png?60000c3cff40);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-bands {
    width: 527px;
    height: 415px;
    background-size: 527px 415px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1c/b0/01fcbd944a90bfef1e931c7297b6/bands-large-2x.png?60000830ee10);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_drop_elevated {
    width: 29px;
    height: 41px;
    background-size: 29px 41px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/05/d0/2f3fe42e4a68bb9cbc8148b70840/icon-drop-elevated-large-2x.png?60000c3cc000);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-apple_fitness_plus {
    width: 427px;
    height: 216px;
    background-size: 427px 216px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/59/5b/f184834b4959b5b202bdce635060/apple-fitness-plus-large-2x.png?60000836de40);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_s9_45mm_stardust_aluminum_case_stardust_sport_band {
    width: 150px;
    height: 197px;
    background-size: 150px 197px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/02/c4/f887187c4c299923aa9f08c62bf0/header-s9-45mm-stardust-aluminum-case-stardust-sport-band-large-2x.png?60000c3d1ad0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_chip_s3_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d6/cc/8ec4d1e5489a83fc80b391de4205/icon-chip-s3-elevated-large-2x.png?60000c3ce520);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_ultra_2_49mm_black_titanium_milanese_loop {
    width: 169px;
    height: 197px;
    background-size: 169px 197px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/18/fc/6fe125ca4ac6b58806628fb27c9c/header-ultra-2-49mm-black-titanium-milanese-loop-large-2x.png?60000c3c00b0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_s5_44mm_silver_aluminum_case_white_sport_band {
    width: 150px;
    height: 197px;
    background-size: 150px 197px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/89/9a/d455d9ea4ac6b8e04b86db7025dc/header-s5-44mm-silver-aluminum-case-white-sport-band-large-2x.png?60000c3d1080);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_bed_double_elevated {
    width: 48px;
    height: 32px;
    background-size: 48px 32px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/bb/7f/ec336995439593fa87de3721a018/icon-bed-double-elevated-large-2x.png?60000c3ccb00);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_chip_s2_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a1/29/2fd44f184a73bc2db669c34f8e9f/icon-chip-s2-elevated-large-2x.png?60000c3cd1e0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_ultra_49mm_titanium_white_ocean_band {
    width: 171px;
    height: 197px;
    background-size: 171px 197px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/12/8c/3cf79a1a44e4b5f9f42dde17300a/header-ultra-49mm-titanium-white-ocean-band-large-2x.png?60000c3c29f0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-running {
    width: 310px;
    height: 345px;
    background-size: 310px 345px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/dc/ef/a16ab5a54a82b4f8497db288029d/running-large-2x.png?60000830b7b0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_s6_44mm_silver_aluminum_case_white_sport_band {
    width: 150px;
    height: 197px;
    background-size: 150px 197px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e8/d5/af56cec74610b5ffb69ae8237ee0/header-s6-44mm-silver-aluminum-case-white-sport-band-large-2x.png?60000c3d39c0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_se_2nd_gen_44mm_starlight_aluminum_case_starlight_sport_band {
    width: 150px;
    height: 197px;
    background-size: 150px 197px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/73/1c/e94bbb9c470a82d48e8d8de9dcea/header-se-2nd-gen-44mm-starlight-aluminum-case-starlight-sport-band-large-2x.png?60000c3c0580);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-lifestyle_diving {
    width: 647px;
    height: 600px;
    background-size: 647px 600px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/7c/f9/a7bd0ef74ea88bc8f40bdd903c65/lifestyle-diving-large-2x.png?600008375b80);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-hiking {
    width: 205px;
    height: 337px;
    background-size: 205px 337px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/28/38/0697cb764f218bc25a707f334788/hiking-large-2x.png?600008372520);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-cycling {
    width: 345px;
    height: 400px;
    background-size: 345px 400px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e8/c9/6a41db034d7bae38f8be380e7b4b/cycling-large-2x.png?600008372680);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-flex_checkmark {
    width: 15px;
    height: 14px;
    background-size: 15px 14px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/5a/14/5270905044c2b22831d749c2d890/flex-checkmark-large-2x.png?60000836eaa0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_applewatch_case_sizes_elevated {
    width: 43px;
    height: 38px;
    background-size: 43px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/44/28/10404361456a8d96a7b26061ecce/icon-applewatch-case-sizes-elevated-large-2x.png?60000c3ce680);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_sos_circle_elevated {
    width: 42px;
    height: 42px;
    background-size: 42px 42px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/74/a9/1d59e3d6441dbf1a6c8477b697a5/icon-sos-circle-elevated-large-2x.png?60000c3cf230);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_s1_42mm_silver_aluminum_case_white_sport_band {
    width: 144px;
    height: 197px;
    background-size: 144px 197px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3b/5d/40861179419b8c4419b21519d19a/header-s1-42mm-silver-aluminum-case-white-sport-band-large-2x.png?60000c3d2940);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_chip_s1_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a7/91/d528a28f48a8a3ba624cc029f3f9/icon-chip-s1-elevated-large-2x.png?60000c3cc8f0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_chip_s5_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fa/7a/04e7ae9b4d44956e62c10d0a2b1a/icon-chip-s5-elevated-large-2x.png?60000c3ce5d0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_s4_44mm_silver_aluminum_case_white_sport_band {
    width: 150px;
    height: 197px;
    background-size: 150px 197px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f4/84/d8c9dce04cf888d867a095eaad59/header-s4-44mm-silver-aluminum-case-white-sport-band-large-2x.png?60000c3d1b80);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_applewatch_case_elevated {
    width: 37px;
    height: 39px;
    background-size: 37px 39px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/09/25/d888375f4e7880cf251422b62d69/icon-applewatch-case-elevated-large-2x.png?60000c3c0000);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_chip_s7_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/73/12/e263442e467eb1ef2209344a2a40/icon-chip-s7-elevated-large-2x.png?60000c3cd550);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-apple_care_plus {
    width: 217px;
    height: 292px;
    background-size: 217px 292px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/29/a3/badde34c4a16861eb041dad54f5c/apple-care-plus-large-2x.png?60000837b7b0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_charge_mega {
    width: 185px;
    height: 185px;
    background-size: 185px 185px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/86/87/3e5c23784805b5976cfa3638bd85/icon-charge-mega-large-2x.png?600008361760);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_se_44mm_silver_aluminum_case_starlight_sport_band {
    width: 150px;
    height: 197px;
    background-size: 150px 197px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f7/68/03a067bc4405a311a8a0afec3c6c/header-se-44mm-silver-aluminum-case-starlight-sport-band-large-2x.png?60000c3c2100);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_apple_vitals_elevated {
    width: 42px;
    height: 42px;
    background-size: 42px 42px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e4/36/ec29295941bcac36e291dc5d25e8/icon-apple-vitals-elevated-large-2x.png?60000c3c0420);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_antenna_radiowaves_left_and_right_elevated {
    width: 43px;
    height: 39px;
    background-size: 43px 39px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/0e/9e/f8a5da454b208c690b730c840d6d/icon-antenna-radiowaves-left-and-right-elevated-large-2x.png?60000c3c2f70);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_cycletracking_elevated {
    width: 42px;
    height: 42px;
    background-size: 42px 42px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/76/ae/1098cf4f4b3da5086d77ee655246/icon-cycletracking-elevated-large-2x.png?60000c3cc630);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_s3_42mm_silver_aluminum_case_white_sport_band {
    width: 144px;
    height: 197px;
    background-size: 144px 197px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f1/f9/c145189d4cbd8baf6bec5f3abdb6/header-s3-42mm-silver-aluminum-case-white-sport-band-large-2x.png?60000c3d2050);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-action_button {
    width: 313px;
    height: 163px;
    background-size: 313px 163px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d0/0a/402f933c462d902cfa0da0934a4a/action-button-large-2x.png?60000830aec0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_chip_s9_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c1/b9/4832b1f943ca8cc63c551d937475/icon-chip-s9-elevated-large-2x.png?60000c3cf700);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_chip_s10_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/00/70/6bb4294942b48068e85cea48df19/icon-chip-s10-elevated-large-2x.png?60000c3cf4f0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-design {
    width: 980px;
    height: 411px;
    background-size: 980px 411px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/31/a5/306ab3404fd28e819d62c32af727/design-large-2x.png?600008308000);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-apple_fitness_plus_logo {
    width: 93px;
    height: 19px;
    background-size: 93px 19px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/57/76/51bec71f42769d983ca86ecfc0c5/apple-fitness-plus-logo-large-2x.png?60000830a9f0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-lifestyle_running {
    width: 480px;
    height: 600px;
    background-size: 480px 600px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ce/33/217b8567468ab31a805fc9dd60af/lifestyle-running-large-2x.png?6000083746e0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_chip_s6_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c6/61/df700a014a1cb0c0ee48d4d2989a/icon-chip-s6-elevated-large-2x.png?60000c3cd760);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_s7_45mm_starlight_aluminum_case_starlight_sport_band {
    width: 150px;
    height: 197px;
    background-size: 150px 197px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f8/f9/7c5046ae41ce8eafb634761a7d67/header-s7-45mm-starlight-aluminum-case-starlight-sport-band-large-2x.png?60000c3d32e0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_s2_42mm_silver_aluminum_case_white_sport_band {
    width: 144px;
    height: 197px;
    background-size: 144px 197px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f1/3d/fd0cbb6f49fe9a2da98047e226ee/header-s2-42mm-silver-aluminum-case-white-sport-band-large-2x.png?60000c3d2310);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-hero {
    width: 816px;
    height: 535px;
    background-size: 816px 535px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/02/51/9aeb428a4fd0bec338b52bb1cb04/hero-large-2x.png?6000083737b0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_chip_s4_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e8/44/cb2225d447a7b6ab7d2b9abb7f57/icon-chip-s4-elevated-large-2x.png?60000c3cdef0);
  }
}

@media only screen and (max-width:1068px) {
  .image-hiking {
    width: 159px;
    height: 260px;
    background-size: 159px 260px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b4/30/5b5f9b954535b6c11f2a450b622a/hiking-medium.png?60000836fa70);
  }
}

@media only screen and (max-width:1068px) {
  .image-hero {
    width: 481px;
    height: 338px;
    background-size: 481px 338px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/61/7f/38cac3da4636be59515ab23dde10/hero-medium.png?600008397a70);
  }
}

@media only screen and (max-width:1068px) {
  .image-running {
    width: 221px;
    height: 246px;
    background-size: 221px 246px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/0b/c2/05a2fad54f169de3b99724fe524e/running-medium.png?60000830ce70);
  }
}

@media only screen and (max-width:1068px) {
  .image-icon_charge_mega {
    width: 165px;
    height: 165px;
    background-size: 165px 165px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/88/c7/5b39e2a14ee980c28c44f8e184b1/icon-charge-mega-medium.png?60000836f650);
  }
}

@media only screen and (max-width:1068px) {
  .image-action_button {
    width: 336px;
    height: 202px;
    background-size: 336px 202px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d5/5a/1aac7acc46e382c420ca24f39be5/action-button-medium.png?600008369e40);
  }
}

@media only screen and (max-width:1068px) {
  .image-apple_care_plus {
    width: 177px;
    height: 239px;
    background-size: 177px 239px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/de/fd/d5acb24540469c57ddb8c445cc4c/apple-care-plus-medium.png?600008377e90);
  }
}

@media only screen and (max-width:1068px) {
  .image-bands {
    width: 321px;
    height: 355px;
    background-size: 321px 355px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/de/5a/7821675c456493ff3dcfaf87cf67/bands-medium.png?6000083758c0);
  }
}

@media only screen and (max-width:1068px) {
  .image-lifestyle_diving {
    width: 336px;
    height: 500px;
    background-size: 336px 500px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/15/b9/450d0da1453fa81dd396330a989d/lifestyle-diving-medium.png?600008375ce0);
  }
}

@media only screen and (max-width:1068px) {
  .image-flex_checkmark {
    width: 15px;
    height: 14px;
    background-size: 15px 14px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/cb/86/770ab38b45de8d24862bde92d3db/flex-checkmark-medium.png?6000083613f0);
  }
}

@media only screen and (max-width:1068px) {
  .image-hero_logo {
    width: 151px;
    height: 58px;
    background-size: 151px 58px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/7d/23/74bcdc854377ab1ccb31f9d4f145/hero-logo-medium.png?60000830a310);
  }
}

@media only screen and (max-width:1068px) {
  .image-apple_fitness_plus {
    width: 365px;
    height: 208px;
    background-size: 365px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a8/30/df56fbc248b6a363a1faddfbe64a/apple-fitness-plus-medium.png?600008363e90);
  }
}

@media only screen and (max-width:1068px) {
  .image-apple_fitness_plus_logo {
    width: 92px;
    height: 19px;
    background-size: 92px 19px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f1/97/d280eb404e14bc7e4252e3216dc6/apple-fitness-plus-logo-medium.png?60000830bb20);
  }
}

@media only screen and (max-width:1068px) {
  .image-lifestyle_swimming {
    width: 336px;
    height: 390px;
    background-size: 336px 390px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/0e/02/36d1c50b4ce3b5dae23598484eb1/lifestyle-swimming-medium.png?6000080ca470);
  }
}

@media only screen and (max-width:1068px) {
  .image-design {
    width: 677px;
    height: 245px;
    background-size: 677px 245px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/63/38/c276ce8b43a3909e61b458ff1944/design-medium.png?60000830a890);
  }
}

@media only screen and (max-width:1068px) {
  .image-lifestyle_running {
    width: 336px;
    height: 372px;
    background-size: 336px 372px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d2/6c/2dc5ac3c4bd3af6ec2b6baaf251f/lifestyle-running-medium.png?600008392100);
  }
}

@media only screen and (max-width:1068px) {
  .image-cycling {
    width: 240px;
    height: 288px;
    background-size: 240px 288px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/69/53/78c87ec9462e9f27a0e39fedb9b6/cycling-medium.png?60000830d080);
  }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
  .image-icon_charge_mega {
    width: 165px;
    height: 165px;
    background-size: 165px 165px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c9/67/6b1d7d5f4912a7522d60390c7f02/icon-charge-mega-medium-2x.png?600008376c00);
  }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
  .image-hiking {
    width: 159px;
    height: 260px;
    background-size: 159px 260px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/50/e2/b660309447b9b9950b31ec0ec701/hiking-medium-2x.png?60000830ec00);
  }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
  .image-apple_care_plus {
    width: 177px;
    height: 239px;
    background-size: 177px 239px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/89/86/a2df51234b0cbcda4360b875dd9e/apple-care-plus-medium-2x.png?60000836b230);
  }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
  .image-bands {
    width: 321px;
    height: 355px;
    background-size: 321px 355px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/6c/1f/7d105fd24014b52aa000d009b711/bands-medium-2x.png?60000836f020);
  }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
  .image-lifestyle_running {
    width: 336px;
    height: 372px;
    background-size: 336px 372px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/da/f3/e6a9167c48c3845b0e2aa0c0f42a/lifestyle-running-medium-2x.png?60000830f440);
  }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
  .image-flex_checkmark {
    width: 15px;
    height: 14px;
    background-size: 15px 14px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/bc/99/03e2c007478da70bca0943d53de2/flex-checkmark-medium-2x.png?60000830f650);
  }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
  .image-action_button {
    width: 336px;
    height: 202px;
    background-size: 336px 202px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/de/ce/ea23d46248f48fd17f759206b26e/action-button-medium-2x.png?6000083749a0);
  }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
  .image-lifestyle_diving {
    width: 336px;
    height: 500px;
    background-size: 336px 500px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b2/b2/5b2deac24c609f9c5286e5c84b10/lifestyle-diving-medium-2x.png?600008309290);
  }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
  .image-apple_fitness_plus_logo {
    width: 92px;
    height: 19px;
    background-size: 92px 19px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/82/85/6bde9a6646cea3c8c8962ea10a70/apple-fitness-plus-logo-medium-2x.png?60000836a470);
  }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
  .image-hero {
    width: 481px;
    height: 338px;
    background-size: 481px 338px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/23/bd/2ca5a5434c69a07c6255906c5f66/hero-medium-2x.png?60000836e940);
  }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
  .image-hero_logo {
    width: 151px;
    height: 58px;
    background-size: 151px 58px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/06/31/7b9f8bf34819acbe052e8ebe5c7c/hero-logo-medium-2x.png?6000083b7440);
  }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
  .image-cycling {
    width: 240px;
    height: 288px;
    background-size: 240px 288px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1a/c5/ef557e8b4e21bf37c7bd160ffbeb/cycling-medium-2x.png?6000083734f0);
  }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
  .image-lifestyle_swimming {
    width: 336px;
    height: 390px;
    background-size: 336px 390px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/46/66/5641af9c42299d589ea8ffbbde76/lifestyle-swimming-medium-2x.png?6000080da520);
  }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
  .image-design {
    width: 677px;
    height: 245px;
    background-size: 677px 245px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/5f/44/75399be14270913dd1efe58f5178/design-medium-2x.png?60000836d8c0);
  }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
  .image-apple_fitness_plus {
    width: 365px;
    height: 208px;
    background-size: 365px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fa/31/302ab31c48acbcc501a2564f95b9/apple-fitness-plus-medium-2x.png?600008365ef0);
  }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
  .image-running {
    width: 221px;
    height: 246px;
    background-size: 221px 246px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/37/1a/25e6161b4d859cc2ff246645b9a7/running-medium-2x.png?600008367a70);
  }
}

@media only screen and (max-width:734px) {
  .image-header_s7_45mm_starlight_aluminum_case_starlight_sport_band {
    width: 81px;
    height: 106px;
    background-size: 81px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fc/23/801737864a9dbf546aa7f01a5c76/header-s7-45mm-starlight-aluminum-case-starlight-sport-band-small.png?60000c3d1970);
  }
}

@media only screen and (max-width:734px) {
  .image-icon_charge_mega {
    width: 162px;
    height: 162px;
    background-size: 162px 162px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/95/9d/3b475c824cebada40b5bae12316b/icon-charge-mega-small.png?600008377910);
  }
}

@media only screen and (max-width:734px) {
  .image-lifestyle_swimming {
    width: 320px;
    height: 380px;
    background-size: 320px 380px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f5/f9/f845c6b84079a508d32038b182a4/lifestyle-swimming-small.png?6000080dbb20);
  }
}

@media only screen and (max-width:734px) {
  .image-header_s2_42mm_silver_aluminum_case_white_sport_band {
    width: 78px;
    height: 106px;
    background-size: 78px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/7e/46/1fd0b2ca4c1dbba70c727f86fc62/header-s2-42mm-silver-aluminum-case-white-sport-band-small.png?60000c3d2100);
  }
}

@media only screen and (max-width:734px) {
  .image-header_se_2nd_gen_44mm_starlight_aluminum_case_starlight_sport_band {
    width: 81px;
    height: 106px;
    background-size: 81px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/18/7f/4512a75f42099058b12911dbc110/header-se-2nd-gen-44mm-starlight-aluminum-case-starlight-sport-band-small.png?60000c3c2260);
  }
}

@media only screen and (max-width:734px) {
  .image-apple_fitness_plus {
    width: 278px;
    height: 156px;
    background-size: 278px 156px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/4e/48/45a95c9b42cf80dac3aaa4bdf8bf/apple-fitness-plus-small.png?60000830f390);
  }
}

@media only screen and (max-width:734px) {
  .image-action_button {
    width: 320px;
    height: 155px;
    background-size: 320px 155px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/68/e1/8d5e744a4bd8967a06b6a7e661ef/action-button-small.png?60000836eec0);
  }
}

@media only screen and (max-width:734px) {
  .image-design {
    width: 320px;
    height: 142px;
    background-size: 320px 142px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c4/34/c90da8274993aa831c61609d24d6/design-small.png?6000083ba730);
  }
}

@media only screen and (max-width:734px) {
  .image-header_s8_45mm_silver_aluminum_case_white_sport_band {
    width: 81px;
    height: 106px;
    background-size: 81px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/59/18/7aa7442f4aaba132f6e9bcfcdb7f/header-s8-45mm-silver-aluminum-case-white-sport-band-small.png?60000c3d1d90);
  }
}

@media only screen and (max-width:734px) {
  .image-header_se_44mm_silver_aluminum_case_starlight_sport_band {
    width: 81px;
    height: 106px;
    background-size: 81px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b7/16/c20f4d3c4636b6546b822033b34e/header-se-44mm-silver-aluminum-case-starlight-sport-band-small.png?60000c3c0210);
  }
}

@media only screen and (max-width:734px) {
  .image-header_s4_44mm_silver_aluminum_case_white_sport_band {
    width: 81px;
    height: 106px;
    background-size: 81px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/60/00/3b3bf0734aa99647da0e5d134fad/header-s4-44mm-silver-aluminum-case-white-sport-band-small.png?60000c3d1130);
  }
}

@media only screen and (max-width:734px) {
  .image-apple_fitness_plus_logo {
    width: 87px;
    height: 18px;
    background-size: 87px 18px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/08/2f/8783983849028e1756261d74bfd7/apple-fitness-plus-logo-small.png?600008360630);
  }
}

@media only screen and (max-width:734px) {
  .image-header_s9_45mm_stardust_aluminum_case_stardust_sport_band {
    width: 81px;
    height: 106px;
    background-size: 81px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e5/bf/131382214387b9c4e0cdf07cabfa/header-s9-45mm-stardust-aluminum-case-stardust-sport-band-small.png?60000c3c18c0);
  }
}

@media only screen and (max-width:734px) {
  .image-lifestyle_running {
    width: 320px;
    height: 359px;
    background-size: 320px 359px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c0/f1/9eb1d21a449bb342394b5c1e35d4/lifestyle-running-small.png?600008375970);
  }
}

@media only screen and (max-width:734px) {
  .image-lifestyle_diving {
    width: 320px;
    height: 500px;
    background-size: 320px 500px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/cb/03/bd29cf104950a36dd41fdc68317b/lifestyle-diving-small.png?6000083b5600);
  }
}

@media only screen and (max-width:734px) {
  .image-header_s10_46mm_jet_black_aluminum_case_winter_ink_sport_loop {
    width: 84px;
    height: 106px;
    background-size: 84px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/80/e3/8fbf1b2e4fe693dd29d2a6086022/header-s10-46mm-jet-black-aluminum-case-winter-ink-sport-loop-small.png?60000c3c0d10);
  }
}

@media only screen and (max-width:734px) {
  .image-bands {
    width: 320px;
    height: 220px;
    background-size: 320px 220px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/00/3c/170c80bd408da341079921dac9ad/bands-small.png?60000830f5a0);
  }
}

@media only screen and (max-width:734px) {
  .image-running {
    width: 221px;
    height: 246px;
    background-size: 221px 246px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/06/2b/8678748243b796f7db56aa4d5560/running-small.png?60000830ad60);
  }
}

@media only screen and (max-width:734px) {
  .image-hero {
    width: 312px;
    height: 220px;
    background-size: 312px 220px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/21/23/86024ad74a3a8f19233d3428801d/hero-small.png?600008309550);
  }
}

@media only screen and (max-width:734px) {
  .image-apple_care_plus {
    width: 172px;
    height: 233px;
    background-size: 172px 233px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/6c/cc/e812817d454fb99717641a8ea657/apple-care-plus-small.png?6000083088f0);
  }
}

@media only screen and (max-width:734px) {
  .image-flex_checkmark {
    width: 15px;
    height: 14px;
    background-size: 15px 14px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a5/de/610ae82b497f8abe8bd373e0ad18/flex-checkmark-small.png?60000836f860);
  }
}

@media only screen and (max-width:734px) {
  .image-header_s1_42mm_silver_aluminum_case_white_sport_band {
    width: 78px;
    height: 106px;
    background-size: 78px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/61/5d/d9c59a194094900f265baae816cb/header-s1-42mm-silver-aluminum-case-white-sport-band-small.png?60000c3d27e0);
  }
}

@media only screen and (max-width:734px) {
  .image-header_ultra_49mm_titanium_white_ocean_band {
    width: 92px;
    height: 106px;
    background-size: 92px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/4c/09/9106722340ab93dedbf98ef5a7f9/header-ultra-49mm-titanium-white-ocean-band-small.png?60000c3c2aa0);
  }
}

@media only screen and (max-width:734px) {
  .image-hero_logo {
    width: 153px;
    height: 59px;
    background-size: 153px 59px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d4/e3/2ab4a8f54a98920fcf7e289c4759/hero-logo-small.png?600008374420);
  }
}

@media only screen and (max-width:734px) {
  .image-header_s5_44mm_silver_aluminum_case_white_sport_band {
    width: 81px;
    height: 106px;
    background-size: 81px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/30/02/e24f793c46b98422b3909a0b4fa7/header-s5-44mm-silver-aluminum-case-white-sport-band-small.png?60000c3d1760);
  }
}

@media only screen and (max-width:734px) {
  .image-cycling {
    width: 236px;
    height: 274px;
    background-size: 236px 274px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c0/f0/632339304843b282bd7201b278c3/cycling-small.png?600008360370);
  }
}

@media only screen and (max-width:734px) {
  .image-hiking {
    width: 162px;
    height: 266px;
    background-size: 162px 266px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/5d/73/1876413b443692e5e62946710f1d/hiking-small.png?60000836f5a0);
  }
}

@media only screen and (max-width:734px) {
  .image-header_s6_44mm_silver_aluminum_case_white_sport_band {
    width: 81px;
    height: 106px;
    background-size: 81px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/58/bb/2715d799471c95f03bde8f3903ba/header-s6-44mm-silver-aluminum-case-white-sport-band-small.png?60000c3d3390);
  }
}

@media only screen and (max-width:734px) {
  .image-header_ultra_2_49mm_black_titanium_milanese_loop {
    width: 91px;
    height: 106px;
    background-size: 91px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ab/39/2f854a9147fcad4841f6b93bf186/header-ultra-2-49mm-black-titanium-milanese-loop-small.png?60000c3c3b20);
  }
}

@media only screen and (max-width:734px) {
  .image-header_s3_42mm_silver_aluminum_case_white_sport_band {
    width: 79px;
    height: 106px;
    background-size: 79px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/77/0a/e76a1e8a43a5aefda19e443b3744/header-s3-42mm-silver-aluminum-case-white-sport-band-small.png?60000c3d1c30);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-apple_fitness_plus_logo {
    width: 87px;
    height: 18px;
    background-size: 87px 18px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/47/2b/ac483009466eb5f020132b62ea22/apple-fitness-plus-logo-small-2x.png?600008367860);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_ultra_2_49mm_black_titanium_milanese_loop {
    width: 91px;
    height: 106px;
    background-size: 91px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b1/0d/12328aff4d94a1e653869d561ba5/header-ultra-2-49mm-black-titanium-milanese-loop-small-2x.png?60000c3c3bd0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-cycling {
    width: 236px;
    height: 274px;
    background-size: 236px 274px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3e/87/e509355e4eea8ee6f39f603acd31/cycling-small-2x.png?600008362e10);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-running {
    width: 221px;
    height: 246px;
    background-size: 221px 246px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/23/33/e107281b48b8bc2ff12fd117349d/running-small-2x.png?6000083796b0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-lifestyle_running {
    width: 320px;
    height: 359px;
    background-size: 320px 359px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/0b/f8/907e8dd94f9f96b3bdc2b4686b12/lifestyle-running-small-2x.png?6000083742c0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-bands {
    width: 320px;
    height: 220px;
    background-size: 320px 220px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e8/2c/24402cdf43fd91e851d2186693d5/bands-small-2x.png?60000836d3f0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-apple_fitness_plus {
    width: 278px;
    height: 156px;
    background-size: 278px 156px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/50/df/17e77c644045b1ba0b782f973b23/apple-fitness-plus-small-2x.png?600008370160);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_s5_44mm_silver_aluminum_case_white_sport_band {
    width: 81px;
    height: 106px;
    background-size: 81px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/05/4a/cdaf2e584fa9911ee1c55903302f/header-s5-44mm-silver-aluminum-case-white-sport-band-small-2x.png?60000c3d0f20);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-apple_care_plus {
    width: 172px;
    height: 233px;
    background-size: 172px 233px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3a/88/a274ca544ecdbe1a07f84851bae2/apple-care-plus-small-2x.png?600008361290);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_s9_45mm_stardust_aluminum_case_stardust_sport_band {
    width: 81px;
    height: 106px;
    background-size: 81px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/91/b7/2ce0696c44f396d647584daf4161/header-s9-45mm-stardust-aluminum-case-stardust-sport-band-small-2x.png?60000c3c1970);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_s7_45mm_starlight_aluminum_case_starlight_sport_band {
    width: 81px;
    height: 106px;
    background-size: 81px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/9b/6c/dff1c6f64e0d8d0bc059f2bb473a/header-s7-45mm-starlight-aluminum-case-starlight-sport-band-small-2x.png?60000c3d3a70);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_s10_46mm_jet_black_aluminum_case_winter_ink_sport_loop {
    width: 84px;
    height: 106px;
    background-size: 84px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/45/18/d7a4e52b4d8680b556558ce8db3f/header-s10-46mm-jet-black-aluminum-case-winter-ink-sport-loop-small-2x.png?60000c3c16b0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_s1_42mm_silver_aluminum_case_white_sport_band {
    width: 78px;
    height: 106px;
    background-size: 78px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b8/c3/2b77cc9a427095048270a7773033/header-s1-42mm-silver-aluminum-case-white-sport-band-small-2x.png?60000c3d2aa0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_s4_44mm_silver_aluminum_case_white_sport_band {
    width: 81px;
    height: 106px;
    background-size: 81px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/25/c7/07fa4abe4deda40d09b94a90b71e/header-s4-44mm-silver-aluminum-case-white-sport-band-small-2x.png?60000c3d11e0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-flex_checkmark {
    width: 15px;
    height: 14px;
    background-size: 15px 14px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/dd/1a/0aa52ad54d459e26e525698d1dc7/flex-checkmark-small-2x.png?60000836f910);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-lifestyle_diving {
    width: 320px;
    height: 500px;
    background-size: 320px 500px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/82/b8/e9525fef48898ac2ee1c6a752beb/lifestyle-diving-small-2x.png?6000083082c0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_s3_42mm_silver_aluminum_case_white_sport_band {
    width: 79px;
    height: 106px;
    background-size: 79px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/db/53/855b1d524581b6911f8c453c0054/header-s3-42mm-silver-aluminum-case-white-sport-band-small-2x.png?60000c3d1ce0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_s2_42mm_silver_aluminum_case_white_sport_band {
    width: 78px;
    height: 106px;
    background-size: 78px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/eb/9f/3be019e14250aee8ea3bd78a9db1/header-s2-42mm-silver-aluminum-case-white-sport-band-small-2x.png?60000c3d21b0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-hiking {
    width: 162px;
    height: 266px;
    background-size: 162px 266px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8d/18/2372a3c848fba179adbe68c8aa82/hiking-small-2x.png?6000083480b0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-icon_charge_mega {
    width: 162px;
    height: 162px;
    background-size: 162px 162px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/89/e1/7fe0a651454cb39d9d9c938def2b/icon-charge-mega-small-2x.png?600008309080);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_se_2nd_gen_44mm_starlight_aluminum_case_starlight_sport_band {
    width: 81px;
    height: 106px;
    background-size: 81px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/86/1e/83d5ff954cf694ce0640c60874eb/header-se-2nd-gen-44mm-starlight-aluminum-case-starlight-sport-band-small-2x.png?60000c3c3180);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_ultra_49mm_titanium_white_ocean_band {
    width: 92px;
    height: 106px;
    background-size: 92px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/cd/8c/5e715eca43fea7f4960d53e5bddb/header-ultra-49mm-titanium-white-ocean-band-small-2x.png?60000c3c2c00);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-hero {
    width: 312px;
    height: 220px;
    background-size: 312px 220px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c1/d3/0375cb014b5d97ef3d71c4bfc336/hero-small-2x.png?60000836e260);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_s8_45mm_silver_aluminum_case_white_sport_band {
    width: 81px;
    height: 106px;
    background-size: 81px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/71/1f/e059d9a24f659a6da4446b7f58a4/header-s8-45mm-silver-aluminum-case-white-sport-band-small-2x.png?60000c3d1e40);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-design {
    width: 320px;
    height: 142px;
    background-size: 320px 142px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/38/fd/bd87ef714688a8077777b8fe8a98/design-small-2x.png?60000830e7e0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-hero_logo {
    width: 153px;
    height: 59px;
    background-size: 153px 59px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/65/a3/b7fc648d441cafe174d6a879abec/hero-logo-small-2x.png?60000830bd30);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-lifestyle_swimming {
    width: 320px;
    height: 380px;
    background-size: 320px 380px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/bd/49/bc2fb19343129cbee26057903a7d/lifestyle-swimming-small-2x.png?6000080d9340);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-action_button {
    width: 320px;
    height: 155px;
    background-size: 320px 155px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d1/1a/91fded4640fb9ca2fc16eb1b17fb/action-button-small-2x.png?60000834dd90);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_se_44mm_silver_aluminum_case_starlight_sport_band {
    width: 81px;
    height: 106px;
    background-size: 81px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/2c/a9/9f33b7dd42b789a37ab4feed8b11/header-se-44mm-silver-aluminum-case-starlight-sport-band-small-2x.png?60000c3c27e0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_s6_44mm_silver_aluminum_case_white_sport_band {
    width: 81px;
    height: 106px;
    background-size: 81px 106px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/48/80/124472bb42b08815813045eab223/header-s6-44mm-silver-aluminum-case-white-sport-band-small-2x.png?60000c3d3440);
  }
}

.t1D2C29 {
  /* But you can break out of scoping via SCSS "@at-root" feature */
}

.channel-html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

.channel-html .channel-custom-font-custom-80-headline-super {
  font-size: 80px;
  line-height: 84px;
  letter-spacing: -0.015rem;
  font-weight: 600;
}

@media only screen and (max-width: 1068px) {
  .channel-html .channel-custom-font-custom-80-headline-super {
    font-size: 56px;
    line-height: 60px;
    letter-spacing: -0.005rem;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .channel-custom-font-custom-80-headline-super {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.004rem;
  }
}

.channel-html .channel-custom-font-custom-17-partner-message {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: -0.022rem;
  font-weight: 500;
}

.channel-html .channel-custom-font-custom-19-eyebrow {
  font-size: 19px;
  line-height: 23px;
  letter-spacing: -0.002rem;
  font-weight: 600;
}

@media only screen and (max-width: 1068px) {
  .channel-html .channel-custom-font-custom-19-eyebrow {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.003rem;
  }
}

.channel-html .channel-custom-font-custom-40-headline-reduced {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0rem;
  font-weight: 600;
}

@media only screen and (max-width: 1068px) {
  .channel-html .channel-custom-font-custom-40-headline-reduced {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.004rem;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .channel-custom-font-custom-40-headline-reduced {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.007rem;
  }
}

.channel-html .channel-custom-font-custom-40-headline-flex {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0rem;
  font-weight: 600;
}

@media only screen and (max-width: 1068px) {
  .channel-html .channel-custom-font-custom-40-headline-flex {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.004rem;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .channel-custom-font-custom-40-headline-flex {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.007rem;
  }
}

.channel-html .channel-custom-font-custom-24-eyebrow {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.009rem;
  font-weight: 600;
}

@media only screen and (max-width: 1068px) {
  .channel-html .channel-custom-font-custom-24-eyebrow {
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0.011rem;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .channel-custom-font-custom-24-eyebrow {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.009rem;
  }
}

.channel-html .channel-custom-font-custom-21-eyebrow-reduced {
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.011rem;
  font-weight: 600;
}

@media only screen and (max-width: 734px) {
  .channel-html .channel-custom-font-custom-21-eyebrow-reduced {
    font-size: 19px;
    line-height: 27px;
    letter-spacing: 0.012rem;
  }
}

.channel-html .channel-custom-font-custom-21-eyebrow-reduced-flex {
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.011rem;
  font-weight: 600;
}

@media only screen and (max-width: 734px) {
  .channel-html .channel-custom-font-custom-21-eyebrow-reduced-flex {
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.012rem;
  }
}

.channel-html .channel-custom-font-custom-17-body-reduced {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.022rem;
  font-weight: 400;
}

@media only screen and (max-width: 1068px) {
  .channel-html .channel-custom-font-custom-17-body-reduced {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.016rem;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .channel-custom-font-custom-17-body-reduced {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.022rem;
  }
}

.channel-html .channel-custom-font-custom-17-body-reduced-flex {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.022rem;
  font-weight: 400;
}

.channel-html .channel-custom-font-custom-17-links {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.025rem;
  font-weight: 400;
}

.channel-html .channel-custom-font-custom-12-sosumi {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01rem;
  font-weight: 400;
}

.channel-html .channel-custom-font-custom-24-callout {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.026rem;
  font-weight: 600;
}

@media only screen and (max-width: 1068px) {
  .channel-html .channel-custom-font-custom-24-callout {
    font-size: 21px;
    line-height: 25px;
    letter-spacing: -0.025rem;
  }
}

.channel-html .u02CAA2 {
  background-color: #000000;
}

.channel-html .j29BAE3 {
  margin-top: 128px;
  margin-bottom: 108px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .j29BAE3 {
    margin-top: 96px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .j29BAE3 {
    margin-top: 67px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .j29BAE3 {
    margin-bottom: 89px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .j29BAE3 {
    margin-bottom: 59px;
  }
}

.channel-html .yC6984C {
  text-align: center;
  order: 1;
}

.channel-html .fDD71ED {
  justify-content: center;
}

.channel-html .gF3008B {
  margin-left: 2px;
  margin-bottom: 38px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .gF3008B {
    margin-bottom: 31px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .gF3008B {
    margin-bottom: 12px;
  }
}

.channel-html .v015715 {
  margin-top: 5px;
  margin-left: 46px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .v015715 {
    margin-top: 34px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .v015715 {
    margin-top: 19px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .v015715 {
    margin-left: 2px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .v015715 {
    margin-left: 12px;
  }
}

.channel-html .q16D401 {
  color: #f5f5f7;
  margin-top: -15px;
  margin-bottom: 55px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .q16D401 {
    margin-top: 27px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .q16D401 {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .q16D401 {
    margin-bottom: 42px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .q16D401 {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .q16D401 {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .q16D401 {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .q16D401 {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .q16D401 {
    padding-right: 40px;
  }
}

.channel-html .s3A747E {
  color: #f5f5f7;
  margin-top: 0px;
  margin-bottom: 38px;
  padding-left: 164px;
  padding-right: 164px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .s3A747E {
    margin-bottom: 31px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .s3A747E {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .s3A747E {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .s3A747E {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .n000577 {
    margin-left: 2px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .n000577 {
    margin-left: 1px;
  }
}

.channel-html .o830110 {
  color: #f5f5f7;
  background: #000000;
  border: solid 1px #f5f5f7;
}

.channel-html .o830110:hover {
  color: #1d1d1f;
  background: #f5f5f7;
}

.channel-html .i0CFACE {
  background-color: #161617;
}

.channel-html .k3CA21E {
  margin-top: 90px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .k3CA21E {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .k3CA21E {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .k3CA21E {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .k3CA21E {
    margin-bottom: 60px;
  }
}

.channel-html .qB144EC {
  margin-left: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.channel-html .eFA8F87 {
  margin-top: 0px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
  .channel-html .eFA8F87 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .eFA8F87 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .eFA8F87 {
    margin-right: 0px;
  }
}

.channel-html .zBE9BB4 {
  display: grid;
  grid-template-rows: minmax(undefined, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 980px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .zBE9BB4 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .zBE9BB4 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .zBE9BB4 {
    grid-template-columns: repeat(1, 692px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .zBE9BB4 {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .zBE9BB4 .bentobox-item {
  border-radius: 18px;
  overflow: hidden;
}

.channel-html .s9184F6 {
  background-color: #000000;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .s9184F6:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .u14F8BC {
  min-height: 600px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .u14F8BC {
    min-height: 400px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .u14F8BC {
    min-height: 500px;
  }
}

.channel-html .x92EE6A {
  margin-top: 140px;
  z-index: 1;
}

@media only screen and (max-width: 1068px) {
  .channel-html .x92EE6A {
    margin-top: 207px;
  }
}

.channel-html .v46B645 {
  margin-top: 47px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .v46B645 {
    margin-top: -54px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .v46B645 {
    margin-top: 49px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .v46B645 {
    margin-left: 14px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .v46B645 {
    margin-left: 0px;
  }
}

.channel-html .w3FCA9E {
  margin-top: -600px;
  padding-top: 42px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  z-index: 2;
}

@media only screen and (max-width: 1068px) {
  .channel-html .w3FCA9E {
    margin-top: -400px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w3FCA9E {
    margin-top: -471px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .w3FCA9E {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w3FCA9E {
    padding-top: 55px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .w3FCA9E {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w3FCA9E {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .w3FCA9E {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w3FCA9E {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w3FCA9E {
    text-align: left;
  }
}

.channel-html .iC6807A {
  color: #fe6a14;
}

.channel-html .r7A124C {
  color: #f5f5f7;
  margin-top: 11px;
  padding-left: 225px;
  padding-right: 225px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .r7A124C {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .r7A124C {
    margin-top: 9px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .r7A124C {
    padding-left: 120px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .r7A124C {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .r7A124C {
    padding-right: 120px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .r7A124C {
    padding-right: 50px;
  }
}

.channel-html .j769232 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 734px) {
  .channel-html .j769232 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .j769232 {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .j769232 {
    margin-right: 0px;
  }
}

.channel-html .fC1BA8F {
  display: grid;
  grid-template-rows: minmax(undefined, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 480px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .fC1BA8F {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .fC1BA8F {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .fC1BA8F {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .fC1BA8F {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .fC1BA8F .bentobox-item {
  border-radius: 18px;
  overflow: hidden;
}

.channel-html .hD5B2A9 {
  background-color: #000000;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .hD5B2A9:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .pA47D38 {
  min-height: 600px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .pA47D38 {
    min-height: 500px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .pA47D38 {
    min-height: 500px;
  }
}

.channel-html .lF4B79D {
  z-index: 1;
}

@media only screen and (max-width: 1068px) {
  .channel-html .lF4B79D {
    margin-top: 128px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .lF4B79D {
    margin-top: 142px;
  }
}

.channel-html .b3325F1 {
  margin-top: -600px;
  padding-top: 42px;
  padding-left: 39px;
  padding-right: 45px;
  text-align: left;
  z-index: 2;
}

@media only screen and (max-width: 1068px) {
  .channel-html .b3325F1 {
    margin-top: -500px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .b3325F1 {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .b3325F1 {
    padding-top: 31px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .b3325F1 {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .b3325F1 {
    padding-left: 43px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .b3325F1 {
    padding-right: 17px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .b3325F1 {
    padding-right: 50px;
  }
}

.channel-html .xE04C52 {
  color: #fe6a14;
}

@media only screen and (max-width: 734px) {
  .channel-html .xE04C52 {
    padding-right: 52px;
  }
}

.channel-html .y5B6A14 {
  color: #f5f5f7;
  margin-top: 11px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .y5B6A14 {
    margin-top: 9px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .y5B6A14 {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .y5B6A14 {
    padding-right: 3px;
  }
}

.channel-html .hFA0371 {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .hFA0371 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .hFA0371 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .hFA0371 {
    margin-right: 0px;
  }
}

.channel-html .i989339 {
  display: grid;
  grid-template-rows: minmax(undefined, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 480px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .i989339 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .i989339 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .i989339 {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .i989339 {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .i989339 .bentobox-item {
  border-radius: 18px;
  overflow: hidden;
}

.channel-html .f7EA872 {
  background-color: #000000;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .f7EA872:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .p0EA74F {
  min-height: 600px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .p0EA74F {
    min-height: 500px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .p0EA74F {
    min-height: 500px;
  }
}

.channel-html .rCB7183 {
  padding-top: 42px;
  padding-left: 40px;
  padding-right: 60px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .rCB7183 {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .rCB7183 {
    padding-top: 31px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .rCB7183 {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .rCB7183 {
    padding-left: 43px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .rCB7183 {
    padding-right: 60px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .rCB7183 {
    padding-right: 40px;
  }
}

.channel-html .d73A2CF {
  color: #fe6a14;
}

.channel-html .pB2B119 {
  color: #f5f5f7;
  margin-top: 12px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .pB2B119 {
    margin-top: 8px;
  }
}

.channel-html .j9589FA {
  margin-top: -7px;
  margin-left: 77px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .j9589FA {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .j9589FA {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .j9589FA {
    margin-left: 61px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .j9589FA {
    margin-left: 50px;
  }
}

.channel-html .q511330 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 734px) {
  .channel-html .q511330 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .q511330 {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .q511330 {
    margin-right: 0px;
  }
}

.channel-html .a4AA5BE {
  display: grid;
  grid-template-rows: minmax(undefined, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 647px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .a4AA5BE {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .a4AA5BE {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .a4AA5BE {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .a4AA5BE {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .a4AA5BE .bentobox-item {
  border-radius: 18px;
  overflow: hidden;
}

.channel-html .bC19474 {
  background-color: #000000;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .bC19474:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .n44F272 {
  min-height: 684px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .n44F272 {
    min-height: 550px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .n44F272 {
    min-height: 535px;
  }
}

.channel-html .w7265EC {
  padding-top: 42px;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .w7265EC {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w7265EC {
    padding-top: 31px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .w7265EC {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w7265EC {
    padding-left: 43px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .w7265EC {
    padding-right: 26px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w7265EC {
    padding-right: 40px;
  }
}

.channel-html .aF99AB4 {
  color: #fe6a14;
}

.channel-html .jF6B87C {
  color: #f5f5f7;
  margin-top: 11px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .jF6B87C {
    margin-top: 8px;
  }
}

.channel-html .sD88803 {
  margin-top: -9px;
  margin-left: 152px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .sD88803 {
    margin-top: 3px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .sD88803 {
    margin-top: -3px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .sD88803 {
    margin-left: 49px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .sD88803 {
    margin-left: 43px;
  }
}

.channel-html .s9670CA {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .s9670CA {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .s9670CA {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .s9670CA {
    margin-right: 0px;
  }
}

.channel-html .eA4033E {
  display: grid;
  grid-template-rows: minmax(undefined, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 313px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .eA4033E {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .eA4033E {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .eA4033E {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .eA4033E {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .eA4033E .bentobox-item {
  border-radius: 18px;
  overflow: hidden;
}

.channel-html .d08903F {
  background-color: #000000;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .d08903F:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .vD7A363 {
  min-height: 684px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .vD7A363 {
    min-height: 550px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .vD7A363 {
    min-height: 500px;
  }
}

.channel-html .bC6DBC7 {
  padding-top: 42px;
  padding-left: 40px;
  padding-bottom: 0px;
  padding-right: 40px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .bC6DBC7 {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .bC6DBC7 {
    padding-top: 31px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .bC6DBC7 {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .bC6DBC7 {
    padding-left: 43px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .bC6DBC7 {
    padding-right: 18px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .bC6DBC7 {
    padding-right: 40px;
  }
}

.channel-html .g1063C2 {
  color: #fe6a14;
  margin-right: 55px;
}

@media only screen and (max-width: 734px) {
  .channel-html .g1063C2 {
    margin-right: 0px;
  }
}

.channel-html .u7D96E5 {
  color: #f5f5f7;
  margin-top: 11px;
  padding-right: 10px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .u7D96E5 {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .u7D96E5 {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .u7D96E5 {
    padding-right: 32px;
  }
}

.channel-html .uFEC54B {
  margin-top: -10px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .uFEC54B {
    margin-top: 76px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .uFEC54B {
    margin-top: 8px;
  }
}

.channel-html .u6207A6 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 734px) {
  .channel-html .u6207A6 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .u6207A6 {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .u6207A6 {
    margin-right: 0px;
  }
}

.channel-html .dE2F774 {
  display: grid;
  grid-template-rows: minmax(undefined, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 480px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .dE2F774 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .dE2F774 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .dE2F774 {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .dE2F774 {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .dE2F774 .bentobox-item {
  border-radius: 18px;
  overflow: hidden;
}

.channel-html .t28ACB1 {
  background-color: #000000;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .t28ACB1:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .o5E4AA7 {
  min-height: 600px;
  align-items: flex-start;
}

@media only screen and (max-width: 1068px) {
  .channel-html .o5E4AA7 {
    min-height: 500px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .o5E4AA7 {
    min-height: 500px;
  }
}

.channel-html .p331860 {
  margin-top: 98px;
  z-index: 1;
}

@media only screen and (max-width: 1068px) {
  .channel-html .p331860 {
    margin-top: 110px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .p331860 {
    margin-top: 120px;
  }
}

.channel-html .yC868BC {
  margin-top: -600px;
  padding-top: 42px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
  z-index: 2;
}

@media only screen and (max-width: 1068px) {
  .channel-html .yC868BC {
    margin-top: -500px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .yC868BC {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .yC868BC {
    padding-top: 33px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .yC868BC {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .yC868BC {
    padding-left: 43px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .yC868BC {
    padding-right: 28px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .yC868BC {
    padding-right: 39px;
  }
}

.channel-html .oE461B7 {
  color: #fe6a14;
}

.channel-html .u564FED {
  color: #f5f5f7;
  margin-top: 11px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .u564FED {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .u564FED {
    padding-right: 10px;
  }
}

.channel-html .dCECD33 {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .dCECD33 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .dCECD33 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .dCECD33 {
    margin-right: 0px;
  }
}

.channel-html .kF5B350 {
  display: grid;
  grid-gap: 10px;
  grid-template-rows: minmax(undefined, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 480px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .kF5B350 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .kF5B350 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .kF5B350 {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .kF5B350 {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .kF5B350 .bentobox-item {
  border-radius: 18px;
  overflow: hidden;
}

.channel-html .d54960F {
  background-color: #000000;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .d54960F:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .g63DD04 {
  min-height: 600px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .g63DD04 {
    min-height: 500px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .g63DD04 {
    min-height: 526px;
  }
}

.channel-html .lC7C36C {
  padding-top: 41px;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .lC7C36C {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .lC7C36C {
    padding-top: 31px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .lC7C36C {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .lC7C36C {
    padding-left: 43px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .lC7C36C {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .lC7C36C {
    padding-right: 59px;
  }
}

.channel-html .dDAF9E9 {
  color: #fe6a14;
}

.channel-html .z96E452 {
  color: #f5f5f7;
  margin-top: 11px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .z96E452 {
    margin-top: 8px;
  }
}

.channel-html .q423F85 {
  margin-top: 9px;
  margin-left: 143px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .q423F85 {
    margin-top: -3px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .q423F85 {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .q423F85 {
    margin-left: 94px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .q423F85 {
    margin-left: 84px;
  }
}

.channel-html .rE3B4BF {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 734px) {
  .channel-html .rE3B4BF {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .rE3B4BF {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .rE3B4BF {
    margin-right: 0px;
  }
}

.channel-html .q28F29E {
  display: grid;
  grid-template-rows: minmax(undefined, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 313px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .q28F29E {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .q28F29E {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .q28F29E {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .q28F29E {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .q28F29E .bentobox-item {
  border-radius: 18px;
  overflow: hidden;
}

.channel-html .rA55AC1 {
  background-color: #000000;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .rA55AC1:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .h35C680 {
  min-height: 600px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .h35C680 {
    min-height: 500px;
  }
}

.channel-html .a42FCB7 {
  padding-top: 42px;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .a42FCB7 {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .a42FCB7 {
    padding-top: 33px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .a42FCB7 {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .a42FCB7 {
    padding-left: 43px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .a42FCB7 {
    padding-right: 27px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .a42FCB7 {
    padding-right: 50px;
  }
}

.channel-html .r48DDF5 {
  color: #fe6a14;
}

.channel-html .z0314E8 {
  color: #f5f5f7;
  margin-top: 10px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .z0314E8 {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .z0314E8 {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .z0314E8 {
    padding-right: 0px;
  }
}

.channel-html .v97BC4F {
  margin-top: -42px;
  margin-left: 65px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .v97BC4F {
    margin-top: -28px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .v97BC4F {
    margin-top: -24px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .v97BC4F {
    margin-left: 87px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .v97BC4F {
    margin-left: 78px;
  }
}

.channel-html .eD3A35F {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .eD3A35F {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .eD3A35F {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .eD3A35F {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .eD3A35F {
    margin-right: 0px;
  }
}

.channel-html .z972EE6 {
  display: grid;
  grid-template-rows: minmax(undefined, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 647px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .z972EE6 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .z972EE6 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .z972EE6 {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .z972EE6 {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .z972EE6 .bentobox-item {
  border-radius: 18px;
  overflow: hidden;
}

.channel-html .w8868DF {
  background-color: #000000;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .w8868DF:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .h842160 {
  min-height: 600px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .h842160 {
    min-height: 500px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .h842160 {
    min-height: 400px;
  }
}

.channel-html .w626981 {
  z-index: 1;
}

.channel-html .t81B8E2 {
  margin-top: -600px;
  padding-top: 41px;
  padding-left: 40px;
  padding-right: 140px;
  text-align: left;
  z-index: 2;
}

@media only screen and (max-width: 1068px) {
  .channel-html .t81B8E2 {
    margin-top: -500px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .t81B8E2 {
    padding-top: 41px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .t81B8E2 {
    padding-top: 33px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .t81B8E2 {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .t81B8E2 {
    padding-left: 43px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .t81B8E2 {
    padding-right: 24px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .t81B8E2 {
    padding-right: 40px;
  }
}

.channel-html .cEE7B9A {
  color: #fe6a14;
}

.channel-html .h6B4921 {
  color: #f5f5f7;
  margin-top: 11px;
  padding-right: 33px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .h6B4921 {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .h6B4921 {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .h6B4921 {
    padding-right: 0px;
  }
}

.channel-html .p829266 {
  align-items: center;
  padding-bottom: 65px;
}

@media only screen and (max-width: 734px) {
  .channel-html .p829266 {
    padding-bottom: 30px;
  }
}

.channel-html .f8F57F7 {
  align-items: center;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  padding-top: 100px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .f8F57F7 {
    align-items: center;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .f8F57F7 {
    align-items: center;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .f8F57F7 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .f8F57F7 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .f8F57F7 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .f8F57F7 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .f8F57F7 {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .f8F57F7 {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .f8F57F7 {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .f8F57F7 {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .f8F57F7 {
    padding-top: 95.5px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .f8F57F7 {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .f8F57F7 {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .f8F57F7 {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .f8F57F7 {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .f8F57F7 {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .f8F57F7 {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .f8F57F7 {
    padding-right: 0px;
  }
}

.channel-html .p8DE121 {
  text-align: center;
}

.channel-html .gD415B9 {
  color: #1d1d1f;
}

.channel-html .rE46FD1 {
  color: #1d1d1f;
  margin-top: 8px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .rE46FD1 {
    margin-top: 6px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .rE46FD1 {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .rE46FD1 {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .rE46FD1 {
    padding-right: 30px;
  }
}

.channel-html .g737104 {
  margin-top: 41px;
  margin-bottom: 61px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .g737104 {
    margin-top: 28px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .g737104 {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .g737104 {
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .g737104 {
    margin-bottom: 40px;
  }
}

.yF11880 {
  width: 100%;
  --columns: 3;
  --grid-column: 3;
  --static-enabled: false;
  --column-data: 0, 1, 2, 0, 1, 2, 1, 2;
  --column-header-empty-cell: &nbsp;
  --allowed-columns: 3, 3, 2;
}

.yF11880 .compare-column-0 {
  display: flex;
  order: 1;
}

.yF11880 .compare-column-1 {
  display: flex;
  order: 2;
}

.yF11880 .compare-column-2 {
  display: flex;
  order: 3;
}

.yF11880 .compare-static-0 {
  display: flex;
  order: 1;
}

.yF11880 .compare-static-1 {
  display: flex;
  order: 2;
}

.yF11880 .compare-static-2 {
  display: flex;
  order: 3;
}

@media only screen and (max-width: 1068px) {
  .yF11880 {
    --columns: 3;
    --grid-column: 3;
  }
}

@media only screen and (max-width: 1068px) {
  .yF11880 .compare-column-0 {
    display: flex;
    order: 1;
  }
}

@media only screen and (max-width: 1068px) {
  .yF11880 .compare-column-1 {
    display: flex;
    order: 2;
  }
}

@media only screen and (max-width: 1068px) {
  .yF11880 .compare-column-2 {
    display: flex;
    order: 3;
  }
}

@media only screen and (max-width: 1068px) {
  .yF11880 {
    --static-enabled: false;
  }

  .yF11880 .compare-static-0 {
    display: flex;
    order: 1;
  }

  .yF11880 .compare-static-1 {
    display: flex;
    order: 2;
  }

  .yF11880 .compare-static-2 {
    display: flex;
    order: 3;
  }
}

@media only screen and (max-width: 734px) {
  .yF11880 {
    --columns: 2;
    --grid-column: 2;
  }
}

@media only screen and (max-width: 734px) {
  .yF11880 .compare-column-0 {
    display: flex;
    order: 1;
  }
}

@media only screen and (max-width: 734px) {
  .yF11880 .compare-column-1 {
    display: flex;
    order: 2;
  }
}

@media only screen and (max-width: 734px) {
  .yF11880 .compare-column-2 {
    display: none;
    order: 3;
  }
}

@media only screen and (max-width: 734px) {
  .yF11880 {
    --static-enabled: false;
  }

  .yF11880 .compare-static-0 {
    display: none;
  }

  .yF11880 .compare-static-0 {
    display: none;
  }

  .yF11880 .compare-static-1 {
    display: flex;
    order: 1;
  }

  .yF11880 .compare-static-2 {
    display: flex;
    order: 2;
  }
}

.channel-html .x042511 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.channel-html .a0459C6 {
  display: grid;
  grid-gap: 10px;
  grid-template-rows: minmax(415px, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 980px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .a0459C6 {
    grid-template-rows: minmax(355px, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .a0459C6 {
    grid-template-rows: minmax(510px, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .a0459C6 {
    grid-template-columns: repeat(1, 692px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .a0459C6 {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .a0459C6 .bentobox-item {
  border-radius: 18px;
  overflow: hidden;
}

.channel-html .h0E1C58 {
  background-color: #f5f5f7;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  position: relative;
}

.channel-html .h0E1C58:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .dFD81F7 {
  align-items: center;
}

@media only screen and (max-width: 734px) {
  .channel-html .dFD81F7 {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .dFD81F7 {
    margin-bottom: 0px;
  }
}

.channel-html .bA9D9DD {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 64px;
  padding-left: 45px;
  padding-bottom: 60px;
  padding-right: 0px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .bA9D9DD {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .bA9D9DD {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .bA9D9DD {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .bA9D9DD {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .bA9D9DD {
    padding-top: 44px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .bA9D9DD {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .bA9D9DD {
    padding-left: 33px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .bA9D9DD {
    padding-left: 43px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .bA9D9DD {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .bA9D9DD {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .bA9D9DD {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .bA9D9DD {
    padding-right: 35px;
  }
}

.channel-html .a0449F1 {
  color: #1d1d1f;
  margin-left: -1px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .a0449F1 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .a0449F1 {
    margin-left: -1px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .a0449F1 {
    padding-left: 0px;
  }
}

.channel-html .eC99D87 {
  color: #1d1d1f;
  margin-top: 8px;
  margin-left: -2px;
  padding-right: 120px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .eC99D87 {
    margin-top: 6px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .eC99D87 {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .eC99D87 {
    margin-left: -1px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .eC99D87 {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .eC99D87 {
    padding-right: 120px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .eC99D87 {
    padding-right: 80px;
  }
}

.channel-html .j97E4A6 {
  color: #1d1d1f;
  margin-top: 18px;
  margin-left: -1px;
  padding-right: 40px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .j97E4A6 {
    margin-top: 19px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .j97E4A6 {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .j97E4A6 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .j97E4A6 {
    padding-right: 26px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .j97E4A6 {
    padding-right: 32px;
  }
}

.channel-html .b2886EA {
  margin-top: 14px;
  margin-left: -1px;
  padding-right: 100px;
}

@media only screen and (max-width: 734px) {
  .channel-html .b2886EA {
    margin-top: 9px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .b2886EA {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .b2886EA {
    margin-left: 0px;
  }
}

.channel-html .bEB84D0 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 26px;
  text-align: center;
}

@media only screen and (max-width: 1068px) {
  .channel-html .bEB84D0 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .bEB84D0 {
    margin-top: 26px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .bEB84D0 {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .bEB84D0 {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .bEB84D0 {
    padding-left: 2px;
  }
}

.channel-html .aF85ECC {
  justify-content: center;
}

@media only screen and (max-width: 734px) {
  .channel-html .aF85ECC {
    justify-content: center;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .aF85ECC {
    margin-bottom: -10px;
  }
}

.channel-html .aF85ECC .liner {
  background-color: #d2d2d7;
  width: 0px;
  height: 1px;
  opacity: 1;
}

@media only screen and (max-width: 1068px) {
  .channel-html .aF85ECC .liner {
    width: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .aF85ECC .liner {
    width: 280px;
  }
}

.channel-html .fD5B9E9 {
  margin-left: 20px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .fD5B9E9 {
    margin-left: -35px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .fD5B9E9 {
    margin-left: -2px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .fD5B9E9 {
    margin-bottom: 0px;
  }
}

.channel-html .pC10F19 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.channel-html .m25F780 {
  display: grid;
  grid-gap: 10px;
  grid-template-rows: minmax(undefined, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 980px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .m25F780 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .m25F780 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .m25F780 {
    grid-template-columns: repeat(1, 692px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .m25F780 {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .m25F780 .bentobox-item {
  border-radius: 18px;
  overflow: hidden;
}

.channel-html .w44B07D {
  background-color: #f5f5f7;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  position: relative;
}

.channel-html .w44B07D:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .p13FF9C {
  min-height: 415px;
  align-items: center;
}

@media only screen and (max-width: 1068px) {
  .channel-html .p13FF9C {
    min-height: 383px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .p13FF9C {
    min-height: 598px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .p13FF9C {
    align-items: center;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .p13FF9C {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .p13FF9C {
    margin-bottom: 0px;
  }
}

.channel-html .e7A9086 {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 0px;
  padding-left: 42px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .e7A9086 {
    margin-top: 38px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .e7A9086 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .e7A9086 {
    margin-bottom: 37px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .e7A9086 {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .e7A9086 {
    padding-top: 25px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .e7A9086 {
    padding-left: 32px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .e7A9086 {
    padding-left: 43px;
  }
}

.channel-html .w6856F7 {
  margin-top: 3px;
  margin-left: 1px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .w6856F7 {
    margin-top: 4px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w6856F7 {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .w6856F7 {
    margin-left: -1px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w6856F7 {
    margin-left: 0px;
  }
}

.channel-html .m8C30DE {
  color: #1d1d1f;
  margin-top: 10px;
  margin-left: 2px;
  padding-right: 0px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .m8C30DE {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .m8C30DE {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .m8C30DE {
    margin-left: -1px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .m8C30DE {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .m8C30DE {
    padding-right: 70px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .m8C30DE {
    padding-right: 60px;
  }
}

.channel-html .w0CE60A {
  color: #1d1d1f;
  margin-top: 18px;
  margin-left: 2px;
  padding-right: 111px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .w0CE60A {
    margin-top: 19px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w0CE60A {
    margin-top: 14px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .w0CE60A {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .w0CE60A {
    padding-right: 38px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w0CE60A {
    padding-right: 40px;
  }
}

.channel-html .d122E23 {
  color: #1d1d1f;
  margin-top: 12px;
  margin-left: 2px;
  padding-right: 45px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .d122E23 {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .d122E23 {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .d122E23 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .d122E23 {
    padding-right: 0px;
  }
}

.channel-html .e193B52 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 26px;
  text-align: center;
}

@media only screen and (max-width: 1068px) {
  .channel-html .e193B52 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .e193B52 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .e193B52 {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .e193B52 {
    padding-left: 2px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .e193B52 {
    padding-left: 0px;
  }
}

.channel-html .h1E321C {
  margin-top: 0px;
  margin-left: -133px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .h1E321C {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .h1E321C {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .h1E321C {
    margin-left: -22px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .h1E321C {
    margin-left: 42px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .h1E321C {
    margin-bottom: 0px;
  }
}

.channel-html .a4F8AFC {
  margin-top: 10px;
  margin-bottom: 10px;
}

.channel-html .yA6D4DC {
  display: grid;
  grid-gap: 10px;
  grid-template-rows: minmax(415px, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 980px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .yA6D4DC {
    grid-template-rows: minmax(355px, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .yA6D4DC {
    grid-template-rows: minmax(502px, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .yA6D4DC {
    grid-template-columns: repeat(1, 692px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .yA6D4DC {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .yA6D4DC .bentobox-item {
  border-radius: 18px;
  overflow: hidden;
}

.channel-html .v9A7AC2 {
  background-color: #f5f5f7;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  position: relative;
}

.channel-html .v9A7AC2:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .n5325C7 {
  align-items: center;
}

@media only screen and (max-width: 1068px) {
  .channel-html .n5325C7 {
    align-items: center;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .n5325C7 {
    margin-top: 36px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .n5325C7 {
    margin-bottom: 39px;
  }
}

.channel-html .v9EC688 {
  margin-top: 82px;
  margin-bottom: 81px;
  padding-top: 0px;
  padding-left: 46px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .v9EC688 {
    margin-top: 61px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .v9EC688 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .v9EC688 {
    margin-bottom: 59px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .v9EC688 {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .v9EC688 {
    padding-left: 33px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .v9EC688 {
    padding-left: 43px;
  }
}

.channel-html .tC2357C {
  color: #1d1d1f;
  margin-left: -1px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .tC2357C {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .tC2357C {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .tC2357C {
    padding-left: 0px;
  }
}

.channel-html .s34DE47 {
  color: #1d1d1f;
  margin-top: 8px;
  margin-left: -2px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .s34DE47 {
    margin-top: 6px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .s34DE47 {
    margin-top: 6px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .s34DE47 {
    margin-left: -1px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .s34DE47 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .s34DE47 {
    padding-right: 30px;
  }
}

.channel-html .q9410F4 {
  margin-top: 16px;
  margin-left: 0px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .q9410F4 {
    margin-top: 17px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .q9410F4 {
    margin-top: 9px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .q9410F4 {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .q9410F4 {
    margin-bottom: 2px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .b1615D1 {
    padding-right: 0px;
  }
}

.channel-html .z1F45ED {
  margin-left: 0px;
}

.channel-html .a95ADE7 {
  align-items: flex-start;
}

@media only screen and (max-width: 1068px) {
  .channel-html .a95ADE7 {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .a95ADE7 {
    align-items: flex-start;
  }
}

.channel-html .bB83682 {
  margin-top: 0.5px;
  margin-left: -1px;
}

@media only screen and (max-width: 734px) {
  .channel-html .bB83682 {
    margin-top: 3px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .bB83682 {
    margin-left: -1px;
  }
}

.channel-html .qCDB50D {
  margin-top: 7px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .qCDB50D {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .qCDB50D {
    margin-top: 3px;
  }
}

.channel-html .q0FF43F {
  margin-left: 10.5px;
  margin-bottom: -2px;
  padding-top: 2px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .q0FF43F {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .q0FF43F {
    margin-left: 8px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .q0FF43F {
    padding-left: 3px;
  }
}

.channel-html .f1F3B29 {
  margin-left: -1px;
}

.channel-html .p15DD16 {
  align-items: flex-start;
  margin-top: 0px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .p15DD16 {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .p15DD16 {
    align-items: flex-start;
  }
}

.channel-html .uFC6612 {
  margin-top: 0.5px;
  margin-left: -1px;
}

@media only screen and (max-width: 734px) {
  .channel-html .uFC6612 {
    margin-top: 3px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .uFC6612 {
    margin-left: -1px;
  }
}

.channel-html .qD715C4 {
  margin-top: 7px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .qD715C4 {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .qD715C4 {
    margin-top: 3px;
  }
}

.channel-html .z5F5112 {
  margin-left: 10.5px;
  margin-bottom: -2px;
  padding-top: 2px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .z5F5112 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .z5F5112 {
    margin-left: 8px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .z5F5112 {
    padding-left: 3px;
  }
}

.channel-html .gB5EF0A {
  margin-left: -1px;
}

@media only screen and (max-width: 734px) {
  .channel-html .gB5EF0A {
    padding-right: 85px;
  }
}

.channel-html .i1187BB {
  align-items: flex-start;
}

@media only screen and (max-width: 1068px) {
  .channel-html .i1187BB {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .i1187BB {
    align-items: flex-start;
  }
}

.channel-html .eB0F993 {
  margin-top: 0.5px;
  margin-left: -1px;
}

@media only screen and (max-width: 734px) {
  .channel-html .eB0F993 {
    margin-top: 3px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .eB0F993 {
    margin-left: -1px;
  }
}

.channel-html .rABD0C1 {
  margin-top: 7px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .rABD0C1 {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .rABD0C1 {
    margin-top: 3px;
  }
}

.channel-html .aB36409 {
  margin-left: 10.5px;
  margin-bottom: -2px;
  padding-top: 2px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .aB36409 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .aB36409 {
    margin-left: 8px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .aB36409 {
    padding-left: 3px;
  }
}

.channel-html .qE61B51 {
  margin-left: -1px;
}

@media only screen and (max-width: 734px) {
  .channel-html .qE61B51 {
    padding-right: 90px;
  }
}

.channel-html .o7B4F5A {
  margin-top: 14px;
  margin-left: -1px;
  padding-left: 0px;
}

@media only screen and (max-width: 734px) {
  .channel-html .o7B4F5A {
    margin-top: 13px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .o7B4F5A {
    margin-left: -1px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .o7B4F5A {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .o7B4F5A {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .mEDF209 {
    padding-left: 1px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .mEDF209 {
    padding-right: 40px;
  }
}

.channel-html .b13A02B {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 26px;
  text-align: center;
}

@media only screen and (max-width: 1068px) {
  .channel-html .b13A02B {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .b13A02B {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .b13A02B {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .b13A02B {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .b13A02B {
    padding-left: 2px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .b13A02B {
    padding-left: 9px;
  }
}

.channel-html .f715CE9 {
  margin-top: 1px;
  margin-left: 75px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .f715CE9 {
    margin-left: 32px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .f715CE9 {
    margin-left: 26px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .f715CE9 {
    margin-bottom: 0px;
  }
}

.channel-html .e9DA4B1 {
  background-color: #ffffff;
  overflow: hidden;
}

.channel-html .u892C6B {
  background-color: #ffffff;
  margin-top: 36px;
  margin-bottom: 7px;
}

@media only screen and (max-width: 734px) {
  .channel-html .u892C6B {
    margin-top: 35px;
  }
}

.channel-html .u892C6B.large-display-bleed::before,
.channel-html .u892C6B.large-display-bleed::after {
  background-color: #ffffff;
}

.channel-html .u892C6B.medium-display-bleed::before,
.channel-html .u892C6B.medium-display-bleed::after {
  background-color: #ffffff;
}

.channel-html .u892C6B.small-display-bleed::before,
.channel-html .u892C6B.small-display-bleed::after {
  background-color: #ffffff;
}

@media only screen and (max-width: 1068px) {
  .channel-html .v25EAC1 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .v25EAC1 {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .v25EAC1 {
    margin-right: 19px;
  }
}

.channel-html .tF70703 {
  margin-bottom: 9px;
}

.channel-html .h2730B5 {
  color: #6E6E73;
  margin-left: 0px;
}

.channel-html .kF05A0E {
  margin-left: 0px;
  padding-left: 0px;
}

.channel-html .l8BB135 {
  margin-bottom: 9px;
}

.channel-html .c912E39 {
  color: #6E6E73;
  margin-left: -0.5px;
  padding-right: 2px;
}

@media only screen and (max-width: 734px) {
  .channel-html .c912E39 {
    padding-right: 25px;
  }
}

.channel-html .l67412D {
  margin-bottom: 9px;
}

.channel-html .s12DD03 {
  color: #6E6E73;
  margin-left: -0.5px;
  padding-right: 2px;
}

@media only screen and (max-width: 734px) {
  .channel-html .s12DD03 {
    padding-right: 0px;
  }
}

.channel-html .m6F5D6F {
  margin-bottom: 9px;
}

.channel-html .o49A063 {
  color: #6E6E73;
  margin-left: -0.5px;
  padding-right: 2px;
}

@media only screen and (max-width: 734px) {
  .channel-html .o49A063 {
    padding-right: 0px;
  }
}

.channel-html .d61D8E0 {
  margin-bottom: 9px;
}

.channel-html .z8C247C {
  color: #6E6E73;
  margin-left: -0.5px;
  padding-right: 2px;
}

@media only screen and (max-width: 734px) {
  .channel-html .z8C247C {
    padding-right: 22px;
  }
}

.channel-html .i40344B {
  margin-bottom: 9px;
}

.channel-html .o9F5E7F {
  color: #6E6E73;
  margin-left: -0.5px;
  padding-right: 2px;
}

@media only screen and (max-width: 734px) {
  .channel-html .o9F5E7F {
    padding-right: 0px;
  }
}

.channel-html .b15D558 {
  margin-bottom: 9px;
}

.channel-html .zB09E5E {
  color: #6E6E73;
  margin-left: -0.5px;
  padding-right: 2px;
}

@media only screen and (max-width: 734px) {
  .channel-html .zB09E5E {
    padding-right: 0px;
  }
}

.channel-html .lFB60E1 {
  margin-bottom: 9px;
}

.channel-html .dB5BF7E {
  color: #6E6E73;
  margin-left: -0.5px;
  padding-right: 2px;
}

@media only screen and (max-width: 734px) {
  .channel-html .dB5BF7E {
    padding-right: 0px;
  }
}

.channel-html .j533795 {
  margin-bottom: 9px;
}

.channel-html .cF0BE51 {
  color: #6E6E73;
  margin-left: -0.5px;
  padding-right: 2px;
}

@media only screen and (max-width: 734px) {
  .channel-html .cF0BE51 {
    padding-right: 0px;
  }
}

.channel-html .h3E3F32 {
  margin-bottom: 9px;
}

.channel-html .s2BA6E5 {
  color: #6E6E73;
  margin-left: -0.5px;
  padding-right: 2px;
}

@media only screen and (max-width: 734px) {
  .channel-html .s2BA6E5 {
    padding-right: 0px;
  }
}

.channel-html .d4B6294 {
  margin-bottom: 9px;
}

.channel-html .cCB7BA4 {
  color: #6E6E73;
  margin-left: -0.5px;
  padding-right: 2px;
}

@media only screen and (max-width: 734px) {
  .channel-html .cCB7BA4 {
    padding-right: 12px;
  }
}

.channel-html .tBCD49D {
  margin-bottom: 9px;
}

.channel-html .z4BE2AC {
  color: #6E6E73;
  margin-left: -0.5px;
  padding-right: 2px;
}

@media only screen and (max-width: 734px) {
  .channel-html .z4BE2AC {
    padding-right: 12px;
  }
}

.channel-html .c31B8B5 {
  margin-bottom: 9px;
}

.channel-html .a0982EB {
  color: #6E6E73;
  margin-left: -0.5px;
  padding-right: 2px;
}

@media only screen and (max-width: 734px) {
  .channel-html .a0982EB {
    padding-right: 0px;
  }
}

.channel-html .bF986D2 {
  margin-bottom: 9px;
}

.channel-html .gF00A95 {
  color: #6E6E73;
  margin-left: -0.5px;
  padding-right: 2px;
}

@media only screen and (max-width: 734px) {
  .channel-html .gF00A95 {
    padding-right: 0px;
  }
}

.channel-html .o298C04 {
  margin-bottom: 9px;
}

@media only screen and (max-width: 734px) {
  .channel-html .o298C04 {
    margin-top: 10px;
  }
}

.channel-html .s84A641 {
  color: #6E6E73;
  margin-left: -0.5px;
}

.channel-html .b05236E {
  margin-bottom: 9px;
}

@media only screen and (max-width: 734px) {
  .channel-html .b05236E {
    margin-top: 10px;
  }
}

.channel-html .b80A05A {
  color: #6E6E73;
  margin-left: -0.5px;
}

.channel-html .d09D979 {
  margin-bottom: 9px;
}

@media only screen and (max-width: 734px) {
  .channel-html .d09D979 {
    margin-top: 10px;
  }
}

.channel-html .m330538 {
  color: #6E6E73;
  margin-left: -0.5px;
}

.channel-html .aFE0E6B {
  margin-bottom: 9px;
}

@media only screen and (max-width: 734px) {
  .channel-html .aFE0E6B {
    margin-top: 10px;
  }
}

.channel-html .gD2C1D4 {
  color: #6E6E73;
  margin-left: -0.5px;
}

.channel-html .j16F9F5 {
  margin-bottom: 9px;
}

@media only screen and (max-width: 734px) {
  .channel-html .j16F9F5 {
    margin-top: 10px;
  }
}

.channel-html .b8E8F1C {
  color: #6E6E73;
  margin-left: -0.5px;
}

.channel-html .vDA10E9 {
  margin-bottom: 9px;
}

@media only screen and (max-width: 734px) {
  .channel-html .vDA10E9 {
    margin-top: 10px;
  }
}

.channel-html .z6E93B0 {
  color: #6E6E73;
  margin-left: -0.5px;
}

@media only screen and (max-width: 734px) {
  .channel-html .z6E93B0 {
    padding-right: 60px;
  }
}

.channel-html .uB15FDA {
  margin-bottom: 9px;
}

@media only screen and (max-width: 734px) {
  .channel-html .uB15FDA {
    margin-top: 10px;
  }
}

.channel-html .b45B529 {
  color: #6E6E73;
  margin-left: -0.5px;
}

.channel-html .a620629 {
  margin-bottom: 9px;
}

@media only screen and (max-width: 734px) {
  .channel-html .a620629 {
    margin-top: 10px;
  }
}

.channel-html .f4FE8B4 {
  color: #6E6E73;
  margin-left: -0.5px;
}

.channel-html .b41A939 {
  margin-bottom: 9px;
}

@media only screen and (max-width: 734px) {
  .channel-html .b41A939 {
    margin-top: 10px;
  }
}

.channel-html .zE3CE02 {
  color: #6E6E73;
  margin-left: -0.5px;
}

.channel-html .hF91B44 {
  margin-bottom: 9px;
}

.channel-html .iA412F5 {
  color: #6E6E73;
  margin-left: -0.5px;
  padding-right: 2px;
}

@media only screen and (max-width: 734px) {
  .channel-html .iA412F5 {
    padding-right: 0px;
  }
}