.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;
}body { background-color:#ffffff;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; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/88612b98-06a8-42c8-a6e6-909be43b4eb8/bg6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl.adaptive-delivery-prevent-bg, #JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl.lazyload, #JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl.lazyloading { background-image: none; }#JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl > .row .container { background-color: transparent; background-image: none; }#JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl > .row .container > .video-iframe-container { display: none; }#JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl > .row > .video-iframe-container { display: none; }#JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl > .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); }#JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl > .row .container { border-width: 0; border-radius: 0; }#JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl > .row .container { font-size:14px;font-family:arial;height:895px;width:1200px;position:relative;display:block; }#QAeKovwl3rwHK0R621u3fT6W4U469u78 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:483px;width:480px;top:141.99653625488px;left:0px;overflow:hidden;display:block; }
#EatmGpbbhXQNsTLI2qQGeTmPLiSQGbRk { position:absolute;display:block;z-index:14999;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:185.99px;width:168.993px;top:77.986114501953px;left:0px;overflow:hidden;display:block; }
#TlKymaGglSeuAkWG056n81gRPNTtQGX7 { position:absolute;display:block;z-index:15003;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:231px;width:210px;top:488px;left:379px;overflow:hidden;display:block; }
#vO0T7wg3E2PfzLHe2IzCUg5u8poc6FNt { color:#ffffff;display:block;width:556px;position:absolute;font-family:poppins;font-size:36px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:181px;left:613px;height:140.3907px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oPl8zgx7kGmN3QJZn8R7rTZUO8q1QMCR { color:#f0d0e3;display:block;width:551px;position:absolute;font-family:poppins;font-size:30px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:102px;left:616px;height:39px;text-align:center;text-align-last:center;display:block; }
#b1Ms9BaZHXKpk81eT86LDsvhs1KdQTN2 { position:absolute;display:block;z-index:15009;background-color:#ffffff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:100px;top:342px;left:841px;display:block; }
#IN938O313TOHu70d1ktb56hzHns9DndH { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:29px;width:26px;top:408.5px;left:641.99996948242px;overflow:hidden;display:block; }
#VmH2LlWw8mSdOX7bHBOwIaZUmMzHeU1K { color:#ffffff;display:block;width:113px;position:absolute;font-family:poppins;font-size:22px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:369px;left:683px;height:28.5938px;display:block; }
#ZpF9lh3tDng4NPTQRAIu7S8WzkVZTgm2 { color:#ffffff;display:block;width:84px;position:absolute;font-family:poppins;font-size:22px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:369px;left:858px;height:28.5938px;display:block; }
#v3aCN5bDR7U0CVQWksTllh7cquw3a980 { color:#ffffff;display:block;width:121px;position:absolute;font-family:poppins;font-size:22px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:369px;left:1039px;height:28.5938px;display:block; }
#iOKMKVVQzrBWkZhleRhPBnsihxsc7CID { position:absolute;display:block;z-index:15013;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:31px;width:26px;top:367px;left:819px;overflow:hidden;display:block; }
#xwAUbAIAWG0w2mZfztSaQxyHfKme8yO4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:30px;width:30px;top:368px;left:989px;overflow:hidden;display:block; }
#ODevCepKGPvTT5COCyMlW3XXTFpkn5LN { color:#ffffff;display:block;width:261px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:684px;left:653px;height:20.7969px;text-align:left;text-align-last:left;display:block; }
#VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#cc65a1;padding-top:9.47px;padding-right:8.59px;padding-bottom:9.47px;padding-left:8.59px;display:block;align-items:center;width:51.51px;min-width:51.51px;height:50.87px;position:relative;font-family:"open sans";font-size:37.87px;font-weight:700;line-height:50.87px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf .widget-text.counter-label { background-color:;background-image:none;color:#090134;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5.91px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:68.72px;height:20.1px;position:relative;font-family:"open sans";font-size:14.2px;font-weight:700;line-height:20.1px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#ffffff;background-image:none;box-shadow: 0 10px 20px rgba(0,0,0,0.29) ;display:flex;justify-content:space-between;width:339px;height:95.8125px;padding-top:18px;padding-right:18px;padding-bottom:18px;padding-left:18px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:715px;left:642px;z-index:15015; }
#VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #AM7FTQhZTzGwaB2VQxbMOT8HSaOlyWSB { display:flex;position:relative;top:0px;left:0px; }
#VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #R34XlWr8S9asBCJLw9vxk7uK4JlQaEZy { width:auto; }
#VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #gLaXoz0BUJfdEWZ3tclTyZU9THgTbOOO {  }
#VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #iVtn2xOvvcqPRQwyAObSBI2emA6nVl7q { display:flex;position:relative;top:0px;left:0px; }
#VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #qooJ0FEU7Jy2M82JD7D2FOmzn0swxumb {  }
#VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #AOsQJ1vqhheWwd9cgyu7lBIS7Egkd5EJ {  }
#VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #AD0o8c4VzSo2cCRtyigvUMdecsguB7Fh { display:flex;position:relative;top:0px;left:0px; }
#VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #ahXD0hq4Wq1MtpwnGamRaW7CVTU7L5Wh {  }
#VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #CaXsTliJPLNaFEA67Uv8S5xLUTl0x5bW {  }
#VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #W4nRxrToHsCsCGIuoZlWWzG0RTFeElGn { display:flex;position:relative;top:0px;left:0px; }
#VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #QVTfSnxg2G2lqBSJ9aZAhx0JmCnFwS8o {  }
#VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #DKmGUcEGyORlQMKO31VOGRT7pVpSNxd9 {  }
#fnZuRBJf7xrxEUVg71xOtw2cUDEkSJ49 { 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;height:81px;width:438px;top:18.5625px;left:0px;overflow:hidden;display:block; }
#DbShvhLH8mkgKUZdmpvGiRwDbL7x7g41 { color:#f6cd00;display:block;width:517px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:474.79998779297px;left:641.99996948242px;height:0;font-style:normal;display:none; }
#gT5oOC4yfqTVOw07oNnNR9TfNBVJX42q { color:#ffffff;display:block;width:540px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:465px;left:642px;height:168.9848px;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/88612b98-06a8-42c8-a6e6-909be43b4eb8/bg6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl.adaptive-delivery-prevent-bg, #JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl.lazyload, #JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl.lazyloading { background-image: none; }#JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl > .row .container { background-color: transparent; background-image: none; }#JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl > .row .container > .video-iframe-container { display: none; }#JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl > .row > .video-iframe-container { display: none; }#JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl > .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); }#JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl > .row .container { width:764px;height:955px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QAeKovwl3rwHK0R621u3fT6W4U469u78 { width:309px;height:311px;top:203px;left:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #EatmGpbbhXQNsTLI2qQGeTmPLiSQGbRk { width:136px;height:150px;top:158px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #TlKymaGglSeuAkWG056n81gRPNTtQGX7 { width:136px;height:150px;top:394px;left:197px;display:block; }
 }@media only screen and (max-width: 1199px) { #vO0T7wg3E2PfzLHe2IzCUg5u8poc6FNt { width:390px;height:156px;top:198px;left:362px;font-size:40px;display:block; }
 }@media only screen and (max-width: 1199px) { #oPl8zgx7kGmN3QJZn8R7rTZUO8q1QMCR { width:414px;height:28.5938px;top:158px;left:350px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #b1Ms9BaZHXKpk81eT86LDsvhs1KdQTN2 { width:100px;height:2px;top:373px;left:507px;display:block; }
 }@media only screen and (max-width: 1199px) { #IN938O313TOHu70d1ktb56hzHns9DndH { width:26px;height:29px;top:398px;left:477px;display:block; }
 }@media only screen and (max-width: 1199px) { #VmH2LlWw8mSdOX7bHBOwIaZUmMzHeU1K { width:113px;height:28.5938px;top:398px;left:522px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZpF9lh3tDng4NPTQRAIu7S8WzkVZTgm2 { width:76px;height:28.5938px;top:449px;left:522px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #v3aCN5bDR7U0CVQWksTllh7cquw3a980 { width:118px;height:28.5938px;top:507px;left:522px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #iOKMKVVQzrBWkZhleRhPBnsihxsc7CID { width:26px;height:31px;top:448px;left:477px;display:block; }
 }@media only screen and (max-width: 1199px) { #xwAUbAIAWG0w2mZfztSaQxyHfKme8yO4 { width:30px;height:30px;top:506px;left:475px;display:block; }
 }@media only screen and (max-width: 1199px) { #ODevCepKGPvTT5COCyMlW3XXTFpkn5LN { width:280px;height:20.7969px;top:731px;left:242px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf { display:flex;width:288px;height:81px;top:762px;left:220px; }
 }@media only screen and (max-width: 1199px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #AM7FTQhZTzGwaB2VQxbMOT8HSaOlyWSB { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #R34XlWr8S9asBCJLw9vxk7uK4JlQaEZy {  }
 }@media only screen and (max-width: 1199px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #gLaXoz0BUJfdEWZ3tclTyZU9THgTbOOO {  }
 }@media only screen and (max-width: 1199px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #iVtn2xOvvcqPRQwyAObSBI2emA6nVl7q { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #qooJ0FEU7Jy2M82JD7D2FOmzn0swxumb {  }
 }@media only screen and (max-width: 1199px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #AOsQJ1vqhheWwd9cgyu7lBIS7Egkd5EJ {  }
 }@media only screen and (max-width: 1199px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #AD0o8c4VzSo2cCRtyigvUMdecsguB7Fh { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #ahXD0hq4Wq1MtpwnGamRaW7CVTU7L5Wh {  }
 }@media only screen and (max-width: 1199px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #CaXsTliJPLNaFEA67Uv8S5xLUTl0x5bW {  }
 }@media only screen and (max-width: 1199px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #W4nRxrToHsCsCGIuoZlWWzG0RTFeElGn { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #QVTfSnxg2G2lqBSJ9aZAhx0JmCnFwS8o {  }
 }@media only screen and (max-width: 1199px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #DKmGUcEGyORlQMKO31VOGRT7pVpSNxd9 {  }
 }@media only screen and (max-width: 1199px) { #fnZuRBJf7xrxEUVg71xOtw2cUDEkSJ49 { width:364px;height:67px;top:30.09375px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #DbShvhLH8mkgKUZdmpvGiRwDbL7x7g41 { width:517px;height:52px;top:558px;left:123.5px;font-size:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #gT5oOC4yfqTVOw07oNnNR9TfNBVJX42q { width:714px;height:135.1876px;top:570px;left:25px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl { display:block; }#JuOLFb3us4aTsQQDAi1TT2CUvA1Oi4yl > .row .container { width:320px;height:1138px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAeKovwl3rwHK0R621u3fT6W4U469u78 { width:188px;height:189px;top:344px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #EatmGpbbhXQNsTLI2qQGeTmPLiSQGbRk { width:169px;height:186px;top:991.015625px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #TlKymaGglSeuAkWG056n81gRPNTtQGX7 { width:210px;height:231px;top:1287px;left:110px;display:none; }
 }@media only screen and (max-width: 763px) { #vO0T7wg3E2PfzLHe2IzCUg5u8poc6FNt { width:314px;height:124.7814px;top:188px;left:3px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oPl8zgx7kGmN3QJZn8R7rTZUO8q1QMCR { width:320px;height:62.375px;top:99px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b1Ms9BaZHXKpk81eT86LDsvhs1KdQTN2 { width:100px;height:2px;top:325px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #IN938O313TOHu70d1ktb56hzHns9DndH { width:26px;height:29px;top:565px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #VmH2LlWw8mSdOX7bHBOwIaZUmMzHeU1K { width:111px;height:24.7px;top:569px;left:66px;font-size:19px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZpF9lh3tDng4NPTQRAIu7S8WzkVZTgm2 { width:110px;height:24.7px;top:569px;left:208px;font-size:19px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v3aCN5bDR7U0CVQWksTllh7cquw3a980 { width:110px;height:24.7px;top:622px;left:125px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iOKMKVVQzrBWkZhleRhPBnsihxsc7CID { width:26px;height:31px;top:563px;left:170px;display:block; }
 }@media only screen and (max-width: 763px) { #xwAUbAIAWG0w2mZfztSaQxyHfKme8yO4 { width:30px;height:30px;top:619px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #ODevCepKGPvTT5COCyMlW3XXTFpkn5LN { width:280px;height:20.7969px;top:882px;left:16px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf .widget-text.counter-number { padding-top:6.91px;padding-right:6.11px;padding-bottom:6.91px;padding-left:6.11px;width:36.66px;min-width:36.66px;height:37.12px;font-size:27.62px;line-height:37.12px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:4.32px;margin-right:0;margin-bottom:0;margin-left:0;width:48.88px;height:14.68px;font-size:10.36px;line-height:14.68px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf { display:flex;width:260px;height:69.94px;top:915px;left:14px;padding-top:15.54px;padding-right:15.71px;padding-bottom:15.54px;padding-left:15.71px;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #AM7FTQhZTzGwaB2VQxbMOT8HSaOlyWSB { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #R34XlWr8S9asBCJLw9vxk7uK4JlQaEZy {  }
 }@media only screen and (max-width: 763px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #gLaXoz0BUJfdEWZ3tclTyZU9THgTbOOO {  }
 }@media only screen and (max-width: 763px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #iVtn2xOvvcqPRQwyAObSBI2emA6nVl7q { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #qooJ0FEU7Jy2M82JD7D2FOmzn0swxumb {  }
 }@media only screen and (max-width: 763px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #AOsQJ1vqhheWwd9cgyu7lBIS7Egkd5EJ {  }
 }@media only screen and (max-width: 763px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #AD0o8c4VzSo2cCRtyigvUMdecsguB7Fh { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #ahXD0hq4Wq1MtpwnGamRaW7CVTU7L5Wh {  }
 }@media only screen and (max-width: 763px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #CaXsTliJPLNaFEA67Uv8S5xLUTl0x5bW {  }
 }@media only screen and (max-width: 763px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #W4nRxrToHsCsCGIuoZlWWzG0RTFeElGn { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #QVTfSnxg2G2lqBSJ9aZAhx0JmCnFwS8o {  }
 }@media only screen and (max-width: 763px) { #VZi8JHnz17iO5iH5OdrTKzaBzqTKFgwf #DKmGUcEGyORlQMKO31VOGRT7pVpSNxd9 {  }
 }@media only screen and (max-width: 763px) { #fnZuRBJf7xrxEUVg71xOtw2cUDEkSJ49 { width:310px;height:56px;top:20.984375px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #DbShvhLH8mkgKUZdmpvGiRwDbL7x7g41 { width:306px;height:52px;top:834px;left:7px;font-size:20px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gT5oOC4yfqTVOw07oNnNR9TfNBVJX42q { width:298px;height:171.5626px;top:688.015625px;left:11px;font-size:22px;display:block; }
 }