.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(51,158,180,0.42);background-image:url("https://images.assets-landingi.com/uc/ace07a13-efeb-441e-b017-f26bf45f78f1/Tofiguryrobot1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0px;left:0px;right:0px;display:block; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM.adaptive-delivery-prevent-bg, #l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM.lazyload, #l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM.lazyloading { background-image: none; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container { background-color: transparent; background-image: none; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container > .video-iframe-container { display: none; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row > .video-iframe-container { display: none; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .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); }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container { border-width: 0; border-radius: 0; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container { font-size:14px;font-family:arial;height:56px;width:960px;position:relative;display:block; }#hTBQhJE3eXu40OEE5z1R1XS3ZtM90bXn { 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:52px;width:204px;top:0px;left:378px;overflow:hidden;display:block; }
#TUrWgvCkduOmJ3Tg6dvqphwg2vQNBT5Q { z-index:15005;top:9.5px;left:698px;background-color:#339eb4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(23,64,153,0.72) ;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:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:195px;height:37px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#r44fPmf1G2E9KXuoBw59S3PyoesvpWps { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(255,255,255,0.68);background-image:url("https://images.assets-landingi.com/uc/ace07a13-efeb-441e-b017-f26bf45f78f1/Tofiguryrobot1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:3039px;width:960px;overflow:visible;position:relative;display:block; }#dwLDXPdEJR5x1T9CDTORDe7NqhVfIqRT { z-index:15001;top:644px;left:412.5px;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(44,184,214,0.6) ;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:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#GrEO4RVJEkVoIPKUTv9EkSu44VVt0Wgc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HyIeHfBhTJaJgXmAI4rDAixn1P2PSMde { z-index:15003;top:2910px;left:286px;background-color:#339eb4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(23,64,153,0.72) ;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:388px;height:70px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HTPhrLPaVW7WG8V6qGh82XI1RKxVZRIh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#w5mi4xt536nAMKQANo4GFLfM4AwGEhk7 { color:#000000;display:block;width:960px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:160.1875px;left:0px;height:127.9165px;text-align:center;text-align-last:center;display:block; }
#SNscxi9HJXuwRD9sLaenr5TShbwvyAZD { color:#000000;display:block;width:934px;position:absolute;font-family:montserrat;font-size:21px;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:372px;left:26px;height:33.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bcaMP58O8D03KdDXH5o5IpHJ7vuHfZCg { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:354px;width:312px;top:65.6875px;left:0px;overflow:hidden;display:block; }
#QnMptPfqlmf2TKwbE97fvuWzFTnSQbJZ { color:#000000;display:block;width:960px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15017;line-height:1.8;letter-spacing:0;top:512px;left:0px;height:;text-align:left;text-align-last:left;display:block; }#QnMptPfqlmf2TKwbE97fvuWzFTnSQbJZ li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#QnMptPfqlmf2TKwbE97fvuWzFTnSQbJZ li:before{  }
#NS1yKknhaidIyzM5SsJvVrdBn7IcduV0 { color:#000000;display:block;width:960px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15018;line-height:1.8;letter-spacing:0;top:880px;left:0px;height:86.375px;text-align:left;text-align-last:left;display:block; }
#fuav00utSi8rf4ae4tk19bhP5TyilmZg { color:#000000;display:block;width:960px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:491px;left:0px;height:51.1666px;text-align:left;text-align-last:left;display:block; }
#VykwusCfR6itqNWtuxWI3SgioSzlQHGV { color:#000000;display:block;width:960px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15019;line-height:1.8;letter-spacing:0;top:832.171875px;left:0px;height:28.7969px;text-align:left;text-align-last:left;display:block; }
#TqHe99on1uJh6d7WpQsfiB4vFG85QCWO { color:#000000;display:block;width:960px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:1628px;left:0px;height:35.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#livR4nQBNRif1LZMBvrVAK2wOqt9D5Ot { color:#000000;display:block;width:960px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15019;line-height:1.8;letter-spacing:0;top:1687px;left:0px;height:143.958px;text-align:left;text-align-last:left;display:block; }
#swcsQUqtxqaVrb4d785qLKfQ9Fv6aTy3 { color:#000000;display:block;width:960px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:1866px;left:0px;height:35.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#um5kvMlxTdi4bMcXvCEKIh8J2GS1xqc7 { color:#000000;display:block;width:960px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15018;line-height:1.8;letter-spacing:0;top:1914px;left:0px;height:197.75px;text-align:left;text-align-last:left;display:block; }#um5kvMlxTdi4bMcXvCEKIh8J2GS1xqc7 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#um5kvMlxTdi4bMcXvCEKIh8J2GS1xqc7 li:before{  }
#MbB5qQOCNZFC89rrzm3E24LFpheDPcA4 { color:#000000;display:block;width:960px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:2141px;left:0px;height:35.1979px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WGZ6d4PVyprmuzEUPhMTcFPoN3cXuNsv { color:#000000;display:block;width:960px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15019;line-height:1.8;letter-spacing:0;top:2380px;left:0px;height:96.375px;text-align:left;text-align-last:left;display:block; }#WGZ6d4PVyprmuzEUPhMTcFPoN3cXuNsv li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#WGZ6d4PVyprmuzEUPhMTcFPoN3cXuNsv li:before{  }
#CTl5IONQCmbVMG3BO6NVE4SuPDu4dnTt { color:#000000;display:block;width:960px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:2478px;left:0px;height:35.1979px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PpBkRCDDpOK64W6k6v1UObwwGHDnu7Jz { color:#000000;display:block;width:960px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15020;line-height:1.8;letter-spacing:0;top:2522px;left:0px;height:;text-align:left;text-align-last:left;display:block; }#PpBkRCDDpOK64W6k6v1UObwwGHDnu7Jz li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#PpBkRCDDpOK64W6k6v1UObwwGHDnu7Jz li:before{  }
#Rl7fk36iQLuRqm9PFNq3zT5lrsI9EcSI { color:#152032;display:block;width:163px;position:absolute;font-family:"marck script";font-size:20px;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:1541px;left:85px;height:30px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LPoA15TAFvdSCxatobSQbLLNHQ5ExmFT { color:#152032;display:block;width:254px;position:absolute;font-family:lato;font-size:17px;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:1542px;left:228px;height:25.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTN3U8mGL1EELp5aMBHdeDvPnt6e3lno { color:#152032;display:block;width:602px;position:absolute;font-family:montserrat;font-size:17px;font-weight:400;z-index:15020;line-height:1.8;letter-spacing:0;top:1275.3333435059px;left:0px;height:244.6666px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zluoiSTsHET6thpH27tKQfSh8iTArzid { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:345px;width:345px;top:1230.9791717529px;left:588.00006103516px;overflow:hidden;display:block; }
#EEK82avogGrrVBrrPursN6ucRWGwgSVi { color:#152032;display:block;width:960px;position:absolute;font-family:montserrat;font-size:17px;font-weight:400;z-index:15019;line-height:1.8;letter-spacing:0;top:1078px;left:0px;height:183.5px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#zzCQfqXIQWW9B4WNTciaeCDiEwQm27TT { color:#2cb8d6;display:block;width:706px;position:absolute;font-family:montserrat;font-size:31px;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:983px;left:140px;height:40.2917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RlbkzCHAZ54m83V8HKqkunlSzn1XzLMS { color:#000000;display:block;width:960px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:418.6875px;left:0px;height:57.5834px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mEFxqpWq2acowMwRZ0A6bMN5wHGTapNS { color:#000000;display:block;width:960px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:2766.6667480469px;left:0px;height:105.562px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NAa9rxAfudUu1Q7OFKoLsEaC7L9QEewP { color:#000000;display:block;width:960px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15021;line-height:1.8;letter-spacing:0;top:2248.2917175293px;left:0px;height:57.5833px;text-align:left;text-align-last:left;display:block; }
#Ty5AGPNAzesM4EcOuc5fmAdZPXLtAPi7 { color:#000000;display:block;width:960px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15021;line-height:1.8;letter-spacing:0;top:2341.6667480469px;left:0px;height:28.7917px;text-align:left;text-align-last:left;display:block; }#Ty5AGPNAzesM4EcOuc5fmAdZPXLtAPi7 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Ty5AGPNAzesM4EcOuc5fmAdZPXLtAPi7 li:before{  }
#TpSCm85PHq43If9xtqtfSPVa4wuw88XA { color:#000000;display:block;width:960px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15021;line-height:1.8;letter-spacing:0;top:2151.5833740234px;left:0px;height:91.375px;text-align:left;text-align-last:left;display:block; }#TpSCm85PHq43If9xtqtfSPVa4wuw88XA li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#TpSCm85PHq43If9xtqtfSPVa4wuw88XA li:before{  }
#Q6i3ErhRrI1yVvEtfRUmot6INUKiulwK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#339eb4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N041c12a15e87933a12a22dfcb8ffbdb.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#339eb4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q6i3ErhRrI1yVvEtfRUmot6INUKiulwK > .row .container { background-color: transparent; background-image: none; }#Q6i3ErhRrI1yVvEtfRUmot6INUKiulwK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6i3ErhRrI1yVvEtfRUmot6INUKiulwK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6i3ErhRrI1yVvEtfRUmot6INUKiulwK > .row .container > .video-iframe-container { display: none; }#Q6i3ErhRrI1yVvEtfRUmot6INUKiulwK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6i3ErhRrI1yVvEtfRUmot6INUKiulwK > .row > .video-iframe-container { display: none; }#Q6i3ErhRrI1yVvEtfRUmot6INUKiulwK > .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); }#Q6i3ErhRrI1yVvEtfRUmot6INUKiulwK > .row .container { border-width: 0; border-radius: 0; }#Q6i3ErhRrI1yVvEtfRUmot6INUKiulwK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q6i3ErhRrI1yVvEtfRUmot6INUKiulwK > .row .container { font-size:14px;font-family:arial;height:58px;width:960px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM { display:block; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTBQhJE3eXu40OEE5z1R1XS3ZtM90bXn { top:0px;left:280px;width:204px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #TUrWgvCkduOmJ3Tg6dvqphwg2vQNBT5Q { top:9px;left:569px;width:195px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #r44fPmf1G2E9KXuoBw59S3PyoesvpWps { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwLDXPdEJR5x1T9CDTORDe7NqhVfIqRT { top:644px;left:314.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #GrEO4RVJEkVoIPKUTv9EkSu44VVt0Wgc { display:block; }
 }@media only screen and (max-width: 763px) { #HyIeHfBhTJaJgXmAI4rDAixn1P2PSMde { top:2910px;left:188px;width:388px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #HTPhrLPaVW7WG8V6qGh82XI1RKxVZRIh { display:block; }
 }@media only screen and (max-width: 763px) { #w5mi4xt536nAMKQANo4GFLfM4AwGEhk7 { top:160px;left:0px;width:764px;height:127px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SNscxi9HJXuwRD9sLaenr5TShbwvyAZD { top:372px;left:0px;width:764px;height:33px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #bcaMP58O8D03KdDXH5o5IpHJ7vuHfZCg { top:65px;left:0px;width:312px;height:354px;display:block; }
 }@media only screen and (max-width: 763px) { #QnMptPfqlmf2TKwbE97fvuWzFTnSQbJZ { top:512px;left:0px;width:764px;height:;font-size:14px;display:block; }#QnMptPfqlmf2TKwbE97fvuWzFTnSQbJZ li:before{  }
 }@media only screen and (max-width: 763px) { #NS1yKknhaidIyzM5SsJvVrdBn7IcduV0 { top:880px;left:0px;width:764px;height:86px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fuav00utSi8rf4ae4tk19bhP5TyilmZg { top:491px;left:0px;width:764px;height:51px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VykwusCfR6itqNWtuxWI3SgioSzlQHGV { top:832px;left:0px;width:764px;height:28px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TqHe99on1uJh6d7WpQsfiB4vFG85QCWO { top:1628px;left:0px;width:764px;height:35px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #livR4nQBNRif1LZMBvrVAK2wOqt9D5Ot { top:1687px;left:0px;width:764px;height:143px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #swcsQUqtxqaVrb4d785qLKfQ9Fv6aTy3 { top:1866px;left:0px;width:764px;height:35px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #um5kvMlxTdi4bMcXvCEKIh8J2GS1xqc7 { top:1914px;left:0px;width:764px;height:;font-size:14px;display:block; }#um5kvMlxTdi4bMcXvCEKIh8J2GS1xqc7 li:before{  }
 }@media only screen and (max-width: 763px) { #MbB5qQOCNZFC89rrzm3E24LFpheDPcA4 { top:2141px;left:0px;width:764px;height:35px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #WGZ6d4PVyprmuzEUPhMTcFPoN3cXuNsv { top:2380px;left:0px;width:764px;height:;font-size:14px;display:block; }#WGZ6d4PVyprmuzEUPhMTcFPoN3cXuNsv li:before{  }
 }@media only screen and (max-width: 763px) { #CTl5IONQCmbVMG3BO6NVE4SuPDu4dnTt { top:2478px;left:0px;width:764px;height:35px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #PpBkRCDDpOK64W6k6v1UObwwGHDnu7Jz { top:2522px;left:0px;width:764px;height:;font-size:14px;display:block; }#PpBkRCDDpOK64W6k6v1UObwwGHDnu7Jz li:before{  }
 }@media only screen and (max-width: 763px) { #Rl7fk36iQLuRqm9PFNq3zT5lrsI9EcSI { width:163px;height:30px;top:1541px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LPoA15TAFvdSCxatobSQbLLNHQ5ExmFT { width:254px;height:25px;top:1542px;left:130px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xTN3U8mGL1EELp5aMBHdeDvPnt6e3lno { width:602px;height:244px;top:1275px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zluoiSTsHET6thpH27tKQfSh8iTArzid { top:1230px;left:419px;width:345px;height:345px;display:block; }
 }@media only screen and (max-width: 763px) { #EEK82avogGrrVBrrPursN6ucRWGwgSVi { width:764px;height:183px;top:1078px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zzCQfqXIQWW9B4WNTciaeCDiEwQm27TT { width:706px;height:40px;top:983px;left:42px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #RlbkzCHAZ54m83V8HKqkunlSzn1XzLMS { top:418px;left:0px;width:764px;height:57px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mEFxqpWq2acowMwRZ0A6bMN5wHGTapNS { top:2766px;left:0px;width:764px;height:105px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NAa9rxAfudUu1Q7OFKoLsEaC7L9QEewP { top:2248px;left:0px;width:764px;height:86px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Ty5AGPNAzesM4EcOuc5fmAdZPXLtAPi7 { top:2341px;left:0px;width:764px;height:28px;font-size:14px;display:block; }#Ty5AGPNAzesM4EcOuc5fmAdZPXLtAPi7 li:before{  }
 }@media only screen and (max-width: 763px) { #TpSCm85PHq43If9xtqtfSPVa4wuw88XA { top:2151px;left:0px;width:764px;height:91px;font-size:14px;display:block; }#TpSCm85PHq43If9xtqtfSPVa4wuw88XA li:before{  }
 }@media only screen and (max-width: 763px) { #Q6i3ErhRrI1yVvEtfRUmot6INUKiulwK { display:block; }#N041c12a15e87933a12a22dfcb8ffbdb.widget-smartsection { display:block; }#Q6i3ErhRrI1yVvEtfRUmot6INUKiulwK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM { position:fixed;z-index:199999;top:0px;left:0px;right:0px;background-color:rgba(51,158,180,0.42);background-image:url("https://images.assets-landingi.com/uc/ace07a13-efeb-441e-b017-f26bf45f78f1/Tofiguryrobot1.png");background-position:top center !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM.adaptive-delivery-prevent-bg, #l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM.lazyload, #l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM.lazyloading { background-image: none; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container { background-color: transparent; background-image: none; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container > .video-iframe-container { display: none; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row > .video-iframe-container { display: none; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .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); }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container { border-width: 0; border-radius: 0; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container { width:320px;height:132px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTBQhJE3eXu40OEE5z1R1XS3ZtM90bXn { width:206px;height:38px;top:18.5px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #TUrWgvCkduOmJ3Tg6dvqphwg2vQNBT5Q { top:75.5px;left:62px;width:195px;height:37px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #r44fPmf1G2E9KXuoBw59S3PyoesvpWps { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(255,255,255,0.68);background-image:url("https://images.assets-landingi.com/uc/ace07a13-efeb-441e-b017-f26bf45f78f1/Tofiguryrobot1.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:5214px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwLDXPdEJR5x1T9CDTORDe7NqhVfIqRT { top:689.98046875px;left:47.5px;width:225px;height:55px;background-color:#2cb8d6;background-image:none;box-shadow: 1px 4px 20px rgba(44,184,214,0.6) ;display:none; }
 }@media only screen and (max-width: 763px) { #GrEO4RVJEkVoIPKUTv9EkSu44VVt0Wgc { display:block; }
 }@media only screen and (max-width: 763px) { #HyIeHfBhTJaJgXmAI4rDAixn1P2PSMde { top:5132px;left:48px;width:225px;height:45.9688px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #HTPhrLPaVW7WG8V6qGh82XI1RKxVZRIh { display:block; }
 }@media only screen and (max-width: 763px) { #w5mi4xt536nAMKQANo4GFLfM4AwGEhk7 { width:320px;height:127.9165px;top:137px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SNscxi9HJXuwRD9sLaenr5TShbwvyAZD { width:320px;height:70.3958px;top:637px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bcaMP58O8D03KdDXH5o5IpHJ7vuHfZCg { width:319px;height:362px;top:272.96875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QnMptPfqlmf2TKwbE97fvuWzFTnSQbJZ { width:320px;height:528.75px;top:869px;left:0px;font-size:14px;display:block; }#QnMptPfqlmf2TKwbE97fvuWzFTnSQbJZ li:before{  }
 }@media only screen and (max-width: 763px) { #NS1yKknhaidIyzM5SsJvVrdBn7IcduV0 { width:320px;height:176.312px;top:1548px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fuav00utSi8rf4ae4tk19bhP5TyilmZg { width:320px;height:44.7916px;top:856px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VykwusCfR6itqNWtuxWI3SgioSzlQHGV { width:320px;height:75.5625px;top:1449px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqHe99on1uJh6d7WpQsfiB4vFG85QCWO { width:320px;height:105.562px;top:2936px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #livR4nQBNRif1LZMBvrVAK2wOqt9D5Ot { width:320px;height:327.438px;top:3061px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #swcsQUqtxqaVrb4d785qLKfQ9Fv6aTy3 { width:320px;height:105.562px;top:3409px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #um5kvMlxTdi4bMcXvCEKIh8J2GS1xqc7 { width:320px;height:377.625px;top:3534px;left:0px;font-size:14px;display:block; }#um5kvMlxTdi4bMcXvCEKIh8J2GS1xqc7 li:before{  }
 }@media only screen and (max-width: 763px) { #MbB5qQOCNZFC89rrzm3E24LFpheDPcA4 { width:320px;height:35.1979px;top:3931px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WGZ6d4PVyprmuzEUPhMTcFPoN3cXuNsv { width:320px;height:161.125px;top:4327px;left:0px;font-size:14px;display:block; }#WGZ6d4PVyprmuzEUPhMTcFPoN3cXuNsv li:before{  }
 }@media only screen and (max-width: 763px) { #CTl5IONQCmbVMG3BO6NVE4SuPDu4dnTt { width:320px;height:35.1979px;top:4504px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PpBkRCDDpOK64W6k6v1UObwwGHDnu7Jz { width:320px;height:322.25px;top:4566px;left:0px;font-size:14px;display:block; }#PpBkRCDDpOK64W6k6v1UObwwGHDnu7Jz li:before{  }
 }@media only screen and (max-width: 763px) { #Rl7fk36iQLuRqm9PFNq3zT5lrsI9EcSI { width:163px;height:30px;top:2502px;left:78px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LPoA15TAFvdSCxatobSQbLLNHQ5ExmFT { width:254px;height:24px;top:2552px;left:33px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xTN3U8mGL1EELp5aMBHdeDvPnt6e3lno { width:320px;height:327.4385px;top:2154px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zluoiSTsHET6thpH27tKQfSh8iTArzid { width:320px;height:320px;top:2596px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EEK82avogGrrVBrrPursN6ucRWGwgSVi { width:320px;height:352.625px;top:1782px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zzCQfqXIQWW9B4WNTciaeCDiEwQm27TT { width:320px;height:28.5833px;top:1739.0000610352px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #RlbkzCHAZ54m83V8HKqkunlSzn1XzLMS { width:320px;height:127.9167px;top:713px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mEFxqpWq2acowMwRZ0A6bMN5wHGTapNS { width:320px;height:201.542px;top:4909px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NAa9rxAfudUu1Q7OFKoLsEaC7L9QEewP { width:320px;height:151.125px;top:4105px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Ty5AGPNAzesM4EcOuc5fmAdZPXLtAPi7 { width:320px;height:25.1979px;top:4276px;left:0px;font-size:14px;display:block; }#Ty5AGPNAzesM4EcOuc5fmAdZPXLtAPi7 li:before{  }
 }@media only screen and (max-width: 763px) { #TpSCm85PHq43If9xtqtfSPVa4wuw88XA { width:320px;height:130.9375px;top:3949px;left:0px;font-size:14px;display:block; }#TpSCm85PHq43If9xtqtfSPVa4wuw88XA li:before{  }
 }@media only screen and (max-width: 763px) { #Q6i3ErhRrI1yVvEtfRUmot6INUKiulwK { display:block; }#N041c12a15e87933a12a22dfcb8ffbdb.widget-smartsection { display:block; }#Q6i3ErhRrI1yVvEtfRUmot6INUKiulwK > .row .container { width:320px;height:224px;position:relative;display:block; } }