.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;
}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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ba9faa6e-cf0c-4363-b22c-37a09c306266/bgtop.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.adaptive-delivery-prevent-bg, #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.lazyload, #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.lazyloading { background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { border-width: 0; border-radius: 0; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { font-size:14px;font-family:arial;height:764px;width:1200px;position:relative;display:block; }#Q8SO2ZoCuZRS36PdATmCQ6Pv6SJTT7O9 { 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:35px;width:244px;top:6px;left:14px;overflow:hidden;display:block; }
#dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { color:#ffffff;display:block;width:756px;position:absolute;font-family:poppins;font-size:44px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:139.21667480469px;left:14px;height:114.375px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { background-color:#ed004d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:434px;height:58px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:539px;left:162.00003051758px;display:block; }
#KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IX8eG6RQSBc8M8LJgCEAiegbTPVcwS1Z { color:#ffffff;display:block;width:120px;position:absolute;font-family:poppins;font-size:21px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:98.833335876465px;left:10px;height:27.3px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wwlZmsDwStnwNleLN1rebSh0wkq5S82J { position:absolute;display:block;z-index:14999;background-color:#4b9801;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:35px;width:110px;top:95.000007629395px;left:14px;display:block; }
#EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { position:absolute;display:block;z-index:14997;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:564px;width:674px;top:121.50001525879px;left:619.00003051758px;overflow:hidden;display:block; }
#VqXXlW2qXHyI5NFLDoENO4Dv18o6aXD7 { position:absolute;display:block;z-index:15019;background-color:#4b9801;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:90px;width:90px;top:237px;left:1110px;display:block; }
#vgG5xFoW1d2ztr9VTepQeqVSwh5FOqC0 { color:#ffffff;display:block;width:81px;position:absolute;font-family:poppins;font-size:32px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:263.38334655762px;left:1115px;height:41.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WtZMJIMFI1FCrobs99XpDKN1dyiabDMx { position:absolute;display:block;z-index:15020;background-color:#ed004d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:90px;width:90px;top:336.00001525879px;left:1110px;display:block; }
#SfqMVgJohqzQx6ud1BZiVg07Es4KXqq2 { position:absolute;display:block;z-index:15021;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:39px;width:39px;top:361.50001525879px;left:1135.5px;overflow:hidden;display:block; }
#BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { color:#ffffff;display:block;width:648px;position:absolute;font-family:poppins;font-size:32px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:292.58334350586px;left:14px;height:124.781px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sEMEL30XnmHl0cSnzR86xJR7R0WSZscU { position:absolute;display:block;z-index:14998;background-color:#a0d3ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:17px;border-top-right-radius:17px;border-bottom-left-radius:17px;border-bottom-right-radius:17px;height:6px;width:370px;top:262.5666809082px;left:14px;display:block; }
#gokR0nZU47gJ9HahePbDN3lFSlfqHtgJ { color:#192855;display:block;width:559px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:689.00006103516px;left:212.0666809082px;height:39px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { position:relative;display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { background-color: transparent; background-image: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container > .video-iframe-container { display: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container { display: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .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); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { border-width: 0; border-radius: 0; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:519px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FsdN39krHIIkbTdWSRl2NdhBoyNKnz7Z { color:#192855;display:block;width:697px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:16.5px;left:251.50003051758px;height:386.875px;text-align:left;text-align-last:left;font-style:normal;display:block; }#FsdN39krHIIkbTdWSRl2NdhBoyNKnz7Z li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#FsdN39krHIIkbTdWSRl2NdhBoyNKnz7Z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a9b8f900-6ce6-4bdb-b5e2-096c8aee9916/Iconionicioscheckmarkcircleoutline.png); }
#LtZHVhbsrV4PLwVrBuWpFuT3TSghcOQE { background-color:#ed004d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:298px;height:58px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:442px;left:451px;display:block; }
#S96UKtShhJTRgt0tNcrUioE0K9ACXaxP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MHcfQ9F9vpTHJd20TQ20T850GFZwFUX6 { position:relative;display:block; }#MHcfQ9F9vpTHJd20TQ20T850GFZwFUX6 { background-color: transparent; background-image: none; }#MHcfQ9F9vpTHJd20TQ20T850GFZwFUX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHcfQ9F9vpTHJd20TQ20T850GFZwFUX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHcfQ9F9vpTHJd20TQ20T850GFZwFUX6 > .row .container > .video-iframe-container { display: none; }#MHcfQ9F9vpTHJd20TQ20T850GFZwFUX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHcfQ9F9vpTHJd20TQ20T850GFZwFUX6 > .row > .video-iframe-container { display: none; }#MHcfQ9F9vpTHJd20TQ20T850GFZwFUX6 > .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); }#MHcfQ9F9vpTHJd20TQ20T850GFZwFUX6 { border-width: 0; border-radius: 0; }#MHcfQ9F9vpTHJd20TQ20T850GFZwFUX6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MHcfQ9F9vpTHJd20TQ20T850GFZwFUX6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:263px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mcQBZy24ICQR9dxB2Iycb63U2zhcQWVH { color:#192855;display:block;width:412px;position:absolute;font-family:poppins;font-size:30px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:54px;left:10px;height:39px;display:block; }
#BH0WXsD63HEnyIeabCFcWTEvz1OT0OMp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:57px;width:223px;top:155px;left:30px;overflow:hidden;display:block; }
#mMvIyEydC1qW7IElvcWTVZDSbcNTrchH { position:absolute;display:block;z-index:15002;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:59px;width:228px;top:154px;left:286.5px;overflow:hidden;display:block; }
#QRcRmwzUodFoxcQ31a6uLlgO8r4fBJdn { 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:117px;width:190px;top:125px;left:561px;overflow:hidden;display:block; }
#xHE92v1F7L23wsSQS6SlpPmaTvXGkm4u { position:absolute;display:block;z-index:15004;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:65px;width:260px;top:155px;left:861.5px;overflow:hidden;display:block; }
#DK9sm62vmqZh8C8UhoHKCh1umaZbIoNn { position:relative;display:block; }#DK9sm62vmqZh8C8UhoHKCh1umaZbIoNn { background-color: transparent; background-image: none; }#DK9sm62vmqZh8C8UhoHKCh1umaZbIoNn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DK9sm62vmqZh8C8UhoHKCh1umaZbIoNn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DK9sm62vmqZh8C8UhoHKCh1umaZbIoNn > .row .container > .video-iframe-container { display: none; }#DK9sm62vmqZh8C8UhoHKCh1umaZbIoNn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DK9sm62vmqZh8C8UhoHKCh1umaZbIoNn > .row > .video-iframe-container { display: none; }#DK9sm62vmqZh8C8UhoHKCh1umaZbIoNn > .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); }#DK9sm62vmqZh8C8UhoHKCh1umaZbIoNn { border-width: 0; border-radius: 0; }#DK9sm62vmqZh8C8UhoHKCh1umaZbIoNn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DK9sm62vmqZh8C8UhoHKCh1umaZbIoNn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:166px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Bs3wXut9iXdehOqHd7SoHh9HxanL2uRC { 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:52px;width:228px;top:48px;left:34.5px;overflow:hidden;display:block; }
#Set5qedP1hixDi7OkUmtwZqdtKEJI3t2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:59px;width:228px;top:48px;left:353.5px;overflow:hidden;display:block; }
#NetbsoTX41T5s41e8igRBHyUlrr8ewQb { position:absolute;display:block;z-index:15002;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:85px;width:228px;top:39px;left:624.5px;overflow:hidden;display:block; }
#iuw7XgllknBFcS9xPlG5CPWRhuNALqsJ { 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:55px;width:312px;top:54px;left:878.5px;overflow:hidden;display:block; }
#obyEXGsNTaXkALkuTWSX8pDXe5krZ09C { position:relative;display:block; }#obyEXGsNTaXkALkuTWSX8pDXe5krZ09C { background-color: transparent; background-image: none; }#obyEXGsNTaXkALkuTWSX8pDXe5krZ09C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obyEXGsNTaXkALkuTWSX8pDXe5krZ09C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obyEXGsNTaXkALkuTWSX8pDXe5krZ09C > .row .container > .video-iframe-container { display: none; }#obyEXGsNTaXkALkuTWSX8pDXe5krZ09C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obyEXGsNTaXkALkuTWSX8pDXe5krZ09C > .row > .video-iframe-container { display: none; }#obyEXGsNTaXkALkuTWSX8pDXe5krZ09C > .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); }#obyEXGsNTaXkALkuTWSX8pDXe5krZ09C { border-width: 0; border-radius: 0; }#obyEXGsNTaXkALkuTWSX8pDXe5krZ09C > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#obyEXGsNTaXkALkuTWSX8pDXe5krZ09C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:197px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PFex7HRFaf9xKFBItJbpDHORfMNpTDzt { 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:87px;width:202px;top:48px;left:34.5px;overflow:hidden;display:block; }
#L746pITvKDbwBTg10vdBQmlE1NpbGA2t { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:37px;width:228px;top:73px;left:279.5px;overflow:hidden;display:block; }
#JuXufmRVT36CsZcTaD6OHi4adCryxeDP { position:absolute;display:block;z-index:15002;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:125px;width:152px;top:29px;left:554px;overflow:hidden;display:block; }
#IaN9GfbOAcQOoRsGeuFwk3MW5uTlAQm2 { 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:136px;width:136px;top:23.5px;left:767.5px;overflow:hidden;display:block; }
#Fmi1wH043cJTo3QwgGHZp05yVSp1lIZs { position:absolute;display:block;z-index:15002;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:52px;width:178px;top:72.5px;left:958.5px;overflow:hidden;display:block; }
#QOdEOgmkmysuL7xlagh48Gp5K5ab5Ddb { position:relative;display:block; }#QOdEOgmkmysuL7xlagh48Gp5K5ab5Ddb { background-color: transparent; background-image: none; }#QOdEOgmkmysuL7xlagh48Gp5K5ab5Ddb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOdEOgmkmysuL7xlagh48Gp5K5ab5Ddb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOdEOgmkmysuL7xlagh48Gp5K5ab5Ddb > .row .container > .video-iframe-container { display: none; }#QOdEOgmkmysuL7xlagh48Gp5K5ab5Ddb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOdEOgmkmysuL7xlagh48Gp5K5ab5Ddb > .row > .video-iframe-container { display: none; }#QOdEOgmkmysuL7xlagh48Gp5K5ab5Ddb > .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); }#QOdEOgmkmysuL7xlagh48Gp5K5ab5Ddb { border-width: 0; border-radius: 0; }#QOdEOgmkmysuL7xlagh48Gp5K5ab5Ddb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QOdEOgmkmysuL7xlagh48Gp5K5ab5Ddb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:197px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vEZtbNN6Ud61QhTO93edQ7qabeKuFctR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:85px;width:216px;top:56px;left:404.5px;overflow:hidden;display:block; }
#b2Gw4zErhTnf717b8tGiBrzDlp8yRvPD { position:absolute;display:block;z-index:15002;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:44px;width:152px;top:76.5px;left:679px;overflow:hidden;display:block; }
#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a4a77;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; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { background-color: transparent; background-image: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .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); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { border-width: 0; border-radius: 0; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { font-size:14px;font-family:arial;height:124px;width:1200px;position:relative;display:block; }#rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { position:absolute;display:block;z-index:15004;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:42px;width:216px;top:37px;left:0px;overflow:hidden;display:block; }
#LAA2BpkGVoXkHgnKhU5SNUwwSzMO7P1T { color:#ffffff;display:block;width:262px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:46.8125px;left:270.5px;height:20.8px;display:block; }
#yQlSXbPnIUoxRwRME7OcG6irCwWSg5Nh { color:#ffffff;display:block;width:205px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:46.8125px;left:539.5px;height:20.8px;display:block; }
#rGfvkw4XrRxiVnGnnE4cOoNxXhwN63dE { color:#ffffff;display:block;width:148px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:46.8125px;left:753.5px;height:20.8px;display:block; }
#rcovmnJ57DzgGQbPR8Zhi9qRi69iLimC { position:absolute;display:block;z-index:15009;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:36px;width:36px;top:38px;left:1046.5px;overflow:hidden;display:block; }
#TruMkPhIxBH3AdVFKEPeKEZKEDQFRyzL { 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:36px;width:36px;top:37.5px;left:1092.5px;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5dd5cc93-54e0-4d3e-9494-828679005a94/topmobile.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.adaptive-delivery-prevent-bg, #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.lazyload, #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.lazyloading { background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:764px;height:768px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Q8SO2ZoCuZRS36PdATmCQ6Pv6SJTT7O9 { width:244px;height:35px;top:34px;left:260px;display:block; }
 }@media only screen and (max-width: 1199px) { #dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { width:760px;height:35.1px;top:175.00001525879px;left:1.0000028610229px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { width:426px;height:53px;top:674.56671142578px;left:140.06666851044px;z-index:15022;display:block; }
 }@media only screen and (max-width: 1199px) { #KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block; }
 }@media only screen and (max-width: 1199px) { #IX8eG6RQSBc8M8LJgCEAiegbTPVcwS1Z { width:113px;height:28.6px;top:115px;left:339px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #wwlZmsDwStnwNleLN1rebSh0wkq5S82J { width:138px;height:44px;top:105px;left:322px;display:block; }
 }@media only screen and (max-width: 1199px) { #EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { width:414px;height:347px;top:363.00001525879px;left:146.06666851044px;display:block; }
 }@media only screen and (max-width: 1199px) { #VqXXlW2qXHyI5NFLDoENO4Dv18o6aXD7 { width:90px;height:90px;top:412px;left:439px;display:block; }
 }@media only screen and (max-width: 1199px) { #vgG5xFoW1d2ztr9VTepQeqVSwh5FOqC0 { width:81px;height:41.6px;top:438px;left:448px;font-size:32px;display:block; }
 }@media only screen and (max-width: 1199px) { #WtZMJIMFI1FCrobs99XpDKN1dyiabDMx { width:90px;height:90px;top:511px;left:439px;display:block; }
 }@media only screen and (max-width: 1199px) { #SfqMVgJohqzQx6ud1BZiVg07Es4KXqq2 { width:39px;height:39px;top:533px;left:467px;display:block; }
 }@media only screen and (max-width: 1199px) { #BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { width:647px;height:79.8px;top:274px;left:58.500002861023px;font-size:21px;text-align:center;text-align-last:center;line-height:1.9;display:block; }
 }@media only screen and (max-width: 1199px) { #sEMEL30XnmHl0cSnzR86xJR7R0WSZscU { width:281px;height:3px;top:238.0666809082px;left:241.50001811981px;display:block; }
 }@media only screen and (max-width: 1199px) { #gokR0nZU47gJ9HahePbDN3lFSlfqHtgJ { width:559px;height:31.2px;top:731.00004577637px;left:16.000000953674px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { width:764px;height:436px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FsdN39krHIIkbTdWSRl2NdhBoyNKnz7Z { width:729px;height:330px;top:34px;left:17.500000953674px;font-size:15px;display:block; }#FsdN39krHIIkbTdWSRl2NdhBoyNKnz7Z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a9b8f900-6ce6-4bdb-b5e2-096c8aee9916/Iconionicioscheckmarkcircleoutline.png); }
 }@media only screen and (max-width: 1199px) { #LtZHVhbsrV4PLwVrBuWpFuT3TSghcOQE { width:295px;height:53px;top:371.99993896484px;left:235.00001811981px;display:block; }
 }@media only screen and (max-width: 1199px) { #S96UKtShhJTRgt0tNcrUioE0K9ACXaxP { display:block; }
 }@media only screen and (max-width: 1199px) { #MHcfQ9F9vpTHJd20TQ20T850GFZwFUX6 { display:block; }#MHcfQ9F9vpTHJd20TQ20T850GFZwFUX6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mcQBZy24ICQR9dxB2Iycb63U2zhcQWVH { width:412px;height:39px;top:9.9999084472656px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #BH0WXsD63HEnyIeabCFcWTEvz1OT0OMp { width:223px;height:57px;top:156px;left:48px;display:block; }
 }@media only screen and (max-width: 1199px) { #mMvIyEydC1qW7IElvcWTVZDSbcNTrchH { width:228px;height:59px;top:71px;left:46px;display:block; }
 }@media only screen and (max-width: 1199px) { #QRcRmwzUodFoxcQ31a6uLlgO8r4fBJdn { width:190px;height:117px;top:115px;left:416px;display:block; }
 }@media only screen and (max-width: 1199px) { #xHE92v1F7L23wsSQS6SlpPmaTvXGkm4u { width:246px;height:60px;top:60px;left:412px;display:block; }
 }@media only screen and (max-width: 1199px) { #DK9sm62vmqZh8C8UhoHKCh1umaZbIoNn { display:block; }#DK9sm62vmqZh8C8UhoHKCh1umaZbIoNn > .row .container { width:764px;height:240px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Bs3wXut9iXdehOqHd7SoHh9HxanL2uRC { width:228px;height:52px;top:19px;left:60px;display:block; }
 }@media only screen and (max-width: 1199px) { #Set5qedP1hixDi7OkUmtwZqdtKEJI3t2 { width:228px;height:59px;top:27px;left:411px;display:block; }
 }@media only screen and (max-width: 1199px) { #NetbsoTX41T5s41e8igRBHyUlrr8ewQb { width:228px;height:85px;top:105px;left:61px;display:block; }
 }@media only screen and (max-width: 1199px) { #iuw7XgllknBFcS9xPlG5CPWRhuNALqsJ { width:312px;height:55px;top:134px;left:379px;display:block; }
 }@media only screen and (max-width: 1199px) { #obyEXGsNTaXkALkuTWSX8pDXe5krZ09C { display:block; }#obyEXGsNTaXkALkuTWSX8pDXe5krZ09C > .row .container { width:764px;height:240px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PFex7HRFaf9xKFBItJbpDHORfMNpTDzt { width:167px;height:72px;top:19px;left:113px;display:block; }
 }@media only screen and (max-width: 1199px) { #L746pITvKDbwBTg10vdBQmlE1NpbGA2t { width:228px;height:37px;top:37px;left:351px;display:block; }
 }@media only screen and (max-width: 1199px) { #JuXufmRVT36CsZcTaD6OHi4adCryxeDP { width:139px;height:114px;top:105px;left:92px;display:block; }
 }@media only screen and (max-width: 1199px) { #IaN9GfbOAcQOoRsGeuFwk3MW5uTlAQm2 { width:139px;height:139px;top:90px;left:276px;display:block; }
 }@media only screen and (max-width: 1199px) { #Fmi1wH043cJTo3QwgGHZp05yVSp1lIZs { width:228px;height:69px;top:127px;left:445px;display:block; }
 }@media only screen and (max-width: 1199px) { #QOdEOgmkmysuL7xlagh48Gp5K5ab5Ddb { display:block; }#QOdEOgmkmysuL7xlagh48Gp5K5ab5Ddb > .row .container { width:764px;height:154px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vEZtbNN6Ud61QhTO93edQ7qabeKuFctR { width:228px;height:92px;top:28px;left:126px;display:block; }
 }@media only screen and (max-width: 1199px) { #b2Gw4zErhTnf717b8tGiBrzDlp8yRvPD { width:228px;height:66px;top:41px;left:418px;display:block; }
 }@media only screen and (max-width: 1199px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:764px;height:259px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:216px;height:42px;top:19px;left:274px;display:block; }
 }@media only screen and (max-width: 1199px) { #LAA2BpkGVoXkHgnKhU5SNUwwSzMO7P1T { width:262px;height:23.4028px;top:88.625px;left:251px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #yQlSXbPnIUoxRwRME7OcG6irCwWSg5Nh { width:205px;height:23.4028px;top:125px;left:279.5px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #rGfvkw4XrRxiVnGnnE4cOoNxXhwN63dE { width:148px;height:23.4028px;top:148.375px;left:308px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #rcovmnJ57DzgGQbPR8Zhi9qRi69iLimC { width:36px;height:36px;top:198px;left:338px;display:block; }
 }@media only screen and (max-width: 1199px) { #TruMkPhIxBH3AdVFKEPeKEZKEDQFRyzL { width:36px;height:36px;top:198px;left:390px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5dd5cc93-54e0-4d3e-9494-828679005a94/topmobile.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.adaptive-delivery-prevent-bg, #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.lazyload, #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.lazyloading { background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:320px;height:740px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8SO2ZoCuZRS36PdATmCQ6Pv6SJTT7O9 { width:244px;height:35px;top:2px;left:38.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { width:316px;height:65px;top:101.00000762939px;left:2.0000019073486px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { width:298px;height:58px;top:629px;left:11px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block; }
 }@media only screen and (max-width: 763px) { #IX8eG6RQSBc8M8LJgCEAiegbTPVcwS1Z { width:308px;height:27.3px;top:56px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #wwlZmsDwStnwNleLN1rebSh0wkq5S82J { width:126px;height:44px;top:46px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { width:320px;height:268px;top:361.45001220703px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VqXXlW2qXHyI5NFLDoENO4Dv18o6aXD7 { width:90px;height:90px;top:381px;left:230px;display:block; }
 }@media only screen and (max-width: 763px) { #vgG5xFoW1d2ztr9VTepQeqVSwh5FOqC0 { width:81px;height:41.6px;top:407px;left:239px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #WtZMJIMFI1FCrobs99XpDKN1dyiabDMx { width:90px;height:90px;top:491px;left:230px;display:block; }
 }@media only screen and (max-width: 763px) { #SfqMVgJohqzQx6ud1BZiVg07Es4KXqq2 { width:39px;height:39px;top:513px;left:258px;display:block; }
 }@media only screen and (max-width: 763px) { #BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { width:320px;height:136.8px;top:213.41667175293px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sEMEL30XnmHl0cSnzR86xJR7R0WSZscU { width:232px;height:2px;top:196.15000915527px;left:44.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #gokR0nZU47gJ9HahePbDN3lFSlfqHtgJ { width:300px;height:20.8px;top:709.00006103516px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { width:320px;height:796px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsdN39krHIIkbTdWSRl2NdhBoyNKnz7Z { width:300px;height:643.5px;top:18px;left:10px;font-size:15px;display:block; }#FsdN39krHIIkbTdWSRl2NdhBoyNKnz7Z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a9b8f900-6ce6-4bdb-b5e2-096c8aee9916/Iconionicioscheckmarkcircleoutline.png); }
 }@media only screen and (max-width: 763px) { #LtZHVhbsrV4PLwVrBuWpFuT3TSghcOQE { width:298px;height:58px;top:703px;left:11px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #S96UKtShhJTRgt0tNcrUioE0K9ACXaxP { display:block; }
 }@media only screen and (max-width: 763px) { #MHcfQ9F9vpTHJd20TQ20T850GFZwFUX6 { display:block; }#MHcfQ9F9vpTHJd20TQ20T850GFZwFUX6 > .row .container { width:320px;height:469px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcQBZy24ICQR9dxB2Iycb63U2zhcQWVH { width:320px;height:39px;top:20px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #BH0WXsD63HEnyIeabCFcWTEvz1OT0OMp { width:216px;height:55px;top:79.000030517578px;left:52.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #mMvIyEydC1qW7IElvcWTVZDSbcNTrchH { width:221px;height:57px;top:163.96667480469px;left:49.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #QRcRmwzUodFoxcQ31a6uLlgO8r4fBJdn { width:152px;height:93px;top:251.90000915527px;left:84.000005722046px;display:block; }
 }@media only screen and (max-width: 763px) { #xHE92v1F7L23wsSQS6SlpPmaTvXGkm4u { width:165px;height:37px;top:403.03335571289px;left:77.500005722046px;display:block; }
 }@media only screen and (max-width: 763px) { #DK9sm62vmqZh8C8UhoHKCh1umaZbIoNn { display:block; }#DK9sm62vmqZh8C8UhoHKCh1umaZbIoNn > .row .container { width:320px;height:370px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bs3wXut9iXdehOqHd7SoHh9HxanL2uRC { width:228px;height:52px;top:20px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #Set5qedP1hixDi7OkUmtwZqdtKEJI3t2 { width:228px;height:59px;top:92px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #NetbsoTX41T5s41e8igRBHyUlrr8ewQb { width:228px;height:85px;top:171px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #iuw7XgllknBFcS9xPlG5CPWRhuNALqsJ { width:312px;height:55px;top:276px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #obyEXGsNTaXkALkuTWSX8pDXe5krZ09C { display:block; }#obyEXGsNTaXkALkuTWSX8pDXe5krZ09C > .row .container { width:320px;height:507px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFex7HRFaf9xKFBItJbpDHORfMNpTDzt { width:186px;height:80px;top:13px;left:67px;display:block; }
 }@media only screen and (max-width: 763px) { #L746pITvKDbwBTg10vdBQmlE1NpbGA2t { width:228px;height:37px;top:111px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #JuXufmRVT36CsZcTaD6OHi4adCryxeDP { width:136px;height:112px;top:155.5px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #IaN9GfbOAcQOoRsGeuFwk3MW5uTlAQm2 { width:136px;height:136px;top:287px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #Fmi1wH043cJTo3QwgGHZp05yVSp1lIZs { width:178px;height:52px;top:440px;left:71px;display:block; }
 }@media only screen and (max-width: 763px) { #QOdEOgmkmysuL7xlagh48Gp5K5ab5Ddb { display:block; }#QOdEOgmkmysuL7xlagh48Gp5K5ab5Ddb > .row .container { width:320px;height:182px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEZtbNN6Ud61QhTO93edQ7qabeKuFctR { width:136px;height:55px;top:22px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #b2Gw4zErhTnf717b8tGiBrzDlp8yRvPD { width:136px;height:39px;top:112px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:320px;height:273px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:216px;height:42px;top:18px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #LAA2BpkGVoXkHgnKhU5SNUwwSzMO7P1T { width:262px;height:23.4028px;top:83px;left:29px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yQlSXbPnIUoxRwRME7OcG6irCwWSg5Nh { width:205px;height:23.4028px;top:126.375px;left:57px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rGfvkw4XrRxiVnGnnE4cOoNxXhwN63dE { width:148px;height:23.4028px;top:169.75px;left:86px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rcovmnJ57DzgGQbPR8Zhi9qRi69iLimC { width:36px;height:36px;top:216px;left:107px;display:block; }
 }@media only screen and (max-width: 763px) { #TruMkPhIxBH3AdVFKEPeKEZKEDQFRyzL { width:36px;height:36px;top:216px;left:177px;display:block; }
 }