.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); }#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:962px;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:18px;left:14px;overflow:hidden;display:block; }
#dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { color:#ffffff;display:block;width:431px;position:absolute;font-family:poppins;font-size:50px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:208.99307250977px;left:13.993072509766px;height:;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:298px;height:58px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:558px;left:317px;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:17px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:101.4375px;left:9px;height:22.1px;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:95px;left:14px;display:block; }
#B4rIdXiAmHPXR4DByphxbV0mIkrq8o7o { position:absolute;display:block;z-index:15017;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:20px;width:20px;top:578px;left:579px;overflow:hidden;display:block; }
#EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { position:absolute;display:block;z-index:15018;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:656px;width:572px;top:152.5px;left:614.96527099609px;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:130px;left:1100px;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:156.390625px;left:1105px;height:41.5938px;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:229px;left:1100px;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:254.5px;left:1125.5px;overflow:hidden;display:block; }
#BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { color:#ffffff;display:block;width:688.993px;position:absolute;font-family:poppins;font-size:40px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:348.99307250977px;left:13.993072509766px;height:103.993px;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:8.99306px;width:370px;top:467.98614501953px;left:13.993072509766px;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:849px;left:14px;height:;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:528px;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:615px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:10.5px;left:10px;height:;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:443px;left:756px;display:block; }
#S96UKtShhJTRgt0tNcrUioE0K9ACXaxP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#O0ohaURCuBECgTwGWk9gxp2Ci0C5CZSy { position:absolute;display:block;z-index:15019;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:20px;width:20px;top:462px;left:1012px;overflow:hidden;display:block; }
#qFJTiJOvifkgsBxpraWd0T21MJkuok3C { position:absolute;display:block;z-index:14997;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-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 0 6px 10px rgba(0,0,0,0.29) ;height:386px;width:590px;top:10.989562988281px;left:610.00006103516px;display:block; }
#HpqJwUluOKitsfcZxZXXtilJ7c7QP5sF { color:#192855;display:block;width:541.997px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:41.996551513672px;left:633.97576904297px;height:323.958px;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; }
#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:300px;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; }
#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/96843456-3ba9-4998-b216-f24253240b89/bgbottom.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3.adaptive-delivery-prevent-bg, #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3.lazyload, #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3.lazyloading { background-image: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { background-color: transparent; background-image: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container > .video-iframe-container { display: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container { display: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .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); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { border-width: 0; border-radius: 0; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { font-size:14px;font-family:arial;height:1162px;width:1200px;position:relative;display:block; }#MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { position:absolute;z-index:15011;top:347px;left:294px;width:612px;height:670px;display:block; }
#NqrtlTPbML5wf09Aiw1Ah7kR02zHwvx6 { color:#192855;display:block;width:1200px;position:absolute;font-family:poppins;font-size:22px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:39px;left:0px;height:;text-align:center;text-align-last:center;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; }
#TwSTsKP9sNdClX6T9c7gLFaGoaqOMwhw { color:#192855;display:block;width:1200px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:91px;left:0px;height:;text-align:center;text-align-last:center;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; }
#dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { position:absolute;display:block;z-index:15000;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-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 0 15px 30px rgba(0,0,0,0.5) ;height:849px;width:657px;top:218px;left:268px;display:block; }
#rBVP93wofK9DFKIKGxwHJdqkLZpkkngv { color:#192855;display:block;width:628px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:258px;left:286px;height:;text-align:center;text-align-last:center;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; }
#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:1032px;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:495px;height:35.0868px;top:175px;left:148px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { width:295px;height:53px;top:850px;left:203px;display:block; }
 }@media only screen and (max-width: 1199px) { #KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block; }
 }@media only screen and (max-width: 1199px) { #IX8eG6RQSBc8M8LJgCEAiegbTPVcwS1Z { width:113px;height:28.5938px;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) { #B4rIdXiAmHPXR4DByphxbV0mIkrq8o7o { width:20px;height:20px;top:867px;left:461px;display:block; }
 }@media only screen and (max-width: 1199px) { #EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { width:340px;height:389px;top:398px;left:179.5px;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.5938px;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:361px;height:54.6181px;top:268px;left:202px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #sEMEL30XnmHl0cSnzR86xJR7R0WSZscU { width:281px;height:9px;top:320px;left:261px;display:block; }
 }@media only screen and (max-width: 1199px) { #gokR0nZU47gJ9HahePbDN3lFSlfqHtgJ { width:559px;height:31.1806px;top:947px;left:10px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { width:764px;height:622px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FsdN39krHIIkbTdWSRl2NdhBoyNKnz7Z { width:729px;height:195.938px;top:23px;left:9px;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:538px;left:234px;display:block; }
 }@media only screen and (max-width: 1199px) { #S96UKtShhJTRgt0tNcrUioE0K9ACXaxP { display:block; }
 }@media only screen and (max-width: 1199px) { #O0ohaURCuBECgTwGWk9gxp2Ci0C5CZSy { width:20px;height:20px;top:555px;left:498px;display:block; }
 }@media only screen and (max-width: 1199px) { #qFJTiJOvifkgsBxpraWd0T21MJkuok3C { width:695px;height:253px;top:243.99306488037px;left:34.479167938232px;display:block; }
 }@media only screen and (max-width: 1199px) { #HpqJwUluOKitsfcZxZXXtilJ7c7QP5sF { width:644px;height:202.5px;top:272.60417938232px;left:60.989585876465px;font-size:15px;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:54px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #BH0WXsD63HEnyIeabCFcWTEvz1OT0OMp { width:223px;height:57px;top:198px;left:12px;display:block; }
 }@media only screen and (max-width: 1199px) { #mMvIyEydC1qW7IElvcWTVZDSbcNTrchH { width:228px;height:59px;top:117.5px;left:92px;display:block; }
 }@media only screen and (max-width: 1199px) { #QRcRmwzUodFoxcQ31a6uLlgO8r4fBJdn { width:190px;height:117px;top:168px;left:287px;display:block; }
 }@media only screen and (max-width: 1199px) { #xHE92v1F7L23wsSQS6SlpPmaTvXGkm4u { width:246px;height:60px;top:117.5px;left:504px;display:block; }
 }@media only screen and (max-width: 1199px) { #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { width:622px;height:684px;top:350px;left:71px;display:block; }
 }@media only screen and (max-width: 1199px) { #NqrtlTPbML5wf09Aiw1Ah7kR02zHwvx6 { width:764px;height:27.309px;top:48px;left:0px;font-size:21px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #TwSTsKP9sNdClX6T9c7gLFaGoaqOMwhw { width:764px;height:44.1667px;top:125px;left:0px;font-size:17px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { width:657px;height:849px;top:218px;left:50px;display:block; }
 }@media only screen and (max-width: 1199px) { #rBVP93wofK9DFKIKGxwHJdqkLZpkkngv { width:764px;height:33.8021px;top:271px;left:0px;font-size:26px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:764px;height:316px;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:226px;left:333px;display:block; }
 }@media only screen and (max-width: 1199px) { #TruMkPhIxBH3AdVFKEPeKEZKEDQFRyzL { width:36px;height:36px;top:226px;left:385px;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:1062px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8SO2ZoCuZRS36PdATmCQ6Pv6SJTT7O9 { width:244px;height:35px;top:20px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { width:270px;height:62.375px;top:159px;left:25px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { width:298px;height:58px;top:887px;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.309px;top:85px;left:12px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #wwlZmsDwStnwNleLN1rebSh0wkq5S82J { width:126px;height:44px;top:75px;left:97px;display:block; }
 }@media only screen and (max-width: 763px) { #B4rIdXiAmHPXR4DByphxbV0mIkrq8o7o { width:20px;height:20px;top:906px;left:263px;display:block; }
 }@media only screen and (max-width: 763px) { #EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { width:317px;height:363px;top:431px;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.5938px;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:46.8056px;top:272.5625px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sEMEL30XnmHl0cSnzR86xJR7R0WSZscU { width:232px;height:4px;top:317.1563px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #gokR0nZU47gJ9HahePbDN3lFSlfqHtgJ { width:300px;height:41.5972px;top:980px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { width:320px;height:1032px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsdN39krHIIkbTdWSRl2NdhBoyNKnz7Z { width:300px;height:366.875px;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:942px;left:11px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #S96UKtShhJTRgt0tNcrUioE0K9ACXaxP { display:block; }
 }@media only screen and (max-width: 763px) { #O0ohaURCuBECgTwGWk9gxp2Ci0C5CZSy { width:20px;height:20px;top:961px;left:266px;display:block; }
 }@media only screen and (max-width: 763px) { #qFJTiJOvifkgsBxpraWd0T21MJkuok3C { width:320px;height:480px;top:440.98964691162px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HpqJwUluOKitsfcZxZXXtilJ7c7QP5sF { width:295.99px;height:427.5px;top:472.98613357544px;left:11.996527671814px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #MHcfQ9F9vpTHJd20TQ20T850GFZwFUX6 { display:block; }#MHcfQ9F9vpTHJd20TQ20T850GFZwFUX6 > .row .container { width:320px;height:550px;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:320px;height:82.99711815562px;top:79px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mMvIyEydC1qW7IElvcWTVZDSbcNTrchH { width:320px;height:84.075067024129px;top:181.9844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QRcRmwzUodFoxcQ31a6uLlgO8r4fBJdn { width:258px;height:160px;top:286.0469px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #xHE92v1F7L23wsSQS6SlpPmaTvXGkm4u { width:260px;height:65px;top:466.046875px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { width:320px;height:1152px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { width:300px;height:670px;top:391.296875px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #NqrtlTPbML5wf09Aiw1Ah7kR02zHwvx6 { width:320px;height:46.8056px;top:67.796875px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TwSTsKP9sNdClX6T9c7gLFaGoaqOMwhw { width:300px;height:124.792px;top:153.796875px;left:10px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { width:320px;height:813px;top:301.796875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rBVP93wofK9DFKIKGxwHJdqkLZpkkngv { width:320px;height:33.8021px;top:317.796875px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:320px;height:315px;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:254px;left:103px;display:block; }
 }@media only screen and (max-width: 763px) { #TruMkPhIxBH3AdVFKEPeKEZKEDQFRyzL { width:36px;height:36px;top:254px;left:173px;display:block; }
 }