.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-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);
}
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-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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/YBR6bv45/BG-4.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gcsF3Y3f/Infowheels_Truckshow.png");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:846px;width:960px;overflow:visible;position:relative;display:block; }#pToNamGTxnapp07eiGsh4L38et0dyUOp { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:149px;width:149px;top:12px;left:811px;display:block; }
#hfCgr6BRUruTimTlarK3QkET7yWAq2pg { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:100px;width:89px;top:36.5px;left:841px;overflow:hidden;display:block; }
#XsSOd3LZSmvLLRkamlp77KL0XU56BCNV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1742px;width:744px;display:none; }
#S0veVLIJ8AkNQad5aIbXlclV8yGLe9iy { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:36px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);height:138px;top:220px;left:0px;display:none; }
#JvhTq4p8dGrSFL6dwUll0kcSs9ZNbLlf { color:#ff0000;display:block;width:569px;position:absolute;font-family:exo;font-size:50px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:54px;left:195.5px;height:130px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fOkVnQGefTv9trnIHmdF3eLHzCTs56U9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:116px;width:200px;display:none; }
#hCRqaPUaQcbOurKTkVELo2EZchlQF4KK { color:#ff0000;display:block;width:569px;position:absolute;font-family:"open sans";font-size:36px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:391px;left:209px;height:46px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kld4buGkuP8xJNN8SmOzvRuV0qPDp0P2 { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:280px;width:734px;top:355px;left:126.5px;display:block; }
#fBbtT46J46AfE9UAGgMSHFMkvd8qfTe5 { background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:50px;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:547px;left:142.5px;display:block; }
#dAcbA6nQGFlcJEH9cB2SwabNgsgKL2Zm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#VCeNJy8eUQuOFOekFqKsmGawz62mDSNy { background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:50px;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:547px;left:622px;display:block; }
#oZToG89T1mozI6iMF7eZTsdT1IygXqRK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#MaAc7U66JKvnXMTGQQPGry6nSJrkDyqk { color:#ff0000;display:block;width:569px;position:absolute;font-family:"open sans";font-size:23px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:437px;left:200px;height:58px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V8OFr3asUyCWPWHHkAXw7XQVTgt9H3MC { background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:50px;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:547px;left:383.5px;display:block; }
#PlKOEh8ivf2F7xwaLWUC6TvnXSXlpK9X { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/9tWP1TbB/AdobeStock_228400956.jpg");background-position:top left;background-repeat:repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT > .row .container { background-color: transparent; background-image: none; }#IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.78); }#IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT > .row .container > .video-iframe-container { display: none; }#IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.78); }#IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT > .row > .video-iframe-container { display: none; }#IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT > .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); }#IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT > .row .container { border-width: 0; border-radius: 0; }#IVlwGTlcOXVVkDq8g5wH3R69z0EHyZbT > .row .container { font-size:14px;font-family:arial;height:881px;width:960px;position:relative;display:block; }#aOLGPD8Tbg355Q71k0mxS5eTn6VshbfU { color:rgba(16,12,12,0.8);display:block;width:877px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:307px;left:41.5px;height:480px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#gHw1XNLkO1umxkwuKEoFNRqqwHrDP9RC { position:absolute;display:block;z-index:100004;background-color:#055f8e;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18px;width:957px;top:836px;left:0px;display:block; }
#Umbhd1ZhQiJiZMcab3uW8y6Q6bF2GLyZ { color:#000000;display:block;width:877px;position:absolute;font-family:"open sans";font-size:36px;font-weight:400;z-index:100004;line-height:1.6;letter-spacing:0;top:201px;left:41.5px;height:57px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wTIHbnd7QLxzETcnsvAxZnrppgZVUVy2 { position:absolute;display:block;z-index:100059;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45px;width:333px;top:51.5px;left:586.5px;overflow:hidden;display:block; }
#l3DDHyT7MD7MyzUwdX3xxCdM368KVbvM { position:absolute;display:block;z-index:100062;border-top:0;border-left:0;border-right:0;border-bottom:0;height:88px;width:330px;top:30px;left:29.5px;overflow:hidden;display:block; }
#KseBtQrRBallyNOC0XZAdildda3MxGvp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/9tWP1TbB/AdobeStock_228400956.jpg");background-position:top left;background-repeat:repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row .container { background-color: transparent; background-image: none; }#KseBtQrRBallyNOC0XZAdildda3MxGvp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.78); }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row .container > .video-iframe-container { display: none; }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.78); }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row > .video-iframe-container { display: none; }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .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); }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row .container { border-width: 0; border-radius: 0; }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row .container { font-size:14px;font-family:arial;height:828px;width:960px;position:relative;display:block; }#IWLfW2domI0XMQTptmDZSOM5E3CuP2xF { color:#000000;display:block;width:958px;position:absolute;font-family:"open sans";font-size:36px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:162px;left:0px;height:46px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#izhEW7TlRhxP8IPar4muPiOu50gK4Kpp { color:rgba(0,0,0,0.8);display:block;width:402px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:100017;line-height:1.6;letter-spacing:0;top:592px;left:475px;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#O4qOLwmAKeMNbemyxqShJwT0CatrXlmn { color:#000000;display:block;width:377px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100016;line-height:1.6;letter-spacing:0;top:566px;left:475px;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wtOUNDti7M8rmCilqA5xWSXnbM6Vhu5A { color:#ff0000;display:block;width:125px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:100032;line-height:1.6;letter-spacing:0;top:566px;left:283px;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SUTybLE35zqSuS5Bx7qI6kTTTMIT2e62 { position:absolute;display:block;z-index:100049;background-color:#e3e3e3;background-image:none;border-top:4px solid #ff0000;border-left:4px solid #ff0000;border-right:4px solid #ff0000;border-bottom:4px solid #ff0000;border-top-left-radius:372px;border-top-right-radius:372px;border-bottom-left-radius:372px;border-bottom-right-radius:372px;height:31px;width:31px;top:481px;left:422.5px;display:none; }
#FwLMWE8C0a67TTJhwVLVaoHZT53p1Boi { color:#ff0000;display:block;width:439px;position:absolute;font-family:"open sans";font-size:38px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:601px;left:20px;height:49px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#APMTwXPpo9tHncNBHcJxQ2e9V9fHCo62 { color:#ff0000;display:block;width:439px;position:absolute;font-family:"open sans";font-size:38px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:650px;left:20px;height:98px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lDo0nz094phpCsc84tS7wL87aXn6Ti2n { color:#ff0000;display:block;width:439px;position:absolute;font-family:"open sans";font-size:38px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:649px;left:500px;height:98px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TC3KkqsqSHR09G1fyTyckit9ruKZVUzb { color:#055f8e;display:block;width:439px;position:absolute;font-family:"open sans";font-size:38px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:600px;left:500px;height:49px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CdhNT9PBRbUweR2a9F0abXEU00Vws5vW { color:#ff0000;display:block;width:439px;position:absolute;font-family:"open sans";font-size:38px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:523px;left:21px;height:49px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#obSvfHrTliECsqf9dQ34aS59cNPJhfUH { color:#ff0000;display:block;width:439px;position:absolute;font-family:"open sans";font-size:38px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:522px;left:501px;height:49px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#khJi3QsBRo8vNODc3OZgeNaTPGtpG59o { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:195px;width:195px;top:297px;left:143px;overflow:hidden;display:block; }
#JDDoT1b0GSvlQCDzFFiKk79bL5q6QvTL { position:absolute;display:block;z-index:100051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:195px;width:195px;top:296px;left:623px;overflow:hidden;display:block; }
#TF1t9JEJo2t41NFdyvnENL8XR3czTcNL { position:absolute;display:block;z-index:100063;border-top:0;border-left:0;border-right:0;border-bottom:0;height:88px;width:330px;top:20px;left:314px;overflow:hidden;display:block; }
#kuhKGymyqIk2VKovBongMQ9T15OcZ2f2 { position:absolute;display:block;z-index:100005;background-color:#055f8e;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18px;width:957px;top:803px;left:0px;display:block; }
#VmUVGFS88n7frer6OSEaFJTbSFNPLlUb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/9tWP1TbB/AdobeStock_228400956.jpg");background-position:top left;background-repeat:repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#VmUVGFS88n7frer6OSEaFJTbSFNPLlUb > .row .container { background-color: transparent; background-image: none; }#VmUVGFS88n7frer6OSEaFJTbSFNPLlUb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.78); }#VmUVGFS88n7frer6OSEaFJTbSFNPLlUb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VmUVGFS88n7frer6OSEaFJTbSFNPLlUb > .row .container > .video-iframe-container { display: none; }#VmUVGFS88n7frer6OSEaFJTbSFNPLlUb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.78); }#VmUVGFS88n7frer6OSEaFJTbSFNPLlUb > .row > .video-iframe-container { display: none; }#VmUVGFS88n7frer6OSEaFJTbSFNPLlUb > .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); }#VmUVGFS88n7frer6OSEaFJTbSFNPLlUb > .row .container { border-width: 0; border-radius: 0; }#VmUVGFS88n7frer6OSEaFJTbSFNPLlUb > .row .container { font-size:14px;font-family:arial;height:970px;width:960px;position:relative;display:block; }#maBc3JAmmTgX7c9RROulCa0cQ3DX1159 { position:absolute;display:block;z-index:100004;background-color:#055f8e;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18px;width:957px;top:941px;left:1.5px;display:block; }
#LKBqr1Myia5zgalhcPhRTNvBS4mpXzpc { color:#000000;display:block;width:490px;position:absolute;font-family:"open sans";font-size:30px;font-weight:400;z-index:100004;line-height:1.6;letter-spacing:0;top:199px;left:0px;height:96px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WL8gwS6u0bRzZifaTDETMHIr1bRW10TO { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 8px rgba(0,0,0,0.21) ;height:913px;width:468px;top:0px;left:492px;display:block; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh .widget-form-header {  }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:402px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #acacac;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:402px;box-sizing:border-box;height:55px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh .widget-input-text {padding-top: 0; padding-bottom: 0;}#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #acacac;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:402px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh .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:0px;margin-bottom:4px;margin-left:0px;display:block;width:402px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh .widget-input-select {padding-top: 0; padding-bottom: 0;}#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh .widget-input-button { background-color:transparent;background-image: -webkit-linear-gradient(130deg, #0069ab, #00abdd);background-image: -moz-linear-gradient(130deg, #0069ab, #00abdd);background-image: -ms-linear-gradient(130deg, #0069ab, #00abdd);background-image: -o-linear-gradient(130deg, #0069ab, #00abdd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0069ab', endColorstr='#00abdd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0069ab', endColorstr='#00abdd' );";background-image: linear-gradient(130deg, #0069ab, #00abdd);background-size:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:402px;height:55px;font-family:"open sans";overflow:hidden; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh [class*="-text"]:-moz-placeholder { color:#acacac;font-family:lato;font-size:16px; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh [class*="-text"]::-moz-placeholder { color:#acacac;font-family:lato;font-size:16px; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh [class*="-text"]:-ms-input-placeholder { color:#acacac;font-family:lato;font-size:16px; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh [class*="-text"]::-webkit-input-placeholder { color:#acacac;font-family:lato;font-size:16px; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:383px;overflow:hidden;font-style:normal; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh .widget-container { padding-top:7px;padding-left:0;padding-right:0;padding-bottom:6px;width:100%;font-size:0px;height:auto; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh .widget-container:first-of-type{padding-top:0;}#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh .widget-container:last-of-type{padding-bottom:0;}#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:402px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100017;position:absolute;top:180px;left:505px; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:402px;display:block;vertical-align:top; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh {display:block;}#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:402px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100017;position:absolute;top:180px;left:505px; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #oP9rSN8E1vZysb6Czc1dBEEnRgR57EhH { position:relative; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #xxN08Qeu6LAgmE0ohP6J8xlWsSgKdnID { position:relative; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #etSiIk0roGZNAo5T5Rz5TIX7m9O8WErX { position:relative; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #cBsw5pyEiukTxI3BxsGhe3rSlDc3ZnNJ { position:relative; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #BHQ1iTlN6l1zP7gdLJPkcwxLn05vEbTh { position:relative; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #PS00rtyDfSkCT8G2nBO148vyL2mW3mHH { position:relative; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #pFcLadIMGhKdVOHhrq35OIXZa53TSuMI { position:relative; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #lhMOQOv2F0rozHWCpinO9JD266O6ATf9 { position:relative; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #JmlTFTKnzSqhZH0fUVgEEvIOCgsTQJ3u { position:relative; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #cl4ek72sMgowfJFozwUTFu7JWCQ9zUtu { position:relative; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #wRLJVrUSpxsfwoWH7okVTvwtxBEPO0iN { position:relative; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #T2yXNNvf29TFwATTVOcRI2VUS0e9lwoP { position:relative; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #NWaZhtnNzL6FUb9AZXsWFk88tkdc9ICm { position:relative;display:block;z-index:100000; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #t9WFylFrqNphQQCAPTWf1JOzT0KlUtPN { position:relative;display:block;z-index:100000; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #bMhJhMmh7iwMBR3fMyxG8IJi57B7GEyO { position:relative; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #ZD9eJIzxOGVVStat1AnR9JJ3zTA3r8no { position:relative;z-index:2; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #AinMTeB02ivEkOqpdiX8fJDhMNdip5PG { position:relative; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #ImOCX1TqqRlgSrMXpXtLG0MusNGwRZA2 { position:relative; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #SFkCM47T6hPdhR660IzXvVCqlxTdnD7d { position:relative;z-index:2; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #GT6oTlr6gqx53q3ga1CTTQk1aRbBBTQk { position:relative; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #ZKXkMCwbT9t7ov6oOld7tMxLXM4TkmZv { position:relative; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #oOSFF7mJcNUTunoL3TpNaCvUy48deFOS { position:relative;z-index:2; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #F8TNzEb3D2yAZvKztSFU84Gutkk29sKw { position:relative; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #EkJJ6pym5PZeSPzZQHrctDVWpzTnWJvt { position:relative; }
#rvm3FnHDgkEDkTFSac0xfK5AZ2GC0TWh #NuB0MB146XPNT4oU7t9G1R8xwdDvt2Cc { position:relative; }
#l36np3psFiRsAgBitWarJXEizTdA9QDP { color:#ffffff;display:block;width:453px;position:absolute;font-family:"open sans";font-size:29px;font-weight:normal;z-index:100059;line-height:1.3;letter-spacing:0;top:427.5px;left:18.5px;height:74px;text-align:center;text-align-last:center;display:block; }
#pUH4Ef1rmexr6fzvEXJJe0m1PsSCDRmF { position:absolute;display:block;z-index:100060;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52px;width:396px;top:334px;left:47px;overflow:hidden;display:block; }
#gtxqsKs0hlMSw77WxcATLWFsH1Zr3VJM { position:absolute;display:block;z-index:100061;border-top:0;border-left:0;border-right:0;border-bottom:0;height:103px;width:372px;top:51px;left:59px;overflow:hidden;display:block; }
#xPKz0gQJZtXq2PEuiRVvF0Sz2eW0GQ3D { color:#000000;display:block;width:465px;position:absolute;font-family:"open sans";font-size:30px;font-weight:400;z-index:100062;line-height:1.6;letter-spacing:0;top:11px;left:495px;height:144px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q9QUwkAUJsgvk1X7b0J1sqpZzG4lGI1I { position:absolute;display:block;z-index:100063;border-top:0;border-left:0;border-right:0;border-bottom:0;height:204px;width:204px;top:535px;left:143px;overflow:hidden;display:block; }
#iEaSHIqrJSaaGKaIGDUD3NdiDltxsHTf { color:rgba(254,254,254,0.7);display:block;width:454px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:812px;left:18px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MNokIKEwgMdDsp18mfvqvyQPXJDVOJVd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/9tWP1TbB/AdobeStock_228400956.jpg");background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#MNokIKEwgMdDsp18mfvqvyQPXJDVOJVd > .row .container { background-color: transparent; background-image: none; }#MNokIKEwgMdDsp18mfvqvyQPXJDVOJVd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.78); }#MNokIKEwgMdDsp18mfvqvyQPXJDVOJVd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MNokIKEwgMdDsp18mfvqvyQPXJDVOJVd > .row .container > .video-iframe-container { display: none; }#MNokIKEwgMdDsp18mfvqvyQPXJDVOJVd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.78); }#MNokIKEwgMdDsp18mfvqvyQPXJDVOJVd > .row > .video-iframe-container { display: none; }#MNokIKEwgMdDsp18mfvqvyQPXJDVOJVd > .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); }#MNokIKEwgMdDsp18mfvqvyQPXJDVOJVd > .row .container { border-width: 0; border-radius: 0; }#MNokIKEwgMdDsp18mfvqvyQPXJDVOJVd > .row .container { font-size:14px;font-family:arial;height:1228px;width:960px;position:relative;display:block; }#WxTwy4x1CtgCZBJOJEod8kRmuTRCx9AJ { color:#ff0000;display:block;width:569px;position:absolute;font-family:"open sans";font-size:36px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:31px;left:195.5px;height:46px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vr5xEFlLdJT8wQkIoNvTTTETiPRpJkk1 { color:rgba(16,12,12,0.8);display:block;width:877px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:129px;left:41.5px;height:128px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#zqyL2zyre1Oc4LzAcSlaXf60qnVHiVTs { position:absolute;display:block;z-index:100004;background-color:#055f8e;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18px;width:957px;top:1145px;left:0px;display:block; }
#nkzTUMHQcqDWfiJmztlhgT2PfrmhGfGl { color:rgba(16,12,12,0.8);display:block;width:877px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:100004;line-height:1.6;letter-spacing:0;top:300px;left:41.5px;height:96px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#tJOyPhDhcclT4EwGy2O1pVM27U58tyoo { color:rgba(16,12,12,0.8);display:block;width:877px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:100005;line-height:1.6;letter-spacing:0;top:449px;left:41.5px;height:608px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
