.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6e8760bf-d0d1-44b9-8596-d9bfcf18f638/tvv1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:648px;width:960px;overflow:visible;position:relative;display:block; }#BFGEzyuZC8ye7vtpChwB5GHDszCNeul5 { color:#0e0e0e;display:block;width:572px;position:absolute;font-family:sora;font-size:45px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:111px;left:0px;height:;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-style:normal;display:block; }
#fTLI29nTdL1x6zElXx4u8EQxsnEiZCwx { color:#0e0e0e;display:block;width:637px;position:absolute;font-family:sora;font-size:56px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:228px;left:0px;height:72.7969px;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-style:normal;display:block; }
#nTxetrlxe4nhcvgdfxXU00U7wKtyX4Oa { color:#0e0e0e;display:block;width:559px;position:absolute;font-family:inter;font-size:16px;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:386px;left:0px;height:77.1953px;font-style:normal;display:block; }#nTxetrlxe4nhcvgdfxXU00U7wKtyX4Oa li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#nTxetrlxe4nhcvgdfxXU00U7wKtyX4Oa li:before{  }
#Ee26FL9HF6gK3CGUwkBbgBXk1UE2ta0r { background-color:#ed352c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 1px 2px 7px rgba(30,30,30,0.12) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:sora;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:62px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:524px;left:0px;display:block; }
#SOtpZWZuTgA3ZHrJP8JgxU9cwrrgbZ77 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#p9ktmo2vH1InZBBEUBvrpLtLGTxq78mQ { background-color:#333333;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 1px 2px 7px rgba(30,30,30,0.12) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:sora;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:62px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:524px;left:266px;display:block; }
#S7pZW0uP3FzcRTX0Fo9RSn3O4k2uTyLn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HTrrGX767dGFIwANFbQWWeM6wpRcipF9 { 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:32px;width:244px;top:34px;left:0px;overflow:hidden;display:block; }
#zie6LHRaBNVeO5G0MTZxda0I69c68zCI { position:absolute;display:block;z-index:15009;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:627px;width:345px;top:22px;left:613.25773195876px;overflow:hidden;display:block; }
#TEyZgWyfyfLEcoumQz951s86uOTpvRT5 { color:#0e0e0e;display:block;width:559px;position:absolute;font-family:inter;font-size:16px;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:347.296875px;left:0px;height:22.3984px;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-style:normal;display:block; }
#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { background-color: transparent; background-image: none; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container > .video-iframe-container { display: none; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row > .video-iframe-container { display: none; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .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); }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { border-width: 0; border-radius: 0; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { font-size:14px;font-family:arial;height:533px;width:960px;position:relative;display:block; }#NLkz55dnB7H89rzqe4IdN3HKvd0H79Ep { color:rgba(0,0,0,0.7);display:block;width:153px;position:absolute;font-family:sora;font-size:14px;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:43px;left:120px;height:19.5938px;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-style:normal;text-align:left;text-align-last:left;display:block; }
#wo1pqIJEiUvCg2UmTWmAdAgrt5kT60he { position:absolute;display:block;z-index:15007;background-color:#ed352c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:1px;width:100px;top:52px;left:0px;display:block; }
#zDcFOWWghei5GtJDpIErNOxWeN57mRQb { color:#0e0e0e;display:block;width:319px;position:absolute;font-family:inter;font-size:21px;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:268px;left:0px;height:94.5px;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-style:normal;text-align:center;text-align-last:center;display:block; }
#BZ0kdWArfc6u3lWKQu1Qg3wTTDAwwgTa { color:#0e0e0e;display:block;width:306px;position:absolute;font-family:inter;font-size:21px;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:268px;left:328px;height:94.5px;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-style:normal;text-align:center;text-align-last:center;display:block; }
#XTOpCtv3WUlSOUUZWhxU7P0arJgt7rrk { color:#0e0e0e;display:block;width:320px;position:absolute;font-family:inter;font-size:21px;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:268px;left:640px;height:94.5px;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-style:normal;text-align:center;text-align-last:center;display:block; }
#N9SIHNS0hlgMJycZ0xaRyUpQOHnMsmCn { position:absolute;display:block;z-index:15022;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:62px;width:62px;top:151px;left:129px;overflow:hidden;display:block; }
#n9EkNirVUVDWDiVdoDOi6wNCuyJXAnx9 { 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;box-shadow: none;height:62px;width:62px;top:151px;left:449px;overflow:hidden;display:block; }
#igEKnmMeXf79U2UGv9qIsOwMamrWdyH5 { 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;box-shadow: none;height:62px;width:62px;top:151px;left:769px;overflow:hidden;display:block; }
#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt { 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; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container { background-color: transparent; background-image: none; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container > .video-iframe-container { display: none; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row > .video-iframe-container { display: none; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .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); }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container { border-width: 0; border-radius: 0; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container { font-size:14px;font-family:arial;height:671px;width:960px;position:relative;display:block; }#nZxwAtz5nIxGLPzC8F3qUwfomIu7lBpa { color:#0e0e0e;display:block;width:243px;position:absolute;font-family:inter;font-size:15px;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:173px;left:534px;height:48px;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-style:normal;text-align:left;text-align-last:left;display:block; }
#IN7H6TwTpOdD4IkOWMyK4hSt38b8BMgq { color:#0e0e0e;display:block;width:564px;position:absolute;font-family:sora;font-size:40px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:57px;left:396px;height:52px;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-style:normal;display:block; }
#bgMicHKcJzGlizc5TwaeAo0L9DZZJwp5 { color:#0e0e0e;display:block;width:277px;position:absolute;font-family:inter;font-size:15px;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:382px;left:534px;height:48px;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-style:normal;text-align:left;text-align-last:left;display:block; }
#aNy560i3MKpz7TfQrsyf3Jb5u5aiNfJo { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:645px;width:357px;top:0px;left:-16.302158273381px;display:block; }
#O53K4cv1n3hUcnfTh6ElXHs6zQl5WLVT { color:#0e0e0e;display:block;width:302px;position:absolute;font-family:inter;font-size:15px;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:280.796875px;left:534px;height:48px;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-style:normal;text-align:left;text-align-last:left;display:block; }
#R1PeSlkKMU9ahUVHLPzhhqpUqwPpvCs0 { position:absolute;display:block;z-index:15009;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:334px;width:64px;top:143px;left:436px;overflow:hidden;display:block; }
#vBxqpPArfWrODC0IpTwTIkJRA2mPZrII { position:absolute;display:block;z-index:15010;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:38px;width:114px;top:454px;left:534px;overflow:hidden;display:block; }
#sh6M3dasnI4FHPyQE0aR7lz47uv3gJau { position:absolute;display:block;z-index:15011;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:39px;width:117px;top:454px;left:669px;overflow:hidden;display:block; }
#HHMGGhthEVct0ygEdNdIzTMRDrZyGoJl { background-color:#ed352c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 1px 2px 7px rgba(30,30,30,0.12) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:sora;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:264px;height:62px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:552px;left:462px;display:block; }
#lE2P7hb2As4PuktWyt8l32Tgq5F6Nmol { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b2efecfc-6567-4584-8179-15a22ec38362/tv222.png");background-position:bottom center !important;background-repeat: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; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi.adaptive-delivery-prevent-bg, #KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi.lazyload, #KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi.lazyloading { background-image: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { background-color: transparent; background-image: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container > .video-iframe-container { display: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row > .video-iframe-container { display: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .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); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { border-width: 0; border-radius: 0; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { font-size:14px;font-family:arial;height:450px;width:960px;position:relative;display:block; }#cCDqffKvXJcdmavANB22zUBqVlpiZE8X { background-color:#ed352c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 1px 2px 7px rgba(30,30,30,0.12) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:sora;font-size:17px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:62px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:239px;left:454px;display:block; }
#TGAFps0g0u5B0dkA9gPLwe29RN7TvxQn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wzrtXoqpr6BlfMJQulZFzHa0TKTwN5es { color:#000000;display:block;width:506px;position:absolute;font-family:sora;font-size:26px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:150px;left:454px;height:67.5938px;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-style:normal;display:block; }
#TkfZ83ovnkTewWWwTcKwFl8FNDnVKdo8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#TkfZ83ovnkTewWWwTcKwFl8FNDnVKdo8 > .row .container { background-color: transparent; background-image: none; }#TkfZ83ovnkTewWWwTcKwFl8FNDnVKdo8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkfZ83ovnkTewWWwTcKwFl8FNDnVKdo8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkfZ83ovnkTewWWwTcKwFl8FNDnVKdo8 > .row .container > .video-iframe-container { display: none; }#TkfZ83ovnkTewWWwTcKwFl8FNDnVKdo8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkfZ83ovnkTewWWwTcKwFl8FNDnVKdo8 > .row > .video-iframe-container { display: none; }#TkfZ83ovnkTewWWwTcKwFl8FNDnVKdo8 > .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); }#TkfZ83ovnkTewWWwTcKwFl8FNDnVKdo8 > .row .container { border-width: 0; border-radius: 0; }#TkfZ83ovnkTewWWwTcKwFl8FNDnVKdo8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TkfZ83ovnkTewWWwTcKwFl8FNDnVKdo8 > .row .container { font-size:14px;font-family:poppins;height:210px;width:960px;position:relative;display:block; }#cMOySDfvUNadilBlTGpa92QozS1nO38H { color:#000000;display:block;width:554px;position:absolute;font-family:sora;font-size:16px;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:92px;left:0px;height:25.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xNTqGxaNRvXVR9z4TgpsxC5TdIwDUpTT { box-sizing:content-box;height:40px;width:1px;position:absolute;display:block;z-index:15028;background-color:#d9302d;background-image:none;top:85px;left:725px;display:block; }
#kM4SBOb1npa7ygvdG4V52zDR8JJvcf2h { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:26px;width:26px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:92px;left:761px; }
#kM4SBOb1npa7ygvdG4V52zDR8JJvcf2h > img { max-width: 100%;max-height:100%; width:26px; height:26px; }#iK7nXx9DOWzUtVSD6S5ILXO46LlLAZEM { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:26px;width:26px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:92px;left:816px; }
#iK7nXx9DOWzUtVSD6S5ILXO46LlLAZEM > img { max-width: 100%;max-height:100%; width:26px; height:26px; }#GQwa9abpc4QMBNbTtnb5XJWr5MRcCPsT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:26px;width:26px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:92px;left:868px; }
#GQwa9abpc4QMBNbTtnb5XJWr5MRcCPsT > img { max-width: 100%;max-height:100%; width:26px; height:26px; }#HF6OAbxEt35TQDkkkwEZfPTHMfdlr4Jx { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:26px;width:26px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:92px;left:917px; }
#HF6OAbxEt35TQDkkkwEZfPTHMfdlr4Jx > img { max-width: 100%;max-height:100%; width:26px; height:26px; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFGEzyuZC8ye7vtpChwB5GHDszCNeul5 { width:572px;height:;top:111px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #fTLI29nTdL1x6zElXx4u8EQxsnEiZCwx { width:637px;height:72px;top:228px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #nTxetrlxe4nhcvgdfxXU00U7wKtyX4Oa { width:559px;height:77px;top:386px;left:0px;font-size:14px;display:block; }#nTxetrlxe4nhcvgdfxXU00U7wKtyX4Oa li:before{  }
 }@media only screen and (max-width: 763px) { #Ee26FL9HF6gK3CGUwkBbgBXk1UE2ta0r { width:240px;height:62px;top:524px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SOtpZWZuTgA3ZHrJP8JgxU9cwrrgbZ77 { display:block; }
 }@media only screen and (max-width: 763px) { #p9ktmo2vH1InZBBEUBvrpLtLGTxq78mQ { width:240px;height:62px;top:524px;left:168px;display:block; }
 }@media only screen and (max-width: 763px) { #S7pZW0uP3FzcRTX0Fo9RSn3O4k2uTyLn { display:block; }
 }@media only screen and (max-width: 763px) { #HTrrGX767dGFIwANFbQWWeM6wpRcipF9 { top:34px;left:0px;width:244px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #zie6LHRaBNVeO5G0MTZxda0I69c68zCI { top:22px;left:419px;width:345px;height:627px;display:block; }
 }@media only screen and (max-width: 763px) { #TEyZgWyfyfLEcoumQz951s86uOTpvRT5 { width:559px;height:22px;top:347px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 { display:block; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLkz55dnB7H89rzqe4IdN3HKvd0H79Ep { width:153px;height:19px;top:43px;left:87px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wo1pqIJEiUvCg2UmTWmAdAgrt5kT60he { width:100px;height:1px;top:52px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zDcFOWWghei5GtJDpIErNOxWeN57mRQb { width:319px;height:94px;top:268px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BZ0kdWArfc6u3lWKQu1Qg3wTTDAwwgTa { width:306px;height:94px;top:268px;left:202px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XTOpCtv3WUlSOUUZWhxU7P0arJgt7rrk { width:320px;height:94px;top:268px;left:442px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #N9SIHNS0hlgMJycZ0xaRyUpQOHnMsmCn { top:151px;left:96px;width:62px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #n9EkNirVUVDWDiVdoDOi6wNCuyJXAnx9 { top:151px;left:350px;width:62px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #igEKnmMeXf79U2UGv9qIsOwMamrWdyH5 { top:151px;left:604px;width:62px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt { display:block; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZxwAtz5nIxGLPzC8F3qUwfomIu7lBpa { width:243px;height:48px;top:173px;left:436px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #IN7H6TwTpOdD4IkOWMyK4hSt38b8BMgq { width:564px;height:52px;top:57px;left:200px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #bgMicHKcJzGlizc5TwaeAo0L9DZZJwp5 { width:277px;height:48px;top:382px;left:436px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #aNy560i3MKpz7TfQrsyf3Jb5u5aiNfJo { top:0px;left:0px;width:357px;height:645px;display:block; }
 }@media only screen and (max-width: 763px) { #O53K4cv1n3hUcnfTh6ElXHs6zQl5WLVT { width:302px;height:48px;top:280px;left:436px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #R1PeSlkKMU9ahUVHLPzhhqpUqwPpvCs0 { top:143px;left:338px;width:64px;height:334px;display:block; }
 }@media only screen and (max-width: 763px) { #vBxqpPArfWrODC0IpTwTIkJRA2mPZrII { top:454px;left:436px;width:114px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #sh6M3dasnI4FHPyQE0aR7lz47uv3gJau { top:454px;left:571px;width:117px;height:39px;display:block; }
 }@media only screen and (max-width: 763px) { #HHMGGhthEVct0ygEdNdIzTMRDrZyGoJl { width:264px;height:62px;top:552px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #lE2P7hb2As4PuktWyt8l32Tgq5F6Nmol { display:block; }
 }@media only screen and (max-width: 763px) { #KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi { display:block; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCDqffKvXJcdmavANB22zUBqVlpiZE8X { width:300px;height:62px;top:239px;left:356px;display:block; }
 }@media only screen and (max-width: 763px) { #TGAFps0g0u5B0dkA9gPLwe29RN7TvxQn { display:block; }
 }@media only screen and (max-width: 763px) { #wzrtXoqpr6BlfMJQulZFzHa0TKTwN5es { width:506px;height:67px;top:150px;left:258px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #TkfZ83ovnkTewWWwTcKwFl8FNDnVKdo8 { display:block; }#TkfZ83ovnkTewWWwTcKwFl8FNDnVKdo8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMOySDfvUNadilBlTGpa92QozS1nO38H { top:92px;left:0px;width:554px;height:25px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #xNTqGxaNRvXVR9z4TgpsxC5TdIwDUpTT { top:85px;left:627px;width:1px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #kM4SBOb1npa7ygvdG4V52zDR8JJvcf2h { top:92px;left:663px;width:26px;height:26px;display:block; }
#kM4SBOb1npa7ygvdG4V52zDR8JJvcf2h > img { max-width: 100%;max-height:100%; width:26px; height:26px; } }@media only screen and (max-width: 763px) { #iK7nXx9DOWzUtVSD6S5ILXO46LlLAZEM { top:92px;left:718px;width:26px;height:26px;display:block; }
#iK7nXx9DOWzUtVSD6S5ILXO46LlLAZEM > img { max-width: 100%;max-height:100%; width:26px; height:26px; } }@media only screen and (max-width: 763px) { #GQwa9abpc4QMBNbTtnb5XJWr5MRcCPsT { top:92px;left:738px;width:26px;height:26px;display:block; }
#GQwa9abpc4QMBNbTtnb5XJWr5MRcCPsT > img { max-width: 100%;max-height:100%; width:26px; height:26px; } }@media only screen and (max-width: 763px) { #HF6OAbxEt35TQDkkkwEZfPTHMfdlr4Jx { top:92px;left:738px;width:26px;height:26px;display:block; }
#HF6OAbxEt35TQDkkkwEZfPTHMfdlr4Jx > img { max-width: 100%;max-height:100%; width:26px; height:26px; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:1182px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFGEzyuZC8ye7vtpChwB5GHDszCNeul5 { width:319px;height:65px;top:128px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #fTLI29nTdL1x6zElXx4u8EQxsnEiZCwx { width:319px;height:37.6953px;top:192px;left:0px;text-align:center;text-align-last:center;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #nTxetrlxe4nhcvgdfxXU00U7wKtyX4Oa { width:320px;height:68.7812px;top:323px;left:0px;text-align:left;text-align-last:left;font-size:14px;display:block; }#nTxetrlxe4nhcvgdfxXU00U7wKtyX4Oa li:before{  }
 }@media only screen and (max-width: 763px) { #Ee26FL9HF6gK3CGUwkBbgBXk1UE2ta0r { width:240px;height:62px;top:436.3359375px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #SOtpZWZuTgA3ZHrJP8JgxU9cwrrgbZ77 { display:block; }
 }@media only screen and (max-width: 763px) { #p9ktmo2vH1InZBBEUBvrpLtLGTxq78mQ { width:240px;height:62px;top:513.3359375px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #S7pZW0uP3FzcRTX0Fo9RSn3O4k2uTyLn { display:block; }
 }@media only screen and (max-width: 763px) { #HTrrGX767dGFIwANFbQWWeM6wpRcipF9 { width:244px;height:32px;top:34px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #zie6LHRaBNVeO5G0MTZxda0I69c68zCI { width:320px;height:580.367px;top:602px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TEyZgWyfyfLEcoumQz951s86uOTpvRT5 { width:320px;height:26.5938px;top:282px;left:0px;text-align:left;text-align-last:left;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 { display:block; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { width:320px;height:742px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLkz55dnB7H89rzqe4IdN3HKvd0H79Ep { width:153px;height:22.3984px;top:41px;left:83px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wo1pqIJEiUvCg2UmTWmAdAgrt5kT60he { width:100px;height:1px;top:20px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #zDcFOWWghei5GtJDpIErNOxWeN57mRQb { width:250px;height:81px;top:166.3906px;left:35px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BZ0kdWArfc6u3lWKQu1Qg3wTTDAwwgTa { width:250px;height:81px;top:386.3906px;left:35px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XTOpCtv3WUlSOUUZWhxU7P0arJgt7rrk { width:250px;height:81px;top:606.3906px;left:35px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #N9SIHNS0hlgMJycZ0xaRyUpQOHnMsmCn { width:62px;height:62px;top:83.3906px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #n9EkNirVUVDWDiVdoDOi6wNCuyJXAnx9 { width:62px;height:62px;top:303.3906px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #igEKnmMeXf79U2UGv9qIsOwMamrWdyH5 { width:62px;height:62px;top:523.3906px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt { display:block; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container { width:320px;height:655px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZxwAtz5nIxGLPzC8F3qUwfomIu7lBpa { width:230px;height:41.5938px;top:169px;left:75px;text-align:left;text-align-last:left;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #IN7H6TwTpOdD4IkOWMyK4hSt38b8BMgq { width:272px;height:70.1875px;top:33px;left:24px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #bgMicHKcJzGlizc5TwaeAo0L9DZZJwp5 { width:246px;height:44.7969px;top:373px;left:75px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #aNy560i3MKpz7TfQrsyf3Jb5u5aiNfJo { width:310px;height:558px;top:20px;left:5px;display:none; }
 }@media only screen and (max-width: 763px) { #O53K4cv1n3hUcnfTh6ElXHs6zQl5WLVT { width:245px;height:44.7969px;top:276.6015625px;left:75px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #R1PeSlkKMU9ahUVHLPzhhqpUqwPpvCs0 { width:64px;height:334px;top:132px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #vBxqpPArfWrODC0IpTwTIkJRA2mPZrII { width:95px;height:30px;top:437px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #sh6M3dasnI4FHPyQE0aR7lz47uv3gJau { width:95px;height:31px;top:436px;left:187px;display:block; }
 }@media only screen and (max-width: 763px) { #HHMGGhthEVct0ygEdNdIzTMRDrZyGoJl { width:264px;height:62px;top:542px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #lE2P7hb2As4PuktWyt8l32Tgq5F6Nmol { display:block; }
 }@media only screen and (max-width: 763px) { #KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi { display:block; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi { background-color: transparent; background-image: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container > .video-iframe-container { display: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row > .video-iframe-container { display: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .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); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi { border-width: 0; border-radius: 0; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { width:320px;height:309px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b2efecfc-6567-4584-8179-15a22ec38362/tv222.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;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;position:relative;display:block; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container.adaptive-delivery-prevent-bg, #KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container.lazyload, #KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #cCDqffKvXJcdmavANB22zUBqVlpiZE8X { width:256px;height:62px;top:204px;left:32px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TGAFps0g0u5B0dkA9gPLwe29RN7TvxQn { display:block; }
 }@media only screen and (max-width: 763px) { #wzrtXoqpr6BlfMJQulZFzHa0TKTwN5es { width:300px;height:130px;top:35px;left:10px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #TkfZ83ovnkTewWWwTcKwFl8FNDnVKdo8 { display:block; }#TkfZ83ovnkTewWWwTcKwFl8FNDnVKdo8 > .row .container { width:320px;height:113px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMOySDfvUNadilBlTGpa92QozS1nO38H { width:320px;height:17.5938px;top:20px;left:0px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xNTqGxaNRvXVR9z4TgpsxC5TdIwDUpTT { width:1px;height:40px;top:72px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #kM4SBOb1npa7ygvdG4V52zDR8JJvcf2h { display:flex;width:26px;height:26px;top:57px;left:28px; }
#kM4SBOb1npa7ygvdG4V52zDR8JJvcf2h > img { max-width: 100%;max-height:100%; width:26px; height:26px; } }@media only screen and (max-width: 763px) { #iK7nXx9DOWzUtVSD6S5ILXO46LlLAZEM { display:flex;width:26px;height:26px;top:57px;left:100px; }
#iK7nXx9DOWzUtVSD6S5ILXO46LlLAZEM > img { max-width: 100%;max-height:100%; width:26px; height:26px; } }@media only screen and (max-width: 763px) { #GQwa9abpc4QMBNbTtnb5XJWr5MRcCPsT { display:flex;width:26px;height:26px;top:57px;left:178px; }
#GQwa9abpc4QMBNbTtnb5XJWr5MRcCPsT > img { max-width: 100%;max-height:100%; width:26px; height:26px; } }@media only screen and (max-width: 763px) { #HF6OAbxEt35TQDkkkwEZfPTHMfdlr4Jx { display:flex;width:26px;height:26px;top:57px;left:254px; }
#HF6OAbxEt35TQDkkkwEZfPTHMfdlr4Jx > img { max-width: 100%;max-height:100%; width:26px; height:26px; } }