.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(105,136,237,0.67);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbMq62Tx5R2vrdtl4fVfQldgC3AruW5v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0fc00765-0227-4a1c-be41-b794ab207c07/header.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZbMq62Tx5R2vrdtl4fVfQldgC3AruW5v.adaptive-delivery-prevent-bg, #ZbMq62Tx5R2vrdtl4fVfQldgC3AruW5v.lazyload, #ZbMq62Tx5R2vrdtl4fVfQldgC3AruW5v.lazyloading { background-image: none; }#ZbMq62Tx5R2vrdtl4fVfQldgC3AruW5v > .row .container { background-color: transparent; background-image: none; }#ZbMq62Tx5R2vrdtl4fVfQldgC3AruW5v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbMq62Tx5R2vrdtl4fVfQldgC3AruW5v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbMq62Tx5R2vrdtl4fVfQldgC3AruW5v > .row .container > .video-iframe-container { display: none; }#ZbMq62Tx5R2vrdtl4fVfQldgC3AruW5v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbMq62Tx5R2vrdtl4fVfQldgC3AruW5v > .row > .video-iframe-container { display: none; }#ZbMq62Tx5R2vrdtl4fVfQldgC3AruW5v > .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); }#ZbMq62Tx5R2vrdtl4fVfQldgC3AruW5v > .row .container { border-width: 0; border-radius: 0; }#ZbMq62Tx5R2vrdtl4fVfQldgC3AruW5v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZbMq62Tx5R2vrdtl4fVfQldgC3AruW5v > .row .container { font-size:14px;font-family:arial;height:222px;width:960px;position:relative;display:block; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/73e665ab-944a-49a4-b810-afda5def55fb/landing01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ.adaptive-delivery-prevent-bg, #zRKOTykJuQSenlroVquTLmMwIKumRpQJ.lazyload, #zRKOTykJuQSenlroVquTLmMwIKumRpQJ.lazyloading { background-image: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container { background-color: transparent; background-image: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container > .video-iframe-container { display: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row > .video-iframe-container { display: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .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); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container { border-width: 0; border-radius: 0; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container { width:960px;height:726px;font-size:14px;font-family:arial;position:relative;display:block; }#dCAwyw5f039CuH748SQL4bp124oQ2P4i { color:#877f7e;display:block;width:340.994px;position:absolute;font-family:"br font n-day";font-size:27px;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:507.35536193848px;left:530.72439575195px;height:35.0938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FXElWvV1R5u9Q4vP2i0hTdDp4d8swX8i { background-color:#927446;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"br font n-day";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:183px;height:48px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:274.03125px;left:629.90625px;display:block; }
#scZUUseMEQE7uUQlTqrF5M7St7z3KkL0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WHhI13xh8e11cigSOpD9SprauctLQdTJ { color:#877f7e;display:block;width:292.997px;position:absolute;font-family:"br font n-day";font-size:27px;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:223.97468566895px;left:559.98574829102px;height:35.0938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nUgEr5t2mho1KzZVx8XvHt95HT2Ekphe { position:absolute;display:block;z-index:15020;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:90.9943px;width:90.9943px;top:359.98322296143px;left:675.92324829102px;overflow:hidden;display:block; }
#mLxd3PeZswLlpTAEhF4L5EEpSnt4Jgvs { background-color:#bc9153;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"br font n-day";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:183px;height:37px;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:557.40625px;left:629.96875px;display:block; }
#rCN5sv2I75hLVik06SpFoiNzhGi3RyTI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zMe5F4gwTNN4VZuwyHK2dlKhW4oUpKBz { position:absolute;display:block;z-index:15033;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:232px;width:232px;top:9px;left:358px;overflow:hidden;display:block; }
#pq09nl6132A3rsWt5udsREJVr8klS8RX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/00026bda-12c8-49e5-afdb-af5d1a54dc66/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#pq09nl6132A3rsWt5udsREJVr8klS8RX.adaptive-delivery-prevent-bg, #pq09nl6132A3rsWt5udsREJVr8klS8RX.lazyload, #pq09nl6132A3rsWt5udsREJVr8klS8RX.lazyloading { background-image: none; }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row .container { background-color: transparent; background-image: none; }#pq09nl6132A3rsWt5udsREJVr8klS8RX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row .container > .video-iframe-container { display: none; }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row > .video-iframe-container { display: none; }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .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); }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row .container { border-width: 0; border-radius: 0; }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row .container { font-size:14px;font-family:arial;height:512px;width:960px;position:relative;display:block; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfeff;background-image:url("https://images.assets-landingi.com/uc/ec1a8547-d78c-48c9-bea9-dcb7d824bb9e/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1.adaptive-delivery-prevent-bg, #Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1.lazyload, #Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1.lazyloading { background-image: none; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row .container { background-color: transparent; background-image: none; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row .container > .video-iframe-container { display: none; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row > .video-iframe-container { display: none; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .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); }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row .container { border-width: 0; border-radius: 0; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row .container { font-size:14px;font-family:arial;height:546px;width:960px;position:relative;display:block; }#guS3QfGbQhndHgfceSx3lq86MN27ftZA { color:#3f4827;display:block;width:337.997px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:508.15338611603px;left:310.98010253906px;height:20.7969px;display:block; }
#qVu5DbHQwno7Ikd8TQGM2te8zqsFhuTD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:200px;box-sizing:border-box;color:rgba(255,255,255,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:193px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:182.484375px;left:377.984375px;display:block; }
#lccPOztmPZ7LcsoRGuB3eQBKCMC1WfQA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#M7T92Lf4pHdHiNyyOEgqFlS4eDVkUb5D { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:200px;box-sizing:border-box;color:rgba(255,255,255,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:262px;height:69px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:420.828125px;left:349px;display:block; }
#HhXePusINpqcbMTcHKaq6tbtDlZfOrEo { 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) { #ZbMq62Tx5R2vrdtl4fVfQldgC3AruW5v { display:block; }#ZbMq62Tx5R2vrdtl4fVfQldgC3AruW5v > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRKOTykJuQSenlroVquTLmMwIKumRpQJ { display:block; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCAwyw5f039CuH748SQL4bp124oQ2P4i { top:507px;left:424px;width:340px;height:35px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #FXElWvV1R5u9Q4vP2i0hTdDp4d8swX8i { width:183px;height:48px;top:274px;left:531.90625px;display:block; }
 }@media only screen and (max-width: 763px) { #scZUUseMEQE7uUQlTqrF5M7St7z3KkL0 { display:block; }
 }@media only screen and (max-width: 763px) { #WHhI13xh8e11cigSOpD9SprauctLQdTJ { top:223px;left:461.98574829102px;width:292px;height:35px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #nUgEr5t2mho1KzZVx8XvHt95HT2Ekphe { top:359px;left:577.92324829102px;width:90px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #mLxd3PeZswLlpTAEhF4L5EEpSnt4Jgvs { width:183px;height:37px;top:557px;left:531.96875px;display:block; }
 }@media only screen and (max-width: 763px) { #rCN5sv2I75hLVik06SpFoiNzhGi3RyTI { display:block; }
 }@media only screen and (max-width: 763px) { #zMe5F4gwTNN4VZuwyHK2dlKhW4oUpKBz { top:9px;left:260px;width:232px;height:232px;display:block; }
 }@media only screen and (max-width: 763px) { #pq09nl6132A3rsWt5udsREJVr8klS8RX { display:block; }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 { display:block; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guS3QfGbQhndHgfceSx3lq86MN27ftZA { top:508px;left:212.98010253906px;width:337px;height:20px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #qVu5DbHQwno7Ikd8TQGM2te8zqsFhuTD { width:200px;height:193px;top:182px;left:279.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #lccPOztmPZ7LcsoRGuB3eQBKCMC1WfQA { display:block; }
 }@media only screen and (max-width: 763px) { #M7T92Lf4pHdHiNyyOEgqFlS4eDVkUb5D { width:262px;height:69px;top:420px;left:251px;display:block; }
 }@media only screen and (max-width: 763px) { #HhXePusINpqcbMTcHKaq6tbtDlZfOrEo { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZbMq62Tx5R2vrdtl4fVfQldgC3AruW5v { display:none; }#ZbMq62Tx5R2vrdtl4fVfQldgC3AruW5v > .row .container { width:320px;height:154px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zRKOTykJuQSenlroVquTLmMwIKumRpQJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2fa702e8-6b98-48dd-a18f-f6a87a73926b/app.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ.adaptive-delivery-prevent-bg, #zRKOTykJuQSenlroVquTLmMwIKumRpQJ.lazyload, #zRKOTykJuQSenlroVquTLmMwIKumRpQJ.lazyloading { background-image: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container { background-color: transparent; background-image: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container > .video-iframe-container { display: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row > .video-iframe-container { display: none; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .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); }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container { border-width: 0; border-radius: 0; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRKOTykJuQSenlroVquTLmMwIKumRpQJ > .row .container { width:320px;height:900px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCAwyw5f039CuH748SQL4bp124oQ2P4i { width:320px;height:27.2969px;top:304.96875px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #FXElWvV1R5u9Q4vP2i0hTdDp4d8swX8i { width:180px;height:45px;top:344.234375px;left:70px;background-color:rgba(157,94,40,0.68);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #scZUUseMEQE7uUQlTqrF5M7St7z3KkL0 { display:block; }
 }@media only screen and (max-width: 763px) { #WHhI13xh8e11cigSOpD9SprauctLQdTJ { width:320px;height:0;top:278.65625px;left:0px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #nUgEr5t2mho1KzZVx8XvHt95HT2Ekphe { width:85px;height:85px;top:407.5px;left:117.5px;display:block; }
 }@media only screen and (max-width: 763px) { #mLxd3PeZswLlpTAEhF4L5EEpSnt4Jgvs { width:181.969px;height:51.9844px;top:245.140625px;left:69px;display:none; }
 }@media only screen and (max-width: 763px) { #rCN5sv2I75hLVik06SpFoiNzhGi3RyTI { display:block; }
 }@media only screen and (max-width: 763px) { #zMe5F4gwTNN4VZuwyHK2dlKhW4oUpKBz { width:156px;height:156px;top:137.96875px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #pq09nl6132A3rsWt5udsREJVr8klS8RX { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1f49e3c2-4ae1-44f5-ba82-1ad8d04500ff/app1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pq09nl6132A3rsWt5udsREJVr8klS8RX.adaptive-delivery-prevent-bg, #pq09nl6132A3rsWt5udsREJVr8klS8RX.lazyload, #pq09nl6132A3rsWt5udsREJVr8klS8RX.lazyloading { background-image: none; }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row .container { background-color: transparent; background-image: none; }#pq09nl6132A3rsWt5udsREJVr8klS8RX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row .container > .video-iframe-container { display: none; }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row > .video-iframe-container { display: none; }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .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); }#pq09nl6132A3rsWt5udsREJVr8klS8RX > .row .container { width:320px;height:670px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 { background-color:rgba(255,255,255,0.98);background-image:url("https://images.assets-landingi.com/uc/2f0029bf-1461-4a9e-bba6-5599df1cadb0/app6.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1.adaptive-delivery-prevent-bg, #Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1.lazyload, #Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1.lazyloading { background-image: none; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row .container { background-color: transparent; background-image: none; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row .container > .video-iframe-container { display: none; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row > .video-iframe-container { display: none; }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .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); }#Uxh5EeDQH5BH98VcVN0QHwy4IRE8CLX1 > .row .container { width:320px;height:615.96875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guS3QfGbQhndHgfceSx3lq86MN27ftZA { width:298.963px;height:13px;top:602.96872711182px;left:10.497158050537px;text-align:center;text-align-last:center;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #qVu5DbHQwno7Ikd8TQGM2te8zqsFhuTD { width:261.989px;height:30.9943px;top:543.73577880859px;left:28.99147605896px;display:block; }
 }@media only screen and (max-width: 763px) { #lccPOztmPZ7LcsoRGuB3eQBKCMC1WfQA { display:block; }
 }@media only screen and (max-width: 763px) { #M7T92Lf4pHdHiNyyOEgqFlS4eDVkUb5D { width:261px;height:80px;top:317.73870849609px;left:38.863634109497px;display:block; }
 }@media only screen and (max-width: 763px) { #HhXePusINpqcbMTcHKaq6tbtDlZfOrEo { display:block; }
 }