.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw { position:relative;display:block; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw { background-color: transparent; background-image: none; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row .container > .video-iframe-container { display: none; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row > .video-iframe-container { display: none; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .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); }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw { border-width: 0; border-radius: 0; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .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:108px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iWT7eQeOCr5VVkr2fQHFebUgvaNeHJm6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:99px;width:99px;top:0px;left:0px;overflow:hidden;display:block; }
#CWq3be3RAyTTWygzDO4r7CwUu08zHTEV { position:relative;display:block; }#CWq3be3RAyTTWygzDO4r7CwUu08zHTEV { background-color: transparent; background-image: none; }#CWq3be3RAyTTWygzDO4r7CwUu08zHTEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWq3be3RAyTTWygzDO4r7CwUu08zHTEV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWq3be3RAyTTWygzDO4r7CwUu08zHTEV > .row .container > .video-iframe-container { display: none; }#CWq3be3RAyTTWygzDO4r7CwUu08zHTEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWq3be3RAyTTWygzDO4r7CwUu08zHTEV > .row > .video-iframe-container { display: none; }#CWq3be3RAyTTWygzDO4r7CwUu08zHTEV > .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); }#CWq3be3RAyTTWygzDO4r7CwUu08zHTEV { border-width: 0; border-radius: 0; }#CWq3be3RAyTTWygzDO4r7CwUu08zHTEV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CWq3be3RAyTTWygzDO4r7CwUu08zHTEV > .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:462px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PCru9zhbVPuCnrcWMs3QlOADATf2UKoR { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:37.625px;left:380px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cgyPGvg9tEng0H43ElsT4hM7CuKTKDI1 { color:#000000;display:block;width:789px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:86.625px;left:89px;height:353.5472px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tEXFDqu2rr8QXTs2IrxSnQqi1bfXzKze { position:relative;display:block; }#tEXFDqu2rr8QXTs2IrxSnQqi1bfXzKze { background-color: transparent; background-image: none; }#tEXFDqu2rr8QXTs2IrxSnQqi1bfXzKze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEXFDqu2rr8QXTs2IrxSnQqi1bfXzKze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEXFDqu2rr8QXTs2IrxSnQqi1bfXzKze > .row .container > .video-iframe-container { display: none; }#tEXFDqu2rr8QXTs2IrxSnQqi1bfXzKze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEXFDqu2rr8QXTs2IrxSnQqi1bfXzKze > .row > .video-iframe-container { display: none; }#tEXFDqu2rr8QXTs2IrxSnQqi1bfXzKze > .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); }#tEXFDqu2rr8QXTs2IrxSnQqi1bfXzKze { border-width: 0; border-radius: 0; }#tEXFDqu2rr8QXTs2IrxSnQqi1bfXzKze > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tEXFDqu2rr8QXTs2IrxSnQqi1bfXzKze > .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:267px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rb3ik6ILW74MP9Xfs2pOOSKoXvfielbk { color:#000000;display:block;width:386px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:16px;left:87px;height:32.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JTBGLFJOlk77FntPwuVngfKv3rRTI2Ur { color:#000000;display:block;width:240px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);height:20px;top:1069px;left:17px;display:none; }
#oNFIOas7nQxVbVMFTlM52fwZZ1EVRXJH { background-color:#0c67ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:142px;left:340px;display:block; }
#eN3sCToJ2QgwbnQdJVhKJiQQEqV85Bg5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#egL9cvHeba44isglafZKCGQp4SQzs0y7 { color:#000000;display:block;width:782px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:62.625px;left:89px;height:20.8px;display:block; }
#VzmFmZwb0XJkrvrfJca5V2mWDOdGoinm { color:#000000;display:block;width:550px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:243.59375px;left:205px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#caL7bwy4BOOQk9LSsP9ObgIAGK2NJCLm { position:relative;display:block; }#caL7bwy4BOOQk9LSsP9ObgIAGK2NJCLm { background-color: transparent; background-image: none; }#caL7bwy4BOOQk9LSsP9ObgIAGK2NJCLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caL7bwy4BOOQk9LSsP9ObgIAGK2NJCLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caL7bwy4BOOQk9LSsP9ObgIAGK2NJCLm > .row .container > .video-iframe-container { display: none; }#caL7bwy4BOOQk9LSsP9ObgIAGK2NJCLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caL7bwy4BOOQk9LSsP9ObgIAGK2NJCLm > .row > .video-iframe-container { display: none; }#caL7bwy4BOOQk9LSsP9ObgIAGK2NJCLm > .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); }#caL7bwy4BOOQk9LSsP9ObgIAGK2NJCLm { border-width: 0; border-radius: 0; }#caL7bwy4BOOQk9LSsP9ObgIAGK2NJCLm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#caL7bwy4BOOQk9LSsP9ObgIAGK2NJCLm > .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:1752px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aLdy9LN5Kzwgwvh1O9QTzqeyXCH9LQlx { color:#000000;display:block;width:495px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.96875px;left:85px;height:32.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I9Ghx9OZr3q9l2B31oMiLS1AEUw1x336 { color:#000000;display:block;width:712px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:96.000007629395px;left:117px;height:62.4px;display:block; }
#B405aOyf9OALRXZGdSrLmBmCvUzeyOES { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:285px;width:595px;top:214.40000152588px;left:182px;display:block; }
#d9fb8kyCF8asop6pLnGHWUZ0V2FW7IPB { color:#000000;display:block;width:455px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:283.40000152588px;left:252px;height:192px;display:block; }
#TZfCvmiL6RTvH1SoKoDo6fhRFdTOTFPa { color:#000000;display:block;width:437px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:235px;left:202px;height:26px;display:block; }
#pWJXJ8fS9g3upnqIdA5MHFiQOkbhNJrf { color:#000000;display:block;width:543px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:565px;left:202px;height:26px;display:block; }
#MCM56lZaJKS0sZHh6RhIi92XwZo9aM4z { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:286px;width:595px;top:541.390625px;left:182px;display:block; }
#BhiVa0wXZL63mIF6oVcOGu6ktpE8VLkX { color:#000000;display:block;width:512px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:608.40000915527px;left:252px;height:216px;display:block; }
#EV9SvbBWuXZ6TCXO2PhQkykxC4WiO4yf { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:409px;width:595px;top:880px;left:183px;display:block; }
#LH4TgKaeKQG3OyNTq1z2Nro4SXDVyCcl { color:#000000;display:block;width:451px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:915px;left:203px;height:26px;display:block; }
#oZTwv6zz2KoeyakGmQAARaU89qJNKgmq { color:#000000;display:block;width:500px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:958px;left:253px;height:297px;display:block; }#oZTwv6zz2KoeyakGmQAARaU89qJNKgmq li:not(:first-child){ padding-top:1px;padding-right:0;padding-bottom:0;padding-left:0; }#oZTwv6zz2KoeyakGmQAARaU89qJNKgmq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
#ebnPbJssqZ8vfcqou7161CJWJuIVWzsy { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:409px;width:595px;top:1334px;left:183px;display:block; }
#OLkEIpmmsBCyvnUT78FUgrdZKAnddyga { color:#000000;display:block;width:500px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:1412px;left:253px;height:288px;display:block; }
#M4RJfZkQZBCIOO9wzTDtqcowPErfAGEQ { color:#000000;display:block;width:451px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1369px;left:203px;height:26px;display:block; }
#B5f8Z1CkaDJPRkpuv5EOh2BBcNA9ZPbv { position:relative;display:block; }#B5f8Z1CkaDJPRkpuv5EOh2BBcNA9ZPbv { background-color: transparent; background-image: none; }#B5f8Z1CkaDJPRkpuv5EOh2BBcNA9ZPbv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5f8Z1CkaDJPRkpuv5EOh2BBcNA9ZPbv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5f8Z1CkaDJPRkpuv5EOh2BBcNA9ZPbv > .row .container > .video-iframe-container { display: none; }#B5f8Z1CkaDJPRkpuv5EOh2BBcNA9ZPbv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5f8Z1CkaDJPRkpuv5EOh2BBcNA9ZPbv > .row > .video-iframe-container { display: none; }#B5f8Z1CkaDJPRkpuv5EOh2BBcNA9ZPbv > .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); }#B5f8Z1CkaDJPRkpuv5EOh2BBcNA9ZPbv { border-width: 0; border-radius: 0; }#B5f8Z1CkaDJPRkpuv5EOh2BBcNA9ZPbv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#B5f8Z1CkaDJPRkpuv5EOh2BBcNA9ZPbv > .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:726px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hil7sGgfpfgBEofCsv1qcosETh19k61t { color:#000000;display:block;width:514px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:32.974975585938px;left:87px;height:32.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fJes4sQi4Ti2GiHeGD0OOmxPz0wz0pie { color:#000000;display:block;width:640px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:79.975006103516px;left:118px;height:20.8px;display:block; }
#TcBNbHuWfuCDKB5hFSkSURv5cwgTMzUa { color:#000000;display:block;width:550px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:124.60000610352px;left:205px;height:;overflow:hidden;display:block; }#TcBNbHuWfuCDKB5hFSkSURv5cwgTMzUa li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#TcBNbHuWfuCDKB5hFSkSURv5cwgTMzUa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#rvXokMMv5Cp0P7So7xJqMIudSey8MTuf { color:#000000;display:block;width:655px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:207.80001831055px;left:234px;height:98.2px;display:block; }#rvXokMMv5Cp0P7So7xJqMIudSey8MTuf li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#rvXokMMv5Cp0P7So7xJqMIudSey8MTuf li:before{  }
#D86NBJKTorxX23aC5OzzoPLug4ihG6Hq { color:#000000;display:block;width:550px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:330.29376220703px;left:205px;height:197.172px;overflow:hidden;display:block; }#D86NBJKTorxX23aC5OzzoPLug4ihG6Hq li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#D86NBJKTorxX23aC5OzzoPLug4ihG6Hq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#mfTBo7PXGikLA54hU2mmoLUx71NTQMcT { color:#000000;display:block;width:712px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:548.60000610352px;left:124px;height:145.5782px;display:block; }
#BzoM0dF919PHoBS9dnu07vOtfXiVlI5z { color:#000000;display:block;width:240px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);height:20px;top:1069px;left:17px;display:none; }
#a8na55lXQNevTDPZh5CO6vGKmJMUd4IM { color:#000000;display:block;width:600px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:705.20001220703px;left:180px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#E7riS87OzfutDKo63B4X0kU8qte550RZ { position:relative;display:block; }#E7riS87OzfutDKo63B4X0kU8qte550RZ { background-color: transparent; background-image: none; }#E7riS87OzfutDKo63B4X0kU8qte550RZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7riS87OzfutDKo63B4X0kU8qte550RZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7riS87OzfutDKo63B4X0kU8qte550RZ > .row .container > .video-iframe-container { display: none; }#E7riS87OzfutDKo63B4X0kU8qte550RZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7riS87OzfutDKo63B4X0kU8qte550RZ > .row > .video-iframe-container { display: none; }#E7riS87OzfutDKo63B4X0kU8qte550RZ > .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); }#E7riS87OzfutDKo63B4X0kU8qte550RZ { border-width: 0; border-radius: 0; }#E7riS87OzfutDKo63B4X0kU8qte550RZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#E7riS87OzfutDKo63B4X0kU8qte550RZ > .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:978px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t6Bnl3H4gd6pzL80fzAVaqlv2qR15UPl { color:#000000;display:block;width:536px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:26px;left:82px;height:32.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ETDcD2ChBfPfoJih0ve2VhIDwgdsqqiU { color:#000000;display:block;width:712px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:78.575012207031px;left:124px;height:270.3596px;display:block; }
#QiXdTSzNdEh8gWUp9vp7tpSCNn9ePV02 { color:#000000;display:block;width:592px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:484.80000305176px;left:208px;height:123.984px;overflow:hidden;display:block; }#QiXdTSzNdEh8gWUp9vp7tpSCNn9ePV02 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#QiXdTSzNdEh8gWUp9vp7tpSCNn9ePV02 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#E2X82S2fz72m5w0Tl0nC5V53cA9mFiXm { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:455.60000228882px;left:208px;height:20.8px;display:block; }
#pfrX8tOBQB0nilwGCXbC0TDiMbwvl3c3 { color:#000000;display:block;width:441px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:638.80000305176px;left:208px;height:20.8px;display:block; }
#tDXvq4HzLIRw5dfse51B1wOzHUrf8pcb { color:#000000;display:block;width:285px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:669px;left:208px;height:123.984px;overflow:hidden;display:block; }#tDXvq4HzLIRw5dfse51B1wOzHUrf8pcb li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#tDXvq4HzLIRw5dfse51B1wOzHUrf8pcb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#CTIF8TxszvHuh5a1wt9gkN8xViX63OTf { color:#000000;display:block;width:386px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:378.18124389648px;left:124px;height:26px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rQIw6WkKDfarhyVZZSCiLAHB1TmQhxf7 { color:#000000;display:block;width:544px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:423.38125038147px;left:208px;height:20.8px;display:block; }
#lAcsa37snD2VKyHWPJ5QUxsfL0wtCG4h { color:#000000;display:block;width:240px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);height:20px;top:1069px;left:17px;display:none; }
#SXC2fysOUO2blNDSH9GGiqrlZuhh6KBd { color:#000000;display:block;width:550px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:955.20001220703px;left:205px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#G9aGTX7V3ORdPX7qhkhIKwU0Mb9Uc0Ms { color:#000000;display:block;width:530px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:817.80001831055px;left:208px;height:20.8px;display:block; }
#OUGPsvKEvAZic1Hb0TPS3sCaL45rCw3K { color:#000000;display:block;width:384px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:857px;left:208px;height:20.8px;overflow:hidden;display:block; }#OUGPsvKEvAZic1Hb0TPS3sCaL45rCw3K li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#OUGPsvKEvAZic1Hb0TPS3sCaL45rCw3K li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#H8mtoabWWyvILLKi8QK0X7dmupDi3kbe { color:#000000;display:block;width:493px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:888.60003662109px;left:233px;height:67.4px;display:block; }#H8mtoabWWyvILLKi8QK0X7dmupDi3kbe li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#H8mtoabWWyvILLKi8QK0X7dmupDi3kbe li:before{  }
#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg { position:relative;display:block; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg { background-color: transparent; background-image: none; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row .container > .video-iframe-container { display: none; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row > .video-iframe-container { display: none; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .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); }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg { border-width: 0; border-radius: 0; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .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:286px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Sm4kBatRUgKkTx424dlIgNASWXG0Z8EF { color:#000000;display:block;width:413px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:165.99993896484px;left:273.50003051758px;height:78px;text-align:center;text-align-last:center;display:block; }
#Iwtpl5CQBcXX2TODqQA3T5PvS94XbrUs { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:78px;width:79px;top:88.793762207031px;left:440.50003051758px;overflow:hidden;display:block; }
#F9TfnvbdfCknxHwOD11N4zHhFeRlTxrq { color:#000000;display:block;width:521px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:30px;left:219.5px;height:46.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw { display:block; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWT7eQeOCr5VVkr2fQHFebUgvaNeHJm6 { width:99px;height:99px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CWq3be3RAyTTWygzDO4r7CwUu08zHTEV { display:block; }#CWq3be3RAyTTWygzDO4r7CwUu08zHTEV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PCru9zhbVPuCnrcWMs3QlOADATf2UKoR { width:200px;height:39px;top:37px;left:282px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #cgyPGvg9tEng0H43ElsT4hM7CuKTKDI1 { width:764px;height:353px;top:86px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tEXFDqu2rr8QXTs2IrxSnQqi1bfXzKze { display:block; }#tEXFDqu2rr8QXTs2IrxSnQqi1bfXzKze > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rb3ik6ILW74MP9Xfs2pOOSKoXvfielbk { width:386px;height:32px;top:16px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #JTBGLFJOlk77FntPwuVngfKv3rRTI2Ur { width:240px;height:20px;top:1069px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #oNFIOas7nQxVbVMFTlM52fwZZ1EVRXJH { width:280px;height:55px;top:142px;left:242px;display:block; }
 }@media only screen and (max-width: 763px) { #eN3sCToJ2QgwbnQdJVhKJiQQEqV85Bg5 { display:block; }
 }@media only screen and (max-width: 763px) { #egL9cvHeba44isglafZKCGQp4SQzs0y7 { width:764px;height:20px;top:62px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VzmFmZwb0XJkrvrfJca5V2mWDOdGoinm { width:550px;height:20px;top:243px;left:107px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #caL7bwy4BOOQk9LSsP9ObgIAGK2NJCLm { display:block; }#caL7bwy4BOOQk9LSsP9ObgIAGK2NJCLm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLdy9LN5Kzwgwvh1O9QTzqeyXCH9LQlx { width:495px;height:;top:19px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #I9Ghx9OZr3q9l2B31oMiLS1AEUw1x336 { width:712px;height:62px;top:96px;left:19px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #B405aOyf9OALRXZGdSrLmBmCvUzeyOES { width:595px;height:285px;top:214px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #d9fb8kyCF8asop6pLnGHWUZ0V2FW7IPB { width:455px;height:192px;top:283px;left:154px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TZfCvmiL6RTvH1SoKoDo6fhRFdTOTFPa { width:437px;height:26px;top:235px;left:104px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pWJXJ8fS9g3upnqIdA5MHFiQOkbhNJrf { width:543px;height:26px;top:565px;left:104px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MCM56lZaJKS0sZHh6RhIi92XwZo9aM4z { width:595px;height:286px;top:541px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #BhiVa0wXZL63mIF6oVcOGu6ktpE8VLkX { width:512px;height:216px;top:608px;left:154px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EV9SvbBWuXZ6TCXO2PhQkykxC4WiO4yf { width:595px;height:409px;top:880px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #LH4TgKaeKQG3OyNTq1z2Nro4SXDVyCcl { width:451px;height:26px;top:915px;left:105px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oZTwv6zz2KoeyakGmQAARaU89qJNKgmq { width:500px;height:297px;top:958px;left:155px;font-size:16px;display:block; }#oZTwv6zz2KoeyakGmQAARaU89qJNKgmq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
 }@media only screen and (max-width: 763px) { #ebnPbJssqZ8vfcqou7161CJWJuIVWzsy { width:595px;height:409px;top:1334px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #OLkEIpmmsBCyvnUT78FUgrdZKAnddyga { width:500px;height:288px;top:1412px;left:155px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #M4RJfZkQZBCIOO9wzTDtqcowPErfAGEQ { width:451px;height:26px;top:1369px;left:105px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #B5f8Z1CkaDJPRkpuv5EOh2BBcNA9ZPbv { display:block; }#B5f8Z1CkaDJPRkpuv5EOh2BBcNA9ZPbv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hil7sGgfpfgBEofCsv1qcosETh19k61t { width:514px;height:32px;top:32px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #fJes4sQi4Ti2GiHeGD0OOmxPz0wz0pie { width:640px;height:20px;top:79px;left:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TcBNbHuWfuCDKB5hFSkSURv5cwgTMzUa { width:550px;height:;top:124px;left:107px;font-size:16px;display:block; }#TcBNbHuWfuCDKB5hFSkSURv5cwgTMzUa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #rvXokMMv5Cp0P7So7xJqMIudSey8MTuf { width:655px;height:98px;top:207px;left:109px;font-size:16px;display:block; }#rvXokMMv5Cp0P7So7xJqMIudSey8MTuf li:before{  }
 }@media only screen and (max-width: 763px) { #D86NBJKTorxX23aC5OzzoPLug4ihG6Hq { width:550px;height:176px;top:330px;left:107px;font-size:16px;display:block; }#D86NBJKTorxX23aC5OzzoPLug4ihG6Hq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #mfTBo7PXGikLA54hU2mmoLUx71NTQMcT { width:712px;height:145px;top:548px;left:26px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BzoM0dF919PHoBS9dnu07vOtfXiVlI5z { width:240px;height:20px;top:1069px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #a8na55lXQNevTDPZh5CO6vGKmJMUd4IM { width:600px;height:20px;top:705px;left:82px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #E7riS87OzfutDKo63B4X0kU8qte550RZ { display:block; }#E7riS87OzfutDKo63B4X0kU8qte550RZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6Bnl3H4gd6pzL80fzAVaqlv2qR15UPl { width:536px;height:32px;top:26px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ETDcD2ChBfPfoJih0ve2VhIDwgdsqqiU { width:712px;height:270px;top:78px;left:26px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QiXdTSzNdEh8gWUp9vp7tpSCNn9ePV02 { width:592px;height:124px;top:484px;left:110px;font-size:16px;display:block; }#QiXdTSzNdEh8gWUp9vp7tpSCNn9ePV02 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #E2X82S2fz72m5w0Tl0nC5V53cA9mFiXm { width:200px;height:20px;top:455px;left:110px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pfrX8tOBQB0nilwGCXbC0TDiMbwvl3c3 { width:441px;height:20px;top:638px;left:110px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tDXvq4HzLIRw5dfse51B1wOzHUrf8pcb { width:285px;height:124px;top:669px;left:110px;font-size:16px;display:block; }#tDXvq4HzLIRw5dfse51B1wOzHUrf8pcb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #CTIF8TxszvHuh5a1wt9gkN8xViX63OTf { width:386px;height:26px;top:378px;left:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rQIw6WkKDfarhyVZZSCiLAHB1TmQhxf7 { width:544px;height:20px;top:423px;left:110px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lAcsa37snD2VKyHWPJ5QUxsfL0wtCG4h { width:240px;height:20px;top:1069px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #SXC2fysOUO2blNDSH9GGiqrlZuhh6KBd { width:550px;height:20px;top:955px;left:107px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #G9aGTX7V3ORdPX7qhkhIKwU0Mb9Uc0Ms { width:530px;height:20px;top:817px;left:110px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OUGPsvKEvAZic1Hb0TPS3sCaL45rCw3K { width:384px;height:20px;top:857px;left:110px;font-size:16px;display:block; }#OUGPsvKEvAZic1Hb0TPS3sCaL45rCw3K li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #H8mtoabWWyvILLKi8QK0X7dmupDi3kbe { width:493px;height:67px;top:888px;left:135px;font-size:16px;display:block; }#H8mtoabWWyvILLKi8QK0X7dmupDi3kbe li:before{  }
 }@media only screen and (max-width: 763px) { #mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg { display:block; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sm4kBatRUgKkTx424dlIgNASWXG0Z8EF { width:413px;height:78px;top:165px;left:175.50003051758px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Iwtpl5CQBcXX2TODqQA3T5PvS94XbrUs { width:79px;height:78px;top:88px;left:342.50003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #F9TfnvbdfCknxHwOD11N4zHhFeRlTxrq { width:521px;height:46px;top:30px;left:121.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw { display:block; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row .container { width:320px;height:112px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWT7eQeOCr5VVkr2fQHFebUgvaNeHJm6 { width:81px;height:81px;top:20px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #CWq3be3RAyTTWygzDO4r7CwUu08zHTEV { display:block; }#CWq3be3RAyTTWygzDO4r7CwUu08zHTEV > .row .container { width:320px;height:744px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PCru9zhbVPuCnrcWMs3QlOADATf2UKoR { width:200px;height:39px;top:20px;left:60px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #cgyPGvg9tEng0H43ElsT4hM7CuKTKDI1 { width:320px;height:665.5003px;top:79px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tEXFDqu2rr8QXTs2IrxSnQqi1bfXzKze { display:block; }#tEXFDqu2rr8QXTs2IrxSnQqi1bfXzKze > .row .container { width:320px;height:306px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rb3ik6ILW74MP9Xfs2pOOSKoXvfielbk { width:320px;height:26px;top:21.387683868408px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JTBGLFJOlk77FntPwuVngfKv3rRTI2Ur { top:281.60625457764px;left:40.000001907349px;width:240px;height:20.8px;z-index:15007;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #oNFIOas7nQxVbVMFTlM52fwZZ1EVRXJH { width:280px;height:55px;top:192.80624771118px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #eN3sCToJ2QgwbnQdJVhKJiQQEqV85Bg5 { display:block; }
 }@media only screen and (max-width: 763px) { #egL9cvHeba44isglafZKCGQp4SQzs0y7 { width:320px;height:62.4px;top:84.406234741211px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VzmFmZwb0XJkrvrfJca5V2mWDOdGoinm { width:320px;height:auto;top:243px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #caL7bwy4BOOQk9LSsP9ObgIAGK2NJCLm { display:block; }#caL7bwy4BOOQk9LSsP9ObgIAGK2NJCLm > .row .container { width:320px;height:2143px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLdy9LN5Kzwgwvh1O9QTzqeyXCH9LQlx { width:320px;height:26px;top:46px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #I9Ghx9OZr3q9l2B31oMiLS1AEUw1x336 { width:320px;height:124.781px;top:110px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #B405aOyf9OALRXZGdSrLmBmCvUzeyOES { width:320px;height:412px;top:294px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #d9fb8kyCF8asop6pLnGHWUZ0V2FW7IPB { width:320px;height:288px;top:383px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TZfCvmiL6RTvH1SoKoDo6fhRFdTOTFPa { width:320px;height:52px;top:314.60000610352px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pWJXJ8fS9g3upnqIdA5MHFiQOkbhNJrf { width:320px;height:52px;top:750.59375px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MCM56lZaJKS0sZHh6RhIi92XwZo9aM4z { width:320px;height:399px;top:726px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BhiVa0wXZL63mIF6oVcOGu6ktpE8VLkX { width:320px;height:288px;top:815px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EV9SvbBWuXZ6TCXO2PhQkykxC4WiO4yf { width:320px;height:523px;top:1135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LH4TgKaeKQG3OyNTq1z2Nro4SXDVyCcl { width:320px;height:52px;top:1158.390625px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oZTwv6zz2KoeyakGmQAARaU89qJNKgmq { width:320px;height:432px;top:1209.390625px;left:0px;font-size:16px;display:block; }#oZTwv6zz2KoeyakGmQAARaU89qJNKgmq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
 }@media only screen and (max-width: 763px) { #ebnPbJssqZ8vfcqou7161CJWJuIVWzsy { width:320px;height:450px;top:1687.390625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OLkEIpmmsBCyvnUT78FUgrdZKAnddyga { width:320px;height:360px;top:1766.390625px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #M4RJfZkQZBCIOO9wzTDtqcowPErfAGEQ { width:320px;height:52px;top:1701.390625px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #B5f8Z1CkaDJPRkpuv5EOh2BBcNA9ZPbv { display:block; }#B5f8Z1CkaDJPRkpuv5EOh2BBcNA9ZPbv > .row .container { width:320px;height:1204px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hil7sGgfpfgBEofCsv1qcosETh19k61t { width:320px;height:26px;top:20px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fJes4sQi4Ti2GiHeGD0OOmxPz0wz0pie { width:320px;height:41.6px;top:66px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TcBNbHuWfuCDKB5hFSkSURv5cwgTMzUa { width:320px;height:145.578px;top:127.6px;left:0px;font-size:16px;display:block; }#TcBNbHuWfuCDKB5hFSkSURv5cwgTMzUa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #rvXokMMv5Cp0P7So7xJqMIudSey8MTuf { width:320px;height:181.375px;top:293.2px;left:0px;font-size:16px;display:block; }#rvXokMMv5Cp0P7So7xJqMIudSey8MTuf li:before{  }
 }@media only screen and (max-width: 763px) { #D86NBJKTorxX23aC5OzzoPLug4ihG6Hq { width:320px;height:342.75px;top:494.6px;left:0px;font-size:16px;display:block; }#D86NBJKTorxX23aC5OzzoPLug4ihG6Hq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #mfTBo7PXGikLA54hU2mmoLUx71NTQMcT { width:320px;height:291.1559px;top:857.39999084473px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BzoM0dF919PHoBS9dnu07vOtfXiVlI5z { top:1157.200012207px;left:40.000001907349px;width:240px;height:20.8px;z-index:15009;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #a8na55lXQNevTDPZh5CO6vGKmJMUd4IM { width:320px;height:auto;top:705px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #E7riS87OzfutDKo63B4X0kU8qte550RZ { display:block; }#E7riS87OzfutDKo63B4X0kU8qte550RZ > .row .container { width:320px;height:1356px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6Bnl3H4gd6pzL80fzAVaqlv2qR15UPl { width:320px;height:52px;top:20px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ETDcD2ChBfPfoJih0ve2VhIDwgdsqqiU { width:320px;height:436.7343px;top:91.000007629395px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QiXdTSzNdEh8gWUp9vp7tpSCNn9ePV02 { width:320px;height:186.375px;top:695px;left:0px;font-size:16px;display:block; }#QiXdTSzNdEh8gWUp9vp7tpSCNn9ePV02 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #E2X82S2fz72m5w0Tl0nC5V53cA9mFiXm { width:200px;height:20.8px;top:661.19999694824px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pfrX8tOBQB0nilwGCXbC0TDiMbwvl3c3 { width:320px;height:41.6px;top:897.39999389648px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tDXvq4HzLIRw5dfse51B1wOzHUrf8pcb { width:285px;height:123.984px;top:949.20001220703px;left:17.5px;font-size:16px;display:block; }#tDXvq4HzLIRw5dfse51B1wOzHUrf8pcb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #CTIF8TxszvHuh5a1wt9gkN8xViX63OTf { width:320px;height:26px;top:563.39377593994px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rQIw6WkKDfarhyVZZSCiLAHB1TmQhxf7 { width:320px;height:41.6px;top:588.60000610352px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lAcsa37snD2VKyHWPJ5QUxsfL0wtCG4h { top:1084.1999816895px;left:40.000001907349px;width:240px;height:20.8px;z-index:15008;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #SXC2fysOUO2blNDSH9GGiqrlZuhh6KBd { width:320px;height:auto;top:955px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #G9aGTX7V3ORdPX7qhkhIKwU0Mb9Uc0Ms { width:320px;height:41.6px;top:1124.9844px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OUGPsvKEvAZic1Hb0TPS3sCaL45rCw3K { width:320px;height:41.6px;top:1186.5782px;left:0px;font-size:16px;display:block; }#OUGPsvKEvAZic1Hb0TPS3sCaL45rCw3K li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #H8mtoabWWyvILLKi8QK0X7dmupDi3kbe { width:320px;height:88.2px;top:1248.172px;left:0px;font-size:16px;display:block; }#H8mtoabWWyvILLKi8QK0X7dmupDi3kbe li:before{  }
 }@media only screen and (max-width: 763px) { #mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg { display:block; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row .container { width:320px;height:265px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sm4kBatRUgKkTx424dlIgNASWXG0Z8EF { width:320px;height:70.2px;top:179.69375610352px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Iwtpl5CQBcXX2TODqQA3T5PvS94XbrUs { width:62px;height:61px;top:104.49993896484px;left:129.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #F9TfnvbdfCknxHwOD11N4zHhFeRlTxrq { width:320px;height:70.2px;top:20px;left:0px;font-size:18px;display:block; }
 }