.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0px;left:0px;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#VRUgdWObn5CDAg5ItZOJCnCv4xFJLT2v { position:relative;display:none; }#VRUgdWObn5CDAg5ItZOJCnCv4xFJLT2v { border-width: 0; border-radius: 0; }#VRUgdWObn5CDAg5ItZOJCnCv4xFJLT2v > .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; }#VRUgdWObn5CDAg5ItZOJCnCv4xFJLT2v > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;font-size:14px;font-family:arial;height:37px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff004c;background-image:none;color:#ffffff;padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;display:block;align-items:center;width:42px;min-width:42px;height:43px;position:relative;font-family:arial;font-size:32px;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0px;left:0px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px; }
#dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:56px;height:17px;position:relative;font-family:"open sans";font-size:12px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;font-style:normal; }
#dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:216px;height:81px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;z-index:1;display:none; }
#dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #McNbTFvp0uA80SXHywRzSr5pxseRM2rT { display:flex;position:relative;top:0px;left:0px;display:none; }
#dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #ke7DGZLzfTOa1AUJ6RfPBMTV6XEwxLrl { width:auto; }
#dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #y171XwybEoff5aI4Vpd67CG3J2FMFoDx {  }
#dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #WT8S2TCTIcabHytXWmNQAippBKuTHQzh { display:flex;position:relative;top:0px;left:0px; }
#dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #EbBwg3egSV4K2KEKVZqGRTx2IBQrdDUx {  }
#dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #kCtBndHXSz19Co0QWigT9GEvlqGg52HP {  }
#dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #zoUcvmOdyBhQgn4oSRCDlReLtvyMTVdN { display:flex;position:relative;top:0px;left:0px; }
#dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #wFDtTKN6D3NEXEEcNzRLPHJWx20ge0oo {  }
#dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #qzrBTTiQq5kzN7vHbyfVlX3fqUueQdKE {  }
#dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #EpFL6Nc9PyCGyow4v0ZL8JbRrN987WnT { display:flex;position:relative;top:0px;left:0px; }
#dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #axthlKJVcGps8Ms9kUms4sd8JtWyrqnm {  }
#dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #Im2Gzb2TeghlfrddvuQ98JBtycrPzmXf {  }
#RwM9BhRulWiRFcDOm1FndokUwCFEIKm7 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#WDe9PoTyL5NJF0BdKwKfct6usb0d5k0L { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nBO11JKMC8Tn6W0uAqE4sDst4puwp6no { color:#ffffff;display:block;width:1200px;position:absolute;font-family:brown;font-size:30px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.99609375px;left:0px;height:0;text-align:center;text-align-last:center;display:none; }
#QTB4ccAz94qDOxpKN92W7R9Jttfyyd0k { color:#ffffff;display:block;width:1200px;position:absolute;font-family:brown;font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.09375px;left:0px;height:43.5938px;text-align:right;text-align-last:right;display:block; }
#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { position:relative;z-index:auto;display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { background-color: transparent; background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { border-width: 0; border-radius: 0; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .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; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc5b7336-9b27-4ed1-9a0b-bf49a0fce83e/2023_03_SAVIOR_SLIDER_DESKTOP.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;width:1200px;height:533px;font-size:14px;font-family:arial;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; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container.adaptive-delivery-prevent-bg, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container.lazyload, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container.lazyloading { background-image: none; }#xTgSbo3LpmyDATqwhCoa6klb3ncbHpyo { color:#000000;display:block;width:557px;position:absolute;font-family:brown;font-size:62px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:166px;left:37px;height:80.5938px;font-style:normal;display:block; }
#FA5nVVnwH0SUtVyO2pcoheBCyCf6CLiB { color:#000000;display:block;width:544px;position:absolute;font-family:brown;font-size:25px;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:242px;left:38px;height:60px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FpSbQreWR63HkhqBrokVgM2yRTAU1G8a { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:25px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:344px;left:35px;display:block; }
#pKbrCni1LKZWo15Suze2agPtEBgHtmyr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pwlgq2Q9ebiGBH92baT8mOZknlMh4Mc4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:40px;width:200px;top:20.6953125px;left:500px;overflow:hidden;display:block; }
#MTxBJEeg3nZrNWnu7bObzC15nhOrmCeI { position:absolute;display:block;z-index:15007;height:525px;width:700px;top:81.25px;left:0px;display:none; }
#JCrbfSHRZnZK5t8QGXBxh6Tbn7XB8ssm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:428px;width:1080px;display:none; }
#XPWMoxlud6eXCBHRfPyy4p5nwuPKs4wv { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#sKmZ2vZIsqXgCPinsqLTnv3o8zMZ1pIx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv { position:relative;display:block; }#e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv { background-color: transparent; background-image: none; }#e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv > .row .container > .video-iframe-container { display: none; }#e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv > .row > .video-iframe-container { display: none; }#e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv > .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); }#e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv { border-width: 0; border-radius: 0; }#e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:116px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JoHfqSpC86QL42p7GX4KwXVh6AHIMCcf { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#T6xExZZkQ3TQQEwQxyzuh1efHHIOnbx0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ecBIk85PJ8Jpt8LODya8RRDCw6XwlpxW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:123px;width:1200px;top:0px;left:0px;overflow:hidden;display:block; }
#xm55Q2UL9cKdv4RbSksz7r80myu0COSQ { position:relative;display:block; }#xm55Q2UL9cKdv4RbSksz7r80myu0COSQ { background-color: transparent; background-image: none; }#xm55Q2UL9cKdv4RbSksz7r80myu0COSQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xm55Q2UL9cKdv4RbSksz7r80myu0COSQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xm55Q2UL9cKdv4RbSksz7r80myu0COSQ > .row .container > .video-iframe-container { display: none; }#xm55Q2UL9cKdv4RbSksz7r80myu0COSQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xm55Q2UL9cKdv4RbSksz7r80myu0COSQ > .row > .video-iframe-container { display: none; }#xm55Q2UL9cKdv4RbSksz7r80myu0COSQ > .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); }#xm55Q2UL9cKdv4RbSksz7r80myu0COSQ { border-width: 0; border-radius: 0; }#xm55Q2UL9cKdv4RbSksz7r80myu0COSQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xm55Q2UL9cKdv4RbSksz7r80myu0COSQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:417px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iVvU59SIWgZqlx4GAWdLJ7daUMzQc1OI { color:#000000;display:block;width:426px;position:absolute;font-family:canela;font-size:25px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:32.5px;top:24px;left:622px;display:block; }
#tl2Kr1NJTVOaNdcT31WZvrQs2e9IIysx { color:#000000;display:block;width:512px;position:absolute;font-family:brown;font-size:17px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:66.2812px;top:81px;left:622px;display:block; }
#H2dtqmdETPvOI7qO9n6sPuJCsIAhf02y { color:#000000;display:block;width:492px;position:absolute;font-family:brown;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20.7917px;top:178px;left:622px;display:block; }
#BFLQtJLAeU3ze6aWsoUXBSdsXQgmh7LA { color:#000000;display:block;width:346px;position:absolute;font-family:brown;font-size:22px;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:261.8125px;left:622px;height:57.1876px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TJ7cbZswtPwcbyRB8rxZTO9fDIKT9plu { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:360px;width:495px;top:24px;left:53px;overflow:hidden;display:block; }
#xgacQHUhiUzrfTnaSWuIQDZBaZe2PI83 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:25px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:333px;left:622px;display:block; }
#zHGSwBHtFHJTsRzsdCCSvWFPMlGk07MS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Jl2gD6rFkqdgDLs22dT1xWMw60oc7SOe { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:29px;width:29px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:224px;left:622px; }
#hKKxpc2WlmwHwXfHDW19oRwfXRTmegST { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:29px;width:29px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:224px;left:654px; }
#zV1y0aX7GKabLm3MvfuVk7roZlwIUcSX { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:29px;width:29px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:224px;left:686px; }
#lQt2EtZHsJGzlulf2LIME66NKM9LBI3P { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:29px;width:29px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:224px;left:718px; }
#C8ptsq5efiLv4ASFgLa0gox1gp1d9RGw { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:29px;width:29px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:224px;left:750px; }
#npHKTJVseBeqO8TwUSpr0DoNxHlvOa4g { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#td3ZCWSxP07Nt6KCtRIBAK4waKmrlUsm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/uc/614364fc-d650-4786-bf60-98308f258f08/manosaviordesk.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt.adaptive-delivery-prevent-bg, #VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt.lazyload, #VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt.lazyloading { background-image: none; }#VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt > .row .container { background-color: transparent; background-image: none; }#VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt > .row .container > .video-iframe-container { display: none; }#VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt > .row > .video-iframe-container { display: none; }#VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt > .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); }#VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt > .row .container { border-width: 0; border-radius: 0; }#VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt > .row .container { font-size:14px;font-family:arial;height:415px;width:1200px;position:relative;display:block; }#ThslNKC7Nih98o6qrRm3SU8KE6QroWEa { color:#ffffff;display:block;width:359px;position:absolute;font-family:brown;font-size:30px;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:43.0703125px;left:120px;height:30px;text-align:center;text-align-last:center;display:none; }
#lwApxlwbsp96xJzattZ3lnnqoSeFmgUg { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:364px;width:291px;top:47.0703125px;left:157px;overflow:hidden;display:none; }
#ggPHQ8TIxF9zDBaGuLuXnwgLB1eCbo3S { color:#000000;display:block;width:1200px;position:absolute;font-family:brown;font-size:38px;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:45px;left:0px;height:41.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HrrmWZapSD3TrxQLERFbaPhXCu328O1T { color:#000000;display:block;width:129px;position:absolute;font-family:canela;font-size:52px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:151px;left:946px;height:67.5938px;display:block; }
#UDRu0FpXN3ITKHTIHkAEuWWgIQzBLMTW { color:#000000;display:block;width:185px;position:absolute;font-family:brown;font-size:17px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:212px;left:947px;height:66.2812px;display:block; }
#WMzZ2qKs83SuC5vkUclmbLqm03ZS9udC { color:#000000;display:block;width:151px;position:absolute;font-family:canela;font-size:52px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:144px;left:653px;height:67.5938px;display:block; }
#NVBTXKrcoZhQTA6BTH37w4X3felmwgOI { color:#000000;display:block;width:195px;position:absolute;font-family:brown;font-size:17px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:204px;left:653px;height:66.2812px;display:block; }
#Pc67ctarSUsTJ0JGZ3GnI5rlaH2g6fDF { color:#000000;display:block;width:151px;position:absolute;font-family:canela;font-size:52px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:151px;left:395px;height:67.5938px;display:block; }
#PomRuy3KnDBUi02Ur5IHQ2C0yh7VZDTb { color:#000000;display:block;width:196px;position:absolute;font-family:brown;font-size:17px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:211px;left:396px;height:66.2812px;display:block; }
#O7bhnMtrOAvUiT2CzuvPB64kkAIGgHVr { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:114px;border-top-right-radius:114px;border-bottom-left-radius:114px;border-bottom-right-radius:114px;height:10px;width:10px;top:390px;left:388px;display:none; }
#Lbkk9C95yLCnb0H5hUqHpTmzOSm8ix1E { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#LN6yfx9MoiqzMJyJmm9qyPGxt4fFXLIe { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:114px;border-top-right-radius:114px;border-bottom-left-radius:114px;border-bottom-right-radius:114px;height:10px;width:10px;top:390px;left:388px;display:none; }
#zu4mecmdhzBeJPz3Pa9pXbEhWrmTUOTz { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#QaJZd3EVIzZW5ECTS7Zr1QX2s26CSNot { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:114px;border-top-right-radius:114px;border-bottom-left-radius:114px;border-bottom-right-radius:114px;height:10px;width:10px;top:390px;left:388px;display:none; }
#INzqfhpP73W5xGO9DuJ5PTPNaqbyi4yz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:742px;width:1200px;display:none; }
#x3T3u5WaBW7FFa0qrhilTDXqrBJtOsVd { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#rTGPMgR4x3yW4232lzSAu8hI1PgJWb0T { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#rV82cxrc6RBJr1TFyGDl0Azcn9bW8Qga { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Qvhw4T89eJ6bchlUsenSmvhUeRlg9CpA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ALLsSqQkJ4dw0HEGS19G7JMb2TKwyv0N { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:25px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:318px;left:460px;display:block; }
#Rb2ffzTnGTWKeWL1c74EBySVi2GBFgJe { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Ow1JOSKy7JxuiGZhqAdwbd4JddsDipvk { position:relative;display:none; }#Ow1JOSKy7JxuiGZhqAdwbd4JddsDipvk { border-width: 0; border-radius: 0; }#Ow1JOSKy7JxuiGZhqAdwbd4JddsDipvk > .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; }#Ow1JOSKy7JxuiGZhqAdwbd4JddsDipvk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:11px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#MS5TDU8UfEWwhw4AghwAulgwt5lVF5NC { position:relative;display:none; }#MS5TDU8UfEWwhw4AghwAulgwt5lVF5NC { border-width: 0; border-radius: 0; }#MS5TDU8UfEWwhw4AghwAulgwt5lVF5NC > .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; }#MS5TDU8UfEWwhw4AghwAulgwt5lVF5NC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:281px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#pSAPZJBDbswBp6Q52aDW9Uk7T8cQ2KIT { color:#000000;display:block;width:524px;position:absolute;font-family:brown;font-size:17px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:66.2812px;top:47px;left:30px;display:block; }
#NqJhL2dVcw1AsB8BoL832E4wGcSZTvTs { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#LN9IKi0PgUCdQabqIDBEH4lRuTKRUhfn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sz2J8TkN1NlU9yKUwg8itEtIirgpnvBR { color:#000000;display:block;width:524px;position:absolute;font-family:brown;font-size:17px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:66.2812px;top:146px;left:30px;display:block; }
#b5VTCdEXEeiQHBMIoVCDIx8DXZwqdTvC { color:#000000;display:block;width:320px;position:absolute;font-family:brown;font-size:29px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:24px;left:0px;display:none; }
#vVlMbLgcFrA8JLZBL4f6BNGyNxrTvUex { color:#000000;display:block;width:524px;position:absolute;font-family:brown;font-size:17px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:110.469px;top:146px;left:30px;display:none; }
#whMaICo1rT1cRqrk8WQeerXCT8G9yHp2 { position:relative;display:block; }#whMaICo1rT1cRqrk8WQeerXCT8G9yHp2 { background-color: transparent; background-image: none; }#whMaICo1rT1cRqrk8WQeerXCT8G9yHp2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whMaICo1rT1cRqrk8WQeerXCT8G9yHp2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whMaICo1rT1cRqrk8WQeerXCT8G9yHp2 > .row .container > .video-iframe-container { display: none; }#whMaICo1rT1cRqrk8WQeerXCT8G9yHp2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whMaICo1rT1cRqrk8WQeerXCT8G9yHp2 > .row > .video-iframe-container { display: none; }#whMaICo1rT1cRqrk8WQeerXCT8G9yHp2 > .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); }#whMaICo1rT1cRqrk8WQeerXCT8G9yHp2 { border-width: 0; border-radius: 0; }#whMaICo1rT1cRqrk8WQeerXCT8G9yHp2 > .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; }#whMaICo1rT1cRqrk8WQeerXCT8G9yHp2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:11px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f4f2;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; }#PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o > .row .container { background-color: transparent; background-image: none; }#PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o > .row .container > .video-iframe-container { display: none; }#PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o > .row > .video-iframe-container { display: none; }#PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o > .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); }#PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o > .row .container { border-width: 0; border-radius: 0; }#PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o > .row .container { font-size:14px;font-family:arial;height:655px;width:1200px;position:relative;display:block; }#oiEBbLcuwSUfvpxWOctHmlCfWQBcE2Pr { color:#000000;display:block;width:567px;position:absolute;font-family:brown;font-size:20px;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:192px;left:40px;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bM7lCbuNuZ5CDc38mE0GlLx5nR6TXs3k { color:#000000;display:block;width:521px;position:absolute;font-family:canela;font-size:47px;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:36px;left:40px;height:112.797px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iGJTnNwuESSxKEzZAiK0oI6NwqpAXtpD { position:absolute;display:block;z-index:15007;height:525px;width:700px;top:18px;left:251px;display:none; }
#Hp4fFrKziN1nmnFdxWSTccUAcVvuZPBR { position:absolute;display:block;z-index:15006;height:525px;width:700px;top:8.486328125px;left:250px;display:none; }
#kAvJ75M2sThGkTA6Jy9SSfJlsE7EL9qn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:384px;width:596px;top:110px;left:600px;display:block; }
#BAwQy7ltR8EfKLl2NizqmuFySMHqTzld { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:174px;width:238px;top:110px;left:600px;display:none; }
#DE2OL2ps2b8ydbDFHLC0supQnTu69URL { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#krzITkWJ3pCu4B7mPZaGuee4car3KTPs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TgLulvRk7TRfdfpyr2qT784O6LIRH0T9 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:25px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:554px;left:160.5px;display:block; }
#tewQkKOIGtGTA9NiJ8qrar7mhl0p6aaG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zN5skG00dRIufafFBnyPaob2fe7WM2yL { 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; }#zN5skG00dRIufafFBnyPaob2fe7WM2yL > .row .container { background-color: transparent; background-image: none; }#zN5skG00dRIufafFBnyPaob2fe7WM2yL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zN5skG00dRIufafFBnyPaob2fe7WM2yL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zN5skG00dRIufafFBnyPaob2fe7WM2yL > .row .container > .video-iframe-container { display: none; }#zN5skG00dRIufafFBnyPaob2fe7WM2yL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zN5skG00dRIufafFBnyPaob2fe7WM2yL > .row > .video-iframe-container { display: none; }#zN5skG00dRIufafFBnyPaob2fe7WM2yL > .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); }#zN5skG00dRIufafFBnyPaob2fe7WM2yL > .row .container { border-width: 0; border-radius: 0; }#zN5skG00dRIufafFBnyPaob2fe7WM2yL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zN5skG00dRIufafFBnyPaob2fe7WM2yL > .row .container { font-size:14px;font-family:arial;height:11px;width:1200px;position:relative;display:block; }#WBqTorVPvmRi0VbQQpQEzHT9ldL3Onmr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:527px;width:483px;display:none; }
#GQzuqUzMxGeXvtEV5R1kkZmBvbKUwtO5 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Q3JORleBh8SU1FcROuqAItTPDDm3frTx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HSgZdMt2WmeOP5MZdDiSlWP84VaFDc8A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f4f2;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; }#HSgZdMt2WmeOP5MZdDiSlWP84VaFDc8A > .row .container { background-color: transparent; background-image: none; }#HSgZdMt2WmeOP5MZdDiSlWP84VaFDc8A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSgZdMt2WmeOP5MZdDiSlWP84VaFDc8A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSgZdMt2WmeOP5MZdDiSlWP84VaFDc8A > .row .container > .video-iframe-container { display: none; }#HSgZdMt2WmeOP5MZdDiSlWP84VaFDc8A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSgZdMt2WmeOP5MZdDiSlWP84VaFDc8A > .row > .video-iframe-container { display: none; }#HSgZdMt2WmeOP5MZdDiSlWP84VaFDc8A > .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); }#HSgZdMt2WmeOP5MZdDiSlWP84VaFDc8A > .row .container { border-width: 0; border-radius: 0; }#HSgZdMt2WmeOP5MZdDiSlWP84VaFDc8A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HSgZdMt2WmeOP5MZdDiSlWP84VaFDc8A > .row .container { font-size:14px;font-family:arial;height:594px;width:1200px;position:relative;display:block; }#yUlbbApd8v3q3Xlgnsi3RyHmHg8ZIUnx { color:#000000;display:block;width:1200px;position:absolute;font-family:canela;font-size:30px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.390625px;left:0px;height:39px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TZI30UcrUAUAtbCcVGN6HpLzOoEZWF47 { color:#000000;display:block;width:437px;position:absolute;font-family:brown;font-size:25px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:177px;left:681.5px;height:195px;text-align:left;text-align-last:left;display:block; }
#UNsf76E5T6iEi0OfZETLud1RrEMqhx3F { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:438px;width:465px;top:95.5px;left:67.5px;overflow:hidden;display:block; }
#qOOHHplp71wtBaF9GUV20ZhROcsXQow1 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:25px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:458px;left:760px;display:block; }
#kTeOkmPvlMV3DKaEJtB8qNxtkg2qKGxl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZBfOAqlc0yvWmNeZUblDwGsL37qwHoVD { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Hb3iq74sDQCmW5b5fv7foOOdnGM226FC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF { 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; }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row .container { background-color: transparent; background-image: none; }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row .container > .video-iframe-container { display: none; }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row > .video-iframe-container { display: none; }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .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); }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row .container { border-width: 0; border-radius: 0; }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row .container { font-size:14px;font-family:arial;height:11px;width:1200px;position:relative;display:block; }#KoCJXJaV3o0Sz3gTerRIwTU46rG79dnJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:527px;width:483px;display:none; }
#OoHf1reWtE0T7OXnMhroLhvseWm6RJdh { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#cCrpPrA13W6wLMIabxlmmTT59vsFgkbC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f4f2;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; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row .container { background-color: transparent; background-image: none; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row .container > .video-iframe-container { display: none; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row > .video-iframe-container { display: none; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .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); }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row .container { border-width: 0; border-radius: 0; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row .container { font-size:14px;font-family:arial;height:278px;width:1200px;position:relative;display:block; }#MOo0mSaqmiFyv2JsA4vLail59Lx1BwL8 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:162px;width:532px;top:83px;left:39px;display:block; }
#GWZWmvvEik0hiKcaXn4KmmDb2eO8g31b { color:#000000;display:block;width:483px;position:absolute;font-family:brown;font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:54.5938px;top:163px;left:64px;display:block; }
#pLVg7Ohioc4ET7zaFkyFOtbOyM6iLBMG { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:131px;left:64px; }
#S8rcGV7NE7LcXiU00OXPhMOuQgymylHQ { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:131px;left:89px; }
#qOeqlMQiHVZGaPez0cFIN3gcaagSBTTz { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:131px;left:115px; }
#dIGnRH7RCsxhSy6yWbMvRsIMI5uR4lT9 { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:131px;left:141px; }
#RMTBWn6DdG8fc8sn2rZkMFCdt0CzU7BL { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:131px;left:168px; }
#NPhAF5QRPeeTW8DacS9UzVD5Ludu40KV { color:#000000;display:block;width:298px;position:absolute;font-family:brown;font-size:16px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:20.7969px;top:110px;left:64px;font-style:normal;display:block; }
#UMhvQW6lfUhn2twOAzTM6TUNlvHiGlrA { color:#000000;display:block;width:1122px;position:absolute;font-family:canela;font-size:25px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:32.5px;top:22px;left:39px;text-align:left;text-align-last:left;display:block; }
#GDLwVxG5xwJVmamnfmn4LJlXektEVQsv { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:160px;width:532px;top:84px;left:620.5px;display:block; }
#ozzaf2irsrks9NhuBNRUHZRnVTM4TteQ { color:#000000;display:block;width:489px;position:absolute;font-family:brown;font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:72.7917px;top:151px;left:645px;display:block; }
#oT610N3LbLTuISpAh7y2XAUr5b5BL9Oq { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:119px;left:645px; }
#rV5pMFhN8m45L9TU7F9rs4m1L4NvdX7S { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:119px;left:670px; }
#emNtTZoo0Mx1PgLtbngoKKVBJn7FcHzk { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:119px;left:696px; }
#t5ixHvoSagTlepQ6KFGkV0erQE72UI2e { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:119px;left:721px; }
#xWHQitxJGWxGTMDvFZKGG4szSF1FL18P { color:#000000;display:block;width:298px;position:absolute;font-family:brown;font-size:16px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:20.7969px;top:97px;left:646px;font-style:normal;display:block; }
#DVIWrgQVbaBRhBgtr4FLi6WdC3ZiVgDP { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:119px;left:746px; }
#DtFHz88FAUMsTZ9DWunVbx7lI74gG7nE { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#WaMK2VieooRkXzySWrTzhAlE1Q4MD5o7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f4f2;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; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row .container { background-color: transparent; background-image: none; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row .container > .video-iframe-container { display: none; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row > .video-iframe-container { display: none; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .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); }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row .container { border-width: 0; border-radius: 0; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row .container { font-size:14px;font-family:arial;height:118px;width:1200px;position:relative;display:block; }#g5xTokIrx6bLQTVEIAHQxpST9VlzkHE1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:98px;width:176px;top:10px;left:57px;overflow:hidden;display:block; }
#am12TshNN0lGlUIWQXJsSeEfH9z6Zphm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:30px;width:33px;top:39px;left:1050px;display:block; }
#xSNnmgeVgcXTxEa9elp9InsTkZH2tHZu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:30px;width:33px;top:38px;left:295px;display:block; }
#UosVsAbXVsuqTugSTdiGOqQ4pNAwAaaV { color:#000000;display:block;width:665px;position:absolute;font-family:brown;font-size:18px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:46.7969px;top:35.59375px;left:354px;display:block; }
#QwT0wnQ2ThsMqLl6d5vikXeMTaJPROfP { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:60px;width:809px;top:30px;left:281px;display:block; }
#DmG397pKt8n6UBJcoQoEszmJ3C8CSPPF { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BAQxmJhRL2sEWdaTvGzPWplmZ8RJf8Kz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#khMdmbKGOwda73qXPdfDqtGF04eSHWI6 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#pK4UhTToDVRtyV8bdVa7qq91nP7o95R2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LnVENSMERuqMcfeKO2AHctXN7VRatTpl { position:relative;display:none; }#LnVENSMERuqMcfeKO2AHctXN7VRatTpl { border-width: 0; border-radius: 0; }#LnVENSMERuqMcfeKO2AHctXN7VRatTpl > .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; }#LnVENSMERuqMcfeKO2AHctXN7VRatTpl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:11px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg { position:relative;display:none; }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg { border-width: 0; border-radius: 0; }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lQqyAaBhTUf0G5ygpfGWtwwsJxXsE4ZU { color:#000000;display:block;width:320px;position:absolute;font-family:brown;font-size:22px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:26px;top:14px;left:0px;display:none; }
#PB9F3F9GWxwWkJFxpNkMfeTMfsiH1PGh { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#OEysEsichohOaK9iGfWUzEQpsyH1tN0e { color:#000000;display:block;width:239px;position:absolute;font-family:brown;font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:41px;top:72px;left:56px;display:none; }
#cNG05bJQyPJtBCWXKriOywP4tqs1V9HL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:149px;width:149px;display:none; }
#txnSy976x25g7PorBAZ1pevQ0H3Gx6BW { color:#000000;display:block;width:256px;position:absolute;font-family:brown;font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:36px;top:124px;left:64px;display:none; }
#yDuVWVQbcwbf006rRQtFE8tOJ1usZgTe { color:#000000;display:block;width:264px;position:absolute;font-family:brown;font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:18px;top:183px;left:56px;display:none; }
#GUgsWH2H51nvJBkcd4Bti8Rw0wOxKskc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:149px;width:149px;display:none; }
#nugI9bW17oovqemqRUdGmuHfcP2LrBKv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:554px;width:311px;display:none; }
#JJb0AakRNP8QIGfgRtSpDa4MZTd8ThRq { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#RdS2gtIzAChNlDLt6ZJ0QMUshdCozcPa { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f { position:relative;display:block; }#ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f { background-color: transparent; background-image: none; }#ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f > .row .container > .video-iframe-container { display: none; }#ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f > .row > .video-iframe-container { display: none; }#ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f > .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); }#ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f { border-width: 0; border-radius: 0; }#ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f > .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; }#ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:11px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z { position:relative;display:block; }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z { background-color: transparent; background-image: none; }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z > .row .container > .video-iframe-container { display: none; }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z > .row > .video-iframe-container { display: none; }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z > .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); }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z { border-width: 0; border-radius: 0; }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/716b320a-863f-4480-aef1-781749a0dc1e/Copyof41.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:453px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z > .row .container.adaptive-delivery-prevent-bg, #Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z > .row .container.lazyload, #Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z > .row .container.lazyloading { background-image: none; }#ub14JyIiQl706LEtxn1k2y1ephGt2vxT { color:#000000;display:block;width:420px;position:absolute;font-family:canela;font-size:47px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:142.8984375px;left:132px;height:122.188px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Iq15Ola0rrBWx81Q8JUTM0S3FbJTH0bU { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#zaZKRrTTTcLB76sZLRiTJrQRvuytlxMn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QnPBSKQ9gRLcCaORAvgcRKUL8w9QgRSm { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:25px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:302px;left:132px;display:block; }
#QczqGWqnXWrGDcBTmwGgD4p4o608iXzH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hbdnZabkbTqgS5WcE7C2o84rpt4dzTPX { border-top:1px solid #000000;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;z-index:auto;display:block; }#hbdnZabkbTqgS5WcE7C2o84rpt4dzTPX > .row .container { background-color: transparent; background-image: none; }#hbdnZabkbTqgS5WcE7C2o84rpt4dzTPX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbdnZabkbTqgS5WcE7C2o84rpt4dzTPX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbdnZabkbTqgS5WcE7C2o84rpt4dzTPX > .row .container > .video-iframe-container { display: none; }#hbdnZabkbTqgS5WcE7C2o84rpt4dzTPX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbdnZabkbTqgS5WcE7C2o84rpt4dzTPX > .row > .video-iframe-container { display: none; }#hbdnZabkbTqgS5WcE7C2o84rpt4dzTPX > .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); }#hbdnZabkbTqgS5WcE7C2o84rpt4dzTPX > .row .container { border-width: 0; border-radius: 0; }#hbdnZabkbTqgS5WcE7C2o84rpt4dzTPX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hbdnZabkbTqgS5WcE7C2o84rpt4dzTPX > .row .container { font-size:14px;font-family:arial;height:105px;width:1200px;position:relative;display:block; }#v9mfeIsRIBrsNgFI3AZculqi25piXdcc { position:relative;display:none; }#v9mfeIsRIBrsNgFI3AZculqi25piXdcc { border-width: 0; border-radius: 0; }#v9mfeIsRIBrsNgFI3AZculqi25piXdcc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#v9mfeIsRIBrsNgFI3AZculqi25piXdcc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IILpslTOKDmyv7UPbRNWu7nArn5tqHlL { position:relative;display:none; }#IILpslTOKDmyv7UPbRNWu7nArn5tqHlL { border-width: 0; border-radius: 0; }#IILpslTOKDmyv7UPbRNWu7nArn5tqHlL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IILpslTOKDmyv7UPbRNWu7nArn5tqHlL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#F5a2nQqXWoaBFU5Jb9BQHoWDI3lS6F6S { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:319.5px;left:815px;display:none; }
#ETXHbsV13S5pN1VUrTxJZO522LuuViOI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tFSoLh9oZpgD0sxyiT6V1STnRQnoIhPi { color:#000000;display:block;width:193px;position:absolute;font-family:brown;font-size:21px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:27px;top:10px;left:126px;display:none; }
#tarEvpWo7DfnP3Kdr81WAT9yZE2xfUFw { color:#000000;display:block;width:192px;position:absolute;font-family:brown;font-size:17px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:40px;top:37px;left:126px;display:none; }
#U5Ff6E9xe3y5xZVpMJfCHe5UxMw74A20 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1070px;width:1200px;display:none; }
#TIzG2loVOfdrm6STTO0weT26o91V1xxT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Kya7Zbb5TNEhw3utTIQTLXi5NsIrZhS7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VRUgdWObn5CDAg5ItZOJCnCv4xFJLT2v { display:none; }#VRUgdWObn5CDAg5ItZOJCnCv4xFJLT2v > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz { width:216px;height:81px;display:flex;z-index:1;display:none; }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #McNbTFvp0uA80SXHywRzSr5pxseRM2rT { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #ke7DGZLzfTOa1AUJ6RfPBMTV6XEwxLrl {  }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #y171XwybEoff5aI4Vpd67CG3J2FMFoDx {  }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #WT8S2TCTIcabHytXWmNQAippBKuTHQzh { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #EbBwg3egSV4K2KEKVZqGRTx2IBQrdDUx {  }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #kCtBndHXSz19Co0QWigT9GEvlqGg52HP {  }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #zoUcvmOdyBhQgn4oSRCDlReLtvyMTVdN { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #wFDtTKN6D3NEXEEcNzRLPHJWx20ge0oo {  }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #qzrBTTiQq5kzN7vHbyfVlX3fqUueQdKE {  }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #EpFL6Nc9PyCGyow4v0ZL8JbRrN987WnT { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #axthlKJVcGps8Ms9kUms4sd8JtWyrqnm {  }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #Im2Gzb2TeghlfrddvuQ98JBtycrPzmXf {  }
 }@media only screen and (max-width: 763px) { #RwM9BhRulWiRFcDOm1FndokUwCFEIKm7 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #WDe9PoTyL5NJF0BdKwKfct6usb0d5k0L { display:block; }
 }@media only screen and (max-width: 763px) { #nBO11JKMC8Tn6W0uAqE4sDst4puwp6no { top:15px;left:0px;width:133px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QTB4ccAz94qDOxpKN92W7R9Jttfyyd0k { top:9px;left:0px;width:764px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTgSbo3LpmyDATqwhCoa6klb3ncbHpyo { top:166px;left:0px;width:557px;height:80px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #FA5nVVnwH0SUtVyO2pcoheBCyCf6CLiB { top:242px;left:0px;width:544px;height:60px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #FpSbQreWR63HkhqBrokVgM2yRTAU1G8a { width:280px;height:55px;top:344px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pKbrCni1LKZWo15Suze2agPtEBgHtmyr { display:block; }
 }@media only screen and (max-width: 763px) { #pwlgq2Q9ebiGBH92baT8mOZknlMh4Mc4 { top:20px;left:282px;width:200px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #MTxBJEeg3nZrNWnu7bObzC15nhOrmCeI { top:81px;left:0px;width:700px;height:525px;display:none; }
 }@media only screen and (max-width: 763px) { #JCrbfSHRZnZK5t8QGXBxh6Tbn7XB8ssm { width:764px;height:302px;display:none; }
 }@media only screen and (max-width: 763px) { #XPWMoxlud6eXCBHRfPyy4p5nwuPKs4wv { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #sKmZ2vZIsqXgCPinsqLTnv3o8zMZ1pIx { display:block; }
 }@media only screen and (max-width: 763px) { #e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv { display:none; }#e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JoHfqSpC86QL42p7GX4KwXVh6AHIMCcf { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #T6xExZZkQ3TQQEwQxyzuh1efHHIOnbx0 { display:block; }
 }@media only screen and (max-width: 763px) { #ecBIk85PJ8Jpt8LODya8RRDCw6XwlpxW { top:0px;left:0px;width:764px;height:78.31px;display:block; }
 }@media only screen and (max-width: 763px) { #xm55Q2UL9cKdv4RbSksz7r80myu0COSQ { display:none; }#xm55Q2UL9cKdv4RbSksz7r80myu0COSQ > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iVvU59SIWgZqlx4GAWdLJ7daUMzQc1OI { top:24px;left:338px;width:426px;height:32px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #tl2Kr1NJTVOaNdcT31WZvrQs2e9IIysx { top:81px;left:252px;width:512px;height:66px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #H2dtqmdETPvOI7qO9n6sPuJCsIAhf02y { top:178px;left:272px;width:492px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #BFLQtJLAeU3ze6aWsoUXBSdsXQgmh7LA { top:261px;left:404px;width:346px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #TJ7cbZswtPwcbyRB8rxZTO9fDIKT9plu { top:24px;left:0px;width:495px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #xgacQHUhiUzrfTnaSWuIQDZBaZe2PI83 { width:280px;height:55px;top:333px;left:404px;display:block; }
 }@media only screen and (max-width: 763px) { #zHGSwBHtFHJTsRzsdCCSvWFPMlGk07MS { display:block; }
 }@media only screen and (max-width: 763px) { #Jl2gD6rFkqdgDLs22dT1xWMw60oc7SOe { top:224px;left:404px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #hKKxpc2WlmwHwXfHDW19oRwfXRTmegST { top:224px;left:436px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #zV1y0aX7GKabLm3MvfuVk7roZlwIUcSX { top:224px;left:468px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #lQt2EtZHsJGzlulf2LIME66NKM9LBI3P { top:224px;left:500px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #C8ptsq5efiLv4ASFgLa0gox1gp1d9RGw { top:224px;left:532px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #npHKTJVseBeqO8TwUSpr0DoNxHlvOa4g { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #td3ZCWSxP07Nt6KCtRIBAK4waKmrlUsm { display:block; }
 }@media only screen and (max-width: 763px) { #VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt { display:none; }#VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ThslNKC7Nih98o6qrRm3SU8KE6QroWEa { top:31px;left:0px;width:294px;height:31px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #lwApxlwbsp96xJzattZ3lnnqoSeFmgUg { top:47px;left:0px;width:291px;height:364px;display:block; }
 }@media only screen and (max-width: 763px) { #ggPHQ8TIxF9zDBaGuLuXnwgLB1eCbo3S { top:45px;left:0px;width:764px;height:41px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #HrrmWZapSD3TrxQLERFbaPhXCu328O1T { top:151px;left:573px;width:129px;height:67px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #UDRu0FpXN3ITKHTIHkAEuWWgIQzBLMTW { top:212px;left:498px;width:185px;height:66px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WMzZ2qKs83SuC5vkUclmbLqm03ZS9udC { top:144px;left:382px;width:151px;height:67px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #NVBTXKrcoZhQTA6BTH37w4X3felmwgOI { top:204px;left:378px;width:195px;height:66px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Pc67ctarSUsTJ0JGZ3GnI5rlaH2g6fDF { top:151px;left:231px;width:151px;height:67px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #PomRuy3KnDBUi02Ur5IHQ2C0yh7VZDTb { top:211px;left:186px;width:196px;height:66px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #O7bhnMtrOAvUiT2CzuvPB64kkAIGgHVr { top:390px;left:170px;width:10px;height:10px;display:none; }
 }@media only screen and (max-width: 763px) { #Lbkk9C95yLCnb0H5hUqHpTmzOSm8ix1E { display:none; }
 }@media only screen and (max-width: 763px) { #LN6yfx9MoiqzMJyJmm9qyPGxt4fFXLIe { top:390px;left:170px;width:10px;height:10px;display:none; }
 }@media only screen and (max-width: 763px) { #zu4mecmdhzBeJPz3Pa9pXbEhWrmTUOTz { display:none; }
 }@media only screen and (max-width: 763px) { #QaJZd3EVIzZW5ECTS7Zr1QX2s26CSNot { top:390px;left:170px;width:10px;height:10px;display:none; }
 }@media only screen and (max-width: 763px) { #INzqfhpP73W5xGO9DuJ5PTPNaqbyi4yz { width:764px;height:472px;display:none; }
 }@media only screen and (max-width: 763px) { #x3T3u5WaBW7FFa0qrhilTDXqrBJtOsVd { display:none; }
 }@media only screen and (max-width: 763px) { #rTGPMgR4x3yW4232lzSAu8hI1PgJWb0T { display:none; }
 }@media only screen and (max-width: 763px) { #rV82cxrc6RBJr1TFyGDl0Azcn9bW8Qga { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Qvhw4T89eJ6bchlUsenSmvhUeRlg9CpA { display:block; }
 }@media only screen and (max-width: 763px) { #ALLsSqQkJ4dw0HEGS19G7JMb2TKwyv0N { width:280px;height:55px;top:318px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #Rb2ffzTnGTWKeWL1c74EBySVi2GBFgJe { display:block; }
 }@media only screen and (max-width: 763px) { #Ow1JOSKy7JxuiGZhqAdwbd4JddsDipvk { display:none; }#Ow1JOSKy7JxuiGZhqAdwbd4JddsDipvk > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MS5TDU8UfEWwhw4AghwAulgwt5lVF5NC { display:none; }#MS5TDU8UfEWwhw4AghwAulgwt5lVF5NC > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pSAPZJBDbswBp6Q52aDW9Uk7T8cQ2KIT { top:47px;left:0px;width:524px;height:66px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #NqJhL2dVcw1AsB8BoL832E4wGcSZTvTs { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #LN9IKi0PgUCdQabqIDBEH4lRuTKRUhfn { display:block; }
 }@media only screen and (max-width: 763px) { #sz2J8TkN1NlU9yKUwg8itEtIirgpnvBR { top:66px;left:0px;width:320px;height:110px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #b5VTCdEXEeiQHBMIoVCDIx8DXZwqdTvC { top:24px;left:0px;width:320px;height:;font-size:29px;display:none; }
 }@media only screen and (max-width: 763px) { #vVlMbLgcFrA8JLZBL4f6BNGyNxrTvUex { top:423px;left:0px;width:320px;height:66px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #whMaICo1rT1cRqrk8WQeerXCT8G9yHp2 { display:none; }#whMaICo1rT1cRqrk8WQeerXCT8G9yHp2 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o { display:none; }#PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oiEBbLcuwSUfvpxWOctHmlCfWQBcE2Pr { top:325px;left:0px;width:304px;height:358px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bM7lCbuNuZ5CDc38mE0GlLx5nR6TXs3k { top:12px;left:0px;width:254px;height:;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #iGJTnNwuESSxKEzZAiK0oI6NwqpAXtpD { top:18px;left:0px;width:700px;height:525px;display:none; }
 }@media only screen and (max-width: 763px) { #Hp4fFrKziN1nmnFdxWSTccUAcVvuZPBR { top:8px;left:32px;width:700px;height:525px;display:none; }
 }@media only screen and (max-width: 763px) { #kAvJ75M2sThGkTA6Jy9SSfJlsE7EL9qn { width:596px;height:384px;top:110px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #BAwQy7ltR8EfKLl2NizqmuFySMHqTzld { width:238px;height:174px;top:110px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #DE2OL2ps2b8ydbDFHLC0supQnTu69URL { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #krzITkWJ3pCu4B7mPZaGuee4car3KTPs { display:block; }
 }@media only screen and (max-width: 763px) { #TgLulvRk7TRfdfpyr2qT784O6LIRH0T9 { width:280px;height:55px;top:554px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tewQkKOIGtGTA9NiJ8qrar7mhl0p6aaG { display:block; }
 }@media only screen and (max-width: 763px) { #zN5skG00dRIufafFBnyPaob2fe7WM2yL { display:none; }#zN5skG00dRIufafFBnyPaob2fe7WM2yL > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WBqTorVPvmRi0VbQQpQEzHT9ldL3Onmr { width:483px;height:527px;display:none; }
 }@media only screen and (max-width: 763px) { #GQzuqUzMxGeXvtEV5R1kkZmBvbKUwtO5 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Q3JORleBh8SU1FcROuqAItTPDDm3frTx { display:block; }
 }@media only screen and (max-width: 763px) { #HSgZdMt2WmeOP5MZdDiSlWP84VaFDc8A { display:block; }#HSgZdMt2WmeOP5MZdDiSlWP84VaFDc8A > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUlbbApd8v3q3Xlgnsi3RyHmHg8ZIUnx { top:21px;left:0px;width:764px;height:39px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #TZI30UcrUAUAtbCcVGN6HpLzOoEZWF47 { top:177px;left:327px;width:437px;height:195px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #UNsf76E5T6iEi0OfZETLud1RrEMqhx3F { top:95px;left:0px;width:465px;height:438px;display:block; }
 }@media only screen and (max-width: 763px) { #qOOHHplp71wtBaF9GUV20ZhROcsXQow1 { width:280px;height:55px;top:458px;left:433px;display:block; }
 }@media only screen and (max-width: 763px) { #kTeOkmPvlMV3DKaEJtB8qNxtkg2qKGxl { display:block; }
 }@media only screen and (max-width: 763px) { #ZBfOAqlc0yvWmNeZUblDwGsL37qwHoVD { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Hb3iq74sDQCmW5b5fv7foOOdnGM226FC { display:block; }
 }@media only screen and (max-width: 763px) { #mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF { display:none; }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KoCJXJaV3o0Sz3gTerRIwTU46rG79dnJ { width:483px;height:527px;display:none; }
 }@media only screen and (max-width: 763px) { #OoHf1reWtE0T7OXnMhroLhvseWm6RJdh { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #cCrpPrA13W6wLMIabxlmmTT59vsFgkbC { display:block; }
 }@media only screen and (max-width: 763px) { #TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN { display:none; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MOo0mSaqmiFyv2JsA4vLail59Lx1BwL8 { top:83px;left:0px;width:532px;height:162px;display:none; }
 }@media only screen and (max-width: 763px) { #GWZWmvvEik0hiKcaXn4KmmDb2eO8g31b { top:163px;left:0px;width:483px;height:54px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #pLVg7Ohioc4ET7zaFkyFOtbOyM6iLBMG { top:131px;left:0px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #S8rcGV7NE7LcXiU00OXPhMOuQgymylHQ { top:131px;left:0px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #qOeqlMQiHVZGaPez0cFIN3gcaagSBTTz { top:131px;left:0px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #dIGnRH7RCsxhSy6yWbMvRsIMI5uR4lT9 { top:131px;left:0px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #RMTBWn6DdG8fc8sn2rZkMFCdt0CzU7BL { top:131px;left:0px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #NPhAF5QRPeeTW8DacS9UzVD5Ludu40KV { top:110px;left:0px;width:298px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #UMhvQW6lfUhn2twOAzTM6TUNlvHiGlrA { top:22px;left:0px;width:764px;height:32px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #GDLwVxG5xwJVmamnfmn4LJlXektEVQsv { top:84px;left:232px;width:532px;height:160px;display:none; }
 }@media only screen and (max-width: 763px) { #ozzaf2irsrks9NhuBNRUHZRnVTM4TteQ { top:151px;left:275px;width:489px;height:73px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #oT610N3LbLTuISpAh7y2XAUr5b5BL9Oq { top:119px;left:427px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #rV5pMFhN8m45L9TU7F9rs4m1L4NvdX7S { top:119px;left:452px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #emNtTZoo0Mx1PgLtbngoKKVBJn7FcHzk { top:119px;left:478px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #t5ixHvoSagTlepQ6KFGkV0erQE72UI2e { top:119px;left:503px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #xWHQitxJGWxGTMDvFZKGG4szSF1FL18P { top:97px;left:428px;width:298px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #DVIWrgQVbaBRhBgtr4FLi6WdC3ZiVgDP { top:119px;left:528px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #DtFHz88FAUMsTZ9DWunVbx7lI74gG7nE { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #WaMK2VieooRkXzySWrTzhAlE1Q4MD5o7 { display:block; }
 }@media only screen and (max-width: 763px) { #AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 { display:none; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g5xTokIrx6bLQTVEIAHQxpST9VlzkHE1 { width:176px;height:98px;top:10px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #am12TshNN0lGlUIWQXJsSeEfH9z6Zphm { width:33px;height:30px;top:39px;left:731px;display:none; }
 }@media only screen and (max-width: 763px) { #xSNnmgeVgcXTxEa9elp9InsTkZH2tHZu { width:33px;height:30px;top:38px;left:77px;display:none; }
 }@media only screen and (max-width: 763px) { #UosVsAbXVsuqTugSTdiGOqQ4pNAwAaaV { top:35px;left:99px;width:665px;height:46px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #QwT0wnQ2ThsMqLl6d5vikXeMTaJPROfP { top:30px;left:0px;width:762px;height:60px;display:none; }
 }@media only screen and (max-width: 763px) { #DmG397pKt8n6UBJcoQoEszmJ3C8CSPPF { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #BAQxmJhRL2sEWdaTvGzPWplmZ8RJf8Kz { display:block; }
 }@media only screen and (max-width: 763px) { #khMdmbKGOwda73qXPdfDqtGF04eSHWI6 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #pK4UhTToDVRtyV8bdVa7qq91nP7o95R2 { display:block; }
 }@media only screen and (max-width: 763px) { #LnVENSMERuqMcfeKO2AHctXN7VRatTpl { display:none; }#LnVENSMERuqMcfeKO2AHctXN7VRatTpl > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg { display:none; }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lQqyAaBhTUf0G5ygpfGWtwwsJxXsE4ZU { top:14px;left:0px;width:320px;height:26px;font-size:22px;display:none; }
 }@media only screen and (max-width: 763px) { #PB9F3F9GWxwWkJFxpNkMfeTMfsiH1PGh { display:none; }
 }@media only screen and (max-width: 763px) { #OEysEsichohOaK9iGfWUzEQpsyH1tN0e { top:72px;left:0px;width:239px;height:41px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #cNG05bJQyPJtBCWXKriOywP4tqs1V9HL { width:149px;height:149px;display:none; }
 }@media only screen and (max-width: 763px) { #txnSy976x25g7PorBAZ1pevQ0H3Gx6BW { top:124px;left:0px;width:256px;height:36px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #yDuVWVQbcwbf006rRQtFE8tOJ1usZgTe { top:183px;left:0px;width:264px;height:18px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #GUgsWH2H51nvJBkcd4Bti8Rw0wOxKskc { width:149px;height:149px;display:none; }
 }@media only screen and (max-width: 763px) { #nugI9bW17oovqemqRUdGmuHfcP2LrBKv { width:198px;height:352px;display:none; }
 }@media only screen and (max-width: 763px) { #JJb0AakRNP8QIGfgRtSpDa4MZTd8ThRq { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #RdS2gtIzAChNlDLt6ZJ0QMUshdCozcPa { display:block; }
 }@media only screen and (max-width: 763px) { #ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f { display:none; }#ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z { display:none; }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ub14JyIiQl706LEtxn1k2y1ephGt2vxT { top:240px;left:0px;width:255px;height:67px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #Iq15Ola0rrBWx81Q8JUTM0S3FbJTH0bU { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #zaZKRrTTTcLB76sZLRiTJrQRvuytlxMn { display:block; }
 }@media only screen and (max-width: 763px) { #QnPBSKQ9gRLcCaORAvgcRKUL8w9QgRSm { width:280px;height:55px;top:302px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QczqGWqnXWrGDcBTmwGgD4p4o608iXzH { display:block; }
 }@media only screen and (max-width: 763px) { #hbdnZabkbTqgS5WcE7C2o84rpt4dzTPX { display:block; }#hbdnZabkbTqgS5WcE7C2o84rpt4dzTPX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9mfeIsRIBrsNgFI3AZculqi25piXdcc { display:none; }#v9mfeIsRIBrsNgFI3AZculqi25piXdcc > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IILpslTOKDmyv7UPbRNWu7nArn5tqHlL { display:none; }#IILpslTOKDmyv7UPbRNWu7nArn5tqHlL > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F5a2nQqXWoaBFU5Jb9BQHoWDI3lS6F6S { width:280px;height:55px;top:319px;left:482px;display:none; }
 }@media only screen and (max-width: 763px) { #ETXHbsV13S5pN1VUrTxJZO522LuuViOI { display:block; }
 }@media only screen and (max-width: 763px) { #tFSoLh9oZpgD0sxyiT6V1STnRQnoIhPi { top:10px;left:0px;width:193px;height:27px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #tarEvpWo7DfnP3Kdr81WAT9yZE2xfUFw { top:37px;left:0px;width:192px;height:40px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #U5Ff6E9xe3y5xZVpMJfCHe5UxMw74A20 { width:764px;height:681px;display:none; }
 }@media only screen and (max-width: 763px) { #TIzG2loVOfdrm6STTO0weT26o91V1xxT { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Kya7Zbb5TNEhw3utTIQTLXi5NsIrZhS7 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;top:0px;left:0px;background-color:#ffffff;background-image:none;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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) { #VRUgdWObn5CDAg5ItZOJCnCv4xFJLT2v { background-color:#000000;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; }#VRUgdWObn5CDAg5ItZOJCnCv4xFJLT2v > .row .container { background-color: transparent; background-image: none; }#VRUgdWObn5CDAg5ItZOJCnCv4xFJLT2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRUgdWObn5CDAg5ItZOJCnCv4xFJLT2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRUgdWObn5CDAg5ItZOJCnCv4xFJLT2v > .row .container > .video-iframe-container { display: none; }#VRUgdWObn5CDAg5ItZOJCnCv4xFJLT2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRUgdWObn5CDAg5ItZOJCnCv4xFJLT2v > .row > .video-iframe-container { display: none; }#VRUgdWObn5CDAg5ItZOJCnCv4xFJLT2v > .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); }#VRUgdWObn5CDAg5ItZOJCnCv4xFJLT2v > .row .container { border-width: 0; border-radius: 0; }#VRUgdWObn5CDAg5ItZOJCnCv4xFJLT2v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VRUgdWObn5CDAg5ItZOJCnCv4xFJLT2v > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;flex-direction:column; }
#dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz .widget-text.counter-number { padding-top:6px;padding-right:5.32px;padding-bottom:6px;padding-left:5.32px;width:31.92px;min-width:31.92px;height:32.23px;font-size:23.99px;line-height:32.23px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#1b1666;background-color:#ffffff;background-image:none;font-family:brown; }
#dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:3.75px;margin-right:0;margin-bottom:0;margin-left:0;width:42.56px;height:12.75px;font-size:8.99px;line-height:12.75px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff;font-family:brown;font-weight:400;font-style:normal; }
#dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz { width:176px;height:60.7266px;display:flex;top:8.8828125px;left:118px;z-index:15000;padding-top:0.74px;padding-right:0.76px;padding-bottom:0.74px;padding-left:0.76px;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important; }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #McNbTFvp0uA80SXHywRzSr5pxseRM2rT { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #ke7DGZLzfTOa1AUJ6RfPBMTV6XEwxLrl {  }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #y171XwybEoff5aI4Vpd67CG3J2FMFoDx {  }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #WT8S2TCTIcabHytXWmNQAippBKuTHQzh { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #EbBwg3egSV4K2KEKVZqGRTx2IBQrdDUx {  }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #kCtBndHXSz19Co0QWigT9GEvlqGg52HP {  }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #zoUcvmOdyBhQgn4oSRCDlReLtvyMTVdN { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #wFDtTKN6D3NEXEEcNzRLPHJWx20ge0oo {  }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #qzrBTTiQq5kzN7vHbyfVlX3fqUueQdKE {  }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #EpFL6Nc9PyCGyow4v0ZL8JbRrN987WnT { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #axthlKJVcGps8Ms9kUms4sd8JtWyrqnm {  }
 }@media only screen and (max-width: 763px) { #dvd1BgUdti7NOFOk4D6SSVx5CUQlNcVz #Im2Gzb2TeghlfrddvuQ98JBtycrPzmXf {  }
 }@media only screen and (max-width: 763px) { #RwM9BhRulWiRFcDOm1FndokUwCFEIKm7 { top:0px;left:-1.859375px;width:320px;height:79px;z-index:15023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WDe9PoTyL5NJF0BdKwKfct6usb0d5k0L { display:block; }
 }@media only screen and (max-width: 763px) { #nBO11JKMC8Tn6W0uAqE4sDst4puwp6no { width:82px;height:62.375px;top:8.796875px;left:10px;font-size:16px;line-height:1.3;text-align:right;text-align-last:right;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QTB4ccAz94qDOxpKN92W7R9Jttfyyd0k { width:320px;height:0;top:94px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/728c39cb-c88b-4e2a-821a-f627d915ff03/mainmob.png");background-position:bottom center !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;display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.adaptive-delivery-prevent-bg, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.lazyload, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.lazyloading { background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { background-color: transparent; background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { border-width: 0; border-radius: 0; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:320px;height:582px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTgSbo3LpmyDATqwhCoa6klb3ncbHpyo { width:320px;height:38px;top:45px;left:0px;font-size:38px;text-align:center;text-align-last:center;line-height:1;font-family:brown;display:block; }
 }@media only screen and (max-width: 763px) { #FA5nVVnwH0SUtVyO2pcoheBCyCf6CLiB { width:320px;height:44px;top:92px;left:0px;font-size:20px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FpSbQreWR63HkhqBrokVgM2yRTAU1G8a { width:255px;height:42px;top:190px;left:32.5px;font-size:20px;background-color:#fda388;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pKbrCni1LKZWo15Suze2agPtEBgHtmyr { display:block; }
 }@media only screen and (max-width: 763px) { #pwlgq2Q9ebiGBH92baT8mOZknlMh4Mc4 { width:123px;height:23px;top:4px;left:98.5px;display:block; }
 }@media only screen and (max-width: 763px) { #MTxBJEeg3nZrNWnu7bObzC15nhOrmCeI { width:320px;height:525px;top:317.5px;left:32px;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #JCrbfSHRZnZK5t8QGXBxh6Tbn7XB8ssm { top:122px;left:79.0078125px;width:226px;height:87px;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XPWMoxlud6eXCBHRfPyy4p5nwuPKs4wv { top:0px;left:0px;width:320px;height:582px;z-index:15018;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sKmZ2vZIsqXgCPinsqLTnv3o8zMZ1pIx { display:block; }
 }@media only screen and (max-width: 763px) { #e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d12712da-d6af-42b7-8cd4-5b42ee310334/gif.gif");background-position:center !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;display:block; }#e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv.adaptive-delivery-prevent-bg, #e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv.lazyload, #e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv.lazyloading { background-image: none; }#e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv > .row .container { background-color: transparent; background-image: none; }#e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv > .row .container > .video-iframe-container { display: none; }#e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv > .row > .video-iframe-container { display: none; }#e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv > .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); }#e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv > .row .container { border-width: 0; border-radius: 0; }#e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e8nXb1DHv0dHyX68zJs7OZl6ZKT5T3bv > .row .container { width:320px;height:35px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoHfqSpC86QL42p7GX4KwXVh6AHIMCcf { top:0px;left:0px;width:320px;height:165px;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #T6xExZZkQ3TQQEwQxyzuh1efHHIOnbx0 { display:block; }
 }@media only screen and (max-width: 763px) { #ecBIk85PJ8Jpt8LODya8RRDCw6XwlpxW { width:320px;height:33.866666666667px;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #xm55Q2UL9cKdv4RbSksz7r80myu0COSQ { background-color:#f8f6f6;background-image:url("https://images.assets-landingi.com/uc/d2dfb8b9-12cc-490e-b1d8-29d828122d8d/bodegon3.jpg");background-position:center !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;display:block; }#xm55Q2UL9cKdv4RbSksz7r80myu0COSQ.adaptive-delivery-prevent-bg, #xm55Q2UL9cKdv4RbSksz7r80myu0COSQ.lazyload, #xm55Q2UL9cKdv4RbSksz7r80myu0COSQ.lazyloading { background-image: none; }#xm55Q2UL9cKdv4RbSksz7r80myu0COSQ > .row .container { background-color: transparent; background-image: none; }#xm55Q2UL9cKdv4RbSksz7r80myu0COSQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xm55Q2UL9cKdv4RbSksz7r80myu0COSQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xm55Q2UL9cKdv4RbSksz7r80myu0COSQ > .row .container > .video-iframe-container { display: none; }#xm55Q2UL9cKdv4RbSksz7r80myu0COSQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xm55Q2UL9cKdv4RbSksz7r80myu0COSQ > .row > .video-iframe-container { display: none; }#xm55Q2UL9cKdv4RbSksz7r80myu0COSQ > .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); }#xm55Q2UL9cKdv4RbSksz7r80myu0COSQ > .row .container { border-width: 0; border-radius: 0; }#xm55Q2UL9cKdv4RbSksz7r80myu0COSQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xm55Q2UL9cKdv4RbSksz7r80myu0COSQ > .row .container { width:320px;height:615px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVvU59SIWgZqlx4GAWdLJ7daUMzQc1OI { top:15px;left:0px;width:320px;height:75.3958px;z-index:15003;text-align:center;text-align-last:center;font-size:29px;font-family:brown;display:block; }
 }@media only screen and (max-width: 763px) { #tl2Kr1NJTVOaNdcT31WZvrQs2e9IIysx { top:104px;left:0px;width:320px;height:110.469px;z-index:15002;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #H2dtqmdETPvOI7qO9n6sPuJCsIAhf02y { top:550px;left:24.5px;width:271px;height:41.5833px;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BFLQtJLAeU3ze6aWsoUXBSdsXQgmh7LA { width:320px;height:auto;top:261px;left:0px;font-size:22px;display:none; }
 }@media only screen and (max-width: 763px) { #TJ7cbZswtPwcbyRB8rxZTO9fDIKT9plu { width:320px;height:232.72727272727px;top:24px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #xgacQHUhiUzrfTnaSWuIQDZBaZe2PI83 { width:280px;height:55px;top:333px;left:20px;font-size:20px;background-color:#fda388;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #zHGSwBHtFHJTsRzsdCCSvWFPMlGk07MS { display:block; }
 }@media only screen and (max-width: 763px) { #Jl2gD6rFkqdgDLs22dT1xWMw60oc7SOe { display:flex;width:29px;height:29px;top:632px;left:145px;display:none; }
 }@media only screen and (max-width: 763px) { #hKKxpc2WlmwHwXfHDW19oRwfXRTmegST { display:flex;width:29px;height:29px;top:681px;left:145px;display:none; }
 }@media only screen and (max-width: 763px) { #zV1y0aX7GKabLm3MvfuVk7roZlwIUcSX { display:flex;width:29px;height:29px;top:730px;left:145px;display:none; }
 }@media only screen and (max-width: 763px) { #lQt2EtZHsJGzlulf2LIME66NKM9LBI3P { display:flex;width:29px;height:29px;top:779px;left:145px;display:none; }
 }@media only screen and (max-width: 763px) { #C8ptsq5efiLv4ASFgLa0gox1gp1d9RGw { display:flex;width:29px;height:29px;top:828px;left:145px;display:none; }
 }@media only screen and (max-width: 763px) { #npHKTJVseBeqO8TwUSpr0DoNxHlvOa4g { top:0px;left:0px;width:320px;height:606px;z-index:15019;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #td3ZCWSxP07Nt6KCtRIBAK4waKmrlUsm { display:block; }
 }@media only screen and (max-width: 763px) { #VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt { 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; }#VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt > .row .container { background-color: transparent; background-image: none; }#VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt > .row .container > .video-iframe-container { display: none; }#VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt > .row > .video-iframe-container { display: none; }#VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt > .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); }#VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt > .row .container { border-width: 0; border-radius: 0; }#VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VnuRyUe3EPZfcnnt2nTZTKr0MXad6pTt > .row .container { width:320px;height:586px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThslNKC7Nih98o6qrRm3SU8KE6QroWEa { width:294px;height:31.8984px;top:31px;left:12px;font-size:29px;text-align:center;text-align-last:center;z-index:15026;color:#000000;font-weight:400;font-style:normal;line-height:1.1;font-family:brown;display:block; }
 }@media only screen and (max-width: 763px) { #lwApxlwbsp96xJzattZ3lnnqoSeFmgUg { width:320px;height:401px;top:0px;left:0px;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ggPHQ8TIxF9zDBaGuLuXnwgLB1eCbo3S { width:320px;height:auto;top:45px;left:0px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #HrrmWZapSD3TrxQLERFbaPhXCu328O1T { width:129px;height:49.3984px;top:185px;left:45px;font-size:38px;font-family:canela;display:block; }
 }@media only screen and (max-width: 763px) { #UDRu0FpXN3ITKHTIHkAEuWWgIQzBLMTW { width:266px;height:41.5833px;top:229px;left:45px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WMzZ2qKs83SuC5vkUclmbLqm03ZS9udC { width:151px;height:49.3984px;top:86px;left:45px;font-size:38px;font-family:canela;display:block; }
 }@media only screen and (max-width: 763px) { #NVBTXKrcoZhQTA6BTH37w4X3felmwgOI { width:247px;height:41.5833px;top:130px;left:45px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Pc67ctarSUsTJ0JGZ3GnI5rlaH2g6fDF { width:131px;height:49.3984px;top:286px;left:45px;font-size:38px;font-family:canela;display:block; }
 }@media only screen and (max-width: 763px) { #PomRuy3KnDBUi02Ur5IHQ2C0yh7VZDTb { width:235px;height:41.5833px;top:331px;left:45px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #O7bhnMtrOAvUiT2CzuvPB64kkAIGgHVr { width:5px;height:5px;top:105px;left:23px;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Lbkk9C95yLCnb0H5hUqHpTmzOSm8ix1E { top:112px;left:26px;width:1px;height:95px;z-index:15033;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LN6yfx9MoiqzMJyJmm9qyPGxt4fFXLIe { width:5px;height:5px;top:206px;left:23px;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #zu4mecmdhzBeJPz3Pa9pXbEhWrmTUOTz { top:213px;left:26px;width:1px;height:95px;z-index:15034;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QaJZd3EVIzZW5ECTS7Zr1QX2s26CSNot { width:5px;height:5px;top:308px;left:23px;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #INzqfhpP73W5xGO9DuJ5PTPNaqbyi4yz { top:381px;left:14px;width:292px;height:179px;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x3T3u5WaBW7FFa0qrhilTDXqrBJtOsVd { top:19px;left:10px;width:296px;height:548px;z-index:14999;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #rTGPMgR4x3yW4232lzSAu8hI1PgJWb0T { top:19px;left:10px;width:296px;height:52px;z-index:15021;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rV82cxrc6RBJr1TFyGDl0Azcn9bW8Qga { top:0px;left:0px;width:320px;height:583px;z-index:15020;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Qvhw4T89eJ6bchlUsenSmvhUeRlg9CpA { display:block; }
 }@media only screen and (max-width: 763px) { #ALLsSqQkJ4dw0HEGS19G7JMb2TKwyv0N { width:280px;height:55px;top:605px;left:20px;font-size:20px;background-color:#fda388;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Rb2ffzTnGTWKeWL1c74EBySVi2GBFgJe { display:block; }
 }@media only screen and (max-width: 763px) { #Ow1JOSKy7JxuiGZhqAdwbd4JddsDipvk { 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; }#Ow1JOSKy7JxuiGZhqAdwbd4JddsDipvk > .row .container { background-color: transparent; background-image: none; }#Ow1JOSKy7JxuiGZhqAdwbd4JddsDipvk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ow1JOSKy7JxuiGZhqAdwbd4JddsDipvk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ow1JOSKy7JxuiGZhqAdwbd4JddsDipvk > .row .container > .video-iframe-container { display: none; }#Ow1JOSKy7JxuiGZhqAdwbd4JddsDipvk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ow1JOSKy7JxuiGZhqAdwbd4JddsDipvk > .row > .video-iframe-container { display: none; }#Ow1JOSKy7JxuiGZhqAdwbd4JddsDipvk > .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); }#Ow1JOSKy7JxuiGZhqAdwbd4JddsDipvk > .row .container { border-width: 0; border-radius: 0; }#Ow1JOSKy7JxuiGZhqAdwbd4JddsDipvk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ow1JOSKy7JxuiGZhqAdwbd4JddsDipvk > .row .container { width:320px;height:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MS5TDU8UfEWwhw4AghwAulgwt5lVF5NC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0bd16496-005c-4136-8c53-9c9f66a01283/perlas6.jpg");background-position:bottom center !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;display:none; }#MS5TDU8UfEWwhw4AghwAulgwt5lVF5NC.adaptive-delivery-prevent-bg, #MS5TDU8UfEWwhw4AghwAulgwt5lVF5NC.lazyload, #MS5TDU8UfEWwhw4AghwAulgwt5lVF5NC.lazyloading { background-image: none; }#MS5TDU8UfEWwhw4AghwAulgwt5lVF5NC > .row .container { border-width: 0; border-radius: 0; }#MS5TDU8UfEWwhw4AghwAulgwt5lVF5NC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MS5TDU8UfEWwhw4AghwAulgwt5lVF5NC > .row .container { width:320px;height:555px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pSAPZJBDbswBp6Q52aDW9Uk7T8cQ2KIT { top:31.34375px;left:20.5px;width:279px;height:0;z-index:15000;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #NqJhL2dVcw1AsB8BoL832E4wGcSZTvTs { top:1px;left:304px;width:16px;height:344px;z-index:15024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LN9IKi0PgUCdQabqIDBEH4lRuTKRUhfn { display:block; }
 }@media only screen and (max-width: 763px) { #sz2J8TkN1NlU9yKUwg8itEtIirgpnvBR { top:83.671875px;left:-0.5px;width:320px;height:110.469px;z-index:15000;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #b5VTCdEXEeiQHBMIoVCDIx8DXZwqdTvC { top:24.296875px;left:0px;width:320px;height:37.6953px;z-index:15025;font-weight:400;font-style:normal;font-size:29px;text-align:center;text-align-last:center;font-family:canela;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #vVlMbLgcFrA8JLZBL4f6BNGyNxrTvUex { top:463px;left:20.5px;width:279px;height:66.2813px;z-index:15001;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #whMaICo1rT1cRqrk8WQeerXCT8G9yHp2 { 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; }#whMaICo1rT1cRqrk8WQeerXCT8G9yHp2 > .row .container { background-color: transparent; background-image: none; }#whMaICo1rT1cRqrk8WQeerXCT8G9yHp2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whMaICo1rT1cRqrk8WQeerXCT8G9yHp2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whMaICo1rT1cRqrk8WQeerXCT8G9yHp2 > .row .container > .video-iframe-container { display: none; }#whMaICo1rT1cRqrk8WQeerXCT8G9yHp2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whMaICo1rT1cRqrk8WQeerXCT8G9yHp2 > .row > .video-iframe-container { display: none; }#whMaICo1rT1cRqrk8WQeerXCT8G9yHp2 > .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); }#whMaICo1rT1cRqrk8WQeerXCT8G9yHp2 > .row .container { border-width: 0; border-radius: 0; }#whMaICo1rT1cRqrk8WQeerXCT8G9yHp2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#whMaICo1rT1cRqrk8WQeerXCT8G9yHp2 > .row .container { width:320px;height:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o { background-color:#f8f6f6;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; }#PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o > .row .container { background-color: transparent; background-image: none; }#PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o > .row .container > .video-iframe-container { display: none; }#PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o > .row > .video-iframe-container { display: none; }#PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o > .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); }#PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o > .row .container { border-width: 0; border-radius: 0; }#PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PqNrE3TSdKUdWV3BdBuigFTQKowBTb5o > .row .container { width:320px;height:998px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oiEBbLcuwSUfvpxWOctHmlCfWQBcE2Pr { width:292px;height:380.7289px;top:345px;left:0px;font-size:16px;line-height:1.4;padding-top:14px;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bM7lCbuNuZ5CDc38mE0GlLx5nR6TXs3k { width:320px;height:75.3958px;top:12px;left:1px;font-size:29px;text-align:center;text-align-last:center;line-height:1.3;font-weight:400;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #iGJTnNwuESSxKEzZAiK0oI6NwqpAXtpD { width:320px;height:525px;top:600px;left:40px;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #Hp4fFrKziN1nmnFdxWSTccUAcVvuZPBR { width:320px;height:525px;top:138px;left:40px;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #kAvJ75M2sThGkTA6Jy9SSfJlsE7EL9qn { top:767px;left:0px;width:320px;height:206px;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BAwQy7ltR8EfKLl2NizqmuFySMHqTzld { top:100px;left:0px;width:320px;height:234px;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DE2OL2ps2b8ydbDFHLC0supQnTu69URL { top:0px;left:0px;width:320px;height:997px;z-index:15021;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #krzITkWJ3pCu4B7mPZaGuee4car3KTPs { display:block; }
 }@media only screen and (max-width: 763px) { #TgLulvRk7TRfdfpyr2qT784O6LIRH0T9 { width:280px;height:55px;top:1110px;left:20px;font-size:20px;background-color:#fda388;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #tewQkKOIGtGTA9NiJ8qrar7mhl0p6aaG { display:block; }
 }@media only screen and (max-width: 763px) { #zN5skG00dRIufafFBnyPaob2fe7WM2yL { background-color:#f8f6f6;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; }#zN5skG00dRIufafFBnyPaob2fe7WM2yL > .row .container { background-color: transparent; background-image: none; }#zN5skG00dRIufafFBnyPaob2fe7WM2yL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zN5skG00dRIufafFBnyPaob2fe7WM2yL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zN5skG00dRIufafFBnyPaob2fe7WM2yL > .row .container > .video-iframe-container { display: none; }#zN5skG00dRIufafFBnyPaob2fe7WM2yL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zN5skG00dRIufafFBnyPaob2fe7WM2yL > .row > .video-iframe-container { display: none; }#zN5skG00dRIufafFBnyPaob2fe7WM2yL > .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); }#zN5skG00dRIufafFBnyPaob2fe7WM2yL > .row .container { border-width: 0; border-radius: 0; }#zN5skG00dRIufafFBnyPaob2fe7WM2yL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zN5skG00dRIufafFBnyPaob2fe7WM2yL > .row .container { width:320px;height:373px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBqTorVPvmRi0VbQQpQEzHT9ldL3Onmr { top:18px;left:0px;width:320px;height:349px;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GQzuqUzMxGeXvtEV5R1kkZmBvbKUwtO5 { top:0px;left:0px;width:320px;height:372px;z-index:15022;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Q3JORleBh8SU1FcROuqAItTPDDm3frTx { display:block; }
 }@media only screen and (max-width: 763px) { #HSgZdMt2WmeOP5MZdDiSlWP84VaFDc8A { display:block; }#HSgZdMt2WmeOP5MZdDiSlWP84VaFDc8A > .row .container { width:320px;height:635px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUlbbApd8v3q3Xlgnsi3RyHmHg8ZIUnx { width:320px;height:72.7969px;top:20px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #TZI30UcrUAUAtbCcVGN6HpLzOoEZWF47 { width:320px;height:148.1875px;top:451.0859375px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #UNsf76E5T6iEi0OfZETLud1RrEMqhx3F { width:320px;height:303px;top:117.0625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qOOHHplp71wtBaF9GUV20ZhROcsXQow1 { width:280px;height:55px;top:458px;left:20px;font-size:20px;background-color:#fda388;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #kTeOkmPvlMV3DKaEJtB8qNxtkg2qKGxl { display:block; }
 }@media only screen and (max-width: 763px) { #ZBfOAqlc0yvWmNeZUblDwGsL37qwHoVD { top:0px;left:0px;width:317px;height:633px;z-index:15022;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Hb3iq74sDQCmW5b5fv7foOOdnGM226FC { display:block; }
 }@media only screen and (max-width: 763px) { #mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF { 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:none; }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row .container { border-width: 0; border-radius: 0; }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row .container { width:320px;height:373px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KoCJXJaV3o0Sz3gTerRIwTU46rG79dnJ { top:18px;left:0px;width:320px;height:349px;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OoHf1reWtE0T7OXnMhroLhvseWm6RJdh { top:0px;left:0px;width:320px;height:372px;z-index:15022;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cCrpPrA13W6wLMIabxlmmTT59vsFgkbC { display:block; }
 }@media only screen and (max-width: 763px) { #TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN { 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; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row .container { background-color: transparent; background-image: none; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row .container > .video-iframe-container { display: none; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row > .video-iframe-container { display: none; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .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); }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row .container { border-width: 0; border-radius: 0; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row .container { width:320px;height:491px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOo0mSaqmiFyv2JsA4vLail59Lx1BwL8 { top:84px;left:0px;width:320px;height:162px;z-index:15000;background-color:rgba(227,227,227,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GWZWmvvEik0hiKcaXn4KmmDb2eO8g31b { top:140.1953125px;left:11px;width:292px;height:90.9896px;z-index:15001;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #pLVg7Ohioc4ET7zaFkyFOtbOyM6iLBMG { display:flex;top:111.1953125px;left:11px;width:17px;height:17px;z-index:15002;font-size:11px; }
 }@media only screen and (max-width: 763px) { #S8rcGV7NE7LcXiU00OXPhMOuQgymylHQ { display:flex;top:111.1953125px;left:30px;width:17px;height:17px;z-index:15003;font-size:11px; }
 }@media only screen and (max-width: 763px) { #qOeqlMQiHVZGaPez0cFIN3gcaagSBTTz { display:flex;top:111.1953125px;left:49px;width:17px;height:17px;z-index:15004;font-size:11px; }
 }@media only screen and (max-width: 763px) { #dIGnRH7RCsxhSy6yWbMvRsIMI5uR4lT9 { display:flex;top:111.1953125px;left:68px;width:17px;height:17px;z-index:15005;font-size:11px; }
 }@media only screen and (max-width: 763px) { #RMTBWn6DdG8fc8sn2rZkMFCdt0CzU7BL { display:flex;top:111.1953125px;left:87px;width:17px;height:17px;z-index:15006;font-size:11px; }
 }@media only screen and (max-width: 763px) { #NPhAF5QRPeeTW8DacS9UzVD5Ludu40KV { top:91px;left:11px;width:298px;height:18.1979px;z-index:15002;font-size:14px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UMhvQW6lfUhn2twOAzTM6TUNlvHiGlrA { top:15.1953125px;left:0.5px;width:320px;height:55.1875px;z-index:15000;font-family:canela;font-size:23px;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDLwVxG5xwJVmamnfmn4LJlXektEVQsv { top:265px;left:0px;width:320px;height:211px;z-index:15008;background-color:rgba(227,227,227,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ozzaf2irsrks9NhuBNRUHZRnVTM4TteQ { top:329px;left:10.5px;width:299px;height:127.385px;z-index:15009;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #oT610N3LbLTuISpAh7y2XAUr5b5BL9Oq { display:flex;top:296px;left:49px;width:17px;height:17px;z-index:15012;font-size:11px; }
 }@media only screen and (max-width: 763px) { #rV5pMFhN8m45L9TU7F9rs4m1L4NvdX7S { display:flex;top:296px;left:68px;width:17px;height:17px;z-index:15013;font-size:11px; }
 }@media only screen and (max-width: 763px) { #emNtTZoo0Mx1PgLtbngoKKVBJn7FcHzk { display:flex;top:296px;left:87px;width:17px;height:17px;z-index:15014;font-size:11px; }
 }@media only screen and (max-width: 763px) { #t5ixHvoSagTlepQ6KFGkV0erQE72UI2e { display:flex;top:296px;left:30px;width:17px;height:17px;z-index:15011;font-size:11px; }
 }@media only screen and (max-width: 763px) { #xWHQitxJGWxGTMDvFZKGG4szSF1FL18P { top:276px;left:11px;width:298px;height:18.1979px;z-index:15010;font-size:14px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DVIWrgQVbaBRhBgtr4FLi6WdC3ZiVgDP { display:flex;top:296px;left:11px;width:17px;height:17px;z-index:15010;font-size:11px; }
 }@media only screen and (max-width: 763px) { #DtFHz88FAUMsTZ9DWunVbx7lI74gG7nE { top:0px;left:0px;width:320px;height:490px;z-index:15023;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WaMK2VieooRkXzySWrTzhAlE1Q4MD5o7 { display:block; }
 }@media only screen and (max-width: 763px) { #AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 { background-color:#f8f6f6;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; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row .container { background-color: transparent; background-image: none; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row .container > .video-iframe-container { display: none; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row > .video-iframe-container { display: none; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .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); }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row .container { border-width: 0; border-radius: 0; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5xTokIrx6bLQTVEIAHQxpST9VlzkHE1 { top:28.5px;left:24px;width:82px;height:46px;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #am12TshNN0lGlUIWQXJsSeEfH9z6Zphm { top:180.671875px;left:182px;width:13px;height:12px;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xSNnmgeVgcXTxEa9elp9InsTkZH2tHZu { top:88.5px;left:24px;width:12px;height:12px;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UosVsAbXVsuqTugSTdiGOqQ4pNAwAaaV { top:88.5px;left:37px;width:263px;height:116.979px;z-index:15002;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QwT0wnQ2ThsMqLl6d5vikXeMTaJPROfP { top:20px;left:9px;width:301px;height:223px;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #DmG397pKt8n6UBJcoQoEszmJ3C8CSPPF { top:0px;left:304px;width:16px;height:166px;z-index:15025;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BAQxmJhRL2sEWdaTvGzPWplmZ8RJf8Kz { display:block; }
 }@media only screen and (max-width: 763px) { #khMdmbKGOwda73qXPdfDqtGF04eSHWI6 { top:0px;left:0px;width:320px;height:259px;z-index:15024;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pK4UhTToDVRtyV8bdVa7qq91nP7o95R2 { display:block; }
 }@media only screen and (max-width: 763px) { #LnVENSMERuqMcfeKO2AHctXN7VRatTpl { 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; }#LnVENSMERuqMcfeKO2AHctXN7VRatTpl > .row .container { background-color: transparent; background-image: none; }#LnVENSMERuqMcfeKO2AHctXN7VRatTpl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnVENSMERuqMcfeKO2AHctXN7VRatTpl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnVENSMERuqMcfeKO2AHctXN7VRatTpl > .row .container > .video-iframe-container { display: none; }#LnVENSMERuqMcfeKO2AHctXN7VRatTpl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnVENSMERuqMcfeKO2AHctXN7VRatTpl > .row > .video-iframe-container { display: none; }#LnVENSMERuqMcfeKO2AHctXN7VRatTpl > .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); }#LnVENSMERuqMcfeKO2AHctXN7VRatTpl > .row .container { border-width: 0; border-radius: 0; }#LnVENSMERuqMcfeKO2AHctXN7VRatTpl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LnVENSMERuqMcfeKO2AHctXN7VRatTpl > .row .container { width:320px;height:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg { background-color:#f8f6f6;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; }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .row .container { background-color: transparent; background-image: none; }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .row .container > .video-iframe-container { display: none; }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .row > .video-iframe-container { display: none; }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .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); }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .row .container { border-width: 0; border-radius: 0; }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .row .container { width:320px;height:390px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQqyAaBhTUf0G5ygpfGWtwwsJxXsE4ZU { top:14.1953125px;left:0px;width:320px;height:26.3984px;z-index:15001;font-family:canela;font-size:22px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PB9F3F9GWxwWkJFxpNkMfeTMfsiH1PGh { display:flex;top:164.9921875px;left:36.5px;width:50px;height:50px;z-index:15002;font-size:35px; }
 }@media only screen and (max-width: 763px) { #OEysEsichohOaK9iGfWUzEQpsyH1tN0e { top:118px;left:9px;width:133px;height:36.3958px;z-index:15003;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #cNG05bJQyPJtBCWXKriOywP4tqs1V9HL { top:68px;left:41.5px;width:50px;height:50px;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #txnSy976x25g7PorBAZ1pevQ0H3Gx6BW { top:214.9921875px;left:9px;width:170px;height:54.5938px;z-index:15004;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #yDuVWVQbcwbf006rRQtFE8tOJ1usZgTe { top:339.6171875px;left:14px;width:123px;height:36.3958px;z-index:15005;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GUgsWH2H51nvJBkcd4Bti8Rw0wOxKskc { top:280.40625px;left:36.5px;width:50px;height:50px;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nugI9bW17oovqemqRUdGmuHfcP2LrBKv { top:68px;left:148px;width:172px;height:310px;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JJb0AakRNP8QIGfgRtSpDa4MZTd8ThRq { top:0px;left:0px;width:320px;height:390px;z-index:15025;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RdS2gtIzAChNlDLt6ZJ0QMUshdCozcPa { display:block; }
 }@media only screen and (max-width: 763px) { #ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f { 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; }#ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f > .row .container { background-color: transparent; background-image: none; }#ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f > .row .container > .video-iframe-container { display: none; }#ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f > .row > .video-iframe-container { display: none; }#ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f > .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); }#ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f > .row .container { border-width: 0; border-radius: 0; }#ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ySe2M3bOuh6ns4lytcsItSM4SMvJgo6f > .row .container { width:320px;height:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/716b320a-863f-4480-aef1-781749a0dc1e/Copyof41.png");background-position:center !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;display:block; }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z.adaptive-delivery-prevent-bg, #Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z.lazyload, #Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z.lazyloading { background-image: none; }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z > .row .container { background-color: transparent; background-image: none; }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z > .row .container > .video-iframe-container { display: none; }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z > .row > .video-iframe-container { display: none; }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z > .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); }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z > .row .container { border-width: 0; border-radius: 0; }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ke91rOy9zOlE94Lp8UCf1iktDOCo2e9z > .row .container { width:320px;height:442px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ub14JyIiQl706LEtxn1k2y1ephGt2vxT { width:255px;height:67.1875px;top:86px;left:32.5px;font-size:28px;text-align:center;text-align-last:center;line-height:1.2;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Iq15Ola0rrBWx81Q8JUTM0S3FbJTH0bU { top:0px;left:0px;width:320px;height:441px;z-index:15026;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zaZKRrTTTcLB76sZLRiTJrQRvuytlxMn { display:block; }
 }@media only screen and (max-width: 763px) { #QnPBSKQ9gRLcCaORAvgcRKUL8w9QgRSm { width:280px;height:55px;top:461px;left:20px;font-size:20px;background-color:#fda388;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #QczqGWqnXWrGDcBTmwGgD4p4o608iXzH { display:block; }
 }@media only screen and (max-width: 763px) { #hbdnZabkbTqgS5WcE7C2o84rpt4dzTPX { position:relative;z-index:auto;display:block; }#hbdnZabkbTqgS5WcE7C2o84rpt4dzTPX > .row .container { width:320px;height:142px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9mfeIsRIBrsNgFI3AZculqi25piXdcc { display:block; }#v9mfeIsRIBrsNgFI3AZculqi25piXdcc > .row .container { width:320px;height:205px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IILpslTOKDmyv7UPbRNWu7nArn5tqHlL { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;background-color:#f8f6f6;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; }#IILpslTOKDmyv7UPbRNWu7nArn5tqHlL > .row .container { background-color: transparent; background-image: none; }#IILpslTOKDmyv7UPbRNWu7nArn5tqHlL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IILpslTOKDmyv7UPbRNWu7nArn5tqHlL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IILpslTOKDmyv7UPbRNWu7nArn5tqHlL > .row .container > .video-iframe-container { display: none; }#IILpslTOKDmyv7UPbRNWu7nArn5tqHlL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IILpslTOKDmyv7UPbRNWu7nArn5tqHlL > .row > .video-iframe-container { display: none; }#IILpslTOKDmyv7UPbRNWu7nArn5tqHlL > .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); }#IILpslTOKDmyv7UPbRNWu7nArn5tqHlL > .row .container { border-width: 0; border-radius: 0; }#IILpslTOKDmyv7UPbRNWu7nArn5tqHlL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IILpslTOKDmyv7UPbRNWu7nArn5tqHlL > .row .container { width:320px;height:136px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5a2nQqXWoaBFU5Jb9BQHoWDI3lS6F6S { width:195px;height:34px;top:88px;left:125px;z-index:15021;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ETXHbsV13S5pN1VUrTxJZO522LuuViOI { display:block; }
 }@media only screen and (max-width: 763px) { #tFSoLh9oZpgD0sxyiT6V1STnRQnoIhPi { top:10px;left:126px;width:193px;height:27.2969px;z-index:15023;font-weight:700;font-style:normal;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #tarEvpWo7DfnP3Kdr81WAT9yZE2xfUFw { top:37px;left:126px;width:192px;height:40.7916px;z-index:15024;font-weight:700;font-style:normal;font-size:17px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #U5Ff6E9xe3y5xZVpMJfCHe5UxMw74A20 { top:0px;left:0px;width:119px;height:106px;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TIzG2loVOfdrm6STTO0weT26o91V1xxT { top:0px;left:0px;width:320px;height:134px;z-index:15027;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Kya7Zbb5TNEhw3utTIQTLXi5NsIrZhS7 { display:block; }
 }