/* NZ styles - starts */

.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 main,
.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 html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

.channel-html main,
.channel-html summary,
.channel-html details {
  display: block;
}

.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 .clear {
  clear: both;
}

.channel-html :root {
  --sk-footnote-font-size: 0.6em;
  --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-offset-0 {
  margin-inline-start: 0;
}

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

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

.channel-html .large-offset-1 {
  margin-inline-start: 8.3333333333%;
}

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

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

.channel-html .large-offset-2 {
  margin-inline-start: 16.6666666667%;
}

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

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

.channel-html .large-offset-3 {
  margin-inline-start: 25%;
}

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

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

.channel-html .large-offset-4 {
  margin-inline-start: 33.3333333333%;
}

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

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

.channel-html .large-offset-5 {
  margin-inline-start: 41.6666666667%;
}

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

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

.channel-html .large-offset-6 {
  margin-inline-start: 50%;
}

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

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

.channel-html .large-offset-7 {
  margin-inline-start: 58.3333333333%;
}

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

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

.channel-html .large-offset-8 {
  margin-inline-start: 66.6666666667%;
}

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

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

.channel-html .large-offset-9 {
  margin-inline-start: 75%;
}

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

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

.channel-html .large-offset-10 {
  margin-inline-start: 83.3333333333%;
}

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

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

.channel-html .large-offset-11 {
  margin-inline-start: 91.6666666667%;
}

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

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

.channel-html .large-offset-12 {
  margin-inline-start: 100%;
}

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

.channel-html .large-centered {
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.channel-html .large-last {
  margin-inline-start: auto;
}

.channel-html .large-grow {
  flex: auto;
  max-width: initial;
}

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

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

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

  .channel-html .medium-offset-1 {
    margin-inline-start: 8.3333333333%;
  }

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

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

  .channel-html .medium-offset-2 {
    margin-inline-start: 16.6666666667%;
  }

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

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

  .channel-html .medium-offset-3 {
    margin-inline-start: 25%;
  }

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

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

  .channel-html .medium-offset-4 {
    margin-inline-start: 33.3333333333%;
  }

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

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

  .channel-html .medium-offset-5 {
    margin-inline-start: 41.6666666667%;
  }

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

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

  .channel-html .medium-offset-6 {
    margin-inline-start: 50%;
  }

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

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

  .channel-html .medium-offset-7 {
    margin-inline-start: 58.3333333333%;
  }

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

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

  .channel-html .medium-offset-8 {
    margin-inline-start: 66.6666666667%;
  }

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

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

  .channel-html .medium-offset-9 {
    margin-inline-start: 75%;
  }

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

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

  .channel-html .medium-offset-10 {
    margin-inline-start: 83.3333333333%;
  }

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

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

  .channel-html .medium-offset-11 {
    margin-inline-start: 91.6666666667%;
  }

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

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

  .channel-html .medium-offset-12 {
    margin-inline-start: 100%;
  }

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

  .channel-html .medium-centered {
    margin-inline-start: auto;
    margin-inline-end: auto;
  }

  .channel-html .medium-last {
    margin-inline-start: auto;
  }

  .channel-html .medium-grow {
    flex: auto;
    max-width: initial;
  }
}

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

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

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

  .channel-html .small-offset-1 {
    margin-inline-start: 8.3333333333%;
  }

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

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

  .channel-html .small-offset-2 {
    margin-inline-start: 16.6666666667%;
  }

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

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

  .channel-html .small-offset-3 {
    margin-inline-start: 25%;
  }

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

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

  .channel-html .small-offset-4 {
    margin-inline-start: 33.3333333333%;
  }

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

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

  .channel-html .small-offset-5 {
    margin-inline-start: 41.6666666667%;
  }

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

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

  .channel-html .small-offset-6 {
    margin-inline-start: 50%;
  }

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

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

  .channel-html .small-offset-7 {
    margin-inline-start: 58.3333333333%;
  }

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

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

  .channel-html .small-offset-8 {
    margin-inline-start: 66.6666666667%;
  }

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

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

  .channel-html .small-offset-9 {
    margin-inline-start: 75%;
  }

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

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

  .channel-html .small-offset-10 {
    margin-inline-start: 83.3333333333%;
  }

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

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

  .channel-html .small-offset-11 {
    margin-inline-start: 91.6666666667%;
  }

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

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

  .channel-html .small-offset-12 {
    margin-inline-start: 100%;
  }

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

  .channel-html .small-centered {
    margin-inline-start: auto;
    margin-inline-end: auto;
  }

  .channel-html .small-last {
    margin-inline-start: auto;
  }

  .channel-html .small-grow {
    flex: auto;
    max-width: initial;
  }
}

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

.channel-html .row-reverse .large-offset-0 {
  margin-inline-end: 0;
}

.channel-html .row-reverse .large-offset-1 {
  margin-inline-end: 8.3333333333%;
}

.channel-html .row-reverse .large-offset-2 {
  margin-inline-end: 16.6666666667%;
}

.channel-html .row-reverse .large-offset-3 {
  margin-inline-end: 25%;
}

.channel-html .row-reverse .large-offset-4 {
  margin-inline-end: 33.3333333333%;
}

.channel-html .row-reverse .large-offset-5 {
  margin-inline-end: 41.6666666667%;
}

.channel-html .row-reverse .large-offset-6 {
  margin-inline-end: 50%;
}

.channel-html .row-reverse .large-offset-7 {
  margin-inline-end: 58.3333333333%;
}

.channel-html .row-reverse .large-offset-8 {
  margin-inline-end: 66.6666666667%;
}

.channel-html .row-reverse .large-offset-9 {
  margin-inline-end: 75%;
}

.channel-html .row-reverse .large-offset-10 {
  margin-inline-end: 83.3333333333%;
}

.channel-html .row-reverse .large-offset-11 {
  margin-inline-end: 91.6666666667%;
}

.channel-html .row-reverse .large-offset-12 {
  margin-inline-end: 100%;
}

.channel-html .row-reverse .large-last {
  margin-inline-end: auto;
}

@media only screen and (max-width: 1068px) {
  .channel-html .row-reverse .medium-offset-0 {
    margin-inline-end: 0;
  }

  .channel-html .row-reverse .medium-offset-1 {
    margin-inline-end: 8.3333333333%;
  }

  .channel-html .row-reverse .medium-offset-2 {
    margin-inline-end: 16.6666666667%;
  }

  .channel-html .row-reverse .medium-offset-3 {
    margin-inline-end: 25%;
  }

  .channel-html .row-reverse .medium-offset-4 {
    margin-inline-end: 33.3333333333%;
  }

  .channel-html .row-reverse .medium-offset-5 {
    margin-inline-end: 41.6666666667%;
  }

  .channel-html .row-reverse .medium-offset-6 {
    margin-inline-end: 50%;
  }

  .channel-html .row-reverse .medium-offset-7 {
    margin-inline-end: 58.3333333333%;
  }

  .channel-html .row-reverse .medium-offset-8 {
    margin-inline-end: 66.6666666667%;
  }

  .channel-html .row-reverse .medium-offset-9 {
    margin-inline-end: 75%;
  }

  .channel-html .row-reverse .medium-offset-10 {
    margin-inline-end: 83.3333333333%;
  }

  .channel-html .row-reverse .medium-offset-11 {
    margin-inline-end: 91.6666666667%;
  }

  .channel-html .row-reverse .medium-offset-12 {
    margin-inline-end: 100%;
  }

  .channel-html .row-reverse .medium-last {
    margin-inline-end: auto;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .row-reverse .small-offset-0 {
    margin-inline-end: 0;
  }

  .channel-html .row-reverse .small-offset-1 {
    margin-inline-end: 8.3333333333%;
  }

  .channel-html .row-reverse .small-offset-2 {
    margin-inline-end: 16.6666666667%;
  }

  .channel-html .row-reverse .small-offset-3 {
    margin-inline-end: 25%;
  }

  .channel-html .row-reverse .small-offset-4 {
    margin-inline-end: 33.3333333333%;
  }

  .channel-html .row-reverse .small-offset-5 {
    margin-inline-end: 41.6666666667%;
  }

  .channel-html .row-reverse .small-offset-6 {
    margin-inline-end: 50%;
  }

  .channel-html .row-reverse .small-offset-7 {
    margin-inline-end: 58.3333333333%;
  }

  .channel-html .row-reverse .small-offset-8 {
    margin-inline-end: 66.6666666667%;
  }

  .channel-html .row-reverse .small-offset-9 {
    margin-inline-end: 75%;
  }

  .channel-html .row-reverse .small-offset-10 {
    margin-inline-end: 83.3333333333%;
  }

  .channel-html .row-reverse .small-offset-11 {
    margin-inline-end: 91.6666666667%;
  }

  .channel-html .row-reverse .small-offset-12 {
    margin-inline-end: 100%;
  }

  .channel-html .row-reverse .small-last {
    margin-inline-end: auto;
  }
}

.channel-html .grid {
  --sk-cssgrid-columns: 12;
  --sk-cssgrid-column-gutter-inner-large: var(--sk-cssgrid-column-gutter-inner, 24px);
  --sk-cssgrid-column-gutter-inner-xlarge: var(--sk-cssgrid-column-gutter-inner, var(--sk-cssgrid-column-gutter-inner-large));
  --sk-cssgrid-column-gutter-inner-medium: var(--sk-cssgrid-column-gutter-inner, var(--sk-cssgrid-column-gutter-inner-large));
  --sk-cssgrid-column-gutter-inner-small: var(--sk-cssgrid-column-gutter-inner, var(--sk-cssgrid-column-gutter-inner-large));
  grid-column-gap: var(--sk-cssgrid-column-gutter-inner-large);
  --sk-cssgrid-row-gutter-inner-large: var(--sk-cssgrid-row-gutter-inner, 24px);
  --sk-cssgrid-row-gutter-inner-xlarge: var(--sk-cssgrid-row-gutter-inner, var(--sk-cssgrid-row-gutter-inner-large));
  --sk-cssgrid-row-gutter-inner-medium: var(--sk-cssgrid-row-gutter-inner, var(--sk-cssgrid-row-gutter-inner-large));
  --sk-cssgrid-row-gutter-inner-small: var(--sk-cssgrid-row-gutter-inner, var(--sk-cssgrid-row-gutter-inner-large));
  grid-row-gap: var(--sk-cssgrid-row-gutter-inner-large);
  --sk-cssgrid-column-gutter-outer-large: var(--sk-cssgrid-column-gutter-outer, 24px);
  --sk-cssgrid-column-gutter-outer-xlarge: var(--sk-cssgrid-column-gutter-outer, var(--sk-cssgrid-column-gutter-outer-large));
  --sk-cssgrid-column-gutter-outer-medium: var(--sk-cssgrid-column-gutter-outer, var(--sk-cssgrid-column-gutter-outer-large));
  --sk-cssgrid-column-gutter-outer-small: var(--sk-cssgrid-column-gutter-outer, var(--sk-cssgrid-column-gutter-outer-large));
  --sk-cssgrid-row-gutter-outer-large: var(--sk-cssgrid-row-gutter-outer, 0);
  --sk-cssgrid-row-gutter-outer-xlarge: var(--sk-cssgrid-row-gutter-outer, var(--sk-cssgrid-row-gutter-outer-large));
  --sk-cssgrid-row-gutter-outer-medium: var(--sk-cssgrid-row-gutter-outer, var(--sk-cssgrid-row-gutter-outer-large));
  --sk-cssgrid-row-gutter-outer-small: var(--sk-cssgrid-row-gutter-outer, var(--sk-cssgrid-row-gutter-outer-large));
  padding-left: var(--sk-cssgrid-column-gutter-outer-large);
  padding-right: var(--sk-cssgrid-column-gutter-outer-large);
  padding-top: var(--sk-cssgrid-row-gutter-outer-large);
  padding-bottom: var(--sk-cssgrid-row-gutter-outer-large);
  margin-inline-start: auto;
  margin-inline-end: auto;
  display: grid;
  grid-template-columns: repeat(var(--sk-cssgrid-columns), minmax(0, 1fr));
}

@media only screen and (min-width: 1441px) {
  .channel-html .grid {
    grid-column-gap: var(--sk-cssgrid-column-gutter-inner-xlarge);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .grid {
    grid-column-gap: var(--sk-cssgrid-column-gutter-inner-medium);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .grid {
    grid-column-gap: var(--sk-cssgrid-column-gutter-inner-small);
  }
}

@media only screen and (min-width: 1441px) {
  .channel-html .grid {
    grid-row-gap: var(--sk-cssgrid-row-gutter-inner-xlarge);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .grid {
    grid-row-gap: var(--sk-cssgrid-row-gutter-inner-medium);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .grid {
    grid-row-gap: var(--sk-cssgrid-row-gutter-inner-small);
  }
}

@media only screen and (min-width: 1441px) {
  .channel-html .grid {
    padding-left: var(--sk-cssgrid-column-gutter-outer-xlarge);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .grid {
    padding-left: var(--sk-cssgrid-column-gutter-outer-medium);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .grid {
    padding-left: var(--sk-cssgrid-column-gutter-outer-small);
  }
}

@media only screen and (min-width: 1441px) {
  .channel-html .grid {
    padding-right: var(--sk-cssgrid-column-gutter-outer-xlarge);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .grid {
    padding-right: var(--sk-cssgrid-column-gutter-outer-medium);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .grid {
    padding-right: var(--sk-cssgrid-column-gutter-outer-small);
  }
}

@media only screen and (min-width: 1441px) {
  .channel-html .grid {
    padding-top: var(--sk-cssgrid-row-gutter-outer-xlarge);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .grid {
    padding-top: var(--sk-cssgrid-row-gutter-outer-medium);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .grid {
    padding-top: var(--sk-cssgrid-row-gutter-outer-small);
  }
}

@media only screen and (min-width: 1441px) {
  .channel-html .grid {
    padding-bottom: var(--sk-cssgrid-row-gutter-outer-xlarge);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .grid {
    padding-bottom: var(--sk-cssgrid-row-gutter-outer-medium);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .grid {
    padding-bottom: var(--sk-cssgrid-row-gutter-outer-small);
  }
}

.channel-html .grid .grid {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.channel-html .grid-item {
  position: relative;
  box-sizing: border-box;
}

.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-share::before,
.channel-html .icon-share::after {
  content: "\f32e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.channel-html .icon-close::before,
.channel-html .icon-close::after {
  content: "\f35e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.channel-html [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-block {
  --sk-button-box-sizing: border-box;
  --sk-button-width: 100%;
  --sk-button-display: block;
  --sk-button-border-radius: 8px;
  --sk-button-margin-horizontal: 9px;
  --sk-button-margin-vertical: 9px;
}

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

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

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

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

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

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

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

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

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

.channel-html .theme-dark .button.button-light {
  --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-dark {
  --sk-stat-value-color: rgb(245, 245, 247);
  --sk-stat-caption-color: rgb(245, 245, 247);
}

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

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

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

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

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

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

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

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

.channel-html .links-inline {
  margin-left: 0;
  margin-right: 0;
  list-style: none;
}

.channel-html .links-inline li {
  display: inline;
  margin-inline: var(--sk-links-inline-margin, 0.8em);
}

.channel-html .links-inline li:first-child {
  margin-inline-start: 0;
}

.channel-html .links-inline li:last-child {
  margin-inline-end: 0;
}

.channel-html .links-stacked {
  margin-left: 0;
  margin-right: 0;
  list-style: none;
}

.channel-html .links-stacked li {
  margin: 0;
  display: block;
}

.channel-html .links-stacked li+li {
  margin-top: var(--sk-links-stacked-margin, 0.4em);
}

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

.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-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-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-value:checked~.colornav-link .colornav-label {
  padding-top: 5px;
}

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

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

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

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

.channel-html .theme-dark .colornav.colornav-light.colornav {
  --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.top-right {
  top: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.channel-compare .button-wrap {
  white-space: normal;
}

.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: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 .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;
}

.channel-compare .embed-image .compare-image.custom-inline-text {
  background-size: 16px 16px;
  width: auto;
  height: 16px;
}



.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,AAEAAAAOAIAAAwBgRkZUTYkLJygAALSIAAAAHEdERUYAKQByAAC0aAAAAB5PUy8yhB1wagAAAWgAAABgY21hcPQGTV8AAAN4AAABkmN2dCAARAURAAAFDAAAAARnYXNw//8AAwAAtGAAAAAIZ2x5ZpE79VoAAAXsAACV3GhlYWQXJG3TAAAA7AAAADZoaGVhD6AOHwAAASQAAAAkaG10eDvKadUAAAHIAAABsGxvY2FmrEEEAAAFEAAAANptYXhwANMBWwAAAUgAAAAgbmFtZfvzgUcAAJvIAAATxXBvc3QvFPDYAACvkAAABM4AAQAAAAEAAD1TAUFfDzz1AAsIAAAAAADXPJGTAAAAANc8kZMAAP4SCYwHngAAAAgAAgAAAAAAAAABAAAGEv4SAAAPoAAAAAAJjAABAAAAAAAAAAAAAAAAAAAAbAABAAAAbAEqACUAAAAAAAIAAAABAAEAAABAAC4AAAAAAAMH1AGQAAUAAAnqBZkAAAEeCeoFmQAAA9cAZAIQAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAQCAU+P8GEv4SALgHngHuAAAAAQAAAAAAAAAAAAAAIAABAuwARAAAAAACqgAAD6AAAAmMAAAJjAJjCYwCYwmMAmMJjAJjCYwCYwmMAmMJjAJjCYwCYwmMAmMJjAJjCYwCYwmMAmMJjAJjCYwCYwmMAmMJjAJjCYwCYwmMAmMJjAJjCYwCYwmMAmMJjAJjCYwCYwmMAmMJjAJjCYwCYwmMAmMJjAJjCYwCYwmMAmMDIABEAyAAcwTGAC0ExgAtCJgAHwiYAB8ImAAfCJgAHwR+AC0ETAAmBEwAJgTGACsCWADIA4QAgwiYAB8ImAAfCJgAHwiYAB8ImAAfCJgAHwiYAB8ImAAfCJgAHwiYAB8ImAAfCJgAHwiYAB8ImAAfCJgAHwV4ACcImAAfCJgAHwiYAB8FRgBcBRQAOgiYAB8ImAAfA4QAhAVGAEQHbABaB2wAWgdsAFoHbABaB2wAWgdsAFoHbABaB2wAWgdsAFoHbABaB2wAWgdsAFoHbABaB2wAWgdsAFoHbABaB2wAWgdsAFoHbABaB2wAWgZeARwGXgHGBl4BxwTGARkExgEsB4AA1geAANYHgADNBMYBpQTGAbgHgAI/B4ACPweAAjYIngAKAAAAAwAAAAMAAAAcAAEAAAAAAIwAAwABAAAAHAAEAHAAAAAYABAAAwAIIBQliOoe8xnzIfMu8zPzVfNe82T4////AAAgFCWI6gHzAPMe8yrzMPNC81fzYPj////f79p8FgQNIw0fDRcNFg0IDQcNBgdsAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABrAAAAAAAAAAAAAAAAAAAAAAAARAURAAAALAAsACwALAA6AdwDfgUgBsAIYgoEC6QNRA7kEIYSKBPKFWwXDhiwGlIb9B2WHzgg2iJ+JCAlwidkKQYqqCxKLeovjDEuMUQxWDFsMYAx9DJmMtgzSjNsM4QzkjOmM8Q0DDSMNQI1cDXiNl43CDdUN5Y30DgOOFY4yDlSOcY6SDqWOxA7hjvqPAA8KjzSPUQ9ij2gPgg+iD8aP5ZAIEC0QR5BukJQQtxDUEPeRHxFAkWYRjpGsEdYR/hInkkGSThJdkmMSaJJtknKSexKAkoYSixKQEpiSu4AAAACAEQAAAJkBVUAAwAHAC6xAQAvPLIHBADtMrEGBdw8sgMCAO0yALEDAC88sgUEAO0ysgcGAfw8sgECAO0yMxEhESUhESFEAiD+JAGY/mgFVfqrRATNAAAAAQAA/hIJjAeeAAMAABEhESEJjPZ0B572dAAAACUCYwB1BykFOwAHAA8AIQAoACwANQBBAEsATwBTAFcAWwBlAHEAegCEAJQAmACcAKAApACpALkAvQDHAM8A2wDlAOkA8wD/AQcBDwEVARkBIQEpAAABIxUzPwE1JyUjFTM/ATUnJSEiBwYVERQWMyEyNjURNCcmBzIXFh0BJxcVJTMnMzIdARQGKwEnMxUjFTMVIxUzFSMnMxc1MxUjJxUjFwEVCQEVATMBFQEzNzMVIyczFSMVMxUjFSMnMxUjFTMVIxUzFSMnMzIdARQGKwEnMxc1MxUjJxUjJzMVHwE/ATUzFRQGKwEiNQcBIwEVASMBFTUBKwIBNRMmJxcmFxQGKwEiPQEzFR8BPwE1My8BNR8BIycVIzUzFzUzFxQrATUXMhU3IxUzFSMVMxUjNTMXIxUzFSMVIzUzFyM1MxcjJxUjNTMXNTMXIxUzFSMVMxUjNTMXFCsBNRcyFTcjATU0NwEGNwE2NwEGNwEzAQUjFTM/ATUnJSMVMz8BNScGAQkJBgIC/jcJCQYCAwJ1/BwwICFDLgPkLUQiH5QnGRt1df7/RhIqFAoKKks0HBMTHDRgBjQNBjYLMQFH/nMBjf3kSQHT/VhFuhgYRjUeFRUXTTUcExMcNVQqFAoKKl4GNg0HNwtVFwIFBwMWCwoVFI8DDkb9OAKBRf3EAfZGR0b+3RwWBE0enAsKFRQXAgUHAxY2l91QBzcLBjYNUxQqKhRLHBMTHDU1TR4VFRc1KRgYYAY2CwY0DU0cExMcNDRVFCopFTQj/KwGA48POPxmFxwDegID/MxFAu/9jwkJBgIDAb4JCQYCAgUhRAMGMgYDRAMGMgYdICIs/BsvREQvA+UtISB7GRsjGnG3Rv1uFTMLDWANGw0cD2AwMGAzMw7+vUcBiv4wSQIZ/aFHAqZuYGIPGw0pXg0bDRwPYBUzCw1gMDBgMzNgSAYCAgZISAsNF+X88QLJR/1+Aj2NRv4KASNH/rEWHk4EWgsNF0lIBgMDBkgNlkbcbTMzYDAwSBhhARUGHA0bDWAPHA0oYGBgYDMzYDAwDxwNGw1gSBhhARUiA1UjDxD8bwYkA5wRAfyFHGIDMv0U/0QEBzIFAkQEBzIFAAAAJQJjAHUHKQU7AAcADwAXACkAMAA0AD0ASQBTAFcAWwBfAGMAbQB5AIIAjACcAKAApACoAKwAsQDBAMUAzwDXAOMA7QDxAPsBBwEPARcBHQEhASkAAAEjFTM/ATUnJSMVMz8BNScBIxUzPwE1JwEhIgcGFREUFjMhMjY1ETQnJgcyFxYdAScXFSUzJzMyHQEUBisBJzMVIxUzFSMVMxUjJzMXNTMVIycVIxcBFQkBFQEzARUBMzczFSMnMxUjFTMVIxUjJzMVIxUzFSMVMxUjJzMyHQEUBisBJzMXNTMVIycVIyczFR8BPwE1MxUUBisBIjUHASMBFQEjARU1ASsCATUTJicXJhcUBisBIj0BMxUfAT8BNTMvATUfASMnFSM1Mxc1MxcUKwE1FzIVNyMVMxUjFTMVIzUzFyMVMxUjFSM1MxcjNTMXIycVIzUzFzUzFyMVMxUjFTMVIzUzFxQrATUXMhU3IwE1NDcBBjcBNjcBBjcBMwEHIxUzPwE1JwQ+CQkGAgMBvgkJBgIC/jcJCQYCAwJ1/BwwICFDLgPkLUQiH5QnGRt1df7/RhIqFAoKKks0HBMTHDRgBjQNBjYLMQFH/nMBjf3kSQHT/VhFuhgYRjUeFRUXTTUcExMcNVQqFAoKKl4GNg0HNwtVFwIFBwMWCwoVFI8DDkb9OAKBRf3EAfZGR0b+3RwWBE0enAsKFRQXAgUHAxY2l91QBzcLBjYNUxQqKhRLHBMTHDU1TR4VFRc1KRgYYAY2CwY0DU0cExMcNDRVFCopFTQj/KwGA48POPxmFxwDegID/MxFAu+uCQkGAgIFIUQDBjIGA0QDBjIG+7dEBAcyBQRoICIs/BsvREQvA+UtISB7GRsjGnG3Rv1uFTMLDWANGw0cD2AwMGAzMw7+vUcBiv4wSQIZ/aFHAqZuYGIPGw0pXg0bDRwPYBUzCw1gMDBgMzNgSAYCAgZISAsNF+X88QLJR/1+Aj2NRv4KASNH/rEWHk4EWgsNF0lIBgMDBkgNlkbcbTMzYDAwSBhhARUGHA0bDWAPHA0oYGBgYDMzYDAwDxwNGw1gSBhhARUiA1UjDxD8bwYkA5wRAfyFHGIDMv0U/0QEBzIFAAAlAmMAdQcpBTsABwAPABcAHwAxADgAPABFAFEAWwBfAGMAZwBrAHUAgQCKAJQApACoAKwAsAC0ALkAyQDNANcA3wDrAPUA+QEDAQ8BFwEfASUBKQAAASMVMz8BNSclIxUzPwE1JwMjFTM/ATUnJSMVMz8BNScBISIHBhURFBYzITI2NRE0JyYHMhcWHQEnFxUlMyczMh0BFAYrASczFSMVMxUjFTMVIyczFzUzFSMnFSMXARUJARUBMwEVATM3MxUjJzMVIxUzFSMVIyczFSMVMxUjFTMVIyczMh0BFAYrASczFzUzFSMnFSMnMxUfAT8BNTMVFAYrASI1BwEjARUBIwEVNQErAgE1EyYnFyYXFAYrASI9ATMVHwE/ATUzLwE1HwEjJxUjNTMXNTMXFCsBNRcyFTcjFTMVIxUzFSM1MxcjFTMVIxUjNTMXIzUzFyMnFSM1Mxc1MxcjFTMVIxUzFSM1MxcUKwE1FzIVNyMBNTQ3AQY3ATY3AQY3ATMBBD4JCQYCAwG+CQkGAgIGCQkGAgL+NwkJBgIDAnX8HDAgIUMuA+QtRCIflCcZG3V1/v9GEioUCgoqSzQcExMcNGAGNA0GNgsxAUf+cwGN/eRJAdP9WEW6GBhGNR4VFRdNNRwTExw1VCoUCgoqXgY2DQc3C1UXAgUHAxYLChUUjwMORv04AoFF/cQB9kZHRv7dHBYETR6cCwoVFBcCBQcDFjaX3VAHNwsGNg1TFCoqFEscExMcNTVNHhUVFzUpGBhgBjYLBjQNTRwTExw0NFUUKikVNCP8rAYDjw84/GYXHAN6AgP8zEUC7wUhRAMGMgYDRAMGMgb7t0QEBzIFAkQEBzIFBGggIiz8Gy9ERC8D5S0hIHsZGyMacbdG/W4VMwsNYA0bDRwPYDAwYDMzDv69RwGK/jBJAhn9oUcCpm5gYg8bDSleDRsNHA9gFTMLDWAwMGAzM2BIBgICBkhICw0X5fzxAslH/X4CPY1G/goBI0f+sRYeTgRaCw0XSUgGAwMGSA2WRtxtMzNgMDBIGGEBFQYcDRsNYA8cDShgYGBgMzNgMDAPHA0bDWBIGGEBFSIDVSMPEPxvBiQDnBEB/IUcYgMy/RQAACUCYwB1BykFOwAHABkAIAAkAC0AOQBDAEcASwBPAFMAXQBpAHIAfACMAJAAlACYAJwAoQCxALUAvwDHANMA3QDhAOsA9wD/AQcBDQERARkBIQEpAAABIxUzPwE1JzchIgcGFREUFjMhMjY1ETQnJgcyFxYdAScXFSUzJzMyHQEUBisBJzMVIxUzFSMVMxUjJzMXNTMVIycVIxcBFQkBFQEzARUBMzczFSMnMxUjFTMVIxUjJzMVIxUzFSMVMxUjJzMyHQEUBisBJzMXNTMVIycVIyczFR8BPwE1MxUUBisBIjUHASMBFQEjARU1ASsCATUTJicXJhcUBisBIj0BMxUfAT8BNTMvATUfASMnFSM1Mxc1MxcUKwE1FzIVNyMVMxUjFTMVIzUzFyMVMxUjFSM1MxcjNTMXIycVIzUzFzUzFyMVMxUjFTMVIzUzFxQrATUXMhU3IwE1NDcBBjcBNjcBBjcBMwEHIxUzPwE1JyUjFTM/ATUnAyMVMz8BNScGAQkJBgICsfwcMCAhQy4D5C1EIh+UJxkbdXX+/0YSKhQKCipLNBwTExw0YAY0DQY2CzEBR/5zAY395EkB0/1YRboYGEY1HhUVF001HBMTHDVUKhQKCipeBjYNBzcLVRcCBQcDFgsKFRSPAw5G/TgCgUX9xAH2RkdG/t0cFgRNHpwLChUUFwIFBwMWNpfdUAc3CwY2DVMUKioUSxwTExw1NU0eFRUXNSkYGGAGNgsGNA1NHBMTHDQ0VRQqKRU0I/ysBgOPDzj8ZhccA3oCA/zMRQLvrgkJBgIC/jcJCQYCAwUJCQYCAwUhRAMGMgYdICIs/BsvREQvA+UtISB7GRsjGnG3Rv1uFTMLDWANGw0cD2AwMGAzMw7+vUcBiv4wSQIZ/aFHAqZuYGIPGw0pXg0bDRwPYBUzCw1gMDBgMzNgSAYCAgZISAsNF+X88QLJR/1+Aj2NRv4KASNH/rEWHk4EWgsNF0lIBgMDBkgNlkbcbTMzYDAwSBhhARUGHA0bDWAPHA0oYGBgYDMzYDAwDxwNGw1gSBhhARUiA1UjDxD8bwYkA5wRAfyFHGIDMv0U/0QEBzIFAkQEBzIFBE5EAwYyBgAlAmMAdQcpBTsABwAZACAAJAAtADkAQwBHAEsATwBTAF0AaQByAHwAjACQAJQAmACcAKEAsQC1AL8AxwDTAN0A4QDrAPcA/wEHAQ0BEQEZASEBKQAAJSMVMz8BNScTISIHBhURFBYzITI2NRE0JyYHMhcWHQEnFxUlMyczMh0BFAYrASczFSMVMxUjFTMVIyczFzUzFSMnFSMXARUJARUBMwEVATM3MxUjJzMVIxUzFSMVIyczFSMVMxUjFTMVIyczMh0BFAYrASczFzUzFSMnFSMnMxUfAT8BNTMVFAYrASI1BwEjARUBIwEVNQErAgE1EyYnFyYXFAYrASI9ATMVHwE/ATUzLwE1HwEjJxUjNTMXNTMXFCsBNRcyFTcjFTMVIxUzFSM1MxcjFTMVIxUjNTMXIzUzFyMnFSM1Mxc1MxcjFTMVIxUzFSM1MxcUKwE1FzIVNyMBNTQ3AQY3ATY3AQY3ATMBBSMVMz8BNScDIxUzPwE1JyUjFTM/ATUnBgEJCQYCArH8HDAgIUMuA+QtRCIflCcZG3V1/v9GEioUCgoqSzQcExMcNGAGNA0GNgsxAUf+cwGN/eRJAdP9WEW6GBhGNR4VFRdNNRwTExw1VCoUCgoqXgY2DQc3C1UXAgUHAxYLChUUjwMORv04AoFF/cQB9kZHRv7dHBYETR6cCwoVFBcCBQcDFjaX3VAHNwsGNg1TFCoqFEscExMcNTVNHhUVFzUpGBhgBjYLBjQNTRwTExw0NFUUKikVNCP8rAYDjw84/GYXHAN6AgP8zEUC7/2PCQkGAgMFCQkGAgMBvgkJBgIC1UQEBzIFBGggIiz8Gy9ERC8D5S0hIHsZGyMacbdG/W4VMwsNYA0bDRwPYDAwYDMzDv69RwGK/jBJAhn9oUcCpm5gYg8bDSleDRsNHA9gFTMLDWAwMGAzM2BIBgICBkhICw0X5fzxAslH/X4CPY1G/goBI0f+sRYeTgRaCw0XSUgGAwMGSA2WRtxtMzNgMDBIGGEBFQYcDRsNYA8cDShgYGBgMzNgMDAPHA0bDWBIGGEBFSIDVSMPEPxvBiQDnBEB/IUcYgMy/RT/RAQHMgUETkQDBjIGA0QDBjIGAAAAACUCYwB1BykFOwARABgAHAAlADEAOwA/AEMARwBLAFUAYQBqAHQAhACIAIwAkACUAJkAqQCtALcAvwDLANUA2QDjAO8A9wD/AQUBCQERARkBIQEpAAABJiMhIgcGFREUFjMhMjY1ETQHMhcWHQEnFxUlMyczMh0BFAYrASczFSMVMxUjFTMVIyczFzUzFSMnFSMXARUJARUBMwEVATM3MxUjJzMVIxUzFSMVIyczFSMVMxUjFTMVIyczMh0BFAYrASczFzUzFSMnFSMnMxUfAT8BNTMVFAYrASI1BwEjARUBIwEVNQErAgE1EyYnFyYXFAYrASI9ATMVHwE/ATUzLwE1HwEjJxUjNTMXNTMXFCsBNRcyFTcjFTMVIxUzFSM1MxcjFTMVIxUjNTMXIzUzFyMnFSM1Mxc1MxcjFTMVIxUzFSM1MxcUKwE1FzIVNyMBNTQ3AQY3ATY3AQY3ATMBAyMVMz8BNScDIxUzPwE1JyUjFTM/ATUnAyMVMz8BNScHBx8w/BwwICFDLgPkLUTVJxkbdXX+/0YSKhQKCipLNBwTExw0YAY0DQY2CzEBR/5zAY395EkB0/1YRboYGEY1HhUVF001HBMTHDVUKhQKCipeBjYNBzcLVRcCBQcDFgsKFRSPAw5G/TgCgUX9xAH2RkdG/t0cFgRNHpwLChUUFwIFBwMWNpfdUAc3CwY2DVMUKioUSxwTExw1NU0eFRUXNSkYGGAGNgsGNA1NHBMTHDQ0VRQqKRU0I/ysBgOPDzj8ZhccA3oCA/zMRQLvrgkJBgICBgkJBgIC/jcJCQYCAwUJCQYCAwUbICAiLPwbL0RELwPlLToZGyMacbdG/W4VMwsNYA0bDRwPYDAwYDMzDv69RwGK/jBJAhn9oUcCpm5gYg8bDSleDRsNHA9gFTMLDWAwMGAzM2BIBgICBkhICw0X5fzxAslH/X4CPY1G/goBI0f+sRYeTgRaCw0XSUgGAwMGSA2WRtxtMzNgMDBIGGEBFQYcDRsNYA8cDShgYGBgMzNgMDAPHA0bDWBIGGEBFSIDVSMPEPxvBiQDnBEB/IUcYgMy/RQDTUQDBjIG+7dEBAcyBQJEBAcyBQRORAMGMgYAAAAAJQJjAHUHKQU7AAcADwAhACYANgA6AD4AQgBMAFQAYABqAG4AeACEAIwAkwCXAKAArAC2ALoAvgDCAMYA0ADcAOUA7wDzAQMBCQERARUBGQEhASkAACUjFTM/ATUnJSMVMz8BNScXMjY1ETQnJiMhIgcGFREUFjM3JicXJhcUBisBIj0BMxUfAT8BNTMvATUXMyMBPQIBIwcjJxUjNTMXNTMXFCsBNRcyFTcjFTMVIxUzFSM1MxcjFTMVIxUjNTMXIzUzFyMnFSM1Mxc1MxcjFTMVIxUzFSM1MxcUKwE1FzIVEzIXFh0BJxcVJTMnMzIdARQGKwEnMxUjFTMVIxUzFSMnMxc1MxUjJxUjFwEVCQEVATMBFQEzNzMVIyczFSMVMxUjFSMnMxUjFTMVIxUzFSMnMzIdARQGKwEnMxc1MxUjJxUjARUBMyczFR8BPwE1MxUUBisBIjUHAQYHATYHNDcBBisBARUBIwEVASMJASMVMz8BNSclIxUzPwE1JwQ+CQkGAgMBvgkJBgICsS1EIh8w/BwwICFDLiUWBE0enAsKFRQXAgUHAxY2l92MRv7dAfZGgwc3CwY2DVMUKioUSxwTExw1NU0eFRUXNSkYGGAGNgsGNA1NHBMTHDQ0VRQqKRU0JxkbdXX+/0YSKhQKCipLNBwTExw0YAY0DQY2CzEBR/5zAY395EkB0/1YRboYGEY1HhUVF001HBMTHDVUKhQKCipeBjYNBzcLAu78zEVUFwIFBwMWCwoVFDgDegIR/GYXOwYDjw8PI/ysAw5G/TgCgUX9xAFhCQkGAgMBvgkJBgIC1UQEBzIFAkQEBzIFXkQvA+UtISAgIiz8Gy9ElxYeTgRaCw0XSUgGAwMGSA2WRtwBI0dGRv4KbTMzYDAwSBhhARUGHA0bDWAPHA0oYGBgYDMzYDAwDxwNGw1gSBhhARUD8RkbIxpxt0b9bhUzCw1gDRsNHA9gMDBgMzMO/r1HAYr+MEkCGf2hRwKmbmBiDxsNKV4NGw0cD2AVMwsNYDAwYDMz/QZGAzJuSAYCAgZISAsNFyL8hRwXA5wRWQ8Q/G8GA1VG/PECyUf9fgI9AfNEAwYyBgNEAwYyBgAAACUCYwB1BykFOwAHABkAIAAkAC0AOQBDAEcASwBPAFMAXQBpAHIAfACMAJAAlACYAJwAoQCxALUAvwDHANMA3QDhAOsA9wD/AQcBDQERARkBIQEpAAAlIxUzPwE1JwEiBwYVERQWMyEyNjURNCcmIwcyFxYdAScXFSUzJzMyHQEUBisBJzMVIxUzFSMVMxUjJzMXNTMVIycVIxcBFQkBFQEzARUBMzczFSMnMxUjFTMVIxUjJzMVIxUzFSMVMxUjJzMyHQEUBisBJzMXNTMVIycVIyczFR8BPwE1MxUUBisBIjUHASMBFQEjARU1ASsCATUTJicXJhcUBisBIj0BMxUfAT8BNTMvATUfASMnFSM1Mxc1MxcUKwE1FzIVNyMVMxUjFTMVIzUzFyMVMxUjFSM1MxcjNTMXIycVIzUzFzUzFyMVMxUjFTMVIzUzFxQrATUXMhU3IwE1NDcBBjcBNjcBBjcBMwEHIxUzPwE1JwMjFTM/ATUnJSMVMz8BNScEPgkJBgID/pEwICFDLgPkLUQiHzBkJxkbdXX+/0YSKhQKCipLNBwTExw0YAY0DQY2CzEBR/5zAY395EkB0/1YRboYGEY1HhUVF001HBMTHDVUKhQKCipeBjYNBzcLVRcCBQcDFgsKFRSPAw5G/TgCgUX9xAH2RkdG/t0cFgRNHpwLChUUFwIFBwMWNpfdUAc3CwY2DVMUKioUSxwTExw1NU0eFRUXNSkYGGAGNgsGNA1NHBMTHDQ0VRQqKRU0I/ysBgOPDzj8ZhccA3oCA/zMRQLvrgkJBgICBgkJBgIC/jcJCQYCA9VEBAcyBQRoICIs/BsvREQvA+UtISB7GRsjGnG3Rv1uFTMLDWANGw0cD2AwMGAzMw7+vUcBiv4wSQIZ/aFHAqZuYGIPGw0pXg0bDRwPYBUzCw1gMDBgMzNgSAYCAgZISAsNF+X88QLJR/1+Aj2NRv4KASNH/rEWHk4EWgsNF0lIBgMDBkgNlkbcbTMzYDAwSBhhARUGHA0bDWAPHA0oYGBgYDMzYDAwDxwNGw1gSBhhARUiA1UjDxD8bwYkA5wRAfyFHGIDMv0U/0QEBzIFBE5EAwYyBgNEAwYyBgAlAmMAdQcpBTsABwAPACEAJgA2ADoAPgBCAEwAVABgAGoAbgB4AIQAjACTAJcAoACsALYAugC+AMIAxgDQANwA5QDvAPMBAwEJAREBFQEZASEBKQAAJSMVMz8BNScDIxUzPwE1JxMyNjURNCcmIyEiBwYVERQWMzcmJxcmFxQGKwEiPQEzFR8BPwE1My8BNRczIwE9AgEjByMnFSM1Mxc1MxcUKwE1FzIVNyMVMxUjFTMVIzUzFyMVMxUjFSM1MxcjNTMXIycVIzUzFzUzFyMVMxUjFTMVIzUzFxQrATUXMhUTMhcWHQEnFxUlMyczMh0BFAYrASczFSMVMxUjFTMVIyczFzUzFSMnFSMXARUJARUBMwEVATM3MxUjJzMVIxUzFSMVIyczFSMVMxUjFTMVIyczMh0BFAYrASczFzUzFSMnFSMBFQEzJzMVHwE/ATUzFRQGKwEiNQcBBgcBNgc0NwEGKwEBFQEjARUBIwkBIxUzPwE1JwMjFTM/ATUnBgEJCQYCAgYJCQYCArEtRCIfMPwcMCAhQy4lFgRNHpwLChUUFwIFBwMWNpfdjEb+3QH2RoMHNwsGNg1TFCoqFEscExMcNTVNHhUVFzUpGBhgBjYLBjQNTRwTExw0NFUUKikVNCcZG3V1/v9GEioUCgoqSzQcExMcNGAGNA0GNgsxAUf+cwGN/eRJAdP9WEW6GBhGNR4VFRdNNRwTExw1VCoUCgoqXgY2DQc3CwLu/MxFVBcCBQcDFgsKFRQ4A3oCEfxmFzsGA48PDyP8rAMORv04AoFF/cQBYQkJBgIDBQkJBgID1UQEBzIFBE5EAwYyBvtXRC8D5S0hICAiLPwbL0SXFh5OBFoLDRdJSAYDAwZIDZZG3AEjR0ZG/gptMzNgMDBIGGEBFQYcDRsNYA8cDShgYGBgMzNgMDAPHA0bDWBIGGEBFQPxGRsjGnG3Rv1uFTMLDWANGw0cD2AwMGAzMw7+vUcBiv4wSQIZ/aFHAqZuYGIPGw0pXg0bDRwPYBUzCw1gMDBgMzP9BkYDMm5IBgICBkhICw0XIvyFHBcDnBFZDxD8bwYDVUb88QLJR/1+Aj39p0QEBzIFBE5EAwYyBgAAJQJjAHUHKQU7AAcAGQAgACQALQA5AEMARwBLAE8AUwBdAGkAcgB8AIwAkACUAJgAnAChALEAtQC/AMcA0wDdAOEA6wD3AP8BBwENAREBGQEhASkAACUjFTM/ATUnASEiBwYVERQWMyEyNjURNCcmBzIXFh0BJxcVJTMnMzIdARQGKwEnMxUjFTMVIxUzFSMnMxc1MxUjJxUjFwEVCQEVATMBFQEzNzMVIyczFSMVMxUjFSMnMxUjFTMVIxUzFSMnMzIdARQGKwEnMxc1MxUjJxUjJzMVHwE/ATUzFRQGKwEiNQcBIwEVASMBFTUBKwIBNRMmJxcmFxQGKwEiPQEzFR8BPwE1My8BNR8BIycVIzUzFzUzFxQrATUXMhU3IxUzFSMVMxUjNTMXIxUzFSMVIzUzFyM1MxcjJxUjNTMXNTMXIxUzFSMVMxUjNTMXFCsBNRcyFTcjATU0NwEGNwE2NwEGNwEzCQEjFTM/ATUnJSMVMz8BNScDIxUzPwE1JwQ+CQkGAgMCdfwcMCAhQy4D5C1EIh+UJxkbdXX+/0YSKhQKCipLNBwTExw0YAY0DQY2CzEBR/5zAY395EkB0/1YRboYGEY1HhUVF001HBMTHDVUKhQKCipeBjYNBzcLVRcCBQcDFgsKFRSPAw5G/TgCgUX9xAH2RkdG/t0cFgRNHpwLChUUFwIFBwMWNpfdUAc3CwY2DVMUKioUSxwTExw1NU0eFRUXNSkYGGAGNgsGNA1NHBMTHDQ0VRQqKRU0I/ysBgOPDzj8ZhccA3oCA/zMRQLv/Y8JCQYCAwG+CQkGAgIGCQkGAgLVRAQHMgUEaCAiLPwbL0RELwPlLSEgexkbIxpxt0b9bhUzCw1gDRsNHA9gMDBgMzMO/r1HAYr+MEkCGf2hRwKmbmBiDxsNKV4NGw0cD2AVMwsNYDAwYDMzYEgGAgIGSEgLDRfl/PECyUf9fgI9jUb+CgEjR/6xFh5OBFoLDRdJSAYDAwZIDZZG3G0zM2AwMEgYYQEVBhwNGw1gDxwNKGBgYGAzM2AwMA8cDRsNYEgYYQEVIgNVIw8Q/G8GJAOcEQH8hRxiAzL9FANNRAMGMgYDRAMGMgb7t0QEBzIFAAAlAmMAdQcpBTsABwAPABcAKQAwADQAPQBJAFMAVwBbAF8AYwBtAHkAggCMAJwAoACkAKgArACxAMEAxQDPANcA4wDtAPEA+wEHAQ8BFwEdASEBKQAAASMVMz8BNSclIxUzPwE1JwMjFTM/ATUnEyEiBwYVERQWMyEyNjURNCcmBzIXFh0BJxcVJTMnMzIdARQGKwEnMxUjFTMVIxUzFSMnMxc1MxUjJxUjFwEVCQEVATMBFQEzNzMVIyczFSMVMxUjFSMnMxUjFTMVIxUzFSMnMzIdARQGKwEnMxc1MxUjJxUjJzMVHwE/ATUzFRQGKwEiNQcBIwEVASMBFTUBKwIBNRMmJxcmFxQGKwEiPQEzFR8BPwE1My8BNR8BIycVIzUzFzUzFxQrATUXMhU3IxUzFSMVMxUjNTMXIxUzFSMVIzUzFyM1MxcjJxUjNTMXNTMXIxUzFSMVMxUjNTMXFCsBNRcyFTcjATU0NwEGNwE2NwEGNwEzAQUjFTM/ATUnBD4JCQYCAwG+CQkGAgIGCQkGAgKx/BwwICFDLgPkLUQiH5QnGRt1df7/RhIqFAoKKks0HBMTHDRgBjQNBjYLMQFH/nMBjf3kSQHT/VhFuhgYRjUeFRUXTTUcExMcNVQqFAoKKl4GNg0HNwtVFwIFBwMWCwoVFI8DDkb9OAKBRf3EAfZGR0b+3RwWBE0enAsKFRQXAgUHAxY2l91QBzcLBjYNUxQqKhRLHBMTHDU1TR4VFRc1KRgYYAY2CwY0DU0cExMcNDRVFCopFTQj/KwGA48POPxmFxwDegID/MxFAu/9jwkJBgIDBSFEAwYyBgNEAwYyBvu3RAQHMgUEaCAiLPwbL0RELwPlLSEgexkbIxpxt0b9bhUzCw1gDRsNHA9gMDBgMzMO/r1HAYr+MEkCGf2hRwKmbmBiDxsNKV4NGw0cD2AVMwsNYDAwYDMzYEgGAgIGSEgLDRfl/PECyUf9fgI9jUb+CgEjR/6xFh5OBFoLDRdJSAYDAwZIDZZG3G0zM2AwMEgYYQEVBhwNGw1gDxwNKGBgYGAzM2AwMA8cDRsNYEgYYQEVIgNVIw8Q/G8GJAOcEQH8hRxiAzL9FP9EBAcyBQAAACUCYwB1BykFOwAHAA8AFwAfADEAOAA8AEUAUQBbAF8AYwBnAGsAdQCBAIoAlACkAKgArACwALQAuQDJAM0A1wDfAOsA9QD5AQMBDwEXAR8BJQEpAAAlIxUzPwE1JyUjFTM/ATUnASMVMz8BNSclIxUzPwE1JzchIgcGFREUFjMhMjY1ETQnJgcyFxYdAScXFSUzJzMyHQEUBisBJzMVIxUzFSMVMxUjJzMXNTMVIycVIxcBFQkBFQEzARUBMzczFSMnMxUjFTMVIxUjJzMVIxUzFSMVMxUjJzMyHQEUBisBJzMXNTMVIycVIyczFR8BPwE1MxUUBisBIjUHASMBFQEjARU1ASsCATUTJicXJhcUBisBIj0BMxUfAT8BNTMvATUfASMnFSM1Mxc1MxcUKwE1FzIVNyMVMxUjFTMVIzUzFyMVMxUjFSM1MxcjNTMXIycVIzUzFzUzFyMVMxUjFTMVIzUzFxQrATUXMhU3IwE1NDcBBjcBNjcBBjcBMwEEPgkJBgIDAb4JCQYCAv43CQkGAgMBvgkJBgICsfwcMCAhQy4D5C1EIh+UJxkbdXX+/0YSKhQKCipLNBwTExw0YAY0DQY2CzEBR/5zAY395EkB0/1YRboYGEY1HhUVF001HBMTHDVUKhQKCipeBjYNBzcLVRcCBQcDFgsKFRSPAw5G/TgCgUX9xAH2RkdG/t0cFgRNHpwLChUUFwIFBwMWNpfdUAc3CwY2DVMUKioUSxwTExw1NU0eFRUXNSkYGGAGNgsGNA1NHBMTHDQ0VRQqKRU0I/ysBgOPDzj8ZhccA3oCA/zMRQLv1UQEBzIFAkQEBzIFBE5EAwYyBgNEAwYyBh0gIiz8Gy9ERC8D5S0hIHsZGyMacbdG/W4VMwsNYA0bDRwPYDAwYDMzDv69RwGK/jBJAhn9oUcCpm5gYg8bDSleDRsNHA9gFTMLDWAwMGAzM2BIBgICBkhICw0X5fzxAslH/X4CPY1G/goBI0f+sRYeTgRaCw0XSUgGAwMGSA2WRtxtMzNgMDBIGGEBFQYcDRsNYA8cDShgYGBgMzNgMDAPHA0bDWBIGGEBFSIDVSMPEPxvBiQDnBEB/IUcYgMy/RQAAAAAJQJjAHUHKQU7AAcADwAXAB8AMQA4ADwARQBRAFsAXwBjAGcAawB1AIEAigCUAKQAqACsALAAtAC5AMkAzQDXAN8A6wD1APkBAwEPARcBHwElASkAAAEjFTM/ATUnASMVMz8BNSclIxUzPwE1JwEjFTM/ATUnJSEiBwYVERQWMyEyNjURNCcmBzIXFh0BJxcVJTMnMzIdARQGKwEnMxUjFTMVIxUzFSMnMxc1MxUjJxUjFwEVCQEVATMBFQEzNzMVIyczFSMVMxUjFSMnMxUjFTMVIxUzFSMnMzIdARQGKwEnMxc1MxUjJxUjJzMVHwE/ATUzFRQGKwEiNQcBIwEVASMBFTUBKwIBNRMmJxcmFxQGKwEiPQEzFR8BPwE1My8BNR8BIycVIzUzFzUzFxQrATUXMhU3IxUzFSMVMxUjNTMXIxUzFSMVIzUzFyM1MxcjJxUjNTMXNTMXIxUzFSMVMxUjNTMXFCsBNRcyFTcjATU0NwEGNwE2NwEGNwEzAQYBCQkGAgL+NwkJBgIDAb4JCQYCAv43CQkGAgMCdfwcMCAhQy4D5C1EIh+UJxkbdXX+/0YSKhQKCipLNBwTExw0YAY0DQY2CzEBR/5zAY395EkB0/1YRboYGEY1HhUVF001HBMTHDVUKhQKCipeBjYNBzcLVRcCBQcDFgsKFRSPAw5G/TgCgUX9xAH2RkdG/t0cFgRNHpwLChUUFwIFBwMWNpfdUAc3CwY2DVMUKioUSxwTExw1NU0eFRUXNSkYGGAGNgsGNA1NHBMTHDQ0VRQqKRU0I/ysBgOPDzj8ZhccA3oCA/zMRQLvBSFEAwYyBvu3RAQHMgUCRAQHMgUETkQDBjIGHSAiLPwbL0RELwPlLSEgexkbIxpxt0b9bhUzCw1gDRsNHA9gMDBgMzMO/r1HAYr+MEkCGf2hRwKmbmBiDxsNKV4NGw0cD2AVMwsNYDAwYDMzYEgGAgIGSEgLDRfl/PECyUf9fgI9jUb+CgEjR/6xFh5OBFoLDRdJSAYDAwZIDZZG3G0zM2AwMEgYYQEVBhwNGw1gDxwNKGBgYGAzM2AwMA8cDRsNYEgYYQEVIgNVIw8Q/G8GJAOcEQH8hRxiAzL9FAAlAmMAdQcpBTsAEQAYABwAJQAxADsAPwBDAEcASwBVAGEAagB0AIQAiACMAJAAlACZAKkArQC3AL8AywDVANkA4wDvAPcA/wEFAQkBEQEZASEBKQAAASEiBwYVERQWMyEyNjURNCcmBzIXFh0BJxcVJTMnMzIdARQGKwEnMxUjFTMVIxUzFSMnMxc1MxUjJxUjFwEVCQEVATMBFQEzNzMVIyczFSMVMxUjFSMnMxUjFTMVIxUzFSMnMzIdARQGKwEnMxc1MxUjJxUjJzMVHwE/ATUzFRQGKwEiNQcBIwEVASMBFTUBKwIBNRMmJxcmFxQGKwEiPQEzFR8BPwE1My8BNR8BIycVIzUzFzUzFxQrATUXMhU3IxUzFSMVMxUjNTMXIxUzFSMVIzUzFyM1MxcjJxUjNTMXNTMXIxUzFSMVMxUjNTMXFCsBNRcyFTcjATU0NwEGNwE2NwEGNwEzAQMjFTM/ATUnJSMVMz8BNScBIxUzPwE1JyUjFTM/ATUnBrj8HDAgIUMuA+QtRCIflCcZG3V1/v9GEioUCgoqSzQcExMcNGAGNA0GNgsxAUf+cwGN/eRJAdP9WEW6GBhGNR4VFRdNNRwTExw1VCoUCgoqXgY2DQc3C1UXAgUHAxYLChUUjwMORv04AoFF/cQB9kZHRv7dHBYETR6cCwoVFBcCBQcDFjaX3VAHNwsGNg1TFCoqFEscExMcNTVNHhUVFzUpGBhgBjYLBjQNTRwTExw0NFUUKikVNCP8rAYDjw84/GYXHAN6AgP8zEUC764JCQYCAv43CQkGAgMBvgkJBgIC/jcJCQYCAwU7ICIs/BsvREQvA+UtISB7GRsjGnG3Rv1uFTMLDWANGw0cD2AwMGAzMw7+vUcBiv4wSQIZ/aFHAqZuYGIPGw0pXg0bDRwPYBUzCw1gMDBgMzNgSAYCAgZISAsNF+X88QLJR/1+Aj2NRv4KASNH/rEWHk4EWgsNF0lIBgMDBkgNlkbcbTMzYDAwSBhhARUGHA0bDWAPHA0oYGBgYDMzYDAwDxwNGw1gSBhhARUiA1UjDxD8bwYkA5wRAfyFHGIDMv0UA01EAwYyBgNEAwYyBvu3RAQHMgUCRAQHMgUAACUCYwB1BykFOwAHAA8AFwAfADEAOAA8AEUAUQBbAF8AYwBnAGsAdQCBAIoAlACkAKgArACwALQAuQDJAM0A1wDfAOsA9QD5AQMBDwEXAR8BJQEpAAAlIxUzPwE1JyUjFTM/ATUnAyMVMz8BNSclIxUzPwE1JyUhIgcGFREUFjMhMjY1ETQnJgcyFxYdAScXFSUzJzMyHQEUBisBJzMVIxUzFSMVMxUjJzMXNTMVIycVIxcBFQkBFQEzARUBMzczFSMnMxUjFTMVIxUjJzMVIxUzFSMVMxUjJzMyHQEUBisBJzMXNTMVIycVIyczFR8BPwE1MxUUBisBIjUHASMBFQEjARU1ASsCATUTJicXJhcUBisBIj0BMxUfAT8BNTMvATUfASMnFSM1Mxc1MxcUKwE1FzIVNyMVMxUjFTMVIzUzFyMVMxUjFSM1MxcjNTMXIycVIzUzFzUzFyMVMxUjFTMVIzUzFxQrATUXMhU3IwE1NDcBBjcBNjcBBjcBMwEEPgkJBgIDAb4JCQYCAgYJCQYCAv43CQkGAgMCdfwcMCAhQy4D5C1EIh+UJxkbdXX+/0YSKhQKCipLNBwTExw0YAY0DQY2CzEBR/5zAY395EkB0/1YRboYGEY1HhUVF001HBMTHDVUKhQKCipeBjYNBzcLVRcCBQcDFgsKFRSPAw5G/TgCgUX9xAH2RkdG/t0cFgRNHpwLChUUFwIFBwMWNpfdUAc3CwY2DVMUKioUSxwTExw1NU0eFRUXNSkYGGAGNgsGNA1NHBMTHDQ0VRQqKRU0I/ysBgOPDzj8ZhccA3oCA/zMRQLv1UQEBzIFAkQEBzIFBE5EAwYyBgNEAwYyBh0gIiz8Gy9ERC8D5S0hIHsZGyMacbdG/W4VMwsNYA0bDRwPYDAwYDMzDv69RwGK/jBJAhn9oUcCpm5gYg8bDSleDRsNHA9gFTMLDWAwMGAzM2BIBgICBkhICw0X5fzxAslH/X4CPY1G/goBI0f+sRYeTgRaCw0XSUgGAwMGSA2WRtxtMzNgMDBIGGEBFQYcDRsNYA8cDShgYGBgMzNgMDAPHA0bDWBIGGEBFSIDVSMPEPxvBiQDnBEB/IUcYgMy/RQAAAAAJQJjAHUHKQU7AAcAGQAgACQALQA5AEMARwBLAE8AUwBdAGkAcgB8AIwAkACUAJgAnAChALEAtQC/AMcA0wDdAOEA6wD3AP8BBwENAREBGQEhASkAAAEjFTM/ATUnJSEiBwYVERQWMyEyNjURNCcmBzIXFh0BJxcVJTMnMzIdARQGKwEnMxUjFTMVIxUzFSMnMxc1MxUjJxUjFwEVCQEVATMBFQEzNzMVIyczFSMVMxUjFSMnMxUjFTMVIxUzFSMnMzIdARQGKwEnMxc1MxUjJxUjJzMVHwE/ATUzFRQGKwEiNQcBIwEVASMBFTUBKwIBNRMmJxcmFxQGKwEiPQEzFR8BPwE1My8BNR8BIycVIzUzFzUzFxQrATUXMhU3IxUzFSMVMxUjNTMXIxUzFSMVIzUzFyM1MxcjJxUjNTMXNTMXIxUzFSMVMxUjNTMXFCsBNRcyFTcjATU0NwEGNwE2NwEGNwEzAQUjFTM/ATUnJSMVMz8BNScDIxUzPwE1JwQ+CQkGAgMCdfwcMCAhQy4D5C1EIh+UJxkbdXX+/0YSKhQKCipLNBwTExw0YAY0DQY2CzEBR/5zAY395EkB0/1YRboYGEY1HhUVF001HBMTHDVUKhQKCipeBjYNBzcLVRcCBQcDFgsKFRSPAw5G/TgCgUX9xAH2RkdG/t0cFgRNHpwLChUUFwIFBwMWNpfdUAc3CwY2DVMUKioUSxwTExw1NU0eFRUXNSkYGGAGNgsGNA1NHBMTHDQ0VRQqKRU0I/ysBgOPDzj8ZhccA3oCA/zMRQLv/Y8JCQYCAwG+CQkGAgIGCQkGAgIFIUQDBjIGHSAiLPwbL0RELwPlLSEgexkbIxpxt0b9bhUzCw1gDRsNHA9gMDBgMzMO/r1HAYr+MEkCGf2hRwKmbmBiDxsNKV4NGw0cD2AVMwsNYDAwYDMzYEgGAgIGSEgLDRfl/PECyUf9fgI9jUb+CgEjR/6xFh5OBFoLDRdJSAYDAwZIDZZG3G0zM2AwMEgYYQEVBhwNGw1gDxwNKGBgYGAzM2AwMA8cDRsNYEgYYQEVIgNVIw8Q/G8GJAOcEQH8hRxiAzL9FP9EBAcyBQJEBAcyBQRORAMGMgYAAAAlAmMAdQcpBTsAEQAYABwAJQAxADsAPwBDAEcASwBVAGEAagB0AIQAiACMAJAAlACZAKkArQC3AL8AywDVANkA4wDvAPcA/wEFAQkBEQEZASEBKQAAASEiBwYVERQWMyEyNjURNCcmBzIXFh0BJxcVJTMnMzIdARQGKwEnMxUjFTMVIxUzFSMnMxc1MxUjJxUjFwEVCQEVATMBFQEzNzMVIyczFSMVMxUjFSMnMxUjFTMVIxUzFSMnMzIdARQGKwEnMxc1MxUjJxUjJzMVHwE/ATUzFRQGKwEiNQcBIwEVASMBFTUBKwIBNRMmJxcmFxQGKwEiPQEzFR8BPwE1My8BNR8BIycVIzUzFzUzFxQrATUXMhU3IxUzFSMVMxUjNTMXIxUzFSMVIzUzFyM1MxcjJxUjNTMXNTMXIxUzFSMVMxUjNTMXFCsBNRcyFTcjATU0NwEGNwE2NwEGNwEzAQMjFTM/ATUnASMVMz8BNSclIxUzPwE1JwEjFTM/ATUnBrj8HDAgIUMuA+QtRCIflCcZG3V1/v9GEioUCgoqSzQcExMcNGAGNA0GNgsxAUf+cwGN/eRJAdP9WEW6GBhGNR4VFRdNNRwTExw1VCoUCgoqXgY2DQc3C1UXAgUHAxYLChUUjwMORv04AoFF/cQB9kZHRv7dHBYETR6cCwoVFBcCBQcDFjaX3VAHNwsGNg1TFCoqFEscExMcNTVNHhUVFzUpGBhgBjYLBjQNTRwTExw0NFUUKikVNCP8rAYDjw84/GYXHAN6AgP8zEUC764JCQYCAv43CQkGAgMBvgkJBgIC/jcJCQYCAwU7ICIs/BsvREQvA+UtISB7GRsjGnG3Rv1uFTMLDWANGw0cD2AwMGAzMw7+vUcBiv4wSQIZ/aFHAqZuYGIPGw0pXg0bDRwPYBUzCw1gMDBgMzNgSAYCAgZISAsNF+X88QLJR/1+Aj2NRv4KASNH/rEWHk4EWgsNF0lIBgMDBkgNlkbcbTMzYDAwSBhhARUGHA0bDWAPHA0oYGBgYDMzYDAwDxwNGw1gSBhhARUiA1UjDxD8bwYkA5wRAfyFHGIDMv0UA01EAwYyBvu3RAQHMgUCRAQHMgUETkQDBjIGACUCYwB1BykFOwARABgAHAAlADEAOwA/AEMARwBLAFUAYQBqAHQAhACIAIwAkACUAJkAqQCtALcAvwDLANUA2QDjAO8A9wD/AQUBCQERARkBIQEpAAABISIHBhURFBYzITI2NRE0JyYHMhcWHQEnFxUlMyczMh0BFAYrASczFSMVMxUjFTMVIyczFzUzFSMnFSMXARUJARUBMwEVATM3MxUjJzMVIxUzFSMVIyczFSMVMxUjFTMVIyczMh0BFAYrASczFzUzFSMnFSMnMxUfAT8BNTMVFAYrASI1BwEjARUBIwEVNQErAgE1EyYnFyYXFAYrASI9ATMVHwE/ATUzLwE1HwEjJxUjNTMXNTMXFCsBNRcyFTcjFTMVIxUzFSM1MxcjFTMVIxUjNTMXIzUzFyMnFSM1Mxc1MxcjFTMVIxUzFSM1MxcUKwE1FzIVNyMBNTQ3AQY3ATY3AQY3ATMBByMVMz8BNSclIxUzPwE1JwEjFTM/ATUnJSMVMz8BNScGuPwcMCAhQy4D5C1EIh+UJxkbdXX+/0YSKhQKCipLNBwTExw0YAY0DQY2CzEBR/5zAY395EkB0/1YRboYGEY1HhUVF001HBMTHDVUKhQKCipeBjYNBzcLVRcCBQcDFgsKFRSPAw5G/TgCgUX9xAH2RkdG/t0cFgRNHpwLChUUFwIFBwMWNpfdUAc3CwY2DVMUKioUSxwTExw1NU0eFRUXNSkYGGAGNgsGNA1NHBMTHDQ0VRQqKRU0I/ysBgOPDzj8ZhccA3oCA/zMRQLvrgkJBgIC/jcJCQYCAwG+CQkGAgL+NwkJBgIDBTsgIiz8Gy9ERC8D5S0hIHsZGyMacbdG/W4VMwsNYA0bDRwPYDAwYDMzDv69RwGK/jBJAhn9oUcCpm5gYg8bDSleDRsNHA9gFTMLDWAwMGAzM2BIBgICBkhICw0X5fzxAslH/X4CPY1G/goBI0f+sRYeTgRaCw0XSUgGAwMGSA2WRtxtMzNgMDBIGGEBFQYcDRsNYA8cDShgYGBgMzNgMDAPHA0bDWBIGGEBFSIDVSMPEPxvBiQDnBEB/IUcYgMy/RT/RAQHMgUCRAQHMgUETkQDBjIGA0QDBjIGAAAAJQJjAHUHKQU7AAcADwAhACgALAA1AEEASwBPAFMAVwBbAGUAcQB6AIQAlACYAJwAoACkAKkAuQC9AMcAzwDbAOUA6QDzAP8BBwEPARUBGQEhASkAACUjFTM/ATUnJSMVMz8BNScBISIHBhURFBYzITI2NRE0JyYHMhcWHQEnFxUlMyczMh0BFAYrASczFSMVMxUjFTMVIyczFzUzFSMnFSMXARUJARUBMwEVATM3MxUjJzMVIxUzFSMVIyczFSMVMxUjFTMVIyczMh0BFAYrASczFzUzFSMnFSMnMxUfAT8BNTMVFAYrASI1BwEjARUBIwEVNQErAgE1EyYnFyYXFAYrASI9ATMVHwE/ATUzLwE1HwEjJxUjNTMXNTMXFCsBNRcyFTcjFTMVIxUzFSM1MxcjFTMVIxUjNTMXIzUzFyMnFSM1Mxc1MxcjFTMVIxUzFSM1MxcUKwE1FzIVNyMBNTQ3AQY3ATY3AQY3ATMJASMVMz8BNSclIxUzPwE1JwYBCQkGAgL+NwkJBgIDAnX8HDAgIUMuA+QtRCIflCcZG3V1/v9GEioUCgoqSzQcExMcNGAGNA0GNgsxAUf+cwGN/eRJAdP9WEW6GBhGNR4VFRdNNRwTExw1VCoUCgoqXgY2DQc3C1UXAgUHAxYLChUUjwMORv04AoFF/cQB9kZHRv7dHBYETR6cCwoVFBcCBQcDFjaX3VAHNwsGNg1TFCoqFEscExMcNTVNHhUVFzUpGBhgBjYLBjQNTRwTExw0NFUUKikVNCP8rAYDjw84/GYXHAN6AgP8zEUC7/2PCQkGAgMBvgkJBgIC1UQEBzIFAkQEBzIFBGggIiz8Gy9ERC8D5S0hIHsZGyMacbdG/W4VMwsNYA0bDRwPYDAwYDMzDv69RwGK/jBJAhn9oUcCpm5gYg8bDSleDRsNHA9gFTMLDWAwMGAzM2BIBgICBkhICw0X5fzxAslH/X4CPY1G/goBI0f+sRYeTgRaCw0XSUgGAwMGSA2WRtxtMzNgMDBIGGEBFQYcDRsNYA8cDShgYGBgMzNgMDAPHA0bDWBIGGEBFSIDVSMPEPxvBiQDnBEB/IUcYgMy/RQDTUQDBjIGA0QDBjIGAAAlAmMAdQcpBTsABwAPABcAHwAxADgAPABFAFEAWwBfAGMAZwBrAHUAgQCKAJQApACoAKwAsAC0ALkAyQDNANcA3wDrAPUA+QEDAQ8BFwEfASUBKQAAASMVMz8BNScBIxUzPwE1JwMjFTM/ATUnASMVMz8BNScTISIHBhURFBYzITI2NRE0JyYHMhcWHQEnFxUlMyczMh0BFAYrASczFSMVMxUjFTMVIyczFzUzFSMnFSMXARUJARUBMwEVATM3MxUjJzMVIxUzFSMVIyczFSMVMxUjFTMVIyczMh0BFAYrASczFzUzFSMnFSMnMxUfAT8BNTMVFAYrASI1BwEjARUBIwEVNQErAgE1EyYnFyYXFAYrASI9ATMVHwE/ATUzLwE1HwEjJxUjNTMXNTMXFCsBNRcyFTcjFTMVIxUzFSM1MxcjFTMVIxUjNTMXIzUzFyMnFSM1Mxc1MxcjFTMVIxUzFSM1MxcUKwE1FzIVNyMBNTQ3AQY3ATY3AQY3ATMBBgEJCQYCAv43CQkGAgMFCQkGAgMBvgkJBgICsfwcMCAhQy4D5C1EIh+UJxkbdXX+/0YSKhQKCipLNBwTExw0YAY0DQY2CzEBR/5zAY395EkB0/1YRboYGEY1HhUVF001HBMTHDVUKhQKCipeBjYNBzcLVRcCBQcDFgsKFRSPAw5G/TgCgUX9xAH2RkdG/t0cFgRNHpwLChUUFwIFBwMWNpfdUAc3CwY2DVMUKioUSxwTExw1NU0eFRUXNSkYGGAGNgsGNA1NHBMTHDQ0VRQqKRU0I/ysBgOPDzj8ZhccA3oCA/zMRQLvBSFEAwYyBvu3RAQHMgUETkQDBjIG+7dEBAcyBQRoICIs/BsvREQvA+UtISB7GRsjGnG3Rv1uFTMLDWANGw0cD2AwMGAzMw7+vUcBiv4wSQIZ/aFHAqZuYGIPGw0pXg0bDRwPYBUzCw1gMDBgMzNgSAYCAgZISAsNF+X88QLJR/1+Aj2NRv4KASNH/rEWHk4EWgsNF0lIBgMDBkgNlkbcbTMzYDAwSBhhARUGHA0bDWAPHA0oYGBgYDMzYDAwDxwNGw1gSBhhARUiA1UjDxD8bwYkA5wRAfyFHGIDMv0UACUCYwB1BykFOwAHAA8AFwAfADEAOAA8AEUAUQBbAF8AYwBnAGsAdQCBAIoAlACkAKgArACwALQAuQDJAM0A1wDfAOsA9QD5AQMBDwEXAR8BJQEpAAABIxUzPwE1JwEjFTM/ATUnAyMVMz8BNScBIxUzPwE1JwEhIgcGFREUFjMhMjY1ETQnJgcyFxYdAScXFSUzJzMyHQEUBisBJzMVIxUzFSMVMxUjJzMXNTMVIycVIxcBFQkBFQEzARUBMzczFSMnMxUjFTMVIxUjJzMVIxUzFSMVMxUjJzMyHQEUBisBJzMXNTMVIycVIyczFR8BPwE1MxUUBisBIjUHASMBFQEjARU1ASsCATUTJicXJhcUBisBIj0BMxUfAT8BNTMvATUfASMnFSM1Mxc1MxcUKwE1FzIVNyMVMxUjFTMVIzUzFyMVMxUjFSM1MxcjNTMXIycVIzUzFzUzFyMVMxUjFTMVIzUzFxQrATUXMhU3IwE1NDcBBjcBNjcBBjcBMwEEPgkJBgIDAb4JCQYCAgYJCQYCAv43CQkGAgMCdfwcMCAhQy4D5C1EIh+UJxkbdXX+/0YSKhQKCipLNBwTExw0YAY0DQY2CzEBR/5zAY395EkB0/1YRboYGEY1HhUVF001HBMTHDVUKhQKCipeBjYNBzcLVRcCBQcDFgsKFRSPAw5G/TgCgUX9xAH2RkdG/t0cFgRNHpwLChUUFwIFBwMWNpfdUAc3CwY2DVMUKioUSxwTExw1NU0eFRUXNSkYGGAGNgsGNA1NHBMTHDQ0VRQqKRU0I/ysBgOPDzj8ZhccA3oCA/zMRQLvBSFEAwYyBvu3RAQHMgUETkQDBjIG+7dEBAcyBQRoICIs/BsvREQvA+UtISB7GRsjGnG3Rv1uFTMLDWANGw0cD2AwMGAzMw7+vUcBiv4wSQIZ/aFHAqZuYGIPGw0pXg0bDRwPYBUzCw1gMDBgMzNgSAYCAgZISAsNF+X88QLJR/1+Aj2NRv4KASNH/rEWHk4EWgsNF0lIBgMDBkgNlkbcbTMzYDAwSBhhARUGHA0bDWAPHA0oYGBgYDMzYDAwDxwNGw1gSBhhARUiA1UjDxD8bwYkA5wRAfyFHGIDMv0UAAAAACUCYwB1BykFOwAHABkAIAAkAC0AOQBDAEcASwBPAFMAXQBpAHIAfACMAJAAlACYAJwAoQCxALUAvwDHANMA3QDhAOsA9wD/AQcBDQERARkBIQEpAAAlIxUzPwE1JwEhIgcGFREUFjMhMjY1ETQnJgcyFxYdAScXFSUzJzMyHQEUBisBJzMVIxUzFSMVMxUjJzMXNTMVIycVIxcBFQkBFQEzARUBMzczFSMnMxUjFTMVIxUjJzMVIxUzFSMVMxUjJzMyHQEUBisBJzMXNTMVIycVIyczFR8BPwE1MxUUBisBIjUHASMBFQEjARU1ASsCATUTJicXJhcUBisBIj0BMxUfAT8BNTMvATUfASMnFSM1Mxc1MxcUKwE1FzIVNyMVMxUjFTMVIzUzFyMVMxUjFSM1MxcjNTMXIycVIzUzFzUzFyMVMxUjFTMVIzUzFxQrATUXMhU3IwE1NDcBBjcBNjcBBjcBMwEHIxUzPwE1JwMjFTM/ATUnJSMVMz8BNScEPgkJBgIDAnX8HDAgIUMuA+QtRCIflCcZG3V1/v9GEioUCgoqSzQcExMcNGAGNA0GNgsxAUf+cwGN/eRJAdP9WEW6GBhGNR4VFRdNNRwTExw1VCoUCgoqXgY2DQc3C1UXAgUHAxYLChUUjwMORv04AoFF/cQB9kZHRv7dHBYETR6cCwoVFBcCBQcDFjaX3VAHNwsGNg1TFCoqFEscExMcNTVNHhUVFzUpGBhgBjYLBjQNTRwTExw0NFUUKikVNCP8rAYDjw84/GYXHAN6AgP8zEUC764JCQYCAgYJCQYCAv43CQkGAgPVRAQHMgUEaCAiLPwbL0RELwPlLSEgexkbIxpxt0b9bhUzCw1gDRsNHA9gMDBgMzMO/r1HAYr+MEkCGf2hRwKmbmBiDxsNKV4NGw0cD2AVMwsNYDAwYDMzYEgGAgIGSEgLDRfl/PECyUf9fgI9jUb+CgEjR/6xFh5OBFoLDRdJSAYDAwZIDZZG3G0zM2AwMEgYYQEVBhwNGw1gDxwNKGBgYGAzM2AwMA8cDRsNYEgYYQEVIgNVIw8Q/G8GJAOcEQH8hRxiAzL9FP9EBAcyBQRORAMGMgYDRAMGMgYAAAAAJQJjAHUHKQU7AAcAGQAgACQALQA5AEMARwBLAE8AUwBdAGkAcgB8AIwAkACUAJgAnAChALEAtQC/AMcA0wDdAOEA6wD3AP8BBwENAREBGQEhASkAACUjFTM/ATUnASEiBwYVERQWMyEyNjURNCcmBzIXFh0BJxcVJTMnMzIdARQGKwEnMxUjFTMVIxUzFSMnMxc1MxUjJxUjFwEVCQEVATMBFQEzNzMVIyczFSMVMxUjFSMnMxUjFTMVIxUzFSMnMzIdARQGKwEnMxc1MxUjJxUjJzMVHwE/ATUzFRQGKwEiNQcBIwEVASMBFTUBKwIBNRMmJxcmFxQGKwEiPQEzFR8BPwE1My8BNR8BIycVIzUzFzUzFxQrATUXMhU3IxUzFSMVMxUjNTMXIxUzFSMVIzUzFyM1MxcjJxUjNTMXNTMXIxUzFSMVMxUjNTMXFCsBNRcyFTcjATU0NwEGNwE2NwEGNwEzAQMjFTM/ATUnAyMVMz8BNScBIxUzPwE1JwQ+CQkGAgMCdfwcMCAhQy4D5C1EIh+UJxkbdXX+/0YSKhQKCipLNBwTExw0YAY0DQY2CzEBR/5zAY395EkB0/1YRboYGEY1HhUVF001HBMTHDVUKhQKCipeBjYNBzcLVRcCBQcDFgsKFRSPAw5G/TgCgUX9xAH2RkdG/t0cFgRNHpwLChUUFwIFBwMWNpfdUAc3CwY2DVMUKioUSxwTExw1NU0eFRUXNSkYGGAGNgsGNA1NHBMTHDQ0VRQqKRU0I/ysBgOPDzj8ZhccA3oCA/zMRQLvrgkJBgICBgkJBgIC/jcJCQYCA9VEBAcyBQRoICIs/BsvREQvA+UtISB7GRsjGnG3Rv1uFTMLDWANGw0cD2AwMGAzMw7+vUcBiv4wSQIZ/aFHAqZuYGIPGw0pXg0bDRwPYBUzCw1gMDBgMzNgSAYCAgZISAsNF+X88QLJR/1+Aj2NRv4KASNH/rEWHk4EWgsNF0lIBgMDBkgNlkbcbTMzYDAwSBhhARUGHA0bDWAPHA0oYGBgYDMzYDAwDxwNGw1gSBhhARUiA1UjDxD8bwYkA5wRAfyFHGIDMv0UA01EAwYyBvu3RAQHMgUETkQDBjIGAAAlAmMAdQcpBTsABwAPABcAHwAxADgAPABFAFEAWwBfAGMAZwBrAHUAgQCKAJQApACoAKwAsAC0ALkAyQDNANcA3wDrAPUA+QEDAQ8BFwEfASUBKQAAJSMVMz8BNSclIxUzPwE1JwEjFTM/ATUnJSMVMz8BNSc3ISIHBhURFBYzITI2NRE0JyYHMhcWHQEnFxUlMyczMh0BFAYrASczFSMVMxUjFTMVIyczFzUzFSMnFSMXARUJARUBMwEVATM3MxUjJzMVIxUzFSMVIyczFSMVMxUjFTMVIyczMh0BFAYrASczFzUzFSMnFSMnMxUfAT8BNTMVFAYrASI1BwEjARUBIwEVNQErAgE1EyYnFyYXFAYrASI9ATMVHwE/ATUzLwE1HwEjJxUjNTMXNTMXFCsBNRcyFTcjFTMVIxUzFSM1MxcjFTMVIxUjNTMXIzUzFyMnFSM1Mxc1MxcjFTMVIxUzFSM1MxcUKwE1FzIVNyMBNTQ3AQY3ATY3AQY3ATMBBD4JCQYCAwG+CQkGAgL+NwkJBgIDAb4JCQYCArH8HDAgIUMuA+QtRCIflCcZG3V1/v9GEioUCgoqSzQcExMcNGAGNA0GNgsxAUf+cwGN/eRJAdP9WEW6GBhGNR4VFRdNNRwTExw1VCoUCgoqXgY2DQc3C1UXAgUHAxYLChUUjwMORv04AoFF/cQB9kZHRv7dHBYETR6cCwoVFBcCBQcDFjaX3VAHNwsGNg1TFCoqFEscExMcNTVNHhUVFzUpGBhgBjYLBjQNTRwTExw0NFUUKikVNCP8rAYDjw84/GYXHAN6AgP8zEUC79VEBAcyBQJEBAcyBQRORAMGMgYDRAMGMgYdICIs/BsvREQvA+UtISB7GRsjGnG3Rv1uFTMLDWANGw0cD2AwMGAzMw7+vUcBiv4wSQIZ/aFHAqZuYGIPGw0pXg0bDRwPYBUzCw1gMDBgMzNgSAYCAgZISAsNF+X88QLJR/1+Aj2NRv4KASNH/rEWHk4EWgsNF0lIBgMDBkgNlkbcbTMzYDAwSBhhARUGHA0bDWAPHA0oYGBgYDMzYDAwDxwNGw1gSBhhARUiA1UjDxD8bwYkA5wRAfyFHGIDMv0UAAAAACUCYwB1BykFOwARABgAHAAlADEAOwA/AEMARwBLAFUAYQBqAHQAhACIAIwAkACUAJkAqQCtALcAvwDLANUA2QDjAO8A9wD/AQUBCQERARkBIQEpAAABISIHBhURFBYzITI2NRE0JyYHMhcWHQEnFxUlMyczMh0BFAYrASczFSMVMxUjFTMVIyczFzUzFSMnFSMXARUJARUBMwEVATM3MxUjJzMVIxUzFSMVIyczFSMVMxUjFTMVIyczMh0BFAYrASczFzUzFSMnFSMnMxUfAT8BNTMVFAYrASI1BwEjARUBIwEVNQErAgE1EyYnFyYXFAYrASI9ATMVHwE/ATUzLwE1HwEjJxUjNTMXNTMXFCsBNRcyFTcjFTMVIxUzFSM1MxcjFTMVIxUjNTMXIzUzFyMnFSM1Mxc1MxcjFTMVIxUzFSM1MxcUKwE1FzIVNyMBNTQ3AQY3ATY3AQY3ATMJASMVMz8BNSclIxUzPwE1JwEjFTM/ATUnJSMVMz8BNScGuPwcMCAhQy4D5C1EIh+UJxkbdXX+/0YSKhQKCipLNBwTExw0YAY0DQY2CzEBR/5zAY395EkB0/1YRboYGEY1HhUVF001HBMTHDVUKhQKCipeBjYNBzcLVRcCBQcDFgsKFRSPAw5G/TgCgUX9xAH2RkdG/t0cFgRNHpwLChUUFwIFBwMWNpfdUAc3CwY2DVMUKioUSxwTExw1NU0eFRUXNSkYGGAGNgsGNA1NHBMTHDQ0VRQqKRU0I/ysBgOPDzj8ZhccA3oCA/zMRQLv/Y8JCQYCAwG+CQkGAgL+NwkJBgIDAb4JCQYCAgU7ICIs/BsvREQvA+UtISB7GRsjGnG3Rv1uFTMLDWANGw0cD2AwMGAzMw7+vUcBiv4wSQIZ/aFHAqZuYGIPGw0pXg0bDRwPYBUzCw1gMDBgMzNgSAYCAgZISAsNF+X88QLJR/1+Aj2NRv4KASNH/rEWHk4EWgsNF0lIBgMDBkgNlkbcbTMzYDAwSBhhARUGHA0bDWAPHA0oYGBgYDMzYDAwDxwNGw1gSBhhARUiA1UjDxD8bwYkA5wRAfyFHGIDMv0UA01EAwYyBgNEAwYyBvu3RAQHMgUCRAQHMgUAJQJjAHUHKQU7ABEAGAAcACUAMQA7AD8AQwBHAEsAVQBhAGoAdACEAIgAjACQAJQAmQCpAK0AtwC/AMsA1QDZAOMA7wD3AP8BBQEJAREBGQEhASkAAAEhIgcGFREUFjMhMjY1ETQnJgcyFxYdAScXFSUzJzMyHQEUBisBJzMVIxUzFSMVMxUjJzMXNTMVIycVIxcBFQkBFQEzARUBMzczFSMnMxUjFTMVIxUjJzMVIxUzFSMVMxUjJzMyHQEUBisBJzMXNTMVIycVIyczFR8BPwE1MxUUBisBIjUHASMBFQEjARU1ASsCATUTJicXJhcUBisBIj0BMxUfAT8BNTMvATUfASMnFSM1Mxc1MxcUKwE1FzIVNyMVMxUjFTMVIzUzFyMVMxUjFSM1MxcjNTMXIycVIzUzFzUzFyMVMxUjFTMVIzUzFxQrATUXMhU3IwE1NDcBBjcBNjcBBjcBMwEDIxUzPwE1JwMjFTM/ATUnASMVMz8BNScDIxUzPwE1Jwa4/BwwICFDLgPkLUQiH5QnGRt1df7/RhIqFAoKKks0HBMTHDRgBjQNBjYLMQFH/nMBjf3kSQHT/VhFuhgYRjUeFRUXTTUcExMcNVQqFAoKKl4GNg0HNwtVFwIFBwMWCwoVFI8DDkb9OAKBRf3EAfZGR0b+3RwWBE0enAsKFRQXAgUHAxY2l91QBzcLBjYNUxQqKhRLHBMTHDU1TR4VFRc1KRgYYAY2CwY0DU0cExMcNDRVFCopFTQj/KwGA48POPxmFxwDegID/MxFAu+uCQkGAgIGCQkGAgL+NwkJBgIDBQkJBgIDBTsgIiz8Gy9ERC8D5S0hIHsZGyMacbdG/W4VMwsNYA0bDRwPYDAwYDMzDv69RwGK/jBJAhn9oUcCpm5gYg8bDSleDRsNHA9gFTMLDWAwMGAzM2BIBgICBkhICw0X5fzxAslH/X4CPY1G/goBI0f+sRYeTgRaCw0XSUgGAwMGSA2WRtxtMzNgMDBIGGEBFQYcDRsNYA8cDShgYGBgMzNgMDAPHA0bDWBIGGEBFSIDVSMPEPxvBiQDnBEB/IUcYgMy/RQDTUQDBjIG+7dEBAcyBQRORAMGMgb7t0QEBzIFAAAlAmMAdQcpBTsABwAPABcAHwAxADgAPABFAFEAWwBfAGMAZwBrAHUAgQCKAJQApACoAKwAsAC0ALkAyQDNANcA3wDrAPUA+QEDAQ8BFwEfASUBKQAAASMVMz8BNSclIxUzPwE1JwEjFTM/ATUnJSMVMz8BNScTISIHBhURFBYzITI2NRE0JyYHMhcWHQEnFxUlMyczMh0BFAYrASczFSMVMxUjFTMVIyczFzUzFSMnFSMXARUJARUBMwEVATM3MxUjJzMVIxUzFSMVIyczFSMVMxUjFTMVIyczMh0BFAYrASczFzUzFSMnFSMnMxUfAT8BNTMVFAYrASI1BwEjARUBIwEVNQErAgE1EyYnFyYXFAYrASI9ATMVHwE/ATUzLwE1HwEjJxUjNTMXNTMXFCsBNRcyFTcjFTMVIxUzFSM1MxcjFTMVIxUjNTMXIzUzFyMnFSM1Mxc1MxcjFTMVIxUzFSM1MxcUKwE1FzIVNyMBNTQ3AQY3ATY3AQY3ATMBBD4JCQYCAwG+CQkGAgL+NwkJBgIDAb4JCQYCArH8HDAgIUMuA+QtRCIflCcZG3V1/v9GEioUCgoqSzQcExMcNGAGNA0GNgsxAUf+cwGN/eRJAdP9WEW6GBhGNR4VFRdNNRwTExw1VCoUCgoqXgY2DQc3C1UXAgUHAxYLChUUjwMORv04AoFF/cQB9kZHRv7dHBYETR6cCwoVFBcCBQcDFjaX3VAHNwsGNg1TFCoqFEscExMcNTVNHhUVFzUpGBhgBjYLBjQNTRwTExw0NFUUKikVNCP8rAYDjw84/GYXHAN6AgP8zEUC7wUhRAMGMgYDRAMGMgb7t0QEBzIFAkQEBzIFBGggIiz8Gy9ERC8D5S0hIHsZGyMacbdG/W4VMwsNYA0bDRwPYDAwYDMzDv69RwGK/jBJAhn9oUcCpm5gYg8bDSleDRsNHA9gFTMLDWAwMGAzM2BIBgICBkhICw0X5fzxAslH/X4CPY1G/goBI0f+sRYeTgRaCw0XSUgGAwMGSA2WRtxtMzNgMDBIGGEBFQYcDRsNYA8cDShgYGBgMzNgMDAPHA0bDWBIGGEBFSIDVSMPEPxvBiQDnBEB/IUcYgMy/RQAACUCYwB1BykFOwARABYAJgAqAC4AMgA8AEQAUABaAF4AaAB0AHwAgwCHAJAAnACmAKoArgCyALYAwADMANUA3wDjAPMA+QEBAQUBCQERARkBIQEpAAAlMjY1ETQnJiMhIgcGFREUFjM3JicXJhcUBisBIj0BMxUfAT8BNTMvATUXMyMBPQIBIwcjJxUjNTMXNTMXFCsBNRcyFTcjFTMVIxUzFSM1MxcjFTMVIxUjNTMXIzUzFyMnFSM1Mxc1MxcjFTMVIxUzFSM1MxcUKwE1FzIVEzIXFh0BJxcVJTMnMzIdARQGKwEnMxUjFTMVIxUzFSMnMxc1MxUjJxUjFwEVCQEVATMBFQEzNzMVIyczFSMVMxUjFSMnMxUjFTMVIxUzFSMnMzIdARQGKwEnMxc1MxUjJxUjARUBMyczFR8BPwE1MxUUBisBIjUHAQYHATYHNDcBBisBARUBIwEVASMJASMVMz8BNScDIxUzPwE1JyUjFTM/ATUnAyMVMz8BNScGuC1EIh8w/BwwICFDLiUWBE0enAsKFRQXAgUHAxY2l92MRv7dAfZGgwc3CwY2DVMUKioUSxwTExw1NU0eFRUXNSkYGGAGNgsGNA1NHBMTHDQ0VRQqKRU0JxkbdXX+/0YSKhQKCipLNBwTExw0YAY0DQY2CzEBR/5zAY395EkB0/1YRboYGEY1HhUVF001HBMTHDVUKhQKCipeBjYNBzcLAu78zEVUFwIFBwMWCwoVFDgDegIR/GYXOwYDjw8PI/ysAw5G/TgCgUX9xAFhCQkGAgMFCQkGAgMBvgkJBgICBgkJBgICdUQvA+UtISAgIiz8Gy9ElxYeTgRaCw0XSUgGAwMGSA2WRtwBI0dGRv4KbTMzYDAwSBhhARUGHA0bDWAPHA0oYGBgYDMzYDAwDxwNGw1gSBhhARUD8RkbIxpxt0b9bhUzCw1gDRsNHA9gMDBgMzMO/r1HAYr+MEkCGf2hRwKmbmBiDxsNKV4NGw0cD2AVMwsNYDAwYDMz/QZGAzJuSAYCAgZISAsNFyL8hRwXA5wRWQ8Q/G8GA1VG/PECyUf9fgI9/adEBAcyBQRORAMGMgYDRAMGMgb7t0QEBzIFAAAlAmMAdQcpBTsABwAPABcAHwAxADgAPABFAFEAWwBfAGMAZwBrAHUAgQCKAJQApACoAKwAsAC0ALkAyQDNANcA3wDrAPUA+QEDAQ8BFwEfASUBKQAAASMVMz8BNSclIxUzPwE1JwEjFTM/ATUnJSMVMz8BNScBISIHBhURFBYzITI2NRE0JyYHMhcWHQEnFxUlMyczMh0BFAYrASczFSMVMxUjFTMVIyczFzUzFSMnFSMXARUJARUBMwEVATM3MxUjJzMVIxUzFSMVIyczFSMVMxUjFTMVIyczMh0BFAYrASczFzUzFSMnFSMnMxUfAT8BNTMVFAYrASI1BwEjARUBIwEVNQErAgE1EyYnFyYXFAYrASI9ATMVHwE/ATUzLwE1HwEjJxUjNTMXNTMXFCsBNRcyFTcjFTMVIxUzFSM1MxcjFTMVIxUjNTMXIzUzFyMnFSM1Mxc1MxcjFTMVIxUzFSM1MxcUKwE1FzIVNyMBNTQ3AQY3ATY3AQY3ATMBBgEJCQYCAv43CQkGAgMBvgkJBgIC/jcJCQYCAwJ1/BwwICFDLgPkLUQiH5QnGRt1df7/RhIqFAoKKks0HBMTHDRgBjQNBjYLMQFH/nMBjf3kSQHT/VhFuhgYRjUeFRUXTTUcExMcNVQqFAoKKl4GNg0HNwtVFwIFBwMWCwoVFI8DDkb9OAKBRf3EAfZGR0b+3RwWBE0enAsKFRQXAgUHAxY2l91QBzcLBjYNUxQqKhRLHBMTHDU1TR4VFRc1KRgYYAY2CwY0DU0cExMcNDRVFCopFTQj/KwGA48POPxmFxwDegID/MxFAu8FIUQDBjIGA0QDBjIG+7dEBAcyBQJEBAcyBQRoICIs/BsvREQvA+UtISB7GRsjGnG3Rv1uFTMLDWANGw0cD2AwMGAzMw7+vUcBiv4wSQIZ/aFHAqZuYGIPGw0pXg0bDRwPYBUzCw1gMDBgMzNgSAYCAgZISAsNF+X88QLJR/1+Aj2NRv4KASNH/rEWHk4EWgsNF0lIBgMDBkgNlkbcbTMzYDAwSBhhARUGHA0bDWAPHA0oYGBgYDMzYDAwDxwNGw1gSBhhARUiA1UjDxD8bwYkA5wRAfyFHGIDMv0UACUCYwB1BykFOwAHAA8AFwApADAANAA9AEkAUwBXAFsAXwBjAG0AeQCCAIwAnACgAKQAqACsALEAwQDFAM8A1wDjAO0A8QD7AQcBDwEXAR0BIQEpAAAlIxUzPwE1JwEjFTM/ATUnAyMVMz8BNScBISIHBhURFBYzITI2NRE0JyYHMhcWHQEnFxUlMyczMh0BFAYrASczFSMVMxUjFTMVIyczFzUzFSMnFSMXARUJARUBMwEVATM3MxUjJzMVIxUzFSMVIyczFSMVMxUjFTMVIyczMh0BFAYrASczFzUzFSMnFSMnMxUfAT8BNTMVFAYrASI1BwEjARUBIwEVNQErAgE1EyYnFyYXFAYrASI9ATMVHwE/ATUzLwE1HwEjJxUjNTMXNTMXFCsBNRcyFTcjFTMVIxUzFSM1MxcjFTMVIxUjNTMXIzUzFyMnFSM1Mxc1MxcjFTMVIxUzFSM1MxcUKwE1FzIVNyMBNTQ3AQY3ATY3AQY3ATMBAyMVMz8BNScGAQkJBgIC/jcJCQYCAwUJCQYCAwJ1/BwwICFDLgPkLUQiH5QnGRt1df7/RhIqFAoKKks0HBMTHDRgBjQNBjYLMQFH/nMBjf3kSQHT/VhFuhgYRjUeFRUXTTUcExMcNVQqFAoKKl4GNg0HNwtVFwIFBwMWCwoVFI8DDkb9OAKBRf3EAfZGR0b+3RwWBE0enAsKFRQXAgUHAxY2l91QBzcLBjYNUxQqKhRLHBMTHDU1TR4VFRc1KRgYYAY2CwY0DU0cExMcNDRVFCopFTQj/KwGA48POPxmFxwDegID/MxFAu+uCQkGAgLVRAQHMgUETkQDBjIG+7dEBAcyBQRoICIs/BsvREQvA+UtISB7GRsjGnG3Rv1uFTMLDWANGw0cD2AwMGAzMw7+vUcBiv4wSQIZ/aFHAqZuYGIPGw0pXg0bDRwPYBUzCw1gMDBgMzNgSAYCAgZISAsNF+X88QLJR/1+Aj2NRv4KASNH/rEWHk4EWgsNF0lIBgMDBkgNlkbcbTMzYDAwSBhhARUGHA0bDWAPHA0oYGBgYDMzYDAwDxwNGw1gSBhhARUiA1UjDxD8bwYkA5wRAfyFHGIDMv0UA01EAwYyBgAAAQBE/+ECrQRMAAUAAAkCNwkBAjH+EwHtfP5xAY8ETP3K/ctrAcoBywAAAAABAHP/4QLcBEwABQAANxcJAQcBc3wB7f4TfAGPTGsCNQI2a/41AAAAAQAtAPoEmQNiAAUAAAkBNwkBFwJjAcps/cr9ymwCif5xewHt/hN7AAEALQDLBJkDMwAFAAATBwkBJwGZbAI2AjZs/jYDM3v+EwHte/5xAAADAB/+jwh5BuoAGABAAEYAAAEiBwYABwYQFxYAFxYgNzYANzYQJyYAJyYBFhQHDgUHBiInLgUnJjQ3PgU3NjIXHgUlJwkBNwEETNrGwP7YUVRUUQEowMYBs8fAAShRVFRR/tjAxwKeEhISRWJ8kaNXWrpaV6ORfGJFEhISEkVifJGjV1q6WlejkXxiRf1ofP5AAcB8/p0G6lRR/tjAx/5Nx7/+2FJUVFIBKL/HAbPHwAEoUVT8iVq5WlejkntiRRITExJFYnuSo1dauVpYo5F8YkURExMRRWJ8kaOJbP39/f1rAZgAAAAAAwAf/o8IeQbqABcAPwBFAAAAIDc2ADc2ECcmACcmIAcGAAcGEBcWABcBJjQ3PgU3NjIXHgUXFhQHDgUHBiInLgUFFwkBBwEDcgG0xsABKFFUVFH+2MDG/kzGwP7YUVRUUQEowP4pEhISRWJ8kaNXWrpaV6ORfGJFEhISEkVifJGjV1q6WlejkXxiRQKYfAHA/kB8AWP+j1RSASi/xwGzx8ABKFFUVFH+2MDH/k3Hv/7YUgMjWrlaWKORe2NFERMTEUVifJGjWFq5WlejkntiRRITExJFYnuSo4prAgMCA2z+aQAAAwAf/o8IeQbqABcAPwBFAAAAIAcGAAcGEBcWABcWIDc2ADc2ECcmACcBFhQHDgUHBiInLgUnJjQ3PgU3NjIXHgUBFwkBNwEFJv5MxsD+2FFUVFEBKMDGAbTGwAEoUVRUUf7YwAHXEhISRWJ8kaNXWrpaV6ORfGJFEhISEkVifJGjV1q6WlejkXxiRfqYbAGXAZds/f0G6lRR/tjAx/5Nx7/+2FJUVFIBKL/HAbPHwAEoUfzdWrlaV6OSe2JFEhMTEkVie5KjV1q5WlijkXxiRRETExFFYnyRo/6gewFi/p57AcEAAwAf/o8IeQbqABcAPwBFAAAAIAcGAAcGEBcWABcWIDc2ADc2ECcmACcBFhQHDgUHBiInLgUnJjQ3PgU3NjIXHgUJAQcJAScFJv5MxsD+2FFUVFEBKMDGAbTGwAEoUVRUUf7YwAHXEhISRWJ8kaNXWrpaV6ORfGJFEhISEkVifJGjV1q6WlejkXxiRfyb/mlsAgMCA2wG6lRR/tjAx/5Nx7/+2FJUVFIBKL/HAbPHwAEoUfzdWrlaV6OSe2JFEhMTEkVie5KjV1q5WlijkXxiRRETExFFYnyRo/5cAWN8/j8BwXwAAQAtAAUEUQQoAAsAAAkCBwkBFwkBNwkBA93+Yv5idAGe/mJ0AZ4BnnT+YgGeBCj+YgGec/5i/mFzAZ7+YnMBnwGeAAABACYAFwQmBBcACwAAJREhNSERIxEhFSERAngBrv5SpP5SAa4XAa6kAa7+UqT+UgABACYBxQQmAmkAAwAAEyEVISYEAPwAAmmkAAAAAQArAHQEmwOFAAUAABMHCQEnAZtwAasCxXD9qgJ5eP5zApl4/c8AAAIAyAAJAZEEJAAFAA0AABM7ARMjEwIWMjYuASIG2R6ICbgJETpVOgE5VToBQwLh/Tz+4zo6VTo6AAAAAAIAgwAJAwAEJAAlAC4AAAE2NTQuAiMiBwYHDgEPATM3PgEzMhYVFAYHBgcGFxUzNTQ2NzYDIgYUFjI2NCYCZZsuVXNESj06KictAwGhAgVRRUJRLDhMJCUBpAkKFnsqOjpVOTkCFV2jOWRKKBYVKSZoPhcUQkpGODBBIi40OEpVQhokDx/+4TpVOjpVOgAAAAMAH/6PCHkG6gALACQATAAACQIHCQEXCQE3CQIiBwYABwYQFxYAFxYgNzYANzYQJyYAJyYBFhQHDgUHBiInLgUnJjQ3PgU3NjIXHgUFgf7L/st0ATX+y3QBNQE1dP7LATX+V9rGwP7YUVRUUQEowMYBs8fAAShRVFRR/tjAxwKeEhISRWJ8kaNXWrpaV6ORfGJFEhISEkVifJGjV1q6WlejkXxiRQRm/ssBNXT+y/7LdAE1/st0ATUBNQL4VFH+2MDH/k3Hv/7YUlRUUgEov8cBs8fAAShRVPyJWrlaV6OSe2JFEhMTEkVie5KjV1q5WlijkXxiRRETExFFYnyRowADAB/+jwh5BuoACwAjAEsAAAEjESEVIREzESE1IRIgBwYABwYQFxYAFxYgNzYANzYQJyYAJwEWFAcOBQcGIicuBScmNDc+BTc2MhceBQSepP5FAbukAbv+RYj+TMbA/thRVFRRASjAxgG0xsABKFFUVFH+2MAB1xISEkVifJGjV1q6WlejkXxiRRISEhJFYnyRo1daulpXo5F8YkUEyv5FpP5FAbukA9tUUf7YwMf+Tce//thSVFRSASi/xwGzx8ABKFH83Vq5WlejkntiRRITExJFYnuSo1dauVpYo5F8YkURExMRRWJ8kaMAAAMAH/6PCHkG6gADABwARAAAASEVIQEiBwYABwYQFxYAFxYgNzYANzYQJyYAJyYBFhQHDgUHBiInLgUnJjQ3PgU3NjIXHgUCbwO6/EYB3drGwP7YUVRUUQEowMYBs8fAAShRVFRR/tjAxwKeEhISRWJ8kaNXWrpaV6ORfGJFEhISEkVifJGjV1q6WlejkXxiRQMPpAR/VFH+2MDH/k3Hv/7YUlRUUgEov8cBs8fAAShRVPyJWrlaV6OSe2JFEhMTEkVie5KjV1q5WlijkXxiRRETExFFYnyRowAAAAADAB/+kAh5BuoABQAdAEUAAAkBBwkBJwIgBwYABwYQFxYAFxYgNzYANzYQJyYAJwEWFAcOBQcGIicuBScmNDc+BTc2MhceBQO//sZwAaoCxHDu/k7HwP7YUVRUUQEowMcBssfAAShRVFRR/tjAAdcSEhJFYnyRo1daulpXo5F8YkUSEhISRWJ8kaNXWrpaV6ORfGJFAfMBJHn+dAKYeALIVFL+2cDH/k3GwP7YUVRUUQEowMYBs8fAASdS/N1auVpXo5J7YkUSEhISRWJ7kqNXWrlaWKORe2JFEhMTEkVie5GjAAAEAB/+jwh5BuoAFwA/AEUATgAAACAHBgAHBhAXFgAXFiA3NgA3NhAnJgAnARYUBw4FBwYiJy4FJyY0Nz4FNzYyFx4FARUzEyMVEyIOARYyNjQmBSb+TMbA/thRVFRRASjAxgG0xsABKFFUVFH+2MAB1xISEkVifJGjV1q6WlejkXxiRRISEhJFYnyRo1daulpXo5F8YkX8SaQJtlsqOgE7VTo6BupUUf7YwMf+Tce//thSVFRSASi/xwGzx8ABKFH83Vq5WlejkntiRRITExJFYnuSo1dauVpYo5F8YkURExMRRWJ8kaP+PRwC3h38yzpUOzpVOgAAAAQAH/6PCHkG6gAYAEEASQBwAAABIgcGAAcGEBcWABcWIDc2ADc2ECcmACcmARYXFhQHDgUHBiInLgUnJjQ3PgU3NjIXHgQAIgYUFjI2NBMuASMiBwYHDgEPATM3PgEzMhYVFAYHBgcGFxUzNTQ2NzY3NjU0JgRM2sbA/thRVFRRASjAxgGzx8ABKFFUVFH+2MDHAnAkEhISEkZjfZKlWFu7Wlmkk3xjRhISEhJGY3yTpFlau1tYpZJ9Y/zvVDo6VDqVKnNESj06KicsBAGhAQVSRUJRLDhMIyYBowoKFT2aLQbqVFH+2MDH/k3Hv/7YUlRUUgEov8cBs8fAAShRVP02U1hbu1tYpJN8Y0YSExMSRmN8k6RYW7tbWKWSfWNFEhMTEkVjfZL9BjlVOjpVAz8lKBYVKSZoPRcUQkpGOTBBIi41N0pVQhokDx8kXaM5ZAAAAAACAB/+jwh5BuoAGAAkAAABIgcGAAcGEBcWABcWIDc2ADc2ECcmACcmEwcJAScJATcJARcBBEzaxsD+2FFUVFEBKMDGAbPHwAEoUVRUUf7YwMfQdP7L/st0ATX+y3QBNQE1dP7LBupUUf7YwMf+Tce//thSVFRSASi/xwGzx8ABKFFU+p50ATX+y3QBNQE1dP7LATV0/ssAAAIAH/6PCHkG6gAXACMAAAAgBwYABwYQFxYAFxYgNzYANzYQJyYAJxMhESMRITUhETMRIQUm/kzGwP7YUVRUUQEowMYBtMbAAShRVFRR/tjAbf5FpP5FAbukAbsG6lRR/tjAx/5Nx7/+2FJUVFIBKL/HAbPHwAEoUfvV/kUBu6QBu/5FAAIAH/6PCHkG6gAYABwAAAEiBwYABwYQFxYAFxYgNzYANzYQJyYAJyYBITUhBEzaxsD+2FFUVFEBKMDGAbPHwAEoUVRUUf7YwMcBBPxGA7oG6lRR/tjAx/5Nx7/+2FJUVFIBKL/HAbPHwAEoUVT7gaQAAAAAAgAf/pAIeQbqABcAHQAAACAHBgAHBhAXFgAXFiA3NgA3NhAnJgAnCQE3CQEXBSX+TsfA/thRVFRRASjAxwGyx8ABKFFUVFH+2MD90/5WcAE6AlRwBupUUv7ZwMf+TcbA/thRVFRRASjAxgGzx8ABJ1L6fAGMef7cAi94AAMAH/6PCHkG6gAXAB0AJQAAACAHBgAHBhAXFgAXFiA3NgA3NhAnJgAnATsBAyMDEgYiJj4BMhYFJv5MxsD+2FFUVFEBKMDGAbTGwAEoUVRUUf7YwP4ifB0JpAnAOlU7ATpVOgbqVFH+2MDH/k3Hv/7YUlRUUgEov8cBs8fAAShR/jT9IgLe/B86OlU6OgAAAAMAH/6PCHkG6gAYACAARgAAASIHBgAHBhAXFgAXFiA3NgA3NhAnJgAnJgIGIiY0NjIWEwYHDgEdASM1Jjc2Nz4BNTQmIyIGDwEjNz4BNzY3NjMyHgIVFARM2sbA/thRVFRRASjAxgGzx8ABKFFUVFH+2MDHiTpUOjpUOlM9FQoKowEmI0w4LFFCRVIFAaEBBCwnKjo9SkRzVS0G6lRR/tjAx/5Nx7/+2FJUVFIBKL/HAbPHwAEoUVT6ADo6VTk5AX0kHw8kGkJVSjc1LiJBMDlGSkIUFz1oJikVFihKZDmjAAAAAAQAH/6PCHkG6gAYAEAAUgBVAAABIgcGAAcGEBcWABcWIDc2ADc2ECcmACcmARYUBw4FBwYiJy4FJyY0Nz4FNzYyFx4FBQEmIg4BFREUHgEyNwE+ATQmAREBBEzaxsD+2FFUVFEBKMDGAbPHwAEoUVRUUf7YwMcCnhISEkVifJGjV1q6WlejkXxiRRISEhJFYnyRo1daulpXo5F8YkX+UP2MFzcvGxsvNhkCchgbG/2BAbwG6lRR/tjAx/5Nx7/+2FJUVFIBKL/HAbPHwAEoUVT8iVq5WlejkntiRRITExJFYnuSo1dauVpYo5F8YkURExMRRWJ8kaO3AX0OGy8b/QYbLxwPAXwNMDUv/qkCG/7zAAAAAAQAH/6PCHkG6gAYAEAARABIAAABMjc2ADc2ECcmACcmIAcGAAcGEBcWABcWASY0Nz4FNzYyFx4FFxYUBw4FBwYiJy4FATMRIwEzESMETNnHwAEoUVRUUf7YwMf+TcbA/thRVFRRASjAxv1jEhISRWJ8kaNXWrpaV6ORfGJFEhISEkVifJGjV1q6WlejkXxiRQQtpKT9zKSk/o9UUgEov8cBs8fAAShRVFRR/tjAx/5Nx7/+2FJUA3dauVpYo5F8YkURExMRRWJ8kaNYWrlaV6OSe2JFEhMTEkVie5KjAs78gAOA/IAAAAAEAB/+jwh5BuoAFwA/AE8AUwAAACAHBgAHBhAXFgAXFiA3NgA3NhAnJgAnARYUBw4FBwYiJy4FJyY0Nz4FNzYyFx4FJSEiBhURFBYzITI2NRE0JgMhESEFJv5MxsD+2FFUVFEBKMDGAbTGwAEoUVRUUf7YwAHXEhISRWJ8kaNXWrpaV6ORfGJFEhISEkVifJGjV1q6WlejkXxiRf33/UgpOzspArgpOztp/cgCOAbqVFH+2MDH/k3Hv/7YUlRUUgEov8cBs8fAAShR/N1auVpXo5J7YkUSExMSRWJ7kqNXWrlaWKORfGJFERMTEUVifJGjsjsp/UgqOjoqArgpO/0kAjgAAAEAJwAnBVEGQQAvAAABDgEHBiInLgEnJjQ3PgE3NjMyFwcXCQEHFyMiBw4BBwYQFx4BFxYgNz4BNzY1IxQEhiWKWV3KXVmKJScnJYpZXWUWFod8ASP+3XxzGId6d7cyNDQyt3d6AQ56d7cyNKQB+1mKJicnJopZXMtcWYomJwKbawFNAU5rhDQyt3d7/vN7drgyNDQyuHZ7h2YAAAQAH/6PCHkG6gAYAEAASABOAAABIgcGAAcGEBcWABcWIDc2ADc2ECcmACcmARYUBw4FBwYiJy4FJyY0Nz4FNzYyFx4FACIGFBYyNjQHIxEzESMETNrGwP7YUVRUUQEowMYBs8fAAShRVFRR/tjAxwKeEhISRWJ8kaNXWrpaV6ORfGJFEhISEkVifJGjV1q6WlejkXxiRfzDUDo5UTqPJaQlBupUUf7YwMf+Tce//thSVFRSASi/xwGzx8ABKFFU/IlauVpXo5J7YkUSExMSRWJ7kqNXWrlaWKORfGJFERMTEUVifJGjAP84UTk5UNT88gMOAAADAB/+jwh5BuoACAAgAEgAAAERIxElBwkBJwIgBwYABwYQFxYAFxYgNzYANzYQJyYAJwEWFAcOBQcGIicuBScmNDc+BTc2MhceBQSepP7lawHYAdhrk/5MxsD+2FFUVFEBKMDGAbTGwAEoUVRUUf7YwAHXEhISRWJ8kaNXWrpaV6ORfGJFEhISEkVifJGjV1q6WlejkXxiRQHMAv79AvZ7/mQBnHsEKFRR/tjAx/5Nx7/+2FJUVFIBKL/HAbPHwAEoUfzdWrlaV6OSe2JFEhMTEkVie5KjV1q5WlijkXxiRRETExFFYnyRowAAAAIAH/6PCHkG6gAXAD8AAAAgBwYABwYQFxYAFxYgNzYANzYQJyYAJwEWFAcOBQcGIicuBScmNDc+BTc2MhceBQUm/kzGwP7YUVRUUQEowMYBtMbAAShRVFRR/tjAAdcSEhJFYnyRo1daulpXo5F8YkUSEhISRWJ8kaNXWrpaV6ORfGJFBupUUf7YwMf+Tce//thSVFRSASi/xwGzx8ABKFH83Vq5WlejkntiRRITExJFYnuSo1dauVpYo5F8YkURExMRRWJ8kaMAAQBc/9AFAgR2AAgAABcBETMRIRUhAdADjqT8TgKa/HIwA479ZQOzpPxxAAACADr/kATaBkMACwAUAAABFTMRIREzNSERIREBETMRFzcJARcDiqz8qKz+sASg/V6ktHT+hv6GdAPvpPzpAxek+6EEXwEa/SgC2LR0AXr+hnQAAAAEAB/+jwh5BuoAGABBAEkAbwAAASIHBgAHBhAXFgAXFiA3NgA3NhAnJgAnJgEOBAcGIicuBScmNDc+BTc2MhceBRcWFAcGBBYUBiImNDYBFyMnLgEjIgYVFBYXFhcWHQEjNTQmJyYnJjU0PgIzMhcWFx4BBEzaxsD+2FFUVFEBKMDGAbPHwAEoUVRUUf7YwMcCcCJjfZKlWFu7Wlmkk3xjRhISEhJGY3yTpFlau1tYpZJ9Y0YSEhIS/NE6OlU5OQFUAqEBBVJFQlItOEwjJaQJChU9my5Vc0RKPToqJywG6lRR/tjAx/5Nx7/+2FJUVFIBKL/HAbPHwAEoUVT6b1GTfGNGEhMTEkZjfJOkWFu7W1ilkn1jRRITExJFY32SpVhbu1tYNDpUOjpVOQI0FxRCSkY5MEEiLjU3SlVCGiQPHyRdozlkSigWFSkmaAAAAAADAB/+jwh5BuoAGAAhAEcAABMUFxYAFxYgNzYANzYQJyYAJyYgBwYABwYBNDYyFhQGIiYDND4CMzIXFhceAR8BIycuASMiBhUUFhcWFxYdASM1NCYnJicmH1RRASjAxgGzx8ABKFFUVFH+2MDH/k3GwP7YUVQD3TlVOjpVOe4uVXNESj06KicsAwKhAQVSRUJSLThMIyWkCQoVPZsCvdrHv/7YUlRUUgEov8cBs8fAAShRVFRR/tjAx/1+Kzk6VDo6AtI5ZEooFhUpJmg9FxRCSkY5MEEiLjU3SlVCGiQPHyRdAAACAIQACQMBBCQABwAtAAAkFhQGIiY0NgEuAScmJyYjIg4CFRQXFhceAR0BMzU2JyYnLgE1NDYzMhYfATMCADo6VTk5AVUDLScqOj1KRHNVLps8FgoJpAElJEw4LFFCRVEFAqHSOlU6OlU6AjI+aCYpFRYoSmQ5o10kHw8kGkJVSjg0LiJBMDhGSkIUAAEARP/QBOoEdgAIAAAlASE1IREzEQEE6vxyApr8TqQDjkMDj6T8TQKb/HIAAwBa/3YHEgYuABcAOQBBAAAAIAcOAQcGEBceARcWIDc+ATc2ECcuAScBFAcOAwcGICcuAycmEDc+Azc2IBceAxcWFSUVNzMRMxEjBGX+oqCa7kFEREHumqABXqCa7kFEREHumgFpNxpLX3A+gf7kgT5wX0saNzcaS19wPoEBHIE+cF9LGjf8gYoDpqYGLkRB7pug/qOgm+5BQ0NB7pugAV2gm+5B/OiOgT5wX0waNjYaTF9wPoEBG4E+cF9MGjY2GkxfcD6BjsKLW/5aAjQAAAMAWv92BxIGLgAXADkAVAAAACAHDgEHBhAXHgEXFiA3PgE3NhAnLgEnARQHDgMHBiAnLgMnJhA3PgM3NiAXHgMXFhUFNzY3NjQuASIOAR0BMzU0NjIWFAYPARUhNSMEZf6ioJruQUREQe6aoAFeoJruQUREQe6aAWk3GktfcD6B/uSBPnBfSxo3NxpLX3A+gQEcgT5wX0saN/1VhSYVJDZkiGg5lyk/JBod4gG/6gYuREHum6D+o6Cb7kFDQ0Hum6ABXaCb7kH86I6BPnBfTBo2NhpMX3A+gQEbgT5wX0waNjYaTF9wPoGOk3UhHTJlTiswWDkDBB4oHy8rGshvfQADAFr/dgcSBi4AFwA5AGQAAAAgBw4BBwYQFx4BFxYgNz4BNzYQJy4BJwEUBw4DBwYgJy4DJyYQNz4DNzYgFx4DFxYVJTU+ATU0LgEjIg4BFTM0NjIWFAYrARUzMhYUBiMiJicjHgIzMj4BNTQmBGX+oqCa7kFEREHumqABXqCa7kFEREHumgFpNxpLX3A+gf7kgT5wX0saNzcaS19wPoEBHIE+cF9LGjf9sDRCNWJDRGk5lSlDJyYhREQjJyghJCoBngM7aERKbzxKBi5EQe6boP6joJvuQUNDQe6boAFdoJvuQfzojoE+cF9MGjY2GkxfcD6BARuBPnBfTBo2NhpMX3A+gY4QAwlGMjBGJi9VOB4lHzUgbiA2IiEcOVYuKk40OUcABABa/3YHEgYuABcAOQBHAE8AAAAgBw4BBwYQFx4BFxYgNz4BNzYQJy4BJwEUBw4DBwYgJy4DJyYQNz4DNzYgFx4DFxYVASMGBwYHFSEVMzUzNSMHIzU2NzY3MwRl/qKgmu5BRERB7pqgAV6gmu5BRERB7poBaTcaS19wPoH+5IE+cF9LGjc3GktfcD6BARyBPnBfSxo3/fLlSS8uJwEWnENDmJAgIhoxAwYuREHum6D+o6Cb7kFDQ0Hum6ABXaCb7kH86I6BPnBfTBo2NhpMX3A+gQEbgT5wX0waNjYaTF9wPoGOASBvUE1LiVRUfwcFRDssTAAAAAADAFr/dgcSBi4AFwA5AFsAAAAgBw4BBwYQFx4BFxYgNz4BNzYQJy4BJwEUBw4DBwYgJy4DJyYQNz4DNzYgFx4DFxYVJSIGByM3ITUhAzM+ATMyFhQGIyImJyMUHgEzMj4BNTQuAQRl/qKgmu5BRERB7pqgAV6gmu5BRERB7poBaTcaS19wPoH+5IE+cF9LGjc3GktfcD6BARyBPnBfSxo3/YYsQQ8DCAEL/nYZkQwpGCMrKyMfLgWVO2hDRWs6L1QGLkRB7pug/qOgm+5BQ0NB7pugAV2gm+5B/OiOgT5wX0waNjYaTF9wPoEBG4E+cF9MGjY2GkxfcD6BjmslIH19/rMTFi1JLCEaNVQvNF4+N1YxAAAEAFr/dgcSBi4AFwA4AFkAYgAABCA3PgE3NhAnLgEnJiAHDgEHBhAXHgEXATQ3PgM3NiAXHgMXFhAHDgMHBiAnLgMnJgUyPgE1NC4BIgcGByMmPgEzMhYXMy4CIyIOARUUHgITMhYUBiImNDYDBwFeoJruQUREQe6aoP6ioJruQUREQe6a/pc3GktfcD6BARyBPnBfSxo3NxpLX3A+gf7kgT5wX0saNwLGQ2s7MFVqJiQPAwQWLyAYJQagBj9jO0xzPyNBYDkhLCxBLCyKQ0Hum6ABXaCb7kFEREHum6D+o6Cb7kEDGY2BPnBfTBo2NhpMX3A+gf7lgT5wX0waNjYaTF9wPoGWNF47NVUwGhgqM04qFxIwSytIh1tCcE4pARMrPywsPysAAAMAWv92BxIGLgAXADkAQQAAACAHDgEHBhAXHgEXFiA3PgE3NhAnLgEnARQHDgMHBiAnLgMnJhA3PgM3NiAXHgMXFhUlIRUDMxM1IQRl/qKgmu5BRERB7pqgAV6gmu5BRERB7poBaTcaS19wPoH+5IE+cF9LGjc3GktfcD6BARyBPnBfSxo3/IMBDuat3P5PBi5EQe6boP6joJvuQUNDQe6boAFdoJvuQfzojoE+cF9MGjY2GkxfcD6BARuBPnBfTBo2NhpMX3A+gY6jA/5MAbh8AAAABQBa/3YHEgYuABcAOQBVAF4AZwAAACAHDgEHBhAXHgEXFiA3PgE3NhAnLgEnARQHDgMHBiAnLgMnJhA3PgM3NiAXHgMXFhUlNT4BNTQuASIOARUUFhcVDgEVFB4BMj4BNTQmJzIWFAYiJjQ2EyImNDYyFhQGBGX+oqCa7kFEREHumqABXqCa7kFEREHumgFpNxpLX3A+gf7kgT5wX0saNzcaS19wPoEBHIE+cF9LGjf9tzREOmiHaDpENUBQPnKYcj9PrRwmJjklJR0jKytFKysGLkRB7pug/qOgm+5BQ0NB7pugAV2gm+5B/OiOgT5wX0waNjYaTF9wPoEBG4E+cF9MGjY2GkxfcD6BjhUDCUkwK0QnJ0QrMEkJAwZPOzJMKipMMjpQsyQ1JCQ1JP6JKD0oKD0oAAAABABa/3YHEgYuABcAOQBbAGMAAAAgBw4BBwYQFx4BFxYgNz4BNzYQJy4BJwEUBw4DBwYgJy4DJyYQNz4DNzYgFx4DFxYVASIOARUUHgEzMjc2NzMWDgEjIiYnIx4CMzI+ATU0LgICIiY0NjIWFARl/qKgmu5BRERB7pqgAV6gmu5BRERB7poBaTcaS19wPoH+5IE+cF9LGjc3GktfcD6BARyBPnBfSxo3/UpDaz0yVTQ4JiQNAwQVLh8aJwahBz9kO09zPSJBYhlALS1ALAYuREHum6D+o6Cb7kFDQ0Hum6ABXaCb7kH86I6BPnBfTBo2NhpMX3A+gQEbgT5wX0waNjYaTF9wPoGOATA0Xjs1VTAaGCo1TSkXEjBLK0iGXEJwTin+7StAKytAAAAABQBa/3YHEgYuABcAOQBBAE4AWgAAACAHDgEHBhAXHgEXFiA3PgE3NhAnLgEnARQHDgMHBiAnLgMnJhA3PgM3NiAXHgMXFhUlFTczETMRIyUiDgEUHgEyPgE0LgECIicmNDc2MhcWFAcEZf6ioJruQUREQe6aoAFeoJruQUREQe6aAWk3GktfcD6B/uSBPnBfSxo3NxpLX3A+gQEcgT5wX0saN/uBigOmpgIQTHA9PXCXcD09cCdIFhYWFUkVFhYGLkRB7pug/qOgm+5BQ0NB7pugAV2gm+5B/OiOgT5wX0waNjYaTF9wPoEBG4E+cF9MGjY2GkxfcD6BjsKLW/5aAjQQRoa5hkhIh7mFRv4sKi6oLCkpLKguAAQAWv92BxIGLgAXADkAQQBJAAAAIAcOAQcGEBceARcWIDc+ATc2ECcuAScBFAcOAwcGICcuAycmEDc+Azc2IBceAxcWFSUVNzMRMxEjBRU3MxEzESMEZf6ioJruQUREQe6aoAFeoJruQUREQe6aAWk3GktfcD6B/uSBPnBfSxo3NxpLX3A+gQEcgT5wX0saN/u1igOmpgEYiwOlpQYuREHum6D+o6Cb7kFDQ0Hum6ABXaCb7kH86I6BPnBfTBo2NhpMX3A+gQEbgT5wX0waNjYaTF9wPoGOwotb/loCNF6LW/5aAjQAAAAEAFr/dgcSBi4AFwA5AEEAXQAAACAHDgEHBhAXHgEXFiA3PgE3NhAnLgEnARQHDgMHBiAnLgMnJhA3PgM3NiAXHgMXFhUlFTczETMRIwE3Njc2NC4BIg4BHQEzNTQ2MhYUBg8BFSE1IzUEZf6ioJruQUREQe6aoAFeoJruQUREQe6aAWk3GktfcD6B/uSBPnBfSxo3NxpLX3A+gQEcgT5wX0saN/uFigOmpgHxhSYVJDZjiWg5lyk/JBod4gG/6QYuREHum6D+o6Cb7kFDQ0Hum6ABXaCb7kH86I6BPnBfTBo2NhpMX3A+gQEbgT5wX0waNjYaTF9wPoGOwotb/loCNP5NdSEdMmVOKzBYOQMEHigfLysayG99BAAAAAQAWv92BxIGLgAXADkAQQBsAAAAIAcOAQcGEBceARcWIDc+ATc2ECcuAScBFAcOAwcGICcuAycmEDc+Azc2IBceAxcWFSUVNzMRMxEjATU+ATU0LgEjIg4BFTM0NjIWFAYrARUzMhYUBiMiJicjHgIzMj4BNTQmBGX+oqCa7kFEREHumqABXqCa7kFEREHumgFpNxpLX3A+gf7kgT5wX0saNzcaS19wPoEBHIE+cF9LGjf7hooDpqYCaTRBNWJCRWk5lSlDJyYgRUQjJyghJCoBngM7aERKbzxKBi5EQe6boP6joJvuQUNDQe6boAFdoJvuQfzojoE+cF9MGjY2GkxfcD6BARuBPnBfTBo2NhpMX3A+gY7Ci1v+WgI0/vADCUYyMEYmL1U4HiUfNSBuIDYiIRw5Vi4qTjQ5RwAFAFr/dgcSBi4AFwA5AEEATwBXAAAAIAcOAQcGEBceARcWIDc+ATc2ECcuAScBFAcOAwcGICcuAycmEDc+Azc2IBceAxcWFSUVNzMRMxEjISMGBwYHFSEVMzUzNSMHIzU2NzY3MwRl/qKgmu5BRERB7pqgAV6gmu5BRERB7poBaTcaS19wPoH+5IE+cF9LGjc3GktfcD6BARyBPnBfSxo3+4GLA6WlAsXlSTAuJgEVnUNDmJAgIhkyAwYuREHum6D+o6Cb7kFDQ0Hum6ABXaCb7kH86I6BPnBfTBo2NhpMX3A+gQEbgT5wX0waNjYaTF9wPoGOwotb/loCNG9QTUuJVFR/BwVEOyxMAAAABABa/3YHEgYuABcAOQBBAGMAAAAgBw4BBwYQFx4BFxYgNz4BNzYQJy4BJwEUBw4DBwYgJy4DJyYQNz4DNzYgFx4DFxYVJRU3MxEzESMFIgYHIzchNSEDMz4BMzIWFAYjIiYnIx4CMzI+ATU0LgEEZf6ioJruQUREQe6aoAFeoJruQUREQe6aAWk3GktfcD6B/uSBPnBfSxo3NxpLX3A+gQEcgT5wX0saN/uHigOmpgI+LUAQAwgBC/52GZEMKRgjLCwjHy4FlQE6aUJGajswVAYuREHum6D+o6Cb7kFDQ0Hum6ABXaCb7kH86I6BPnBfTBo2NhpMX3A+gQEbgT5wX0waNjYaTF9wPoGOwotb/loCNLUlIH19/rMTFi1JLCEaNVQvNF4+N1YxAAAABQBa/3YHEgYuABcAOQBBAGMAbAAAACAHDgEHBhAXHgEXFiA3PgE3NhAnLgEnARQHDgMHBiAnLgMnJhA3PgM3NiAXHgMXFhUlFTczETMRIwUiBwYHIyY+ATMyFhczLgIjIg4BFRQeAjMyPgE1NC4BAyImNDYyFhQGBGX+oqCa7kFEREHumqABXqCa7kFEREHumgFpNxpLX3A+gf7kgT5wX0saNzcaS19wPoEBHIE+cF9LGjf7g4oDpqYCRjYmJA8DBBYvIBglBqEHP2M7THM/I0FhOkRqPDFVZiAsLEEsLAYuREHum6D+o6Cb7kFDQ0Hum6ABXaCb7kH86I6BPnBfTBo2NhpMX3A+gQEbgT5wX0waNjYaTF9wPoGOwotb/loCNLwaGCozTioXEjBLK0iHW0JwTik0Xjs1VTD+9iw/Kys/LAAABABa/3YHEgYuABcAOQBBAEkAAAAgBw4BBwYQFx4BFxYgNz4BNzYQJy4BJwEUBw4DBwYgJy4DJyYQNz4DNzYgFx4DFxYVJRU3MxEzESMFIRUDMxM1IQRl/qKgmu5BRERB7pqgAV6gmu5BRERB7poBaTcaS19wPoH+5IE+cF9LGjc3GktfcD6BARyBPnBfSxo3+5+KBKWlAQ0BDuau3P5OBi5EQe6boP6joJvuQUNDQe6boAFdoJvuQfzojoE+cF9MGjY2GkxfcD6BARuBPnBfTBo2NhpMX3A+gY7Ci1v+WgI0fQP+TAG4fAAAAAAGAFr/dgcSBi4AFwA5AEEAXQBmAG8AAAAgBw4BBwYQFx4BFxYgNz4BNzYQJy4BJwEUBw4DBwYgJy4DJyYQNz4DNzYgFx4DFxYVJRU3MxEzESMBNT4BNTQuASIOARUUFhcVDgEVFB4BMj4BNTQmJzIWFAYiJjQ2EyImNDYyFhQGBGX+oqCa7kFEREHumqABXqCa7kFEREHumgFpNxpLX3A+gf7kgT5wX0saNzcaS19wPoEBHIE+cF9LGjf7dosDpaUCgTREOmiHaTpFNUBQPnKXcz9QrR0mJjkmJhwiLCxFKysGLkRB7pug/qOgm+5BQ0NB7pugAV2gm+5B/OiOgT5wX0waNjYaTF9wPoEBG4E+cF9MGjY2GkxfcD6BjsKLW/5aAjT+9QMJSTArRCcnRCswSQkDBk87MkwqKkwyOlCzJDUkJDUk/okoPSgoPSgAAAAFAFr/dgcSBi4AFwA5AEEAYwBrAAAAIAcOAQcGEBceARcWIDc+ATc2ECcuAScBFAcOAwcGICcuAycmEDc+Azc2IBceAxcWFSUVNzMRMxEjJSIOARUUHgEzMjc2NzMWDgEjIiYnIx4CMzI+ATU0LgICIiY0NjIWFARl/qKgmu5BRERB7pqgAV6gmu5BRERB7poBaTcaS19wPoH+5IE+cF9LGjc3GktfcD6BARyBPnBfSxo3+5WKA6amAgBDaz0yVTQ4JiQNAwUWLh8aJwWiB0BjPE5zPiNBYhlALS1ALAYuREHum6D+o6Cb7kFDQ0Hum6ABXaCb7kH86I6BPnBfTBo2NhpMX3A+gQEbgT5wX0waNjYaTF9wPoGOwotb/loCNBA0Xjs1VTAaGCo1TSkXEjBLK0iGXEJwTin+7StAKytAAAUAWv92BxIGLgAXADkAVABhAG0AAAAgBw4BBwYQFx4BFxYgNz4BNzYQJy4BJwEUBw4DBwYgJy4DJyYQNz4DNzYgFx4DFxYVBTc2NzY0LgEiDgEdATM1NDYyFhQGDwEVITUjASIOARQeATI+ATQuAQIiJyY0NzYyFxYUBwRl/qKgmu5BRERB7pqgAV6gmu5BRERB7poBaTcaS19wPoH+5IE+cF9LGjc3GktfcD6BARyBPnBfSxo3/D2FJhUkNmSIaDmXKT8kGh3iAb/qAiNLcTw8cJhwPD1vKEgVFxcVSBUWFgYuREHum6D+o6Cb7kFDQ0Hum6ABXaCb7kH86I6BPnBfTBo2NhpMX3A+gQEbgT5wX0waNjYaTF9wPoGOk3UhHTJlTiswWDkDBB4oHy8rGshvfQHHRoa5hkhIh7mFRv4sKi6oLCkpLKguAAAAAQEcAKkFQgWNAEMAAAEHBhYfARY2PwE2NTQvAS4BDwEOAR8BBgcGBwYVFBceARcWMzI3Njc2NzYuAScmKwEiBgcGBwYHBiMiJyYnJjQ3Njc2AyZGEAMSKhIvD8kQEckQLxIqEgIQNIp1ckJEKiiTX2NsiXh0SUsJAQQNCw0POhUhAQYzMVBSXmJUUjAxMC5QUgQkThEvECYQAxLgExcZEt8SAhAmEC8ROgdKR3V5jGxiX5MoKkJAcHKIDxMSBwgeFV5OTSwuMi9SVMNTUTAyAAIBxgDFBJcE6wAPAB8AAAEzMhYVERQGKwEiJjURNDYFERQWOwEyNjURNCYrASIGA+xyFyIiF3IYISH98iIXchghIRhyFyIE6yIX/EwXIiIXA7QXIjn8TBciIhcDtBciIgAAAAABAccAlgVeBRoAIwAAASYnASQvAiYiBw4CBwYVERQXHgIXFjY3Nj8BNiUBPgE0BVYID/50/nsIBQ4HFAgGEA0DAwMDDRAGCBQHBQoECAGGAYsPEAL4DQoBAPsEAwcCAgIJEwoOK/xAKQ0LEgkCAwECAgUCBfsA/wodIQAAAQEZ/+cDmgW8AAUAAAkCNwkBA1v9vgJCP/3kAhwFvP0V/RYyArgCuQAAAAABASz/5wOtBbwABQAACQIXCQEBLAIc/eQ/AkL9vgWK/Uf9SDIC6gLrAAAAAAEA1gGaBqoEHAAFAAATFwkBNwHWMQK5Arkx/RYB2T8CHf3jPwJDAAABANYBhwaqBAkABQAACQEHCQEnA8D9RzEC6gLqMQHsAh0//b0CQz8AAQDN/94GswXFAAsAAAkCBwkBFwkBNwkBBnD9UP1QQwKv/VFDArACsEP9UQKvBcX9UAKwRP1R/VBEArD9UEQCsAKvAAABAaUBUQMOBFIABQAACQI3CQECz/7WASo//vwBBARS/n/+gDEBTwFQAAAAAAEBuAFRAyEEUgAFAAAJAhcJAQG4AQT+/D8BKv7WBCH+sP6xMQGAAYEAAAAAAQI/AiYFQQOQAAUAAAEXCQE3AQI/MgFPAU8y/n8CZkABBP78QAEqAAECPwITBUEDfQAFAAAJAQcJAScDwP6xMgGBAYEyAnkBBED+1gEqQAABAjYBSAVKBFsACwAACQIHCQEXCQE3CQEFBv66/rpEAUb+ukQBRgFGRP66AUYEW/66AUZD/rr+uUMBRv66QwFHAUYAAAIACv/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-up {
  word-wrap: break-word;
  bottom: 0.3em !important;
  position: relative !important;
  display: inline-block !important;
}

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

.image-icon_iphone6splus_camera_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/32/d9/3bb788f04c1b9ab6054e55a627fb/icon-iphone6splus-camera-elevated-large.png?600031cf2100);
}

.image-header_iphone_6s_space_gray {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/76/64/9c8a7f4a45cfa4095bb597f4b021/header-iphone-6s-space-gray-large.png?600065fd1600);
}

.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?600051f5eaa0);
}

.image-a18 {
  width: 181px;
  height: 181px;
  background-size: 181px 181px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/99/9e/b153e05c424fac7f3ae37e94f2b9/a18-large.png?600065f6cb00);
}

.image-header_iphone_14_blue {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/16/78/2cc2281a46d080cf9ddfb58b982c/header-iphone-14-blue-large.png?600065fda5d0);
}

.image-header_iphone_7_plus_black {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/dd/31/aedcbff84876832534fcdcd8dfcb/header-iphone-7-plus-black-large.png?600065febb20);
}

.image-icon_iphone16plus_camera_elevated {
  width: 38px;
  height: 39px;
  background-size: 38px 39px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/62/6f/c48851694318b918aaa882bd5fbd/icon-iphone16plus-camera-elevated-large.png?600031c8ce70);
}

.image-header_iphone_xs_silver {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/06/19/d6ea842e4978abfa9298188501d3/header-iphone-xs-silver-large.png?600065fd35a0);
}

.image-flex_privacy {
  width: 320px;
  height: 262px;
  background-size: 320px 262px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c5/f2/e03847994c35aa88d1fc496889ea/flex-privacy-large.png?600051f5bd30);
}

.image-header_iphone_14_plus_blue {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b1/94/bf89d6c9499998efea0f90cfa8d7/header-iphone-14-plus-blue-large.png?600065fe1fa0);
}

.image-icon_chip_a9_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3c/24/d0b24344419b87217ecec7298b4b/icon-chip-a9-elevated-large.png?600051f5b650);
}

.image-header_iphone_se_space_gray {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/26/7b/2fd2aad34154afe3ab830eb2e38e/header-iphone-se-space-gray-large.png?600065fd1810);
}

.image-header_iphone_12_purple {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c3/48/19bce5934848b29285990dde9922/header-iphone-12-purple-large.png?600065f8a730);
}

.image-header_iphone_8_plus_silver {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d1/17/69c6f41a4bcdb64d793e357424fa/header-iphone-8-plus-silver-large.png?600065f6c630);
}

.image-header_iphone_12_pro_max_pacific_blue {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/cf/e7/702a98eb4271aed4ebe78ac392c3/header-iphone-12-pro-max-pacific-blue-large.png?600065fda680);
}

.image-icon_chip_a18pro_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/2c/b2/04020b6f439a8e375c51136070e0/icon-chip-a18pro-elevated-large.png?600065f1f0d0);
}

.image-header_iphone_11_pro_max_midnight_green {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ab/82/09bf8963464c925c59f103aba596/header-iphone-11-pro-max-midnight-green-large.png?600031c8d290);
}

.image-icon_sos_circle_elevated {
  width: 42px;
  height: 42px;
  background-size: 42px 42px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f5/be/f83c9f3e4989951ba63113fdfcbc/icon-sos-circle-elevated-large.png?600031cfcbb0);
}

.image-icon_chip_a16_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/06/5f/3f06180d4bdfb6c95583a32eb95b/icon-chip-a16-elevated-large.png?600009c1a5d0);
}

.image-icon_port_usb_c_elevated {
  width: 49px;
  height: 19px;
  background-size: 49px 19px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/cf/2a/39158e5b40dda1af773921370472/icon-port-usb-c-elevated-large.png?600065fd1080);
}

.image-header_iphone_16_pro_rose_titanium {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a0/2a/59033eca47e8929a8fefe00cfcb3/header-iphone-16-pro-rose-titanium-large.png?600031ce93f0);
}

.image-display {
  width: 318px;
  height: 356px;
  background-size: 318px 356px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/81/38/1343114d409382605c87413117e7/display-large.png?600065fe09a0);
}

.image-header_iphone_xr_blue {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f5/01/f28d6cee4fedb035f8f09a6f7744/header-iphone-xr-blue-large.png?600051f5c160);
}

.image-icon_iphone11promax_camera_elevated {
  width: 39px;
  height: 38px;
  background-size: 39px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e6/64/7b35dffc46d2b121ced4c60181d8/icon-iphone11promax-camera-elevated-large.png?600051f59970);
}

.image-hero_logo {
  width: 155px;
  height: 28px;
  background-size: 155px 28px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8c/9e/0d86da4a437a8afcccc25a45f1b3/hero-logo-large.png?600065f6cdc0);
}

.image-flex_icon_ios {
  width: 72px;
  height: 55px;
  background-size: 72px 55px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/97/d9/642d8fda4955b95e1020ca3f587a/flex-icon-ios-large.png?600055f05ef0);
}

.image-icon_battery_100percent_elevated {
  width: 48px;
  height: 26px;
  background-size: 48px 26px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/28/a9/73803e8a42f18bb8c7711d40574a/icon-battery-100percent-elevated-large.png?600031c81810);
}

.image-icon_iphone12promax_camera_elevated {
  width: 39px;
  height: 38px;
  background-size: 39px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/16/c1/7f2fc58842c48bdd40a333b75b24/icon-iphone12promax-camera-elevated-large.png?600031cfe3c0);
}

.image-flex_magsafe {
  width: 430px;
  height: 345px;
  background-size: 430px 345px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fc/a3/0e4f788748a58a2b15c5a7235a63/flex-magsafe-large.png?600031ce9080);
}

.image-icon_iphone12_camera_elevated {
  width: 39px;
  height: 38px;
  background-size: 39px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e4/7d/4f2907dd486ca2ed9965cee5e159/icon-iphone12-camera-elevated-large.png?600055f04420);
}

.image-flex_icon_apple_logo_lock_elevated {
  width: 32px;
  height: 42px;
  background-size: 32px 42px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/05/d3/e3122cd84a69ba6822e217b09c9c/flex-icon-apple-logo-lock-elevated-large.png?600065f6f230);
}

.image-icon_iphone8plus_camera_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/01/24/4c82b566491ca7888af79bebfbf8/icon-iphone8plus-camera-elevated-large.png?600031c872e0);
}

.image-battery_mode {
  width: 527px;
  height: 327px;
  background-size: 527px 327px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/63/83/aef10c3841d8b100eadcd9628a9d/battery-mode-large.png?600055f06730);
}

.image-header_iphone_se_gen02_black {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3d/5c/a67d8db24c5abff3985302b87667/header-iphone-se-gen02-black-large.png?600065f3b5a0);
}

.image-header_iphone_15_pro_tigry {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3e/93/61c7d4764c15a78c55bc310d3f0f/header-iphone-15-pro-tigry-large.png?600065fd5d90);
}

.image-header_iphone_13_pink {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/04/4e/8757044348508f7082e3516689c6/header-iphone-13-pink-large.png?600065fed6b0);
}

.image-icon_chip_a11_elevated {
  width: 39px;
  height: 38px;
  background-size: 39px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a5/6b/d29790ea436e82539a3f2dcf8c79/icon-chip-a11-elevated-large.png?600065fe5760);
}

.image-icon_chip_a17pro_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c4/a7/99b345b34f6da03454333073e440/icon-chip-a17pro-elevated-large.png?600051f588f0);
}

.image-header_iphone_13_pro_max_sierra_blue {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/0b/3f/7e2c06cb4bb69d88b7bec9741fc7/header-iphone-13-pro-max-sierra-blue-large.png?600065f89a20);
}

.image-icon_iphonese_gen1_camera_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1d/61/ddd63e074d438b6ee72bcdbf504c/icon-iphonese-gen1-camera-elevated-large.png?600065fd0420);
}

.image-header_iphone_15_pink {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1c/c5/338379534e53ac69b00a0e10e6e6/header-iphone-15-pink-large.png?600031c8f700);
}

.image-header_iphone_16_pro_max_rose_titanium {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/83/26/d734b42843c59f82d28964bf82b8/header-iphone-16-pro-max-rose-titanium-large.png?600065fe27e0);
}

.image-header_iphone_11_purple {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/11/73/98033a8548a6a302e528050fd7b9/header-iphone-11-purple-large.png?600065fd9ad0);
}

.image-header_iphone_6_plus_space_gray {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b2/9b/15942e1b40a2a6bb3517b96c3db5/header-iphone-6-plus-space-gray-large.png?600031cf77b0);
}

.image-icon_apple_intelligence_elevated {
  width: 42px;
  height: 43px;
  background-size: 42px 43px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fc/17/dd4be0864b7f9f7a2e70712cbfa8/icon-apple-intelligence-elevated-large.png?600065fd6050);
}

.image-icon_iphone11_camera_elevated {
  width: 39px;
  height: 38px;
  background-size: 39px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3d/b9/cb5c47544282bf781b7452edfd5d/icon-iphone11-camera-elevated-large.png?600065fd08f0);
}

.image-icon_iphone13_camera_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/78/e4/db5ecff74dda85a60a446e7b89b7/icon-iphone13-camera-elevated-large.png?600065fda3c0);
}

.image-styles {
  width: 247px;
  height: 357px;
  background-size: 247px 357px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b1/da/82ef330d41df80f8afa371ad2882/styles-large.png?600055f000b0);
}

.image-header_iphone_12_pro_pacific_blue {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/86/dc/386e83ba428298f67efd50047938/header-iphone-12-pro-pacific-blue-large.png?600051f5fd30);
}

.image-icon_5g_radiowaves_elevated {
  width: 49px;
  height: 35px;
  background-size: 49px 35px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/95/ec/83aa80fa44e3a0574d9bd3246c90/icon-5g-radiowaves-elevated-large.png?600031cf3860);
}

.image-header_iphone_6_space_gray {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/17/3b/8bd28ac34ad38392ed987093798c/header-iphone-6-space-gray-large.png?600031cfc790);
}

.image-icon_chip_a15_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/60/d5/74ca14fa4253b895a75bd4c41701/icon-chip-a15-elevated-large.png?600065f64790);
}

.image-header_iphone_11_pro_midnight_green {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e0/bc/e71bc7634f0587d6ea654a61eb4d/header-iphone-11-pro-midnight-green-large.png?600031c8e730);
}

.image-header_iphone_12_mini_purple {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/6f/af/8a9811b04677b8bdc7a8f48ec31d/header-iphone-12-mini-purple-large.png?600065ffbbd0);
}

.image-header_iphone_6s_plus_space_gray {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b1/a2/fdde511540f690b7f87aaf467f11/header-iphone-6s-plus-space-gray-large.png?600065f38420);
}

.image-icon_iphone15plus_camera_elevated {
  width: 38px;
  height: 39px;
  background-size: 38px 39px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/aa/c9/55ee9198413eb0e16359bdb6d2b3/icon-iphone15plus-camera-elevated-large.png?600065f89b80);
}

.image-icon_touchid_elevated {
  width: 42px;
  height: 41px;
  background-size: 42px 41px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e1/50/b9b9c72c4bd4a76a8b211cc5ee88/icon-touchid-elevated-large.png?600031c80bb0);
}

.image-camera_control {
  width: 807px;
  height: 418px;
  background-size: 807px 418px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/95/1c/4db12c63467888668f9e3f502144/camera-control-large.png?600065fd27e0);
}

.image-icon_iphone14_camera_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/cb/23/9a41bf8c4f69bc8863182b3441d7/icon-iphone14-camera-elevated-large.png?600065fff440);
}

.image-header_iphone_x_silver {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ea/52/42cafc5148bdadfce1d1400e16d8/header-iphone-x-silver-large.png?600031c87f40);
}

.image-flex_icon_iphone_iphone {
  width: 34px;
  height: 48px;
  background-size: 34px 48px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fd/41/d7d12d4b4ad49b985fd8e220c1b0/flex-icon-iphone-iphone-large.png?600051f58fd0);
}

.image-header_iphone_15_plus_pink {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/4c/a1/787ba3224728b7744d4d5700edab/header-iphone-15-plus-pink-large.png?600065f832e0);
}

.image-icon_iphonexr_camera_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/9e/29/8e94ce74450eaa6ef388339c7e66/icon-iphonexr-camera-elevated-large.png?600031cfc4d0);
}

.image-header_iphone_15_pro_max_tigry {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/25/20/eb2598bf4f38acaf498decbaa39e/header-iphone-15-pro-max-tigry-large.png?600031cfd080);
}

.image-icon_chip_a13_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ea/5d/f03a4e974628b402ebf64534b540/icon-chip-a13-elevated-large.png?600065ffecb0);
}

.image-icon_iphone11pro_camera_elevated {
  width: 39px;
  height: 38px;
  background-size: 39px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d4/c1/0aed813a4074a69fba30dd6eead2/icon-iphone11pro-camera-elevated-large.png?600055f00d10);
}

.image-icon_iphone13promax_camera_elevated {
  width: 39px;
  height: 38px;
  background-size: 39px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/2c/c4/83a811a6450aa22bf19fd75f6342/icon-iphone13promax-camera-elevated-large.png?600065f88840);
}

.image-icon_iphone15promax_camera_elevated {
  width: 38px;
  height: 39px;
  background-size: 38px 39px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/42/25/f0ed58354e42b9631e5908cab88e/icon-iphone15promax-camera-elevated-large.png?600065f25080);
}

.image-icon_iphonexs_camera_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a1/0d/7abc231149c6a027e6c876d240b7/icon-iphonexs-camera-elevated-large.png?600031cfdef0);
}

.image-icon_iphone16promax_camera_elevated {
  width: 38px;
  height: 39px;
  background-size: 38px 39px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3c/ba/e8574efc4567922664034b67317e/icon-iphone16promax-camera-elevated-large.png?600065ffe890);
}

.image-header_iphone_7_black {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c2/ad/0e7ee8c549f9a5fd8422d5fe3ed4/header-iphone-7-black-large.png?600065ffc160);
}

.image-icon_iphone14promax_camera_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/96/2c/7961b95c4185a8706c189cac5624/icon-iphone14promax-camera-elevated-large.png?600065fdb020);
}

.image-icon_chip_a18_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a5/13/74f427f54c9981a3be4889dcb53c/icon-chip-a18-elevated-large.png?600065f23700);
}

.image-icon_iphonese_gen3_camera_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/60/ec/7dee6a584930aa9e3b3bd4d7bb84/icon-iphonese-gen3-camera-elevated-large.png?600065fda730);
}

.image-icon_port_lightning_elevated {
  width: 49px;
  height: 19px;
  background-size: 49px 19px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8a/23/562c51c74b5b9ab38ebf7b37359b/icon-port-lightning-elevated-large.png?600065f6e890);
}

.image-icon_chip_a14_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d5/de/aaad92fc4a01942ec5b0aced93fe/icon-chip-a14-elevated-large.png?600065f26050);
}

.image-action {
  width: 377px;
  height: 345px;
  background-size: 377px 345px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/60/43/ef5f87fa402eb99a9215846d1f0b/action-large.png?600065f8b020);
}

.image-header_iphone_se_gen03_midnight {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/dd/a7/d4d625b64aaf8a7780dd6ce4a30e/header-iphone-se-gen03-midnight-large.png?600051f5a050);
}

.image-icon_iphone6s_camera_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a5/5e/be49686b4556a5ba2d172efb902b/icon-iphone6s-camera-elevated-large.png?600051f5e520);
}

.image-header_iphone_16_plus_blue {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/79/9b/e77cce3e467a87271dbbc70f87eb/header-iphone-16-plus-blue-large.png?600031c825d0);
}

.image-flex_icon_environment {
  width: 134px;
  height: 135px;
  background-size: 134px 135px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/4f/24/9a37e4494ac0a5ed76f8e4fb4b3d/flex-icon-environment-large.png?600065f88420);
}

.image-icon_iphone14pro_camera_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a2/f6/efed739b4ad895004579521c8827/icon-iphone14pro-camera-elevated-large.png?600065ffec00);
}

.image-header_iphone_16_blue {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/de/c5/446e478d4c9799e93ec63b2910ac/header-iphone-16-blue-large.png?600065f6c0b0);
}

.image-icon_iphone13pro_camera_elevated {
  width: 39px;
  height: 38px;
  background-size: 39px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/bf/2d/7298c898425ebb8cf0c17b4c91e2/icon-iphone13pro-camera-elevated-large.png?600031cea470);
}

.image-icon_chip_a10_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e7/17/587d91254a96a0de01735c75af57/icon-chip-a10-elevated-large.png?600065fd9340);
}

.image-icon_iphone12pro_camera_elevated {
  width: 39px;
  height: 38px;
  background-size: 39px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ff/e1/c91ee1a542f7bc1dc21a1f3d0870/icon-iphone12pro-camera-elevated-large.png?600065fc4a50);
}

.image-header_iphone_14_pro_max_twilight_purple {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1a/e2/ce8b95254988b7802e94804fec2b/header-iphone-14-pro-max-twilight-purple-large.png?600055f04bb0);
}

.image-header_iphone_13_pro_sierra_blue {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b1/5f/2204f0b14f59b52f126802e96824/header-iphone-13-pro-sierra-blue-large.png?600065fe9810);
}

.image-ai {
  width: 824px;
  height: 327px;
  background-size: 824px 327px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/6e/83/260920794547aeb2f87da0e6e3d2/ai-large.png?600065f06cb0);
}

.image-icon_iphone16pro_camera_elevated {
  width: 38px;
  height: 39px;
  background-size: 38px 39px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8e/22/2cdf7ac84b2a9f072df3c445d86e/icon-iphone16pro-camera-elevated-large.png?600031c86730);
}

.image-flex_icon_apple_logo_elevated {
  width: 31px;
  height: 37px;
  background-size: 31px 37px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3b/d2/f08b4a5a41daa60a1c7c8f381bad/flex-icon-apple-logo-elevated-large.png?600065f8b0d0);
}

.image-header_iphone_14_pro_twilight_purple {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e6/a4/8189b0d44b5e8d51a80ae2e95210/header-iphone-14-pro-twilight-purple-large.png?600065fe8a50);
}

.image-header_iphone_xs_max_silver {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/cc/fc/1ef3450c49d59917de80cd3f42a3/header-iphone-xs-max-silver-large.png?600031c891e0);
}

.image-hero {
  width: 1060px;
  height: 307px;
  background-size: 1060px 307px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e8/a6/4ded0e7f407b96f918bfb2c89142/hero-large.png?600055f07910);
}

.image-icon_faceid_elevated {
  width: 39px;
  height: 38px;
  background-size: 39px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/9f/c1/c6c681a047938aebbc4114c87fa3/icon-faceid-elevated-large.png?600065fd00b0);
}

.image-header_iphone_13_mini_pink {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b7/88/18d8cefa40f78a761ba926d62ca7/header-iphone-13-mini-pink-large.png?600065f82b50);
}

.image-ultrawide {
  width: 480px;
  height: 496px;
  background-size: 480px 496px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/49/1d/f5b25aea42c492928c5e9835a503/ultrawide-large.png?600065f83b20);
}

.image-icon_4g_radiowaves_elevated {
  width: 49px;
  height: 35px;
  background-size: 49px 35px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/36/5a/d3e187874bb98424e6d5dfd58d5f/icon-4g-radiowaves-elevated-large.png?600051f5ff40);
}

.image-colors {
  width: 383px;
  height: 308px;
  background-size: 383px 308px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/37/8c/828cbfb14446b36501aa5494ff18/colors-large.png?600031c8d130);
}

.image-icon_iphone14plus_camera_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/74/b7/946c4c3d48b5ad6062594622b671/icon-iphone14plus-camera-elevated-large.png?600051f59a20);
}

.image-satellite {
  width: 457px;
  height: 429px;
  background-size: 457px 429px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c5/f7/e257d20049aa9192fb5a7c9788e6/satellite-large.png?600065fd3390);
}

.image-icon_iphone_landscape_camera_button_elevated {
  width: 38px;
  height: 36px;
  background-size: 38px 36px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/02/34/88529d024b5583075fd0345a4005/icon-iphone-landscape-camera-button-elevated-large.png?600011c97180);
}

.image-icon_chip_a12_elevated {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e2/d6/04c2d42245d6ac9cb64cb4072b3e/icon-chip-a12-elevated-large.png?600031c85290);
}

.image-headline {
  width: 891px;
  height: 244px;
  background-size: 891px 244px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/24/60/0bd1b1a242a98c4cedfcd9c8ca46/headline-large.png?600011c988f0);
}

.image-header_iphone_8_silver {
  width: 166px;
  height: 208px;
  background-size: 166px 208px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ae/78/5d22e8d94a03914430407dc56345/header-iphone-8-silver-large.png?600065f21340);
}

.image-icon_chip_a8_elevated {
  width: 39px;
  height: 38px;
  background-size: 39px 38px;
  background-repeat: no-repeat;
  background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/cd/8b/3416215e45b891adec8379237351/icon-chip-a8-elevated-large.png?600055f01130);
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_se_gen03_midnight {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/4b/4c/0101bba945ce9523f116fbeca3eb/header-iphone-se-gen03-midnight-large-2x.png?600051f59080);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_chip_a14_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/5d/c2/926d788c47e980502d018ea47031/icon-chip-a14-elevated-large-2x.png?600065f89d90);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphone12promax_camera_elevated {
    width: 39px;
    height: 38px;
    background-size: 39px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ab/08/7e46aa8e40a98cf9a7dfdfef8dec/icon-iphone12promax-camera-elevated-large-2x.png?600065f8ac00);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_15_pink {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/33/56/91ce123c421fbcf80e16b4067f4b/header-iphone-15-pink-large-2x.png?600031cfd3f0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_8_silver {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/40/75/1e496b9b48989315661f72559d9f/header-iphone-8-silver-large-2x.png?600065f880b0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_chip_a11_elevated {
    width: 39px;
    height: 38px;
    background-size: 39px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/34/f4/d2e5ecf44058934836664407136e/icon-chip-a11-elevated-large-2x.png?600031c85c30);
  }
}

@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-a18 {
    width: 181px;
    height: 181px;
    background-size: 181px 181px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fb/8b/eb4c1c08487089e216a5e9a6d0ab/a18-large-2x.png?600065f6c420);
  }
}

@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-headline {
    width: 891px;
    height: 244px;
    background-size: 891px 244px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a4/88/8026243240b0a03ca1d1a74eab08/headline-large-2x.png?600031c8a520);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_chip_a18_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/85/bd/cf30210b4a9eb82bfc685b428d93/icon-chip-a18-elevated-large-2x.png?600031ceac00);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_chip_a16_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/86/f1/636bf2bb42c2b41fc1274da6b5d5/icon-chip-a16-elevated-large-2x.png?600031c84420);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_5g_radiowaves_elevated {
    width: 49px;
    height: 35px;
    background-size: 49px 35px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/88/54/e63c768c4cd6b221e683c9ff0a78/icon-5g-radiowaves-elevated-large-2x.png?600065fd42c0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_apple_intelligence_elevated {
    width: 42px;
    height: 43px;
    background-size: 42px 43px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d3/2c/a3632d5740e7ba940783e288dffd/icon-apple-intelligence-elevated-large-2x.png?600065fd1d90);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphone16pro_camera_elevated {
    width: 38px;
    height: 39px;
    background-size: 38px 39px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d9/b2/ca8c70d64c4e98cd0deb7b01ad95/icon-iphone16pro-camera-elevated-large-2x.png?600031c84b00);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_13_pink {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/98/3b/6ad1927b40fbb846c2a4e29b276a/header-iphone-13-pink-large-2x.png?600065ffc210);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_touchid_elevated {
    width: 42px;
    height: 41px;
    background-size: 42px 41px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a1/0a/d743aa5843598d07c4ad4c27d1fe/icon-touchid-elevated-large-2x.png?600065ffeb50);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphonexr_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/6f/1e/770b8a9d41bcb10b21d02683035b/icon-iphonexr-camera-elevated-large-2x.png?600065fd4d10);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_6s_space_gray {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/5e/61/c04489c44727b703c374b41fe279/header-iphone-6s-space-gray-large-2x.png?600065fff180);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_14_blue {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/4c/89/9493be604fe4b9f1a6eba1a1115e/header-iphone-14-blue-large-2x.png?600065fd39c0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_7_black {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/bc/1d/f510c845437c953fa3219293f345/header-iphone-7-black-large-2x.png?600065fd32e0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphone14promax_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/bd/cb/cf9b41914b1388f8b59f98e976a1/icon-iphone14promax-camera-elevated-large-2x.png?600031c85fa0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_11_pro_midnight_green {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/5a/17/dec63df248889288362b211e59f2/header-iphone-11-pro-midnight-green-large-2x.png?600065fd5600);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphone14pro_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b3/a7/9aee7a754b73824198f7682d73b2/icon-iphone14pro-camera-elevated-large-2x.png?600065ffb0d0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_15_pro_max_tigry {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/29/fd/3a1e37174b88b3d9a250e7b7f088/header-iphone-15-pro-max-tigry-large-2x.png?600031cfd290);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_16_pro_rose_titanium {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/36/40/35b4b0664217afb641c5bc73ccf6/header-iphone-16-pro-rose-titanium-large-2x.png?600065f6cbb0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphonexs_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/79/19/06053d77422292d29fd5f44bbba7/icon-iphonexs-camera-elevated-large-2x.png?600065fd7a70);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphone_landscape_camera_button_elevated {
    width: 38px;
    height: 36px;
    background-size: 38px 36px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/64/b7/b42d131547129fbb17125ad39a67/icon-iphone-landscape-camera-button-elevated-large-2x.png?600065f830d0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphone14plus_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f9/ea/b387430842119d9b33ca1a0b5e73/icon-iphone14plus-camera-elevated-large-2x.png?600065f83180);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_14_plus_blue {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ef/ae/6602c4124e439893a93411309c7d/header-iphone-14-plus-blue-large-2x.png?600031ceba70);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_8_plus_silver {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8b/ac/8f2bfd0049adb0860385edfd3922/header-iphone-8-plus-silver-large-2x.png?600031cf4630);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_15_plus_pink {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fc/4b/10c8c0a940f989e4f014261e635f/header-iphone-15-plus-pink-large-2x.png?600065f82680);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphone13_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a3/af/27d6752249f589dab61840c998aa/icon-iphone13-camera-elevated-large-2x.png?600065fe6b50);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_battery_100percent_elevated {
    width: 48px;
    height: 26px;
    background-size: 48px 26px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1e/e3/44e55dee45fc8d67cd5d58b79084/icon-battery-100percent-elevated-large-2x.png?600031c811e0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphone13pro_camera_elevated {
    width: 39px;
    height: 38px;
    background-size: 39px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d7/ac/7a5e51cb420bac3b02ddab7c4970/icon-iphone13pro-camera-elevated-large-2x.png?600031ce88f0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_chip_a9_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/4d/da/df9a16bf4546bb93778aa835bdbf/icon-chip-a9-elevated-large-2x.png?600065fede40);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_chip_a10_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3c/37/62ce1ae845ceb341a231722dc962/icon-chip-a10-elevated-large-2x.png?600065ffe5d0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphone16promax_camera_elevated {
    width: 38px;
    height: 39px;
    background-size: 38px 39px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/0e/d5/19e3afce4869b9a85283ef2bbf03/icon-iphone16promax-camera-elevated-large-2x.png?600065feacb0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_16_pro_max_rose_titanium {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/af/8f/747f25fb4ad596b1b2f6a02d23ef/header-iphone-16-pro-max-rose-titanium-large-2x.png?600065f3af70);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_xs_silver {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8d/42/1d3e6588428190bd213fc7eb9360/header-iphone-xs-silver-large-2x.png?600065fdb230);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-action {
    width: 377px;
    height: 345px;
    background-size: 377px 345px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8d/6f/1b0cdafd4299aa775bcd8841f336/action-large-2x.png?600031ceb5a0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_faceid_elevated {
    width: 39px;
    height: 38px;
    background-size: 39px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/4e/47/f524d07c4b79a87b9e163545237f/icon-faceid-elevated-large-2x.png?600055f06470);
  }
}

@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: 383px;
    height: 308px;
    background-size: 383px 308px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8e/fb/a3fc902f4ba3876eecf3e5e737da/colors-large-2x.png?600031c8cdc0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_chip_a8_elevated {
    width: 39px;
    height: 38px;
    background-size: 39px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ef/07/515e7da6478881b3811e606692a8/icon-chip-a8-elevated-large-2x.png?600065ffd4a0);
  }
}

@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_icon_apple_logo_lock_elevated {
    width: 32px;
    height: 42px;
    background-size: 32px 42px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/dc/3f/59c55ed543db894a742c298f66bb/flex-icon-apple-logo-lock-elevated-large-2x.png?600051f5c580);
  }
}

@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_control {
    width: 807px;
    height: 418px;
    background-size: 807px 418px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/90/55/ddff76dc464d863a15deee000dde/camera-control-large-2x.png?600065f83e90);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_16_plus_blue {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/7b/63/e63a4886439c91c4395d08a249bb/header-iphone-16-plus-blue-large-2x.png?600065feaaa0);
  }
}

@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_icon_iphone_iphone {
    width: 34px;
    height: 48px;
    background-size: 34px 48px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ae/f3/30336c054ca490ef441979014d40/flex-icon-iphone-iphone-large-2x.png?600065f81c30);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_se_space_gray {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/62/72/31711e7044fa9479f127a69dc33d/header-iphone-se-space-gray-large-2x.png?600065fd6260);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphone16plus_camera_elevated {
    width: 38px;
    height: 39px;
    background-size: 38px 39px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/59/ba/7265b7034fa58fa5885392db1250/icon-iphone16plus-camera-elevated-large-2x.png?600065feeaa0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_x_silver {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/23/cc/5522eb0042e0a0a1a40ecd520fd0/header-iphone-x-silver-large-2x.png?600031cf7700);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphone11_camera_elevated {
    width: 39px;
    height: 38px;
    background-size: 39px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1c/84/d9e128144d78bca4129888695987/icon-iphone11-camera-elevated-large-2x.png?600065fd9b80);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphone12pro_camera_elevated {
    width: 39px;
    height: 38px;
    background-size: 39px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/bf/04/293d792e4c6c80e7114a795bde2b/icon-iphone12pro-camera-elevated-large-2x.png?600065f3e100);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_13_pro_sierra_blue {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e9/91/3585d10f4803b821d1e385a4f4a5/header-iphone-13-pro-sierra-blue-large-2x.png?600051f5d340);
  }
}

@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?600051f5f650);
  }
}

@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: 1060px;
    height: 307px;
    background-size: 1060px 307px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d3/37/3365656d4bb2ba31c9e76f0c5bbd/hero-large-2x.png?600065fec0b0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_6s_plus_space_gray {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/68/20/34f66d2a4f4c8c29235104c92f00/header-iphone-6s-plus-space-gray-large-2x.png?600065fd4e70);
  }
}

@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: 824px;
    height: 327px;
    background-size: 824px 327px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/24/ee/3b363e29497e8ef1b848b081c15f/ai-large-2x.png?600031cff700);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphone15promax_camera_elevated {
    width: 38px;
    height: 39px;
    background-size: 38px 39px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e2/49/89e116e54df5961df474dbc4fa9f/icon-iphone15promax-camera-elevated-large-2x.png?600031cead60);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_port_lightning_elevated {
    width: 49px;
    height: 19px;
    background-size: 49px 19px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/bf/e9/299eb6d24e539dbf72b5e15b4ade/icon-port-lightning-elevated-large-2x.png?600065cb4790);
  }
}

@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-styles {
    width: 247px;
    height: 357px;
    background-size: 247px 357px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/38/ad/0886c9124ecfac47cb0c491903e1/styles-large-2x.png?600065f82260);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphone6splus_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/44/76/7c8b4c9f45378676cfe55cab997d/icon-iphone6splus-camera-elevated-large-2x.png?600065fd7440);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_14_pro_max_twilight_purple {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fb/57/06c428614955af5592e4e14443c2/header-iphone-14-pro-max-twilight-purple-large-2x.png?600065f8b910);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_15_pro_tigry {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3d/b9/be87fc9c42678c67f1a6738a2db7/header-iphone-15-pro-tigry-large-2x.png?600051f5dd90);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_16_blue {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8a/42/eb5d57df46ca84d783f3594d81e4/header-iphone-16-blue-large-2x.png?600065f213f0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_xr_blue {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fb/bb/59b3f2174fcba3c762d0d4c00b38/header-iphone-xr-blue-large-2x.png?600065f35ad0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphonese_gen1_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/42/9a/657ca9894773b4c4bdc382ad5564/icon-iphonese-gen1-camera-elevated-large-2x.png?600065f83c80);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_chip_a15_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ab/6e/288d3f1d420096603294c5434fd8/icon-chip-a15-elevated-large-2x.png?600065f88580);
  }
}

@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_privacy {
    width: 320px;
    height: 262px;
    background-size: 320px 262px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3c/0b/4b7c09514eb19d840ad31d5b45c8/flex-privacy-large-2x.png?600065fdb2e0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_7_plus_black {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fc/c1/85427da748c7a209b99d3d40e63c/header-iphone-7-plus-black-large-2x.png?600031c8af70);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_chip_a13_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/bc/26/5d7792034adabac50c869e48d3dd/icon-chip-a13-elevated-large-2x.png?600031c81ef0);
  }
}

@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-satellite {
    width: 457px;
    height: 429px;
    background-size: 457px 429px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f0/37/78b8a18f40e4881ac47e3c035241/satellite-large-2x.png?600065fd4840);
  }
}

@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_icon_ios {
    width: 72px;
    height: 55px;
    background-size: 72px 55px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b7/64/191f2e464de6990d71e8c6e5f8bd/flex-icon-ios-large-2x.png?600055f044d0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_6_plus_space_gray {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/00/e7/eb79a38d47cbaf5ab973ba39db1e/header-iphone-6-plus-space-gray-large-2x.png?600031c87d30);
  }
}

@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_icon_apple_logo_elevated {
    width: 31px;
    height: 37px;
    background-size: 31px 37px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/56/b8/d338c257415c9971a777c82173ee/flex-icon-apple-logo-elevated-large-2x.png?600065f25970);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_se_gen02_black {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/09/4f/7f1e9e0c448abd773cbdddd88c1e/header-iphone-se-gen02-black-large-2x.png?600055f023c0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_6_space_gray {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/30/c6/5ed638d24b32bf4dbf14c8d44a31/header-iphone-6-space-gray-large-2x.png?600065fd4790);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_13_pro_max_sierra_blue {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a2/37/a836c7544fd4ae56074fb93c3824/header-iphone-13-pro-max-sierra-blue-large-2x.png?600031c86ec0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphone13promax_camera_elevated {
    width: 39px;
    height: 38px;
    background-size: 39px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ed/64/ce1b70b54fafb695764cb908acd0/icon-iphone13promax-camera-elevated-large-2x.png?600065f825d0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphone6s_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/6f/57/283c5c024103b3c56ef6e5184c60/icon-iphone6s-camera-elevated-large-2x.png?600065f6d550);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_port_usb_c_elevated {
    width: 49px;
    height: 19px;
    background-size: 49px 19px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d5/5e/265fa5994ca6a20e206642eafdcc/icon-port-usb-c-elevated-large-2x.png?600065fd9ce0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_chip_a17pro_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1c/c3/f404b5c84d4ba1d14332a8b3312c/icon-chip-a17pro-elevated-large-2x.png?600065ff94a0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphone12_camera_elevated {
    width: 39px;
    height: 38px;
    background-size: 39px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/5a/f3/9cdaecbd4e4e89c9f4a70111b47c/icon-iphone12-camera-elevated-large-2x.png?600065fd3180);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphonese_gen3_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/27/b8/4ac5f495440c948eb6eaeb9da078/icon-iphonese-gen3-camera-elevated-large-2x.png?600065fda470);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphone15plus_camera_elevated {
    width: 38px;
    height: 39px;
    background-size: 38px 39px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/87/e3/71053cd443c0ae5f2c9e2729e01d/icon-iphone15plus-camera-elevated-large-2x.png?600065f8bb20);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_4g_radiowaves_elevated {
    width: 49px;
    height: 35px;
    background-size: 49px 35px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/47/b2/52b00d3945968fb466e9d303c977/icon-4g-radiowaves-elevated-large-2x.png?600055f04210);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphone8plus_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/41/e4/e0a63e1d4805a6f82aac88179810/icon-iphone8plus-camera-elevated-large-2x.png?600065fd2d60);
  }
}

@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_icon_environment {
    width: 134px;
    height: 135px;
    background-size: 134px 135px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/09/4f/5e98d2b64030929c1a0bf27fbaed/flex-icon-environment-large-2x.png?600031cff910);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_11_pro_max_midnight_green {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/db/01/1cca788a43cf9035befa74476ca4/header-iphone-11-pro-max-midnight-green-large-2x.png?600055f07860);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphone11promax_camera_elevated {
    width: 39px;
    height: 38px;
    background-size: 39px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/22/86/dc2490bd4dd8a9390f88c08d9c54/icon-iphone11promax-camera-elevated-large-2x.png?600031cf89a0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_12_pro_pacific_blue {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/46/7a/5c32a5594626bb2e0dd598e219d3/header-iphone-12-pro-pacific-blue-large-2x.png?600051f5f440);
  }
}

@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_mode {
    width: 527px;
    height: 327px;
    background-size: 527px 327px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/2d/e6/eeae56344037abaff4728692cd22/battery-mode-large-2x.png?600065fee260);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_xs_max_silver {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/49/16/addb00d34c6fbb62f9b8521c57a7/header-iphone-xs-max-silver-large-2x.png?600065fe9b80);
  }
}

@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-ultrawide {
    width: 480px;
    height: 496px;
    background-size: 480px 496px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1c/91/2fa90800474d9d5c90256041b826/ultrawide-large-2x.png?600031c877b0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_chip_a12_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/34/34/3258bb1a481f979b50574d677d4f/icon-chip-a12-elevated-large-2x.png?600065f82520);
  }
}

@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: 155px;
    height: 28px;
    background-size: 155px 28px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/35/1c/d1be911f42678032a503b319b631/hero-logo-large-2x.png?600065f8a680);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_11_purple {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1a/54/1017fc904901bfa9da5f83ab312e/header-iphone-11-purple-large-2x.png?600031c84370);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_14_pro_twilight_purple {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/18/33/f0817a3e4a569984f02ac1c13383/header-iphone-14-pro-twilight-purple-large-2x.png?600065ffc580);
  }
}

@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_magsafe {
    width: 430px;
    height: 345px;
    background-size: 430px 345px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fa/d7/fe6c9464402b826316e17d8e79f3/flex-magsafe-large-2x.png?600055f06680);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_13_mini_pink {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f6/16/ad9a023847de943a3cb8fbb111a4/header-iphone-13-mini-pink-large-2x.png?600065f8a3c0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_12_purple {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/05/76/1bb623a740be82409504d699e927/header-iphone-12-purple-large-2x.png?600065f649a0);
  }
}

@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-display {
    width: 318px;
    height: 356px;
    background-size: 318px 356px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b3/da/bcc49dd54ffdb27330f94ff94e42/display-large-2x.png?600051f584d0);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphone14_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d8/08/a000cb224e1d830d89a92886fad4/icon-iphone14-camera-elevated-large-2x.png?600031c82940);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_chip_a18pro_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/17/cd/ba54b01545379568043388a525a6/icon-chip-a18pro-elevated-large-2x.png?600065f22e10);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_12_mini_purple {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1a/eb/fea380e54f91aa3fe51555218726/header-iphone-12-mini-purple-large-2x.png?600065ff4d10);
  }
}

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

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-header_iphone_12_pro_max_pacific_blue {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/72/c4/1ca8845d43dcb4f70b3bc6025780/header-iphone-12-pro-max-pacific-blue-large-2x.png?600065fd2890);
  }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .image-icon_iphone11pro_camera_elevated {
    width: 39px;
    height: 38px;
    background-size: 39px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/71/44/8400431b4d8abbace817fe9d47da/icon-iphone11pro-camera-elevated-large-2x.png?600031c8b9c0);
  }
}

@media only screen and (max-width:1068px) {
  .image-ai {
    width: 624px;
    height: 272px;
    background-size: 624px 272px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/40/8b/75a9e28b46fc81ee38693c0a1504/ai-medium.png?600031cf4fd0);
  }
}

@media only screen and (max-width:1068px) {
  .image-flex_icon_ios {
    width: 49px;
    height: 38px;
    background-size: 49px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/88/ad/9f10f8dd47df9c111d2b193c7012/flex-icon-ios-medium.png?600065f8b7b0);
  }
}

@media only screen and (max-width:1068px) {
  .image-flex_privacy {
    width: 228px;
    height: 172px;
    background-size: 228px 172px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/7b/18/d74dbcd94b69ac72cd0f6dd62d44/flex-privacy-medium.png?600051f5ee10);
  }
}

@media only screen and (max-width:1068px) {
  .image-battery_mode {
    width: 466px;
    height: 290px;
    background-size: 466px 290px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/4d/d6/76116a23432aaa3b34aed3a4a257/battery-mode-medium.png?600065f36b50);
  }
}

@media only screen and (max-width:1068px) {
  .image-a18 {
    width: 182px;
    height: 182px;
    background-size: 182px 182px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/87/56/b75baf80468fb2b2b0c48ef51240/a18-medium.png?600065f34a50);
  }
}

@media only screen and (max-width:1068px) {
  .image-satellite {
    width: 334px;
    height: 367px;
    background-size: 334px 367px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/af/df/425b25234494813e609adceab334/satellite-medium.png?600031c8cc60);
  }
}

@media only screen and (max-width:1068px) {
  .image-action {
    width: 263px;
    height: 277px;
    background-size: 263px 277px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f6/32/860be0a44381b59d09c852afa31e/action-medium.png?600065f34630);
  }
}

@media only screen and (max-width:1068px) {
  .image-hero_logo {
    width: 135px;
    height: 24px;
    background-size: 135px 24px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/93/d8/983825e042cfaa2c0636c9f0fd75/hero-logo-medium.png?600031cf7a70);
  }
}

@media only screen and (max-width:1068px) {
  .image-colors {
    width: 265px;
    height: 213px;
    background-size: 265px 213px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1b/2d/b1c1032a49ff9137caa0d494a390/colors-medium.png?600065f3aec0);
  }
}

@media only screen and (max-width:1068px) {
  .image-flex_icon_environment {
    width: 96px;
    height: 97px;
    background-size: 96px 97px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d9/bb/32e943014415a38ae606028ce34a/flex-icon-environment-medium.png?600051f5eec0);
  }
}

@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?600065f34f20);
  }
}

@media only screen and (max-width:1068px) {
  .image-flex_magsafe {
    width: 295px;
    height: 289px;
    background-size: 295px 289px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/7e/4d/2240c68d4e5babe0a823234cf2b5/flex-magsafe-medium.png?600065f35290);
  }
}

@media only screen and (max-width:1068px) {
  .image-styles {
    width: 203px;
    height: 296px;
    background-size: 203px 296px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b0/ed/6559e12d4cd7b11d404282cf6784/styles-medium.png?600051f5f5a0);
  }
}

@media only screen and (max-width:1068px) {
  .image-headline {
    width: 667px;
    height: 183px;
    background-size: 667px 183px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ca/f9/696309644b449ba0554c16e64266/headline-medium.png?600065f38630);
  }
}

@media only screen and (max-width:1068px) {
  .image-hero {
    width: 658px;
    height: 191px;
    background-size: 658px 191px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a0/86/3b318cfe42b1924760e69f99617c/hero-medium.png?600065f346e0);
  }
}

@media only screen and (max-width:1068px) {
  .image-display {
    width: 249px;
    height: 268px;
    background-size: 249px 268px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/30/92/04b713ad4857bdc9a2f0fa1123c0/display-medium.png?600065f3b440);
  }
}

@media only screen and (max-width:1068px) {
  .image-ultrawide {
    width: 336px;
    height: 420px;
    background-size: 336px 420px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/51/56/18bb10354ea5919be213355ebace/ultrawide-medium.png?600065f38b00);
  }
}

@media only screen and (max-width:1068px) {
  .image-flex_icon_iphone_iphone {
    width: 34px;
    height: 48px;
    background-size: 34px 48px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/67/f9/e9fa564f44f8a6599c94c71bcc72/flex-icon-iphone-iphone-medium.png?600065f34840);
  }
}

@media only screen and (max-width:1068px) {
  .image-camera_control {
    width: 661px;
    height: 350px;
    background-size: 661px 350px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/50/45/d6a19f944c64bdd9b447f370b25b/camera-control-medium.png?600065f36aa0);
  }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
  .image-action {
    width: 263px;
    height: 277px;
    background-size: 263px 277px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/93/b7/303a3db646069e9bfcbc198e9659/action-medium-2x.png?600065f21290);
  }
}

@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: 658px;
    height: 191px;
    background-size: 658px 191px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/96/a9/b06bcd7142d38feaa9ea11ecaa66/hero-medium-2x.png?600031cffde0);
  }
}

@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_privacy {
    width: 228px;
    height: 172px;
    background-size: 228px 172px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ac/94/ff371a854f43b0531fd0e9276777/flex-privacy-medium-2x.png?600065fe8c60);
  }
}

@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-ultrawide {
    width: 336px;
    height: 420px;
    background-size: 336px 420px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/87/cd/24732f70499ab11163f182e8f421/ultrawide-medium-2x.png?600065fd9600);
  }
}

@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_mode {
    width: 466px;
    height: 290px;
    background-size: 466px 290px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/11/0c/968654fc48098b3749bf0718698b/battery-mode-medium-2x.png?600031cff0d0);
  }
}

@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: 624px;
    height: 272px;
    background-size: 624px 272px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/98/1f/4992867d49b9b3c2da4df0718e55/ai-medium-2x.png?600065f27de0);
  }
}

@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-satellite {
    width: 334px;
    height: 367px;
    background-size: 334px 367px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/6d/a7/ce2b62f04d43a99c4a680133a132/satellite-medium-2x.png?600065f839c0);
  }
}

@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-headline {
    width: 667px;
    height: 183px;
    background-size: 667px 183px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1d/41/55502f7d41ceadace973b977eaac/headline-medium-2x.png?600065fe9ce0);
  }
}

@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_control {
    width: 661px;
    height: 350px;
    background-size: 661px 350px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/41/29/9ce06d7b4e81b8ebac007ba89461/camera-control-medium-2x.png?600031c853f0);
  }
}

@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: 135px;
    height: 24px;
    background-size: 135px 24px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/62/36/0479073a47d8adfa8c62e0a21327/hero-logo-medium-2x.png?600065f89ce0);
  }
}

@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: 265px;
    height: 213px;
    background-size: 265px 213px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/5d/f0/3126b9f24428acba86c986a91756/colors-medium-2x.png?600031c84160);
  }
}

@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_icon_environment {
    width: 96px;
    height: 97px;
    background-size: 96px 97px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/5b/58/39a81b19475da682cfe76a326061/flex-icon-environment-medium-2x.png?600065f6e5d0);
  }
}

@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-styles {
    width: 203px;
    height: 296px;
    background-size: 203px 296px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/6b/f7/62165b2241ae934184729129cb68/styles-medium-2x.png?600065fd0a50);
  }
}

@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-display {
    width: 249px;
    height: 268px;
    background-size: 249px 268px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/38/e4/f57ce08942bdb291ac1020ffa34c/display-medium-2x.png?600031c8c840);
  }
}

@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_icon_ios {
    width: 49px;
    height: 38px;
    background-size: 49px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/03/89/8ce993ca4bd5abf8d806badaabdc/flex-icon-ios-medium-2x.png?600065fd23c0);
  }
}

@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?600065f71810);
  }
}

@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_icon_iphone_iphone {
    width: 34px;
    height: 48px;
    background-size: 34px 48px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b3/0e/09514d404d599841517d3373f025/flex-icon-iphone-iphone-medium-2x.png?600051f59ef0);
  }
}

@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-a18 {
    width: 182px;
    height: 182px;
    background-size: 182px 182px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/42/48/7ef402e1406ba0eb49af4e501ac1/a18-medium-2x.png?600065f8ab50);
  }
}

@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_magsafe {
    width: 295px;
    height: 289px;
    background-size: 295px 289px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/91/c0/4baba729440e8a1c948c6354fa35/flex-magsafe-medium-2x.png?600065f8ad60);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_6_plus_space_gray {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/85/fb/e2fd9cb947d6927d07e538f58fe4/header-iphone-6-plus-space-gray-small.png?600065fe4840);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_12_pro_max_pacific_blue {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c3/de/7e2b9e9240bb8258336b6fbd825e/header-iphone-12-pro-max-pacific-blue-small.png?600031cf7c80);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_6s_plus_space_gray {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/61/66/9c992cdf48139efcbef6f6df28e8/header-iphone-6s-plus-space-gray-small.png?600065fd2100);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_8_plus_silver {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fc/52/2219d0af419f9b8844ff7fc70781/header-iphone-8-plus-silver-small.png?600065f70e70);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_se_gen03_midnight {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/79/1c/f15e8f224b49b2450fa55c5d8f7c/header-iphone-se-gen03-midnight-small.png?600055f00a50);
  }
}

@media only screen and (max-width:734px) {
  .image-battery_mode {
    width: 296px;
    height: 184px;
    background-size: 296px 184px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/5e/e4/849edf6f4b2aaba5ea3f9cb383ba/battery-mode-small.png?600065f89e40);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_13_mini_pink {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a8/97/c053d7e2498dbe57762fa078ef8d/header-iphone-13-mini-pink-small.png?600065fecd10);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_7_plus_black {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c0/26/6bd59bd04838acf9ab2f18809eb6/header-iphone-7-plus-black-small.png?600031c8e470);
  }
}

@media only screen and (max-width:734px) {
  .image-flex_icon_apple_logo_lock_elevated {
    width: 32px;
    height: 42px;
    background-size: 32px 42px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ca/7c/b1399fc14dfda81222978b777876/flex-icon-apple-logo-lock-elevated-small.png?600031cfc160);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_xr_blue {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b5/2f/2f70b64f49f3b8d1697c270bbb6e/header-iphone-xr-blue-small.png?600065f76b50);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_16_blue {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/db/9b/5bb1dae94afc84da2e6bbe4377fa/header-iphone-16-blue-small.png?600065f8af70);
  }
}

@media only screen and (max-width:734px) {
  .image-a18 {
    width: 176px;
    height: 176px;
    background-size: 176px 176px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/cc/fb/af19c6c3431197256a114439d8f9/a18-small.png?600051f5c840);
  }
}

@media only screen and (max-width:734px) {
  .image-ultrawide {
    width: 320px;
    height: 420px;
    background-size: 320px 420px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/aa/9f/1f055e8043ab842578db87c21da9/ultrawide-small.png?600065fd0580);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_14_pro_twilight_purple {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b3/55/fee7def24506b372e47f85826405/header-iphone-14-pro-twilight-purple-small.png?600065fe6c00);
  }
}

@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?600065f04b00);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_6s_space_gray {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3b/4d/eeee8a0341d2a7968f5bcb9b4f3f/header-iphone-6s-space-gray-small.png?600065f34e70);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_16_plus_blue {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a0/3b/b6cd2f6d42feb2e264db8ac6965e/header-iphone-16-plus-blue-small.png?600065f8b700);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_13_pro_max_sierra_blue {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/60/b7/1f7a319a4618b425dc2daeaac24e/header-iphone-13-pro-max-sierra-blue-small.png?600065fee890);
  }
}

@media only screen and (max-width:734px) {
  .image-flex_icon_apple_logo_elevated {
    width: 31px;
    height: 37px;
    background-size: 31px 37px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fb/b8/fba7b33540af8811214e53230e64/flex-icon-apple-logo-elevated-small.png?600065f89600);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_12_pro_pacific_blue {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/0b/af/9e2f7a7743e99725f9f86da9db39/header-iphone-12-pro-pacific-blue-small.png?600031cfc0b0);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_15_plus_pink {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/32/a8/b33951ea47c4a7922aa98b885de1/header-iphone-15-plus-pink-small.png?600065ffc8f0);
  }
}

@media only screen and (max-width:734px) {
  .image-flex_icon_iphone_iphone {
    width: 34px;
    height: 48px;
    background-size: 34px 48px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a7/75/ee522fc545bd93f7126943e9e6d1/flex-icon-iphone-iphone-small.png?600065fd2680);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_12_mini_purple {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1c/92/cace71d94abc912163772def8add/header-iphone-12-mini-purple-small.png?600055f06ec0);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_15_pink {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d9/83/b2584df649b49f0557096bea62e3/header-iphone-15-pink-small.png?600065f72520);
  }
}

@media only screen and (max-width:734px) {
  .image-styles {
    width: 196px;
    height: 285px;
    background-size: 196px 285px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ff/00/e684e652480ba7b578bb0e18a3fd/styles-small.png?600031c86310);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_x_silver {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/7c/7e/cc0b1717436bb3dcbd776fc3cb70/header-iphone-x-silver-small.png?600051f5bbd0);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_11_purple {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/13/1e/6d554b5a4735b1ad14ee551dbeb6/header-iphone-11-purple-small.png?600065f39340);
  }
}

@media only screen and (max-width:734px) {
  .image-flex_icon_ios {
    width: 49px;
    height: 38px;
    background-size: 49px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/4a/58/c235a4e7475d9a9d8f62f5feb47f/flex-icon-ios-small.png?600051f5b0d0);
  }
}

@media only screen and (max-width:734px) {
  .image-display {
    width: 274px;
    height: 306px;
    background-size: 274px 306px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b5/a0/0a6b4c2e48468057eb45b11dd412/display-small.png?600031c8a9f0);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_13_pro_sierra_blue {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3c/71/93f995ac4560a4f66f4bd9d4e301/header-iphone-13-pro-sierra-blue-small.png?600065fee5d0);
  }
}

@media only screen and (max-width:734px) {
  .image-headline {
    width: 398px;
    height: 110px;
    background-size: 398px 110px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/19/da/ce18a3ba4acf872a073a623ba5c4/headline-small.png?600055f03a70);
  }
}

@media only screen and (max-width:734px) {
  .image-flex_magsafe {
    width: 243px;
    height: 194px;
    background-size: 243px 194px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/15/97/c5420a2844999038a3ece66b99f6/flex-magsafe-small.png?600031ce8b00);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_se_gen02_black {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/a0/c4/6eb1475243cd8f62e66448a99caa/header-iphone-se-gen02-black-small.png?600031c86470);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_xs_silver {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/dd/cf/131855c242f5bdc158b6c6512231/header-iphone-xs-silver-small.png?600065fd1c30);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_13_pink {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/16/4c/c9701fef416c8833d11b9e173a7d/header-iphone-13-pink-small.png?600031ce9d90);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_8_silver {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/74/87/4360bcbb4d2caeceebdca7b8519f/header-iphone-8-silver-small.png?600065f25b80);
  }
}

@media only screen and (max-width:734px) {
  .image-hero {
    width: 113px;
    height: 385px;
    background-size: 113px 385px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ae/da/5fb68b034f03bf458e3fd6021132/hero-small.png?600051f59fa0);
  }
}

@media only screen and (max-width:734px) {
  .image-hero_logo {
    width: 100px;
    height: 19px;
    background-size: 100px 19px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/90/da/fa53fada488292b52fe47bc0e002/hero-logo-small.png?600051f5e5d0);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_xs_max_silver {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/50/ef/2626b0f74a1eaff04d4732fed4dc/header-iphone-xs-max-silver-small.png?600031c8ae10);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_11_pro_midnight_green {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/84/4d/b942c25f49de958ec718077e6a32/header-iphone-11-pro-midnight-green-small.png?600055f051e0);
  }
}

@media only screen and (max-width:734px) {
  .image-flex_icon_environment {
    width: 124px;
    height: 126px;
    background-size: 124px 126px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/d3/08/d3ad58bb496e96ed1afa3d524af9/flex-icon-environment-small.png?600031cfdd90);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_6_space_gray {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/3b/95/9ee7f7ca4ad3acfd6078c3998def/header-iphone-6-space-gray-small.png?600065f3b860);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_7_black {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/89/13/4bbf7062445fbd7d9592e257062f/header-iphone-7-black-small.png?600051f5ba70);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_14_plus_blue {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/49/6c/88a855914565bdd42363e51643df/header-iphone-14-plus-blue-small.png?600065fff650);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_14_pro_max_twilight_purple {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/09/30/bc6141024c36a91155b3ee97265d/header-iphone-14-pro-max-twilight-purple-small.png?600065fee730);
  }
}

@media only screen and (max-width:734px) {
  .image-ai {
    width: 320px;
    height: 288px;
    background-size: 320px 288px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b1/f2/cbdf42a64bfda873748d9168418b/ai-small.png?600065f053f0);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_se_space_gray {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/51/11/c840608946348147392e33d5910c/header-iphone-se-space-gray-small.png?600065fd5970);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_14_blue {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/0e/15/e5621632425ca0a7d08ff6c2377a/header-iphone-14-blue-small.png?600031cf5fa0);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_15_pro_tigry {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c0/89/ccc700a047f18f9ee86bcfcc12f6/header-iphone-15-pro-tigry-small.png?600031cf1ad0);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_16_pro_max_rose_titanium {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/9a/26/1dcf197949d48d91730942350a52/header-iphone-16-pro-max-rose-titanium-small.png?600055f011e0);
  }
}

@media only screen and (max-width:734px) {
  .image-flex_privacy {
    width: 239px;
    height: 199px;
    background-size: 239px 199px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ee/ca/22f157014a8b856fcee5523b095d/flex-privacy-small.png?600065fe4580);
  }
}

@media only screen and (max-width:734px) {
  .image-satellite {
    width: 263px;
    height: 290px;
    background-size: 263px 290px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c8/70/3c0211624f5fb6cb9ebf619f4260/satellite-small.png?600051f59550);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_12_purple {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/27/dd/783831854aadbc43bdd1279b6d8a/header-iphone-12-purple-small.png?600065f8b230);
  }
}

@media only screen and (max-width:734px) {
  .image-camera_control {
    width: 320px;
    height: 329px;
    background-size: 320px 329px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/4a/73/39f22b9a49e697e840289eea4e1c/camera-control-small.png?600031cf3020);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_15_pro_max_tigry {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/12/53/490309e6450a9adb11fe8372b7df/header-iphone-15-pro-max-tigry-small.png?600065fd4a50);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_16_pro_rose_titanium {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ab/b2/7c6973f848d2a1b105d3e6771af9/header-iphone-16-pro-rose-titanium-small.png?600065f38fd0);
  }
}

@media only screen and (max-width:734px) {
  .image-action {
    width: 215px;
    height: 290px;
    background-size: 215px 290px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/14/3f/62b1dbb94c33b3d94f656a528175/action-small.png?600031ce9e40);
  }
}

@media only screen and (max-width:734px) {
  .image-colors {
    width: 270px;
    height: 217px;
    background-size: 270px 217px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/6a/7c/ea3510c2488ea2fd231f8b35c899/colors-small.png?600031c86100);
  }
}

@media only screen and (max-width:734px) {
  .image-header_iphone_11_pro_max_midnight_green {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/14/b0/291d2fd64f4288c50b2b7765feea/header-iphone-11-pro-max-midnight-green-small.png?600065f8b9c0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_12_pro_max_pacific_blue {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/2c/18/18f151bb4ec28bdd19d9e4e72034/header-iphone-12-pro-max-pacific-blue-small-2x.png?600065fd9a20);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_15_pro_tigry {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8e/ff/e57a26df4bc0b17702cd8a8c9fed/header-iphone-15-pro-tigry-small-2x.png?600031cf1810);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_7_plus_black {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/19/9c/2c4c72464948bbc1c60175a8b370/header-iphone-7-plus-black-small-2x.png?600031cf6940);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_15_plus_pink {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/63/cf/c0b58aa94ebe8b807c0ff1172ed5/header-iphone-15-plus-pink-small-2x.png?600065f34bb0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_13_pro_sierra_blue {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/5f/1e/ea439f0041cab0df7a1843115058/header-iphone-13-pro-sierra-blue-small-2x.png?600065fe86e0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_xs_silver {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/03/a7/a00e83d34009b7fb59fe954ebf80/header-iphone-xs-silver-small-2x.png?600065f340b0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_11_purple {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/bf/c8/08b1018641d2883232c894c59417/header-iphone-11-purple-small-2x.png?600065f3cbb0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_16_pro_max_rose_titanium {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/4e/86/8154bfd24242b9c3090549228230/header-iphone-16-pro-max-rose-titanium-small-2x.png?600051f598c0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_x_silver {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e5/a1/495fb017435885771615ca4a45ba/header-iphone-x-silver-small-2x.png?600065fdb9c0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_se_space_gray {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ac/2c/75cf1df9465fba18ce0c7cfddf5b/header-iphone-se-space-gray-small-2x.png?600031cf37b0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_14_pro_max_twilight_purple {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fa/41/d6663a3542938c366bda113bb712/header-iphone-14-pro-max-twilight-purple-small-2x.png?600051f5cd10);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_7_black {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/04/ac/0bb8caf1480ca118ed14be7065b0/header-iphone-7-black-small-2x.png?600031cf70d0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_11_pro_midnight_green {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fe/eb/ca4dcb044aca8bec0de95f2809fa/header-iphone-11-pro-midnight-green-small-2x.png?600065fefbd0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_12_pro_pacific_blue {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/85/80/0a76d6d843afa25424e937b9e706/header-iphone-12-pro-pacific-blue-small-2x.png?600065fec210);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_14_plus_blue {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/0c/be/51f466d342c5886ac29043016ff1/header-iphone-14-plus-blue-small-2x.png?600011c99c30);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_6_plus_space_gray {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1c/e5/60e86b57437f842419b3175c3698/header-iphone-6-plus-space-gray-small-2x.png?600065fe46e0);
  }
}

@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?600055f05b80);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_12_mini_purple {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/77/b6/5879159940d58ae668cc04374559/header-iphone-12-mini-purple-small-2x.png?600065ffbde0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-action {
    width: 215px;
    height: 290px;
    background-size: 215px 290px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f8/82/4136726d497d94c7394036949116/action-small-2x.png?600065f22b50);
  }
}

@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: 100px;
    height: 19px;
    background-size: 100px 19px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/14/9c/d51fb6ea4e6699c94ee7979563c6/hero-logo-small-2x.png?600055f048f0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_13_pro_max_sierra_blue {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/10/91/9ee320fc4ba9984d7d7c6e7faedd/header-iphone-13-pro-max-sierra-blue-small-2x.png?600031c87440);
  }
}

@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-ultrawide {
    width: 320px;
    height: 420px;
    background-size: 320px 420px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/13/6e/a47337b3457ca154722a851d188c/ultrawide-small-2x.png?600031c8d810);
  }
}

@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_icon_iphone_iphone {
    width: 34px;
    height: 48px;
    background-size: 34px 48px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/08/d1/f8b4a9d54bc8b749c7657c1ddc48/flex-icon-iphone-iphone-small-2x.png?600031c87bd0);
  }
}

@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-styles {
    width: 196px;
    height: 285px;
    background-size: 196px 285px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/bc/c1/b2e68675421692526be51aebd995/styles-small-2x.png?600065fd8fd0);
  }
}

@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-a18 {
    width: 176px;
    height: 176px;
    background-size: 176px 176px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ae/3e/86e798164fad8e46f815c614d657/a18-small-2x.png?600065f063c0);
  }
}

@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_icon_apple_logo_lock_elevated {
    width: 32px;
    height: 42px;
    background-size: 32px 42px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/73/c0/50c6775e4c5d8b35b101e316afd2/flex-icon-apple-logo-lock-elevated-small-2x.png?600051f5de40);
  }
}

@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: 270px;
    height: 217px;
    background-size: 270px 217px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/58/b9/89a62d8e4f2ab005216d5e3b8ca4/colors-small-2x.png?600031c861b0);
  }
}

@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: 320px;
    height: 288px;
    background-size: 320px 288px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ba/1b/c816ad2347569177afd329c94d98/ai-small-2x.png?600031cfe520);
  }
}

@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: 113px;
    height: 385px;
    background-size: 113px 385px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/fa/6b/7e7d5aac40cf82527e81f8a97737/hero-small-2x.png?600065fd5fa0);
  }
}

@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-satellite {
    width: 263px;
    height: 290px;
    background-size: 263px 290px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/1c/48/7e34b376484bb6f2d39795709f3b/satellite-small-2x.png?600031cfe1b0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_xr_blue {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c6/ca/5dd7f4f247a08c2b2804f40b6842/header-iphone-xr-blue-small-2x.png?600065f069f0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_se_gen03_midnight {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/66/6c/12fb31f5416c9fe35b89785f0d91/header-iphone-se-gen03-midnight-small-2x.png?600051f5fbd0);
  }
}

@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_icon_apple_logo_elevated {
    width: 31px;
    height: 37px;
    background-size: 31px 37px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/20/97/6b16ad8d46c5b1767be0da26e55d/flex-icon-apple-logo-elevated-small-2x.png?600065f89340);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_12_purple {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/9f/3c/287e162445b9b64810d06918b7a1/header-iphone-12-purple-small-2x.png?600031cfe470);
  }
}

@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-display {
    width: 274px;
    height: 306px;
    background-size: 274px 306px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/4d/d4/9b35d5164bada066c6776eb1f6e1/display-small-2x.png?600065fe9340);
  }
}

@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_icon_environment {
    width: 124px;
    height: 126px;
    background-size: 124px 126px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/88/b5/380c63d64e7da9e19621150ad3f7/flex-icon-environment-small-2x.png?600031cfef70);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_6_space_gray {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/eb/d6/2ed2231f4fdebf8fdf3f71f78c85/header-iphone-6-space-gray-small-2x.png?600051f59c30);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_6s_space_gray {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/df/45/3ef501d34464aced5b53200ce9d1/header-iphone-6s-space-gray-small-2x.png?600065ffe940);
  }
}

@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_magsafe {
    width: 243px;
    height: 194px;
    background-size: 243px 194px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/6c/98/aaea71104c06999406a3cf23c0e2/flex-magsafe-small-2x.png?600065f26100);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_15_pro_max_tigry {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ed/d3/157508a5436b8d603331642b2007/header-iphone-15-pro-max-tigry-small-2x.png?600065fd14a0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_15_pink {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/76/2f/2d4d64db45749b3e8b7fa52d6681/header-iphone-15-pink-small-2x.png?600031cf7020);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_8_silver {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/36/3b/03191a364acda8696c7c86866893/header-iphone-8-silver-small-2x.png?600065f21ef0);
  }
}

@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_icon_ios {
    width: 49px;
    height: 38px;
    background-size: 49px 38px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/0b/ed/864052124ca6ab4b06881830d605/flex-icon-ios-small-2x.png?600065fdaf70);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_14_pro_twilight_purple {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/95/aa/70861f7643058ddf723d034b5bf2/header-iphone-14-pro-twilight-purple-small-2x.png?600065f38840);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_16_plus_blue {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/6b/c9/1c4fbad440bda8c733c6a6962cf0/header-iphone-16-plus-blue-small-2x.png?600065fe0210);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_11_pro_max_midnight_green {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/81/16/09f50a1b4eb4b6728991f0b70813/header-iphone-11-pro-max-midnight-green-small-2x.png?600031cf6f70);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_13_mini_pink {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ba/24/d0038e754b19be5e645ec0390624/header-iphone-13-mini-pink-small-2x.png?600065f3d8c0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_16_pro_rose_titanium {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ee/1c/e35236994ccbb7d3e9de4e23fe5c/header-iphone-16-pro-rose-titanium-small-2x.png?600065f25ad0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_16_blue {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/e5/e8/3ece6c724ee7b7b7218a081f0d83/header-iphone-16-blue-small-2x.png?600031cf6aa0);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_6s_plus_space_gray {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/f8/53/024ccaea413db3d383044e52c444/header-iphone-6s-plus-space-gray-small-2x.png?600065c14b00);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_se_gen02_black {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/56/16/adcd020248f1b2bb177631c8678a/header-iphone-se-gen02-black-small-2x.png?600065ffe3c0);
  }
}

@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-headline {
    width: 398px;
    height: 110px;
    background-size: 398px 110px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/b7/68/4cd3ab864154babc0d7d7a1b6c59/headline-small-2x.png?600065fe2260);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_8_plus_silver {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8b/25/865de53940609e6ffd959056319f/header-iphone-8-plus-silver-small-2x.png?600065f65810);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_xs_max_silver {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/33/c3/8a2d7a1e4d47961564fb5c688142/header-iphone-xs-max-silver-small-2x.png?600065f28fd0);
  }
}

@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_mode {
    width: 296px;
    height: 184px;
    background-size: 296px 184px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ac/fe/1c34f9754652a511710aa6608cc8/battery-mode-small-2x.png?600065f6cf20);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_13_pink {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/ba/7d/90bcc4b0476784a570be11991cdf/header-iphone-13-pink-small-2x.png?600031c89ef0);
  }
}

@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_control {
    width: 320px;
    height: 329px;
    background-size: 320px 329px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/50/86/7cc4fb8346949b16c2172d689785/camera-control-small-2x.png?600065fd3230);
  }
}

@media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:734px) and (min-resolution:1.5dppx),
only screen and (max-width:734px) and (min-resolution:144dpi) {
  .image-header_iphone_14_blue {
    width: 97px;
    height: 121px;
    background-size: 97px 121px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/8a/9d/1bf7aeca4e5a9a76542beb8b1a85/header-iphone-14-blue-small-2x.png?600031c86680);
  }
}

@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_privacy {
    width: 239px;
    height: 199px;
    background-size: 239px 199px;
    background-repeat: no-repeat;
    background-image: url(https://vodafonenz-brightspot-lower.s3.amazonaws.com/c4/dc/e1ef83e547288ce3848a9131f90e/flex-privacy-small-2x.png?600065ffe470);
  }
}

.t1D2C29 {
  /* But you can break out of scoping via SCSS "@at-root" feature */
}

.channel-html {
  background-color: #f4f6fc;
  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: 64px;
  line-height: 72px;
  letter-spacing: -0.075rem;
  font-weight: 600;
}

@media only screen and (max-width: 1068px) {
  .channel-html .channel-custom-font-custom-80-headline-super {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: NaNrem;
    font-weight: 600;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .channel-custom-font-custom-80-headline-super {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.044rem;
  }
}

.channel-html .channel-custom-font-custom-17-partner-message {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: -0.013rem;
  font-weight: 600;
}

@media only screen and (max-width: 1068px) {
  .channel-html .channel-custom-font-custom-17-partner-message {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.03rem;
    font-weight: 600;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .channel-custom-font-custom-17-partner-message {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: NaNrem;
    font-weight: 600;
  }
}

.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-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.02rem;
  }
}

@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.012rem;
  }
}

.channel-html .channel-custom-font-custom-40-headline-flex {
  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-flex {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.024rem;
    font-weight: 600;
  }
}

@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.008rem;
    font-weight: 600;
  }
}

.channel-html .channel-custom-font-custom-24-eyebrow {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.016rem;
  font-weight: 600;
}

@media only screen and (max-width: 1068px) {
  .channel-html .channel-custom-font-custom-24-eyebrow {
    font-size: 19px;
    line-height: 23px;
    letter-spacing: -0.03rem;
    font-weight: 600;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .channel-custom-font-custom-24-eyebrow {
    font-size: 19px;
    line-height: 23px;
    letter-spacing: -0.035rem;
    font-weight: 600;
  }
}

.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.005rem;
  font-weight: 600;
}

@media only screen and (max-width: 1068px) {
  .channel-html .channel-custom-font-custom-21-eyebrow-reduced-flex {
    letter-spacing: -0.016rem;
  }
}

@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.008rem;
  }
}

.channel-html .channel-custom-font-custom-17-body-reduced {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.022rem;
  font-weight: 400;
}

@media only screen and (max-width: 1068px) {
  .channel-html .channel-custom-font-custom-17-body-reduced {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.016rem;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .channel-custom-font-custom-17-body-reduced {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.022rem;
  }
}

.channel-html .channel-custom-font-custom-17-body-reduced-flex {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.022rem;
  font-weight: 400;
}

@media only screen and (max-width: 1068px) {
  .channel-html .channel-custom-font-custom-17-body-reduced-flex {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.05rem;
  }
}

.channel-html .channel-custom-font-custom-17-links {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.012rem;
  font-weight: 400;
}

.channel-html .channel-custom-font-custom-12-sosumi {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01rem;
  font-weight: 400;
}

.channel-html .channel-custom-font-Floating-name {
  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-Floating-name {
    letter-spacing: -0.024rem;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .channel-custom-font-Floating-name {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.016rem;
    font-weight: 600;
  }
}

.channel-html .channel-custom-font-Battery-text {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.012rem;
  font-weight: 600;
}

@media only screen and (max-width: 1068px) {
  .channel-html .channel-custom-font-Battery-text {
    font-size: 19px;
    line-height: 23px;
    letter-spacing: -0.03rem;
    font-weight: 600;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .channel-custom-font-Battery-text {
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: -0.036rem;
    font-weight: 600;
  }
}

.channel-html .channel-custom-font-Device-Size {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.032rem;
  font-weight: 600;
}

@media only screen and (max-width: 1068px) {
  .channel-html .channel-custom-font-Device-Size {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.032rem;
    font-weight: 600;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .channel-custom-font-Device-Size {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.032rem;
    font-weight: 600;
  }
}

.channel-html .channel-custom-font-Flex-titles {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.01rem;
  font-weight: 600;
}

@media only screen and (max-width: 1068px) {
  .channel-html .channel-custom-font-Flex-titles {
    font-size: 21px;
    line-height: 25px;
    letter-spacing: -0.02rem;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .channel-custom-font-Flex-titles {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.01rem;
  }
}

.channel-html .channel-custom-font-Custom-17-partner-msg {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0.005rem;
  font-weight: 500;
}

.channel-html .channel-custom-font-small-txt-12-16--24 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.024rem;
  font-weight: 600;
}

.channel-html .u02CAA2 {
  background-color: #000000;
}

.channel-html .u02CAA2 {
  background: linear-gradient(180deg, #050929 0%, #353F84 25%, #99A4D8 52%, #DFE6F8 75%, #F4F6FC 94%, #F4F6FC 100%);
}

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

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

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

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

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

.channel-html .yC6984C {
  padding-top: 153px;
  padding-bottom: 115px;
  text-align: center;
}

@media only screen and (max-width: 1068px) {
  .channel-html .yC6984C {
    padding-top: 132px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .yC6984C {
    padding-top: 85px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .yC6984C {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .yC6984C {
    padding-bottom: 61px;
  }
}

.channel-html .fDD71ED {
  justify-content: center;
}

.channel-html .sDC9BEE {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

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

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

.channel-html .gF3008B {
  margin-bottom: 13px;
}

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

@media only screen and (max-width: 1068px) {
  .channel-html .gF3008B {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .gF3008B {
    margin-bottom: 10px;
  }
}

.channel-html .j09119E {
  margin-top: -78px;
  margin-left: -63px;
  margin-bottom: -43px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .j09119E {
    margin-top: -61px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .j09119E {
    margin-top: -36px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .j09119E {
    margin-left: -46px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .j09119E {
    margin-left: -53px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .j09119E {
    margin-bottom: -61px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .j09119E {
    margin-bottom: -7px;
  }
}

.channel-html .l9441CD {
  margin-top: 0px;
  margin-left: -40px;
  margin-bottom: 53px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .l9441CD {
    margin-top: 27px;
  }
}

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

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

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

@media only screen and (max-width: 1068px) {
  .channel-html .l9441CD {
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .l9441CD {
    margin-bottom: 39px;
  }
}

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

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

.channel-html .s3A747E {
  color: #1d1d1f;
  margin-top: 0px;
  margin-bottom: 37px;
  padding-left: 164px;
  padding-right: 164px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .s3A747E {
    margin-bottom: 29px;
  }
}

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

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

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

.channel-html .g7B9A51 {
  margin-top: 0px;
  padding-top: 0px;
}

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

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

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

.channel-html .k106BB2:hover {
  color: #f5f5f7;
  background: #000000;
  border: solid 1px #000000;
}

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

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

.channel-html .m93C3BD {
  margin-top: 0px;
  margin-bottom: 10px;
}

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

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

@media only screen and (max-width: 1068px) {
  .channel-html .m93C3BD {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .m93C3BD {
    margin-bottom: 10px;
  }
}

.channel-html .fAFDC3D {
  margin-left: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.channel-html .w3393B5 {
  margin-top: 0px;
  margin-bottom: 20px;
}

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

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

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

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

.channel-html .h8F176E {
  display: grid;
  grid-template-rows: minmax(496px, 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(420px, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .h8F176E {
    grid-template-rows: minmax(449px, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .h8F176E {
    grid-template-columns: repeat(1, 691px);
  }
}

@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: #fff;
  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: 496px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .q0D7B88 {
    min-height: 420px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .q0D7B88 {
    min-height: 449px;
  }
}

.channel-html .w412319 {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  z-index: 12;
}

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

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

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

@media only screen and (max-width: 734px) {
  .channel-html .w412319 {
    padding-left: 30px;
  }
}

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

@media only screen and (max-width: 734px) {
  .channel-html .w412319 {
    padding-right: 30px;
  }
}

.channel-html .rDC34D3 {
  align-items: center;
  margin-top: 49px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .rDC34D3 {
    margin-top: 43px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .rDC34D3 {
    margin-top: 35px;
  }
}

.channel-html .rD042A5 {
  text-align: center;
}

@media only screen and (max-width: 1068px) {
  .channel-html .rD042A5 {
    text-align: center;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .rD042A5 {
    text-align: center;
  }
}

.channel-html .bF906E2 {
  color: #1d1d1f;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  padding-bottom: 0px;
}

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

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

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

@media only screen and (max-width: 734px) {
  .channel-html .bF906E2 {
    margin-bottom: -3px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .bF906E2 {
    padding-bottom: 3px;
  }
}

.channel-html .kA002D0 {
  color: #1d1d1f;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-right: 0px;
}

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

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

@media only screen and (max-width: 734px) {
  .channel-html .kA002D0 {
    margin-bottom: 9px;
  }
}

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

.channel-html .y48AA38 {
  color: #6e6e73;
  margin-top: 0px;
  margin-bottom: 38px;
}

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

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

@media only screen and (max-width: 1068px) {
  .channel-html .y48AA38 {
    margin-bottom: 36px;
  }
}

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

.channel-html .uE0C27C {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  z-index: 12;
}

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

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

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

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

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

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

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

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

.channel-html .d777609 {
  align-items: flex-end;
  margin-top: 0px;
  margin-left: 0px;
}

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

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

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

.channel-html .a2D1A14 {
  text-align: center;
}

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

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

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

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

@media only screen and (max-width: 734px) {
  .channel-html .a2D1A14 {
    text-align: center;
  }
}

.channel-html .gEA9F83 {
  margin-left: 158px;
}

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

@media only screen and (max-width: 1068px) {
  .channel-html .gEA9F83 {
    margin-left: 67px;
  }
}

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

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

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

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

.channel-html .f9A82EF {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 20px;
}

.channel-html .kE96EB7 {
  display: grid;
  grid-gap: 5px;
  grid-template-rows: minmax(496px, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 480px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .kE96EB7 {
    grid-template-rows: minmax(420px, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .kE96EB7 {
    grid-template-rows: minmax(380px, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .kE96EB7 {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .kE96EB7 {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .kE96EB7 .bentobox-item {
  border-radius: 20px;
}

.channel-html .f404CFD {
  background-color: #ffffff;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .f404CFD:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .iF0DB8F {
  text-align: center;
}

.channel-html .rBB6110 {
  color: #c23492;
  margin-top: 43px;
  margin-left: 20px;
  margin-bottom: 0px;
  margin-right: 20px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .rBB6110 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .rBB6110 {
    margin-top: 34px;
  }
}

.channel-html .vDB85E2 {
  color: #1d1d1f;
  margin-top: 0px;
  margin-left: 20px;
  margin-bottom: 0px;
  margin-right: 20px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .vDB85E2 {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .vDB85E2 {
    margin-left: 60px;
  }
}

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

@media only screen and (max-width: 1068px) {
  .channel-html .vDB85E2 {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .vDB85E2 {
    margin-right: 60px;
  }
}

.channel-html .n5E3B57 {
  align-items: flex-end;
  justify-content: flex-end;
  flex-grow: 1;
}

.channel-html .k85512A {
  text-align: center;
}

.channel-html .tC17AF8 {
  margin-bottom: 52px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .tC17AF8 {
    margin-bottom: 56px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .tC17AF8 {
    margin-bottom: 35px;
  }
}

.channel-html .yD2BE19 {
  margin-top: 0px;
  margin-left: 20px;
  margin-bottom: 20px;
}

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

.channel-html .y8767F4 {
  display: grid;
  grid-gap: 5px;
  grid-template-rows: minmax(496px, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 480px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .y8767F4 {
    grid-template-rows: minmax(420px, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .y8767F4 {
    grid-template-rows: minmax(420px, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .y8767F4 {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .y8767F4 {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .y8767F4 .bentobox-item {
  border-radius: 20px;
}

.channel-html .i396A4E {
  background-color: #ffffff;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .i396A4E:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .d496398 {
  text-align: center;
}

@media only screen and (max-width: 734px) {
  .channel-html .d496398 {
    margin-bottom: 30px;
  }
}

.channel-html .a8693C2 {
  margin-top: 45px;
  padding-left: 0px;
  padding-right: 0px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .a8693C2 {
    margin-top: 45px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .a8693C2 {
    margin-top: 37px;
  }
}

.channel-html .q1014E5 {
  margin-top: 0px;
  margin-left: 93px;
  text-align: right;
}

@media only screen and (max-width: 734px) {
  .channel-html .q1014E5 {
    margin-top: -2px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .q1014E5 {
    margin-left: 49px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .q1014E5 {
    margin-left: 40px;
  }
}

.channel-html .qA13999 {
  margin-left: 0px;
  margin-right: -1px;
}

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

@media only screen and (max-width: 1068px) {
  .channel-html .qA13999 {
    margin-right: 2px;
  }
}

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

.channel-html .wED3680 {
  color: #377e89;
  margin-top: 1px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 3px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .wED3680 {
    margin-top: 9px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .wED3680 {
    margin-top: 6px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .wED3680 {
    margin-right: 13px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .wED3680 {
    margin-right: 6px;
  }
}

.channel-html .w99FA63 {
  margin-top: 62px;
  margin-left: -21px;
  text-align: right;
}

@media only screen and (max-width: 1068px) {
  .channel-html .w99FA63 {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w99FA63 {
    margin-top: 57px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .w99FA63 {
    margin-left: -30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w99FA63 {
    margin-left: -21px;
  }
}

.channel-html .yC16A16 {
  color: #1d1d1f;
}

@media only screen and (max-width: 734px) {
  .channel-html .yC16A16 {
    margin-top: -12px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .yC16A16 {
    margin-right: 2px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .yC16A16 {
    margin-right: 3px;
  }
}

.channel-html .t50273F {
  color: #377e89;
  margin-top: 1px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: -15px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .t50273F {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .t50273F {
    margin-top: 6px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .t50273F {
    margin-right: -4px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .t50273F {
    margin-right: -8px;
  }
}

.channel-html .o457E90 {
  align-items: flex-end;
  justify-content: flex-end;
  flex-grow: 1;
}

.channel-html .lD0EEEB {
  margin-top: -50px;
  text-align: center;
}

@media only screen and (max-width: 734px) {
  .channel-html .lD0EEEB {
    margin-top: -75px;
  }
}

.channel-html .y4E21D9 {
  margin-top: 0px;
  margin-bottom: 20px;
}

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

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

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

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

.channel-html .gAF9D39 {
  display: grid;
  grid-template-rows: minmax(300px, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 980px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .gAF9D39 {
    grid-template-rows: minmax(420px, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .gAF9D39 {
    grid-template-rows: minmax(472px, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .gAF9D39 {
    grid-template-columns: repeat(1, 692px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .gAF9D39 {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .gAF9D39 .bentobox-item {
  border-radius: 18px;
}

.channel-html .r390457 {
  background-color: #fff;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
  overflow: hidden;
}

.channel-html .r390457:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .mC19CDB {
  min-height: 496px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .mC19CDB {
    min-height: 420px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .mC19CDB {
    min-height: 364px;
  }
}

.channel-html .h2FD354 {
  margin-bottom: -58px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  z-index: 12;
}

@media only screen and (max-width: 1068px) {
  .channel-html .h2FD354 {
    margin-top: -1px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .h2FD354 {
    margin-top: 33px;
  }
}

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

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

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

@media only screen and (max-width: 1068px) {
  .channel-html .h2FD354 {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .h2FD354 {
    padding-left: 40px;
  }
}

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

@media only screen and (max-width: 734px) {
  .channel-html .h2FD354 {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .h2FD354 {
    text-align: center;
  }
}

.channel-html .m8BAA78 {
  margin-top: 40px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .m8BAA78 {
    margin-top: 42px;
  }
}

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

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

@media only screen and (max-width: 734px) {
  .channel-html .pFC5E5E {
    text-align: center;
  }
}

.channel-html .h8C9ECB {
  color: #1d1d1f;
  margin-top: 0px;
  margin-left: 40px;
  margin-right: 0px;
}

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

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

.channel-html .m6980A0 {
  color: #1d1d1f;
  margin-top: 0px;
  margin-left: 40px;
  margin-right: 20px;
}

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

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

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

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

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

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

@media only screen and (max-width: 734px) {
  .channel-html .v8EEBFB {
    text-align: center;
  }
}

.channel-html .wBE748B {
  color: #1d1d1f;
  margin-top: 0px;
  margin-left: 40px;
  margin-right: 0px;
}

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

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

.channel-html .h0403D8 {
  color: #1d1d1f;
  margin-top: 0px;
  margin-left: 40px;
  margin-right: 0px;
}

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

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

.channel-html .t8D246F {
  color: #1d1d1f;
  margin-top: 0px;
  margin-left: 40px;
  margin-right: 20px;
}

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

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

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

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

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

.channel-html .gA6E14C {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  z-index: 12;
}

@media only screen and (max-width: 734px) {
  .channel-html .gA6E14C {
    margin-top: 17px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .gA6E14C {
    padding-top: 40px;
  }
}

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

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

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

@media only screen and (max-width: 1068px) {
  .channel-html .gA6E14C {
    padding-right: 30px;
  }
}

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

.channel-html .l2022AD {
  min-height: 100%;
  align-items: flex-end;
  margin-left: 0px;
}

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

.channel-html .a4F24CF {
  text-align: right;
}

.channel-html .jC8D612 {
  margin-right: 108px;
}

@media only screen and (max-width: 734px) {
  .channel-html .jC8D612 {
    margin-top: 24px;
  }
}

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

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

.channel-html .z25ACB0 {
  margin-top: 0px;
  margin-bottom: 10px;
}

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

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

@media only screen and (max-width: 734px) {
  .channel-html .z25ACB0 {
    margin-bottom: 20px;
  }
}

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

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

@media only screen and (max-width: 1068px) {
  .channel-html .x5007D2 {
    min-height: 420px;
  }
}

.channel-html .yB13FD2 {
  display: grid;
  grid-template-rows: minmax(300px, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 480px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .yB13FD2 {
    grid-template-rows: minmax(420px, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .yB13FD2 {
    grid-template-rows: minmax(400px, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .yB13FD2 {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .yB13FD2 {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .yB13FD2 .bentobox-item {
  border-radius: 18px;
}

.channel-html .o34CDC1 {
  background-color: #fff;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
  overflow: hidden;
}

.channel-html .o34CDC1:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .d65C38A {
  min-height: 496px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .d65C38A {
    min-height: 420px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .d65C38A {
    min-height: 364px;
  }
}

.channel-html .n4DED21 {
  text-align: center;
}

.channel-html .s976AAF {
  margin-right: 0px;
  z-index: 1;
}

.channel-html .n914AD2 {
  margin-top: -496px;
  margin-left: 40px;
  margin-right: 40px;
  text-align: center;
  z-index: 2;
}

@media only screen and (max-width: 1068px) {
  .channel-html .n914AD2 {
    margin-top: -420px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .n914AD2 {
    margin-top: -420px;
  }
}

.channel-html .x345D99 {
  color: #fff;
  margin-top: 46px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .x345D99 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .x345D99 {
    margin-top: 35px;
  }
}

.channel-html .x761EB3 {
  margin-top: 0px;
  margin-left: 20px;
  margin-bottom: 20px;
  flex-grow: 1;
}

@media only screen and (max-width: 1068px) {
  .channel-html .x761EB3 {
    margin-left: 20px;
  }
}

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

.channel-html .iEFEFD3 {
  display: grid;
  grid-gap: 5px;
  grid-template-rows: minmax(496px, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 480px);
}

@media only screen and (max-width: 734px) {
  .channel-html .iEFEFD3 {
    height: 400px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .iEFEFD3 {
    grid-template-rows: minmax(420px, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .iEFEFD3 {
    grid-template-rows: minmax(400px, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .iEFEFD3 {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .iEFEFD3 {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .iEFEFD3 .bentobox-item {
  border-radius: 20px;
}

.channel-html .x351848 {
  background: linear-gradient(0deg, #FBF0F7 0%, #FFFFFF 60%, #FFFFFF 100%);
  background-color: #ffffff;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .x351848:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .iBA3D52 {
  text-align: center;
}

.channel-html .dE05E68 {
  color: #c23492;
  margin-top: 46px;
  margin-left: 20px;
  margin-bottom: 0px;
  margin-right: 20px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .dE05E68 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .dE05E68 {
    margin-top: 34px;
  }
}

.channel-html .f4CF2D2 {
  color: #1d1d1f;
  margin-top: 0px;
  margin-left: 20px;
  margin-bottom: 0px;
  margin-right: 20px;
}

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

.channel-html .gA87C4E {
  align-items: flex-end;
  justify-content: flex-end;
  flex-grow: 1;
}

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

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

.channel-html .fCEB02A {
  text-align: center;
}

.channel-html .d022216 {
  margin-right: 0px;
}

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

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

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

.channel-html .y79CEA3 {
  margin-top: 0px;
  margin-bottom: 20px;
}

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

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

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

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

.channel-html .e999069 {
  display: grid;
  grid-template-rows: minmax(496px, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 980px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .e999069 {
    grid-template-rows: minmax(420px, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .e999069 {
    grid-template-rows: minmax(354px, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .e999069 {
    grid-template-columns: repeat(1, 692px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .e999069 {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .e999069 .bentobox-item {
  border-radius: 18px;
}

.channel-html .eAC3FBC {
  background: linear-gradient(0deg, #EDF4F5 0%, #FFFFFF 60%, #FFFFFF 100%);
  background-color: #fff;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .eAC3FBC:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .b536595 {
  min-height: 496px;
  align-items: flex-start;
}

@media only screen and (max-width: 1068px) {
  .channel-html .b536595 {
    min-height: 420px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .b536595 {
    min-height: 354px;
  }
}

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

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

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

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

.channel-html .k334511 {
  margin-top: 48px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  z-index: 12;
}

@media only screen and (max-width: 1068px) {
  .channel-html .k334511 {
    margin-top: 46px;
  }
}

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

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

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

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

@media only screen and (max-width: 1068px) {
  .channel-html .k334511 {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .k334511 {
    padding-left: 40px;
  }
}

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

@media only screen and (max-width: 1068px) {
  .channel-html .k334511 {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .k334511 {
    padding-right: 40px;
  }
}

.channel-html .w34DC29 {
  align-items: center;
  margin-left: 0px;
}

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

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

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

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

.channel-html .o345B9F {
  color: #377e89;
  margin-left: 0px;
  margin-bottom: 23px;
  margin-right: 0px;
}

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

@media only screen and (max-width: 734px) {
  .channel-html .o345B9F {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .o345B9F {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .o345B9F {
    margin-bottom: 21px;
  }
}

.channel-html .i5C8C62 {
  margin-top: 0px;
  margin-bottom: -34px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .i5C8C62 {
    margin-top: -3px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .i5C8C62 {
    margin-top: -1px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .i5C8C62 {
    margin-left: -4px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .i5C8C62 {
    margin-left: -28px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .i5C8C62 {
    margin-bottom: -27px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .i5C8C62 {
    margin-bottom: -7px;
  }
}

.channel-html .e7501CD {
  color: #1d1d1f;
  margin-top: -5px;
  margin-bottom: 52px;
  margin-right: 0px;
  padding-left: 220px;
  padding-right: 220px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .e7501CD {
    margin-top: -15px;
  }
}

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

@media only screen and (max-width: 1068px) {
  .channel-html .e7501CD {
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .e7501CD {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .e7501CD {
    padding-left: 100px;
  }
}

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

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

@media only screen and (max-width: 1068px) {
  .channel-html .e7501CD {
    padding-right: 100px;
  }
}

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

.channel-html .t6E8FA4 {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 20px;
  flex-grow: 1;
}

.channel-html .vFA413A {
  display: grid;
  grid-gap: 5px;
  grid-template-rows: minmax(496px, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 317px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .vFA413A {
    grid-template-rows: minmax(420px, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .vFA413A {
    grid-template-rows: minmax(368px, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .vFA413A {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .vFA413A {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .vFA413A .bentobox-item {
  border-radius: 20px;
}

.channel-html .e324F79 {
  background: linear-gradient(0deg, #F1F3FB 0%, #FFFFFF 45%, #FFFFFF 100%);
  background-color: #ffffff;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .e324F79:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .a34FAE7 {
  text-align: center;
}

.channel-html .x62F9E7 {
  color: #4b6ceb;
  margin-top: 43px;
  margin-left: 20px;
  margin-bottom: 0px;
  margin-right: 20px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .x62F9E7 {
    margin-top: 42px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .x62F9E7 {
    margin-top: 34px;
  }
}

.channel-html .x62F9E7 {
  background: undefined;
}

.channel-html .x62F9E7 [data-no-gradient] {
  background: none;
  -webkit-text-fill-color: #1d1d1f;
}

.channel-html .x62F9E7 * {
  background: initial;
}

.channel-html .d96E5BA {
  color: #1d1d1f;
  margin-top: 0px;
  margin-left: 20px;
  margin-bottom: 0px;
  margin-right: 20px;
}

@media only screen and (max-width: 734px) {
  .channel-html .d96E5BA {
    margin-bottom: 12px;
  }
}

.channel-html .w254B4A {
  align-items: flex-end;
  justify-content: flex-end;
  flex-grow: 1;
}

.channel-html .cC1601E {
  text-align: center;
}

.channel-html .cC2F9EA {
  margin-bottom: 112px;
}

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

@media only screen and (max-width: 1068px) {
  .channel-html .cC2F9EA {
    margin-bottom: 85px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .cC2F9EA {
    margin-bottom: 72px;
  }
}

.channel-html .u8848E4 {
  margin-top: 0px;
  margin-left: 20px;
  margin-bottom: 20px;
  flex-grow: 1;
}

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

.channel-html .fD6291E {
  display: grid;
  grid-gap: 5px;
  grid-template-rows: minmax(496px, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 643px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .fD6291E {
    grid-template-rows: minmax(420px, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .fD6291E {
    grid-template-rows: minmax(400px, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .fD6291E {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .fD6291E {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .fD6291E .bentobox-item {
  border-radius: 20px;
}

.channel-html .l05BAAF {
  background: linear-gradient(0deg, #FBF0F7 0%, #FFFFFF 60%, #FFFFFF 100%);
  background-color: #ffffff;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .l05BAAF:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .sA14D78 {
  margin-bottom: 35px;
  text-align: center;
}

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

.channel-html .cCFA198 {
  color: #c23492;
  margin-top: 43px;
  margin-left: 20px;
  margin-bottom: 0px;
  margin-right: 20px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .cCFA198 {
    margin-top: 42px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .cCFA198 {
    margin-top: 32px;
  }
}

.channel-html .v3884B0 {
  color: #1d1d1f;
  margin-top: 0px;
  margin-left: 20px;
  margin-bottom: 0px;
  margin-right: 20px;
}

.channel-html .e6BCC9F {
  align-items: flex-end;
  justify-content: flex-end;
  flex-grow: 1;
}

.channel-html .v0630D3 {
  text-align: center;
}

.channel-html .q2C7FF4 {
  margin-left: -65px;
}

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

@media only screen and (max-width: 1068px) {
  .channel-html .q2C7FF4 {
    margin-left: 5px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .q2C7FF4 {
    margin-left: -31px;
  }
}

.channel-html .d4CE412 {
  margin-top: 0px;
  margin-bottom: 135px;
}

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

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

@media only screen and (max-width: 1068px) {
  .channel-html .d4CE412 {
    margin-bottom: 105px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .d4CE412 {
    margin-bottom: 90px;
  }
}

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

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

.channel-html .d27FD75 {
  display: grid;
  grid-template-rows: minmax(300px, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 980px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .d27FD75 {
    grid-template-rows: minmax(420px, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .d27FD75 {
    grid-template-rows: minmax(420px, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .d27FD75 {
    grid-template-columns: repeat(1, 692px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .d27FD75 {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .d27FD75 .bentobox-item {
  border-radius: 18px;
  overflow: hidden;
}

.channel-html .oD77A37 {
  background: linear-gradient(358deg, #F6F5F5 0%, #FFFFFF 60%, #FFFFFF 100%);
  background-color: #fff;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
}

.channel-html .oD77A37:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .lF78F3F {
  min-height: 496px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .lF78F3F {
    min-height: 420px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .lF78F3F {
    min-height: 364px;
  }
}

.channel-html .s98AF88 {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  z-index: 12;
}

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

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

@media only screen and (max-width: 1068px) {
  .channel-html .s98AF88 {
    padding-left: 28px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .s98AF88 {
    padding-left: 40px;
  }
}

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

@media only screen and (max-width: 734px) {
  .channel-html .s98AF88 {
    padding-right: 40px;
  }
}

.channel-html .u644F46 {
  min-height: 100%;
  align-items: center;
  margin-left: 0px;
}

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

@media only screen and (max-width: 734px) {
  .channel-html .x6EBDF6 {
    text-align: center;
  }
}

.channel-html .xA6CA8C {
  color: #1d1d1f;
  margin-top: 0px;
  margin-left: 40px;
  margin-bottom: 15px;
  margin-right: 20px;
}

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

@media only screen and (max-width: 734px) {
  .channel-html .xA6CA8C {
    margin-top: 34px;
  }
}

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

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

@media only screen and (max-width: 1068px) {
  .channel-html .xA6CA8C {
    margin-bottom: 13px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .xA6CA8C {
    margin-bottom: 8px;
  }
}

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

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

.channel-html .kDD0DF6 {
  color: #6e6e73;
  margin-top: 0px;
  margin-left: 40px;
  margin-right: 32px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .kDD0DF6 {
    margin-top: -1px;
  }
}

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

@media only screen and (max-width: 734px) {
  .channel-html .kDD0DF6 {
    margin-left: 19px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .kDD0DF6 {
    margin-bottom: 36px;
  }
}

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

@media only screen and (max-width: 734px) {
  .channel-html .kDD0DF6 {
    margin-right: 19px;
  }
}

.channel-html .bB28844 {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: right;
  z-index: 12;
}

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

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

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

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

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

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

.channel-html .t8298A6 {
  min-height: 100%;
  align-items: flex-end;
  margin-left: 0px;
}

.channel-html .a67D242 {
  text-align: right;
}

.channel-html .r493178 {
  margin-right: 0px;
}

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

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

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

.channel-html .gB22427 {
  background-color: #ffffff;
  align-items: center;
  padding-bottom: 0px;
}

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

.channel-html .p366CFD {
  align-items: flex-start;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  padding-top: 114px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1068px) {
  .channel-html .p366CFD {
    padding-top: 95.5px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .p366CFD {
    padding-top: 51px;
  }
}

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

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

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

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

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

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

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

@media only screen and (max-width: 1068px) {
  .channel-html .s5DA1DD {
    padding-left: 57px;
  }
}

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

@media only screen and (max-width: 734px) {
  .channel-html .s5DA1DD {
    padding-right: 21px;
  }
}

.channel-html .dF466C4 {
  color: #1d1d1f;
}

.channel-html .q8220D6 {
  color: #1d1d1f;
  margin-top: 8px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .q8220D6 {
    margin-top: 6px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .q8220D6 {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .q8220D6 {
    padding-right: 54px;
  }
}

.channel-html .l53DAEE {
  margin-top: 41px;
  margin-bottom: 61px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .l53DAEE {
    margin-top: 28px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .l53DAEE {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .l53DAEE {
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .l53DAEE {
    margin-bottom: 40px;
  }
}

.s2A5554 {
  width: 100%;
  --columns: 5;
  --grid-column: 5;
  --static-enabled: false;
  --column-data: 0, 1, 2, 3, 4, 0, 1, 2, 0, 2;
  --column-header-empty-cell: &nbsp;
  --allowed-columns: 5, 3, 2;
}

.s2A5554 .compare-column-0 {
  display: flex;
  order: 1;
}

.s2A5554 .compare-column-1 {
  display: flex;
  order: 2;
}

.s2A5554 .compare-column-2 {
  display: flex;
  order: 3;
}

.s2A5554 .compare-column-3 {
  display: flex;
  order: 4;
}

.s2A5554 .compare-column-4 {
  display: flex;
  order: 5;
}

.s2A5554 .compare-static-0 {
  display: flex;
  order: 1;
}

.s2A5554 .compare-static-1 {
  display: flex;
  order: 2;
}

.s2A5554 .compare-static-2 {
  display: flex;
  order: 3;
}

.s2A5554 .compare-static-3 {
  display: flex;
  order: 4;
}

.s2A5554 .compare-static-4 {
  display: flex;
  order: 5;
}

@media only screen and (max-width: 1068px) {
  .s2A5554 {
    --columns: 3;
    --grid-column: 3;
  }
}

@media only screen and (max-width: 1068px) {
  .s2A5554 .compare-column-0 {
    display: flex;
    order: 1;
  }
}

@media only screen and (max-width: 1068px) {
  .s2A5554 .compare-column-1 {
    display: flex;
    order: 2;
  }
}

@media only screen and (max-width: 1068px) {
  .s2A5554 .compare-column-2 {
    display: flex;
    order: 3;
  }
}

@media only screen and (max-width: 1068px) {
  .s2A5554 .compare-column-3 {
    display: none;
    order: 4;
  }
}

@media only screen and (max-width: 1068px) {
  .s2A5554 .compare-column-4 {
    display: none;
    order: 5;
  }
}

@media only screen and (max-width: 1068px) {
  .s2A5554 {
    --static-enabled: false;
  }

  .s2A5554 .compare-static-3 {
    display: none;
  }

  .s2A5554 .compare-static-4 {
    display: none;
  }

  .s2A5554 .compare-static-0 {
    display: flex;
    order: 1;
  }

  .s2A5554 .compare-static-1 {
    display: flex;
    order: 2;
  }

  .s2A5554 .compare-static-2 {
    display: flex;
    order: 3;
  }
}

@media only screen and (max-width: 734px) {
  .s2A5554 {
    --columns: 2;
    --grid-column: 2;
  }
}

@media only screen and (max-width: 734px) {
  .s2A5554 .compare-column-0 {
    display: flex;
    order: 1;
  }
}

@media only screen and (max-width: 734px) {
  .s2A5554 .compare-column-1 {
    display: flex;
    order: 2;
  }
}

@media only screen and (max-width: 734px) {
  .s2A5554 .compare-column-2 {
    display: none;
    order: 3;
  }
}

@media only screen and (max-width: 734px) {
  .s2A5554 .compare-column-3 {
    display: none;
    order: 4;
  }
}

@media only screen and (max-width: 734px) {
  .s2A5554 .compare-column-4 {
    display: none;
    order: 5;
  }
}

@media only screen and (max-width: 734px) {
  .s2A5554 {
    --static-enabled: false;
  }

  .s2A5554 .compare-static-1 {
    display: none;
  }

  .s2A5554 .compare-static-3 {
    display: none;
  }

  .s2A5554 .compare-static-4 {
    display: none;
  }

  .s2A5554 .compare-static-1 {
    display: none;
  }

  .s2A5554 .compare-static-0 {
    display: flex;
    order: 1;
  }

  .s2A5554 .compare-static-2 {
    display: flex;
    order: 2;
  }
}

.channel-html .tCE9BB9 {
  background-color: #ffffff;
}

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

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

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

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

.channel-html .y0DF2E8 {
  margin-top: 37px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .y0DF2E8 {
    margin-top: 38px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .y0DF2E8 {
    margin-top: 14px;
  }
}

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

.channel-html .t8B7417 {
  text-align: center;
}

@media only screen and (max-width: 734px) {
  .channel-html .t8B7417 {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .t8B7417 {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .t8B7417 {
    text-align: left;
  }
}

.channel-html .fE1E3E7 {
  color: #1d1d1f;
  margin-top: 0px;
  margin-bottom: 52px;
  padding-left: 3px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .fE1E3E7 {
    margin-top: 6px;
  }
}

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

@media only screen and (max-width: 1068px) {
  .channel-html .fE1E3E7 {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .fE1E3E7 {
    margin-bottom: 39px;
  }
}

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

@media only screen and (max-width: 734px) {
  .channel-html .fE1E3E7 {
    padding-right: 38px;
  }
}

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

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

.channel-html .kF65249 {
  display: grid;
  grid-gap: 10px;
  grid-template-rows: minmax(518px, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 480px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .kF65249 {
    grid-template-rows: minmax(435px, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .kF65249 {
    grid-template-rows: minmax(517px, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .kF65249 {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .kF65249 {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .kF65249 .bentobox-item {
  border-radius: 18px;
}

.channel-html .vFEFC7C {
  background-color: #f5f5f7;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  position: relative;
}

.channel-html .vFEFC7C:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .j08199A {
  margin-top: 40px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .j08199A {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .j08199A {
    margin-top: 40px;
  }
}

.channel-html .l41D61C {
  padding-left: 43px;
  padding-right: 43px;
  text-align: center;
}

@media only screen and (max-width: 734px) {
  .channel-html .l41D61C {
    padding-left: 41px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .l41D61C {
    text-align: left;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .kC6BC7D {
    margin-left: 1px;
  }
}

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

.channel-html .v1F3239 {
  margin-bottom: 31px;
  text-align: center;
}

@media only screen and (max-width: 1068px) {
  .channel-html .v1F3239 {
    margin-bottom: 51px;
  }
}

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

@media only screen and (max-width: 734px) {
  .channel-html .v1F3239 {
    padding-left: 42px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .v1F3239 {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .v1F3239 {
    text-align: left;
  }
}

.channel-html .w8287D5 {
  color: #1d1d1f;
  margin-top: 34px;
  padding-left: 46px;
  padding-right: 42px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .w8287D5 {
    margin-top: 25.5px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .w8287D5 {
    margin-top: 11px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .w8287D5 {
    padding-left: 37px;
  }
}

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

@media only screen and (max-width: 1068px) {
  .channel-html .w8287D5 {
    padding-right: 35px;
  }
}

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

.channel-html .p9BC942 {
  color: #1d1d1f;
  margin-top: 5.5px;
  padding-left: 62px;
  padding-right: 62px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .p9BC942 {
    margin-top: 4px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .p9BC942 {
    margin-top: 14px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .p9BC942 {
    padding-left: 47px;
  }
}

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

@media only screen and (max-width: 1068px) {
  .channel-html .p9BC942 {
    padding-right: 45px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .p9BC942 {
    padding-right: 46px;
  }
}

.channel-html .d0C72B3 {
  text-align: center;
}

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

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

@media only screen and (max-width: 734px) {
  .channel-html .d0C72B3 {
    padding-top: 58px;
  }
}

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

.channel-html .qEF31CC {
  margin-left: 0px;
}

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

@media only screen and (max-width: 734px) {
  .channel-html .qEF31CC {
    margin-left: -1px;
  }
}

.channel-html .tE62C1E {
  padding-left: 10px;
}

@media only screen and (max-width: 734px) {
  .channel-html .tE62C1E {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .tE62C1E {
    margin-bottom: 59px;
  }
}

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

.channel-html .n296C18 {
  display: grid;
  grid-gap: 10px;
  grid-template-rows: minmax(518px, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 480px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .n296C18 {
    grid-template-rows: minmax(420px, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .n296C18 {
    grid-template-rows: minmax(586px, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .n296C18 {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .n296C18 {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .n296C18 .bentobox-item {
  border-radius: 18px;
}

.channel-html .c4A1CA5 {
  background-color: #f5f5f7;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  position: relative;
}

.channel-html .c4A1CA5:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .c47C2C4 {
  margin-top: 44px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .c47C2C4 {
    margin-top: 39px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .c47C2C4 {
    margin-top: 40px;
  }
}

.channel-html .o4EDD78 {
  padding-left: 43px;
  padding-right: 43px;
  text-align: center;
}

@media only screen and (max-width: 734px) {
  .channel-html .o4EDD78 {
    padding-left: 42px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .o4EDD78 {
    text-align: left;
  }
}

.channel-html .sC8DEFB {
  margin-left: -1px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .sC8DEFB {
    margin-left: 2px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .sC8DEFB {
    margin-left: 1px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .sC8DEFB {
    margin-right: 7px;
  }
}

.channel-html .a7B2F09 {
  margin-bottom: 51px;
  text-align: center;
}

@media only screen and (max-width: 1068px) {
  .channel-html .a7B2F09 {
    margin-bottom: 11px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .a7B2F09 {
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .a7B2F09 {
    padding-left: 43px;
  }
}

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

@media only screen and (max-width: 734px) {
  .channel-html .a7B2F09 {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .a7B2F09 {
    text-align: left;
  }
}

.channel-html .e9C6F95 {
  color: #1d1d1f;
  margin-top: 35px;
  padding-left: 45px;
  padding-right: 42px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .e9C6F95 {
    margin-top: 26.5px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .e9C6F95 {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .e9C6F95 {
    padding-left: 35px;
  }
}

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

@media only screen and (max-width: 1068px) {
  .channel-html .e9C6F95 {
    padding-right: 35px;
  }
}

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

.channel-html .eF46CA6 {
  color: #1d1d1f;
  margin-top: 5.5px;
  padding-left: 61px;
  padding-right: 61px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .eF46CA6 {
    margin-top: 4px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .eF46CA6 {
    margin-top: 14px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .eF46CA6 {
    padding-left: 36px;
  }
}

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

@media only screen and (max-width: 1068px) {
  .channel-html .eF46CA6 {
    padding-right: 36px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .eF46CA6 {
    padding-right: 32px;
  }
}

.channel-html .kF25EE6 {
  padding-bottom: 51px;
  text-align: center;
}

@media only screen and (max-width: 1068px) {
  .channel-html .kF25EE6 {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .kF25EE6 {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .kF25EE6 {
    margin-bottom: 39px;
  }
}

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

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

.channel-html .f5B1D49 {
  background-color: #ffffff;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 67px;
}

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

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

@media only screen and (max-width: 1068px) {
  .channel-html .f5B1D49 {
    padding-bottom: 80px;
  }
}

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

.channel-html .k28028B {
  margin-top: 103px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .k28028B {
    margin-top: 86px;
  }
}

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

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

.channel-html .v9DD8FE {
  text-align: center;
}

@media only screen and (max-width: 734px) {
  .channel-html .v9DD8FE {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .v9DD8FE {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .v9DD8FE {
    text-align: left;
  }
}

.channel-html .vD3F8F9 {
  color: #1d1d1f;
  margin-top: 0px;
  margin-bottom: 53px;
  padding-left: 3px;
}

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

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

@media only screen and (max-width: 1068px) {
  .channel-html .vD3F8F9 {
    margin-bottom: 44px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .vD3F8F9 {
    margin-bottom: 40px;
  }
}

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

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

.channel-html .hE18928 {
  margin-top: 0px;
}

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

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

.channel-html .m16A40D {
  display: grid;
  grid-gap: 10px;
  grid-template-rows: minmax(312px, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 480px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .m16A40D {
    grid-template-rows: minmax(280px, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .m16A40D {
    grid-template-rows: minmax(302px, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .m16A40D {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .m16A40D {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .m16A40D .bentobox-item {
  border-radius: 18px;
}

.channel-html .v9A7A09 {
  background-color: #f5f5f7;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  position: relative;
}

.channel-html .v9A7A09:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .vACC114 {
  margin-top: 56px;
  margin-bottom: 46px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .vACC114 {
    margin-top: 52px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .vACC114 {
    margin-top: 39px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .vACC114 {
    margin-bottom: 34px;
  }
}

.channel-html .m9B7C7D {
  padding-left: 43px;
  padding-right: 43px;
  text-align: center;
}

@media only screen and (max-width: 734px) {
  .channel-html .m9B7C7D {
    padding-left: 42px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .m9B7C7D {
    text-align: left;
  }
}

.channel-html .tEBDD51 {
  text-align: center;
}

@media only screen and (max-width: 734px) {
  .channel-html .tEBDD51 {
    padding-left: 42px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .tEBDD51 {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .tEBDD51 {
    text-align: left;
  }
}

.channel-html .y98B51D {
  color: #1d1d1f;
  margin-top: 21.5px;
  padding-left: 130px;
  padding-right: 130px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .y98B51D {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .y98B51D {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .y98B51D {
    padding-left: 75px;
  }
}

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

@media only screen and (max-width: 1068px) {
  .channel-html .y98B51D {
    padding-right: 75px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .y98B51D {
    padding-right: 60px;
  }
}

.channel-html .tC73052 {
  color: #1d1d1f;
  margin-top: 5px;
  padding-left: 63px;
  padding-right: 63px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .tC73052 {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .tC73052 {
    margin-top: 14px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .tC73052 {
    padding-left: 44px;
  }
}

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

@media only screen and (max-width: 1068px) {
  .channel-html .tC73052 {
    padding-right: 44px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .tC73052 {
    padding-right: 28px;
  }
}

.channel-html .uEF7332 {
  padding-left: 10px;
}

@media only screen and (max-width: 734px) {
  .channel-html .uEF7332 {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .uEF7332 {
    margin-bottom: 45px;
  }
}

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

.channel-html .q4F707A {
  display: grid;
  grid-gap: 10px;
  grid-template-rows: minmax(312px, 1fr);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 480px);
}

@media only screen and (max-width: 1068px) {
  .channel-html .q4F707A {
    grid-template-rows: minmax(280px, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .q4F707A {
    grid-template-rows: minmax(292px, 1fr);
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .q4F707A {
    grid-template-columns: repeat(1, 336px);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .q4F707A {
    grid-template-columns: repeat(1, 320px);
  }
}

.channel-html .q4F707A .bentobox-item {
  border-radius: 18px;
}

.channel-html .nA658E3 {
  background-color: #f5f5f7;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  position: relative;
}

.channel-html .nA658E3:before {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}

.channel-html .r0E918A {
  margin-top: 49px;
  margin-bottom: 48px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .r0E918A {
    margin-top: 57px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .r0E918A {
    margin-top: 39px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .r0E918A {
    margin-bottom: 34px;
  }
}

.channel-html .fACCA33 {
  padding-left: 43px;
  padding-right: 61px;
  text-align: center;
}

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

@media only screen and (max-width: 1068px) {
  .channel-html .fACCA33 {
    padding-right: 14px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .fACCA33 {
    text-align: left;
  }
}

.channel-html .t985777 {
  margin-top: 0px;
  margin-left: 0px;
}

@media only screen and (max-width: 734px) {
  .channel-html .t985777 {
    margin-left: 32px;
  }
}

.channel-html .xC35B45 {
  text-align: center;
}

@media only screen and (max-width: 734px) {
  .channel-html .xC35B45 {
    padding-left: 42px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .xC35B45 {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .xC35B45 {
    text-align: left;
  }
}

.channel-html .rDDB49C {
  color: #1d1d1f;
  margin-top: 21.5px;
  padding-left: 113px;
  padding-right: 113px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .rDDB49C {
    margin-top: 21px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .rDDB49C {
    margin-top: 11px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .rDDB49C {
    padding-left: 70px;
  }
}

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

@media only screen and (max-width: 1068px) {
  .channel-html .rDDB49C {
    padding-right: 70px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .rDDB49C {
    padding-right: 28px;
  }
}

.channel-html .bC88AE7 {
  color: #1d1d1f;
  margin-top: 5px;
  padding-left: 55px;
  padding-right: 55px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .bC88AE7 {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .bC88AE7 {
    margin-top: 14px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .bC88AE7 {
    padding-left: 41px;
  }
}

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

@media only screen and (max-width: 1068px) {
  .channel-html .bC88AE7 {
    padding-right: 41px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .bC88AE7 {
    padding-right: 10px;
  }
}

.channel-html .j62BF3C {
  background-color: #f5f5f7;
}

.channel-html .f8F57F7 {
  align-items: center;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  padding-top: 103px;
  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: 0px;
  }
}

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

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

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

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

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

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

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

.channel-html .p8DE121 {
  text-align: center;
}

@media only screen and (max-width: 734px) {
  .channel-html .p8DE121 {
    text-align: left;
  }
}

.channel-html .rE46FD1 {
  color: #1d1d1f;
  margin-top: 0px;
  margin-bottom: 54px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .rE46FD1 {
    margin-top: 57px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .rE46FD1 {
    margin-top: 58px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .rE46FD1 {
    margin-bottom: 43px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .rE46FD1 {
    margin-bottom: 38px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .rE46FD1 {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .rE46FD1 {
    padding-right: 54px;
  }
}

.channel-html .g7AAC7F {
  margin-top: 0px;
  margin-bottom: 10px;
}

.channel-html .lEBC721 {
  display: grid;
  grid-gap: 10px;
  grid-template-rows: minmax(355px, 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(386px, 1fr);
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .lEBC721 {
    grid-template-rows: minmax(570px, 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 {
  background-color: #fff;
  min-height: 415px;
  align-items: center;
}

@media only screen and (max-width: 1068px) {
  .channel-html .nA98793 {
    min-height: 386px;
  }
}

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

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

.channel-html .nA98793.large-display-bleed::before,
.channel-html .nA98793.large-display-bleed::after {
  background-color: #fff;
}

.channel-html .nA98793.medium-display-bleed::before,
.channel-html .nA98793.medium-display-bleed::after {
  background-color: #fff;
}

.channel-html .nA98793.small-display-bleed::before,
.channel-html .nA98793.small-display-bleed::after {
  background-color: #fff;
}

.channel-html .p55DB2B {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-left: 46px;
  padding-bottom: 40px;
  padding-right: 0px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .p55DB2B {
    margin-top: 3px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .p55DB2B {
    margin-top: 38px;
  }
}

@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: 29px;
  }
}

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

@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: 43px;
  }
}

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

@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: 21px;
  }
}

.channel-html .n099CFB {
  color: #1d1d1f;
  margin-left: -1px;
}

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

@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;
}

@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: 8px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .n402AA3 {
    margin-left: -1px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .n402AA3 {
    margin-right: 30px;
  }
}

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

.channel-html .tE894C7 {
  color: #1d1d1f;
  margin-top: 18px;
  margin-left: -1px;
  margin-right: 62px;
  padding-right: 16px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .tE894C7 {
    margin-top: 19px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .tE894C7 {
    margin-top: 14px;
  }
}

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

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

@media only screen and (max-width: 734px) {
  .channel-html .tE894C7 {
    margin-right: 20px;
  }
}

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

.channel-html .d9E2DA7 {
  margin-top: 14px;
  margin-left: -1px;
  padding-right: 100px;
}

@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: 0px;
  }
}

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

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

.channel-html .x6943CD {
  z-index: 5;
}

@media only screen and (max-width: 734px) {
  .channel-html .x6943CD {
    margin-right: 56px;
  }
}

@media only screen and (max-width: 1068px) {
  .channel-html .x6943CD {
    padding-right: 94px;
  }
}

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

.channel-html .y0698D3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 26px;
  text-align: center;
}

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

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

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

@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: 734px) {
  .channel-html .y0698D3 {
    margin-right: 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: 0px;
  }
}

.channel-html .x39A9C8 {
  margin-top: 0px;
  margin-left: -20px;
  margin-bottom: -69px;
  margin-right: 77px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .x39A9C8 {
    margin-left: -24px;
  }
}

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

@media only screen and (max-width: 1068px) {
  .channel-html .x39A9C8 {
    margin-bottom: -102px;
  }
}

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

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

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

.channel-html .e9DA4B1 {
  background-color: #f5f5f7;
  overflow: hidden;
}

.channel-html .u892C6B {
  margin-top: 36px;
  margin-bottom: 7px;
}

@media only screen and (max-width: 734px) {
  .channel-html .u892C6B {
    margin-top: 35px;
  }
}

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

@media only screen and (max-width: 734px) {
  .channel-html .k4EFEFE {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .k4EFEFE {
    margin-right: 19px;
  }
}

.channel-html .aEDDF3C {
  margin-bottom: 9px;
}

.channel-html .v9BCEAE {
  color: #6E6E73;
  margin-left: 0px;
}

.channel-html .y02933B {
  margin-left: 0px;
  padding-left: 0px;
}

.channel-html .qD15B1F {
  margin-bottom: 9px;
}

.channel-html .dE98695 {
  color: #6E6E73;
  margin-left: -0.5px;
  padding-right: 24px;
}

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

@media only screen and (max-width: 734px) {
  .channel-html .dE98695 {
    padding-right: 6px;
  }
}

.channel-html .pA910D5 {
  margin-bottom: 9px;
}

.channel-html .o82C449 {
  color: #6E6E73;
  margin-left: -0.5px;
}

@media only screen and (max-width: 734px) {
  .channel-html .o82C449 {
    padding-right: 9px;
  }
}

.channel-html .fBBDC53 {
  margin-bottom: 9px;
}

.channel-html .y346FE8 {
  color: #6E6E73;
  margin-left: -0.5px;
}

@media only screen and (max-width: 734px) {
  .channel-html .y346FE8 {
    padding-right: 9px;
  }
}

.channel-html .b9A9FF0 {
  margin-bottom: 9px;
}

@media only screen and (max-width: 734px) {
  .channel-html .b9A9FF0 {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .zBB1ADA {
    padding-right: -9px;
  }
}

.channel-html .bB860FA {
  color: #6E6E73;
  margin-left: -0.5px;
}

.channel-html .w0A0D99 {
  margin-bottom: 9px;
}

.channel-html .b3447EC {
  color: #6E6E73;
  margin-left: -0.5px;
  padding-right: 26px;
}

@media only screen and (max-width: 734px) {
  .channel-html .b3447EC {
    padding-right: 9px;
  }
}

.channel-html .p13EB65 {
  margin-bottom: 9px;
}

.channel-html .rE731F5 {
  color: #6E6E73;
  margin-left: -0.5px;
}

@media only screen and (max-width: 1068px) {
  .channel-html .rE731F5 {
    margin-right: -5px;
  }
}

@media only screen and (max-width: 734px) {
  .channel-html .rE731F5 {
    padding-right: 9px;
  }
}

.channel-html .oF03125 {
  margin-bottom: 9px;
}

.channel-html .d85FDDC {
  color: #6E6E73;
  margin-left: -0.5px;
}

@media only screen and (max-width: 734px) {
  .channel-html .d85FDDC {
    padding-right: 9px;
  }
}

.channel-html .sF625C0 {
  margin-bottom: 9px;
}

.channel-html .a31093A {
  color: #6E6E73;
  margin-left: -0.5px;
}

@media only screen and (max-width: 734px) {
  .channel-html .a31093A {
    padding-right: 9px;
  }
}

.channel-html .u7DD0A2 {
  margin-bottom: 9px;
}

.channel-html .j129F26 {
  color: #6E6E73;
  margin-left: -0.5px;
}

@media only screen and (max-width: 734px) {
  .channel-html .j129F26 {
    padding-right: 9px;
  }
}

.channel-html .u6C63EB {
  margin-bottom: 9px;
}

.channel-html .i31A380 {
  color: #6E6E73;
  margin-left: -0.5px;
}

@media only screen and (max-width: 734px) {
  .channel-html .i31A380 {
    padding-right: 9px;
  }
}

.channel-html .q7ED147 {
  margin-bottom: 9px;
}

.channel-html .t236006 {
  color: #6E6E73;
  margin-left: -0.5px;
}

@media only screen and (max-width: 734px) {
  .channel-html .t236006 {
    padding-right: 9px;
  }
}


/* NZ styles - ends */