.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: #222739; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #222739; }#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;box-shadow: none;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-shadow: none;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:transparent;background-image:url("https://images.assets-landingi.com/uc/7b718604-d4ad-45ba-b6b2-9412828ca469/Herobanner_WithoutText_WithoutLine_.png");background-position:center right !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::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 { font-size:14px;font-family:arial;height:750px;width:1200px;position:relative;display:block; }#EIfPHfBS4nO4o1b9b6qDrqEJEZw6S14v { color:#ffffff;display:block;width:474px;position:absolute;font-family:vodafone;font-size:28px;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:378px;left:60px;height:30.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#INgCXL0PWmJ0inGPW1roc89viNDTxw99 { z-index:15004;top:436px;left:60px;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-shadow: none;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:251px;height:44px;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:468px;position:absolute;font-family:vodafone;font-size:58px;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:241px;left:60px;height:127.594px;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;text-align:left;text-align-last:left;display:block; }
#JZr1eHFBBrgrrNwxkqaZRiDPrKi0nfRf { color:#000000;display:block;width:254px;position:absolute;font-family:vodafone;font-size:30px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:323px;left:33px;display:none; }
#zR84cItU8XWUGXSCbHtqy5VmNiW1X5FS { color:#000000;display:block;width:282px;position:absolute;font-family:vodafone;font-size:20px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:417px;left:19px;display:none; }
#c9dTlVKbtXrmiASqVHzvGC0C66GAyis6 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: none;height:301px;width:301px;top:739.6875px;left:693px;overflow:hidden;display:block; }
#kkEl4aXg4wN7zLHaryy356ymARPSlEGi { 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; }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi > .row .container { background-color: transparent; background-image: none; }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi > .row .container > .video-iframe-container { display: none; }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi > .row > .video-iframe-container { display: none; }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi > .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); }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi > .row .container { border-width: 0; border-radius: 0; }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi > .row .container { font-size:14px;font-family:arial;height:378px;width:1200px;position:relative;display:block; }#dB1r2NfnhbXWrM7fFvkkcCVeOvPKPQFQ { color:#ffffff;display:block;width:464px;position:absolute;font-family:vodafone;font-size:24px;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:25px;left:163px;height:230.3755px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rqxgXvMgrMbtoFD1RH62EcFLenAvnWgk { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: none;height:301px;width:301px;top:739.6875px;left:693px;overflow:hidden;display:none; }
#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:352px;width:1200px;position:relative;display:block; }#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;box-shadow: none;height:51px;width:138px;top:83px;left:657px;overflow:hidden;display:none; }
#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;box-shadow: none;height:183px;width:286px;top:109px;left:148px;overflow:hidden;display:block; }
#HX1Nbafx2anzhOFG74QxBlrMCeHECtcn { color:#000000;display:block;width:1093px;position:absolute;font-family:vodafone;font-size:34px;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:48px;left:54px;height:37.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QbTNaTbThiqpmDP57lTwFu2nZyoM6wf7 { 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;box-shadow: none;height:183px;width:286px;top:109px;left:455px;overflow:hidden;display:block; }
#paGehpmnPw0ZX0O7fxElpx8NcwPmG7Al { 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;box-shadow: none;height:183px;width:286px;top:109px;left:762px;overflow:hidden;display:block; }
#KyWyzTbNGTs1nVQrC2qHu0mPM188OhxU { 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;box-shadow: none;height:51px;width:138px;top:83px;left:657px;overflow:hidden;display:none; }
#nSv180O7R45UgvzE66ruVgzdWVi39q1J { 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;box-shadow: none;height:51px;width:138px;top:83px;left:657px;overflow:hidden;display:none; }
#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst { 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; }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst > .row .container { background-color: transparent; background-image: none; }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst > .row .container > .video-iframe-container { display: none; }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst > .row > .video-iframe-container { display: none; }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst > .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); }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst > .row .container { border-width: 0; border-radius: 0; }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst > .row .container { font-size:14px;font-family:arial;height:1463px;width:1200px;position:relative;display:block; }#NBaL7cz8nqBiUhLufqa3p0pQTVzapcWK { position:absolute;display:block;z-index:15013;height:213.938px;width:455px;top:93px;left:373px;display:block; }
#Ayuqtdmx29Ns2k9Bkg4oIIaZi2Ri87OR { color:#ffffff;display:block;width:1093px;position:absolute;font-family:vodafone;font-size:28px;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:43px;left:53.5px;height:30.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eTqTn30kA6KrrwgTTpFq99TuLqvJAUZ1 { 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; }#eTqTn30kA6KrrwgTTpFq99TuLqvJAUZ1 > .row .container { background-color: transparent; background-image: none; }#eTqTn30kA6KrrwgTTpFq99TuLqvJAUZ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTqTn30kA6KrrwgTTpFq99TuLqvJAUZ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTqTn30kA6KrrwgTTpFq99TuLqvJAUZ1 > .row .container > .video-iframe-container { display: none; }#eTqTn30kA6KrrwgTTpFq99TuLqvJAUZ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTqTn30kA6KrrwgTTpFq99TuLqvJAUZ1 > .row > .video-iframe-container { display: none; }#eTqTn30kA6KrrwgTTpFq99TuLqvJAUZ1 > .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); }#eTqTn30kA6KrrwgTTpFq99TuLqvJAUZ1 > .row .container { border-width: 0; border-radius: 0; }#eTqTn30kA6KrrwgTTpFq99TuLqvJAUZ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTqTn30kA6KrrwgTTpFq99TuLqvJAUZ1 > .row .container { font-size:14px;font-family:arial;height:333px;width:1200px;position:relative;display:block; }#AwZvedQvJPHM0AKt6IJWCsHOu0KzX8nP { 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; }
#zTILcThxNSTXwZSGA5T37q7Z1lUn02q4 { 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; }
#C0pw79Nx6xXNHlfRIM3AqcBUAC5weNFJ { box-sizing:content-box;height:5px;width:300px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ruGt2pdJ987PboGP0qVOHX9xlkgU7xV6 { 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; }
#Vy0k3dMW2heb3UAGJPdSQvHfmaey0ol6 { 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;box-shadow: none;height:151px;width:302px;top:71px;left:446px;overflow:hidden;display:block; }
#x7xioMl6abiJT54t1Cq2DELFJz1QoaQ3 { 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; }
#t3lwWmlkMPDOFZuSRWKAqbK225BeAmec { 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; }
#zsLbbpWdwrhcpuu7b1baSZiuulJpovGR { 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;box-shadow: none;height:151px;width:302px;top:71px;left:446px;overflow:hidden;display:none; }
#sh7fWHlJVhALEicIcoNLAUBTtiBdozUF { 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; }
#IqLMkxuIf1DFN7KM6TrfZ4cNiILSISPu { 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;box-shadow: none;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) { #EIfPHfBS4nO4o1b9b6qDrqEJEZw6S14v { width:474px;height:31px;top:378px;left:0px;font-size:28px;display:none; }
 }@media only screen and (max-width: 1199px) { #INgCXL0PWmJ0inGPW1roc89viNDTxw99 { top:436px;left:0px;width:251px;height:44px;display:block; }
 }@media only screen and (max-width: 1199px) { #K2M6zsdgBNu1NG0b5w7Ikd39mE7NFEkV { display:block; }
 }@media only screen and (max-width: 1199px) { #XxSfO8v91pxH3uqQJEBRxUB86KSe0dqy { width:468px;height:127px;top:241px;left:0px;font-size:58px;display:none; }
 }@media only screen and (max-width: 1199px) { #JZr1eHFBBrgrrNwxkqaZRiDPrKi0nfRf { width:254px;height:;top:323px;left:0px;font-size:30px;display:none; }
 }@media only screen and (max-width: 1199px) { #zR84cItU8XWUGXSCbHtqy5VmNiW1X5FS { width:282px;height:;top:417px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #c9dTlVKbtXrmiASqVHzvGC0C66GAyis6 { width:301px;height:301px;top:739px;left:429px;display:block; }
 }@media only screen and (max-width: 1199px) { #kkEl4aXg4wN7zLHaryy356ymARPSlEGi { display:none; }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #dB1r2NfnhbXWrM7fFvkkcCVeOvPKPQFQ { width:464px;height:230px;top:25px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #rqxgXvMgrMbtoFD1RH62EcFLenAvnWgk { width:301px;height:301px;top:739px;left:429px;display:none; }
 }@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) { #pD0iHEdcAoIZtT3K11Mx5PKk5m6rBXud { width:138px;height:51px;top:83px;left:439px;display:none; }
 }@media only screen and (max-width: 1199px) { #XWuD76NoaOv5in185SG0L1bVfCVHHrM1 { width:286px;height:183px;top:109px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #HX1Nbafx2anzhOFG74QxBlrMCeHECtcn { width:764px;height:37px;top:48px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 1199px) { #QbTNaTbThiqpmDP57lTwFu2nZyoM6wf7 { width:286px;height:183px;top:109px;left:237px;display:block; }
 }@media only screen and (max-width: 1199px) { #paGehpmnPw0ZX0O7fxElpx8NcwPmG7Al { width:286px;height:183px;top:109px;left:474px;display:block; }
 }@media only screen and (max-width: 1199px) { #KyWyzTbNGTs1nVQrC2qHu0mPM188OhxU { width:138px;height:51px;top:83px;left:439px;display:none; }
 }@media only screen and (max-width: 1199px) { #nSv180O7R45UgvzE66ruVgzdWVi39q1J { width:138px;height:51px;top:83px;left:439px;display:none; }
 }@media only screen and (max-width: 1199px) { #TBvBknVSNQPGLOSOaWq8OE2gNguo0qst { display:block; }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NBaL7cz8nqBiUhLufqa3p0pQTVzapcWK { width:455px;height:213px;top:93px;left:155px;display:block; }
 }@media only screen and (max-width: 1199px) { #Ayuqtdmx29Ns2k9Bkg4oIIaZi2Ri87OR { width:764px;height:30px;top:43px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #eTqTn30kA6KrrwgTTpFq99TuLqvJAUZ1 { display:block; }#eTqTn30kA6KrrwgTTpFq99TuLqvJAUZ1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AwZvedQvJPHM0AKt6IJWCsHOu0KzX8nP { width:265px;height:16px;top:272px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 1199px) { #zTILcThxNSTXwZSGA5T37q7Z1lUn02q4 { width:265px;height:16px;top:272px;left:499px;font-size:10px;display:block; }
 }@media only screen and (max-width: 1199px) { #C0pw79Nx6xXNHlfRIM3AqcBUAC5weNFJ { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #ruGt2pdJ987PboGP0qVOHX9xlkgU7xV6 { width:424px;height:200px;top:46px;left:167px;display:block; }
 }@media only screen and (max-width: 1199px) { #Vy0k3dMW2heb3UAGJPdSQvHfmaey0ol6 { width:302px;height:151px;top:71px;left:228px;display:block; }
 }@media only screen and (max-width: 1199px) { #x7xioMl6abiJT54t1Cq2DELFJz1QoaQ3 { width:86px;height:16px;top:248px;left:0px;font-size:11px;display:none; }
 }@media only screen and (max-width: 1199px) { #t3lwWmlkMPDOFZuSRWKAqbK225BeAmec { width:424px;height:200px;top:46px;left:167px;display:none; }
 }@media only screen and (max-width: 1199px) { #zsLbbpWdwrhcpuu7b1baSZiuulJpovGR { width:302px;height:151px;top:71px;left:228px;display:none; }
 }@media only screen and (max-width: 1199px) { #sh7fWHlJVhALEicIcoNLAUBTtiBdozUF { width:424px;height:200px;top:46px;left:167px;display:none; }
 }@media only screen and (max-width: 1199px) { #IqLMkxuIf1DFN7KM6TrfZ4cNiILSISPu { 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:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9605a261-8fec-4ba0-94cd-257a055669e3/HerobannerWithoutTextWithoutLine1.png");background-position:bottom center !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 > .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:623px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIfPHfBS4nO4o1b9b6qDrqEJEZw6S14v { width:270px;height:53.2969px;top:86px;left:16px;font-size:41px;display:none; }
 }@media only screen and (max-width: 763px) { #INgCXL0PWmJ0inGPW1roc89viNDTxw99 { top:496px;left:75.5px;width:169px;height:31px;font-size:17px;font-family:vodafone;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K2M6zsdgBNu1NG0b5w7Ikd39mE7NFEkV { display:block; }
 }@media only screen and (max-width: 763px) { #XxSfO8v91pxH3uqQJEBRxUB86KSe0dqy { width:241px;height:65px;top:156px;left:16px;font-size:25px;text-align:left;text-align-last:left;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #JZr1eHFBBrgrrNwxkqaZRiDPrKi0nfRf { top:323px;left:33px;width:254px;height:;z-index:15009;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:30px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zR84cItU8XWUGXSCbHtqy5VmNiW1X5FS { top:417px;left:19px;width:282px;height:;z-index:15010;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:20px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c9dTlVKbtXrmiASqVHzvGC0C66GAyis6 { width:256px;height:256px;top:142px;left:17.5px;display:none; }
 }@media only screen and (max-width: 763px) { #kkEl4aXg4wN7zLHaryy356ymARPSlEGi { display:block; }#kkEl4aXg4wN7zLHaryy356ymARPSlEGi > .row .container { width:320px;height:599px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dB1r2NfnhbXWrM7fFvkkcCVeOvPKPQFQ { width:276px;height:270px;top:0px;left:22px;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) { #rqxgXvMgrMbtoFD1RH62EcFLenAvnWgk { width:256px;height:256px;top:297px;left:32px;z-index:15024;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:535px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pD0iHEdcAoIZtT3K11Mx5PKk5m6rBXud { width:314px;height:116px;top:106px;left:3px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XWuD76NoaOv5in185SG0L1bVfCVHHrM1 { width:128px;height:82px;top:637px;left:35px;display:none; }
 }@media only screen and (max-width: 763px) { #HX1Nbafx2anzhOFG74QxBlrMCeHECtcn { width:296px;height:59.375px;top:30px;left:12px;font-size:27px;text-align:center;text-align-last:center;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QbTNaTbThiqpmDP57lTwFu2nZyoM6wf7 { width:286px;height:183px;top:109px;left:17px;display:none; }
 }@media only screen and (max-width: 763px) { #paGehpmnPw0ZX0O7fxElpx8NcwPmG7Al { width:286px;height:183px;top:109px;left:17px;display:none; }
 }@media only screen and (max-width: 763px) { #KyWyzTbNGTs1nVQrC2qHu0mPM188OhxU { width:314px;height:116px;top:235px;left:3px;overflow:hidden;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #nSv180O7R45UgvzE66ruVgzdWVi39q1J { width:314px;height:116px;top:362px;left:3px;overflow:hidden;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #TBvBknVSNQPGLOSOaWq8OE2gNguo0qst { display:block; }#TBvBknVSNQPGLOSOaWq8OE2gNguo0qst > .row .container { width:320px;height:1792px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBaL7cz8nqBiUhLufqa3p0pQTVzapcWK { width:320px;height:214px;top:73px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ayuqtdmx29Ns2k9Bkg4oIIaZi2Ri87OR { width:320px;height:26.3906px;top:35px;left:0px;font-size:24px;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eTqTn30kA6KrrwgTTpFq99TuLqvJAUZ1 { background-color:#09071c;background-image:none;display:block; }#eTqTn30kA6KrrwgTTpFq99TuLqvJAUZ1 > .row .container { background-color: transparent; background-image: none; }#eTqTn30kA6KrrwgTTpFq99TuLqvJAUZ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTqTn30kA6KrrwgTTpFq99TuLqvJAUZ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTqTn30kA6KrrwgTTpFq99TuLqvJAUZ1 > .row .container > .video-iframe-container { display: none; }#eTqTn30kA6KrrwgTTpFq99TuLqvJAUZ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTqTn30kA6KrrwgTTpFq99TuLqvJAUZ1 > .row > .video-iframe-container { display: none; }#eTqTn30kA6KrrwgTTpFq99TuLqvJAUZ1 > .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); }#eTqTn30kA6KrrwgTTpFq99TuLqvJAUZ1 > .row .container { width:320px;height:278px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwZvedQvJPHM0AKt6IJWCsHOu0KzX8nP { 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) { #zTILcThxNSTXwZSGA5T37q7Z1lUn02q4 { 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) { #C0pw79Nx6xXNHlfRIM3AqcBUAC5weNFJ { 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) { #ruGt2pdJ987PboGP0qVOHX9xlkgU7xV6 { width:320px;height:200px;top:210px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Vy0k3dMW2heb3UAGJPdSQvHfmaey0ol6 { width:230px;height:114px;top:39px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #x7xioMl6abiJT54t1Cq2DELFJz1QoaQ3 { 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) { #t3lwWmlkMPDOFZuSRWKAqbK225BeAmec { width:320px;height:200px;top:64px;left:24.5px;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #zsLbbpWdwrhcpuu7b1baSZiuulJpovGR { width:302px;height:151px;top:89px;left:42.5px;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #sh7fWHlJVhALEicIcoNLAUBTtiBdozUF { width:320px;height:200px;top:75px;left:14.5px;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #IqLMkxuIf1DFN7KM6TrfZ4cNiILSISPu { width:302px;height:151px;top:103px;left:42.5px;z-index:15010;display:none; }
 }