.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HZ6fsusy/sqi_backpsd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi.adaptive-delivery-prevent-bg, #iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi.lazyload, #iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi.lazyloading { background-image: none; }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi > .row .container { background-color: transparent; background-image: none; }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi > .row .container > .video-iframe-container { display: none; }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi > .row > .video-iframe-container { display: none; }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi > .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); }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi > .row .container { border-width: 0; border-radius: 0; }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi > .row .container { font-size:14px;font-family:arial;height:378px;width:960px;position:relative;display:block; }#d42KxILaT8x6PVek5tcf1J16vUw9uhaU { color:#ffffff;display:block;width:765.994px;position:absolute;font-family:gilroy;font-size:45px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:114.98579406738px;left:96.988616943359px;height:58.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qT93vpqJS9czq4qPiA3vsaKfpASFiNEn { color:#ffffff;display:block;width:822.983px;position:absolute;font-family:gilroy;font-size:18px;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:186.98863220215px;left:68.494323730469px;height:27px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Zf1ruYJO/LnwYTabQq69I60c3tIZw_Senza_titolo_3.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA.adaptive-delivery-prevent-bg, #XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA.lazyload, #XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA.lazyloading { background-image: none; }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA > .row .container { background-color: transparent; background-image: none; }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.52); }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA > .row .container > .video-iframe-container { display: none; }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.52); }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA > .row > .video-iframe-container { display: none; }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA > .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); }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA > .row .container { border-width: 0; border-radius: 0; }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA > .row .container { font-size:14px;font-family:arial;height:776px;width:960px;position:relative;display:block; }#TMvRBFTFhW5DKU2R7zRBoEMo7AJnM27E { color:#212121;display:block;width:511.989px;position:absolute;font-family:gilroy;font-size:27px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:89.701705932617px;left:223.9772644043px;height:70.1876px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RRTKtcSLmcTaIgFQ0q1QUL7IkC0q1MWn { position:absolute;display:block;z-index:100005;background-color:#0066ff;background-image:url("https://images.assets-landingi.com/HZ6fsusy/sqi_backpsd.jpg");background-position:bottom 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:29px;border-top-right-radius:29px;border-bottom-left-radius:29px;border-bottom-right-radius:29px;box-shadow: 1px 1px 36px rgba(0,0,0,0.36) ;height:354px;width:803px;top:263px;left:79px;display:block; }#RRTKtcSLmcTaIgFQ0q1QUL7IkC0q1MWn.adaptive-delivery-prevent-bg, #RRTKtcSLmcTaIgFQ0q1QUL7IkC0q1MWn.lazyload, #RRTKtcSLmcTaIgFQ0q1QUL7IkC0q1MWn.lazyloading { background-image: none; }
#PA1xVm0Bknvk0O0KXRET9qnbyZ2GELWH { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:395px;width:439px;top:242.5px;left:59px;overflow:hidden;display:block; }
#Z4lR628TqAMWuGJlkeRC489eDE91N5C9 { background-color:#ffd300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 0 1px 18px rgba(255,251,106,0.5) ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:gilroy;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:222.997px;height:50.9943px;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:489px;left:556px;display:block; }
#p16M17JXfsTZoAdilSXLeSnpdxrSk1n4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#VH9qpekZR2MnTBlMrVWwC4qfEsgJAl0Z { color:#212121;display:block;width:258.963px;position:absolute;font-family:gilroy;font-size:16px;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:402px;left:556px;height:67.1719px;font-style:normal;display:block; }
#NLUmemCpSrd6mrDS5mgG8XromRRIZVuU { color:#212121;display:block;width:265.98px;position:absolute;font-family:gilroy;font-size:28px;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:328px;left:556px;height:67.1875px;font-style:normal;display:block; }
#yHqVf39uAreKcAzT5dOtEUuPZEW5llG3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;z-index:auto;display:block; }#yHqVf39uAreKcAzT5dOtEUuPZEW5llG3 > .row .container { background-color: transparent; background-image: none; }#yHqVf39uAreKcAzT5dOtEUuPZEW5llG3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yHqVf39uAreKcAzT5dOtEUuPZEW5llG3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yHqVf39uAreKcAzT5dOtEUuPZEW5llG3 > .row .container > .video-iframe-container { display: none; }#yHqVf39uAreKcAzT5dOtEUuPZEW5llG3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yHqVf39uAreKcAzT5dOtEUuPZEW5llG3 > .row > .video-iframe-container { display: none; }#yHqVf39uAreKcAzT5dOtEUuPZEW5llG3 > .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); }#yHqVf39uAreKcAzT5dOtEUuPZEW5llG3 > .row .container { border-width: 0; border-radius: 0; }#yHqVf39uAreKcAzT5dOtEUuPZEW5llG3 > .row .container { font-size:14px;font-family:arial;height:71px;width:960px;position:relative;display:block; }#geByQdxHTOz2MOz3Cadldp3yhqrTnpdz { color:#ffffff;display:block;width:242px;position:absolute;font-family:lato;font-size:14px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:26.390625px;left:718px;height:18.1875px;text-align:center;text-align-last:center;display:block; }
#XRBndz1CEgsnxntxhWo91NlqJ5u77oHF { color:#ffffff;display:block;width:292.983px;position:absolute;font-family:lato;font-size:14px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:26.392150878906px;left:36px;height:18.1875px;text-align:center;text-align-last:center;display:block; }
#WRQZyBE6wRqqNsKkuBoHgulCGIsNpD8q { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30px;width:36.9886px;top:20.482971191406px;left:0px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi { display:block; }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d42KxILaT8x6PVek5tcf1J16vUw9uhaU { top:114px;left:0px;width:764px;height:58px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #qT93vpqJS9czq4qPiA3vsaKfpASFiNEn { top:186px;left:0px;width:764px;height:27px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA { display:block; }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMvRBFTFhW5DKU2R7zRBoEMo7AJnM27E { width:511px;height:70px;top:89px;left:125.96875px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #RRTKtcSLmcTaIgFQ0q1QUL7IkC0q1MWn { top:263px;left:0px;width:764px;height:353px;display:block; }
 }@media only screen and (max-width: 763px) { #PA1xVm0Bknvk0O0KXRET9qnbyZ2GELWH { width:439px;height:395px;top:242px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Z4lR628TqAMWuGJlkeRC489eDE91N5C9 { width:222px;height:50px;top:489px;left:458px;display:block; }
 }@media only screen and (max-width: 763px) { #p16M17JXfsTZoAdilSXLeSnpdxrSk1n4 { display:block; }
 }@media only screen and (max-width: 763px) { #VH9qpekZR2MnTBlMrVWwC4qfEsgJAl0Z { width:258px;height:67px;top:402px;left:458px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NLUmemCpSrd6mrDS5mgG8XromRRIZVuU { width:265px;height:67px;top:328px;left:458px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #yHqVf39uAreKcAzT5dOtEUuPZEW5llG3 { display:block; }#yHqVf39uAreKcAzT5dOtEUuPZEW5llG3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geByQdxHTOz2MOz3Cadldp3yhqrTnpdz { top:26px;left:522px;width:242px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XRBndz1CEgsnxntxhWo91NlqJ5u77oHF { top:26px;left:0px;width:292px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WRQZyBE6wRqqNsKkuBoHgulCGIsNpD8q { top:20px;left:0px;width:36px;height:29.20939893548px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi { display:block; }#iUXIMJTa4c4kAPAfanMy8QTa0gxCTCvi > .row .container { width:320px;height:275px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d42KxILaT8x6PVek5tcf1J16vUw9uhaU { width:290px;height:41.5938px;top:94px;left:15px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qT93vpqJS9czq4qPiA3vsaKfpASFiNEn { width:261.989px;height:48px;top:135px;left:29px;font-size:16px;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA { display:block; }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA > .row .container { width:320px;height:842px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMvRBFTFhW5DKU2R7zRBoEMo7AJnM27E { width:320px;height:89.6718px;top:62.997146606445px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #RRTKtcSLmcTaIgFQ0q1QUL7IkC0q1MWn { width:320px;height:330px;top:185px;left:0px;background-color:#0066ff;background-image:url("https://images.assets-landingi.com/HZ6fsusy/sqi_backpsd.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#RRTKtcSLmcTaIgFQ0q1QUL7IkC0q1MWn.adaptive-delivery-prevent-bg, #RRTKtcSLmcTaIgFQ0q1QUL7IkC0q1MWn.lazyload, #RRTKtcSLmcTaIgFQ0q1QUL7IkC0q1MWn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PA1xVm0Bknvk0O0KXRET9qnbyZ2GELWH { width:290px;height:261px;top:494px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Z4lR628TqAMWuGJlkeRC489eDE91N5C9 { width:222px;height:50px;top:400px;left:49px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #p16M17JXfsTZoAdilSXLeSnpdxrSk1n4 { display:block; }
 }@media only screen and (max-width: 763px) { #VH9qpekZR2MnTBlMrVWwC4qfEsgJAl0Z { width:257.997px;height:63px;top:319px;left:31px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #NLUmemCpSrd6mrDS5mgG8XromRRIZVuU { width:265px;height:64.7812px;top:247px;left:27px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #yHqVf39uAreKcAzT5dOtEUuPZEW5llG3 { position:relative;z-index:auto;display:block; }#yHqVf39uAreKcAzT5dOtEUuPZEW5llG3 > .row .container { width:320px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geByQdxHTOz2MOz3Cadldp3yhqrTnpdz { width:273.991px;height:16.8906px;top:115.98013305664px;left:22.485794067383px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #XRBndz1CEgsnxntxhWo91NlqJ5u77oHF { width:320px;height:18.1875px;top:76.988647460938px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WRQZyBE6wRqqNsKkuBoHgulCGIsNpD8q { width:45px;height:35.9943px;top:24px;left:137px;display:block; }
 }