/* NZ styling starts here */

.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,
.channel-html th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

.channel-html caption,
.channel-html th {
  text-align: left;
}

.channel-html table {
  border-collapse: collapse;
  border-spacing: 0;
}

.channel-html details {
  display: block;
}

.channel-html canvas,
.channel-html video {
  vertical-align: baseline;
}

.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 {
  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-center {
  align-items: center;
}

.channel-html .align-items-end {
  align-items: flex-end;
}

.channel-html .large-align-items-center {
  align-items: center;
}

.channel-html .large-align-items-end {
  align-items: flex-end;
}

@media only screen and (max-width: 1068px) {
  .channel-html .medium-align-items-center {
    align-items: center;
  }

  .channel-html .medium-align-items-end {
    align-items: flex-end;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .small-align-items-center {
    align-items: center;
  }

  .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-check::before,
.channel-html .icon-check::after {
  content: "\f30b";
}

.channel-html .icon-plus::before,
.channel-html .icon-plus::after {
  content: "\f309";
}

.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 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-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 .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 .list,
.channel-html .theme-light .list-title {
  --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 [class*=typography-eyebrow] {
  display: block;
  margin-bottom: 0.4em;
}

.channel-html [class*=typography-eyebrow]+* {
  margin-top: 0;
}

.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-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-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-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-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 .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-center {
  text-align: center;
}

.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-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-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 [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-right {
  right: 0;
  bottom: 0;
}

.channel-html .section-background .section-background-caption.top-right {
  top: 0;
  right: 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.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;
}

@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 .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 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 .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-bottom {
  top: 0.2em !important;
  position: relative !important;
  display: block !important;
}

.channel-html .stat .stat-caption-bottom.helvetica-neue {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: normal;
}

.image-ipad_pro_12_9_gen04_wifi_space_grey {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8b/61/6551bf2c45ad826deb2adda2ce29/ipad-pro-12-9-gen04-wifi-space-grey-large.png?7fca4ce10d90);
}

.image-ipad_pro_11_gen01_wifi_space_grey {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/64/54/77df6a9241a7a9ae4ae2352d6247/ipad-pro-11-gen01-wifi-space-grey-large.png?7fca6f7f58d0);
}

.image-ipad_pro_9_7_wifi_space_grey {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/41/a0/06ed48c04518882053cfe386ca13/ipad-pro-9-7-wifi-space-grey-large.png?7fca9ccd82c0);
}

.image-ipad_pro_10_5_wifi_space_grey {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/64/73/a8657bac4b08b7b11085efa0048f/ipad-pro-10-5-wifi-space-grey-large.png?7fca2b3f0370);
}

.image-ipadpro97_camera_icon_elevated {
  width: 38px;
  height: 39px;
  background-size: 38px 39px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/9e/ed/5bc2f3804f7990d5b5919394b9fe/ipadpro97-camera-icon-elevated-large.png?7fca99812d70);
}

.image-ipad_air_13_gen06_wifi_purple {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/2c/c4/b6ce57014d4ca3bd7bd50c55cc85/ipad-air-13-gen06-wifi-purple-large.png?7fca2b30ef00);
}

.image-ipad_pro_12_9_gen01_wifi_space_grey {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d4/ab/ba3a0f49482da80f1cf7a6fd23fe/ipad-pro-12-9-gen01-wifi-space-grey-large.png?7fca9aa9f790);
}

.image-ipad_pro_11_gen02_wifi_space_grey {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b4/26/db55f52f4357961895046a978509/ipad-pro-11-gen02-wifi-space-grey-large.png?7fca6ac60420);
}

.image-chip_a14_icon_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/7f/c7/fdd9f50e4097a99159bb4d6c0d1d/chip-a14-icon-elevated-large.png?7fca2b345360);
}

.image-ipad_gen08_wifi_space_grey {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/cc/6d/93a5c0cd404d94daaac373161cf0/ipad-gen08-wifi-space-grey-large.png?7fca9cc296d0);
}

.image-ipad_mini_gen06_wifi_starlight {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/be/64/082fa12d421e82aa45daddedd5b5/ipad-mini-gen06-wifi-starlight-large.png?7fca7d7c4250);
}

.image-chip_a12_icon_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/be/1f/7fe8faa647e09aff589cc0aa89fe/chip-a12-icon-elevated-large.png?7fca9aa33aa0);
}

.image-chip_m4_icon_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fc/4a/649e6029489aa335d533ffb68712/chip-m4-icon-elevated-large.png?7fca2b0a4c10);
}

.image-ipad_gen06_wifi_space_grey {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ad/e1/1d31bb274a3993b0f7828adf6106/ipad-gen06-wifi-space-grey-large.png?7fca7cbbca30);
}

.image-chip_a10_icon_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/77/45/60be94334a288b086bc4ccb8ef3e/chip-a10-icon-elevated-large.png?7fca487aba30);
}

.image-ipad_front_camera_landscape_icon_elevated {
  width: 44px;
  height: 42px;
  background-size: 44px 42px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/98/eb/76dfb98b4ff29dc4ff16f129584d/ipad-front-camera-landscape-icon-elevated-large.png?7fca4a787c60);
}

.image-ipad_air_gen05_wifi_purple {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1f/88/e1da97ce4f0ea1a8749c7da6c37f/ipad-air-gen05-wifi-purple-large.png?7fca2b37f2e0);
}

.image-ipad_gen09_wifi_sliver {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/91/16/bafccff0432aab0d85bf00a61388/ipad-gen09-wifi-sliver-large.png?7fca4cdf66b0);
}

.image-magickeyboard_m4_ipad_icon_elevated {
  width: 56px;
  height: 46px;
  background-size: 56px 46px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/cb/e6/687dd0414df9bdaa326eb650b9d1/magickeyboard-m4-ipad-icon-elevated-large.png?7fca9ccdbd90);
}

.image-flex_cpu_elevated {
  width: 42px;
  height: 42px;
  background-size: 42px 42px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/2b/ef/ff32bf514d17b8339dc4df89bef9/flex-cpu-elevated-large.png?7fca2afcac40);
}

.image-ipad_front_camera_icon_elevated {
  width: 32px;
  height: 42px;
  background-size: 32px 42px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/4c/ba/f925947f4906a28309f88fe14def/ipad-front-camera-icon-elevated-large.png?7fca1f7595c0);
}

.image-applepencil_vertical_gen3_gen1_icon_elevated {
  width: 17px;
  height: 49px;
  background-size: 17px 49px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/15/a4/b4723f8145c083e3f526b03290b6/applepencil-vertical-gen3-gen1-icon-elevated-large.png?7fca99cabbe0);
}

.image-chip_a9_icon_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/44/cf/52c5277f4088a4c35a6260f980f4/chip-a9-icon-elevated-large.png?7fca2b36eaa0);
}

.image-flex_magickeyboard_ipad_applepencil_elevated {
  width: 57px;
  height: 43px;
  background-size: 57px 43px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d9/7e/846f3bc84953bfcc6e2481d13363/flex-magickeyboard-ipad-applepencil-elevated-large.png?7fca2a8b35b0);
}

.image-ai {
  width: 653px;
  height: 351px;
  background-size: 653px 351px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/16/18/49e966f74c04bdfd4b254fab5114/ai-large.png?7fca4ce72880);
}

.image-magickeyboardfolio_ipad_icon_elevated {
  width: 56px;
  height: 46px;
  background-size: 56px 46px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ad/b4/0a209bd149d59a7793783c25f858/magickeyboardfolio-ipad-icon-elevated-large.png?7fca4cea4310);
}

.image-ipad_air_gen02_wifi_space_grey {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/23/fa/1eae05724fd0aef02aeadf3fe30a/ipad-air-gen02-wifi-space-grey-large.png?7fca49d0f7c0);
}

.image-camera {
  width: 465px;
  height: 275px;
  background-size: 465px 275px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/06/c7/28a055274118b8000919fb6a469b/camera-large.png?7fca9ac14e10);
}

.image-magickeyboard_ipad_icon_elevated {
  width: 56px;
  height: 46px;
  background-size: 56px 46px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/6b/f8/edf303b54fc19fa9858745d223a1/magickeyboard-ipad-icon-elevated-large.png?7fca2b02acf0);
}

.image-chip_a7_icon_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/7d/bd/f0c76588428e98f6e9960b106f53/chip-a7-icon-elevated-large.png?7fca9acb7ee0);
}

.image-smartkeyboard_ipad_icon_elevated {
  width: 56px;
  height: 46px;
  background-size: 56px 46px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/cb/0b/630206b74245a8d8ebc18c615b0f/smartkeyboard-ipad-icon-elevated-large.png?7fca68bc31a0);
}

.image-ipad_pro_12_9_gen06_wifi_space_grey {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a9/54/85188ace4dfa8a6f40c2767682a5/ipad-pro-12-9-gen06-wifi-space-grey-large.png?7fca4ce77330);
}

.image-flex_ipad_in_hand_elevated {
  width: 45px;
  height: 40px;
  background-size: 45px 40px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3e/28/558685e84142a639b2d1e131d7c9/flex-ipad-in-hand-elevated-large.png?7fca68b69b80);
}

.image-ipad_mini_gen03_wifi_space_grey {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/12/a0/9beec3a641d89ad90df8bfa3a032/ipad-mini-gen03-wifi-space-grey-large.png?7fcabb7cf9b0);
}

.image-chip_m1_icon_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/6c/83/db4257e74abf81762d09a6caf410/chip-m1-icon-elevated-large.png?7fca9cc52490);
}

.image-ipad_mini_gen05_wifi_space_grey {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/9a/fe/88af296442f3b3333fac8f2714e1/ipad-mini-gen05-wifi-space-grey-large.png?7fca2b3487d0);
}

.image-chip_a9x_icon_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/4f/ed/d5df67e5454fbf7f61d049cbf0a2/chip-a9x-icon-elevated-large.png?7fca68b872d0);
}

.image-ipad_pro_12_9_gen05_wifi_space_grey {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/10/58/6fb2b7cc4c279c9492d3623cd081/ipad-pro-12-9-gen05-wifi-space-grey-large.png?7fca7d757ee0);
}

.image-chip_m2_icon_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/cf/e9/63f1ad2642aeb0fc4a5fc41f6358/chip-m2-icon-elevated-large.png?7fca78bf90c0);
}

.image-liquid_retina_display {
  width: 368px;
  height: 380px;
  background-size: 368px 380px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/35/ce/4bd403a3404fbb6402e087a59c84/liquid-retina-display-large.png?7fca9aaf0780);
}

.image-check_d0112b_34_R {
  width: 15px;
  height: 14px;
  background-size: 15px 14px;
  background-repeat: no-repeat;
  background-image: url(../images/check_d0112b_34_R_large.png?7fca7ddf9130);
}

.image-ipad_mini_gen04_wifi_space_grey {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/00/6a/e7b3bdf840bc9bfc358290d3afd0/ipad-mini-gen04-wifi-space-grey-large.png?7fca9cc80530);
}

.image-chip_a15_icon_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/82/13/2effa8b0476992207b3a7839a8c1/chip-a15-icon-elevated-large.png?7fca6a9dd9f0);
}

.image-ipad_gen05_wifi_space_grey {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/30/21/c2bab0574d478badd9b313d00a2e/ipad-gen05-wifi-space-grey-large.png?7fca7cd61c50);
}

.image-ipad_pro_13_gen07_wifi_space_black {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/02/30/6db17ab04adab580a177174a2af7/ipad-pro-13-gen07-wifi-space-black-large.png?7fca68b1d7e0);
}

.image-flex_applecare {
  width: 422px;
  height: 359px;
  background-size: 422px 359px;
  background-repeat: no-repeat;
  background-image: url(../images/flex_applecare_large.png?7fca99cd9660);
}

.image-wifi_super {
  width: 57px;
  height: 42px;
  background-size: 57px 42px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/5b/ea/f0624ee340ab8acaf4e80546f761/wifi-super-large.png?7fca68b9aa10);
}

.image-battery_100percent_super {
  width: 65px;
  height: 33px;
  background-size: 65px 33px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/4f/b5/862c0b0343e6be0c0714bc129a24/battery-100percent-super-large.png?7fca9a9dea90);
}

.image-ipad_pro_11_gen06_wifi_blue {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/dc/b3/49ed102b40ae916a1617623dcae4/ipad-pro-11-gen06-wifi-blue-large.png?7fca7cdcb570);
}

.image-apple_pencil_pro {
  width: 480px;
  height: 365px;
  background-size: 480px 365px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d0/ee/9e3853604d2bbc5ae0ef8aa71a7b/apple-pencil-pro-large.png?7fca29ed6a30);
}

.image-applepencil_vertical_gen1_icon_elevated {
  width: 7px;
  height: 49px;
  background-size: 7px 49px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d1/20/217fa04d463890534092d9deff61/applepencil-vertical-gen1-icon-elevated-large.png?7fca68b4e960);
}

.image-ipad_gen07_wifi_space_grey {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/2f/d7/bf22a3664177b4c0d4a194e627d6/ipad-gen07-wifi-space-grey-large.png?7fca4c52ef70);
}

.image-ipad_pro_12_9_gen02_wifi_space_grey {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/30/da/3db226a64111976b248fdff1b38f/ipad-pro-12-9-gen02-wifi-space-grey-large.png?7fca48f98c00);
}

.image-ipad_pro_11_gen03_wifi_space_grey {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/60/fd/50c2af0f42c88a4519da5192375f/ipad-pro-11-gen03-wifi-space-grey-large.png?7fca2b0f8e00);
}

.image-ipad_mini_gen02_wifi_space_grey {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c8/e1/be2a7e5e4bbb84d08992552e2386/ipad-mini-gen02-wifi-space-grey-large.png?7fca7dd25260);
}

.image-magickeyboard_icon_elevated {
  width: 49px;
  height: 46px;
  background-size: 49px 46px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/58/d4/cda237e24270b35b43717d39c097/magickeyboard-icon-elevated-large.png?7fca29c82960);
}

.image-applepencil_vertical_gen4_gen3_elevated_icon {
  width: 17px;
  height: 49px;
  background-size: 17px 49px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/62/ec/13f7378f4c9abda53a3bb73c9576/applepencil-vertical-gen4-gen3-elevated-icon-large.png?7fca9a2f51b0);
}

.image-a17_pro_chip {
  width: 606px;
  height: 377px;
  background-size: 606px 377px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/7d/bb/bd99ed4f490ea521a30b6f36db6f/a17-pro-chip-large.png?7fca9b3a8430);
}

.image-applepencil_vertical_gen2_gen3_icon_elevated {
  width: 17px;
  height: 49px;
  background-size: 17px 49px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3c/a8/a87a5c2e452188d2b796ac0718e9/applepencil-vertical-gen2-gen3-icon-elevated-large.png?7fca9a277ba0);
}

.image-ipadmini_gen6_camera_icon_elevated {
  width: 38px;
  height: 39px;
  background-size: 38px 39px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c4/d2/0ef22d0745fabb2758c0bf179265/ipadmini-gen6-camera-icon-elevated-large.png?7fca6a38d1a0);
}

.image-chip_a12z_icon_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/21/18/8628ab4f44c5af0c4f3ccb6f34fa/chip-a12z-icon-elevated-large.png?7fca68b08e50);
}

.image-ipadpro129_gen1_camera_icon_elevated {
  width: 38px;
  height: 39px;
  background-size: 38px 39px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/0a/42/3f1e4bc84365a9cae7079a49d747/ipadpro129-gen1-camera-icon-elevated-large.png?7fca4e219670);
}

.image-ipad_mini_A17Pro_wifi_starlight {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/da/37/25fc37b54669be34365215736786/ipad-mini-a17pro-wifi-starlight-large-2x.png?7fca29e627a0);
}

.image-ipad_air_gen03_wifi_space_grey {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/71/99/3635e93e48d98372260454a8f801/ipad-air-gen03-wifi-space-grey-large.png?7fca2e9e7030);
}

.image-ipadmini_gen5_camera_icon_elevated {
  width: 38px;
  height: 39px;
  background-size: 38px 39px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/9c/25/54e1f5eb42c99feca86d0a898466/ipadmini-gen5-camera-icon-elevated-large.png?7fca2b66d770);
}

.image-apps {
  width: 480px;
  height: 441px;
  background-size: 480px 441px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/4a/13/236312ae4a44b4e1fe269eb0b7be/apps-large.png?7fca4efb5c30);
}

.image-colors {
  width: 440px;
  height: 378px;
  background-size: 440px 378px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/81/b9/a4ff44534f1ab3296a9b51db4ccc/colors-large.png?7fca2b0d2930);
}

.image-apple_intelligence_icon_elevated {
  width: 42px;
  height: 42px;
  background-size: 42px 42px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e2/dc/6a90937e434d8a428a03588bc96e/apple-intelligence-icon-elevated-large.png?7fca487b7a30);
}

.image-chip_a13_icon_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/5d/ab/9eac6f844378af8288e1ebf8b875/chip-a13-icon-elevated-large.png?7fca99c934a0);
}

.image-ipadair_gen5_camera_icon_elevated {
  width: 38px;
  height: 39px;
  background-size: 38px 39px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/96/8f/aa4ba556498f9fedf37d286ddd97/ipadair-gen5-camera-icon-elevated-large.png?7fca48785750);
}

.image-flex_chicklet_applecare {
  width: 57px;
  height: 57px;
  background-size: 57px 57px;
  background-repeat: no-repeat;
  background-image: url(../images/flex_chicklet_applecare_large.png?7fca9a243360);
}

.image-ipadmini_gen4_camera_icon_elevated {
  width: 38px;
  height: 39px;
  background-size: 38px 39px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1f/40/27dd75e44a5aa63c2d83f76df8c2/ipadmini-gen4-camera-icon-elevated-large.png?7fca4ce4f680);
}

.image-ipad_gen9_camera_icon_elevated {
  width: 38px;
  height: 39px;
  background-size: 38px 39px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e3/5b/7f3476ae4f7a90eacfa045eb388d/ipad-gen9-camera-icon-elevated-large.png?7fca9b3de470);
}

.image-ipad_air_gen04_wifi_space_grey {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/29/cc/76c53f3847a9bfdb1e751de954a4/ipad-air-gen04-wifi-space-grey-large.png?7fca1f7206e0);
}

.image-chip_a12x_icon_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/2b/ca/c93d851944f689f27777148bc67d/chip-a12x-icon-elevated-large.png?7fca496de350);
}

.image-hero_logo {
  width: 377px;
  height: 65px;
  background-size: 377px 65px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/90/fb/9adb7af54b0aab8d8f4afc4df74a/hero-logo-large.png?7fca9cc1e2a0);
}

.image-ipadpro13_gen7_camera_icon_elevated {
  width: 39px;
  height: 38px;
  background-size: 39px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/7b/5e/06f58fb949e6b6a0be7178ea2d6d/ipadpro13-gen7-camera-icon-elevated-large.png?7fca7d75ab10);
}

.image-chip_a17pro_icon_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/4d/7c/7c1c46af4c4cabbea9dc97f31991/chip-a17pro-icon-elevated-large.png?7fca7d78c1f0);
}

.image-ipad_pro_12_9_gen03_wifi_space_grey {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/5f/d9/7715f93a47c79dcecb19ebf57451/ipad-pro-12-9-gen03-wifi-space-grey-large.png?7fca6a92db40);
}

.image-ipad_pro_11_gen04_wifi_silver {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/89/5e/017a0fa64bba8c5cdea7141ac05d/ipad-pro-11-gen04-wifi-silver-large.png?7fca68bd72c0);
}

.image-flex_accessories {
  width: 401px;
  height: 371px;
  background-size: 401px 371px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/40/47/748a792b40ac840958578cec6190/flex-accessories-large.png?7fca4e289f30);
}

.image-ipad_air_gen01_wifi_space_grey {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ba/77/0baa66474e20aaa3a65e26b13e52/ipad-air-gen01-wifi-space-grey-large.png?7fca9cc4a420);
}

.image-flex_hand_draw_elevated {
  width: 43px;
  height: 39px;
  background-size: 43px 39px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/37/46/6198f5f74465beedac9a82663b28/flex-hand-draw-elevated-large.png?7fca48fd3ec0);
}

.image-chip_a8x_icon_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c0/a0/3a552b114c46b97b83721c0fb162/chip-a8x-icon-elevated-large.png?7fca68b979a0);
}

.image-ipad_gen10_wifi_magenta {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/cf/8c/3eb5ec2c4b2c9a73459ec59c3825/ipad-gen10-wifi-magenta-large.png?7fca48770d20);
}

.image-chip_a8_icon_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/97/4f/a8172cf34709a4ad4c8af308d1bc/chip-a8-icon-elevated-large.png?7fca2b333360);
}

.image-ipadpro129_gen6_camera_icon_elevated {
  width: 39px;
  height: 39px;
  background-size: 39px 39px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/5d/a2/d5bc550d4105a506ab2bc6e3c1a8/ipadpro129-gen6-camera-icon-elevated-large.png?7fca68baaa10);
}

.image-hero {
  width: 978px;
  height: 538px;
  background-size: 978px 538px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/86/db/5a6c021a4073a2eb47bf55f36daf/hero-large.png?7fca9ac4c5d0);
}

.image-chip_a10x_icon_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b9/0b/a233de7f454ba3f11bbe272fa5ce/chip-a10x-icon-elevated-large.png?7fca6a3372b0);
}

.image-ipad_pro_11_gen05_wifi_silver {
  width: 153px;
  height: 181px;
  background-size: 153px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/9a/1e/3a98e5894e4a8fe07e5bdf691222/ipad-pro-11-gen05-wifi-silver-large.png?7fca2b354840);
}

@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-ipad_mini_gen03_wifi_space_grey {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/07/6d/aef07c394e15aa4f9115bdc04f4a/ipad-mini-gen03-wifi-space-grey-large-2x.png?7fcabb7bdd50);
  }
}

@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-ipad_air_gen05_wifi_purple {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/71/b5/a0c9a5794df4b51f64e756360f82/ipad-air-gen05-wifi-purple-large-2x.png?7fca9a417ad0);
  }
}

@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-ipad_air_gen02_wifi_space_grey {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/55/ad/394b4c4b4a70b9632497121f3727/ipad-air-gen02-wifi-space-grey-large-2x.png?7fca996b8df0);
  }
}

@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-ipadpro13_gen7_camera_icon_elevated {
    width: 39px;
    height: 38px;
    background-size: 39px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/da/ed/9abb8af84dc6bbe4f1acf22dd74e/ipadpro13-gen7-camera-icon-elevated-large-2x.png?7fca998f1940);
  }
}

@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: 377px;
    height: 65px;
    background-size: 377px 65px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/41/98/7a6b9f0141778483eb4ab93c0ac9/hero-logo-large-2x.png?7fca7cafcc60);
  }
}

@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-apps {
    width: 480px;
    height: 441px;
    background-size: 480px 441px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/11/8e/d808aea44e60bde9b1288eb10836/apps-large-2x.png?7fca2f9f64b0);
  }
}

@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-chip_a7_icon_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/bd/3c/5d9db6e5473581cc4f7b0e532fe2/chip-a7-icon-elevated-large-2x.png?7fca9ac9ce20);
  }
}

@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-wifi_super {
    width: 57px;
    height: 42px;
    background-size: 57px 42px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3a/69/c023afd84000bc265d1773dca4df/wifi-super-large-2x.png?7fca68b05210);
  }
}

@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-chip_a10x_icon_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/4b/da/8446c3234e8092a32ce5a65b1232/chip-a10x-icon-elevated-large-2x.png?7fca9aa7be20);
  }
}

@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-ipad_mini_gen05_wifi_space_grey {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/00/b8/9320e629456d980c76b4e1efe7d4/ipad-mini-gen05-wifi-space-grey-large-2x.png?7fca2b3a8420);
  }
}

@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-ipadair_gen5_camera_icon_elevated {
    width: 38px;
    height: 39px;
    background-size: 38px 39px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/94/83/ae2960b34006ad62c4ef82d1d275/ipadair-gen5-camera-icon-elevated-large-2x.png?7fca9b3e79b0);
  }
}

@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-ipadpro97_camera_icon_elevated {
    width: 38px;
    height: 39px;
    background-size: 38px 39px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/7e/db/d8871f6f490796c6b60e05aa33e0/ipadpro97-camera-icon-elevated-large-2x.png?7fca7d7a8200);
  }
}

@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-ipad_pro_11_gen05_wifi_silver {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/01/f0/ded276a14ef69ae0f80b089698d1/ipad-pro-11-gen05-wifi-silver-large-2x.png?7fca2b3ac020);
  }
}

@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-battery_100percent_super {
    width: 65px;
    height: 33px;
    background-size: 65px 33px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/70/5d/e68777ee4f018f64cd9d80f23974/battery-100percent-super-large-2x.png?7fca7ac1edf0);
  }
}

@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-magickeyboard_icon_elevated {
    width: 49px;
    height: 46px;
    background-size: 49px 46px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e5/9b/91ffd50c4a01b2d4034822e41c0d/magickeyboard-icon-elevated-large-2x.png?7fca7dddff70);
  }
}

@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-ipad_pro_11_gen02_wifi_space_grey {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c7/4e/7bcba4a84d0c8e2f5ce3ee471015/ipad-pro-11-gen02-wifi-space-grey-large-2x.png?7fca7cd6e9c0);
  }
}

@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-ipad_mini_A17Pro_wifi_starlight {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/da/37/25fc37b54669be34365215736786/ipad-mini-a17pro-wifi-starlight-large-2x.png?7fca9aabf050);
  }
}

@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-applepencil_vertical_gen4_gen3_elevated_icon {
    width: 17px;
    height: 49px;
    background-size: 17px 49px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d8/81/0b412fe84a409b67d49ed1cbdd79/applepencil-vertical-gen4-gen3-elevated-icon-large-2x.png?7fca99840610);
  }
}

@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-check_d0112b_34_R {
    width: 15px;
    height: 14px;
    background-size: 15px 14px;
    background-repeat: no-repeat;
    background-image: url(../images/check_d0112b_34_R_large_2x.png?7fca7dd3d6f0);
  }
}

@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-chip_a8x_icon_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8c/5e/313665914dc08960f6edcf39ee2e/chip-a8x-icon-elevated-large-2x.png?7fca68b55990);
  }
}

@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-magickeyboardfolio_ipad_icon_elevated {
    width: 56px;
    height: 46px;
    background-size: 56px 46px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/92/9d/9fbeaac04c1aa631e562af234d7a/magickeyboardfolio-ipad-icon-elevated-large-2x.png?7fca68b7eae0);
  }
}

@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-ipad_pro_13_gen07_wifi_space_black {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3e/25/2a9d722749239c2a938dc9ecfac4/ipad-pro-13-gen07-wifi-space-black-large-2x.png?7fca68b46a90);
  }
}

@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-magickeyboard_m4_ipad_icon_elevated {
    width: 56px;
    height: 46px;
    background-size: 56px 46px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8c/dd/3e8a321c4e4ab0346279c0646fda/magickeyboard-m4-ipad-icon-elevated-large-2x.png?7fca9cc4c3f0);
  }
}

@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-ipadmini_gen5_camera_icon_elevated {
    width: 38px;
    height: 39px;
    background-size: 38px 39px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/75/4f/1a119a6f4536af35387b4c276b44/ipadmini-gen5-camera-icon-elevated-large-2x.png?7fca6a323220);
  }
}

@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-ipad_pro_12_9_gen03_wifi_space_grey {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/10/07/e94d8bdd4c36af4a2b6a0a93d42c/ipad-pro-12-9-gen03-wifi-space-grey-large-2x.png?7fca6a939b80);
  }
}

@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-chip_a8_icon_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c3/f5/a8a1f45b45bfb6a0ed4f60cda550/chip-a8-icon-elevated-large-2x.png?7fca2b33eec0);
  }
}

@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-ipad_mini_gen04_wifi_space_grey {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/2a/b0/47334baf4cc289aaf46086a0970c/ipad-mini-gen04-wifi-space-grey-large-2x.png?7fca2b60baa0);
  }
}

@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_applecare {
    width: 422px;
    height: 359px;
    background-size: 422px 359px;
    background-repeat: no-repeat;
    background-image: url(../images/flex_applecare_large_2x.png?7fca2af4efb0);
  }
}

@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-chip_a9_icon_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/70/e1/970a388741998e8ef6bb7248303d/chip-a9-icon-elevated-large-2x.png?7fca2b34e4c0);
  }
}

@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_pencil_pro {
    width: 480px;
    height: 365px;
    background-size: 480px 365px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d0/45/0aadec504c7cb1fc3f7b4ce0044a/apple-pencil-pro-large-2x.png?7fca6a312460);
  }
}

@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-ipad_pro_12_9_gen02_wifi_space_grey {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/4a/f2/6b0527f54743936290673c015697/ipad-pro-12-9-gen02-wifi-space-grey-large-2x.png?7fca7cb13450);
  }
}

@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-chip_a10_icon_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/bf/80/4cadd4fe471591c3e98c3d12cd93/chip-a10-icon-elevated-large-2x.png?7fca48787e20);
  }
}

@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-chip_a9x_icon_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/9f/32/47ce8e9844dd8df4a7983c031262/chip-a9x-icon-elevated-large-2x.png?7fca68b061e0);
  }
}

@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-chip_a17pro_icon_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/08/44/aa856c2347d08a12657156d93e9a/chip-a17pro-icon-elevated-large-2x.png?7fca49f0c7e0);
  }
}

@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-ipadmini_gen6_camera_icon_elevated {
    width: 38px;
    height: 39px;
    background-size: 38px 39px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/51/2d/4b0aa79c43faa5b379e057dcab00/ipadmini-gen6-camera-icon-elevated-large-2x.png?7fca29ecc1c0);
  }
}

@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-applepencil_vertical_gen2_gen3_icon_elevated {
    width: 17px;
    height: 49px;
    background-size: 17px 49px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/50/98/b0c463f041ae8fa5eadfa2f9fd8f/applepencil-vertical-gen2-gen3-icon-elevated-large-2x.png?7fca6a35bc80);
  }
}

@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-ipad_gen09_wifi_sliver {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/26/02/78c05a3c480db934be891dcec5e5/ipad-gen09-wifi-sliver-large-2x.png?7fca7d768fd0);
  }
}

@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-ipad_pro_9_7_wifi_space_grey {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3e/da/bb4589134c7493e09a6c4622783f/ipad-pro-9-7-wifi-space-grey-large-2x.png?7fca6a393e00);
  }
}

@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-chip_a12_icon_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/01/3e/d293423145c7aaf0b73233c67a3d/chip-a12-icon-elevated-large-2x.png?7fca2b638970);
  }
}

@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-ipad_pro_11_gen03_wifi_space_grey {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ad/0e/d4e8b6834db4ba657551f311d736/ipad-pro-11-gen03-wifi-space-grey-large-2x.png?7fca2b039dc0);
  }
}

@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_hand_draw_elevated {
    width: 43px;
    height: 39px;
    background-size: 43px 39px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8c/21/66ef7b6848a88d99163042f75170/flex-hand-draw-elevated-large-2x.png?7fca6a76b100);
  }
}

@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: 978px;
    height: 538px;
    background-size: 978px 538px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/44/c9/172bffe1465c848ecaa4c9e667f9/hero-large-2x.png?7fca9ac9eec0);
  }
}

@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-chip_a14_icon_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1f/7e/22beff094544b9fd675c3112c01a/chip-a14-icon-elevated-large-2x.png?7fca2b3964e0);
  }
}

@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-ipad_mini_gen06_wifi_starlight {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/71/4c/d0115f1949a0a4e25ee4cf7acb7a/ipad-mini-gen06-wifi-starlight-large-2x.png?7fca2b65e340);
  }
}

@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-magickeyboard_ipad_icon_elevated {
    width: 56px;
    height: 46px;
    background-size: 56px 46px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/63/17/4f8582164405933ad1b9db9ef0de/magickeyboard-ipad-icon-elevated-large-2x.png?7fca2b0ce200);
  }
}

@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-ipad_pro_12_9_gen05_wifi_space_grey {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/71/d3/ac03032e4df6820e53ede25482c5/ipad-pro-12-9-gen05-wifi-space-grey-large-2x.png?7fca99874d40);
  }
}

@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-ai {
    width: 653px;
    height: 351px;
    background-size: 653px 351px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/46/02/1d8250a943f9a1b36fee7447bc44/ai-large-2x.png?7fca4cec3ec0);
  }
}

@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-ipad_pro_11_gen01_wifi_space_grey {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/45/16/a8f811934ca98254810bcf419c5b/ipad-pro-11-gen01-wifi-space-grey-large-2x.png?7fca2abb8860);
  }
}

@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_intelligence_icon_elevated {
    width: 42px;
    height: 42px;
    background-size: 42px 42px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c4/ee/0f41ecb645d78ad16993e0e87c5d/apple-intelligence-icon-elevated-large-2x.png?7fca487e1b50);
  }
}

@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-ipad_front_camera_landscape_icon_elevated {
    width: 44px;
    height: 42px;
    background-size: 44px 42px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/dd/eb/d3a79e4d42b8933455fb0e7d228b/ipad-front-camera-landscape-icon-elevated-large-2x.png?7fca2b64f6c0);
  }
}

@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-ipad_gen05_wifi_space_grey {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/57/0f/77e9a4d141578539a4e50f292013/ipad-gen05-wifi-space-grey-large-2x.png?7fca7cd26710);
  }
}

@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-ipad_gen07_wifi_space_grey {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/7a/66/f3d654394c71a92ac2d83db293fb/ipad-gen07-wifi-space-grey-large-2x.png?7fca9ac830d0);
  }
}

@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-ipad_pro_10_5_wifi_space_grey {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a6/1b/7eab95864eb286f72ce2260506e5/ipad-pro-10-5-wifi-space-grey-large-2x.png?7fca2b080670);
  }
}

@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-chip_a15_icon_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ef/02/ecca4977442885efec2da6011c5b/chip-a15-icon-elevated-large-2x.png?7fca6a966a40);
  }
}

@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-applepencil_vertical_gen3_gen1_icon_elevated {
    width: 17px;
    height: 49px;
    background-size: 17px 49px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/45/f5/ed6202b14061bcc4957ca3d30360/applepencil-vertical-gen3-gen1-icon-elevated-large-2x.png?7fca6a3ad3f0);
  }
}

@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-ipad_mini_gen02_wifi_space_grey {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a9/b9/e3f329b4487198088fdb72e49331/ipad-mini-gen02-wifi-space-grey-large-2x.png?7fca7acadf70);
  }
}

@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-chip_a12x_icon_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/57/ab/702a63cc4e7ab52a3d54a66e5b64/chip-a12x-icon-elevated-large-2x.png?7fca6a7e3570);
  }
}

@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-applepencil_vertical_gen1_icon_elevated {
    width: 7px;
    height: 49px;
    background-size: 7px 49px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/37/e8/99a026d541d58f00aa7225761a96/applepencil-vertical-gen1-icon-elevated-large-2x.png?7fca68bb64d0);
  }
}

@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-ipad_pro_12_9_gen04_wifi_space_grey {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/24/2d/7b71665a479b8eb533fdd00fc92a/ipad-pro-12-9-gen04-wifi-space-grey-large-2x.png?7fca4cec3b70);
  }
}

@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-ipadpro129_gen1_camera_icon_elevated {
    width: 38px;
    height: 39px;
    background-size: 38px 39px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/51/5f/353bc3f24209815086fc10ba692f/ipadpro129-gen1-camera-icon-elevated-large-2x.png?7fca2b03a0f0);
  }
}

@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-chip_m4_icon_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/aa/dc/c843010f4de69cfac5784c196697/chip-m4-icon-elevated-large-2x.png?7fca2b01dae0);
  }
}

@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-a17_pro_chip {
    width: 606px;
    height: 377px;
    background-size: 606px 377px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ab/ee/61890afc4de59c7045719b13bf18/a17-pro-chip-large-2x.png?7fca2a8b22a0);
  }
}

@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_ipad_in_hand_elevated {
    width: 45px;
    height: 40px;
    background-size: 45px 40px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/82/d4/f2abb22e4b19a070a586086fea6a/flex-ipad-in-hand-elevated-large-2x.png?7fca99d5bb30);
  }
}

@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-ipadpro129_gen6_camera_icon_elevated {
    width: 39px;
    height: 39px;
    background-size: 39px 39px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c0/49/0af1a0c747bba61642d7247eb96f/ipadpro129-gen6-camera-icon-elevated-large-2x.png?7fca68b51cc0);
  }
}

@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-ipad_air_gen01_wifi_space_grey {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a7/6b/c91c473640368203a662ec70b1c8/ipad-air-gen01-wifi-space-grey-large-2x.png?7fca6a3850c0);
  }
}

@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-ipad_air_13_gen06_wifi_purple {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/7c/ba/a3bf46bd4fe3b34172a734a7979d/ipad-air-13-gen06-wifi-purple-large-2x.png?7fca9c7047e0);
  }
}

@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_magickeyboard_ipad_applepencil_elevated {
    width: 57px;
    height: 43px;
    background-size: 57px 43px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/de/4b/c2d85e8e449b88c96b5bd307bd3b/flex-magickeyboard-ipad-applepencil-elevated-large-2x.png?7fca2b05c600);
  }
}

@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-ipad_gen06_wifi_space_grey {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/92/9a/2e34a9ce46578e9a749e310a7933/ipad-gen06-wifi-space-grey-large-2x.png?7fca7cbeb5b0);
  }
}

@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-chip_m2_icon_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/9f/85/b68b03e743edb8ae63f09b5f417e/chip-m2-icon-elevated-large-2x.png?7fca9c7045b0);
  }
}

@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-ipad_air_gen04_wifi_space_grey {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/86/e6/f544604945a88063e3cbb4ec9c6f/ipad-air-gen04-wifi-space-grey-large-2x.png?7fca49676e60);
  }
}

@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_accessories {
    width: 401px;
    height: 371px;
    background-size: 401px 371px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e1/ed/f2ed304541b588756e1246cb7582/flex-accessories-large-2x.png?7fca2a87a5e0);
  }
}

@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-ipad_air_gen03_wifi_space_grey {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/97/98/8d83971947248f0429d85dc3d3d7/ipad-air-gen03-wifi-space-grey-large-2x.png?7fca2af51770);
  }
}

@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_cpu_elevated {
    width: 42px;
    height: 42px;
    background-size: 42px 42px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fc/03/3775587b457b87fc8b8c50fbb0d7/flex-cpu-elevated-large-2x.png?7fca9cc16800);
  }
}

@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-chip_a13_icon_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ab/91/346c0f4e4b0c906648e25377c628/chip-a13-icon-elevated-large-2x.png?7fca9cc8d7c0);
  }
}

@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-colors {
    width: 440px;
    height: 378px;
    background-size: 440px 378px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1e/12/676d14db42fe86b2ebb8e7912026/colors-large-2x.png?7fca2b0e9970);
  }
}

@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-liquid_retina_display {
    width: 368px;
    height: 380px;
    background-size: 368px 380px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a7/f3/c836e7734fa99f01d7d47ee4879a/liquid-retina-display-large-2x.png?7fca49f0b160);
  }
}

@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_chicklet_applecare {
    width: 57px;
    height: 57px;
    background-size: 57px 57px;
    background-repeat: no-repeat;
    background-image: url(../images/flex_chicklet_applecare_large_2x.png?7fca2afc1810);
  }
}

@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-ipad_pro_11_gen06_wifi_blue {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1b/92/84d52ef941089c8c15f32263c249/ipad-pro-11-gen06-wifi-blue-large-2x.png?7fca1f7b71e0);
  }
}

@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-ipad_front_camera_icon_elevated {
    width: 32px;
    height: 42px;
    background-size: 32px 42px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/71/90/fba505114649be19823d67b3c58a/ipad-front-camera-icon-elevated-large-2x.png?7fca1f727fd0);
  }
}

@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-ipad_pro_11_gen04_wifi_silver {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f4/06/75e2c3d9477482adc406c22caf86/ipad-pro-11-gen04-wifi-silver-large-2x.png?7fca68bd4af0);
  }
}

@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-ipad_gen08_wifi_space_grey {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e3/7a/4e16fbb343ca8d227355dad0a55c/ipad-gen08-wifi-space-grey-large-2x.png?7fca9988a570);
  }
}

@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-ipadmini_gen4_camera_icon_elevated {
    width: 38px;
    height: 39px;
    background-size: 38px 39px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/89/7a/29879bbb4e14ac780df72440fe60/ipadmini-gen4-camera-icon-elevated-large-2x.png?7fca4ced7510);
  }
}

@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-chip_a12z_icon_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/6f/41/4ed2066f4d79ad9a90cb174b4762/chip-a12z-icon-elevated-large-2x.png?7fca68b3edd0);
  }
}

@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-smartkeyboard_ipad_icon_elevated {
    width: 56px;
    height: 46px;
    background-size: 56px 46px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/63/09/6ae8454b48ed8ddfa20566136f41/smartkeyboard-ipad-icon-elevated-large-2x.png?7fca68b147c0);
  }
}

@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-ipad_gen10_wifi_magenta {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/25/0e/6c2bfed64a24b5fce4e106f59f23/ipad-gen10-wifi-magenta-large-2x.png?7fca2b0dab60);
  }
}

@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-chip_m1_icon_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c3/c5/3c53dd80409c9c3d6c83a85720c2/chip-m1-icon-elevated-large-2x.png?7fca7d7ef860);
  }
}

@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-ipad_pro_12_9_gen01_wifi_space_grey {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d0/88/977203cd4f6887dd0c368f33d3c6/ipad-pro-12-9-gen01-wifi-space-grey-large-2x.png?7fca2b66e370);
  }
}

@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-camera {
    width: 465px;
    height: 275px;
    background-size: 465px 275px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1c/dc/e56836424c7589a8df6711a05382/camera-large-2x.png?7fca9ac88f00);
  }
}

@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-ipad_gen9_camera_icon_elevated {
    width: 38px;
    height: 39px;
    background-size: 38px 39px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1a/26/18b86ef34785b578dcd6e1145991/ipad-gen9-camera-icon-elevated-large-2x.png?7fca48c7aa10);
  }
}

@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-ipad_pro_12_9_gen06_wifi_space_grey {
    width: 153px;
    height: 181px;
    background-size: 153px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8d/b3/aafd6bd64b5181ce699dae87af57/ipad-pro-12-9-gen06-wifi-space-grey-large-2x.png?7fca4ce49f40);
  }
}

@media only screen and (max-width:1068px) {
  .image-flex_hand_draw_elevated {
    width: 43px;
    height: 39px;
    background-size: 43px 39px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f0/fa/41e6a3994da3ac881c97641426fc/flex-hand-draw-elevated-medium.png?7fca6a76af10);
  }
}

@media only screen and (max-width:1068px) {
  .image-liquid_retina_display {
    width: 292px;
    height: 346px;
    background-size: 292px 346px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/80/46/9ef86a09454a999f2499b6da348a/liquid-retina-display-medium.png?7fca7d7b6f40);
  }
}

@media only screen and (max-width:1068px) {
  .image-flex_chicklet_applecare {
    width: 57px;
    height: 57px;
    background-size: 57px 57px;
    background-repeat: no-repeat;
    background-image: url(../images/flex_chicklet_applecare_medium.png?7fca9ccff050);
  }
}

@media only screen and (max-width:1068px) {
  .image-flex_magickeyboard_ipad_applepencil_elevated {
    width: 57px;
    height: 43px;
    background-size: 57px 43px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/2d/8b/cf1aace742ec9804798432f97cd3/flex-magickeyboard-ipad-applepencil-elevated-medium.png?7fcabb7ff3b0);
  }
}

@media only screen and (max-width:1068px) {
  .image-apple_pencil_pro {
    width: 336px;
    height: 272px;
    background-size: 336px 272px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/2b/12/1f4197564a9eb4031f60a3702fff/apple-pencil-pro-medium.png?7fca2a1b5970);
  }
}

@media only screen and (max-width:1068px) {
  .image-apps {
    width: 336px;
    height: 347px;
    background-size: 336px 347px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d2/73/65014a3649d9b25c51af6b5b7481/apps-medium.png?7fca688db070);
  }
}

@media only screen and (max-width:1068px) {
  .image-hero_logo {
    width: 293px;
    height: 51px;
    background-size: 293px 51px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/cf/db/00e15f71496385d6ecaeee5976b2/hero-logo-medium.png?7fca2a1ff1d0);
  }
}

@media only screen and (max-width:1068px) {
  .image-flex_accessories {
    width: 340px;
    height: 320px;
    background-size: 340px 320px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c5/62/a1d0afc84d0b922dc7205d9ffb7e/flex-accessories-medium.png?7fca9b3075c0);
  }
}

@media only screen and (max-width:1068px) {
  .image-flex_ipad_in_hand_elevated {
    width: 45px;
    height: 40px;
    background-size: 45px 40px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c8/b3/390b3c2f40dea5c9d4b9fce2b2b2/flex-ipad-in-hand-elevated-medium.png?7fca6a76e890);
  }
}

@media only screen and (max-width:1068px) {
  .image-ai {
    width: 535px;
    height: 296px;
    background-size: 535px 296px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/89/3d/5b5a9a9a4ab4ac35dec1cda0c9a6/ai-medium.png?7fca4ce5b3d0);
  }
}

@media only screen and (max-width:1068px) {
  .image-a17_pro_chip {
    width: 336px;
    height: 289px;
    background-size: 336px 289px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/56/e0/298ccd6a41fb9bc7695fb9bdd211/a17-pro-chip-medium.png?7fca7d6a28d0);
  }
}

@media only screen and (max-width:1068px) {
  .image-wifi_super {
    width: 56px;
    height: 42px;
    background-size: 56px 42px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3f/cd/aef69d77439f8de92cb6ccf3055b/wifi-super-medium.png?7fca68bd1470);
  }
}

@media only screen and (max-width:1068px) {
  .image-hero {
    width: 697px;
    height: 392px;
    background-size: 697px 392px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/03/18/97ecfe914ddf9b647fbb9d833ce4/hero-medium.png?7fca29765d70);
  }
}

@media only screen and (max-width:1068px) {
  .image-battery_100percent_super {
    width: 65px;
    height: 33px;
    background-size: 65px 33px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/da/a1/b7cebffe4e2f9311c784f4029371/battery-100percent-super-medium.png?7fca9a98f4c0);
  }
}

@media only screen and (max-width:1068px) {
  .image-camera {
    width: 300px;
    height: 177px;
    background-size: 300px 177px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d6/5a/d1a2bddf4f61b1cd4e1193997f0c/camera-medium.png?7fca9ace0410);
  }
}

@media only screen and (max-width:1068px) {
  .image-flex_cpu_elevated {
    width: 42px;
    height: 42px;
    background-size: 42px 42px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/50/06/cdd80cd44e2582dad81256b57ce6/flex-cpu-elevated-medium.png?7fca9cca9b50);
  }
}

@media only screen and (max-width:1068px) {
  .image-check_d0112b_34_R {
    width: 15px;
    height: 14px;
    background-size: 15px 14px;
    background-repeat: no-repeat;
    background-image: url(../images/check_d0112b_34_R_medium.png?7fca4878dac0);
  }
}

@media only screen and (max-width:1068px) {
  .image-colors {
    width: 302px;
    height: 342px;
    background-size: 302px 342px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8c/e5/fb3579f040b08a607bbf54162a35/colors-medium.png?7fca2b08e2f0);
  }
}

@media only screen and (max-width:1068px) {
  .image-flex_applecare {
    width: 260px;
    height: 307px;
    background-size: 260px 307px;
    background-repeat: no-repeat;
    background-image: url(../images/flex_applecare_medium.png?7fca2ab9f400);
  }
}

@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_accessories {
    width: 340px;
    height: 320px;
    background-size: 340px 320px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/be/92/bcd2641b489ba18c6045ba93f476/flex-accessories-medium-2x.png?7fca29c9b0c0);
  }
}

@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-check_d0112b_34_R {
    width: 15px;
    height: 14px;
    background-size: 15px 14px;
    background-repeat: no-repeat;
    background-image: url(../images/check_d0112b_34_R_medium_2x.png?7fca7ddb6530);
  }
}

@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-a17_pro_chip {
    width: 336px;
    height: 289px;
    background-size: 336px 289px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c7/4f/937fca1844bdba3b01bf7fa168ab/a17-pro-chip-medium-2x.png?7fca9b388a30);
  }
}

@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-camera {
    width: 300px;
    height: 177px;
    background-size: 300px 177px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/2c/b6/7ce59fe84acebe80d1f187292920/camera-medium-2x.png?7fca6a7484e0);
  }
}

@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-wifi_super {
    width: 56px;
    height: 42px;
    background-size: 56px 42px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f6/0d/3b927c8f40618264e30df8d1ca50/wifi-super-medium-2x.png?7fca68b224a0);
  }
}

@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: 697px;
    height: 392px;
    background-size: 697px 392px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/48/c8/9933136b4407a5d2202b1f0aee6c/hero-medium-2x.png?7fca2b3d4680);
  }
}

@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_cpu_elevated {
    width: 42px;
    height: 42px;
    background-size: 42px 42px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3e/eb/a842eae94d3cb7a59099f51e09c4/flex-cpu-elevated-medium-2x.png?7fca2a10fd30);
  }
}

@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-ai {
    width: 535px;
    height: 296px;
    background-size: 535px 296px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e9/15/b0c1fee44c1b84256f1372fa6936/ai-medium-2x.png?7fca4ce08880);
  }
}

@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-apps {
    width: 336px;
    height: 347px;
    background-size: 336px 347px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/98/0a/d11439324fd2a8a24d5862e09d71/apps-medium-2x.png?7fca7ac22620);
  }
}

@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_ipad_in_hand_elevated {
    width: 45px;
    height: 40px;
    background-size: 45px 40px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ed/f4/276344f04786b348af0e8d7ecde3/flex-ipad-in-hand-elevated-medium-2x.png?7fca68bac7c0);
  }
}

@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-colors {
    width: 302px;
    height: 342px;
    background-size: 302px 342px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ee/84/3ed991b04a79b46b46143f0909ae/colors-medium-2x.png?7fcabb737e60);
  }
}

@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: 293px;
    height: 51px;
    background-size: 293px 51px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/22/57/70fd3fe642318b520a51b54ade99/hero-logo-medium-2x.png?7fca2afea2a0);
  }
}

@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_pencil_pro {
    width: 336px;
    height: 272px;
    background-size: 336px 272px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f2/20/7589cf7646a1b0301bc2fa7dbb6b/apple-pencil-pro-medium-2x.png?7fca2afcdb20);
  }
}

@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_magickeyboard_ipad_applepencil_elevated {
    width: 57px;
    height: 43px;
    background-size: 57px 43px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/40/10/20cde91e4f58a1b933b2b1e7f9ee/flex-magickeyboard-ipad-applepencil-elevated-medium-2x.png?7fca7d6871b0);
  }
}

@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_hand_draw_elevated {
    width: 43px;
    height: 39px;
    background-size: 43px 39px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/20/10/3a0f1221403a89a0921716d1682a/flex-hand-draw-elevated-medium-2x.png?7fca6a7a7500);
  }
}

@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-battery_100percent_super {
    width: 65px;
    height: 33px;
    background-size: 65px 33px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c2/6d/45adb1be41ad91dfb184092e7ce2/battery-100percent-super-medium-2x.png?7fca9a941100);
  }
}

@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-liquid_retina_display {
    width: 292px;
    height: 346px;
    background-size: 292px 346px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/00/25/45711b4b4bebb06687dcf4cb2443/liquid-retina-display-medium-2x.png?7fca9cc84e30);
  }
}

@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_applecare {
    width: 260px;
    height: 307px;
    background-size: 260px 307px;
    background-repeat: no-repeat;
    background-image: url(../images/flex_applecare_medium_2x.png?7fca29e59b40);
  }
}

@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_chicklet_applecare {
    width: 57px;
    height: 57px;
    background-size: 57px 57px;
    background-repeat: no-repeat;
    background-image: url(../images/flex_chicklet_applecare_medium_2x.png?7fca9a28d240);
  }
}

@media only screen and (max-width:734px) {
  .image-flex_ipad_in_hand_elevated {
    width: 45px;
    height: 40px;
    background-size: 45px 40px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d1/7f/c2d67a6942e9b61cc1dd9012f71a/flex-ipad-in-hand-elevated-small.png?7fca68bb8340);
  }
}

@media only screen and (max-width:734px) {
  .image-ai {
    width: 279px;
    height: 221px;
    background-size: 279px 221px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/92/9a/60767295417b82fcdb29f4aa6847/ai-small.png?7fca4ce3c1e0);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_mini_gen03_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/4f/cb/fa3685ed44578189372582854c78/ipad-mini-gen03-wifi-space-grey-small.png?7fcabb7ec9f0);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_pro_11_gen02_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/7b/bf/562e403e4bed936468e6b4de6d75/ipad-pro-11-gen02-wifi-space-grey-small.png?7fca7cd9b920);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_pro_12_9_gen05_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a5/c2/38f4777544c2bc6656c911161def/ipad-pro-12-9-gen05-wifi-space-grey-small.png?7fca99c6ca50);
  }
}

@media only screen and (max-width:734px) {
  .image-flex_accessories {
    width: 314px;
    height: 309px;
    background-size: 314px 309px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/95/ce/66f8ee3a4bc1bb016e69893aa0c5/flex-accessories-small.png?7fca2a84f2c0);
  }
}

@media only screen and (max-width:734px) {
  .image-hero {
    width: 368px;
    height: 397px;
    background-size: 368px 397px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fb/8e/0e3b3c12436da5f00fe1e044d7cd/hero-small.png?7fca8e828000);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_air_gen02_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/4b/8b/32fc036947608f8814cda890c44f/ipad-air-gen02-wifi-space-grey-small.png?7fca9b3725e0);
  }
}

@media only screen and (max-width:734px) {
  .image-camera {
    width: 274px;
    height: 164px;
    background-size: 274px 164px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f5/a5/0980e2994b70bb97dceba4dc0e9b/camera-small.png?7fca9acb1aa0);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_pro_10_5_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/80/2d/0238e5cf4944be25c920f007248d/ipad-pro-10-5-wifi-space-grey-small.png?7fca2f08ba50);
  }
}

@media only screen and (max-width:734px) {
  .image-flex_cpu_elevated {
    width: 42px;
    height: 42px;
    background-size: 42px 42px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/81/52/86698ed24c558b7ed3d9f7c8cd7c/flex-cpu-elevated-small.png?7fca9cc6adf0);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_air_gen01_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/18/55/22cce5c54fa88cf799ef23f5e8c2/ipad-air-gen01-wifi-space-grey-small.png?7fca4f1a2770);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_pro_12_9_gen03_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/67/6f/e5ed2e054927ad892549188697db/ipad-pro-12-9-gen03-wifi-space-grey-small.png?7fca6a95cce0);
  }
}

@media only screen and (max-width:734px) {
  .image-flex_magickeyboard_ipad_applepencil_elevated {
    width: 57px;
    height: 43px;
    background-size: 57px 43px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e8/40/2f21e73c47aea2bf10b1a4124610/flex-magickeyboard-ipad-applepencil-elevated-small.png?7fca6a7e5c40);
  }
}

@media only screen and (max-width:734px) {
  .image-a17_pro_chip {
    width: 320px;
    height: 288px;
    background-size: 320px 288px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d3/ac/352f55454c83b076201ec85dbdb5/a17-pro-chip-small.png?7fca7cb52a70);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_pro_13_gen07_wifi_space_black {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/89/10/53042c7e4de6ab4573d2c50ad462/ipad-pro-13-gen07-wifi-space-black-small.png?7fca68bc5da0);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_mini_gen02_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fd/68/94c010a344888169de4583a0e2cf/ipad-mini-gen02-wifi-space-grey-small.png?7fca9a95b290);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_gen09_wifi_sliver {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/77/c4/f3c06c3042eb9456c84d7db757a5/ipad-gen09-wifi-sliver-small.png?7fca9ccd4950);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_pro_12_9_gen06_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/cb/ec/3034767248c88ecf8132afcbb03d/ipad-pro-12-9-gen06-wifi-space-grey-small.png?7fca4ceca380);
  }
}

@media only screen and (max-width:734px) {
  .image-liquid_retina_display {
    width: 271px;
    height: 325px;
    background-size: 271px 325px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/52/e4/54a48e45430684ff8f0106bc28f9/liquid-retina-display-small.png?7fca68b84340);
  }
}

@media only screen and (max-width:734px) {
  .image-hero_logo {
    width: 225px;
    height: 40px;
    background-size: 225px 40px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/de/09/05227cb746fb9116bd91502cd8c4/hero-logo-small.png?7fca7d71d170);
  }
}

@media only screen and (max-width:734px) {
  .image-flex_applecare {
    width: 234px;
    height: 200px;
    background-size: 234px 200px;
    background-repeat: no-repeat;
    background-image: url(../images/flex_applecare_small.png?7fca7d76f640);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_gen08_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b9/fe/383de5b04b4997b43c637db3b31b/ipad-gen08-wifi-space-grey-small.png?7fca9a252150);
  }
}

@media only screen and (max-width:734px) {
  .image-apple_pencil_pro {
    width: 320px;
    height: 285px;
    background-size: 320px 285px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ae/44/f77c102642fa863c7452fe6959b9/apple-pencil-pro-small.png?7fca9a22a800);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_mini_gen06_wifi_starlight {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/24/d3/bfd209ec44f19bf95da674832a69/ipad-mini-gen06-wifi-starlight-small.png?7fca9cc8d3f0);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_gen10_wifi_magenta {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/27/b9/002470864905a8ac7ccb69fcb122/ipad-gen10-wifi-magenta-small.png?7fca9ac868d0);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_mini_gen04_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3c/f1/4dd7ad4541b686a08297af50bc14/ipad-mini-gen04-wifi-space-grey-small.png?7fca99c2bf00);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_pro_11_gen04_wifi_silver {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f7/2a/c0a80b094767a440087d6ba94876/ipad-pro-11-gen04-wifi-silver-small.png?7fca6ac5bb20);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_mini_A17Pro_wifi_starlight {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1d/e8/03e0c205431eaf53d29ef8a3b6fb/ipad-mini-a17pro-wifi-starlight-small-2x.png?7fca9cc80300);
  }
}

@media only screen and (max-width:734px) {
  .image-colors {
    width: 278px;
    height: 359px;
    background-size: 278px 359px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8c/f6/af7b26554ecf8b1ba8ec4b27744f/colors-small.png?7fca2b0514a0);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_gen06_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e3/a5/95d7e4c64f8f8e7234a92bd0d095/ipad-gen06-wifi-space-grey-small.png?7fca2a835e60);
  }
}

@media only screen and (max-width:734px) {
  .image-apps {
    width: 320px;
    height: 361px;
    background-size: 320px 361px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/11/c8/e42bace7483aae533855790f820b/apps-small.png?7fca4ef38e70);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_mini_gen05_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b2/3c/5688f1b1406d855e2fd66e0d2bc7/ipad-mini-gen05-wifi-space-grey-small.png?7fca2b36e030);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_pro_11_gen01_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a3/98/6375e51c48c0a2ece5e67f309a1f/ipad-pro-11-gen01-wifi-space-grey-small.png?7fca2af480e0);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_air_gen05_wifi_purple {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ce/bc/2104a63b43e0a9bad5fc98850bf5/ipad-air-gen05-wifi-purple-small.png?7fca1f7570e0);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_gen07_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/9f/a1/376dc0f3407488003136b5e781d9/ipad-gen07-wifi-space-grey-small.png?7fca7cd41b30);
  }
}

@media only screen and (max-width:734px) {
  .image-wifi_super {
    width: 57px;
    height: 43px;
    background-size: 57px 43px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/20/98/d0a9ec054a049bad486ab10b67a0/wifi-super-small.png?7fca68b0bd20);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_pro_12_9_gen02_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/9e/b6/193ef37b4401a72625e364aaba92/ipad-pro-12-9-gen02-wifi-space-grey-small.png?7fca4e21e550);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_air_13_gen06_wifi_purple {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/34/83/33a18c6844a4988dc2f59a173d6b/ipad-air-13-gen06-wifi-purple-small.png?7fca297fc750);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_pro_12_9_gen01_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b7/85/445a1da94d8b89f601a7fb05e469/ipad-pro-12-9-gen01-wifi-space-grey-small.png?7fca29e2dc70);
  }
}

@media only screen and (max-width:734px) {
  .image-flex_chicklet_applecare {
    width: 57px;
    height: 57px;
    background-size: 57px 57px;
    background-repeat: no-repeat;
    background-image: url(../images/flex_chicklet_applecare_small.png?7fca29ecfb00);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_pro_11_gen06_wifi_blue {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a8/dc/57eaf35e4fd699e03ef33b35b680/ipad-pro-11-gen06-wifi-blue-small.png?7fca1f735620);
  }
}

@media only screen and (max-width:734px) {
  .image-battery_100percent_super {
    width: 65px;
    height: 33px;
    background-size: 65px 33px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e9/b2/b96e9ed449b2ac54bb9fd363c406/battery-100percent-super-small.png?7fca9a98c650);
  }
}

@media only screen and (max-width:734px) {
  .image-flex_hand_draw_elevated {
    width: 43px;
    height: 39px;
    background-size: 43px 39px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/db/9e/8f712953482489957acd2ce83dcc/flex-hand-draw-elevated-small.png?7fca6a7f4710);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_gen05_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3e/9d/aa4a0d9d4b03ab53dcc809f84da1/ipad-gen05-wifi-space-grey-small.png?7fca7cdb06d0);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_air_gen03_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/60/1e/1b0c84e5405088df3d2e1ddc1c44/ipad-air-gen03-wifi-space-grey-small.png?7fca4a9d7120);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_pro_9_7_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c9/37/00f2ecb346be9248bc1956f94ae4/ipad-pro-9-7-wifi-space-grey-small.png?7fca9aac8ee0);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_pro_11_gen05_wifi_silver {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/bd/e1/356241f6458986c436ce902292cb/ipad-pro-11-gen05-wifi-silver-small.png?7fca2b3ada50);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_pro_11_gen03_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/2f/68/d24644fc40d98de64675c3bcf80e/ipad-pro-11-gen03-wifi-space-grey-small.png?7fca2b07daf0);
  }
}

@media only screen and (max-width:734px) {
  .image-check_d0112b_34_R {
    width: 15px;
    height: 14px;
    background-size: 15px 14px;
    background-repeat: no-repeat;
    background-image: url(../images/check_d0112b_34_R_small.png?7fca7ddccec0);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_pro_12_9_gen04_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/79/bd/e2a789e243538a4659826224dfdb/ipad-pro-12-9-gen04-wifi-space-grey-small.png?7fca4ce59b90);
  }
}

@media only screen and (max-width:734px) {
  .image-ipad_air_gen04_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/6d/0f/b7e3e36f4fce9ceb428e892ab57d/ipad-air-gen04-wifi-space-grey-small.png?7fca2f9fd420);
  }
}

@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-ipad_mini_gen06_wifi_starlight {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/05/42/5db4f21240a8baac8e3c35bc68fd/ipad-mini-gen06-wifi-starlight-small-2x.png?7fca7caca150);
  }
}

@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-ipad_air_gen03_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c8/96/2268965b4a4f9995491ea3f44db7/ipad-air-gen03-wifi-space-grey-small-2x.png?7fca49f6eed0);
  }
}

@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-camera {
    width: 274px;
    height: 164px;
    background-size: 274px 164px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/68/43/0cd1e0304b568eecb88b51eefd1d/camera-small-2x.png?7fca4e4239a0);
  }
}

@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_hand_draw_elevated {
    width: 43px;
    height: 39px;
    background-size: 43px 39px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8f/8e/a61fdb9a4e27aeb8674a0a6211ea/flex-hand-draw-elevated-small-2x.png?7fca4a8ef6e0);
  }
}

@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-ipad_air_gen01_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/43/3a/768750554aa8b8b193b1925119dc/ipad-air-gen01-wifi-space-grey-small-2x.png?7fca99c58110);
  }
}

@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-check_d0112b_34_R {
    width: 15px;
    height: 14px;
    background-size: 15px 14px;
    background-repeat: no-repeat;
    background-image: url(../images/check_d0112b_34_R_small_2x.png?7fca7dd2e130);
  }
}

@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-ipad_pro_12_9_gen02_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/23/6c/77322cdd45b18522f470b67a963e/ipad-pro-12-9-gen02-wifi-space-grey-small-2x.png?7fca49687350);
  }
}

@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-ipad_air_gen04_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/19/ea/b64c52e849ab8d82878f57b4f331/ipad-air-gen04-wifi-space-grey-small-2x.png?7fca7acb1d60);
  }
}

@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-ipad_gen06_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/93/ce/68d5b3cf468aac49cab28e463083/ipad-gen06-wifi-space-grey-small-2x.png?7fca2a88a460);
  }
}

@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-ipad_pro_10_5_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d4/a2/cfd0acda4ebf86a116b50217a60c/ipad-pro-10-5-wifi-space-grey-small-2x.png?7fca496cf560);
  }
}

@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-ipad_pro_12_9_gen06_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f2/fe/de5584ba484885683fad5eba9ec5/ipad-pro-12-9-gen06-wifi-space-grey-small-2x.png?7fca4ce71290);
  }
}

@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-ipad_gen10_wifi_magenta {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/2b/2b/d997b0f540048273e22fb88ab99d/ipad-gen10-wifi-magenta-small-2x.png?7fca487bb580);
  }
}

@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: 368px;
    height: 397px;
    background-size: 368px 397px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/17/cd/dbdc9656463f8cf505cb286a63be/hero-small-2x.png?7fca9acbc7b0);
  }
}

@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-ipad_air_13_gen06_wifi_purple {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/19/1f/5c048016496c8132d350fd7179fd/ipad-air-13-gen06-wifi-purple-small-2x.png?7fca2b33f0b0);
  }
}

@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-ai {
    width: 279px;
    height: 221px;
    background-size: 279px 221px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/49/de/53e94e2449809ac1df3908f9c44b/ai-small-2x.png?7fca4ce133a0);
  }
}

@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_pencil_pro {
    width: 320px;
    height: 285px;
    background-size: 320px 285px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b4/b9/36b25e4d4001a833c4b009e4467e/apple-pencil-pro-small-2x.png?7fca2b637d30);
  }
}

@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: 225px;
    height: 40px;
    background-size: 225px 40px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/83/f1/7effb1934dbc8f3ae43cadd43f4a/hero-logo-small-2x.png?7fca99858b50);
  }
}

@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-liquid_retina_display {
    width: 271px;
    height: 325px;
    background-size: 271px 325px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/61/7a/a449ffcc45c7a7273a21fa75865b/liquid-retina-display-small-2x.png?7fca7d798a10);
  }
}

@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_applecare {
    width: 234px;
    height: 200px;
    background-size: 234px 200px;
    background-repeat: no-repeat;
    background-image: url(../images/flex_applecare_small_2x.png?7fca99831630);
  }
}

@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-ipad_pro_12_9_gen05_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/26/f5/a987b0b3447b9ea6c4b0af888abd/ipad-pro-12-9-gen05-wifi-space-grey-small-2x.png?7fca9ccfd660);
  }
}

@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-ipad_pro_11_gen03_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/81/79/fe98e985468a8b3ccb8df79c740c/ipad-pro-11-gen03-wifi-space-grey-small-2x.png?7fca2b0f0780);
  }
}

@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_accessories {
    width: 314px;
    height: 309px;
    background-size: 314px 309px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/05/9c/0ae059114632b71426ec71bdfe6f/flex-accessories-small-2x.png?7fca9a920880);
  }
}

@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-ipad_pro_11_gen01_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/6c/9e/d5e827044ceba323e9cdb901d88b/ipad-pro-11-gen01-wifi-space-grey-small-2x.png?7fca9a2ba0f0);
  }
}

@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-ipad_gen08_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b6/ca/feb076a741c19067266d6b220924/ipad-gen08-wifi-space-grey-small-2x.png?7fca7d755580);
  }
}

@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-ipad_gen07_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/32/36/d4a3a5864082978ba941bfbf45f5/ipad-gen07-wifi-space-grey-small-2x.png?7fca9ac5dd20);
  }
}

@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-ipad_mini_gen05_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/20/38/39bd187941e581f505b8418099b0/ipad-mini-gen05-wifi-space-grey-small-2x.png?7fca2b367d90);
  }
}

@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-apps {
    width: 320px;
    height: 361px;
    background-size: 320px 361px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8f/4a/71d7d82d4684bd067a56b0ccf8e5/apps-small-2x.png?7fca6e3557a0);
  }
}

@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-ipad_pro_12_9_gen04_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/6a/cb/b8b1265a4769be6da829eb762c59/ipad-pro-12-9-gen04-wifi-space-grey-small-2x.png?7fca4ce63530);
  }
}

@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-wifi_super {
    width: 57px;
    height: 43px;
    background-size: 57px 43px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/40/49/59783bd24e15bccd7073ecc15c61/wifi-super-small-2x.png?7fca68b4acc0);
  }
}

@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-ipad_gen05_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/6c/1b/f9fe33ab423589e771e58cde37ef/ipad-gen05-wifi-space-grey-small-2x.png?7fca7cdf7980);
  }
}

@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-a17_pro_chip {
    width: 320px;
    height: 288px;
    background-size: 320px 288px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fe/65/8518cfd64ba0a08fd11812e55b99/a17-pro-chip-small-2x.png?7fca9b3acef0);
  }
}

@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-battery_100percent_super {
    width: 65px;
    height: 33px;
    background-size: 65px 33px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/34/93/e445d56f4c6eb62674cc5eb2e80a/battery-100percent-super-small-2x.png?7fca29656b50);
  }
}

@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-ipad_pro_9_7_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/06/75/e8f9b57f4104830f0d385d162b81/ipad-pro-9-7-wifi-space-grey-small-2x.png?7fca9cc4dab0);
  }
}

@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_ipad_in_hand_elevated {
    width: 45px;
    height: 40px;
    background-size: 45px 40px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/72/aa/173bf228423f8afec796702a454e/flex-ipad-in-hand-elevated-small-2x.png?7fca48f042b0);
  }
}

@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-ipad_air_gen02_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/9f/ca/ca29f4e34263b5b32f8e6291086b/ipad-air-gen02-wifi-space-grey-small-2x.png?7fca996dab90);
  }
}

@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-ipad_mini_gen03_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ad/2a/0f9dcc774fe0b412f3bb50166449/ipad-mini-gen03-wifi-space-grey-small-2x.png?7fcabb7a6ff0);
  }
}

@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-ipad_pro_11_gen06_wifi_blue {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f9/eb/a6c007564b0f95153fd603b85976/ipad-pro-11-gen06-wifi-blue-small-2x.png?7fca1f738740);
  }
}

@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-ipad_pro_12_9_gen03_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/0c/fc/a40ee5d141fba5a9074790bf1b9b/ipad-pro-12-9-gen03-wifi-space-grey-small-2x.png?7fca6a941ec0);
  }
}

@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-ipad_pro_12_9_gen01_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/33/83/5cb40408404eb43a295287c61a32/ipad-pro-12-9-gen01-wifi-space-grey-small-2x.png?7fca2afb36e0);
  }
}

@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-ipad_air_gen05_wifi_purple {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/cf/ce/be8b8ba2475fb7b34cf5034ef08e/ipad-air-gen05-wifi-purple-small-2x.png?7fca2afddd90);
  }
}

@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_chicklet_applecare {
    width: 57px;
    height: 57px;
    background-size: 57px 57px;
    background-repeat: no-repeat;
    background-image: url(../images/flex_chicklet_applecare_small_2x.png?7fca7d7812a0);
  }
}

@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-ipad_mini_A17Pro_wifi_starlight {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1d/e8/03e0c205431eaf53d29ef8a3b6fb/ipad-mini-a17pro-wifi-starlight-small-2x.png?7fca99899b80);
  }
}

@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-ipad_mini_gen02_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/af/8a/fe954d5d44ddac171169d19bf045/ipad-mini-gen02-wifi-space-grey-small-2x.png?7fcabb735040);
  }
}

@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-ipad_gen09_wifi_sliver {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1f/b3/792cc01c4493a316cea0a39818f5/ipad-gen09-wifi-sliver-small-2x.png?7fca2b6594b0);
  }
}

@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_magickeyboard_ipad_applepencil_elevated {
    width: 57px;
    height: 43px;
    background-size: 57px 43px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e1/de/c0f2fe034329b119faeeaee2261d/flex-magickeyboard-ipad-applepencil-elevated-small-2x.png?7fca2a829210);
  }
}

@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-ipad_mini_gen04_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/05/00/819b18d04a15ba82935b60456e39/ipad-mini-gen04-wifi-space-grey-small-2x.png?7fca2af89bc0);
  }
}

@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_cpu_elevated {
    width: 42px;
    height: 42px;
    background-size: 42px 42px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1a/6e/0c1f0b2046238397bea0a0e4b0ac/flex-cpu-elevated-small-2x.png?7fca7d76f1d0);
  }
}

@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-colors {
    width: 278px;
    height: 359px;
    background-size: 278px 359px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f5/6d/83a0739c47db85a3644b7350c47d/colors-small-2x.png?7fcabb757cd0);
  }
}

@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-ipad_pro_11_gen05_wifi_silver {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/bf/4c/5032e9ab445cac6f131069ec8296/ipad-pro-11-gen05-wifi-silver-small-2x.png?7fca2b39edb0);
  }
}

@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-ipad_pro_11_gen04_wifi_silver {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/11/92/9a0d5f384a0e982e5a83521aa109/ipad-pro-11-gen04-wifi-silver-small-2x.png?7fca68b2a060);
  }
}

@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-ipad_pro_11_gen02_wifi_space_grey {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/9e/17/5e65ec844e1bac4adbb6d924ad9c/ipad-pro-11-gen02-wifi-space-grey-small-2x.png?7fca7cd1be10);
  }
}

@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-ipad_pro_13_gen07_wifi_space_black {
    width: 110px;
    height: 130px;
    background-size: 110px 130px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8e/e3/c6e227a946bab260f2abebe5e2ab/ipad-pro-13-gen07-wifi-space-black-small-2x.png?7fca68b6bac0);
  }
}

.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: 64px;
    line-height: 68px;
    letter-spacing: -0.009rem;
  }
}

@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-24-intro-elevated {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.009rem;
  font-weight: 400;
}

@media only screen and (max-width: 1068px) {
  .channel-html .channel-custom-font-custom-24-intro-elevated {
    font-size: 21px;
    line-height: 29px;
    letter-spacing: 0.011rem;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .channel-custom-font-custom-24-intro-elevated {
    font-size: 19px;
    line-height: 27px;
    letter-spacing: 0.012rem;
  }
}

.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.012rem;
  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.022rem;
  }
}

.channel-html .channel-custom-font-custom-19--module-copy {
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0.012rem;
  font-weight: 400;
}

@media only screen and (max-width: 1068px) {
  .channel-html .channel-custom-font-custom-19--module-copy {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.022rem;
  }
}

.channel-html .channel-custom-font-custom-40-headline-reduced {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.024rem;
  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.032rem;
  }
}

@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.004rem;
  }
}

.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: 24px;
    line-height: 28px;
    letter-spacing: 0.009rem;
  }
}

.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: 17px;
    line-height: 21px;
    letter-spacing: -0.022rem;
  }
}

.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-subhead {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.022rem;
  font-weight: 500;
}

@media only screen and (max-width: 1068px) {
  .channel-html .channel-custom-font-custom-17-body-reduced-flex-subhead {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.016rem;
  }
}

.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.004rem;
  font-weight: 400;
}

.channel-html .channel-custom-font-custom-12-sosumi-subhead {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01rem;
  font-weight: 500;
}

.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-17-body-reduced-flex-iPad-only {
  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-flex-iPad-only {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.016rem;
  }
}

.channel-html .channel-custom-font-Custom-28-bento-copy {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.006rem;
  font-weight: 600;
}

@media only screen and (max-width: 1068px) {
  .channel-html .channel-custom-font-Custom-28-bento-copy {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.01rem;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .channel-custom-font-Custom-28-bento-copy {
    font-size: 19px;
    line-height: 22px;
    letter-spacing: -0.016rem;
  }
}

.channel-html .channel-custom-font-custom-40-callouts {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0rem;
  font-weight: 600;
}

@media only screen and (max-width: 734px) {
  .channel-html .channel-custom-font-custom-40-callouts {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.004rem;
  }
}

.channel-html .channel-custom-font-Custom-17-disclaimer {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: -0.016rem;
  font-weight: 600;
}

@media only screen and (max-width: 1068px) {
  .channel-html .channel-custom-font-Custom-17-disclaimer {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.012rem;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .channel-custom-font-Custom-17-disclaimer {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.012rem;
  }
}

.channel-html .channel-custom-font-custom-40-headline {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.026rem;
  font-weight: 500;
}

@media only screen and (max-width: 1068px) {
  .channel-html .channel-custom-font-custom-40-headline {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.032rem;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .channel-custom-font-custom-40-headline {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.006rem;
  }
}

.channel-html .c83D483 {
  margin-top: 114px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .c83D483 {
    margin-top: 115px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .c83D483 {
    margin-top: 71px;
  }
}

.channel-html .f450A97 {
  text-align: center;
}

.channel-html .lF69C13 {
  justify-content: center;
}

.channel-html .k483AA0 {
  margin-bottom: 21px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .k483AA0 {
    margin-bottom: 11px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .k483AA0 {
    margin-bottom: 10px;
  }
}

.channel-html .lB629A7 {
  color: #1d1d1f;
  margin-bottom: 40px;
  padding-bottom: 6px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .lB629A7 {
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .lB629A7 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .lB629A7 {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .lB629A7 {
    padding-right: 0px;
  }
}

.channel-html .lB629A7 {
  background: linear-gradient(90deg, #0090F7 33%, #BA62FC 43%, #F2416B 62%, #F55600 72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.channel-html .lB629A7 [data-no-gradient] {
  background: none;
  -webkit-text-fill-color: #1d1d1f;
}

.channel-html .lB629A7 * {
  background: inherit;
}

.channel-html .f0394DD {
  color: #1d1d1f;
}

@media only screen and (max-width: 734px) {
  .channel-html .f0394DD {
    margin-bottom: 35px;
  }
}

.channel-html .f0394DD {
  background: linear-gradient(90deg, #0090F7 20%, #BA62FC 38%, #F2416B 73%, #F55600 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.channel-html .f0394DD [data-no-gradient] {
  background: none;
  -webkit-text-fill-color: #1d1d1f;
}

.channel-html .f0394DD * {
  background: inherit;
}

.channel-html .o2B48B9 {
  color: #1d1d1f;
  margin-top: 0px;
  margin-bottom: 44px;
  padding-left: 90px;
  padding-right: 90px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .o2B48B9 {
    margin-bottom: 31px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .o2B48B9 {
    margin-bottom: 38px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .o2B48B9 {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .o2B48B9 {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .o2B48B9 {
    padding-right: 60px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .o2B48B9 {
    padding-right: 20px;
  }
}

.channel-html .e61AE9B {
  color: #1d1d1f;
  margin-top: 0px;
  margin-bottom: 36px;
  padding-left: 164px;
  padding-right: 164px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .e61AE9B {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .e61AE9B {
    margin-bottom: 29px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .e61AE9B {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .e61AE9B {
    padding-right: 0px;
  }
}

.channel-html .eC23BE7 {
  margin-bottom: 39px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .eC23BE7 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .eC23BE7 {
    margin-bottom: 31px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .eC23BE7 {
    margin-bottom: 33px;
  }
}

.channel-html .s2F03A4 {
  color: #1d1d1f;
  background: #ffffff;
  border: solid 1px #1d1d1f;
}

.channel-html .s2F03A4:hover {
  color: #f5f5f7;
  background: #1d1d1f;
}

.channel-html .f9821A2 {
  margin-left: 0px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .f9821A2 {
    margin-left: -1px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .f9821A2 {
    margin-left: 6px;
  }
}

.channel-html .wCB86CC {
  background-color: #f5f5f7;
}

.channel-html .m93C3BD {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .m93C3BD {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .m93C3BD {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .m93C3BD {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .m93C3BD {
    margin-bottom: 53px;
  }
}

.channel-html .fAFDC3D {
  margin-left: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.channel-html .w3393B5 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
  .channel-html .w3393B5 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w3393B5 {
    margin-right: 0px;
  }
}

.channel-html .h8F176E {
  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 .h8F176E {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .h8F176E {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .h8F176E {
    grid-template-columns: repeat(1, 692px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .h8F176E {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .h8F176E .bentobox-item {
  border-radius: 18px;
}

.channel-html .z0F6BE2 {
  background-color: #ffffff;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .z0F6BE2:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .q0D7B88 {
  min-height: 580px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .q0D7B88 {
    min-height: 500px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .q0D7B88 {
    min-height: 500px;
  }
}

.channel-html .w412319 {
  padding-top: 45px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  z-index: 12;
}

@media only screen and (max-width: 1068px) {
  .channel-html .w412319 {
    padding-top: 34px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w412319 {
    padding-top: 43px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .w412319 {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w412319 {
    padding-left: 25px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w412319 {
    padding-bottom: 7px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .w412319 {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w412319 {
    padding-right: 24px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w412319 {
    text-align: left;
  }
}

.channel-html .hCAF750 {
  color: #86868b;
  margin-bottom: 22px;
  padding-left: 96px;
  padding-right: 96px;
}

@media only screen and (max-width: 734px) {
  .channel-html .hCAF750 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .hCAF750 {
    margin-bottom: 19px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .hCAF750 {
    margin-bottom: 11px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .hCAF750 {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .hCAF750 {
    padding-left: 17px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .hCAF750 {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .hCAF750 {
    padding-right: 38px;
  }
}

.channel-html .z7A36E7 {
  color: #86868b;
  margin-bottom: 22px;
  padding-left: 96px;
  padding-right: 96px;
}

@media only screen and (max-width: 734px) {
  .channel-html .z7A36E7 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .z7A36E7 {
    margin-bottom: 19px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .z7A36E7 {
    margin-bottom: 11px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .z7A36E7 {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .z7A36E7 {
    padding-left: 17px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .z7A36E7 {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .z7A36E7 {
    padding-right: 38px;
  }
}

.channel-html .i8C19AC {
  color: #6e6e73;
  margin-bottom: 44px;
  padding-left: 160px;
  padding-right: 160px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .i8C19AC {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .i8C19AC {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .i8C19AC {
    margin-bottom: 21px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .i8C19AC {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .i8C19AC {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .i8C19AC {
    padding-left: 17px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .i8C19AC {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .i8C19AC {
    padding-right: 0px;
  }
}

.channel-html .z9409FD {
  margin-top: 0px;
  margin-left: 112px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .z9409FD {
    margin-left: 89px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .z9409FD {
    margin-left: 15px;
  }
}

.channel-html .c038294 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 734px) {
  .channel-html .c038294 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .c038294 {
    margin-right: 0px;
  }
}

.channel-html .a2F1337 {
  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 .a2F1337 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .a2F1337 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .a2F1337 {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .a2F1337 {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .a2F1337 .bentobox-item {
  border-radius: 18px;
  overflow: hidden;
}

.channel-html .u4C6C43 {
  background-color: #ffffff;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .u4C6C43:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .p9DF37F {
  min-height: 580px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .p9DF37F {
    min-height: 500px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .p9DF37F {
    min-height: 500px;
  }
}

.channel-html .u74CA85 {
  text-align: left;
}

.channel-html .k2DC7BC {
  color: #86868b;
  margin-top: 44px;
  margin-left: 39px;
  margin-bottom: 92px;
  margin-right: 40px;
  padding-right: 8px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .k2DC7BC {
    margin-top: 33px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .k2DC7BC {
    margin-top: 42px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .k2DC7BC {
    margin-left: 34px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .k2DC7BC {
    margin-left: 42px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .k2DC7BC {
    margin-bottom: 37px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .k2DC7BC {
    margin-bottom: 68px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .k2DC7BC {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .k2DC7BC {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .k2DC7BC {
    padding-right: 0px;
  }
}

.channel-html .n85F5E1 {
  margin-top: 0px;
  margin-left: 1px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .n85F5E1 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .n85F5E1 {
    margin-left: 0px;
  }
}

.channel-html .xF31D41 {
  margin-top: 10px;
  margin-left: 10px;
}

@media only screen and (max-width: 734px) {
  .channel-html .xF31D41 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .xF31D41 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .xF31D41 {
    margin-right: 0px;
  }
}

.channel-html .d7A3573 {
  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 .d7A3573 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .d7A3573 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .d7A3573 {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .d7A3573 {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .d7A3573 .bentobox-item {
  border-radius: 18px;
  overflow: hidden;
}

.channel-html .n31BC96 {
  background-color: #ffffff;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .n31BC96:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .iB93839 {
  min-height: 580px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .iB93839 {
    min-height: 500px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .iB93839 {
    min-height: 500px;
  }
}

.channel-html .qB3CC33 {
  text-align: left;
}

.channel-html .z69B949 {
  color: #86868b;
  margin-top: 44px;
  margin-left: 39px;
  margin-bottom: 126px;
  margin-right: 40px;
  padding-right: 80px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .z69B949 {
    margin-top: 34px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .z69B949 {
    margin-top: 42px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .z69B949 {
    margin-left: 26px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .z69B949 {
    margin-left: 39px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .z69B949 {
    margin-bottom: 96px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .z69B949 {
    margin-bottom: 77px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .z69B949 {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .z69B949 {
    margin-right: 42px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .z69B949 {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .z69B949 {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .z69B949 {
    padding-right: 24px;
  }
}

.channel-html .n3E5573 {
  margin-top: 0px;
  margin-left: 40px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .n3E5573 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .n3E5573 {
    margin-left: 34px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .n3E5573 {
    margin-left: 42px;
  }
}

.channel-html .dC93BEA {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 734px) {
  .channel-html .dC93BEA {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .dC93BEA {
    margin-right: 0px;
  }
}

.channel-html .fA69776 {
  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 .fA69776 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .fA69776 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .fA69776 {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .fA69776 {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .fA69776 .bentobox-item {
  border-radius: 18px;
  overflow: hidden;
}

.channel-html .uA978C1 {
  background-color: #ffffff;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .uA978C1:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .p5A5E20 {
  min-height: 580px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .p5A5E20 {
    min-height: 500px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .p5A5E20 {
    min-height: 500px;
  }
}

.channel-html .h36C03C {
  text-align: left;
}

.channel-html .uCDAE98 {
  color: #86868b;
  margin-top: 44px;
  margin-left: 39px;
  margin-bottom: 63px;
  margin-right: 40px;
  padding-right: 90px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .uCDAE98 {
    margin-top: 33px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .uCDAE98 {
    margin-top: 42px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .uCDAE98 {
    margin-left: 33px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .uCDAE98 {
    margin-left: 42px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .uCDAE98 {
    margin-bottom: 66px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .uCDAE98 {
    margin-bottom: 82px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .uCDAE98 {
    margin-right: 21px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .uCDAE98 {
    margin-right: 42px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .uCDAE98 {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .uCDAE98 {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .uCDAE98 {
    padding-right: 12px;
  }
}

.channel-html .r640976 {
  margin-top: 0px;
}

.channel-html .g20DE78 {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
  .channel-html .g20DE78 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .g20DE78 {
    margin-right: 0px;
  }
}

.channel-html .rB48F40 {
  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 .rB48F40 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .rB48F40 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .rB48F40 {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .rB48F40 {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .rB48F40 .bentobox-item {
  border-radius: 18px;
  overflow: hidden;
}

.channel-html .fC19CD5 {
  background-color: #ffffff;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .fC19CD5:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .j4142F7 {
  min-height: 580px;
  align-items: center;
}

@media only screen and (max-width: 1068px) {
  .channel-html .j4142F7 {
    min-height: 500px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .j4142F7 {
    min-height: 500px;
  }
}

.channel-html .gDB5517 {
  margin-top: 74px;
  margin-left: 41px;
  margin-bottom: 107px;
  margin-right: 42px;
  padding-top: 38px;
  text-align: left;
}

@media only screen and (max-width: 1068px) {
  .channel-html .gDB5517 {
    margin-top: 77px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .gDB5517 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .gDB5517 {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .gDB5517 {
    margin-left: 42px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .gDB5517 {
    margin-bottom: 81px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .gDB5517 {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .gDB5517 {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .gDB5517 {
    padding-top: 5px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .gDB5517 {
    padding-top: 6px;
  }
}

.channel-html .z82EEED {
  margin-left: -1px;
  margin-bottom: 7px;
}

.channel-html .n843522 {
  margin-left: -2px;
}

@media only screen and (max-width: 734px) {
  .channel-html .n843522 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .n843522 {
    padding-right: 14px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .n843522 {
    padding-right: 0px;
  }
}

.channel-html .n843522 {
  background: linear-gradient(90deg, #5FA300 15%, #00AA32 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.channel-html .n843522 [data-no-gradient] {
  background: none;
  -webkit-text-fill-color: #1d1d1f;
}

.channel-html .n843522 * {
  background: inherit;
}

.channel-html .g79AED2 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 734px) {
  .channel-html .g79AED2 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .g79AED2 {
    margin-right: 0px;
  }
}

.channel-html .p55DEBF {
  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 .p55DEBF {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .p55DEBF {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .p55DEBF {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .p55DEBF {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .p55DEBF .bentobox-item {
  border-radius: 18px;
  overflow: hidden;
}

.channel-html .k8BB6F8 {
  background-color: #ffffff;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .k8BB6F8:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .j3CA426 {
  min-height: 580px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .j3CA426 {
    min-height: 500px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .j3CA426 {
    min-height: 500px;
  }
}

.channel-html .e048758 {
  margin-bottom: 46px;
  text-align: left;
}

@media only screen and (max-width: 1068px) {
  .channel-html .e048758 {
    margin-bottom: 69px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .e048758 {
    margin-bottom: 0px;
  }
}

.channel-html .r2B8CC9 {
  color: #86868b;
  margin-top: 36px;
  margin-left: 39px;
  margin-bottom: 1px;
  margin-right: 40px;
  padding-right: 108px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .r2B8CC9 {
    margin-top: 34px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .r2B8CC9 {
    margin-top: 42px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .r2B8CC9 {
    margin-left: 33px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .r2B8CC9 {
    margin-left: 42px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .r2B8CC9 {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .r2B8CC9 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .r2B8CC9 {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .r2B8CC9 {
    margin-right: 42px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .r2B8CC9 {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .r2B8CC9 {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .r2B8CC9 {
    padding-right: 46px;
  }
}

.channel-html .z74F74C {
  margin-top: -4px;
}

.channel-html .v35EBA2 {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
  .channel-html .v35EBA2 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .v35EBA2 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .v35EBA2 {
    margin-right: 0px;
  }
}

.channel-html .z40C1B7 {
  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 .z40C1B7 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .z40C1B7 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .z40C1B7 {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .z40C1B7 {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .z40C1B7 .bentobox-item {
  border-radius: 18px;
  overflow: hidden;
}

.channel-html .g8A9513 {
  background-color: #ffffff;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .g8A9513:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .nE79AC0 {
  min-height: 580px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .nE79AC0 {
    min-height: 420px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .nE79AC0 {
    min-height: 500px;
  }
}

.channel-html .m4012B4 {
  text-align: left;
}

@media only screen and (max-width: 1068px) {
  .channel-html .m4012B4 {
    text-align: left;
  }
}

.channel-html .f88A19C {
  margin-top: 0px;
}

.channel-html .w493A5E {
  color: #86868b;
  margin-top: 7px;
  margin-left: 39px;
  margin-bottom: 30px;
  margin-right: 36px;
  padding-right: 20px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .w493A5E {
    margin-top: 9px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w493A5E {
    margin-top: 61px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .w493A5E {
    margin-left: 34px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w493A5E {
    margin-left: 41px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .w493A5E {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w493A5E {
    margin-bottom: 46px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .w493A5E {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w493A5E {
    margin-right: 42px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w493A5E {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .w493A5E {
    padding-right: 80px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w493A5E {
    padding-right: 0px;
  }
}

.channel-html .a650FC5 {
  margin-top: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 734px) {
  .channel-html .a650FC5 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .a650FC5 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .a650FC5 {
    margin-right: 0px;
  }
}

.channel-html .f504094 {
  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 .f504094 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .f504094 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .f504094 {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .f504094 {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .f504094 .bentobox-item {
  border-radius: 18px;
  overflow: hidden;
}

.channel-html .n04D8A6 {
  background-color: #ffffff;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .n04D8A6:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .aD830A3 {
  min-height: 580px;
  align-items: center;
}

@media only screen and (max-width: 1068px) {
  .channel-html .aD830A3 {
    min-height: 500px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .aD830A3 {
    min-height: 500px;
  }
}

.channel-html .t44D6C2 {
  margin-top: 145px;
  margin-left: 40px;
  margin-bottom: 135px;
  margin-right: 40px;
  text-align: left;
}

@media only screen and (max-width: 1068px) {
  .channel-html .t44D6C2 {
    margin-top: 133px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .t44D6C2 {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .t44D6C2 {
    margin-left: 47px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .t44D6C2 {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .t44D6C2 {
    margin-bottom: 127px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .t44D6C2 {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .t44D6C2 {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .t44D6C2 {
    padding-right: 27px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .t44D6C2 {
    padding-right: 0px;
  }
}

.channel-html .t5880F4 {
  margin-left: 2px;
  margin-bottom: 6px;
}

@media only screen and (max-width: 734px) {
  .channel-html .t5880F4 {
    margin-bottom: 8px;
  }
}

.channel-html .r7598C2 {
  padding-left: 1px;
  padding-right: 1px;
}

@media only screen and (max-width: 734px) {
  .channel-html .r7598C2 {
    margin-left: 2px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .r7598C2 {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .r7598C2 {
    padding-right: 1px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .r7598C2 {
    padding-right: 11px;
  }
}

.channel-html .r7598C2 {
  background: linear-gradient(90deg, #FF5765 18%, #CC25E4 56%, #7C00FF 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.channel-html .r7598C2 [data-no-gradient] {
  background: none;
  -webkit-text-fill-color: #1d1d1f;
}

.channel-html .r7598C2 * {
  background: inherit;
}

.channel-html .gCD6D26 {
  margin-top: 10px;
  margin-left: 10px;
}

@media only screen and (max-width: 734px) {
  .channel-html .gCD6D26 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .gCD6D26 {
    margin-right: 0px;
  }
}

.channel-html .hFB010D {
  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 .hFB010D {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .hFB010D {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .hFB010D {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .hFB010D {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .hFB010D .bentobox-item {
  border-radius: 18px;
  overflow: hidden;
}

.channel-html .bA6A961 {
  background-color: #ffffff;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .bA6A961:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .b899AA0 {
  min-height: 580px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .b899AA0 {
    min-height: 500px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .b899AA0 {
    min-height: 500px;
  }
}

.channel-html .h2F98FC {
  margin-top: 102px;
  margin-bottom: 74px;
  text-align: center;
}

@media only screen and (max-width: 1068px) {
  .channel-html .h2F98FC {
    margin-top: 77px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .h2F98FC {
    margin-bottom: 62px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .h2F98FC {
    text-align: left;
  }
}

.channel-html .l36A735 {
  margin-left: 16px;
  margin-bottom: 43px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .l36A735 {
    margin-left: 24px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .l36A735 {
    margin-bottom: 24px;
  }
}

.channel-html .o2A70C7 {
  color: #86868b;
  margin-left: 40px;
  margin-right: 40px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .o2A70C7 {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .o2A70C7 {
    margin-left: 34px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .o2A70C7 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .o2A70C7 {
    margin-right: 13px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .o2A70C7 {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .o2A70C7 {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .o2A70C7 {
    padding-right: 13px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .o2A70C7 {
    padding-right: 0px;
  }
}

.channel-html .w149595 {
  color: #86868b;
  margin-left: 40px;
  margin-right: 40px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .w149595 {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .w149595 {
    margin-left: 34px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w149595 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .w149595 {
    margin-right: 13px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .w149595 {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w149595 {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .w149595 {
    padding-right: 91px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w149595 {
    padding-right: 0px;
  }
}

.channel-html .n8706BC {
  text-align: center;
}

@media only screen and (max-width: 1068px) {
  .channel-html .n8706BC {
    margin-top: 76px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .n8706BC {
    margin-top: 42px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .n8706BC {
    margin-bottom: 46px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .n8706BC {
    text-align: left;
  }
}

.channel-html .y4F54DD {
  color: #86868b;
  margin-left: 40px;
  margin-right: 40px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .y4F54DD {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .y4F54DD {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .y4F54DD {
    margin-left: 29px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .y4F54DD {
    margin-left: 42px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .y4F54DD {
    margin-bottom: 116px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .y4F54DD {
    margin-right: 19px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .y4F54DD {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .y4F54DD {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .y4F54DD {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .y4F54DD {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .y4F54DD {
    padding-right: 8px;
  }
}

.channel-html .r9EFDBA {
  margin-left: 18px;
  margin-bottom: 26px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .r9EFDBA {
    margin-left: 22px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .r9EFDBA {
    margin-left: 28px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .r9EFDBA {
    margin-bottom: 17px;
  }
}

.channel-html .o4A9AFC {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  padding-top: 60px;
  padding-left: 44px;
  padding-bottom: 62px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .o4A9AFC {
    padding-top: 47px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .o4A9AFC {
    padding-top: 41px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .o4A9AFC {
    padding-left: 32px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .o4A9AFC {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .o4A9AFC {
    padding-bottom: 47px;
  }
}

.channel-html .o0DFB3F {
  margin-bottom: 36px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .o0DFB3F {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .o0DFB3F {
    margin-bottom: 33px;
  }
}

.channel-html .b54F81E {
  color: #1d1d1f;
}

.channel-html .z2BA57D {
  color: #1d1d1f;
  margin-top: 8px;
  margin-left: -1px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .z2BA57D {
    margin-top: 6px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .z2BA57D {
    margin-top: 4px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .z2BA57D {
    padding-right: 96px;
  }
}

.channel-html .yB1A8E8 {
  padding-right: 39px;
}

@media only screen and (max-width: 734px) {
  .channel-html .yB1A8E8 {
    margin-left: -1px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .yB1A8E8 {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .yB1A8E8 {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .yB1A8E8 {
    padding-right: 22px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .kE65BE0 {
    margin-left: -1px;
  }
}

.channel-html .p498D03 {
  color: #1d1d1f;
  margin-top: 16px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .p498D03 {
    margin-top: 15px;
  }
}

.channel-html .m2DD7A4 {
  color: #6e6e73;
  margin-top: 2px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .m2DD7A4 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .m2DD7A4 {
    padding-right: 5px;
  }
}

.channel-html .x68E3FB {
  margin-top: -2px;
  margin-left: -5px;
  padding-right: 62px;
}

@media only screen and (max-width: 734px) {
  .channel-html .x68E3FB {
    margin-left: -11px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .x68E3FB {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .x68E3FB {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .x68E3FB {
    padding-right: 16px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .mA4FE40 {
    margin-left: -1px;
  }
}

.channel-html .l1A198D {
  color: #1d1d1f;
  margin-top: 14px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .l1A198D {
    margin-top: 14px;
  }
}

.channel-html .f01D499 {
  color: #6e6e73;
  margin-top: 2px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .f01D499 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .f01D499 {
    padding-right: 15px;
  }
}

.channel-html .j42A131 {
  margin-left: -4px;
  padding-right: 44px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .j42A131 {
    margin-top: -1px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .j42A131 {
    margin-top: 48px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .j42A131 {
    margin-left: -1px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .j42A131 {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .j42A131 {
    padding-right: 21px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .j42A131 {
    padding-right: 25px;
  }
}

.channel-html .z58FF86 {
  margin-top: -1px;
}

@media only screen and (max-width: 734px) {
  .channel-html .z58FF86 {
    margin-left: -1px;
  }
}

.channel-html .h1A2DC2 {
  color: #1d1d1f;
  margin-top: 15px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .h1A2DC2 {
    margin-top: 15px;
  }
}

.channel-html .j16A565 {
  color: #6e6e73;
  margin-top: 2px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .j16A565 {
    margin-top: 0px;
  }
}

.channel-html .cC74973 {
  margin-top: -3px;
  margin-left: -5px;
  padding-right: 62px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .cC74973 {
    margin-top: -4px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .cC74973 {
    margin-top: 44px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .cC74973 {
    margin-left: -5px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .cC74973 {
    margin-left: -11px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .cC74973 {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .cC74973 {
    padding-right: 38px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .cC74973 {
    padding-right: 25px;
  }
}

.channel-html .f010C35 {
  color: #1d1d1f;
  margin-top: 14px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .f010C35 {
    margin-top: 14px;
  }
}

.channel-html .nE14F76 {
  color: #6e6e73;
  margin-top: 2px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .nE14F76 {
    margin-top: 0px;
  }
}

.channel-html .p829266 {
  align-items: center;
}

.channel-html .f8F57F7 {
  align-items: center;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  padding-top: 75px;
  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: 73.5px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .f8F57F7 {
    padding-top: 51px;
  }
}

@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 {
  padding-left: 44px;
  text-align: left;
}

@media only screen and (max-width: 1068px) {
  .channel-html .p8DE121 {
    padding-left: 33px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .p8DE121 {
    padding-left: 0px;
  }
}

.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: 5px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .rE46FD1 {
    padding-right: 133px;
  }
}

.channel-html .g737104 {
  margin-top: 41px;
  margin-bottom: 110px;
}

@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: 68px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .g737104 {
    margin-bottom: 50px;
  }
}

.k15FF73 {
  width: 100%;
  --columns: 3;
  --grid-column: 3;
  --static-enabled: false;
  --column-data: 1, 3, 5, 1, 3, 5, 3, 5;
  --column-header-empty-cell: &nbsp;
  --allowed-columns: 3, 3, 2;
}

.k15FF73 .compare-column-0 {
  display: flex;
  order: 1;
}

.k15FF73 .compare-column-1 {
  display: flex;
  order: 2;
}

.k15FF73 .compare-column-2 {
  display: flex;
  order: 3;
}

.k15FF73 .compare-static-1 {
  display: flex;
  order: 1;
}

.k15FF73 .compare-static-3 {
  display: flex;
  order: 2;
}

.k15FF73 .compare-static-5 {
  display: flex;
  order: 3;
}

@media only screen and (max-width: 1068px) {
  .k15FF73 {
    --columns: 3;
    --grid-column: 3;
  }
}

@media only screen and (max-width: 1068px) {
  .k15FF73 .compare-column-0 {
    display: flex;
    order: 1;
  }
}

@media only screen and (max-width: 1068px) {
  .k15FF73 .compare-column-1 {
    display: flex;
    order: 2;
  }
}

@media only screen and (max-width: 1068px) {
  .k15FF73 .compare-column-2 {
    display: flex;
    order: 3;
  }
}

@media only screen and (max-width: 1068px) {
  .k15FF73 {
    --static-enabled: false;
  }

  .k15FF73 .compare-static-1 {
    display: flex;
    order: 1;
  }

  .k15FF73 .compare-static-3 {
    display: flex;
    order: 2;
  }

  .k15FF73 .compare-static-5 {
    display: flex;
    order: 3;
  }
}

@media only screen and (max-width: 734px) {
  .k15FF73 {
    --columns: 2;
    --grid-column: 2;
  }
}

@media only screen and (max-width: 734px) {
  .k15FF73 .compare-column-0 {
    display: flex;
    order: 1;
  }
}

@media only screen and (max-width: 734px) {
  .k15FF73 .compare-column-1 {
    display: flex;
    order: 2;
  }
}

@media only screen and (max-width: 734px) {
  .k15FF73 .compare-column-2 {
    display: none;
    order: 3;
  }
}

@media only screen and (max-width: 734px) {
  .k15FF73 {
    --static-enabled: false;
  }

  .k15FF73 .compare-static-1 {
    display: none;
  }

  .k15FF73 .compare-static-1 {
    display: none;
  }

  .k15FF73 .compare-static-3 {
    display: flex;
    order: 1;
  }

  .k15FF73 .compare-static-5 {
    display: flex;
    order: 2;
  }
}

.channel-html .g7AAC7F {
  margin-top: 10px;
  margin-bottom: 10px;
}

.channel-html .lEBC721 {
  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 .lEBC721 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .lEBC721 {
    grid-template-rows: minmax(undefined, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .lEBC721 {
    grid-template-columns: repeat(1, 692px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .lEBC721 {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .lEBC721 .bentobox-item {
  border-radius: 18px;
  overflow: hidden;
}

.channel-html .v0A4159 {
  background-color: #f5f5f7;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  position: relative;
}

.channel-html .v0A4159:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .nA98793 {
  align-items: center;
}

@media only screen and (max-width: 734px) {
  .channel-html .nA98793 {
    margin-top: 33px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .nA98793 {
    margin-bottom: 0px;
  }
}

.channel-html .p55DB2B {
  margin-top: 55px;
  margin-bottom: 53px;
  padding-top: 40px;
  padding-left: 46px;
  padding-bottom: 40px;
  padding-right: 0px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .p55DB2B {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .p55DB2B {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .p55DB2B {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .p55DB2B {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .p55DB2B {
    padding-top: 62px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .p55DB2B {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .p55DB2B {
    padding-left: 33px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .p55DB2B {
    padding-left: 42px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .p55DB2B {
    padding-bottom: 67px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .p55DB2B {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .p55DB2B {
    padding-right: 0px;
  }
}

.channel-html .n099CFB {
  color: #1d1d1f;
  margin-left: -1px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .n099CFB {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .n099CFB {
    margin-left: -1px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .n099CFB {
    padding-left: 0px;
  }
}

.channel-html .n402AA3 {
  color: #1d1d1f;
  margin-top: 8px;
  margin-left: -2px;
  padding-right: 39px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .n402AA3 {
    margin-top: 6px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .n402AA3 {
    margin-top: 6px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .n402AA3 {
    margin-left: -1px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .n402AA3 {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .n402AA3 {
    padding-right: 72px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .n402AA3 {
    padding-right: 78px;
  }
}

.channel-html .tE894C7 {
  color: #1d1d1f;
  margin-top: 18px;
  margin-left: -1px;
  padding-right: 30px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .tE894C7 {
    margin-top: 18px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .tE894C7 {
    margin-top: 13px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .tE894C7 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .tE894C7 {
    padding-right: 16px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .tE894C7 {
    padding-right: 70px;
  }
}

.channel-html .d9E2DA7 {
  margin-top: 14px;
  margin-left: -1px;
  padding-right: 100px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .d9E2DA7 {
    margin-top: 38px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .d9E2DA7 {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .d9E2DA7 {
    margin-left: 1px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .d9E2DA7 {
    margin-left: 0px;
  }
}

.channel-html .y0698D3 {
  margin-bottom: 0px;
  padding-left: 26px;
  text-align: center;
}

@media only screen and (max-width: 1068px) {
  .channel-html .y0698D3 {
    margin-top: -1px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .y0698D3 {
    margin-left: 4px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .y0698D3 {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .y0698D3 {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .y0698D3 {
    padding-left: 2px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .y0698D3 {
    padding-left: 9px;
  }
}

.channel-html .x39A9C8 {
  margin-top: 46px;
}

@media only screen and (max-width: 734px) {
  .channel-html .x39A9C8 {
    margin-top: 36px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .x39A9C8 {
    margin-left: -20px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .x39A9C8 {
    margin-bottom: 0px;
  }
}

.channel-html .e9DA4B1 {
  background-color: #ffffff;
  overflow: hidden;
}

.channel-html .u892C6B {
  background-color: #ffffff;
  margin-top: 45px;
  margin-bottom: 7px;
}

@media only screen and (max-width: 734px) {
  .channel-html .u892C6B {
    margin-top: 47px;
  }
}

.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: 30px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .c912E39 {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .c912E39 {
    padding-right: 7px;
  }
}

.channel-html .s220A58 {
  margin-bottom: 9px;
}

.channel-html .bB6FBD7 {
  color: #6E6E73;
  margin-left: -0.5px;
}

@media only screen and (max-width: 734px) {
  .channel-html .bB6FBD7 {
    padding-right: 9px;
  }
}

.channel-html .nD5B41A {
  margin-bottom: 9px;
}

.channel-html .y840178 {
  color: #6E6E73;
  margin-left: -0.5px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .y840178 {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .y840178 {
    padding-right: 9px;
  }
}

.channel-html .nD821B0 {
  margin-bottom: 9px;
}

.channel-html .b32CECE {
  color: #6E6E73;
  margin-left: -0.5px;
}

@media only screen and (max-width: 734px) {
  .channel-html .b32CECE {
    padding-right: 9px;
  }
}

.channel-html .pB7AB09 {
  margin-bottom: 9px;
}

.channel-html .w627A66 {
  color: #6E6E73;
  margin-left: -0.5px;
}

@media only screen and (max-width: 734px) {
  .channel-html .w627A66 {
    padding-right: 9px;
  }
}

.channel-html .t48743B {
  margin-bottom: 9px;
}

.channel-html .y35EFB9 {
  color: #6E6E73;
  margin-left: -0.5px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .y35EFB9 {
    padding-right: 12px;
  }
}

.channel-html .uEFCEFD {
  margin-bottom: 9px;
}

.channel-html .zDBA993 {
  color: #6E6E73;
  margin-left: -0.5px;
}

@media only screen and (max-width: 734px) {
  .channel-html .zDBA993 {
    padding-right: 2px;
  }
}

.channel-html .d8C0BB7 {
  margin-bottom: 9px;
}

.channel-html .p1D2F06 {
  color: #6E6E73;
  margin-left: -0.5px;
}

@media only screen and (max-width: 734px) {
  .channel-html .p1D2F06 {
    padding-right: 9px;
  }
}

.channel-html .tEE72D3 {
  margin-bottom: 9px;
}

.channel-html .w47997B {
  color: #6E6E73;
  margin-left: -0.5px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .w47997B {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w47997B {
    padding-right: 9px;
  }
}

@media only screen and (min-width: 734px){
	br.small {
		display: none;
	}
}

/* NZ styling ends here */