.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:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1c1a9b8f-4d72-4d9f-ae49-ad04922c729b/bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { background-color: transparent; background-image: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .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); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { border-width: 0; border-radius: 0; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { font-size:14px;font-family:arial;height:1062px;width:960px;position:relative;display:block; }#TiOAu2ITMfmthx9IbGTNH0fcI3VChHn6 { color:#7a2152;display:block;width:747px;position:absolute;font-family:"yeseva one";font-size:38px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:239px;left:106.5px;height:49.3906px;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; }
#Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { color:#000000;display:block;width:523px;position:absolute;font-family:rubik;font-size:16px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:304px;left:218.5px;height:187.1721px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KO2a4LSesytfEn0Kmn71h6iaOTS6RWWK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:118px;width:154px;top:0px;left:403px;overflow:hidden;display:block; }
#E0LlUT8634bU462x31gAQIzyIWXOfpPE { color:#7a2152;display:block;width:747px;position:absolute;font-family:"yeseva one";font-size:38px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:149px;left:106.5px;height:49.3906px;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; }
#JUJBUh8QPDNHsThi5CzZr6qU04Zfxw9z { 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:15013;opacity:1;top:901px;left:373px; }
#JUJBUh8QPDNHsThi5CzZr6qU04Zfxw9z > img { max-width: 100%;max-height:100%; }#ROuaszayDQXJ2JI7eXKVt5nhEest4ihG { 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:15014;opacity:1;top:901px;left:444px; }
#ROuaszayDQXJ2JI7eXKVt5nhEest4ihG > img { max-width: 100%;max-height:100%; }#NxFyO4rmigz8XmCWXTsVMMPqABODhVFw { 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:15014;opacity:1;top:979px;left:279px; }
#NxFyO4rmigz8XmCWXTsVMMPqABODhVFw > img { max-width: 100%;max-height:100%; }#LcT4skaiUXzOOAaKTCgHz0R3x3xJOFrr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#7b2051;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:331px;height:41px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:787px;left:373px;display:none; }
#oBAoUAMZ1sJgKWJUcuhuhpxxvc5hr8mg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UhLa2ritPXqAM7pdKm91W8nFBuL2hKOh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#7b2051;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:342px;height:41px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:984px;left:339px;display:block; }
#WnZSEriSXu6yTlrgFJQb5mKOvEI6rhaE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#rMEThtIOL9TqBEZpyuc1w3XCDT4dNU1V { color:#000000;display:block;width:523px;position:absolute;font-family:rubik;font-size:16px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:687px;left:218.5px;height:187.1721px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M40BPTSevr0uU707xM6d8UQX0N4fvyFz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/840ba512-17a7-4c90-82a0-fdf77159da3c/logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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-sizing:border-box;color:#7b2051;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:77px;height:56px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:898px;left:510px;display:block; }#M40BPTSevr0uU707xM6d8UQX0N4fvyFz.adaptive-delivery-prevent-bg, #M40BPTSevr0uU707xM6d8UQX0N4fvyFz.lazyload, #M40BPTSevr0uU707xM6d8UQX0N4fvyFz.lazyloading { background-image: none; }
#FIMQzP1kmhvU1QZ3Egl1hNluQ053BSpF { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UEcLartHuuTLICisSowLz3he6xtwURD3 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:502.3125px;left:403px;height:24.6875px;text-align:center;text-align-last:center;display:block; }
#lyQF84uqPmRTCeixNg5kycnR34uCU5E0 { 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:410px;width:212px;top:138px;left:746.48598130841px;overflow:hidden;display:block; }
#KZINcXatwphqmAd9ZpZvNyQpyJkscsCm { color:#000000;display:block;width:439px;position:absolute;font-family:rubik;font-size:16px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:542px;left:279px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ixyNlyHniGqMgyTkDVSO6SgqJty8nlzx { color:#000000;display:block;width:324px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:602px;left:348px;height:49.375px;text-align:center;text-align-last:center;display:block; }
#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { 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/a398dec6-9d0b-471a-9aa8-9d8771e3dd2a/bottom.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; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM.adaptive-delivery-prevent-bg, #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM.lazyload, #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM.lazyloading { background-image: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { background-color: transparent; background-image: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .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); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { border-width: 0; border-radius: 0; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { font-size:14px;font-family:arial;height:237px;width:960px;position:relative;display:block; }#vcaudHHwNtoE4QZJr0so4ylRWrrFNw7F { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:147px;height:28px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:196px;left:365px;display:block; }
#zVVTb0tTybHtZDAbSCZ6GnaVbsQA6pzv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LXN8hQIBo7dPO6eiBHQAxB4rc0PGyvJT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:84px;height:28px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:196px;left:512px;display:block; }
#XnKuMztaDth9iXnMqnF5tER3U8KLUGWE { 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) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiOAu2ITMfmthx9IbGTNH0fcI3VChHn6 { width:747px;height:49px;top:239px;left:8.5px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:523px;height:187px;top:304px;left:120.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KO2a4LSesytfEn0Kmn71h6iaOTS6RWWK { top:0px;left:305px;width:154px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #E0LlUT8634bU462x31gAQIzyIWXOfpPE { width:747px;height:49px;top:149px;left:8.5px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #JUJBUh8QPDNHsThi5CzZr6qU04Zfxw9z { top:901px;left:275px;width:50px;height:50px;display:block; }
#JUJBUh8QPDNHsThi5CzZr6qU04Zfxw9z > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ROuaszayDQXJ2JI7eXKVt5nhEest4ihG { top:901px;left:346px;width:50px;height:50px;display:block; }
#ROuaszayDQXJ2JI7eXKVt5nhEest4ihG > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #NxFyO4rmigz8XmCWXTsVMMPqABODhVFw { top:979px;left:181px;width:50px;height:50px;display:block; }
#NxFyO4rmigz8XmCWXTsVMMPqABODhVFw > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #LcT4skaiUXzOOAaKTCgHz0R3x3xJOFrr { width:331px;height:41px;top:787px;left:275px;display:block; }
 }@media only screen and (max-width: 763px) { #oBAoUAMZ1sJgKWJUcuhuhpxxvc5hr8mg { display:block; }
 }@media only screen and (max-width: 763px) { #UhLa2ritPXqAM7pdKm91W8nFBuL2hKOh { width:342px;height:41px;top:984px;left:241px;display:block; }
 }@media only screen and (max-width: 763px) { #WnZSEriSXu6yTlrgFJQb5mKOvEI6rhaE { display:block; }
 }@media only screen and (max-width: 763px) { #rMEThtIOL9TqBEZpyuc1w3XCDT4dNU1V { width:523px;height:187px;top:687px;left:120.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #M40BPTSevr0uU707xM6d8UQX0N4fvyFz { width:77px;height:56px;top:898px;left:412px;display:block; }
 }@media only screen and (max-width: 763px) { #FIMQzP1kmhvU1QZ3Egl1hNluQ053BSpF { display:block; }
 }@media only screen and (max-width: 763px) { #UEcLartHuuTLICisSowLz3he6xtwURD3 { top:502px;left:305px;width:200px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #lyQF84uqPmRTCeixNg5kycnR34uCU5E0 { top:138px;left:486px;width:212px;height:410px;display:block; }
 }@media only screen and (max-width: 763px) { #KZINcXatwphqmAd9ZpZvNyQpyJkscsCm { width:439px;height:41px;top:542px;left:181px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ixyNlyHniGqMgyTkDVSO6SgqJty8nlzx { top:602px;left:250px;width:324px;height:49px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcaudHHwNtoE4QZJr0so4ylRWrrFNw7F { width:147px;height:28px;top:196px;left:267px;display:block; }
 }@media only screen and (max-width: 763px) { #zVVTb0tTybHtZDAbSCZ6GnaVbsQA6pzv { display:block; }
 }@media only screen and (max-width: 763px) { #LXN8hQIBo7dPO6eiBHQAxB4rc0PGyvJT { width:84px;height:28px;top:196px;left:414px;display:block; }
 }@media only screen and (max-width: 763px) { #XnKuMztaDth9iXnMqnF5tER3U8KLUGWE { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1c1a9b8f-4d72-4d9f-ae49-ad04922c729b/bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { width:320px;height:1323px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiOAu2ITMfmthx9IbGTNH0fcI3VChHn6 { width:320px;height:41.5938px;top:212px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:320px;height:327.4686px;top:274px;left:0px;font-size:18px;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KO2a4LSesytfEn0Kmn71h6iaOTS6RWWK { width:109px;height:83px;top:14px;left:105.5px;display:block; }
 }@media only screen and (max-width: 763px) { #E0LlUT8634bU462x31gAQIzyIWXOfpPE { width:320px;height:83.1875px;top:110px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JUJBUh8QPDNHsThi5CzZr6qU04Zfxw9z { display:flex;width:50px;height:50px;top:1147px;left:27px; }
#JUJBUh8QPDNHsThi5CzZr6qU04Zfxw9z > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ROuaszayDQXJ2JI7eXKVt5nhEest4ihG { display:flex;width:50px;height:50px;top:1147px;left:131px; }
#ROuaszayDQXJ2JI7eXKVt5nhEest4ihG > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #NxFyO4rmigz8XmCWXTsVMMPqABODhVFw { display:flex;width:50px;height:50px;top:1242px;left:27px; }
#NxFyO4rmigz8XmCWXTsVMMPqABODhVFw > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #LcT4skaiUXzOOAaKTCgHz0R3x3xJOFrr { width:195px;height:55px;top:1240px;left:90px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oBAoUAMZ1sJgKWJUcuhuhpxxvc5hr8mg { display:block; }
 }@media only screen and (max-width: 763px) { #UhLa2ritPXqAM7pdKm91W8nFBuL2hKOh { width:304px;height:41px;top:984px;left:0px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #WnZSEriSXu6yTlrgFJQb5mKOvEI6rhaE { display:block; }
 }@media only screen and (max-width: 763px) { #rMEThtIOL9TqBEZpyuc1w3XCDT4dNU1V { width:320px;height:304.0779px;top:823px;left:0px;font-size:18px;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M40BPTSevr0uU707xM6d8UQX0N4fvyFz { width:77px;height:56px;top:1144px;left:216px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FIMQzP1kmhvU1QZ3Egl1hNluQ053BSpF { display:block; }
 }@media only screen and (max-width: 763px) { #UEcLartHuuTLICisSowLz3he6xtwURD3 { width:200px;height:24.6875px;top:617px;left:60px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lyQF84uqPmRTCeixNg5kycnR34uCU5E0 { width:54px;height:106px;top:169px;left:266px;display:block; }
 }@media only screen and (max-width: 763px) { #KZINcXatwphqmAd9ZpZvNyQpyJkscsCm { width:320px;height:70.1719px;top:660px;left:0px;font-size:18px;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ixyNlyHniGqMgyTkDVSO6SgqJty8nlzx { width:320px;height:49.375px;top:747px;left:0px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { width:320px;height:116px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcaudHHwNtoE4QZJr0so4ylRWrrFNw7F { width:147px;height:28px;top:20px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #zVVTb0tTybHtZDAbSCZ6GnaVbsQA6pzv { display:block; }
 }@media only screen and (max-width: 763px) { #LXN8hQIBo7dPO6eiBHQAxB4rc0PGyvJT { width:84px;height:28px;top:68px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #XnKuMztaDth9iXnMqnF5tER3U8KLUGWE { display:block; }
 }