.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/193b82c9-0e84-4ebf-904b-bd04e78e3e16/RedpagesSurveyPageCMYK06.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btXhTTPupFKlz1nOvTeg8DVdTIEwpFRc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#09071c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#btXhTTPupFKlz1nOvTeg8DVdTIEwpFRc > .row .container { background-color: transparent; background-image: none; }#btXhTTPupFKlz1nOvTeg8DVdTIEwpFRc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btXhTTPupFKlz1nOvTeg8DVdTIEwpFRc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btXhTTPupFKlz1nOvTeg8DVdTIEwpFRc > .row .container > .video-iframe-container { display: none; }#btXhTTPupFKlz1nOvTeg8DVdTIEwpFRc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btXhTTPupFKlz1nOvTeg8DVdTIEwpFRc > .row > .video-iframe-container { display: none; }#btXhTTPupFKlz1nOvTeg8DVdTIEwpFRc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btXhTTPupFKlz1nOvTeg8DVdTIEwpFRc > .row .container { border-width: 0; border-radius: 0; }#btXhTTPupFKlz1nOvTeg8DVdTIEwpFRc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#btXhTTPupFKlz1nOvTeg8DVdTIEwpFRc > .row .container { font-size:14px;font-family:arial;height:114px;width:1200px;position:relative;display:block; }#k044S2gWbCQUfia1eUXrUSXr56rmmR7a { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:43px;width:157px;top:35.5px;left:61px;overflow:hidden;display:block; }
#kvzQ7c2krwr8F6RE47SiXOBKgJorkFoI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:70px;height:34px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:27px;left:1006px;display:none; }
#Xywf4szQhcognDzNR6JdUUJtfOTJb0R2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7f007531-1fac-4dc6-8d5e-cdeb322765d1/Header1.crop_2214x710_0,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo.adaptive-delivery-prevent-bg, #WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo.lazyload, #WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo.lazyloading { background-image: none; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container { background-color: transparent; background-image: none; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container > .video-iframe-container { display: none; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row > .video-iframe-container { display: none; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container { border-width: 0; border-radius: 0; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container { font-size:14px;font-family:arial;height:607px;width:1200px;position:relative;display:block; }#INgCXL0PWmJ0inGPW1roc89viNDTxw99 { z-index:15004;top:419px;left:49px;background-color:#e60000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:36px;border-top-right-radius:36px;border-bottom-left-radius:36px;border-bottom-right-radius:36px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:vodafone;font-size:21px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:278px;height:47px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#K2M6zsdgBNu1NG0b5w7Ikd39mE7NFEkV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#XxSfO8v91pxH3uqQJEBRxUB86KSe0dqy { color:#ffffff;display:block;width:888px;position:absolute;font-family:vodafone;font-size:50px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:331px;left:49px;height:65px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q01ZJSDgrpNSbXRkhKVBCD3sOCe5nnfz { color:#ffffff;display:block;width:888px;position:absolute;font-family:vodafone;font-size:50px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:267px;left:49px;height:65px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JQmovsQMg3GCy9s3WaXvhaOOaiUBSkLe { z-index:15004;top:419px;left:49px;background-color:#e60000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:36px;border-top-right-radius:36px;border-bottom-left-radius:36px;border-bottom-right-radius:36px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:vodafone;font-size:21px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:278px;height:47px;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#MEMuCGMuJ6CvuKqiKaaDM8lFPtXxhIyB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JMCxJ65I7CgM1kGeQbIHo9r8uo5tlA6r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222739;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JMCxJ65I7CgM1kGeQbIHo9r8uo5tlA6r > .row .container { background-color: transparent; background-image: none; }#JMCxJ65I7CgM1kGeQbIHo9r8uo5tlA6r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMCxJ65I7CgM1kGeQbIHo9r8uo5tlA6r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMCxJ65I7CgM1kGeQbIHo9r8uo5tlA6r > .row .container > .video-iframe-container { display: none; }#JMCxJ65I7CgM1kGeQbIHo9r8uo5tlA6r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMCxJ65I7CgM1kGeQbIHo9r8uo5tlA6r > .row > .video-iframe-container { display: none; }#JMCxJ65I7CgM1kGeQbIHo9r8uo5tlA6r > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMCxJ65I7CgM1kGeQbIHo9r8uo5tlA6r > .row .container { border-width: 0; border-radius: 0; }#JMCxJ65I7CgM1kGeQbIHo9r8uo5tlA6r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMCxJ65I7CgM1kGeQbIHo9r8uo5tlA6r > .row .container { font-size:14px;font-family:arial;height:70px;width:1200px;position:relative;display:block; }#ZMxyvtla8zS5TRBGouPSidUrAdkgbvEU { color:#ffffff;display:block;width:837.988px;position:absolute;font-family:vodafone;font-size:20px;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:47.98828125px;left:180.9765625px;height:96px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fOGefVAgTa8oSyc4ovHVdsLIGdlaQ2M5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/620fd263-0a3b-4099-9c41-9028f3b0a001/Sectiondividercurve1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fOGefVAgTa8oSyc4ovHVdsLIGdlaQ2M5.adaptive-delivery-prevent-bg, #fOGefVAgTa8oSyc4ovHVdsLIGdlaQ2M5.lazyload, #fOGefVAgTa8oSyc4ovHVdsLIGdlaQ2M5.lazyloading { background-image: none; }#fOGefVAgTa8oSyc4ovHVdsLIGdlaQ2M5 > .row .container { background-color: transparent; background-image: none; }#fOGefVAgTa8oSyc4ovHVdsLIGdlaQ2M5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOGefVAgTa8oSyc4ovHVdsLIGdlaQ2M5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOGefVAgTa8oSyc4ovHVdsLIGdlaQ2M5 > .row .container > .video-iframe-container { display: none; }#fOGefVAgTa8oSyc4ovHVdsLIGdlaQ2M5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOGefVAgTa8oSyc4ovHVdsLIGdlaQ2M5 > .row > .video-iframe-container { display: none; }#fOGefVAgTa8oSyc4ovHVdsLIGdlaQ2M5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOGefVAgTa8oSyc4ovHVdsLIGdlaQ2M5 > .row .container { border-width: 0; border-radius: 0; }#fOGefVAgTa8oSyc4ovHVdsLIGdlaQ2M5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fOGefVAgTa8oSyc4ovHVdsLIGdlaQ2M5 > .row .container { font-size:14px;font-family:arial;height:253px;width:1200px;position:relative;display:block; }#XWuD76NoaOv5in185SG0L1bVfCVHHrM1 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:162.988px;width:248.984px;top:219px;left:616px;overflow:hidden;display:block; }
#tMu0mqadEBxqs5wxkzRHC0Alwp29gFvS { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:162.988px;width:248.984px;top:219px;left:886px;overflow:hidden;display:block; }
#VN0iHKNwzJNLKKFsgFNnriKSIdSUcbVA { color:#000000;display:block;width:488.969px;position:absolute;font-family:vodafone;font-size:48px;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:248px;left:67px;height:192px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container { background-color: transparent; background-image: none; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container > .video-iframe-container { display: none; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row > .video-iframe-container { display: none; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container { border-width: 0; border-radius: 0; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container { font-size:14px;font-family:arial;height:406px;width:1200px;position:relative;display:block; }#HX1Nbafx2anzhOFG74QxBlrMCeHECtcn { color:#000000;display:block;width:477.988px;position:absolute;font-family:vodafone;font-size:25px;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:219px;left:67px;height:55px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s2uMT0tFe7rlIDNv2wBGcIGrTKHuJ0Tr { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:178px;width:156px;top:297px;left:657px;overflow:hidden;display:none; }
#TSIT3u0wNaEdTQp55ZEJMTAb7fcJKU9k { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:178px;width:156px;top:297px;left:946px;overflow:hidden;display:none; }
#pD0iHEdcAoIZtT3K11Mx5PKk5m6rBXud { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:180px;width:157px;top:83px;left:657px;overflow:hidden;display:none; }
#MLJ58ccrgyPkcblk4UxQMe86klWxbTOO { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:180px;width:157px;top:83px;left:945px;overflow:hidden;display:none; }
#PyL68FvQQ7QQp4RwEvtq6W7U7lMD3A6r { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:163px;width:247px;top:145px;left:886px;overflow:hidden;display:block; }
#QHN9RytJ3oGiCMbFrG6hSbx0QaTEWQR7 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:162.988px;width:248.984px;top:145px;left:615px;overflow:hidden;display:block; }
#NiP3ExJoyXlCT5X8B5LHvVG0NOaprEVI { color:#000000;display:block;width:488.969px;position:absolute;font-family:vodafone;font-size:48px;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:248px;left:67px;height:192px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#okUUncxe6vqbUih5VZ7ear1ppy845qkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222739;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#okUUncxe6vqbUih5VZ7ear1ppy845qkT > .row .container { background-color: transparent; background-image: none; }#okUUncxe6vqbUih5VZ7ear1ppy845qkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okUUncxe6vqbUih5VZ7ear1ppy845qkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okUUncxe6vqbUih5VZ7ear1ppy845qkT > .row .container > .video-iframe-container { display: none; }#okUUncxe6vqbUih5VZ7ear1ppy845qkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okUUncxe6vqbUih5VZ7ear1ppy845qkT > .row > .video-iframe-container { display: none; }#okUUncxe6vqbUih5VZ7ear1ppy845qkT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okUUncxe6vqbUih5VZ7ear1ppy845qkT > .row .container { border-width: 0; border-radius: 0; }#okUUncxe6vqbUih5VZ7ear1ppy845qkT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#okUUncxe6vqbUih5VZ7ear1ppy845qkT > .row .container { font-size:14px;font-family:arial;height:537px;width:1200px;position:relative;display:block; }#VQTC8VJJpagv3Gr1e1TJk5I286W2s2yg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:437px;width:301px;top:99px;left:880px;overflow:hidden;display:block; }
#L8vsJT0TRuHqZ0qZmHvOTWfiM8xc2cbK { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:436px;width:302px;top:101px;left:593px;overflow:hidden;display:block; }
#TDKHXovC2bnf05EopC0uMTyGxZm1ek4a { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:438px;width:302px;top:99px;left:20px;overflow:hidden;display:block; }
#VALvPnC3IL9TbMbbkuVla2GxwXyobbBz { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:438px;width:302px;top:99px;left:306px;overflow:hidden;display:block; }
#WH8HlZNTmHtvQAAPXE2nkuDIcxOMwoF1 { color:#000000;display:block;width:247.969px;position:absolute;font-family:vodafone;font-size:18px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:334px;left:47px;height:116.9531px;text-align:center;text-align-last:center;display:block; }
#hIqKQF2Feu1paXG1nZ6eEq5fbd1TOO9t { color:#000000;display:block;width:245.977px;position:absolute;font-family:vodafone;font-size:18px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:334px;left:334px;height:140.3437px;text-align:center;text-align-last:center;display:block; }
#Nk3Me7yDMzMqb0GFgLE3lPTZMwLFhAXC { color:#000000;display:block;width:234px;position:absolute;font-family:vodafone;font-size:18px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:334px;left:627px;height:93.5624px;text-align:center;text-align-last:center;display:block; }
#XdBayXHHyJEykDn7LxSpyhHnz9RTc6KQ { color:#000000;display:block;width:247.988px;position:absolute;font-family:vodafone;font-size:18px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:334px;left:906px;height:140.3437px;text-align:center;text-align-last:center;display:block; }
#hV1G1naq7eVW5WP4P31W7V1R8EZw751m { color:#ffffff;display:block;width:1035px;position:absolute;font-family:vodafone;font-size:36px;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:37px;left:82.5px;height:36px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#abz7ctPGwClOGpDLRx9i4eD0K2Qge15T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222739;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#abz7ctPGwClOGpDLRx9i4eD0K2Qge15T > .row .container { background-color: transparent; background-image: none; }#abz7ctPGwClOGpDLRx9i4eD0K2Qge15T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abz7ctPGwClOGpDLRx9i4eD0K2Qge15T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abz7ctPGwClOGpDLRx9i4eD0K2Qge15T > .row .container > .video-iframe-container { display: none; }#abz7ctPGwClOGpDLRx9i4eD0K2Qge15T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abz7ctPGwClOGpDLRx9i4eD0K2Qge15T > .row > .video-iframe-container { display: none; }#abz7ctPGwClOGpDLRx9i4eD0K2Qge15T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abz7ctPGwClOGpDLRx9i4eD0K2Qge15T > .row .container { border-width: 0; border-radius: 0; }#abz7ctPGwClOGpDLRx9i4eD0K2Qge15T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#abz7ctPGwClOGpDLRx9i4eD0K2Qge15T > .row .container { font-size:14px;font-family:arial;height:1115px;width:1200px;position:relative;display:block; }#tTePBzk4TEGWoCbRkevAuq4s3kBG3T5q { color:#ffffff;display:block;width:890.996px;position:absolute;font-family:vodafone;font-size:34px;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:33px;left:154px;height:102px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#itgb5Rmg0i6GNBD8KISlU7FXL8eI5Hv5 { position:absolute;display:block;z-index:15013;height:213.926px;width:455px;top:168px;left:373px;display:block; }
#qRZTgZuqCqETIRJDkBRdbaM6MwxoIz5U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222739;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qRZTgZuqCqETIRJDkBRdbaM6MwxoIz5U > .row .container { border-width: 0; border-radius: 0; }#qRZTgZuqCqETIRJDkBRdbaM6MwxoIz5U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qRZTgZuqCqETIRJDkBRdbaM6MwxoIz5U > .row .container { font-size:14px;font-family:arial;height:1502px;width:1200px;position:relative;display:none; }#evoPhkrBWefUe7vueZRGSxcETgKorcdL { color:#ffffff;display:block;width:890.996px;position:absolute;font-family:vodafone;font-size:34px;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:576.97265625px;left:154.47265625px;height:102px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xNpc99ZSXhZsht7loA8dS0ckpE9bDVi3 { position:absolute;display:block;z-index:15013;height:213.926px;width:455px;top:711.9921875px;left:372.5px;display:block; }
#VyVde3BUgf3DTv93wOppI9pFKVTtRESk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#09071c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VyVde3BUgf3DTv93wOppI9pFKVTtRESk > .row .container { background-color: transparent; background-image: none; }#VyVde3BUgf3DTv93wOppI9pFKVTtRESk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyVde3BUgf3DTv93wOppI9pFKVTtRESk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyVde3BUgf3DTv93wOppI9pFKVTtRESk > .row .container > .video-iframe-container { display: none; }#VyVde3BUgf3DTv93wOppI9pFKVTtRESk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyVde3BUgf3DTv93wOppI9pFKVTtRESk > .row > .video-iframe-container { display: none; }#VyVde3BUgf3DTv93wOppI9pFKVTtRESk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyVde3BUgf3DTv93wOppI9pFKVTtRESk > .row .container { border-width: 0; border-radius: 0; }#VyVde3BUgf3DTv93wOppI9pFKVTtRESk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VyVde3BUgf3DTv93wOppI9pFKVTtRESk > .row .container { font-size:14px;font-family:arial;height:333px;width:1200px;position:relative;display:block; }#SNTm0hN37opm71crzz1y1fVL4Vh7yEze { color:#000000;display:block;width:265px;position:absolute;font-family:vodafone;font-size:13px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:272px;left:120px;height:16.8906px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kIFrEDaDiNLRic57s5Toxy5igGH275EL { color:#000000;display:block;width:265px;position:absolute;font-family:vodafone;font-size:13px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:272px;left:815px;height:16.8906px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EIgHCVVCgiv01itX1UyUaBEMRQbCV1UU { box-sizing:content-box;height:5px;width:300px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#yDJdrasszCLxZUTa2rwLEZq0Ek9oDmHC { box-sizing:content-box;height:200px;width:424px;position:absolute;display:block;z-index:15007;background-color:#09071c;background-image:none;top:46px;left:385px;display:block; }
#PKmbnRfAB1nJe8V9kQDiCULSmiOT50rG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:151px;width:302px;top:71px;left:446px;overflow:hidden;display:block; }
#w2yNUVt5u9tbyCNws7goT6B3JoPUgWcP { color:#000000;display:block;width:265px;position:absolute;font-family:vodafone;font-size:13px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:393px;left:815px;height:16.8906px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#Rpi5wG5TUAl70U88PBeO8mIGNngete7M { box-sizing:content-box;height:200px;width:424px;position:absolute;display:block;z-index:15007;background-color:#09071c;background-image:none;top:46px;left:385px;display:none; }
#R0ZTRqQZOwoSwx4oXUUtIpvwaocOiger { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:151px;width:302px;top:71px;left:446px;overflow:hidden;display:none; }
#eXJXbUZz8CBNLuIgDEhf33T9riMifKoB { box-sizing:content-box;height:200px;width:424px;position:absolute;display:block;z-index:15007;background-color:#09071c;background-image:none;top:46px;left:385px;display:none; }
#MyDRDtpBD8pWPNxKCDXhlcOl0VTeTxCH { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:151px;width:302px;top:71px;left:446px;overflow:hidden;display:none; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #btXhTTPupFKlz1nOvTeg8DVdTIEwpFRc { display:block; }#btXhTTPupFKlz1nOvTeg8DVdTIEwpFRc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #k044S2gWbCQUfia1eUXrUSXr56rmmR7a { width:157px;height:43px;top:35px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #kvzQ7c2krwr8F6RE47SiXOBKgJorkFoI { width:70px;height:33px;top:26px;left:694px;display:none; }
 }@media only screen and (max-width: 1199px) { #Xywf4szQhcognDzNR6JdUUJtfOTJb0R2 { display:block; }
 }@media only screen and (max-width: 1199px) { #WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo { display:block; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #INgCXL0PWmJ0inGPW1roc89viNDTxw99 { top:419px;left:0px;width:278px;height:47px;display:block; }
 }@media only screen and (max-width: 1199px) { #K2M6zsdgBNu1NG0b5w7Ikd39mE7NFEkV { display:block; }
 }@media only screen and (max-width: 1199px) { #XxSfO8v91pxH3uqQJEBRxUB86KSe0dqy { width:764px;height:65px;top:331px;left:0px;font-size:50px;display:block; }
 }@media only screen and (max-width: 1199px) { #q01ZJSDgrpNSbXRkhKVBCD3sOCe5nnfz { width:764px;height:65px;top:267px;left:0px;font-size:50px;display:block; }
 }@media only screen and (max-width: 1199px) { #JQmovsQMg3GCy9s3WaXvhaOOaiUBSkLe { top:419px;left:0px;width:278px;height:47px;display:none; }
 }@media only screen and (max-width: 1199px) { #MEMuCGMuJ6CvuKqiKaaDM8lFPtXxhIyB { display:block; }
 }@media only screen and (max-width: 1199px) { #JMCxJ65I7CgM1kGeQbIHo9r8uo5tlA6r { display:none; }#JMCxJ65I7CgM1kGeQbIHo9r8uo5tlA6r > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ZMxyvtla8zS5TRBGouPSidUrAdkgbvEU { width:764px;height:95px;top:47px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #fOGefVAgTa8oSyc4ovHVdsLIGdlaQ2M5 { display:none; }#fOGefVAgTa8oSyc4ovHVdsLIGdlaQ2M5 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #XWuD76NoaOv5in185SG0L1bVfCVHHrM1 { width:248px;height:162.34965798955px;top:219px;left:398px;display:block; }
 }@media only screen and (max-width: 1199px) { #tMu0mqadEBxqs5wxkzRHC0Alwp29gFvS { width:248px;height:162.34965798955px;top:219px;left:516px;display:block; }
 }@media only screen and (max-width: 1199px) { #VN0iHKNwzJNLKKFsgFNnriKSIdSUcbVA { width:488px;height:192px;top:248px;left:0px;font-size:48px;display:block; }
 }@media only screen and (max-width: 1199px) { #xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv { display:block; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HX1Nbafx2anzhOFG74QxBlrMCeHECtcn { width:477px;height:55px;top:219px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #s2uMT0tFe7rlIDNv2wBGcIGrTKHuJ0Tr { width:156px;height:178px;top:297px;left:439px;display:none; }
 }@media only screen and (max-width: 1199px) { #TSIT3u0wNaEdTQp55ZEJMTAb7fcJKU9k { width:156px;height:178px;top:297px;left:608px;display:none; }
 }@media only screen and (max-width: 1199px) { #pD0iHEdcAoIZtT3K11Mx5PKk5m6rBXud { width:157px;height:180px;top:83px;left:439px;display:none; }
 }@media only screen and (max-width: 1199px) { #MLJ58ccrgyPkcblk4UxQMe86klWxbTOO { width:157px;height:180px;top:83px;left:607px;display:none; }
 }@media only screen and (max-width: 1199px) { #PyL68FvQQ7QQp4RwEvtq6W7U7lMD3A6r { width:247px;height:163px;top:145px;left:517px;display:block; }
 }@media only screen and (max-width: 1199px) { #QHN9RytJ3oGiCMbFrG6hSbx0QaTEWQR7 { width:248px;height:162.34965798955px;top:145px;left:397px;display:block; }
 }@media only screen and (max-width: 1199px) { #NiP3ExJoyXlCT5X8B5LHvVG0NOaprEVI { width:488px;height:192px;top:248px;left:0px;font-size:48px;display:none; }
 }@media only screen and (max-width: 1199px) { #okUUncxe6vqbUih5VZ7ear1ppy845qkT { display:block; }#okUUncxe6vqbUih5VZ7ear1ppy845qkT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VQTC8VJJpagv3Gr1e1TJk5I286W2s2yg { width:301px;height:437px;top:99px;left:463px;display:block; }
 }@media only screen and (max-width: 1199px) { #L8vsJT0TRuHqZ0qZmHvOTWfiM8xc2cbK { width:302px;height:436px;top:101px;left:375px;display:block; }
 }@media only screen and (max-width: 1199px) { #TDKHXovC2bnf05EopC0uMTyGxZm1ek4a { width:302px;height:438px;top:99px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #VALvPnC3IL9TbMbbkuVla2GxwXyobbBz { width:302px;height:438px;top:99px;left:88px;display:block; }
 }@media only screen and (max-width: 1199px) { #WH8HlZNTmHtvQAAPXE2nkuDIcxOMwoF1 { width:247px;height:116px;top:334px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #hIqKQF2Feu1paXG1nZ6eEq5fbd1TOO9t { width:245px;height:140px;top:334px;left:116px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #Nk3Me7yDMzMqb0GFgLE3lPTZMwLFhAXC { width:234px;height:93px;top:334px;left:409px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #XdBayXHHyJEykDn7LxSpyhHnz9RTc6KQ { width:247px;height:140px;top:334px;left:517px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #hV1G1naq7eVW5WP4P31W7V1R8EZw751m { width:764px;height:36px;top:37px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 1199px) { #abz7ctPGwClOGpDLRx9i4eD0K2Qge15T { display:block; }#abz7ctPGwClOGpDLRx9i4eD0K2Qge15T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tTePBzk4TEGWoCbRkevAuq4s3kBG3T5q { width:764px;height:102px;top:33px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 1199px) { #itgb5Rmg0i6GNBD8KISlU7FXL8eI5Hv5 { width:455px;height:213px;top:168px;left:155px;display:block; }
 }@media only screen and (max-width: 1199px) { #qRZTgZuqCqETIRJDkBRdbaM6MwxoIz5U { display:none; }#qRZTgZuqCqETIRJDkBRdbaM6MwxoIz5U > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #evoPhkrBWefUe7vueZRGSxcETgKorcdL { width:764px;height:101px;top:576px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 1199px) { #xNpc99ZSXhZsht7loA8dS0ckpE9bDVi3 { width:455px;height:213px;top:711px;left:154.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #VyVde3BUgf3DTv93wOppI9pFKVTtRESk { display:block; }#VyVde3BUgf3DTv93wOppI9pFKVTtRESk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SNTm0hN37opm71crzz1y1fVL4Vh7yEze { width:265px;height:16px;top:272px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 1199px) { #kIFrEDaDiNLRic57s5Toxy5igGH275EL { width:265px;height:16px;top:272px;left:499px;font-size:10px;display:block; }
 }@media only screen and (max-width: 1199px) { #EIgHCVVCgiv01itX1UyUaBEMRQbCV1UU { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #yDJdrasszCLxZUTa2rwLEZq0Ek9oDmHC { width:424px;height:200px;top:46px;left:167px;display:block; }
 }@media only screen and (max-width: 1199px) { #PKmbnRfAB1nJe8V9kQDiCULSmiOT50rG { width:302px;height:151px;top:71px;left:228px;display:block; }
 }@media only screen and (max-width: 1199px) { #w2yNUVt5u9tbyCNws7goT6B3JoPUgWcP { width:86px;height:16px;top:248px;left:0px;font-size:11px;display:none; }
 }@media only screen and (max-width: 1199px) { #Rpi5wG5TUAl70U88PBeO8mIGNngete7M { width:424px;height:200px;top:46px;left:167px;display:none; }
 }@media only screen and (max-width: 1199px) { #R0ZTRqQZOwoSwx4oXUUtIpvwaocOiger { width:302px;height:151px;top:71px;left:228px;display:none; }
 }@media only screen and (max-width: 1199px) { #eXJXbUZz8CBNLuIgDEhf33T9riMifKoB { width:424px;height:200px;top:46px;left:167px;display:none; }
 }@media only screen and (max-width: 1199px) { #MyDRDtpBD8pWPNxKCDXhlcOl0VTeTxCH { width:302px;height:151px;top:71px;left:228px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#222739;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #btXhTTPupFKlz1nOvTeg8DVdTIEwpFRc { position:relative;z-index:auto;background-color:#09071c;background-image:none;display:block; }#btXhTTPupFKlz1nOvTeg8DVdTIEwpFRc > .row .container { background-color: transparent; background-image: none; }#btXhTTPupFKlz1nOvTeg8DVdTIEwpFRc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btXhTTPupFKlz1nOvTeg8DVdTIEwpFRc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btXhTTPupFKlz1nOvTeg8DVdTIEwpFRc > .row .container > .video-iframe-container { display: none; }#btXhTTPupFKlz1nOvTeg8DVdTIEwpFRc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btXhTTPupFKlz1nOvTeg8DVdTIEwpFRc > .row > .video-iframe-container { display: none; }#btXhTTPupFKlz1nOvTeg8DVdTIEwpFRc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btXhTTPupFKlz1nOvTeg8DVdTIEwpFRc > .row .container { width:320px;height:90px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k044S2gWbCQUfia1eUXrUSXr56rmmR7a { width:119px;height:33px;top:28.5px;left:16.5px;display:block; }
 }@media only screen and (max-width: 763px) { #kvzQ7c2krwr8F6RE47SiXOBKgJorkFoI { width:93px;height:2px;top:0px;left:-12.272727012634px;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #Xywf4szQhcognDzNR6JdUUJtfOTJb0R2 { display:block; }
 }@media only screen and (max-width: 763px) { #WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7f007531-1fac-4dc6-8d5e-cdeb322765d1/Header1.crop_838x710_797,0.preview.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo.adaptive-delivery-prevent-bg, #WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo.lazyload, #WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo.lazyloading { background-image: none; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container { background-color: transparent; background-image: none; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container > .video-iframe-container { display: none; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row > .video-iframe-container { display: none; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container { border-width: 0; border-radius: 0; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WqZyh91Wx3GZIcHZhIgrLZNeUeLSp4Fo > .row .container { width:320px;height:430px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INgCXL0PWmJ0inGPW1roc89viNDTxw99 { top:358px;left:0px;width:169px;height:31px;font-size:17px;font-family:vodafone;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #K2M6zsdgBNu1NG0b5w7Ikd39mE7NFEkV { display:block; }
 }@media only screen and (max-width: 763px) { #XxSfO8v91pxH3uqQJEBRxUB86KSe0dqy { width:229px;height:72.7812px;top:273px;left:0px;font-size:28px;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q01ZJSDgrpNSbXRkhKVBCD3sOCe5nnfz { width:238px;height:72.7812px;top:190px;left:0px;font-size:28px;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JQmovsQMg3GCy9s3WaXvhaOOaiUBSkLe { top:363px;left:0px;width:169px;height:31px;font-size:17px;font-family:vodafone;font-weight:400;font-style:normal;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #MEMuCGMuJ6CvuKqiKaaDM8lFPtXxhIyB { display:block; }
 }@media only screen and (max-width: 763px) { #JMCxJ65I7CgM1kGeQbIHo9r8uo5tlA6r { display:block; }#JMCxJ65I7CgM1kGeQbIHo9r8uo5tlA6r > .row .container { width:320px;height:370px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMxyvtla8zS5TRBGouPSidUrAdkgbvEU { width:287px;height:297px;top:35px;left:16.5px;font-size:18px;text-align:center;text-align-last:center;line-height:1.5;color:#ffffff;font-family:vodafone;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fOGefVAgTa8oSyc4ovHVdsLIGdlaQ2M5 { display:none; }#fOGefVAgTa8oSyc4ovHVdsLIGdlaQ2M5 > .row .container { width:320px;height:96.5625px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XWuD76NoaOv5in185SG0L1bVfCVHHrM1 { width:249px;height:163px;top:637px;left:35px;display:none; }
 }@media only screen and (max-width: 763px) { #tMu0mqadEBxqs5wxkzRHC0Alwp29gFvS { width:249px;height:163px;top:820px;left:35px;display:none; }
 }@media only screen and (max-width: 763px) { #VN0iHKNwzJNLKKFsgFNnriKSIdSUcbVA { width:303px;height:72.5625px;top:24px;left:8.5px;font-size:22px;text-align:center;text-align-last:center;line-height:1.1;color:#000000;font-family:vodafone;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container { background-color: transparent; background-image: none; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container > .video-iframe-container { display: none; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row > .video-iframe-container { display: none; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container { border-width: 0; border-radius: 0; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xPETHQF7hPQ1GuvBJNgdg8BDmyiIULcv > .row .container { width:320px;height:537px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HX1Nbafx2anzhOFG74QxBlrMCeHECtcn { width:311px;height:35.1875px;top:117px;left:4.5px;font-size:16px;text-align:center;text-align-last:center;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s2uMT0tFe7rlIDNv2wBGcIGrTKHuJ0Tr { width:133px;height:153px;top:344px;left:23px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TSIT3u0wNaEdTQp55ZEJMTAb7fcJKU9k { width:133px;height:153px;top:345px;left:166px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pD0iHEdcAoIZtT3K11Mx5PKk5m6rBXud { width:133px;height:153px;top:181px;left:22px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MLJ58ccrgyPkcblk4UxQMe86klWxbTOO { width:133px;height:153px;top:181px;left:166px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PyL68FvQQ7QQp4RwEvtq6W7U7lMD3A6r { width:249px;height:163px;top:1186px;left:35px;display:none; }
 }@media only screen and (max-width: 763px) { #QHN9RytJ3oGiCMbFrG6hSbx0QaTEWQR7 { width:249px;height:163px;top:1003px;left:35px;display:none; }
 }@media only screen and (max-width: 763px) { #NiP3ExJoyXlCT5X8B5LHvVG0NOaprEVI { width:294px;height:72.5625px;top:29px;left:13px;font-size:22px;text-align:center;text-align-last:center;line-height:1.1;color:#000000;font-family:vodafone;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #okUUncxe6vqbUih5VZ7ear1ppy845qkT { display:block; }#okUUncxe6vqbUih5VZ7ear1ppy845qkT > .row .container { width:320px;height:1712px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQTC8VJJpagv3Gr1e1TJk5I286W2s2yg { width:267.988px;height:390px;top:1306px;left:26px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L8vsJT0TRuHqZ0qZmHvOTWfiM8xc2cbK { width:280px;height:410px;top:905.3125px;left:22.98828125px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TDKHXovC2bnf05EopC0uMTyGxZm1ek4a { width:283px;height:410px;top:108.2421875px;left:17.98828125px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VALvPnC3IL9TbMbbkuVla2GxwXyobbBz { width:290px;height:420.996px;top:500.56640625px;left:15px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WH8HlZNTmHtvQAAPXE2nkuDIcxOMwoF1 { width:220.996px;height:103.9844px;top:320.9765625px;left:49.47265625px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hIqKQF2Feu1paXG1nZ6eEq5fbd1TOO9t { width:208px;height:163.7342px;top:713.984375px;left:55.9765625px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Nk3Me7yDMzMqb0GFgLE3lPTZMwLFhAXC { width:208px;height:93.5624px;top:1115.9765625px;left:55.9765625px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XdBayXHHyJEykDn7LxSpyhHnz9RTc6KQ { width:208px;height:140.3437px;top:1511px;left:57px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hV1G1naq7eVW5WP4P31W7V1R8EZw751m { width:279px;height:75px;top:24px;left:20.5px;font-size:25px;text-align:center;text-align-last:center;line-height:1.5;color:#ffffff;font-family:vodafone;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #abz7ctPGwClOGpDLRx9i4eD0K2Qge15T { display:none; }#abz7ctPGwClOGpDLRx9i4eD0K2Qge15T > .row .container { width:320px;height:279px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tTePBzk4TEGWoCbRkevAuq4s3kBG3T5q { width:320px;height:0;top:1737.98828125px;left:0px;font-size:21px;text-align:center;text-align-last:center;line-height:1.5;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #itgb5Rmg0i6GNBD8KISlU7FXL8eI5Hv5 { width:320px;height:213.984px;top:1890.91796875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #qRZTgZuqCqETIRJDkBRdbaM6MwxoIz5U { display:block; }#qRZTgZuqCqETIRJDkBRdbaM6MwxoIz5U > .row .container { width:320px;height:1283px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evoPhkrBWefUe7vueZRGSxcETgKorcdL { width:320px;height:126px;top:0px;left:0px;font-size:21px;text-align:center;text-align-last:center;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xNpc99ZSXhZsht7loA8dS0ckpE9bDVi3 { width:320px;height:213.969px;top:137px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VyVde3BUgf3DTv93wOppI9pFKVTtRESk { background-color:#09071c;background-image:none;display:block; }#VyVde3BUgf3DTv93wOppI9pFKVTtRESk > .row .container { background-color: transparent; background-image: none; }#VyVde3BUgf3DTv93wOppI9pFKVTtRESk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyVde3BUgf3DTv93wOppI9pFKVTtRESk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyVde3BUgf3DTv93wOppI9pFKVTtRESk > .row .container > .video-iframe-container { display: none; }#VyVde3BUgf3DTv93wOppI9pFKVTtRESk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyVde3BUgf3DTv93wOppI9pFKVTtRESk > .row > .video-iframe-container { display: none; }#VyVde3BUgf3DTv93wOppI9pFKVTtRESk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyVde3BUgf3DTv93wOppI9pFKVTtRESk > .row .container { width:320px;height:278px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNTm0hN37opm71crzz1y1fVL4Vh7yEze { width:87px;height:16.5px;top:193px;left:117px;font-size:11px;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kIFrEDaDiNLRic57s5Toxy5igGH275EL { width:87px;height:0;top:166px;left:233px;font-size:10px;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #EIgHCVVCgiv01itX1UyUaBEMRQbCV1UU { top:220px;left:10px;width:300px;height:1px;z-index:15005;background-color:#666666;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yDJdrasszCLxZUTa2rwLEZq0Ek9oDmHC { width:320px;height:200px;top:210px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #PKmbnRfAB1nJe8V9kQDiCULSmiOT50rG { width:230px;height:114px;top:39px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #w2yNUVt5u9tbyCNws7goT6B3JoPUgWcP { width:87px;height:16.5px;top:228px;left:117px;font-size:11px;text-align:center;text-align-last:center;line-height:1.5;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Rpi5wG5TUAl70U88PBeO8mIGNngete7M { width:320px;height:200px;top:64px;left:24.5px;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #R0ZTRqQZOwoSwx4oXUUtIpvwaocOiger { width:302px;height:151px;top:89px;left:42.5px;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #eXJXbUZz8CBNLuIgDEhf33T9riMifKoB { width:320px;height:200px;top:75px;left:14.5px;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #MyDRDtpBD8pWPNxKCDXhlcOl0VTeTxCH { width:302px;height:151px;top:103px;left:42.5px;z-index:15010;display:none; }
 }