.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#1b2854;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb { 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; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container { background-color: transparent; background-image: none; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container > .video-iframe-container { display: none; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row > .video-iframe-container { display: none; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .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); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container { border-width: 0; border-radius: 0; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container { font-size:14px;font-family:arial;height:42px;width:960px;position:relative;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { border-width: 0; border-radius: 0; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { font-size:14px;font-family:arial;height:1658px;width:960px;overflow:visible;position:relative;display:block; }#qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { display:block;width:833px;position:absolute;font-family:montserrat;font-size:47px;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:41.988636016846px;left:0px;height:112.798px;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LIBPy1LfPtf9o4dQXHuCAT6iTh88LKR2 { display:block;width:960px;position:absolute;font-family:roboto;font-size:50px;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:67px;left:0px;height:60px;color:#000000;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:none; }
#f8IoaiApCNMJDatRqz1cn4CITeSfwQ4x { color:#000000;display:block;width:482.99px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:166.76845169067px;left:0px;height:23.3958px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kKa5xKUIRCmUaN3CCo7NcBVaaQMwkyMU { color:#000000;display:block;width:807.99px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1315px;left:76px;height:140.3694px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xs5246GfRua6tcw8STSszsId7OzqC9q0 { color:#000000;display:block;width:323.999px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:580px;left:431px;height:116.9745px;text-align:left;text-align-last:left;display:block; }
#PgLSdtv41io42N4f1khI6HTZNd96Ldr2 { box-sizing:content-box;height:241px;width:609px;position:absolute;display:block;z-index:14998;background-color:#ffcd64;background-image:none;top:556px;left:195px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#qXpt1Mx09byFhIyUREJeTEazKo8WZck0 { 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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:320px;height:55px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:718px;left:432px;display:block; }
#zOhrd0OkKvF6PxNvrFdUM2yKt2DfV5Ti { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Nlgh30cxauEKRMxdIHuocENcKvhrik3R { box-sizing:content-box;height:118.999px;width:118.999px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15015;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e5937059-1fce-41cd-9989-755318a87744/image1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:579px;left:241px;display:block; }#Nlgh30cxauEKRMxdIHuocENcKvhrik3R.adaptive-delivery-prevent-bg, #Nlgh30cxauEKRMxdIHuocENcKvhrik3R.lazyload, #Nlgh30cxauEKRMxdIHuocENcKvhrik3R.lazyloading { background-image: none; }
#Q9HBgonLAUu75NgLDwkA6SmpCf7bawTp { color:#000000;display:block;width:157.997px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:709px;left:222px;height:18.1979px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HhImOvPTKNvhr7ZtsBbzN51EMhokhWNG { color:#000000;display:block;width:157.99px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:725px;left:222px;height:18.1979px;text-align:center;text-align-last:center;display:block; }
#TJZUS6U5A2GTvogtiNGeNmdNTZJkQOgC { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9943px;width:153.999px;top:743px;left:224px;overflow:hidden;display:block; }
#SUSxuoLedRPy6y6gF0iQNRbWPoyUScqq { box-sizing:content-box;height:2.99716px;width:800px;position:absolute;display:block;z-index:15017;background-color:#ffcd64;background-image:none;top:206.98862075806px;left:0px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#oipiliCkprVFwEJfoWZTKfbtHE4AXWku { background-color:#ffcd64;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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:293.999px;height:65px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1478px;left:353px;display:block; }
#R7dzrvOCgTaMBQfl5ZbBRCQ8GeWb6gOf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#T1l89qbiWAsmtyrpxofEPGGRr8RQSKPh { color:#000000;display:block;width:807.99px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1144.9999847412px;left:75.994323730469px;height:140.3694px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uE675p1aRycI91dkutAUix9QaBXeIkHf { color:#000000;display:block;width:825.98px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:255.46873855591px;left:0px;height:93.5796px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#XJXkPOTSabPc7QuTN3mNeG3OTeme84KR { color:#000000;display:block;width:825.98px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:255.46873855591px;left:0px;height:116.9745px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#shmVIbOrE0MbzA5bCKqWXfNcDsWRsWE2 { color:#000000;display:block;width:825.98px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:255.46873855591px;left:0px;height:46.7898px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#SR0vinUXAVgcyfydNsRhiFfJIIWdNQVA { color:#000000;display:block;width:825.98px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:255.46873855591px;left:0px;height:23.3949px;text-align:justify;text-align-last:initial;display:block; }#SR0vinUXAVgcyfydNsRhiFfJIIWdNQVA li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#SR0vinUXAVgcyfydNsRhiFfJIIWdNQVA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6020db2fc65475aae1dd484fcbfb395b.svg); }
#kJ5XT8mz4uXaNTH0kvkfxyIAuH97cTKo { color:#000000;display:block;width:825.98px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:255.46873855591px;left:0px;height:23.3949px;text-align:justify;text-align-last:initial;display:block; }#kJ5XT8mz4uXaNTH0kvkfxyIAuH97cTKo li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#kJ5XT8mz4uXaNTH0kvkfxyIAuH97cTKo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_583120d8ab3731144f30a46e9d7831cf.svg); }
#HJtwHF2barAKJX3s608VbdlzMHQkMe5E { color:#000000;display:block;width:825.98px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:255.46873855591px;left:0px;height:46.7898px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#pbwOm9Cu66IQflcHGdylHzlaQ6XnCUgE { box-sizing:content-box;height:200px;width:200px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:380.90907669067px;left:492.99002075195px;display:block; }
#U1pyWUcx8XHZckFnMaqPOnlZwptcUhBn { color:#000000;display:block;width:482.99px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:166.76845169067px;left:0px;height:46.7898px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JvRwG8anB81Pz2I0vnnkugo4CmPwssaL { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:289.99998855591px;left:660.00003051758px;display:block; }
#Kvl1Tz9Q9VL4ghgptcPstsTb1t033Bsc { color:#000000;display:block;width:254px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:49.3892px;top:1962px;left:33px;display:block; }
#GXVfpnAsOOU04oesaRWyUZ9Zu7ugbq7y { color:#000000;display:block;width:253px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:46.8111px;top:1006px;left:30px;display:block; }
#bd8OOcyMawRA6rRwRzvszQq44LxHgqez { color:#000000;display:block;width:825.98px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:255.46873855591px;left:0px;height:23.3949px;text-align:justify;text-align-last:initial;display:block; }#bd8OOcyMawRA6rRwRzvszQq44LxHgqez li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#bd8OOcyMawRA6rRwRzvszQq44LxHgqez li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7ce71d713b3182d06ab25494d5d554a5.svg); }
#Tdef1xOtDheI2nKciZVbdwOkMTt7Q9MH { color:#000000;display:block;width:825.98px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:255.46873855591px;left:0px;height:46.7898px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#XPxK93Bge7ArpEZw0cE3JkJhic0OrHsC { color:#000000;display:block;width:825.98px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:255.46873855591px;left:0px;height:23.3949px;text-align:justify;text-align-last:initial;display:block; }#XPxK93Bge7ArpEZw0cE3JkJhic0OrHsC li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#XPxK93Bge7ArpEZw0cE3JkJhic0OrHsC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_526f22e758a7773c4d0e37efcba68f5a.svg); }
#uF7mPewvafutPHWVTVDtRvJxOKQclF8x { color:#000000;display:block;width:825.98px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:255.46873855591px;left:0px;height:210.5541px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#grXkaZyLQ3Hd9aXdpQF5qetyXrnlpVoh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:69px;width:300px;display:block; }
#WoIbpZ5MruBvRxF6HVpMQieQQw3elSBR { color:#000000;display:block;width:225px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:18.196px;top:1222px;left:46px;display:block; }
#cLL6Rz6NpTIuEvupQM7lUnOmINTFmkly { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39px;width:185px;top:0px;left:773.3517670008px;display:block; }
#zWr6PyiboQG3L2iQIZTTEc3JBgM1szAc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40px;width:221px;top:0px;left:736.86948185164px;display:block; }
#itwgPRTUCMkql07Ui7TzP6Oa9A6r2gB6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51px;width:245px;top:0px;left:0px;display:block; }
#gMbTMTsrG3lDPukSo3MyH6O4Lr5ELPpy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:70px;width:310px;top:16.001419067383px;left:647.89669445136px;display:block; }
#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 { 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; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container { background-color: transparent; background-image: none; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container > .video-iframe-container { display: none; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row > .video-iframe-container { display: none; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .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); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container { border-width: 0; border-radius: 0; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container { font-size:14px;font-family:arial;height:396px;width:960px;position:relative;display:block; }#tz8tV2Svi7Wbb3fTE5eF2k0Kg9v3LTGL { color:#000000;display:block;width:547.99px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:303.29541015625px;left:205.99429321289px;height:18.1979px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
body { position:relative;display:block; }
#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb { display:block; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container { width:764px;position:relative;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:567px;width:764px;position:relative;display:block; }#qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:492px;height:156px;top:64px;left:0px;display:none; }
#LIBPy1LfPtf9o4dQXHuCAT6iTh88LKR2 { width:492px;height:156px;top:64px;left:0px;display:none; }
#f8IoaiApCNMJDatRqz1cn4CITeSfwQ4x { width:482px;height:23px;top:166px;left:0px;font-size:18px;display:none; }
#kKa5xKUIRCmUaN3CCo7NcBVaaQMwkyMU { width:764px;height:140px;top:1315px;left:0px;font-size:12px;display:none; }
#xs5246GfRua6tcw8STSszsId7OzqC9q0 { width:323px;height:116px;top:580px;left:333px;font-size:13px;display:block; }
#PgLSdtv41io42N4f1khI6HTZNd96Ldr2 { width:608px;height:240px;top:556px;left:97px;display:none; }
#qXpt1Mx09byFhIyUREJeTEazKo8WZck0 { width:320px;height:55px;top:718px;left:334px;display:block; }
#zOhrd0OkKvF6PxNvrFdUM2yKt2DfV5Ti { display:block; }
#Nlgh30cxauEKRMxdIHuocENcKvhrik3R { width:118px;height:118px;top:579px;left:143px;display:block; }
#Q9HBgonLAUu75NgLDwkA6SmpCf7bawTp { width:157px;height:18px;top:709px;left:124px;font-size:14px;display:block; }
#HhImOvPTKNvhr7ZtsBbzN51EMhokhWNG { width:157px;height:18px;top:725px;left:124px;font-size:14px;display:block; }
#TJZUS6U5A2GTvogtiNGeNmdNTZJkQOgC { width:153px;height:30.786184325872px;top:743px;left:126px;display:block; }
#SUSxuoLedRPy6y6gF0iQNRbWPoyUScqq { width:764px;height:2px;top:206px;left:0px;display:block; }
#oipiliCkprVFwEJfoWZTKfbtHE4AXWku { width:293px;height:65px;top:1478px;left:255px;display:block; }
#R7dzrvOCgTaMBQfl5ZbBRCQ8GeWb6gOf { display:block; }
#T1l89qbiWAsmtyrpxofEPGGRr8RQSKPh { width:313px;height:156px;top:1092px;left:0px;font-size:12px;display:none; }
#uE675p1aRycI91dkutAUix9QaBXeIkHf { width:764px;height:93px;top:255px;left:0px;font-size:12px;display:none; }
#XJXkPOTSabPc7QuTN3mNeG3OTeme84KR { width:295px;height:124px;top:122px;left:0px;font-size:12px;display:none; }
#shmVIbOrE0MbzA5bCKqWXfNcDsWRsWE2 { width:295px;height:46px;top:301px;left:0px;font-size:12px;display:none; }
#SR0vinUXAVgcyfydNsRhiFfJIIWdNQVA { width:202px;height:;top:278px;left:0px;font-size:15px;display:none; }#SR0vinUXAVgcyfydNsRhiFfJIIWdNQVA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6020db2fc65475aae1dd484fcbfb395b.svg); }
#kJ5XT8mz4uXaNTH0kvkfxyIAuH97cTKo { width:287px;height:;top:576px;left:0px;font-size:15px;display:none; }#kJ5XT8mz4uXaNTH0kvkfxyIAuH97cTKo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_583120d8ab3731144f30a46e9d7831cf.svg); }
#HJtwHF2barAKJX3s608VbdlzMHQkMe5E { width:295px;height:62px;top:440px;left:0px;font-size:12px;display:none; }
#pbwOm9Cu66IQflcHGdylHzlaQ6XnCUgE { width:200px;height:200px;top:380px;left:394.99002075195px;display:none; }
#U1pyWUcx8XHZckFnMaqPOnlZwptcUhBn { width:216px;height:23px;top:86px;left:5px;font-size:18px;display:none; }
#JvRwG8anB81Pz2I0vnnkugo4CmPwssaL { width:200px;height:200px;top:289px;left:562.00003051758px;display:none; }
#Kvl1Tz9Q9VL4ghgptcPstsTb1t033Bsc { width:254px;height:78px;top:1962px;left:0px;font-size:19px;display:none; }
#GXVfpnAsOOU04oesaRWyUZ9Zu7ugbq7y { width:253px;height:46px;top:1006px;left:0px;font-size:12px;display:none; }
#bd8OOcyMawRA6rRwRzvszQq44LxHgqez { width:287px;height:;top:527px;left:0px;font-size:15px;display:none; }#bd8OOcyMawRA6rRwRzvszQq44LxHgqez li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7ce71d713b3182d06ab25494d5d554a5.svg); }
#Tdef1xOtDheI2nKciZVbdwOkMTt7Q9MH { width:295px;height:46px;top:576px;left:0px;font-size:12px;display:none; }
#XPxK93Bge7ArpEZw0cE3JkJhic0OrHsC { width:268px;height:;top:653px;left:0px;font-size:15px;display:none; }#XPxK93Bge7ArpEZw0cE3JkJhic0OrHsC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_526f22e758a7773c4d0e37efcba68f5a.svg); }
#uF7mPewvafutPHWVTVDtRvJxOKQclF8x { width:295px;height:202px;top:704px;left:0px;font-size:12px;display:none; }
#grXkaZyLQ3Hd9aXdpQF5qetyXrnlpVoh { width:300px;height:69px;display:none; }
#WoIbpZ5MruBvRxF6HVpMQieQQw3elSBR { width:225px;height:18px;top:1222px;left:0px;font-size:14px;display:none; }
#cLL6Rz6NpTIuEvupQM7lUnOmINTFmkly { width:185px;height:39px;top:0px;left:0px;display:none; }
#zWr6PyiboQG3L2iQIZTTEc3JBgM1szAc { width:221px;height:40px;top:0px;left:0px;display:none; }
#itwgPRTUCMkql07Ui7TzP6Oa9A6r2gB6 { width:245px;height:51px;top:0px;left:0px;display:none; }
#gMbTMTsrG3lDPukSo3MyH6O4Lr5ELPpy { width:310px;height:70px;top:16px;left:0px;display:none; }
#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 { display:block; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container { width:764px;position:relative;display:block; }#tz8tV2Svi7Wbb3fTE5eF2k0Kg9v3LTGL { width:547px;height:18px;top:303px;left:107.99429321289px;font-size:10px;display:block; }
body { position:relative;display:block; }
#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb { 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; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container { background-color: transparent; background-image: none; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container > .video-iframe-container { display: none; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row > .video-iframe-container { display: none; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .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); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container { border-width: 0; border-radius: 0; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container { width:320px;height:55px;position:relative;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#ffffff;background-image:none;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:1550px;width:320px;position:relative;display:block; }#qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:320px;height:43.1818px;top:19px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
#LIBPy1LfPtf9o4dQXHuCAT6iTh88LKR2 { width:320px;height:0;top:208.9772644043px;left:0px;text-align:center;text-align-last:center;font-size:26px;z-index:15002;display:none; }
#f8IoaiApCNMJDatRqz1cn4CITeSfwQ4x { width:216.996px;height:0;top:75.098968505859px;left:87px;font-size:9px;text-align:center;text-align-last:center;display:none; }
#kKa5xKUIRCmUaN3CCo7NcBVaaQMwkyMU { width:314px;height:0;top:1103px;left:4px;font-size:12px;text-align:center;text-align-last:center;display:none; }
#xs5246GfRua6tcw8STSszsId7OzqC9q0 { width:245.987px;height:0;top:2138px;left:39px;font-size:13px;text-align:center;text-align-last:center;display:none; }
#PgLSdtv41io42N4f1khI6HTZNd96Ldr2 { width:286px;height:280px;top:2115px;left:17px;display:none; }
#qXpt1Mx09byFhIyUREJeTEazKo8WZck0 { width:190.98px;height:40.9872px;top:1097px;left:63px;font-size:18px;z-index:15022;display:block; }
#zOhrd0OkKvF6PxNvrFdUM2yKt2DfV5Ti { display:block; }
#Nlgh30cxauEKRMxdIHuocENcKvhrik3R { width:69px;height:69px;top:2298px;left:50px;display:none; }
#Q9HBgonLAUu75NgLDwkA6SmpCf7bawTp { width:130px;height:0;top:2298px;left:132px;font-size:14px;text-align:left;text-align-last:left;display:none; }
#HhImOvPTKNvhr7ZtsBbzN51EMhokhWNG { width:57px;height:0;top:2313px;left:132px;font-size:14px;text-align:left;text-align-last:left;display:none; }
#TJZUS6U5A2GTvogtiNGeNmdNTZJkQOgC { width:152.997px;height:30.7812px;top:2335px;left:121px;display:none; }
#SUSxuoLedRPy6y6gF0iQNRbWPoyUScqq { width:250px;height:2.98958px;top:110.13493728638px;left:34.999998092651px;display:block; }
#oipiliCkprVFwEJfoWZTKfbtHE4AXWku { width:240.979px;height:55px;top:2374.0001831055px;left:39.505210876465px;display:none; }
#R7dzrvOCgTaMBQfl5ZbBRCQ8GeWb6gOf { display:block; }
#T1l89qbiWAsmtyrpxofEPGGRr8RQSKPh { width:313.999px;height:0;top:2771px;left:3px;font-size:12px;text-align:center;text-align-last:center;z-index:15013;display:none; }
#uE675p1aRycI91dkutAUix9QaBXeIkHf { width:320px;height:0;top:123.38068008423px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:none; }
#XJXkPOTSabPc7QuTN3mNeG3OTeme84KR { width:295.98px;height:124.8296px;top:122.34375px;left:12px;font-size:12px;text-align:left;text-align-last:left;z-index:15009;display:block; }
#shmVIbOrE0MbzA5bCKqWXfNcDsWRsWE2 { width:295.973px;height:46.8111px;top:310.99429321289px;left:12.009943008423px;font-size:12px;text-align:left;text-align-last:left;z-index:15010;display:block; }
#SR0vinUXAVgcyfydNsRhiFfJIIWdNQVA { width:283px;height:19.4957px;top:278.99856948853px;left:12.997158050537px;font-size:15px;text-align:left;text-align-last:left;z-index:15011;display:block; }#SR0vinUXAVgcyfydNsRhiFfJIIWdNQVA li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#SR0vinUXAVgcyfydNsRhiFfJIIWdNQVA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6020db2fc65475aae1dd484fcbfb395b.svg); }
#kJ5XT8mz4uXaNTH0kvkfxyIAuH97cTKo { width:288px;height:38.9915px;top:391px;left:13px;font-size:15px;text-align:left;text-align-last:left;z-index:15012;display:block; }#kJ5XT8mz4uXaNTH0kvkfxyIAuH97cTKo li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#kJ5XT8mz4uXaNTH0kvkfxyIAuH97cTKo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_583120d8ab3731144f30a46e9d7831cf.svg); }
#HJtwHF2barAKJX3s608VbdlzMHQkMe5E { width:295.973px;height:62.4148px;top:442.99429321289px;left:12.009943008423px;font-size:12px;text-align:left;text-align-last:left;z-index:15011;display:block; }
#pbwOm9Cu66IQflcHGdylHzlaQ6XnCUgE { top:75px;left:92px;width:27px;height:27px;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e5937059-1fce-41cd-9989-755318a87744/image1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pbwOm9Cu66IQflcHGdylHzlaQ6XnCUgE.adaptive-delivery-prevent-bg, #pbwOm9Cu66IQflcHGdylHzlaQ6XnCUgE.lazyload, #pbwOm9Cu66IQflcHGdylHzlaQ6XnCUgE.lazyloading { background-image: none; }
#U1pyWUcx8XHZckFnMaqPOnlZwptcUhBn { width:105px;height:23.3948px;top:77px;left:122px;font-size:9px;text-align:left;text-align-last:left;z-index:15009;display:block; }
#JvRwG8anB81Pz2I0vnnkugo4CmPwssaL { top:953px;left:12px;width:296px;height:248px;z-index:15019;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #faf2e7, #ffbc2f);background-image: -moz-linear-gradient(180deg, #faf2e7, #ffbc2f);background-image: -ms-linear-gradient(180deg, #faf2e7, #ffbc2f);background-image: -o-linear-gradient(180deg, #faf2e7, #ffbc2f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf2e7', endColorstr='#ffbc2f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf2e7', endColorstr='#ffbc2f' );";background-image: linear-gradient(180deg, #faf2e7, #ffbc2f);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; }
#Kvl1Tz9Q9VL4ghgptcPstsTb1t033Bsc { top:975px;left:29px;width:254px;height:49.3892px;z-index:15020;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-family:montserrat;font-size:19px;display:block; }
#GXVfpnAsOOU04oesaRWyUZ9Zu7ugbq7y { top:1037px;left:29px;width:254px;height:46.8111px;z-index:15021;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-family:montserrat;font-size:12px;display:block; }
#bd8OOcyMawRA6rRwRzvszQq44LxHgqez { width:287.997px;height:38.9915px;top:527.99003601074px;left:13px;font-size:15px;text-align:left;text-align-last:left;z-index:15013;display:block; }#bd8OOcyMawRA6rRwRzvszQq44LxHgqez li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#bd8OOcyMawRA6rRwRzvszQq44LxHgqez li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7ce71d713b3182d06ab25494d5d554a5.svg); }
#Tdef1xOtDheI2nKciZVbdwOkMTt7Q9MH { width:295.973px;height:46.8111px;top:578.98152160645px;left:12.009943008423px;font-size:12px;text-align:left;text-align-last:left;z-index:15012;display:block; }
#XPxK93Bge7ArpEZw0cE3JkJhic0OrHsC { width:269px;height:38.9915px;top:653px;left:13px;font-size:15px;text-align:left;text-align-last:left;z-index:15014;display:block; }#XPxK93Bge7ArpEZw0cE3JkJhic0OrHsC li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#XPxK93Bge7ArpEZw0cE3JkJhic0OrHsC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_526f22e758a7773c4d0e37efcba68f5a.svg); }
#uF7mPewvafutPHWVTVDtRvJxOKQclF8x { width:295.973px;height:202.8481px;top:704.99143981934px;left:12.009943008423px;font-size:12px;text-align:left;text-align-last:left;z-index:15013;display:block; }
#grXkaZyLQ3Hd9aXdpQF5qetyXrnlpVoh { top:1151.2286224365px;left:77.990056991577px;width:163.999px;height:32.9972px;z-index:15023;overflow:hidden;display:block; }
#WoIbpZ5MruBvRxF6HVpMQieQQw3elSBR { top:1222.1661376953px;left:46.995737075806px;width:225.994px;height:18.196px;z-index:15024;text-align:center;text-align-last:center;font-size:14px;display:block; }
#cLL6Rz6NpTIuEvupQM7lUnOmINTFmkly { top:1265.6746520996px;left:166.88919639587px;width:130px;height:22.9972px;z-index:15026;overflow:hidden;display:block; }
#zWr6PyiboQG3L2iQIZTTEc3JBgM1szAc { top:1319.6732177734px;left:11.988636016846px;width:124px;height:22px;z-index:15027;overflow:hidden;display:block; }
#itwgPRTUCMkql07Ui7TzP6Oa9A6r2gB6 { top:1318.1675415039px;left:167.88352012634px;width:140.994px;height:25px;z-index:15028;overflow:hidden;display:block; }
#gMbTMTsrG3lDPukSo3MyH6O4Lr5ELPpy { top:1265.1774902344px;left:13.899147033691px;width:108.999px;height:23.9986px;z-index:15025;overflow:hidden;display:block; }
#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 { display:block; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container { width:320px;height:185px;position:relative;display:block; }#tz8tV2Svi7Wbb3fTE5eF2k0Kg9v3LTGL { width:287.997px;height:13px;top:45.987243652344px;left:15.994318008423px;font-size:10px;text-align:center;text-align-last:center;display:block; }
