.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cca1340e-8c03-4629-83da-435505f0554e/teamengineeringworkertechnicianworkshopmanuf20221126020458utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.adaptive-delivery-prevent-bg, #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.lazyload, #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.lazyloading { background-image: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { background-color: transparent; background-image: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .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); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { border-width: 0; border-radius: 0; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container {  }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { font-size:14px;font-family:arial;height:843px;width:1200px;position:relative;display:block; }#CzsS3Cc7wUEbAT6oRTUtUmuUomF3MQzK { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#hCRtRl9R0wtxnPBft5MTroaNOKQlSG0T { color:#ffffff;display:block;width:970px;position:absolute;font-family:oswald;font-size:56px;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:422px;left:115px;height:184.781px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OL2WTTbOUeDRlsIx2F1K0l2B6pmEQqTk { color:#ffffff;display:block;width:1165px;position:absolute;font-family:"open sans";font-size:31px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:292px;left:17.5px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TqWAdIdpKF7XouRCT1xJWWTBLPNqt0Bd { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:151px;width:253px;top:46.495849609375px;left:473.5px;overflow:hidden;display:block; }
#p1Oh09vhHkGhKFMTThBlnLyUkWeIRwPf { background-color:#febc10;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #09699d;border-left:1px solid #09699d;border-right:1px solid #09699d;border-bottom:1px solid #09699d;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 3px rgba(0,3,5,0.5) ;box-sizing:border-box;color:#20465b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:28px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:378px;height:72px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:606.76147460938px;left:411px;display:block; }
#ePlMfITR1xR8GValm40ldMp6yQwfVTTN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RPqJn5sfZ7lgMSJAk3yknUPnEDTfuN2R { color:#ffffff;display:block;width:453px;position:absolute;font-family:"open sans";font-size:10px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:817px;left:12.5px;height:13px;font-style:italic;display:block; }
#U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.6);background-image:none;position:relative;display:block; }#U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH > .row .container { background-color: transparent; background-image: none; }#U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH > .row .container > .video-iframe-container { display: none; }#U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH > .row > .video-iframe-container { display: none; }#U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH > .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); }#U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH > .row .container { border-width: 0; border-radius: 0; }#U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH > .row > .video-iframe-container {  }#U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH > .row .container { font-size:14px;font-family:arial;height:1036px;width:1200px;position:relative;display:block; }#R2pyFQORVTqkZ2FNrEKcDrgeCusgaFsB { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#yAcpON7aPag3kbOZ5KdMvAodyZr3BIGm { color:#0056a2;display:block;width:1143px;position:absolute;font-family:"open sans";font-size:41px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:51.971923828125px;left:28.5px;height:106.594px;text-align:center;text-align-last:center;display:block; }
#LeFadxhdkfPAcIHn7WbFdbSncWDktmMT { color:#ffc000;display:block;width:976px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:179.94067382812px;left:112px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KNQH61ZbtTWvb0UR7SgsWgsqnFitJH3T { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:440px;width:1069px;top:298px;left:77.78125px;overflow:hidden;display:block; }
#Ebm0ApDuDpp5n4BATx37oKceDqpLwuyg { background-color:#0056a2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:409px;height:55px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:844.65844726562px;left:391px;display:block; }
#gxT2DB75pq0UGSTacwsPOXIheOIIRL3e { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Znxs31nE9TMLxRpMhybSgbm8qVgnZVLR { background-color:#ff9600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:409px;height:55px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:933.11157226562px;left:391px;display:block; }
#nGqZpiwfpPFqEFzQ08iHCkKT9vLMPWtu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,150,0,0.15);background-image:none;position:relative;display:block; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { background-color: transparent; background-image: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container > .video-iframe-container { display: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row > .video-iframe-container { display: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .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); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { border-width: 0; border-radius: 0; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row > .video-iframe-container {  }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { font-size:14px;font-family:arial;height:347px;width:1200px;position:relative;display:block; }#HkOH44pTgxDaWOTtdaCHdAwZ1fPhOUhw { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#vLupBniid8uq2oMgIXsdDTz4xa9xKZ1r { color:#0056a2;display:block;width:1143px;position:absolute;font-family:"open sans";font-size:30px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:53px;left:29px;height:39px;text-align:center;text-align-last:center;display:block; }
#ecO5K7cmKT9yu0FJcmG4uD0pUBNxGsVy { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:72px;width:105px;top:127px;left:87px;overflow:hidden;display:block; }
#dqqAvxLy4QUtCBfBA4FOEOqpr8IfdSt0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:64px;width:131px;top:131px;left:277px;overflow:hidden;display:block; }
#vNGDpWxn2T1SgszwQ3ZmxJTWhl2n63bf { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:75px;width:105px;top:126px;left:503px;overflow:hidden;display:block; }
#OafUM0aDTTVQ6IKE4Tkzst1JMQT60MVM { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35px;width:164px;top:146px;left:943px;overflow:hidden;display:block; }
#OtFig230zcBtAytl5956pheA9waWm2TA { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65px;width:163px;top:131px;left:692px;overflow:hidden;display:block; }
#esJRBQTohFGwUkIui6QcLBHVBVxleHIW { box-sizing:content-box;color:#0056a2;font-size:55px;font-weight:400;line-height:1;height:79px;width:79px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:249.984375px;left:540.5px;display:block; }
#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/AniCgpQx/fundo_azul_novida.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd.adaptive-delivery-prevent-bg, #fexGNcUaVU5zhfTl7mHulrvBRscpLJkd.lazyload, #fexGNcUaVU5zhfTl7mHulrvBRscpLJkd.lazyloading { background-image: none; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container { background-color: transparent; background-image: none; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,37,70,0.5); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container > .video-iframe-container { display: none; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,37,70,0.5); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row > .video-iframe-container { display: none; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .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); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container { border-width: 0; border-radius: 0; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row > .video-iframe-container {  }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container { font-size:14px;font-family:arial;height:1579px;width:1200px;position:relative;display:block; }#UyJh451E4braTqTe58Mna0y2TIwhcGnd { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#WFuwGkn9MCiVfRoD4Jt3o8qQQ6CaS1FZ { color:#febc10;display:block;width:1143px;position:absolute;font-family:"open sans";font-size:44px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:61px;left:28.5px;height:114.375px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RLkFfuB4s4GAFzC5MTqTRkR79DBSpOpP { color:#000000;display:block;width:604px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:301px;left:46px;height:127.969px;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#J90QTP4gD8W0ozw5ICFWIrBQAa4gHo1a { box-sizing:content-box;color:#febc10;font-size:55px;font-weight:400;line-height:1;height:79px;width:79px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:1461.0063476562px;left:560.5px;display:block; }
#KkGvAgB1C1xsEIJTscrT3TQ3rCyHw00B { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:358px;width:391px;top:244px;left:719px;overflow:hidden;display:block; }
#pQRXgLFst0zPzJS9inau0vl7lncR3CPz { color:#febc10;display:block;width:493px;position:absolute;font-family:"open sans";font-size:32px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:244px;left:46px;height:41.5938px;display:block; }
#sxuE1zvHha1rwkrhAvmGXLA3TkZvXtTs { color:#febc10;display:block;width:335px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:468px;left:46px;height:90.9375px;display:block; }
#u4bacmN71QuENCioGoy9qrDmW3utfEPT { color:#febc10;display:block;width:335px;position:absolute;font-family:"open sans";font-size:14px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:468px;left:338px;height:72.75px;font-style:normal;display:block; }
#F4W6W8on9rxCLR56QsGG5A8rdcnwov3o { color:#febc10;display:block;width:544px;position:absolute;font-family:"open sans";font-size:32px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:685.0625px;left:613.5px;height:41.5938px;display:block; }
#JXvJiyBmEO2gETQcZiNoQ67qqFaif5kx { color:#000000;display:block;width:549px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:741.40625px;left:617.5px;height:163.125px;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#L5KDMxkDyWlD8NKo7fV08FGz01L6fFCF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:303px;width:547px;top:685.0625px;left:28.5px;overflow:hidden;display:block; }
#faRAnTF6dJV5ahqB2c2Lbz7yTWiDmNDl { color:#febc10;display:block;width:574px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:952.6875px;left:617.5px;height:31.1875px;display:block; }
#nlq9WTE1QVbaUyPXXbeTBlF3ar7tIxZh { color:#febc10;display:block;width:575px;position:absolute;font-family:"open sans";font-size:32px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:1100px;left:29px;height:83.1875px;display:block; }
#sNoKIua0K90blgK4Fd9NoTICugZLCgCe { color:#000000;display:block;width:569px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:1156px;left:29px;height:;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#earODRBavSWhrUPuzhBcXNX6RuKF7OoD { color:#febc10;display:block;width:335px;position:absolute;font-family:"open sans";font-size:14px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:1271px;left:321px;height:90.9375px;font-style:normal;display:block; }
#RTS5v3oefNtyMtqQ6MossxpsOti3oqNx { color:#febc10;display:block;width:278px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:1271px;left:29px;height:90.9375px;display:block; }
#T5KoHNTH9x4fOZXidFHBgbfqTotqQUQs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:312px;width:460px;top:1100px;left:684.5px;overflow:hidden;display:block; }
#oDhagI8NDd5NSwyTao4H1hwda3LRZKen { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,86,162,0.13);background-image:none;position:relative;display:block; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container { background-color: transparent; background-image: none; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container > .video-iframe-container { display: none; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row > .video-iframe-container { display: none; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .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); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container { border-width: 0; border-radius: 0; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row > .video-iframe-container {  }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container { font-size:14px;font-family:arial;height:1197px;width:1200px;position:relative;display:block; }#UbtbCIzN1TmsIr1gcO1Mi5G8XLhgPkDV { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7px;left:191px;height:0;display:block; }
#xSXStWOEmi6gNJK0706ozWN3RTEAnetJ { color:#febc10;display:block;width:1086px;position:absolute;font-family:"open sans";font-size:46px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:46px;left:57px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QFNPDTIGKZotlvvykv81n1Ha2wNJpHrC { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:161px;width:261px;top:892px;left:469.5px;overflow:hidden;display:block; }
#Vdf2uguZ5o2DWUUzx8TOwU2nu57XXGc2 { box-sizing:content-box;color:#0056a2;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:1091px;left:485px;display:block; }
#wtlgJ6BnnBweLbyHeVJXLbeGCxWkLNtU { box-sizing:content-box;color:#0056a2;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1091px;left:548px;display:block; }
#zgz0JAb6PXceQWksTDhqrvhTyEGayVFU { box-sizing:content-box;color:#0056a2;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:1091px;left:607px;display:block; }
#eel0flI1V4MMlTPW6WC1ZO4ZuCyQBn8c { box-sizing:content-box;color:#0056a2;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:1091px;left:665px;display:block; }
#WGBQkTe2SKk3O5ZgUhhWlhIKa3FaWpCq { color:#0056a2;display:block;width:335px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1061.90625px;left:435.5px;height:22.0938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTty9bH0BNFR036gLli38EbkZJpJJkd4 { position:absolute;display:block;z-index:15013;height:348px;width:783px;top:46px;left:211.5px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw { display:block; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzsS3Cc7wUEbAT6oRTUtUmuUomF3MQzK { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hCRtRl9R0wtxnPBft5MTroaNOKQlSG0T { width:764px;height:123px;top:422px;left:0px;font-size:56px;display:block; }
 }@media only screen and (max-width: 763px) { #OL2WTTbOUeDRlsIx2F1K0l2B6pmEQqTk { width:764px;height:;top:292px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TqWAdIdpKF7XouRCT1xJWWTBLPNqt0Bd { width:253px;height:151px;top:46px;left:255.5px;display:block; }
 }@media only screen and (max-width: 763px) { #p1Oh09vhHkGhKFMTThBlnLyUkWeIRwPf { width:378px;height:72px;top:606px;left:193px;display:block; }
 }@media only screen and (max-width: 763px) { #ePlMfITR1xR8GValm40ldMp6yQwfVTTN { display:block; }
 }@media only screen and (max-width: 763px) { #RPqJn5sfZ7lgMSJAk3yknUPnEDTfuN2R { width:453px;height:13px;top:817px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH { display:block; }#U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2pyFQORVTqkZ2FNrEKcDrgeCusgaFsB { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yAcpON7aPag3kbOZ5KdMvAodyZr3BIGm { width:764px;height:106px;top:51px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #LeFadxhdkfPAcIHn7WbFdbSncWDktmMT { width:764px;height:26px;top:179px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #KNQH61ZbtTWvb0UR7SgsWgsqnFitJH3T { width:764px;height:314.46211412535px;top:298px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ebm0ApDuDpp5n4BATx37oKceDqpLwuyg { width:409px;height:55px;top:844px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #gxT2DB75pq0UGSTacwsPOXIheOIIRL3e { display:block; }
 }@media only screen and (max-width: 763px) { #Znxs31nE9TMLxRpMhybSgbm8qVgnZVLR { width:409px;height:55px;top:933px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #nGqZpiwfpPFqEFzQ08iHCkKT9vLMPWtu { display:block; }
 }@media only screen and (max-width: 763px) { #Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu { display:block; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkOH44pTgxDaWOTtdaCHdAwZ1fPhOUhw { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vLupBniid8uq2oMgIXsdDTz4xa9xKZ1r { width:764px;height:39px;top:53px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ecO5K7cmKT9yu0FJcmG4uD0pUBNxGsVy { width:105px;height:72px;top:127px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dqqAvxLy4QUtCBfBA4FOEOqpr8IfdSt0 { width:131px;height:64px;top:131px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #vNGDpWxn2T1SgszwQ3ZmxJTWhl2n63bf { width:105px;height:75px;top:126px;left:285px;display:block; }
 }@media only screen and (max-width: 763px) { #OafUM0aDTTVQ6IKE4Tkzst1JMQT60MVM { width:164px;height:35px;top:146px;left:600px;display:block; }
 }@media only screen and (max-width: 763px) { #OtFig230zcBtAytl5956pheA9waWm2TA { width:163px;height:65px;top:131px;left:474px;display:block; }
 }@media only screen and (max-width: 763px) { #esJRBQTohFGwUkIui6QcLBHVBVxleHIW { width:79px;height:79px;top:249px;left:322.5px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #fexGNcUaVU5zhfTl7mHulrvBRscpLJkd { display:block; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyJh451E4braTqTe58Mna0y2TIwhcGnd { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WFuwGkn9MCiVfRoD4Jt3o8qQQ6CaS1FZ { width:764px;height:114px;top:61px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RLkFfuB4s4GAFzC5MTqTRkR79DBSpOpP { width:604px;height:153px;top:301px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #J90QTP4gD8W0ozw5ICFWIrBQAa4gHo1a { width:79px;height:79px;top:1461px;left:342.5px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #KkGvAgB1C1xsEIJTscrT3TQ3rCyHw00B { width:391px;height:358px;top:244px;left:373px;display:block; }
 }@media only screen and (max-width: 763px) { #pQRXgLFst0zPzJS9inau0vl7lncR3CPz { width:493px;height:41px;top:244px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #sxuE1zvHha1rwkrhAvmGXLA3TkZvXtTs { width:335px;height:90px;top:468px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #u4bacmN71QuENCioGoy9qrDmW3utfEPT { width:335px;height:72px;top:468px;left:120px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #F4W6W8on9rxCLR56QsGG5A8rdcnwov3o { width:544px;height:41px;top:685px;left:220px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #JXvJiyBmEO2gETQcZiNoQ67qqFaif5kx { width:549px;height:190px;top:741px;left:215px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #L5KDMxkDyWlD8NKo7fV08FGz01L6fFCF { width:547px;height:303px;top:685px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #faRAnTF6dJV5ahqB2c2Lbz7yTWiDmNDl { width:574px;height:31px;top:952px;left:190px;font-size:7px;display:block; }
 }@media only screen and (max-width: 763px) { #nlq9WTE1QVbaUyPXXbeTBlF3ar7tIxZh { width:575px;height:42px;top:1100px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #sNoKIua0K90blgK4Fd9NoTICugZLCgCe { width:569px;height:;top:1156px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #earODRBavSWhrUPuzhBcXNX6RuKF7OoD { width:335px;height:90px;top:1271px;left:103px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #RTS5v3oefNtyMtqQ6MossxpsOti3oqNx { width:278px;height:90px;top:1271px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #T5KoHNTH9x4fOZXidFHBgbfqTotqQUQs { width:460px;height:312px;top:1100px;left:304px;display:block; }
 }@media only screen and (max-width: 763px) { #oDhagI8NDd5NSwyTao4H1hwda3LRZKen { display:block; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbtbCIzN1TmsIr1gcO1Mi5G8XLhgPkDV { width:200px;height:0;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xSXStWOEmi6gNJK0706ozWN3RTEAnetJ { width:764px;height:;top:46px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #QFNPDTIGKZotlvvykv81n1Ha2wNJpHrC { width:261px;height:161px;top:892px;left:251.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Vdf2uguZ5o2DWUUzx8TOwU2nu57XXGc2 { width:50px;height:50px;top:1091px;left:267px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #wtlgJ6BnnBweLbyHeVJXLbeGCxWkLNtU { width:50px;height:50px;top:1091px;left:330px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #zgz0JAb6PXceQWksTDhqrvhTyEGayVFU { width:50px;height:50px;top:1091px;left:389px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #eel0flI1V4MMlTPW6WC1ZO4ZuCyQBn8c { width:50px;height:50px;top:1091px;left:447px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #WGBQkTe2SKk3O5ZgUhhWlhIKa3FaWpCq { width:335px;height:22px;top:1061px;left:217.5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTty9bH0BNFR036gLli38EbkZJpJJkd4 { width:764px;height:348px;top:46px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cca1340e-8c03-4629-83da-435505f0554e/teamengineeringworkertechnicianworkshopmanuf20221126020458utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.adaptive-delivery-prevent-bg, #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.lazyload, #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw.lazyloading { background-image: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { background-color: transparent; background-image: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .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); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { border-width: 0; border-radius: 0; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container {  }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { width:320px;height:470px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzsS3Cc7wUEbAT6oRTUtUmuUomF3MQzK { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hCRtRl9R0wtxnPBft5MTroaNOKQlSG0T { width:300px;height:79.1719px;top:199.796875px;left:10px;text-align:center;text-align-last:center;font-size:24px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OL2WTTbOUeDRlsIx2F1K0l2B6pmEQqTk { width:291px;height:78px;top:102.4375px;left:14.5px;font-size:15px;text-shadow:1px 1px 3px rgba(0,0,0,0.5);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TqWAdIdpKF7XouRCT1xJWWTBLPNqt0Bd { width:101px;height:62px;top:20px;left:109.5px;display:block; }
 }@media only screen and (max-width: 763px) { #p1Oh09vhHkGhKFMTThBlnLyUkWeIRwPf { width:302px;height:72px;top:310px;left:9px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ePlMfITR1xR8GValm40ldMp6yQwfVTTN { display:block; }
 }@media only screen and (max-width: 763px) { #RPqJn5sfZ7lgMSJAk3yknUPnEDTfuN2R { width:320px;height:13px;top:448px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH { background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2' );";background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH > .row .container { background-color: transparent; background-image: none; }#U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH > .row .container > .video-iframe-container { display: none; }#U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH > .row > .video-iframe-container { display: none; }#U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH > .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); }#U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH > .row .container { border-width: 0; border-radius: 0; }#U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH > .row > .video-iframe-container {  }#U0ilTMMqGgo2NtkOLzxWdZJxDEfaZgDH > .row .container { width:320px;height:513px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2pyFQORVTqkZ2FNrEKcDrgeCusgaFsB { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yAcpON7aPag3kbOZ5KdMvAodyZr3BIGm { width:320px;height:66.2812px;top:36.796875px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #LeFadxhdkfPAcIHn7WbFdbSncWDktmMT { width:320px;height:28.5938px;top:112.734375px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #KNQH61ZbtTWvb0UR7SgsWgsqnFitJH3T { width:320px;height:131.71188026193px;top:171.734375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ebm0ApDuDpp5n4BATx37oKceDqpLwuyg { width:254px;height:55px;top:343.4375px;left:33px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gxT2DB75pq0UGSTacwsPOXIheOIIRL3e { display:block; }
 }@media only screen and (max-width: 763px) { #Znxs31nE9TMLxRpMhybSgbm8qVgnZVLR { width:252px;height:55px;top:416.4375px;left:34px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nGqZpiwfpPFqEFzQ08iHCkKT9vLMPWtu { display:block; }
 }@media only screen and (max-width: 763px) { #Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu { background-color:transparent;background-image: -webkit-linear-gradient(top, #f2f2f2, #ffffff);background-image: -moz-linear-gradient(top, #f2f2f2, #ffffff);background-image: -ms-linear-gradient(top, #f2f2f2, #ffffff);background-image: -o-linear-gradient(top, #f2f2f2, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #f2f2f2, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { background-color: transparent; background-image: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container > .video-iframe-container { display: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row > .video-iframe-container { display: none; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .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); }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { border-width: 0; border-radius: 0; }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row > .video-iframe-container {  }#Z1xbzDzCAR9bE4gUR09txpm5TfEorpGu > .row .container { width:320px;height:465px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkOH44pTgxDaWOTtdaCHdAwZ1fPhOUhw { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vLupBniid8uq2oMgIXsdDTz4xa9xKZ1r { width:320px;height:41.5938px;top:20.003112792969px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ecO5K7cmKT9yu0FJcmG4uD0pUBNxGsVy { width:105px;height:72px;top:101px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #dqqAvxLy4QUtCBfBA4FOEOqpr8IfdSt0 { width:131px;height:64px;top:104.99377441406px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #vNGDpWxn2T1SgszwQ3ZmxJTWhl2n63bf { width:105px;height:75px;top:200px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #OafUM0aDTTVQ6IKE4Tkzst1JMQT60MVM { width:164px;height:35px;top:307.01251220703px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #OtFig230zcBtAytl5956pheA9waWm2TA { width:133px;height:52px;top:211.5px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #esJRBQTohFGwUkIui6QcLBHVBVxleHIW { width:79px;height:79px;top:374px;left:120.5px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #fexGNcUaVU5zhfTl7mHulrvBRscpLJkd { background-color:#022546;background-image:none;display:block; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container { background-color: transparent; background-image: none; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container > .video-iframe-container { display: none; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row > .video-iframe-container { display: none; }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .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); }#fexGNcUaVU5zhfTl7mHulrvBRscpLJkd > .row .container { width:320px;height:1944px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyJh451E4braTqTe58Mna0y2TIwhcGnd { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WFuwGkn9MCiVfRoD4Jt3o8qQQ6CaS1FZ { width:320px;height:70.1719px;top:30.99072265625px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RLkFfuB4s4GAFzC5MTqTRkR79DBSpOpP { width:294px;height:166.375px;top:389.47802734375px;left:12.5px;font-size:13px;z-index:15007;color:#0c368b;display:block; }
 }@media only screen and (max-width: 763px) { #J90QTP4gD8W0ozw5ICFWIrBQAa4gHo1a { width:79px;height:79px;top:1846.4282226562px;left:111.5px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #KkGvAgB1C1xsEIJTscrT3TQ3rCyHw00B { width:173px;height:157px;top:209px;left:73.5px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pQRXgLFst0zPzJS9inau0vl7lncR3CPz { width:267px;height:31.1875px;top:141.92211914062px;left:17.5px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #sxuE1zvHha1rwkrhAvmGXLA3TkZvXtTs { width:292px;height:84.453px;top:556px;left:12px;font-size:13px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u4bacmN71QuENCioGoy9qrDmW3utfEPT { width:296px;height:67.5624px;top:625px;left:12px;font-size:13px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #F4W6W8on9rxCLR56QsGG5A8rdcnwov3o { width:297px;height:31.1875px;top:745.41870117188px;left:11.5px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #JXvJiyBmEO2gETQcZiNoQ67qqFaif5kx { width:304px;height:187.172px;top:1027.4814453125px;left:8px;font-size:13px;z-index:15007;color:#0c368b;display:block; }
 }@media only screen and (max-width: 763px) { #L5KDMxkDyWlD8NKo7fV08FGz01L6fFCF { width:320px;height:177.25776965265px;top:791.21875px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #faRAnTF6dJV5ahqB2c2Lbz7yTWiDmNDl { width:290px;height:18.1875px;top:968.46240234375px;left:15px;font-size:7px;display:block; }
 }@media only screen and (max-width: 763px) { #nlq9WTE1QVbaUyPXXbeTBlF3ar7tIxZh { width:301px;height:59.7812px;top:1261.6501464844px;left:9.5px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #sNoKIua0K90blgK4Fd9NoTICugZLCgCe { width:299px;height:124.781px;top:1562.21875px;left:10.5px;font-size:13px;z-index:15007;color:#0c368b;display:block; }
 }@media only screen and (max-width: 763px) { #earODRBavSWhrUPuzhBcXNX6RuKF7OoD { width:308px;height:84.453px;top:1762px;left:9px;font-size:13px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RTS5v3oefNtyMtqQ6MossxpsOti3oqNx { width:278px;height:84.4531px;top:1694px;left:10px;font-size:13px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T5KoHNTH9x4fOZXidFHBgbfqTotqQUQs { width:297px;height:200px;top:1335.9094238281px;left:11.855340997879px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oDhagI8NDd5NSwyTao4H1hwda3LRZKen { background-color:#d8edff;background-image:none;display:block; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container { background-color: transparent; background-image: none; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container > .video-iframe-container { display: none; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row > .video-iframe-container { display: none; }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .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); }#oDhagI8NDd5NSwyTao4H1hwda3LRZKen > .row .container { width:320px;height:1365px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbtbCIzN1TmsIr1gcO1Mi5G8XLhgPkDV { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xSXStWOEmi6gNJK0706ozWN3RTEAnetJ { width:295px;height:0;top:31px;left:12.5px;font-size:29px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QFNPDTIGKZotlvvykv81n1Ha2wNJpHrC { width:130px;height:80px;top:1159px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #Vdf2uguZ5o2DWUUzx8TOwU2nu57XXGc2 { width:50px;height:50px;top:1287px;left:42px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #wtlgJ6BnnBweLbyHeVJXLbeGCxWkLNtU { width:50px;height:50px;top:1287px;left:105px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #zgz0JAb6PXceQWksTDhqrvhTyEGayVFU { width:50px;height:50px;top:1287px;left:168px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #eel0flI1V4MMlTPW6WC1ZO4ZuCyQBn8c { width:50px;height:50px;top:1287px;left:231px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #WGBQkTe2SKk3O5ZgUhhWlhIKa3FaWpCq { width:320px;height:22.0938px;top:1255px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTty9bH0BNFR036gLli38EbkZJpJJkd4 { width:320px;height:348px;top:20px;left:0px;display:block; }
 }