.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DSebTeb6/sekcja4_bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#emAPcEkAAp4ECA9yOtA48eTlySPuycgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container { display: none; }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .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); }#KcpaWBWr2W8i11uPNabund3H5plL2fLJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dec43f8d-7d0c-418a-bf52-5b3c3a5cb477/abb5.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KcpaWBWr2W8i11uPNabund3H5plL2fLJ.adaptive-delivery-prevent-bg, #KcpaWBWr2W8i11uPNabund3H5plL2fLJ.lazyload, #KcpaWBWr2W8i11uPNabund3H5plL2fLJ.lazyloading { background-image: none; }#KcpaWBWr2W8i11uPNabund3H5plL2fLJ > .row .container { background-color: transparent; background-image: none; }#KcpaWBWr2W8i11uPNabund3H5plL2fLJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcpaWBWr2W8i11uPNabund3H5plL2fLJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcpaWBWr2W8i11uPNabund3H5plL2fLJ > .row .container > .video-iframe-container { display: none; }#KcpaWBWr2W8i11uPNabund3H5plL2fLJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcpaWBWr2W8i11uPNabund3H5plL2fLJ > .row > .video-iframe-container { display: none; }#KcpaWBWr2W8i11uPNabund3H5plL2fLJ > .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); }#KcpaWBWr2W8i11uPNabund3H5plL2fLJ > .row .container { border-width: 0; border-radius: 0; }#KcpaWBWr2W8i11uPNabund3H5plL2fLJ > .row > .video-iframe-container {  }#KcpaWBWr2W8i11uPNabund3H5plL2fLJ > .row .container { width:1200px;height:783px;font-size:14px;font-family:arial;position:relative;display:block; }#rptq9bRbImilEobnecgez7vHft8Km729 { background-color:#21ca76;background-image:url("https://images.assets-landingi.com/aScLAZee/CART.png");background-position:center right !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:78px;border-top-right-radius:78px;border-bottom-left-radius:78px;border-bottom-right-radius:78px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:29px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:430px;height:100px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:635px;left:0px;display:block; }#rptq9bRbImilEobnecgez7vHft8Km729.adaptive-delivery-prevent-bg, #rptq9bRbImilEobnecgez7vHft8Km729.lazyload, #rptq9bRbImilEobnecgez7vHft8Km729.lazyloading { background-image: none; }
#BraRcHlZ1xIFzTL5AcOtkSwv90W2z6XZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nelqbhaRZeKMHNGMICgAzNUK8Czr492X { color:#000000;display:block;width:640px;position:absolute;font-family:montserrat;font-size:34px;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:366px;left:0px;height:68.0156px;font-style:normal;display:block; }
#nkNCWkX36zk3PC4QMEWW0dgHC3vwCMWU { position:absolute;display:block;z-index:15010;background-color:#21ca76;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:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;height:100px;width:100px;top:635px;left:435px;display:block; }
#mWr0hQEqWvbfoFH9E6TsXAxVCXSPwzbN { color:#000000;display:block;width:100px;position:absolute;font-family:montserrat;font-size:20px;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:665px;left:435px;height:40px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpgOIfTEZEq0TvwXiW9nVnEenAWGusxs { color:#000000;display:block;width:424px;position:absolute;font-family:"titillium web";font-size:23px;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:487px;left:0px;height:;font-style:normal;display:block; }#OpgOIfTEZEq0TvwXiW9nVnEenAWGusxs li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#OpgOIfTEZEq0TvwXiW9nVnEenAWGusxs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#o7fxOVo4bTIa6ksKuUdDMTkP2bmq1qt1 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:90px;width:90px;top:54px;left:0px;overflow:hidden;display:block; }
#g31o82R1wCr825toCInW6oqPEigrGeOl { color:#000000;display:block;width:640px;position:absolute;font-family:montserrat;font-size:56px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:178.4375px;left:0px;height:184.746px;font-style:normal;display:block; }
#mJLnBkusbz1P4xbn8BKtWyVIAVWhkQwU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:325px;width:138px;display:none; }
#C0Tp5i7p4i6fSJ1G9ykRoi40taSNU3bC { position:absolute;display:block;z-index:15008;height:80px;width:180px;top:656px;left:1022.625px;display:block; }
#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { background-color: transparent; background-image: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container > .video-iframe-container { display: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row > .video-iframe-container { display: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .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); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { border-width: 0; border-radius: 0; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row > .video-iframe-container {  }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { font-size:14px;font-family:arial;height:168px;width:1200px;position:relative;display:block; }#NIugMDVK4XcLQgpPRezOTU421tVioeUV { color:#151824;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:50px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:77.484375px;left:0px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MMQcDof1do9CcFKeXzzr2cWhSb0zMghz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#MMQcDof1do9CcFKeXzzr2cWhSb0zMghz > .row .container { background-color: transparent; background-image: none; }#MMQcDof1do9CcFKeXzzr2cWhSb0zMghz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMQcDof1do9CcFKeXzzr2cWhSb0zMghz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMQcDof1do9CcFKeXzzr2cWhSb0zMghz > .row .container > .video-iframe-container { display: none; }#MMQcDof1do9CcFKeXzzr2cWhSb0zMghz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMQcDof1do9CcFKeXzzr2cWhSb0zMghz > .row > .video-iframe-container { display: none; }#MMQcDof1do9CcFKeXzzr2cWhSb0zMghz > .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); }#MMQcDof1do9CcFKeXzzr2cWhSb0zMghz > .row .container { border-width: 0; border-radius: 0; }#MMQcDof1do9CcFKeXzzr2cWhSb0zMghz > .row > .video-iframe-container {  }#MMQcDof1do9CcFKeXzzr2cWhSb0zMghz > .row .container { font-size:14px;font-family:arial;height:247px;width:1200px;position:relative;display:block; }#c33lTXzLOIfGJJDRm8GPokKAad0EusXI { color:#151824;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:50px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:45px;left:0px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rfyBMzZMD5nG0MgffNITMkeg1khcMIS5 { color:#000000;display:block;width:1134px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:117px;left:33px;height:90px;text-align:center;text-align-last:center;display:block; }
#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { background-color: transparent; background-image: none; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container > .video-iframe-container { display: none; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row > .video-iframe-container { display: none; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .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); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { border-width: 0; border-radius: 0; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row > .video-iframe-container {  }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { font-size:14px;font-family:arial;height:698px;width:1200px;position:relative;display:block; }#QLIm6uLUt41P7vyswAldiLZUhLh7p6aC { color:#000000;display:block;width:153px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:79px;left:99px;height:25.9961px;font-style:normal;display:block; }
#Rzyy3xfC3DvRZ9XF0Rz9HW5p4qM2oQUw { color:#000000;display:block;width:226px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:171px;left:8px;height:51.9922px;font-style:normal;display:block; }
#ODfE1DzW3K19ktk1ZM2Ixv445zGmJpzE { position:absolute;display:block;z-index:15002;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:45px;top:159px;left:290px;display:block; }
#luI8v1gs11E6DpzVriSMRtRzklEvZILg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:478px;width:558px;top:44px;left:334px;overflow:hidden;display:block; }
#hqJCRk5v9zqBpcd3U1ViuoSQTKPfdcLp { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70px;width:2px;top:91px;left:290px;display:block; }
#TB2nAzqet0i8zpQkliHB9yRFGTHDHyxE { position:absolute;display:block;z-index:15003;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:40px;top:91px;left:251px;display:block; }
#HrH70O1gFqlnSwUTVdCt72tJH7atNxh5 { position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:40px;top:189px;left:236px;display:block; }
#d3C1WU3BZ2OwBJKo3tpQVO7HUnFkLv7p { position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:2px;top:189px;left:274px;display:block; }
#dn1s7xWs91Mg725SeaMs5GDCC22N2oT9 { position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:60px;top:238px;left:274px;display:block; }
#g2SRg5kSQMQpDxKU2CsX49BhKD6TPq9b { color:#000000;display:block;width:207px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:309px;left:979px;height:25.9961px;font-style:normal;display:block; }
#rIeZATWqZJei349JsPb8VdtHFauTGubm { color:#000000;display:block;width:225px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:48px;left:967px;height:51.9922px;font-style:normal;display:block; }
#QRGQ3u26F0nIrDdz2Lv1tkWaq1gQOBza { position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:2px;top:75px;left:904px;display:block; }
#hRd3V7gLTWNb0Ac6OEz7okrwVzTSSgB0 { position:absolute;display:block;z-index:15008;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:82px;top:125px;left:824px;display:block; }
#zKNsptWFtCCOsMGEW7z5BAi8HHk9twns { position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:40px;top:73px;left:904px;display:block; }
#ruTCHql8Tpc8aKWEkSPb68trAqcNlIPf { position:absolute;display:block;z-index:15012;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:2px;top:323px;left:917px;display:block; }
#KiAAmBTkHVVCdAsmGtAJFWD4H0VMUhO4 { position:absolute;display:block;z-index:15012;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:40px;top:321px;left:917px;display:block; }
#pDSGAaqPgM6lhbmxF9Ipl01JzB5iBgeu { position:absolute;display:block;z-index:15011;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:74px;top:363px;left:845px;display:block; }
#fwxMsLiAZ0asiFb0WugQCuTAT5kuNb5t { color:#000000;display:block;width:226px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:272px;left:25px;height:155.9766px;font-style:normal;display:block; }
#flL9mqT4X2yW7AsRs7hhCJFOT11xfHXo { position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:140px;top:285px;left:135px;display:block; }
#ETBlgJfHHoIBw1G6znRSmteuq4T5zT2J { position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:2px;top:285px;left:275px;display:block; }
#nM2ZVTMBbgWiKtQBmgLur2I4HuCqp1v9 { position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:60px;top:334px;left:275px;display:block; }
#sDuywWH6xA5OKfik3UgZnNMDmRS6ouhw { background-color:#21ca76;background-image:url("https://images.assets-landingi.com/aScLAZee/CART.png");background-position:center right !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:78px;border-top-right-radius:78px;border-bottom-left-radius:78px;border-bottom-right-radius:78px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:29px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:430px;height:100px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:588px;left:385px;display:block; }#sDuywWH6xA5OKfik3UgZnNMDmRS6ouhw.adaptive-delivery-prevent-bg, #sDuywWH6xA5OKfik3UgZnNMDmRS6ouhw.lazyload, #sDuywWH6xA5OKfik3UgZnNMDmRS6ouhw.lazyloading { background-image: none; }
#GiX5XTPCh1AmfJbfiC16RDcvhF2Omozl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xTLVH72h5DxNP6cmmkKor3PXuze6hbAw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#xTLVH72h5DxNP6cmmkKor3PXuze6hbAw > .row .container { background-color: transparent; background-image: none; }#xTLVH72h5DxNP6cmmkKor3PXuze6hbAw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTLVH72h5DxNP6cmmkKor3PXuze6hbAw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTLVH72h5DxNP6cmmkKor3PXuze6hbAw > .row .container > .video-iframe-container { display: none; }#xTLVH72h5DxNP6cmmkKor3PXuze6hbAw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTLVH72h5DxNP6cmmkKor3PXuze6hbAw > .row > .video-iframe-container { display: none; }#xTLVH72h5DxNP6cmmkKor3PXuze6hbAw > .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); }#xTLVH72h5DxNP6cmmkKor3PXuze6hbAw > .row .container { border-width: 0; border-radius: 0; }#xTLVH72h5DxNP6cmmkKor3PXuze6hbAw > .row > .video-iframe-container {  }#xTLVH72h5DxNP6cmmkKor3PXuze6hbAw > .row .container { font-size:14px;font-family:arial;height:253px;width:1200px;position:relative;display:block; }#lbsTradVr846z7VaAvNaLy4deZo7F0y5 { color:#151824;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:50px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:128px;left:0px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KGNrpt0dSTdsR4pHlX08FWvh7VqkNPJB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#KGNrpt0dSTdsR4pHlX08FWvh7VqkNPJB > .row .container { background-color: transparent; background-image: none; }#KGNrpt0dSTdsR4pHlX08FWvh7VqkNPJB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGNrpt0dSTdsR4pHlX08FWvh7VqkNPJB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGNrpt0dSTdsR4pHlX08FWvh7VqkNPJB > .row .container > .video-iframe-container { display: none; }#KGNrpt0dSTdsR4pHlX08FWvh7VqkNPJB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGNrpt0dSTdsR4pHlX08FWvh7VqkNPJB > .row > .video-iframe-container { display: none; }#KGNrpt0dSTdsR4pHlX08FWvh7VqkNPJB > .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); }#KGNrpt0dSTdsR4pHlX08FWvh7VqkNPJB > .row .container { border-width: 0; border-radius: 0; }#KGNrpt0dSTdsR4pHlX08FWvh7VqkNPJB > .row > .video-iframe-container {  }#KGNrpt0dSTdsR4pHlX08FWvh7VqkNPJB > .row .container { font-size:14px;font-family:arial;height:1100px;width:1200px;position:relative;display:block; }#HLQh66Nb53IVlK46KBn05qAy7s9VTGiw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:598px;width:1200px;top:0px;left:0px;display:block; }
#gBFcZDbxAn0TUz6OVxBv08wZGC019t7A { color:#000000;display:block;width:600px;position:absolute;font-family:"titillium web";font-size:21px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:652px;left:599px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#gBFcZDbxAn0TUz6OVxBv08wZGC019t7A li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#gBFcZDbxAn0TUz6OVxBv08wZGC019t7A li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#RvJs15sEWQoLUilTZ0OPEqFO45WgvNyN { color:#000000;display:block;width:600px;position:absolute;font-family:"titillium web";font-size:21px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:652px;left:0px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#RvJs15sEWQoLUilTZ0OPEqFO45WgvNyN li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#RvJs15sEWQoLUilTZ0OPEqFO45WgvNyN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#pIIOEXHIATc4WqAEtp9o93ycJI3xxB5Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#pIIOEXHIATc4WqAEtp9o93ycJI3xxB5Z > .row .container { background-color: transparent; background-image: none; }#pIIOEXHIATc4WqAEtp9o93ycJI3xxB5Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIIOEXHIATc4WqAEtp9o93ycJI3xxB5Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIIOEXHIATc4WqAEtp9o93ycJI3xxB5Z > .row .container > .video-iframe-container { display: none; }#pIIOEXHIATc4WqAEtp9o93ycJI3xxB5Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIIOEXHIATc4WqAEtp9o93ycJI3xxB5Z > .row > .video-iframe-container { display: none; }#pIIOEXHIATc4WqAEtp9o93ycJI3xxB5Z > .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); }#pIIOEXHIATc4WqAEtp9o93ycJI3xxB5Z > .row .container { border-width: 0; border-radius: 0; }#pIIOEXHIATc4WqAEtp9o93ycJI3xxB5Z > .row > .video-iframe-container {  }#pIIOEXHIATc4WqAEtp9o93ycJI3xxB5Z > .row .container { font-size:14px;font-family:arial;height:199px;width:1200px;position:relative;display:block; }#ZTmrPDD14tBTGnho9crbBa0uvfc7UXJX { color:#151824;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:50px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:45px;left:0px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hkbZ1wJ25VJruoDc39GSOAAAhdo46Qsn { color:#000000;display:block;width:1134px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:117px;left:33px;height:30px;text-align:center;text-align-last:center;display:block; }
#JTq74lUvkkuMlzWGZ3s1cUdOCrgWlSmS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#JTq74lUvkkuMlzWGZ3s1cUdOCrgWlSmS > .row .container { background-color: transparent; background-image: none; }#JTq74lUvkkuMlzWGZ3s1cUdOCrgWlSmS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTq74lUvkkuMlzWGZ3s1cUdOCrgWlSmS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTq74lUvkkuMlzWGZ3s1cUdOCrgWlSmS > .row .container > .video-iframe-container { display: none; }#JTq74lUvkkuMlzWGZ3s1cUdOCrgWlSmS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTq74lUvkkuMlzWGZ3s1cUdOCrgWlSmS > .row > .video-iframe-container { display: none; }#JTq74lUvkkuMlzWGZ3s1cUdOCrgWlSmS > .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); }#JTq74lUvkkuMlzWGZ3s1cUdOCrgWlSmS > .row .container { border-width: 0; border-radius: 0; }#JTq74lUvkkuMlzWGZ3s1cUdOCrgWlSmS > .row > .video-iframe-container {  }#JTq74lUvkkuMlzWGZ3s1cUdOCrgWlSmS > .row .container { font-size:14px;font-family:arial;height:859px;width:1200px;position:relative;display:block; }#Wyd5NKeOcpPPbCMpuClwNLUGP8b4bg0D { color:#000000;display:block;width:245px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:325.6171875px;left:17.4609375px;height:207.9691px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LFVGwIxAn4hWrsVBQZnbS3Exzb7DES1L { background-color:#21ca76;background-image:url("https://images.assets-landingi.com/aScLAZee/CART.png");background-position:center right !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:78px;border-top-right-radius:78px;border-bottom-left-radius:78px;border-bottom-right-radius:78px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:29px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:429.984px;height:99.9844px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:708px;left:395.9765625px;display:block; }#LFVGwIxAn4hWrsVBQZnbS3Exzb7DES1L.adaptive-delivery-prevent-bg, #LFVGwIxAn4hWrsVBQZnbS3Exzb7DES1L.lazyload, #LFVGwIxAn4hWrsVBQZnbS3Exzb7DES1L.lazyloading { background-image: none; }
#bc32Pcm2hZfwSWuofiXD4E02NrnVuMFq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#x8LmSIPKpVtIl0fJ4fBMiwmHmTdd5Q3y { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:280px;width:280px;top:36px;left:304px;overflow:hidden;display:block; }
#hEosPWFCTgK8guIk3FOveXOyoBpBluIt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:280px;width:95px;top:36.46875px;left:708.46875px;overflow:hidden;display:block; }
#SnkxfpAmnTTod8899Tr9TliTNq4fCFMy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:280px;width:280px;top:36px;left:921px;overflow:hidden;display:block; }
#vTJcDRPOyOZc3bhbzECMH57xyuZE0TmO { color:#000000;display:block;width:245px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:325.6171875px;left:321.4453125px;height:233.9651px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#uRI5sFIoLxXZUQWvqEiT70oBGGpBuLLH { color:#000000;display:block;width:245px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:325.6171875px;left:633.4453125px;height:233.9651px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#MWBSoD3gWSP8g22bKJQry6CrN8iF4nq4 { color:#000000;display:block;width:245px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:325.6171875px;left:938.4609375px;height:207.9691px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#HsgLGBwvTgqxTlxbNElZEAq0sLVAqgQP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:280px;width:280px;top:36px;left:0px;overflow:hidden;display:block; }
#w5n7CmwV3sNCcNxERGbtQP17rADNAwxB { 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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:280px;width:280px;top:315.9609375px;left:0px;display:block; }
#iFyW1DIRxIAAJcv1keOgIu56bqMtuTRp { position:absolute;display:block;z-index:15001;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:279.984px;width:279.984px;top:315.9609375px;left:303.9609375px;display:block; }
#mbuD4V9K2JURSaK1R1cbaGTw4Kb18Qua { position:absolute;display:block;z-index:15002;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:279.961px;width:279.961px;top:315.9609375px;left:615.984375px;display:block; }
#S9JsQw7ouwp1oQOlVbLl4oOvMgfAOvGE { position:absolute;display:block;z-index:15003;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:279.961px;width:279.961px;top:315.9609375px;left:920.0390625px;display:block; }
#DuR8ZcbRWU27afWvAASAaSZNMGwGVoHN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#DuR8ZcbRWU27afWvAASAaSZNMGwGVoHN > .row .container { background-color: transparent; background-image: none; }#DuR8ZcbRWU27afWvAASAaSZNMGwGVoHN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuR8ZcbRWU27afWvAASAaSZNMGwGVoHN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuR8ZcbRWU27afWvAASAaSZNMGwGVoHN > .row .container > .video-iframe-container { display: none; }#DuR8ZcbRWU27afWvAASAaSZNMGwGVoHN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuR8ZcbRWU27afWvAASAaSZNMGwGVoHN > .row > .video-iframe-container { display: none; }#DuR8ZcbRWU27afWvAASAaSZNMGwGVoHN > .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); }#DuR8ZcbRWU27afWvAASAaSZNMGwGVoHN > .row .container { border-width: 0; border-radius: 0; }#DuR8ZcbRWU27afWvAASAaSZNMGwGVoHN > .row > .video-iframe-container {  }#DuR8ZcbRWU27afWvAASAaSZNMGwGVoHN > .row .container { font-size:14px;font-family:arial;height:253px;width:1200px;position:relative;display:block; }#zm4uTEyVnsReoillTdKq3lD4hfJS6hcX { color:#151824;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:50px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:128px;left:0px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aAHhBQSQEmaXOn03tyUm4yvaPDTzuxir { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#aAHhBQSQEmaXOn03tyUm4yvaPDTzuxir > .row .container { background-color: transparent; background-image: none; }#aAHhBQSQEmaXOn03tyUm4yvaPDTzuxir::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAHhBQSQEmaXOn03tyUm4yvaPDTzuxir > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAHhBQSQEmaXOn03tyUm4yvaPDTzuxir > .row .container > .video-iframe-container { display: none; }#aAHhBQSQEmaXOn03tyUm4yvaPDTzuxir > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAHhBQSQEmaXOn03tyUm4yvaPDTzuxir > .row > .video-iframe-container { display: none; }#aAHhBQSQEmaXOn03tyUm4yvaPDTzuxir > .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); }#aAHhBQSQEmaXOn03tyUm4yvaPDTzuxir > .row .container { border-width: 0; border-radius: 0; }#aAHhBQSQEmaXOn03tyUm4yvaPDTzuxir > .row > .video-iframe-container {  }#aAHhBQSQEmaXOn03tyUm4yvaPDTzuxir > .row .container { font-size:14px;font-family:arial;height:985px;width:1200px;position:relative;display:block; }#DftnvfFTKtTWOxBDABZGO5uwBH9s8giT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:598px;width:1200px;top:0px;left:0px;display:block; }
#NDolZgiZt9qnORXAcaFTnwtII2EtHBsD { color:#000000;display:block;width:580px;position:absolute;font-family:"titillium web";font-size:21px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:651.984375px;left:620.015625px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#NDolZgiZt9qnORXAcaFTnwtII2EtHBsD li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#NDolZgiZt9qnORXAcaFTnwtII2EtHBsD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#RiPUirio1r6nae8JrClwQMEs1W4HRyhx { color:#000000;display:block;width:600px;position:absolute;font-family:"titillium web";font-size:21px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:652px;left:0px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#RiPUirio1r6nae8JrClwQMEs1W4HRyhx li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#RiPUirio1r6nae8JrClwQMEs1W4HRyhx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container { background-color: transparent; background-image: none; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container > .video-iframe-container { display: none; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row > .video-iframe-container { display: none; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .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); }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container { border-width: 0; border-radius: 0; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row > .video-iframe-container {  }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container { font-size:14px;font-family:arial;height:143px;width:1200px;position:relative;display:block; }#WeLXz3gL6B7rRakwBnrVkZMBoRHHOPrG { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:90px;width:90px;top:30px;left:0px;overflow:hidden;display:block; }
#GnHVJTRq4kN6qrM9rZXdtNW7y57VNck6 { color:#ffffff;display:block;width:347.984px;position:absolute;font-family:roboto;font-size:18px;font-weight:400;z-index:15009;line-height:2.2;letter-spacing:0;top:37px;left:462px;height:79.2188px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rp0JSMM0vShLxsOSOEMZbq1tWkiRPK4B { box-sizing:content-box;color:#ffffff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:33px;left:1011px;display:block; }
#vtrIeRxAm47mhBG0acc2XOA64QyIEzkJ { box-sizing:content-box;color:#ffffff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:33px;left:851px;display:block; }
#kCibWFhn5k6FJUCyf4200SnVDRrOlymM { color:#ffffff;display:block;width:150px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:39px;left:891px;height:27.1875px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qKqKk8Tn86JTyNFqqXLlNI38ltdTbRzP { color:#ffffff;display:block;width:150px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:39px;left:1050px;height:27.1875px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NKmaN4cdAt6Vt0hqWBBpVvdKWOPg2Jy1 { box-sizing:content-box;color:#ffffff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:73px;left:851px;display:block; }
#calFriOnX1XAE364f4lJfkKfTbC7COGx { color:#ffffff;display:block;width:261.984px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:79px;left:891px;height:27.1875px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XuHhQxUJTg9UPyeTxwhV4iB9uCqzOx32 { position:relative;display:none; }#XuHhQxUJTg9UPyeTxwhV4iB9uCqzOx32 { border-width: 0; border-radius: 0; }#XuHhQxUJTg9UPyeTxwhV4iB9uCqzOx32 > .row .container > .video-iframe-container {  }#XuHhQxUJTg9UPyeTxwhV4iB9uCqzOx32 > .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;position:relative;display:none; }#Uc2xeUSmsfH7T0ybcMpUwirOQJXTbfsq { background-color:#21ca76;background-image:url("https://images.assets-landingi.com/aScLAZee/CART.png");background-position:center right !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:78px;border-top-right-radius:78px;border-bottom-left-radius:78px;border-bottom-right-radius:78px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:29px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:430px;height:100px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:635px;left:0px;display:none; }#Uc2xeUSmsfH7T0ybcMpUwirOQJXTbfsq.adaptive-delivery-prevent-bg, #Uc2xeUSmsfH7T0ybcMpUwirOQJXTbfsq.lazyload, #Uc2xeUSmsfH7T0ybcMpUwirOQJXTbfsq.lazyloading { background-image: none; }
#Bl3ci2H6viKgsOS1NRJMWzuxTVrf1axm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hG8O0HO9Sr807N16ywgAEwVWyopTOO9J { background-color:#21ca76;background-image:url("https://images.assets-landingi.com/aScLAZee/CART.png");background-position:center right !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:78px;border-top-right-radius:78px;border-bottom-left-radius:78px;border-bottom-right-radius:78px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:29px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:430px;height:100px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:635px;left:0px;display:none; }#hG8O0HO9Sr807N16ywgAEwVWyopTOO9J.adaptive-delivery-prevent-bg, #hG8O0HO9Sr807N16ywgAEwVWyopTOO9J.lazyload, #hG8O0HO9Sr807N16ywgAEwVWyopTOO9J.lazyloading { background-image: none; }
#T0ArwgQAULM9GgmI83JWRZlUqCHJJtGQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KcpaWBWr2W8i11uPNabund3H5plL2fLJ { display:block; }#KcpaWBWr2W8i11uPNabund3H5plL2fLJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rptq9bRbImilEobnecgez7vHft8Km729 { width:430px;height:100px;top:635px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BraRcHlZ1xIFzTL5AcOtkSwv90W2z6XZ { display:block; }
 }@media only screen and (max-width: 763px) { #nelqbhaRZeKMHNGMICgAzNUK8Czr492X { width:640px;height:68px;top:366px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #nkNCWkX36zk3PC4QMEWW0dgHC3vwCMWU { width:100px;height:100px;top:635px;left:217px;display:block; }
 }@media only screen and (max-width: 763px) { #mWr0hQEqWvbfoFH9E6TsXAxVCXSPwzbN { width:100px;height:40px;top:665px;left:217px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OpgOIfTEZEq0TvwXiW9nVnEenAWGusxs { width:423px;height:;top:486px;left:0px;font-size:17px;display:block; }#OpgOIfTEZEq0TvwXiW9nVnEenAWGusxs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #o7fxOVo4bTIa6ksKuUdDMTkP2bmq1qt1 { width:90px;height:90px;top:54px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #g31o82R1wCr825toCInW6oqPEigrGeOl { width:640px;height:185px;top:178px;left:0px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #mJLnBkusbz1P4xbn8BKtWyVIAVWhkQwU { width:138px;height:325px;display:none; }
 }@media only screen and (max-width: 763px) { #C0Tp5i7p4i6fSJ1G9ykRoi40taSNU3bC { width:180px;height:80px;top:666px;left:584px;display:block; }
 }@media only screen and (max-width: 763px) { #GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw { display:block; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIugMDVK4XcLQgpPRezOTU421tVioeUV { width:764px;height:64px;top:77px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #MMQcDof1do9CcFKeXzzr2cWhSb0zMghz { display:block; }#MMQcDof1do9CcFKeXzzr2cWhSb0zMghz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c33lTXzLOIfGJJDRm8GPokKAad0EusXI { width:764px;height:64px;top:45px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #rfyBMzZMD5nG0MgffNITMkeg1khcMIS5 { width:764px;height:89px;top:117px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H { display:block; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLIm6uLUt41P7vyswAldiLZUhLh7p6aC { width:153px;height:26px;top:79px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Rzyy3xfC3DvRZ9XF0Rz9HW5p4qM2oQUw { width:226px;height:52px;top:171px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ODfE1DzW3K19ktk1ZM2Ixv445zGmJpzE { width:45px;height:2px;top:159px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #luI8v1gs11E6DpzVriSMRtRzklEvZILg { width:558px;height:478px;top:44px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #hqJCRk5v9zqBpcd3U1ViuoSQTKPfdcLp { width:2px;height:70px;top:91px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #TB2nAzqet0i8zpQkliHB9yRFGTHDHyxE { width:40px;height:2px;top:91px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #HrH70O1gFqlnSwUTVdCt72tJH7atNxh5 { width:40px;height:2px;top:189px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #d3C1WU3BZ2OwBJKo3tpQVO7HUnFkLv7p { width:2px;height:50px;top:189px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #dn1s7xWs91Mg725SeaMs5GDCC22N2oT9 { width:60px;height:2px;top:238px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #g2SRg5kSQMQpDxKU2CsX49BhKD6TPq9b { width:207px;height:26px;top:309px;left:557px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rIeZATWqZJei349JsPb8VdtHFauTGubm { width:225px;height:52px;top:48px;left:539px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QRGQ3u26F0nIrDdz2Lv1tkWaq1gQOBza { width:2px;height:50px;top:75px;left:686px;display:block; }
 }@media only screen and (max-width: 763px) { #hRd3V7gLTWNb0Ac6OEz7okrwVzTSSgB0 { width:82px;height:2px;top:125px;left:606px;display:block; }
 }@media only screen and (max-width: 763px) { #zKNsptWFtCCOsMGEW7z5BAi8HHk9twns { width:40px;height:2px;top:73px;left:686px;display:block; }
 }@media only screen and (max-width: 763px) { #ruTCHql8Tpc8aKWEkSPb68trAqcNlIPf { width:2px;height:40px;top:323px;left:699px;display:block; }
 }@media only screen and (max-width: 763px) { #KiAAmBTkHVVCdAsmGtAJFWD4H0VMUhO4 { width:40px;height:2px;top:321px;left:699px;display:block; }
 }@media only screen and (max-width: 763px) { #pDSGAaqPgM6lhbmxF9Ipl01JzB5iBgeu { width:74px;height:2px;top:363px;left:627px;display:block; }
 }@media only screen and (max-width: 763px) { #fwxMsLiAZ0asiFb0WugQCuTAT5kuNb5t { width:226px;height:156px;top:272px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #flL9mqT4X2yW7AsRs7hhCJFOT11xfHXo { width:140px;height:2px;top:285px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ETBlgJfHHoIBw1G6znRSmteuq4T5zT2J { width:2px;height:50px;top:285px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #nM2ZVTMBbgWiKtQBmgLur2I4HuCqp1v9 { width:60px;height:2px;top:334px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #sDuywWH6xA5OKfik3UgZnNMDmRS6ouhw { width:430px;height:100px;top:588px;left:167px;display:block; }
 }@media only screen and (max-width: 763px) { #GiX5XTPCh1AmfJbfiC16RDcvhF2Omozl { display:block; }
 }@media only screen and (max-width: 763px) { #xTLVH72h5DxNP6cmmkKor3PXuze6hbAw { display:block; }#xTLVH72h5DxNP6cmmkKor3PXuze6hbAw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbsTradVr846z7VaAvNaLy4deZo7F0y5 { width:764px;height:65px;top:128px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #KGNrpt0dSTdsR4pHlX08FWvh7VqkNPJB { display:block; }#KGNrpt0dSTdsR4pHlX08FWvh7VqkNPJB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLQh66Nb53IVlK46KBn05qAy7s9VTGiw { width:764px;height:380.72666666667px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gBFcZDbxAn0TUz6OVxBv08wZGC019t7A { top:652px;left:164px;width:600px;height:335px;font-size:16px;display:block; }#gBFcZDbxAn0TUz6OVxBv08wZGC019t7A li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #RvJs15sEWQoLUilTZ0OPEqFO45WgvNyN { top:652px;left:0px;width:600px;height:350px;font-size:21px;display:block; }#RvJs15sEWQoLUilTZ0OPEqFO45WgvNyN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #pIIOEXHIATc4WqAEtp9o93ycJI3xxB5Z { display:block; }#pIIOEXHIATc4WqAEtp9o93ycJI3xxB5Z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTmrPDD14tBTGnho9crbBa0uvfc7UXJX { width:764px;height:64px;top:45px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hkbZ1wJ25VJruoDc39GSOAAAhdo46Qsn { width:764px;height:29px;top:117px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JTq74lUvkkuMlzWGZ3s1cUdOCrgWlSmS { display:block; }#JTq74lUvkkuMlzWGZ3s1cUdOCrgWlSmS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wyd5NKeOcpPPbCMpuClwNLUGP8b4bg0D { width:245px;height:207px;top:325px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LFVGwIxAn4hWrsVBQZnbS3Exzb7DES1L { width:429px;height:99px;top:708px;left:177.9765625px;display:block; }
 }@media only screen and (max-width: 763px) { #bc32Pcm2hZfwSWuofiXD4E02NrnVuMFq { display:block; }
 }@media only screen and (max-width: 763px) { #x8LmSIPKpVtIl0fJ4fBMiwmHmTdd5Q3y { width:280px;height:280px;top:36px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #hEosPWFCTgK8guIk3FOveXOyoBpBluIt { width:95px;height:280px;top:36px;left:490.46875px;display:block; }
 }@media only screen and (max-width: 763px) { #SnkxfpAmnTTod8899Tr9TliTNq4fCFMy { width:280px;height:280px;top:36px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #vTJcDRPOyOZc3bhbzECMH57xyuZE0TmO { width:245px;height:233px;top:325px;left:103.4453125px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uRI5sFIoLxXZUQWvqEiT70oBGGpBuLLH { width:245px;height:259px;top:325px;left:415.4453125px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MWBSoD3gWSP8g22bKJQry6CrN8iF4nq4 { width:245px;height:207px;top:325px;left:519px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HsgLGBwvTgqxTlxbNElZEAq0sLVAqgQP { width:280px;height:280px;top:36px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #w5n7CmwV3sNCcNxERGbtQP17rADNAwxB { width:280px;height:280px;top:315px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iFyW1DIRxIAAJcv1keOgIu56bqMtuTRp { width:279px;height:279px;top:315px;left:85.9609375px;display:block; }
 }@media only screen and (max-width: 763px) { #mbuD4V9K2JURSaK1R1cbaGTw4Kb18Qua { width:279px;height:279px;top:315px;left:397.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #S9JsQw7ouwp1oQOlVbLl4oOvMgfAOvGE { width:279px;height:279px;top:315px;left:485px;display:block; }
 }@media only screen and (max-width: 763px) { #DuR8ZcbRWU27afWvAASAaSZNMGwGVoHN { display:block; }#DuR8ZcbRWU27afWvAASAaSZNMGwGVoHN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zm4uTEyVnsReoillTdKq3lD4hfJS6hcX { width:764px;height:65px;top:128px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #aAHhBQSQEmaXOn03tyUm4yvaPDTzuxir { display:block; }#aAHhBQSQEmaXOn03tyUm4yvaPDTzuxir > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DftnvfFTKtTWOxBDABZGO5uwBH9s8giT { width:764px;height:380.72666666667px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NDolZgiZt9qnORXAcaFTnwtII2EtHBsD { top:651px;left:184px;width:580px;height:188px;font-size:16px;display:block; }#NDolZgiZt9qnORXAcaFTnwtII2EtHBsD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #RiPUirio1r6nae8JrClwQMEs1W4HRyhx { top:651px;left:0px;width:600px;height:;font-size:21px;display:block; }#RiPUirio1r6nae8JrClwQMEs1W4HRyhx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB { display:block; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeLXz3gL6B7rRakwBnrVkZMBoRHHOPrG { width:90px;height:90px;top:30px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GnHVJTRq4kN6qrM9rZXdtNW7y57VNck6 { top:37px;left:244px;width:347px;height:79px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Rp0JSMM0vShLxsOSOEMZbq1tWkiRPK4B { width:40px;height:40px;top:33px;left:724px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #vtrIeRxAm47mhBG0acc2XOA64QyIEzkJ { width:40px;height:40px;top:33px;left:633px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #kCibWFhn5k6FJUCyf4200SnVDRrOlymM { top:38px;left:614px;width:150px;height:27px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qKqKk8Tn86JTyNFqqXLlNI38ltdTbRzP { top:39px;left:614px;width:150px;height:27px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NKmaN4cdAt6Vt0hqWBBpVvdKWOPg2Jy1 { width:40px;height:40px;top:73px;left:633px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #calFriOnX1XAE364f4lJfkKfTbC7COGx { top:79px;left:503px;width:261px;height:27px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XuHhQxUJTg9UPyeTxwhV4iB9uCqzOx32 { display:none; }#XuHhQxUJTg9UPyeTxwhV4iB9uCqzOx32 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Uc2xeUSmsfH7T0ybcMpUwirOQJXTbfsq { width:430px;height:100px;top:635px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Bl3ci2H6viKgsOS1NRJMWzuxTVrf1axm { display:block; }
 }@media only screen and (max-width: 763px) { #hG8O0HO9Sr807N16ywgAEwVWyopTOO9J { width:430px;height:100px;top:635px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #T0ArwgQAULM9GgmI83JWRZlUqCHJJtGQ { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:none;position:relative;display:block; }
#emAPcEkAAp4ECA9yOtA48eTlySPuycgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container { display: none; }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #KcpaWBWr2W8i11uPNabund3H5plL2fLJ { background-color:#ffffff;background-image:none;display:block; }#KcpaWBWr2W8i11uPNabund3H5plL2fLJ > .row .container { background-color: transparent; background-image: none; }#KcpaWBWr2W8i11uPNabund3H5plL2fLJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcpaWBWr2W8i11uPNabund3H5plL2fLJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcpaWBWr2W8i11uPNabund3H5plL2fLJ > .row .container > .video-iframe-container { display: none; }#KcpaWBWr2W8i11uPNabund3H5plL2fLJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcpaWBWr2W8i11uPNabund3H5plL2fLJ > .row > .video-iframe-container { display: none; }#KcpaWBWr2W8i11uPNabund3H5plL2fLJ > .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); }#KcpaWBWr2W8i11uPNabund3H5plL2fLJ > .row .container { width:320px;height:1836px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rptq9bRbImilEobnecgez7vHft8Km729 { width:320px;height:70px;top:999px;left:0px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #BraRcHlZ1xIFzTL5AcOtkSwv90W2z6XZ { display:block; }
 }@media only screen and (max-width: 763px) { #nelqbhaRZeKMHNGMICgAzNUK8Czr492X { width:320px;height:103.984px;top:290.75px;left:0px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #nkNCWkX36zk3PC4QMEWW0dgHC3vwCMWU { width:100px;height:100px;top:506px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mWr0hQEqWvbfoFH9E6TsXAxVCXSPwzbN { width:100px;height:40px;top:536px;left:16px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OpgOIfTEZEq0TvwXiW9nVnEenAWGusxs { width:320px;height:71.1719px;top:1042px;left:0px;text-align:left;text-align-last:left;font-size:17px;display:block; }#OpgOIfTEZEq0TvwXiW9nVnEenAWGusxs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #o7fxOVo4bTIa6ksKuUdDMTkP2bmq1qt1 { width:90px;height:90px;top:20px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #g31o82R1wCr825toCInW6oqPEigrGeOl { width:320px;height:152.031px;top:130px;left:0px;text-align:center;text-align-last:center;font-size:38px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mJLnBkusbz1P4xbn8BKtWyVIAVWhkQwU { top:401.078125px;left:33px;width:254px;height:609px;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #C0Tp5i7p4i6fSJ1G9ykRoi40taSNU3bC { width:180px;height:80px;top:1067.1484375px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw { display:block; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { width:320px;height:180px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIugMDVK4XcLQgpPRezOTU421tVioeUV { width:320px;height:76.9922px;top:57px;left:0px;text-align:center;text-align-last:center;font-size:35px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MMQcDof1do9CcFKeXzzr2cWhSb0zMghz { display:block; }#MMQcDof1do9CcFKeXzzr2cWhSb0zMghz > .row .container { width:320px;height:410px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c33lTXzLOIfGJJDRm8GPokKAad0EusXI { width:319.992px;height:115.488px;top:18px;left:0px;text-align:center;text-align-last:center;font-size:35px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rfyBMzZMD5nG0MgffNITMkeg1khcMIS5 { width:320px;height:215.859px;top:152px;left:0px;text-align:justify;text-align-last:initial;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H { display:block; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { width:320px;height:660px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLIm6uLUt41P7vyswAldiLZUhLh7p6aC { width:320px;height:25.9961px;top:297px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Rzyy3xfC3DvRZ9XF0Rz9HW5p4qM2oQUw { width:320px;height:51.9922px;top:431px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ODfE1DzW3K19ktk1ZM2Ixv445zGmJpzE { width:45px;height:2px;top:647px;left:137px;display:none; }
 }@media only screen and (max-width: 763px) { #luI8v1gs11E6DpzVriSMRtRzklEvZILg { width:320px;height:273px;top:5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hqJCRk5v9zqBpcd3U1ViuoSQTKPfdcLp { width:2px;height:70px;top:503px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #TB2nAzqet0i8zpQkliHB9yRFGTHDHyxE { width:40px;height:2px;top:133px;left:140px;display:none; }
 }@media only screen and (max-width: 763px) { #HrH70O1gFqlnSwUTVdCt72tJH7atNxh5 { width:40px;height:2px;top:1187px;left:140px;display:none; }
 }@media only screen and (max-width: 763px) { #d3C1WU3BZ2OwBJKo3tpQVO7HUnFkLv7p { width:2px;height:50px;top:1459px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #dn1s7xWs91Mg725SeaMs5GDCC22N2oT9 { width:120px;height:2px;top:1437px;left:100px;display:none; }
 }@media only screen and (max-width: 763px) { #g2SRg5kSQMQpDxKU2CsX49BhKD6TPq9b { width:320px;height:25.9961px;top:326px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rIeZATWqZJei349JsPb8VdtHFauTGubm { width:320px;height:51.9922px;top:364px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QRGQ3u26F0nIrDdz2Lv1tkWaq1gQOBza { width:2px;height:50px;top:855px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #hRd3V7gLTWNb0Ac6OEz7okrwVzTSSgB0 { width:82px;height:2px;top:997px;left:119px;display:none; }
 }@media only screen and (max-width: 763px) { #zKNsptWFtCCOsMGEW7z5BAi8HHk9twns { width:40px;height:2px;top:111px;left:140px;display:none; }
 }@media only screen and (max-width: 763px) { #ruTCHql8Tpc8aKWEkSPb68trAqcNlIPf { width:2px;height:40px;top:1209px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #KiAAmBTkHVVCdAsmGtAJFWD4H0VMUhO4 { width:40px;height:2px;top:1165px;left:140px;display:none; }
 }@media only screen and (max-width: 763px) { #pDSGAaqPgM6lhbmxF9Ipl01JzB5iBgeu { width:74px;height:2px;top:1415px;left:123px;display:none; }
 }@media only screen and (max-width: 763px) { #fwxMsLiAZ0asiFb0WugQCuTAT5kuNb5t { width:320px;height:155.9766px;top:503px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #flL9mqT4X2yW7AsRs7hhCJFOT11xfHXo { width:140px;height:2px;top:285px;left:90px;display:none; }
 }@media only screen and (max-width: 763px) { #ETBlgJfHHoIBw1G6znRSmteuq4T5zT2J { width:2px;height:50px;top:285px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #nM2ZVTMBbgWiKtQBmgLur2I4HuCqp1v9 { width:60px;height:2px;top:334px;left:130px;display:none; }
 }@media only screen and (max-width: 763px) { #sDuywWH6xA5OKfik3UgZnNMDmRS6ouhw { width:304px;height:100px;top:588px;left:0px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #GiX5XTPCh1AmfJbfiC16RDcvhF2Omozl { display:block; }
 }@media only screen and (max-width: 763px) { #xTLVH72h5DxNP6cmmkKor3PXuze6hbAw { display:block; }#xTLVH72h5DxNP6cmmkKor3PXuze6hbAw > .row .container { width:320px;height:150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbsTradVr846z7VaAvNaLy4deZo7F0y5 { width:320px;height:76.9922px;top:51px;left:0px;text-align:center;text-align-last:center;font-size:35px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KGNrpt0dSTdsR4pHlX08FWvh7VqkNPJB { background-color:#f6f6f6;background-image:none;display:block; }#KGNrpt0dSTdsR4pHlX08FWvh7VqkNPJB > .row .container { background-color: transparent; background-image: none; }#KGNrpt0dSTdsR4pHlX08FWvh7VqkNPJB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGNrpt0dSTdsR4pHlX08FWvh7VqkNPJB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGNrpt0dSTdsR4pHlX08FWvh7VqkNPJB > .row .container > .video-iframe-container { display: none; }#KGNrpt0dSTdsR4pHlX08FWvh7VqkNPJB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGNrpt0dSTdsR4pHlX08FWvh7VqkNPJB > .row > .video-iframe-container { display: none; }#KGNrpt0dSTdsR4pHlX08FWvh7VqkNPJB > .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); }#KGNrpt0dSTdsR4pHlX08FWvh7VqkNPJB > .row .container { width:320px;height:1005px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLQh66Nb53IVlK46KBn05qAy7s9VTGiw { height:182.297px;width:320px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gBFcZDbxAn0TUz6OVxBv08wZGC019t7A { width:320px;height:367.5px;top:564px;left:0px;font-size:16px;text-align:left;text-align-last:left;color:#ffffff;display:block; }#gBFcZDbxAn0TUz6OVxBv08wZGC019t7A li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #RvJs15sEWQoLUilTZ0OPEqFO45WgvNyN { width:320px;height:340.938px;top:214px;left:0px;font-size:16px;text-align:left;text-align-last:left;color:#ffffff;display:block; }#RvJs15sEWQoLUilTZ0OPEqFO45WgvNyN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #pIIOEXHIATc4WqAEtp9o93ycJI3xxB5Z { display:block; }#pIIOEXHIATc4WqAEtp9o93ycJI3xxB5Z > .row .container { width:320px;height:230px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTmrPDD14tBTGnho9crbBa0uvfc7UXJX { width:320px;height:38.4961px;top:57px;left:0px;text-align:center;text-align-last:center;font-size:35px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hkbZ1wJ25VJruoDc39GSOAAAhdo46Qsn { width:319.992px;height:71.9531px;top:124.9921875px;left:0px;text-align:justify;text-align-last:initial;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JTq74lUvkkuMlzWGZ3s1cUdOCrgWlSmS { display:block; }#JTq74lUvkkuMlzWGZ3s1cUdOCrgWlSmS > .row .container { width:320px;height:2506px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wyd5NKeOcpPPbCMpuClwNLUGP8b4bg0D { width:245px;height:207.9691px;top:337.1015625px;left:37.4765625px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LFVGwIxAn4hWrsVBQZnbS3Exzb7DES1L { width:304px;height:99px;top:708px;left:0px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #bc32Pcm2hZfwSWuofiXD4E02NrnVuMFq { display:block; }
 }@media only screen and (max-width: 763px) { #x8LmSIPKpVtIl0fJ4fBMiwmHmTdd5Q3y { width:280px;height:280px;top:625px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hEosPWFCTgK8guIk3FOveXOyoBpBluIt { width:95px;height:280px;top:1247px;left:113px;display:block; }
 }@media only screen and (max-width: 763px) { #SnkxfpAmnTTod8899Tr9TliTNq4fCFMy { width:280px;height:280px;top:1860px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vTJcDRPOyOZc3bhbzECMH57xyuZE0TmO { width:244.992px;height:233.9651px;top:926px;left:38px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uRI5sFIoLxXZUQWvqEiT70oBGGpBuLLH { width:244.992px;height:233.9651px;top:1535px;left:38px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MWBSoD3gWSP8g22bKJQry6CrN8iF4nq4 { width:244.992px;height:207.9691px;top:2174px;left:38px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HsgLGBwvTgqxTlxbNElZEAq0sLVAqgQP { width:280px;height:280px;top:20.7421875px;left:19.96875px;display:block; }
 }@media only screen and (max-width: 763px) { #w5n7CmwV3sNCcNxERGbtQP17rADNAwxB { width:280px;height:280px;top:301px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #iFyW1DIRxIAAJcv1keOgIu56bqMtuTRp { width:279px;height:279px;top:904px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mbuD4V9K2JURSaK1R1cbaGTw4Kb18Qua { width:279px;height:279px;top:1526px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #S9JsQw7ouwp1oQOlVbLl4oOvMgfAOvGE { width:279px;height:279px;top:2139px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DuR8ZcbRWU27afWvAASAaSZNMGwGVoHN { display:block; }#DuR8ZcbRWU27afWvAASAaSZNMGwGVoHN > .row .container { width:320px;height:150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zm4uTEyVnsReoillTdKq3lD4hfJS6hcX { width:320px;height:76.9922px;top:51px;left:0px;text-align:center;text-align-last:center;font-size:35px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aAHhBQSQEmaXOn03tyUm4yvaPDTzuxir { background-color:#f6f6f6;background-image:none;display:block; }#aAHhBQSQEmaXOn03tyUm4yvaPDTzuxir > .row .container { background-color: transparent; background-image: none; }#aAHhBQSQEmaXOn03tyUm4yvaPDTzuxir::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAHhBQSQEmaXOn03tyUm4yvaPDTzuxir > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAHhBQSQEmaXOn03tyUm4yvaPDTzuxir > .row .container > .video-iframe-container { display: none; }#aAHhBQSQEmaXOn03tyUm4yvaPDTzuxir > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAHhBQSQEmaXOn03tyUm4yvaPDTzuxir > .row > .video-iframe-container { display: none; }#aAHhBQSQEmaXOn03tyUm4yvaPDTzuxir > .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); }#aAHhBQSQEmaXOn03tyUm4yvaPDTzuxir > .row .container { width:320px;height:725px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DftnvfFTKtTWOxBDABZGO5uwBH9s8giT { height:182.297px;width:320px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NDolZgiZt9qnORXAcaFTnwtII2EtHBsD { width:319.992px;height:191.25px;top:462px;left:0px;font-size:16px;text-align:left;text-align-last:left;color:#ffffff;display:block; }#NDolZgiZt9qnORXAcaFTnwtII2EtHBsD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #RiPUirio1r6nae8JrClwQMEs1W4HRyhx { width:320px;height:237.812px;top:214px;left:0px;font-size:16px;text-align:left;text-align-last:left;color:#ffffff;display:block; }#RiPUirio1r6nae8JrClwQMEs1W4HRyhx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB { display:block; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container { width:320px;height:410px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeLXz3gL6B7rRakwBnrVkZMBoRHHOPrG { width:90px;height:90px;top:41px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GnHVJTRq4kN6qrM9rZXdtNW7y57VNck6 { width:300px;height:51.1875px;top:145px;left:14px;font-size:16px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Rp0JSMM0vShLxsOSOEMZbq1tWkiRPK4B { width:40px;height:40px;top:244px;left:7px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #vtrIeRxAm47mhBG0acc2XOA64QyIEzkJ { width:40px;height:40px;top:208px;left:7px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #kCibWFhn5k6FJUCyf4200SnVDRrOlymM { width:250px;height:27.1875px;top:214px;left:50px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qKqKk8Tn86JTyNFqqXLlNI38ltdTbRzP { width:123px;height:27.1875px;top:250px;left:48px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NKmaN4cdAt6Vt0hqWBBpVvdKWOPg2Jy1 { width:40px;height:40px;top:278px;left:8px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #calFriOnX1XAE364f4lJfkKfTbC7COGx { width:212.986px;height:27.1875px;top:284px;left:50px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XuHhQxUJTg9UPyeTxwhV4iB9uCqzOx32 { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#XuHhQxUJTg9UPyeTxwhV4iB9uCqzOx32 > .row .container { background-color: transparent; background-image: none; }#XuHhQxUJTg9UPyeTxwhV4iB9uCqzOx32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuHhQxUJTg9UPyeTxwhV4iB9uCqzOx32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuHhQxUJTg9UPyeTxwhV4iB9uCqzOx32 > .row .container > .video-iframe-container { display: none; }#XuHhQxUJTg9UPyeTxwhV4iB9uCqzOx32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuHhQxUJTg9UPyeTxwhV4iB9uCqzOx32 > .row > .video-iframe-container { display: none; }#XuHhQxUJTg9UPyeTxwhV4iB9uCqzOx32 > .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); }#XuHhQxUJTg9UPyeTxwhV4iB9uCqzOx32 > .row .container { border-width: 0; border-radius: 0; }#XuHhQxUJTg9UPyeTxwhV4iB9uCqzOx32 > .row > .video-iframe-container {  }#XuHhQxUJTg9UPyeTxwhV4iB9uCqzOx32 > .row .container { width:320px;height:135px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uc2xeUSmsfH7T0ybcMpUwirOQJXTbfsq { width:320px;height:70px;top:0px;left:0px;font-size:23px;z-index:15003;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Bl3ci2H6viKgsOS1NRJMWzuxTVrf1axm { display:block; }
 }@media only screen and (max-width: 763px) { #hG8O0HO9Sr807N16ywgAEwVWyopTOO9J { width:320px;height:60px;top:73.96484375px;left:0px;font-size:23px;z-index:15005;background-color:#21ca76;background-image:url("https://images.assets-landingi.com/uc/1936c780-4a50-4727-86b2-a2b0896ded6b/bt_nt.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#hG8O0HO9Sr807N16ywgAEwVWyopTOO9J.adaptive-delivery-prevent-bg, #hG8O0HO9Sr807N16ywgAEwVWyopTOO9J.lazyload, #hG8O0HO9Sr807N16ywgAEwVWyopTOO9J.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T0ArwgQAULM9GgmI83JWRZlUqCHJJtGQ { display:block; }
 }