.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;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); }#dK1bfstQEbTca5sh8BdtS4tiZHAXS8oM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#555a65;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; }#dK1bfstQEbTca5sh8BdtS4tiZHAXS8oM > .row .container { background-color: transparent; background-image: none; }#dK1bfstQEbTca5sh8BdtS4tiZHAXS8oM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dK1bfstQEbTca5sh8BdtS4tiZHAXS8oM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dK1bfstQEbTca5sh8BdtS4tiZHAXS8oM > .row .container > .video-iframe-container { display: none; }#dK1bfstQEbTca5sh8BdtS4tiZHAXS8oM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dK1bfstQEbTca5sh8BdtS4tiZHAXS8oM > .row > .video-iframe-container { display: none; }#dK1bfstQEbTca5sh8BdtS4tiZHAXS8oM > .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); }#dK1bfstQEbTca5sh8BdtS4tiZHAXS8oM > .row .container { border-width: 0; border-radius: 0; }#dK1bfstQEbTca5sh8BdtS4tiZHAXS8oM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dK1bfstQEbTca5sh8BdtS4tiZHAXS8oM > .row .container { font-size:14px;font-family:arial;height:73px;width:1200px;position:relative;display:block; }#lPn5fXH3IJ49gs9aWyreNbqrObqf5LkR { color:#ffffff;display:block;width:821px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:25.5px;left:189.5px;height:22px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#272b33;background-image:url("https://images.assets-landingi.com/uc/8a9db48a-4dc7-447d-a76f-e320e9b535cf/startechbg2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut.adaptive-delivery-prevent-bg, #H562RBmWH24tc64Hb8hkcsrp4XueC8Ut.lazyload, #H562RBmWH24tc64Hb8hkcsrp4XueC8Ut.lazyloading { background-image: none; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row .container { background-color: transparent; background-image: none; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row .container > .video-iframe-container { display: none; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row > .video-iframe-container { display: none; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .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); }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row .container { border-width: 0; border-radius: 0; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row .container { font-size:14px;font-family:arial;height:901px;width:1200px;position:relative;display:block; }#hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { position:absolute;display:block;z-index:14999;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 10px rgba(0,0,0,0.5) ;height:721px;width:469px;top:111.5px;left:718.5px;display:block; }
#iWpDB8XKlrTaGFhdb2XgIKuLn4esFpWs { color:#000000;display:block;width:388px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:137px;left:759px;height:44px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DddUPrG5FDTmLRwbK1talWigqReT2kBw { color:#ffffff;display:block;width:519px;position:absolute;font-family:lato;font-size:50px;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:369px;left:41px;height:165px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#axLWMGTUyu8lNM1hnAowkSdnL3srWJFi { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:90px;width:324px;top:266px;left:41px;overflow:hidden;display:block; }
#pukXNDMiEXsQBsZAtwsDVRcVkyqtbolC { color:#dcb994;display:block;width:489px;position:absolute;font-family:lato;font-size:40px;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:548px;left:41px;height:88px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-form-header {  }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:14px;font-weight:400;color:#1e1e1e;width:400px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:400px;box-sizing:border-box;height:41px;color:#161616;font-size:13px;overflow:hidden;font-family:"source sans pro";box-shadow: 0 0 0 rgba(0,0,0,0.5) ;vertical-align:top; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-input-text {padding-top: 0; padding-bottom: 0;}#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:400px;box-sizing:border-box;height:70px;color:#161616;font-size:13px;overflow:hidden;font-family:"source sans pro";box-shadow: 0 0 0 rgba(0,0,0,0.5) ;vertical-align:top; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:400px;box-sizing:border-box;height:40px;color:#161616;font-family:"source sans pro";font-size:13px;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;vertical-align:top; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-input-select {padding-top: 0; padding-bottom: 0;}#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#dcb994;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:700;color:#000000;width:400px;height:70px;font-family:"source sans pro";overflow:hidden;font-style:normal; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE [class*="-text"]:-moz-placeholder { color:#000000;font-family:"source sans pro";font-size:13px; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE [class*="-text"]::-moz-placeholder { color:#000000;font-family:"source sans pro";font-size:13px; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"source sans pro";font-size:13px; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"source sans pro";font-size:13px; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"source sans pro";font-size:12px;font-weight:400;color:#000000;vertical-align:top;width:383px;overflow:hidden;font-style:normal;float:none; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:16px;height:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"source sans pro";font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-container:first-of-type{padding-top:0;}#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-container:last-of-type{padding-bottom:0;}#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:400px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:735.5px;top:191px;z-index:15002;position:absolute; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:400px;display:block;vertical-align:top; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-info-text { display:block;height:auto;font-family:"source sans pro";font-size:12px;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE {display:block;}#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:400px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:735.5px;top:191px;z-index:15002;position:absolute; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #pvoE3v5vo8PyN8fUMIkxZ4DEF4kiWMVx { position:relative; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #kI2xcwdWFxHq9tzGJKKhOOJXnp6KrTTC { position:relative;display:none; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #tVoEH8TR6dNPVx1aK62le90mAMkyNUWb { position:relative; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #TUCTkFOcGQbsGfcmUt5O4MPbnAwfZn40 { position:relative; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #m5RSpsTI1GyWeZJuOJmyRmTo7pEDAQUQ { position:relative;display:none; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #e9kfbbsXlJz8vKhPe9qCl985Tsw5kKln { position:relative; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #Fd0cLfyX6RNZiVbpg7egLT2wCtA4tKs4 { position:relative; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #T5W3MP8H6HCWGG01cfdBg4dEWixTcodh { position:relative;display:none; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #Rz3JenRvCgrKNiPewvocQJzwRq7hBZfV { position:relative; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #JuBmOZqwbgTwTXrATqDOaTBudWLONv3p { position:relative; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #nPKC9TbaqEpNgohVwUv3iukBV8cpCuSv { position:relative;display:none; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #Ish9dZyTTol8TLbcdzs2CQZpB6TKaJAz { position:relative; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #TIDFJn9O9SzPuSSatglG6gVcyPxTSMSQ { position:relative; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #bxQF6sbgEAzfmiAle2nDJ3bbBqFIkpVg { position:relative;display:none; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #UP8RuGbyN6OBsRuLfsJlcRSBZTcN5TKE { position:relative; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #yb8wZMSAIQDgQQOEE6gxB5SQPFEgDpvv { position:relative; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #vO2Ty7EaPwfqOA7aPuQeNXXI2z44Cqcv { position:relative;display:none; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #vI9WC9avIzJQaBQdLgnJA6uycDiDP3Tp { position:relative; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #kMlUUDmPw9UQ0escOoB7DapXIF4ALsdz { position:relative; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #L6wDshRwVJifz8n94BSb75dz5xvb42Tr { position:relative;z-index:2; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #AIsCDxxsNTNTJVeooIslyfzWpk8VleZs { position:relative; }
#vX6rvZWzNTgPQ0kbr79q0Q504og4aia1 { position:relative;display:block;z-index:100000;display:block; }
#l7kQI32QTKqtWReDRI5TGcqgFCPpZ33M { position:relative;display:block;z-index:100000;display:block; }
#gTZ4q78F7fJNMTaSJgRUxBvTQRRmcEiH { position:relative;display:block; }
#deMfp5seiHmCxw7l6f3IF5aSSB5czzxW { position:relative;display:block; }
#e33OhSsLN6LlNT3v6SKI9uuQGqDIQLJ6 { position:relative;display:block; }
#UTnC3qsgBkhIIviO7Cq7vwVqubXcF6L2 { position:relative;display:block; }
#RLaO1WT6xwss33T9TLXpCrS4SwHdgJbB { position:relative;display:block; }
#hXg6n8ckMeUcLi2TToounMTIsGE5yBLe { position:relative;display:block; }
#hFGJhz8S0CaR6h1XWZscporXcsWrA8Ev { position:relative;display:block; }
#RtDRvhpt6fTUkAIsUE5ZrZbne2JJsUuz { position:relative;display:block; }
#Idewga4MOU3IVAHTNzPaTIuFVuvUdVH2 { position:relative;display:block; }
#vEkXovUWXiDrfQpDQkHnMDKPUaMz6fym { position:relative;display:block; }
#SZNaWfrJIMTMFPsKF9wpXkT9aULkcLx4 { position:relative;display:block; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #WCZJt0Jv9aMzrVXG1qPH6WKXdl0ygZ1r { position:relative; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #nhdiZW4OaXaT2Wx8fyvzMU5fgu5Etd4B { position:relative; }
#F3qODcte949pKXtxymLI2Kbt4DdRIaos { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#555a65;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; }#F3qODcte949pKXtxymLI2Kbt4DdRIaos > .row .container { background-color: transparent; background-image: none; }#F3qODcte949pKXtxymLI2Kbt4DdRIaos::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3qODcte949pKXtxymLI2Kbt4DdRIaos > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3qODcte949pKXtxymLI2Kbt4DdRIaos > .row .container > .video-iframe-container { display: none; }#F3qODcte949pKXtxymLI2Kbt4DdRIaos > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3qODcte949pKXtxymLI2Kbt4DdRIaos > .row > .video-iframe-container { display: none; }#F3qODcte949pKXtxymLI2Kbt4DdRIaos > .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); }#F3qODcte949pKXtxymLI2Kbt4DdRIaos > .row .container { border-width: 0; border-radius: 0; }#F3qODcte949pKXtxymLI2Kbt4DdRIaos > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F3qODcte949pKXtxymLI2Kbt4DdRIaos > .row .container { font-size:14px;font-family:arial;height:646px;width:1200px;position:relative;display:block; }#fJPJfb2G3Lz8AH8QRDya0ETTiAVOG90f { color:#ffffff;display:block;width:453px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:81px;left:74px;height:398px;overflow:hidden;display:block; }#fJPJfb2G3Lz8AH8QRDya0ETTiAVOG90f li:not(:first-child){ padding-top:12px;padding-right:0;padding-bottom:0;padding-left:0; }#fJPJfb2G3Lz8AH8QRDya0ETTiAVOG90f li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5acd282e-c6b5-4ffd-8f71-45370b1f5cc3/startechtick1.png); }
#VmEKvCmA3NA1cFdCH6LywDTFE7HVlno1 { background-color:#dcb994;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#1a1a1a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:235px;height:55px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:510px;left:74px;display:block; }
#a89lDTSz3KOtUp7zqtX3vwXAtnrRRDfP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#D3Ea9NS3NpsBSNnQV9Jb6hAOOLmDvKCu { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:523px;width:414px;top:61.5px;left:693px;overflow:hidden;display:block; }
#EKM3fdQQCHnXcspxMAgikQsoRxX04Dna { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#272b33;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; }#EKM3fdQQCHnXcspxMAgikQsoRxX04Dna > .row .container { background-color: transparent; background-image: none; }#EKM3fdQQCHnXcspxMAgikQsoRxX04Dna::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKM3fdQQCHnXcspxMAgikQsoRxX04Dna > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKM3fdQQCHnXcspxMAgikQsoRxX04Dna > .row .container > .video-iframe-container { display: none; }#EKM3fdQQCHnXcspxMAgikQsoRxX04Dna > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKM3fdQQCHnXcspxMAgikQsoRxX04Dna > .row > .video-iframe-container { display: none; }#EKM3fdQQCHnXcspxMAgikQsoRxX04Dna > .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); }#EKM3fdQQCHnXcspxMAgikQsoRxX04Dna > .row .container { border-width: 0; border-radius: 0; }#EKM3fdQQCHnXcspxMAgikQsoRxX04Dna > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EKM3fdQQCHnXcspxMAgikQsoRxX04Dna > .row .container { font-size:14px;font-family:arial;height:686px;width:1200px;position:relative;display:block; }#ztsT9USK6rTct8Q1PNMlr84f9ZX6gVml { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:300px;width:300px;top:49px;left:50px;overflow:hidden;display:block; }
#ViT3a960yEURSzGJbtg5RQgUrpvwFLDK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:300px;width:300px;top:49px;left:450px;overflow:hidden;display:block; }
#O9sUeOtiFTRXxxMxMFJFDOFeUa4MqODG { 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: 1px 1px 3px rgba(0,0,0,0.5) ;height:300px;width:300px;top:49px;left:850px;overflow:hidden;display:block; }
#Jd7kcQrkMousugZVpTpHQ6tn0Dz2u4q6 { color:#dcb994;display:block;width:200px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:380px;left:100px;height:48.375px;text-align:center;text-align-last:center;display:block; }
#Ox4FTFO3GoFh1SydAMA7iC2tETe1HlEz { color:#dcb994;display:block;width:200px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:380px;left:500px;height:48.375px;text-align:center;text-align-last:center;display:block; }
#SFE9nOc6VUGBWTygGapRSTh2WmcTUh6F { color:#dcb994;display:block;width:200px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:380px;left:900px;height:48.375px;text-align:center;text-align-last:center;display:block; }
#hW7P9oinxwMQTTLTVHHw1mCQeLJhfkB0 { color:#ffffff;display:block;width:333px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:445.79998779297px;left:33.5px;height:163.734px;text-align:center;text-align-last:center;display:block; }
#ILgG4LcKNUbe0O2tvsrZ2lsDnJ8tILtJ { color:#ffffff;display:block;width:333px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:445.79998779297px;left:433.5px;height:116.953px;text-align:center;text-align-last:center;display:block; }
#ZiX8QG5co4OglUe5v3D9TQadxhNGcpHh { color:#ffffff;display:block;width:333px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:445.79998779297px;left:833.5px;height:116.953px;text-align:center;text-align-last:center;display:block; }
#NTuTcfXCRf3snA01DUZnNxuusRrvUepm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#555a65;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; }#NTuTcfXCRf3snA01DUZnNxuusRrvUepm > .row .container { background-color: transparent; background-image: none; }#NTuTcfXCRf3snA01DUZnNxuusRrvUepm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTuTcfXCRf3snA01DUZnNxuusRrvUepm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTuTcfXCRf3snA01DUZnNxuusRrvUepm > .row .container > .video-iframe-container { display: none; }#NTuTcfXCRf3snA01DUZnNxuusRrvUepm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTuTcfXCRf3snA01DUZnNxuusRrvUepm > .row > .video-iframe-container { display: none; }#NTuTcfXCRf3snA01DUZnNxuusRrvUepm > .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); }#NTuTcfXCRf3snA01DUZnNxuusRrvUepm > .row .container { border-width: 0; border-radius: 0; }#NTuTcfXCRf3snA01DUZnNxuusRrvUepm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NTuTcfXCRf3snA01DUZnNxuusRrvUepm > .row .container { font-size:14px;font-family:arial;height:656px;width:1200px;position:relative;display:block; }#g1sryc63b3FAOLitRFgAifEtZw8VkoJB { color:#dcb994;display:block;width:332px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:189px;left:702px;height:28.6px;display:block; }
#l5DpFRSepD2g3lQaSph6oD589w8ac0fl { color:#ffffff;display:block;width:397px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:226px;left:702px;height:156px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#K9tit4ioEZKFeOSMfGLhsauyTblpKpF7 { background-color:#dcb994;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#1a1a1a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:235px;height:55px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:413px;left:702px;display:block; }
#gEXsw3kbnW77T7q5O4gg8VANC9KEVEUm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PSTJfpmKR8MxszMqLmmsk46Wdy8hT6QS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:556px;width:427px;top:50px;left:86.5px;overflow:hidden;display:block; }
#B6oSWTc8QikzkdtEZXOfd1Ttx6xqrh1d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#353535;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; }#B6oSWTc8QikzkdtEZXOfd1Ttx6xqrh1d > .row .container { background-color: transparent; background-image: none; }#B6oSWTc8QikzkdtEZXOfd1Ttx6xqrh1d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6oSWTc8QikzkdtEZXOfd1Ttx6xqrh1d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6oSWTc8QikzkdtEZXOfd1Ttx6xqrh1d > .row .container > .video-iframe-container { display: none; }#B6oSWTc8QikzkdtEZXOfd1Ttx6xqrh1d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6oSWTc8QikzkdtEZXOfd1Ttx6xqrh1d > .row > .video-iframe-container { display: none; }#B6oSWTc8QikzkdtEZXOfd1Ttx6xqrh1d > .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); }#B6oSWTc8QikzkdtEZXOfd1Ttx6xqrh1d > .row .container { border-width: 0; border-radius: 0; }#B6oSWTc8QikzkdtEZXOfd1Ttx6xqrh1d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B6oSWTc8QikzkdtEZXOfd1Ttx6xqrh1d > .row .container { font-size:14px;font-family:arial;height:225px;width:1200px;position:relative;display:block; }#LB2oUtl1aB7IW8PtqWWOHnv7bP2hhviP { 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;height:40px;width:197px;top:122px;left:121px;overflow:hidden;display:block; }
#MkM5iuEiJMaTBnzZk09ECT4g0hVDJLt3 { color:#dcb994;display:block;width:430px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:51px;left:385px;height:28.6px;text-align:center;text-align-last:center;display:block; }
#lTOy0H12B9U5WzMBzsf5cPe0P7pPAnt8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:60px;width:106px;top:101px;left:344px;overflow:hidden;display:block; }
#z4iCoNmyBz3mu8rbXdn3CUwBUI9ZlCZB { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:42px;width:155px;top:119px;left:475px;overflow:hidden;display:block; }
#dMQ7novtPucz8DGvt7SsuNNsTAAVaezI { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:22px;width:166px;top:134px;left:652px;overflow:hidden;display:block; }
#qkiBf7GKhHSAmiP5GCCKGdTBFMGN5l00 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:66px;width:244px;top:109px;left:835px;overflow:hidden;display:block; }
#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171717;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; }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd > .row .container { background-color: transparent; background-image: none; }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd > .row .container > .video-iframe-container { display: none; }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd > .row > .video-iframe-container { display: none; }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd > .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); }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd > .row .container { border-width: 0; border-radius: 0; }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd > .row .container { font-size:14px;font-family:arial;height:198px;width:1200px;position:relative;display:block; }#gZheKCfOTIRAVRFe84oMxd35fmJn5x3U { color:#ffffff;display:block;width:942px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:36px;left:129px;height:126px;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) { #dK1bfstQEbTca5sh8BdtS4tiZHAXS8oM { display:block; }#dK1bfstQEbTca5sh8BdtS4tiZHAXS8oM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lPn5fXH3IJ49gs9aWyreNbqrObqf5LkR { width:764px;height:22px;top:25px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #H562RBmWH24tc64Hb8hkcsrp4XueC8Ut { display:block; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { width:469px;height:721px;top:111px;left:295px;display:block; }
 }@media only screen and (max-width: 763px) { #iWpDB8XKlrTaGFhdb2XgIKuLn4esFpWs { width:388px;height:44px;top:137px;left:376px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DddUPrG5FDTmLRwbK1talWigqReT2kBw { width:519px;height:165px;top:369px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #axLWMGTUyu8lNM1hnAowkSdnL3srWJFi { top:266px;left:0px;width:324px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #pukXNDMiEXsQBsZAtwsDVRcVkyqtbolC { width:489px;height:88px;top:548px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-regular-label { width:240px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-input-text { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-input-text {padding-top: 0; padding-bottom: 0;}#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-textarea { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-input-select { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-input-select {padding-top: 0; padding-bottom: 0;}#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-input-button { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-checkbox-label { width:220px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE  { width:240px;height:auto;top:130px;left:418px; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .radio-container { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE {display:block;}#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE { width:240px;height:auto;top:130px;left:418px; }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #pvoE3v5vo8PyN8fUMIkxZ4DEF4kiWMVx {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #kI2xcwdWFxHq9tzGJKKhOOJXnp6KrTTC {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #tVoEH8TR6dNPVx1aK62le90mAMkyNUWb {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #TUCTkFOcGQbsGfcmUt5O4MPbnAwfZn40 {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #m5RSpsTI1GyWeZJuOJmyRmTo7pEDAQUQ {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #e9kfbbsXlJz8vKhPe9qCl985Tsw5kKln {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #Fd0cLfyX6RNZiVbpg7egLT2wCtA4tKs4 {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #T5W3MP8H6HCWGG01cfdBg4dEWixTcodh { display:block; }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #Rz3JenRvCgrKNiPewvocQJzwRq7hBZfV {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #JuBmOZqwbgTwTXrATqDOaTBudWLONv3p {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #nPKC9TbaqEpNgohVwUv3iukBV8cpCuSv { display:block; }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #Ish9dZyTTol8TLbcdzs2CQZpB6TKaJAz {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #TIDFJn9O9SzPuSSatglG6gVcyPxTSMSQ {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #bxQF6sbgEAzfmiAle2nDJ3bbBqFIkpVg {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #UP8RuGbyN6OBsRuLfsJlcRSBZTcN5TKE {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #yb8wZMSAIQDgQQOEE6gxB5SQPFEgDpvv {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #vO2Ty7EaPwfqOA7aPuQeNXXI2z44Cqcv {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #vI9WC9avIzJQaBQdLgnJA6uycDiDP3Tp {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #kMlUUDmPw9UQ0escOoB7DapXIF4ALsdz {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #L6wDshRwVJifz8n94BSb75dz5xvb42Tr {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #AIsCDxxsNTNTJVeooIslyfzWpk8VleZs {  }
 }@media only screen and (max-width: 763px) { #vX6rvZWzNTgPQ0kbr79q0Q504og4aia1 { display:block; }
 }@media only screen and (max-width: 763px) { #l7kQI32QTKqtWReDRI5TGcqgFCPpZ33M { display:block; }
 }@media only screen and (max-width: 763px) { #gTZ4q78F7fJNMTaSJgRUxBvTQRRmcEiH { display:block; }
 }@media only screen and (max-width: 763px) { #deMfp5seiHmCxw7l6f3IF5aSSB5czzxW { display:block; }
 }@media only screen and (max-width: 763px) { #e33OhSsLN6LlNT3v6SKI9uuQGqDIQLJ6 { display:block; }
 }@media only screen and (max-width: 763px) { #UTnC3qsgBkhIIviO7Cq7vwVqubXcF6L2 { display:block; }
 }@media only screen and (max-width: 763px) { #RLaO1WT6xwss33T9TLXpCrS4SwHdgJbB { display:block; }
 }@media only screen and (max-width: 763px) { #hXg6n8ckMeUcLi2TToounMTIsGE5yBLe { display:block; }
 }@media only screen and (max-width: 763px) { #hFGJhz8S0CaR6h1XWZscporXcsWrA8Ev { display:block; }
 }@media only screen and (max-width: 763px) { #RtDRvhpt6fTUkAIsUE5ZrZbne2JJsUuz { display:block; }
 }@media only screen and (max-width: 763px) { #Idewga4MOU3IVAHTNzPaTIuFVuvUdVH2 { display:block; }
 }@media only screen and (max-width: 763px) { #vEkXovUWXiDrfQpDQkHnMDKPUaMz6fym { display:block; }
 }@media only screen and (max-width: 763px) { #SZNaWfrJIMTMFPsKF9wpXkT9aULkcLx4 { display:block; }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #WCZJt0Jv9aMzrVXG1qPH6WKXdl0ygZ1r {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #nhdiZW4OaXaT2Wx8fyvzMU5fgu5Etd4B {  }
 }@media only screen and (max-width: 763px) { #F3qODcte949pKXtxymLI2Kbt4DdRIaos { display:block; }#F3qODcte949pKXtxymLI2Kbt4DdRIaos > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJPJfb2G3Lz8AH8QRDya0ETTiAVOG90f { top:81px;left:0px;width:453px;height:398px;font-size:20px;display:block; }#fJPJfb2G3Lz8AH8QRDya0ETTiAVOG90f li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5acd282e-c6b5-4ffd-8f71-45370b1f5cc3/startechtick1.png); }
 }@media only screen and (max-width: 763px) { #VmEKvCmA3NA1cFdCH6LywDTFE7HVlno1 { width:235px;height:55px;top:510px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #a89lDTSz3KOtUp7zqtX3vwXAtnrRRDfP { display:block; }
 }@media only screen and (max-width: 763px) { #D3Ea9NS3NpsBSNnQV9Jb6hAOOLmDvKCu { top:61px;left:350px;width:414px;height:523px;display:block; }
 }@media only screen and (max-width: 763px) { #EKM3fdQQCHnXcspxMAgikQsoRxX04Dna { display:block; }#EKM3fdQQCHnXcspxMAgikQsoRxX04Dna > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztsT9USK6rTct8Q1PNMlr84f9ZX6gVml { top:49px;left:0px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #ViT3a960yEURSzGJbtg5RQgUrpvwFLDK { top:49px;left:208px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #O9sUeOtiFTRXxxMxMFJFDOFeUa4MqODG { top:49px;left:462px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #Jd7kcQrkMousugZVpTpHQ6tn0Dz2u4q6 { top:380px;left:27px;width:200px;height:48px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Ox4FTFO3GoFh1SydAMA7iC2tETe1HlEz { top:380px;left:281px;width:200px;height:48px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #SFE9nOc6VUGBWTygGapRSTh2WmcTUh6F { top:380px;left:535px;width:200px;height:48px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #hW7P9oinxwMQTTLTVHHw1mCQeLJhfkB0 { top:445px;left:0px;width:333px;height:163px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ILgG4LcKNUbe0O2tvsrZ2lsDnJ8tILtJ { top:445px;left:175px;width:333px;height:117px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZiX8QG5co4OglUe5v3D9TQadxhNGcpHh { top:445px;left:429px;width:333px;height:117px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NTuTcfXCRf3snA01DUZnNxuusRrvUepm { display:block; }#NTuTcfXCRf3snA01DUZnNxuusRrvUepm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1sryc63b3FAOLitRFgAifEtZw8VkoJB { top:189px;left:382px;width:332px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #l5DpFRSepD2g3lQaSph6oD589w8ac0fl { top:226px;left:367px;width:397px;height:156px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #K9tit4ioEZKFeOSMfGLhsauyTblpKpF7 { width:235px;height:55px;top:413px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #gEXsw3kbnW77T7q5O4gg8VANC9KEVEUm { display:block; }
 }@media only screen and (max-width: 763px) { #PSTJfpmKR8MxszMqLmmsk46Wdy8hT6QS { top:50px;left:0px;width:427px;height:556px;display:block; }
 }@media only screen and (max-width: 763px) { #B6oSWTc8QikzkdtEZXOfd1Ttx6xqrh1d { display:block; }#B6oSWTc8QikzkdtEZXOfd1Ttx6xqrh1d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LB2oUtl1aB7IW8PtqWWOHnv7bP2hhviP { top:122px;left:0px;width:197px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #MkM5iuEiJMaTBnzZk09ECT4g0hVDJLt3 { top:51px;left:167px;width:430px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #lTOy0H12B9U5WzMBzsf5cPe0P7pPAnt8 { top:101px;left:126px;width:106px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #z4iCoNmyBz3mu8rbXdn3CUwBUI9ZlCZB { top:119px;left:257px;width:155px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #dMQ7novtPucz8DGvt7SsuNNsTAAVaezI { top:134px;left:434px;width:166px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #qkiBf7GKhHSAmiP5GCCKGdTBFMGN5l00 { top:109px;left:520px;width:244px;height:66px;display:block; }
 }@media only screen and (max-width: 763px) { #uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd { display:block; }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZheKCfOTIRAVRFe84oMxd35fmJn5x3U { top:36px;left:0px;width:764px;height:126px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dK1bfstQEbTca5sh8BdtS4tiZHAXS8oM { display:block; }#dK1bfstQEbTca5sh8BdtS4tiZHAXS8oM > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lPn5fXH3IJ49gs9aWyreNbqrObqf5LkR { width:320px;height:59.4px;top:10.300003051758px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #H562RBmWH24tc64Hb8hkcsrp4XueC8Ut { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/906d60db-fb43-4921-a865-79c96f44888f/StarTechCapitalPWMQ224218.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut.adaptive-delivery-prevent-bg, #H562RBmWH24tc64Hb8hkcsrp4XueC8Ut.lazyload, #H562RBmWH24tc64Hb8hkcsrp4XueC8Ut.lazyloading { background-image: none; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row .container { background-color: transparent; background-image: none; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(39,43,51,0.87); }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row .container > .video-iframe-container { display: none; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(39,43,51,0.87); }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row > .video-iframe-container { display: none; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .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); }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row .container { width:320px;height:1029px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { width:320px;height:612px;top:334px;left:0px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iWpDB8XKlrTaGFhdb2XgIKuLn4esFpWs { width:294px;height:40px;top:349px;left:13px;font-size:20px;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DddUPrG5FDTmLRwbK1talWigqReT2kBw { width:320px;height:144px;top:98px;left:0px;font-size:36px;text-align:center;text-align-last:center;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #axLWMGTUyu8lNM1hnAowkSdnL3srWJFi { width:233px;height:65px;top:22px;left:43.5px;display:block; }
 }@media only screen and (max-width: 763px) { #pukXNDMiEXsQBsZAtwsDVRcVkyqtbolC { width:316px;height:57.6px;top:253px;left:2px;font-size:24px;text-align:center;text-align-last:center;line-height:1.2;color:#dcb994;display:block; }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;font-family:arial;font-weight:400;font-style:normal;color:#000000;display:block;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:1px solid #d6d4d4;border-left:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;display:block;vertical-align:top; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-input-text {padding-top: 0; padding-bottom: 0;}#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:1px solid #d6d4d4;border-left:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;display:block;vertical-align:top; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-input-select {padding-top: 0; padding-bottom: 0;}#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-input-checkbox { width:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:69px; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .widget-checkbox-label { width:263px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE  { width:280px;height:auto;top:387px;left:0px; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE {display:block;}#LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE { width:280px;height:auto;top:387px;left:0px; }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #pvoE3v5vo8PyN8fUMIkxZ4DEF4kiWMVx {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #kI2xcwdWFxHq9tzGJKKhOOJXnp6KrTTC { display:none; }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #tVoEH8TR6dNPVx1aK62le90mAMkyNUWb {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #TUCTkFOcGQbsGfcmUt5O4MPbnAwfZn40 {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #m5RSpsTI1GyWeZJuOJmyRmTo7pEDAQUQ { display:none; }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #e9kfbbsXlJz8vKhPe9qCl985Tsw5kKln {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #Fd0cLfyX6RNZiVbpg7egLT2wCtA4tKs4 {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #T5W3MP8H6HCWGG01cfdBg4dEWixTcodh { display:none; }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #Rz3JenRvCgrKNiPewvocQJzwRq7hBZfV {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #JuBmOZqwbgTwTXrATqDOaTBudWLONv3p {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #nPKC9TbaqEpNgohVwUv3iukBV8cpCuSv { display:none; }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #Ish9dZyTTol8TLbcdzs2CQZpB6TKaJAz {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #TIDFJn9O9SzPuSSatglG6gVcyPxTSMSQ {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #bxQF6sbgEAzfmiAle2nDJ3bbBqFIkpVg { display:none; }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #UP8RuGbyN6OBsRuLfsJlcRSBZTcN5TKE {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #yb8wZMSAIQDgQQOEE6gxB5SQPFEgDpvv {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #vO2Ty7EaPwfqOA7aPuQeNXXI2z44Cqcv { display:none; }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #vI9WC9avIzJQaBQdLgnJA6uycDiDP3Tp {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #kMlUUDmPw9UQ0escOoB7DapXIF4ALsdz {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #L6wDshRwVJifz8n94BSb75dz5xvb42Tr {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #AIsCDxxsNTNTJVeooIslyfzWpk8VleZs {  }
 }@media only screen and (max-width: 763px) { #vX6rvZWzNTgPQ0kbr79q0Q504og4aia1 { display:block; }
 }@media only screen and (max-width: 763px) { #l7kQI32QTKqtWReDRI5TGcqgFCPpZ33M { display:block; }
 }@media only screen and (max-width: 763px) { #gTZ4q78F7fJNMTaSJgRUxBvTQRRmcEiH { display:block; }
 }@media only screen and (max-width: 763px) { #deMfp5seiHmCxw7l6f3IF5aSSB5czzxW { display:block; }
 }@media only screen and (max-width: 763px) { #e33OhSsLN6LlNT3v6SKI9uuQGqDIQLJ6 { display:block; }
 }@media only screen and (max-width: 763px) { #UTnC3qsgBkhIIviO7Cq7vwVqubXcF6L2 { display:block; }
 }@media only screen and (max-width: 763px) { #RLaO1WT6xwss33T9TLXpCrS4SwHdgJbB { display:block; }
 }@media only screen and (max-width: 763px) { #hXg6n8ckMeUcLi2TToounMTIsGE5yBLe { display:block; }
 }@media only screen and (max-width: 763px) { #hFGJhz8S0CaR6h1XWZscporXcsWrA8Ev { display:block; }
 }@media only screen and (max-width: 763px) { #RtDRvhpt6fTUkAIsUE5ZrZbne2JJsUuz { display:block; }
 }@media only screen and (max-width: 763px) { #Idewga4MOU3IVAHTNzPaTIuFVuvUdVH2 { display:block; }
 }@media only screen and (max-width: 763px) { #vEkXovUWXiDrfQpDQkHnMDKPUaMz6fym { display:block; }
 }@media only screen and (max-width: 763px) { #SZNaWfrJIMTMFPsKF9wpXkT9aULkcLx4 { display:block; }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #WCZJt0Jv9aMzrVXG1qPH6WKXdl0ygZ1r {  }
 }@media only screen and (max-width: 763px) { #LIZ1OzUCdoh8ORgFpB4rfHU4qumyHxGE #nhdiZW4OaXaT2Wx8fyvzMU5fgu5Etd4B {  }
 }@media only screen and (max-width: 763px) { #F3qODcte949pKXtxymLI2Kbt4DdRIaos { display:block; }#F3qODcte949pKXtxymLI2Kbt4DdRIaos > .row .container { width:320px;height:1150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJPJfb2G3Lz8AH8QRDya0ETTiAVOG90f { width:320px;height:580px;top:33px;left:0px;font-size:20px;display:block; }#fJPJfb2G3Lz8AH8QRDya0ETTiAVOG90f li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5acd282e-c6b5-4ffd-8f71-45370b1f5cc3/startechtick1.png); }
 }@media only screen and (max-width: 763px) { #VmEKvCmA3NA1cFdCH6LywDTFE7HVlno1 { width:235px;height:55px;top:639px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #a89lDTSz3KOtUp7zqtX3vwXAtnrRRDfP { display:block; }
 }@media only screen and (max-width: 763px) { #D3Ea9NS3NpsBSNnQV9Jb6hAOOLmDvKCu { width:320px;height:404.25px;top:723.75px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EKM3fdQQCHnXcspxMAgikQsoRxX04Dna { display:block; }#EKM3fdQQCHnXcspxMAgikQsoRxX04Dna > .row .container { width:320px;height:1761px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztsT9USK6rTct8Q1PNMlr84f9ZX6gVml { width:300px;height:300px;top:20px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #ViT3a960yEURSzGJbtg5RQgUrpvwFLDK { width:300px;height:300px;top:641px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #O9sUeOtiFTRXxxMxMFJFDOFeUa4MqODG { width:300px;height:300px;top:1216px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Jd7kcQrkMousugZVpTpHQ6tn0Dz2u4q6 { width:200px;height:48.375px;top:340px;left:60px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Ox4FTFO3GoFh1SydAMA7iC2tETe1HlEz { width:200px;height:48.375px;top:961px;left:60px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #SFE9nOc6VUGBWTygGapRSTh2WmcTUh6F { width:200px;height:48.375px;top:1536px;left:60px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #hW7P9oinxwMQTTLTVHHw1mCQeLJhfkB0 { width:320px;height:163.734px;top:408px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ILgG4LcKNUbe0O2tvsrZ2lsDnJ8tILtJ { width:320px;height:116.953px;top:1029px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZiX8QG5co4OglUe5v3D9TQadxhNGcpHh { width:320px;height:116.953px;top:1604px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NTuTcfXCRf3snA01DUZnNxuusRrvUepm { display:block; }#NTuTcfXCRf3snA01DUZnNxuusRrvUepm > .row .container { width:320px;height:842px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1sryc63b3FAOLitRFgAifEtZw8VkoJB { width:320px;height:28.6px;top:33px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #l5DpFRSepD2g3lQaSph6oD589w8ac0fl { width:320px;height:208px;top:83px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #K9tit4ioEZKFeOSMfGLhsauyTblpKpF7 { width:235px;height:55px;top:311px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gEXsw3kbnW77T7q5O4gg8VANC9KEVEUm { display:block; }
 }@media only screen and (max-width: 763px) { #PSTJfpmKR8MxszMqLmmsk46Wdy8hT6QS { width:320px;height:416.667px;top:394px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #B6oSWTc8QikzkdtEZXOfd1Ttx6xqrh1d { display:block; }#B6oSWTc8QikzkdtEZXOfd1Ttx6xqrh1d > .row .container { width:320px;height:444px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LB2oUtl1aB7IW8PtqWWOHnv7bP2hhviP { width:197px;height:40px;top:106px;left:61px;display:block; }
 }@media only screen and (max-width: 763px) { #MkM5iuEiJMaTBnzZk09ECT4g0hVDJLt3 { width:233px;height:57.2px;top:30px;left:43.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #lTOy0H12B9U5WzMBzsf5cPe0P7pPAnt8 { width:106px;height:60px;top:166px;left:107px;display:block; }
 }@media only screen and (max-width: 763px) { #z4iCoNmyBz3mu8rbXdn3CUwBUI9ZlCZB { width:155px;height:42px;top:246px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #dMQ7novtPucz8DGvt7SsuNNsTAAVaezI { width:166px;height:22px;top:308px;left:77px;display:block; }
 }@media only screen and (max-width: 763px) { #qkiBf7GKhHSAmiP5GCCKGdTBFMGN5l00 { width:244px;height:66px;top:350px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd { display:block; }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd > .row .container { width:320px;height:399px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZheKCfOTIRAVRFe84oMxd35fmJn5x3U { width:297px;height:342px;top:28.75px;left:11.5px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }