.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container { background-color: transparent; background-image: none; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container > .video-iframe-container { display: none; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row > .video-iframe-container { display: none; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .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); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container { border-width: 0; border-radius: 0; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;overflow:visible;position:relative;display:block; }#IDyLhqaahaX1MR6Jw5hFHTkfJg6WCiKa { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zqxoMi5rsR67fcaffALGrIAtM9l37oV7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#zqxoMi5rsR67fcaffALGrIAtM9l37oV7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#dNdmZIDHyFovGEhdLpFf44fMELi2d4lk { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rTRypNdRXZZ4VP0k7mTI7gIrMNbO3eOM { color:#272727;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.21875rem;left:60.78125rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#aab9UvSXdRNUuRGcTxrTqnmB3MHJa3Ci { box-sizing:content-box;height:4.125rem;width:8.75rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:2.0625rem;left:48.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0rem none #34a853;border-left:0.0625rem solid #34a853;border-right:0.0625rem solid #34a853;border-bottom:0.0625rem solid #34a853;display:block; }
#MvrbGEvvHu1kZeMCDdINnzWB6AWyRSdT { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:4.625rem;left:56.1875rem;height:0;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; }
#uFv13iRzPtA6PVWzu580cW4VqqTLX0aG { box-sizing:content-box;height:3.75rem;width:8.875rem;position:absolute;display:block;z-index:14998;background-color:#34a853;background-image:none;top:1.25rem;left:48.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NJSUNltPLk4HsfwTFf8GCJlf5hLUbeN7 { color:#000000;display:block;width:4.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:3.25rem;left:51.75rem;height:1.6494125rem;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; }
#xTzU6bTEFnlzsBgL8Jo7a0L7qAXWcrGT { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15071;background-color:rgba(255,255,255,0.5);background-image:none;top:1.25rem;left:58.6875rem;display:block; }
#EN8nx2k71SH1F4pL48hrGU56TPDwa7uR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.75rem;left:48.875rem;overflow:hidden;display:block; }
#xVfe7LNkPasEqsLQ2Fre5HEM2hzOHdQ7 { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:13.9375rem;top:1.03125rem;left:2.5rem;overflow:hidden;display:block; }
#AuqBTIXrqvhrXKDWrhyHg72ZEAdrLlyT { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15072;background-color:rgba(255,255,255,0.5);background-image:none;top:1.25rem;left:46.9375rem;display:block; }
#Xr8hba3PL6T3cfT830D7DMT28iqI9TKl { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:2.34375rem;left:57.9375rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ECppM0o4mVVB39sQrlB3Lrl6ItspWQWd { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:4rem;width:11.5rem;top:1.75rem;left:21rem;overflow:hidden;display:block; }
#kakkNduzZxJ7FdgsTuT63pm8WbxQTJTq { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:1.4375rem;top:2.0625rem;left:33.25rem;overflow:hidden;display:block; }
#kEdcK5a2KIDHnRwAGAdDw4cksxcmmKuH { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:4rem;width:9rem;top:1.75rem;left:35.5rem;overflow:hidden;display:block; }
#Ff537WB4udviXSNxPzLENuGVCla1BWMu { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:1.4375rem;top:2.0625rem;left:45.5625rem;overflow:hidden;display:block; }
#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2078d0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row .container { background-color: transparent; background-image: none; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row .container > .video-iframe-container { display: none; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row > .video-iframe-container { display: none; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .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); }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row .container { border-width: 0; border-radius: 0; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#qsx9vWWXRBoQ6LTqFgFlR56LMTmKK8M4 { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:0.681640625rem;left:3.96875rem;height:1.2246125rem;font-style:normal;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;display:block; }
#UeJGd4zwt3pST2KtKU7KwJyJkuHvyBqO { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:0.681640625rem;left:40.78125rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mn63ANrIz0J7MNwF0cezkMQUbvDn3m1o { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:0.63720703125rem;left:60.5rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BT8cf9EP31nBZGGiomhVW2Ln3oqvBKqn { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:0.681640625rem;left:23.34375rem;height:1.2246125rem;font-style:normal;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;display:block; }
#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d35a0700-84f2-4d7e-9f76-0b270c7f855f/images.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41.adaptive-delivery-prevent-bg, #IcZaCkM5wGvfmZqKoEldKroDaNWopT41.lazyload, #IcZaCkM5wGvfmZqKoEldKroDaNWopT41.lazyloading { background-image: none; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row .container { background-color: transparent; background-image: none; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.87); }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row .container > .video-iframe-container { display: none; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.87); }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row > .video-iframe-container { display: none; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .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); }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row .container { border-width: 0; border-radius: 0; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;overflow:visible;position:relative;display:block; }#RB1nqM99SeNQW2wIACMspdsKmGTosRBe { color:#ffffff;display:block;width:49.5rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:12.5rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DCUDvfRuXOigdwgQSqfVsfklCpGnyQqE { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);background-image:none;top:2.5rem;left:31.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#PpUZTr3x5emNJnxKTzGi3cUsnZdhK3Tq { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:3.1875rem;left:31.25rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vu8D06a2kwbTCxHhb2v1657yLIvwPwsb { color:#ffffff;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15rem;left:20rem;height:5.1181625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R8xAeoKefkJ2oNkITmTrn8TbkpTAVDLp { box-sizing:content-box;height:3.75rem;width:42.5rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(347deg, #000000, #2078d0);background-image: -moz-linear-gradient(347deg, #000000, #2078d0);background-image: -ms-linear-gradient(347deg, #000000, #2078d0);background-image: -o-linear-gradient(347deg, #000000, #2078d0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2078d0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2078d0' );";background-image: linear-gradient(347deg, #000000, #2078d0);background-size:auto !important;top:56.25rem;left:16.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#nadaBTFPvy6TweQu36nN1kXf75ooHo8a { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:57.75rem;left:31.25rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rWUBk9WuKEEa662idV6xwUXZMQVKTpNi { box-sizing:content-box;height:1.875rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.1);background-image:none;top:57.3125rem;left:31.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#G6WZbI3NgAoPkSBaq2qGI4JtkIrAKxMF { box-sizing:content-box;height:28.9375rem;width:42.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:27.28125rem;left:16.25rem;display:block; }
#zfxiDuLbxOiue84mCOBm9RIC8iXIZHKg { box-sizing:content-box;height:5rem;width:42.5rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(1deg, #2078d0, #000000);background-image: -moz-linear-gradient(1deg, #2078d0, #000000);background-image: -ms-linear-gradient(1deg, #2078d0, #000000);background-image: -o-linear-gradient(1deg, #2078d0, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2078d0', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2078d0', endColorstr='#000000' );";background-image: linear-gradient(1deg, #2078d0, #000000);background-size:auto !important;top:22.5625rem;left:16.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#sl1vXiVPfIEJQFliGPIJJlir5GeC7yUE { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:23.875rem;left:26.25rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qsKKUEOny9IUplizTCCmNskcfGIsKDSO { position:absolute;display:block;z-index:15138;height:21.875rem;width:39.375rem;top:29rem;left:17.8125rem;display:block; }
#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(30,29,29,0.03);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row .container { background-color: transparent; background-image: none; }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row .container > .video-iframe-container { display: none; }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row > .video-iframe-container { display: none; }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .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); }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row .container { border-width: 0; border-radius: 0; }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#TsdrvM9qioyT0gHUHOtpRff7bb8EXNeg { box-sizing:content-box;height:22.5rem;width:20rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:12.5rem;left:3.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.0625rem rgba(0,0,0,0.15) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bRvupQ52poeJgvC0lxmrrvQTwLtiRrkr { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:12.5rem;left:3.75rem;overflow:hidden;display:block; }
#scXTF1rmngrcJSdcnDhTyucUrRZnaXMa { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:32.5rem;left:5rem;overflow:hidden;display:block; }
#hX71NvicO4l3U4DILSMS2dfHT7D7aBNG { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:26.25rem;left:5rem;height:1.23730625rem;font-style:normal;display:block; }
#TebwSq99f5nfhvE72JT9mAyv7xkaaCgf { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:32.4755859375rem;left:6.875rem;height:1.2749rem;font-style:normal;display:block; }
#fD0cKBRiMSQyyKh9XIFboamdbL2dsGeL { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:12.5rem;left:27.5rem;overflow:hidden;display:block; }
#KTwwR2IOaO6lyD9KWr5RCdT0lswvq85D { box-sizing:content-box;height:22.5rem;width:20rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:12.5rem;left:27.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.0625rem rgba(0,0,0,0.15) ;display:block; }
#PfS02o72cbO195MkU4wXoFfIfCmyde3Q { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:26.25rem;left:28.75rem;height:1.23730625rem;font-style:normal;display:block; }
#T2gatfFTclGQcC9FsRs2AF36CVlat0NO { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:28.125rem;left:28.75rem;height:2.5996125rem;font-style:normal;display:block; }
#mLxvJKOgDuJqEcDHAxT7Dev9xyT0LxQc { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:32.4375rem;left:28.75rem;overflow:hidden;display:block; }
#hlDtm0UzJO8JXmcaxONuh0u0NE68ZfKU { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:32.5rem;left:30.625rem;height:1.2749rem;font-style:normal;display:block; }
#rAkomBcQeF8kPpST7E3Ug8EUySznTtsN { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:12.5rem;left:51.25rem;overflow:hidden;display:block; }
#CLSBNv61fzETb1CrdenwNlPQsTbqitpS { box-sizing:content-box;height:22.5rem;width:20rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:12.5rem;left:51.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.0625rem rgba(0,0,0,0.15) ;display:block; }
#QOvWMvKCkTd0QC9yXn6yv5tpL9kz5Eez { color:#000000;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:26.25rem;left:52.5rem;height:1.23730625rem;font-style:normal;display:block; }
#QvdTXOu0l3i6yWFrqwCue8qTOPmesQhR { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:32.5rem;left:52.5rem;overflow:hidden;display:block; }
#B6tgKyOEXJyholtDFGQ86G3EbfP4BDsK { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:32.5rem;left:54.375rem;height:1.2749rem;font-style:normal;display:block; }
#vpHABAv25AbKSvSbHxEHv40r3p4ldM5i { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:28.125rem;left:52.5rem;height:2.5996125rem;font-style:normal;display:block; }
#O4nSEgns6d9COsehMODbD9RyszUpu74M { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:28.125rem;left:5rem;height:2.5996125rem;font-style:normal;display:block; }
#V4d1yql8Rp7zz0gRDf4lgx4cH81RRI8l { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:32.5rem;left:21.25rem;overflow:hidden;display:block; }
#TubCFGH0pUDsDJprdQM6SweNV6rGBsTz { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:32.5rem;left:45rem;overflow:hidden;display:block; }
#eLfUsybeIJa091IzxsfM3srcuuznoAGW { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:32.5rem;left:68.75rem;overflow:hidden;display:block; }
#tN1k36INwmApTH97O87IrXvfDyBBO4Eh { color:#1e1d1d;display:block;width:51.4375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:2rem;left:11.78125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NrPwM2mplv5BBVA5gcTEOcNSF8rUZr64 { color:#1e1d1d;display:block;width:40.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:5.6875rem;left:17.46875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FlXTW4G51oOU2PzpawP2GsTtMkpGfN6H { background-color:#064672;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:34.3125rem;left:30.0625rem;display:none; }
#sHdhJERTFstz5UDzOhP5mSKDkqITIOQg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b6e957c5-3190-41fa-bdf7-083ef951843d/haulage.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK.adaptive-delivery-prevent-bg, #EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK.lazyload, #EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK.lazyloading { background-image: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container { background-color: transparent; background-image: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.87); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container > .video-iframe-container { display: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.87); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row > .video-iframe-container { display: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .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); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container { border-width: 0; border-radius: 0; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#TPXX6yHJv7CLd8zwsLM5NogwrP91ItFZ { color:#ffffff;display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5rem;left:3.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RRBFxD0Fd8XJTAa5y8tGAqB1XbxBcVAm { color:#ffffff;display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.125rem;left:3.75rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PBKdEcDkMl7d71fXp6eZ4hp6EEZTbwod { background-color:#2078d0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.5rem;left:30rem;display:block; }
#tRzElwklDeGuVcUzcp06ebOEmMMmCtJK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e0cVPdoCKzMStWVp4gKMA5rop5c8M9LU { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:17.0625rem;left:29.9375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WrRUVLsyPv8g7RxE6y7TdStthc3hW8HZ { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:15.8125rem;left:29.9375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d0kpBVezN5JqTGIB8pTC46cphgIqk0fo { box-sizing:content-box;height:2.5rem;width:17.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.1);background-image:none;top:1.25rem;left:28.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ZlZZyJDxHeyc6Vqia8hKmunFSQ8k8f0r { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:1.9375rem;left:30.375rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8 { position:relative;display:block; }#G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8 { background-color: transparent; background-image: none; }#G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8 > .row .container > .video-iframe-container { display: none; }#G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8 > .row > .video-iframe-container { display: none; }#G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8 > .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); }#G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8 { border-width: 0; border-radius: 0; }#G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p0anLkAmdyNXE9lTIP2kiwn1D0Ap8mel { box-sizing:content-box;height:11.25rem;width:20rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:20rem;left:3.75rem;box-shadow: 0rem 0.0625rem 0.0625rem rgba(0,0,0,0.15) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#BV6i1RAOrMwwzgqbdqiNyxpPHxPobvEH { color:#252722;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.1;letter-spacing:0;top:22.5625rem;left:5rem;height:1.23730625rem;font-style:normal;display:block; }
#ITSRTUqfav3PlaTMXZtNyVtukc3CbDrS { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:25rem;left:5.0625rem;height:3.8994125rem;font-style:normal;display:block; }
#DuTC2fimgT3QhtuTqSJBtIdlWdfIbfJT { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:8.75rem;left:3.8125rem;overflow:hidden;display:block; }
#CFNkGDDNcDkR8BVkMNJfIX0RnrX6hBhI { box-sizing:content-box;height:11.25rem;width:20rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:20rem;left:27.5rem;box-shadow: 0rem 0.0625rem 0.0625rem rgba(0,0,0,0.15) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#vA5b4cE3rNM0D9noVAQL616cRlxxUtWK { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:25rem;left:28.8125rem;height:3.8994125rem;font-style:normal;display:block; }
#Uah04AX4NFe8NDDJHaT5DpneUrHw7wUR { color:#252722;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15089;line-height:1.1;letter-spacing:0;top:22.5625rem;left:28.75rem;height:1.23730625rem;font-style:normal;display:block; }
#SbGgntD2PkxcVGoWWdWuoMqXRXMN7fS0 { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:8.75rem;left:27.5625rem;overflow:hidden;display:block; }
#HHq2QRw4M02RAxOWGkCoRnGZcV0Kr1uM { box-sizing:content-box;height:11.25rem;width:20rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:20rem;left:51.25rem;box-shadow: 0rem 0.0625rem 0.0625rem rgba(0,0,0,0.15) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#gV3sKHcSWguRIXGySLzrhF7cHmbNR9Jf { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15094;line-height:1.3;letter-spacing:0;top:25rem;left:52.5625rem;height:3.8994125rem;font-style:normal;display:block; }
#Winzdr0KTFWMtSrm4wT6VdNcKtK1apFk { color:#252722;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15093;line-height:1.1;letter-spacing:0;top:22.5625rem;left:52.5rem;height:1.23730625rem;font-style:normal;display:block; }
#Bv4Gfyc9yIAUyDGu2SGzomomud3G7B1g { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:8.75rem;left:51.3125rem;overflow:hidden;display:block; }
#mauMFxkDXv10CrsVV7bfThi0CQ2dmKod { color:#252722;display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:4.375rem;left:3.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CLPwayqlDJeyZlhFaTlUybKURZu0IHSn { color:rgba(47,53,60,0.8);display:block;width:25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15087;line-height:1.4;letter-spacing:0;top:2.52490234375rem;left:25rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lm5HNp5m96ST2DVtUsMwf2h5gXKJ1SgC { background-color:#2078d0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.5rem;left:30rem;display:block; }
#oEdmtxFiAW21LTVBlMTc7fiDrnh7amyz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LVqfyhnEP2a13AAIbhXfbHPmsKmzhAxp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1d1d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVqfyhnEP2a13AAIbhXfbHPmsKmzhAxp > .row .container { background-color: transparent; background-image: none; }#LVqfyhnEP2a13AAIbhXfbHPmsKmzhAxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVqfyhnEP2a13AAIbhXfbHPmsKmzhAxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVqfyhnEP2a13AAIbhXfbHPmsKmzhAxp > .row .container > .video-iframe-container { display: none; }#LVqfyhnEP2a13AAIbhXfbHPmsKmzhAxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVqfyhnEP2a13AAIbhXfbHPmsKmzhAxp > .row > .video-iframe-container { display: none; }#LVqfyhnEP2a13AAIbhXfbHPmsKmzhAxp > .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); }#LVqfyhnEP2a13AAIbhXfbHPmsKmzhAxp > .row .container { border-width: 0; border-radius: 0; }#LVqfyhnEP2a13AAIbhXfbHPmsKmzhAxp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVqfyhnEP2a13AAIbhXfbHPmsKmzhAxp > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#c3i3lnaWLMfoiCrlZFQFrP43iTcdNtga { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:31.1875rem;width:32.5rem;top:2.5rem;left:2.5rem;overflow:hidden;display:block; }
#JktHcyqTGZEMH6FDFvRpCEernsI5NaKI { color:#2078d0;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:4.9375rem;left:38.75rem;height:1.23730625rem;font-style:normal;display:block; }
#MX2nO64rwlagwTy4MqhhQwr4W4vOQN0z { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8125rem;left:38.75rem;height:2.5996125rem;font-style:normal;display:block; }
#MAdDaylZ7kD5qzDWSqgNu1Ilm6w0s6rn { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:5rem;left:36.875rem; }
#dIzXvrW2ZwZyPFVG3aEf4iiNCG8HdT8N { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.25rem;left:38.75rem;height:2.5996125rem;font-style:normal;display:block; }
#X1sS98OpEHnoUX6klD5F9Ow1yR84PDi4 { color:#2078d0;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:12.4375rem;left:38.75rem;height:1.23730625rem;font-style:normal;display:block; }
#JGWK3e4uRNhJ9A5BTgwwqUZcWDzG9tlA { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:12.5rem;left:36.875rem; }
#MuZHqMln6FUQxfb51z5QyTo1P3U6SV1l { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:21.875rem;left:38.75rem;height:2.5996125rem;font-style:normal;display:block; }
#wI07EVnaMh895e0o95JHktMArwPFvvdE { color:#2078d0;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:20rem;left:38.75rem;height:1.23730625rem;font-style:normal;display:block; }
#SOt9GX4RK76VyD3Elot9TUnGT7PhLcMy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:20.0625rem;left:36.875rem; }
#IMVtFw6BzTp5L7TnEvQ3qJzx8nEf3ZnU { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:29.3125rem;left:38.75rem;height:2.5996125rem;font-style:normal;display:block; }
#mvT20hE3EizRMwhyL60rSPa3KorJy2ah { color:#2078d0;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:27.5rem;left:38.75rem;height:1.23730625rem;font-style:normal;display:block; }
#oDFLMlERLvML3TTylOlg9IO3J0TxWh8k { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:27.5625rem;left:36.875rem; }
#C7ogP6HQcp1cTgFTv3UPDx5SR75aR19e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,249,246,0.91);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C7ogP6HQcp1cTgFTv3UPDx5SR75aR19e > .row .container { background-color: transparent; background-image: none; }#C7ogP6HQcp1cTgFTv3UPDx5SR75aR19e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7ogP6HQcp1cTgFTv3UPDx5SR75aR19e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7ogP6HQcp1cTgFTv3UPDx5SR75aR19e > .row .container > .video-iframe-container { display: none; }#C7ogP6HQcp1cTgFTv3UPDx5SR75aR19e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7ogP6HQcp1cTgFTv3UPDx5SR75aR19e > .row > .video-iframe-container { display: none; }#C7ogP6HQcp1cTgFTv3UPDx5SR75aR19e > .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); }#C7ogP6HQcp1cTgFTv3UPDx5SR75aR19e > .row .container { border-width: 0; border-radius: 0; }#C7ogP6HQcp1cTgFTv3UPDx5SR75aR19e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C7ogP6HQcp1cTgFTv3UPDx5SR75aR19e > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#ebQf27aLugk0nQT5fCGTiWrnz3MHFuSa { box-sizing:content-box;height:3.75rem;width:42.5rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(347deg, #000000, #2078d0);background-image: -moz-linear-gradient(347deg, #000000, #2078d0);background-image: -ms-linear-gradient(347deg, #000000, #2078d0);background-image: -o-linear-gradient(347deg, #000000, #2078d0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2078d0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2078d0' );";background-image: linear-gradient(347deg, #000000, #2078d0);background-size:auto !important;top:34.9375rem;left:16.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#W7iEKzqEmgmrs6253vtnZhffhiDf8qUX { box-sizing:content-box;height:28.9375rem;width:42.5rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:6rem;left:16.25rem;display:block; }
#va7KWy5AvSS03rHWo123R0TWSAoTveZW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:36.4375rem;left:31.25rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V6Bdg8S17io0LvvoMDVuyO0Ik4V05RMw { box-sizing:content-box;height:1.875rem;width:12.5rem;position:absolute;display:block;z-index:15016;background-color:rgba(255,255,255,0.1);background-image:none;top:36rem;left:31.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#p0eqvaS6csg1aJxAD1vERixDuWPxtadA { position:absolute;display:block;z-index:15145;height:21.875rem;width:39.375rem;top:7.6875rem;left:17.8125rem;display:block; }
#as8EZs8tJVg9lgLZKgAtV0bXE6QlIkGL { box-sizing:content-box;height:5rem;width:42.5rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(1deg, #2078d0, #000000);background-image: -moz-linear-gradient(1deg, #2078d0, #000000);background-image: -ms-linear-gradient(1deg, #2078d0, #000000);background-image: -o-linear-gradient(1deg, #2078d0, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2078d0', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2078d0', endColorstr='#000000' );";background-image: linear-gradient(1deg, #2078d0, #000000);background-size:auto !important;top:1.25rem;left:16.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#S8EIZ29h52sTTTf86DeZMI5a6eOt3kCS { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:2.5625rem;left:26.25rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container { background-color: transparent; background-image: none; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container > .video-iframe-container { display: none; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row > .video-iframe-container { display: none; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .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); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container { border-width: 0; border-radius: 0; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#QsSI9s1ilkHCazwvq5MfApzJECXQOs66 { color:#2f353c;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:5rem;left:51.9375rem;height:8.9238375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#t2VTKzXg8Nn7u3wamnk2Sm6ryWx5rscT { color:#2f353c;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:6.1875rem;left:2.625rem;height:8.9238125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HxAy9ZDslXk2o4MJ6wrw0fJaC1va8Os7 { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:9.1875rem;top:2.4375rem;left:2.625rem;overflow:hidden;display:block; }
#RSTU77xf47m74kUMlrN3zohqiKGSZomu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container { background-color: transparent; background-image: none; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container > .video-iframe-container { display: none; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row > .video-iframe-container { display: none; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .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); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container { border-width: 0; border-radius: 0; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#M5RlafQZoHGd96dfoMHRSBFSNzAZwTOn { color:#000000;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:0.5625rem;left:2.5rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AglgPCbViCnVZkmPtqMwTLF580LE4e2M { color:#000000;display:block;width:5.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:0.625rem;left:50.5625rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XyF6vwJ6ZaI0LXuaITqZKbtKQ3GIGNJ3 { color:#000000;display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:0.625rem;left:57.375rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Taolm6Nu0Tb6zKDKWfXSk9m4Lmqw2iF1 { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:0.625rem;left:66.4375rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ek91PkDubGncnTSeLAxDey9gSuwkCdzn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ek91PkDubGncnTSeLAxDey9gSuwkCdzn > .row .container { background-color: transparent; background-image: none; }#Ek91PkDubGncnTSeLAxDey9gSuwkCdzn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ek91PkDubGncnTSeLAxDey9gSuwkCdzn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ek91PkDubGncnTSeLAxDey9gSuwkCdzn > .row .container > .video-iframe-container { display: none; }#Ek91PkDubGncnTSeLAxDey9gSuwkCdzn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ek91PkDubGncnTSeLAxDey9gSuwkCdzn > .row > .video-iframe-container { display: none; }#Ek91PkDubGncnTSeLAxDey9gSuwkCdzn > .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); }#Ek91PkDubGncnTSeLAxDey9gSuwkCdzn > .row .container { border-width: 0; border-radius: 0; }#Ek91PkDubGncnTSeLAxDey9gSuwkCdzn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ek91PkDubGncnTSeLAxDey9gSuwkCdzn > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#wfzz8T07gJ9NXPElKZbW0WNx1cAUkghm { color:#000000;display:block;width:40.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15076;line-height:1.7;letter-spacing:0;top:0.6123046875rem;left:2.4375rem;height:1.2749rem;display:block; }
#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#28a745;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row .container { border-width: 0; border-radius: 0; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:none; }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 { position:relative;display:none; }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 { border-width: 0; border-radius: 0; }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#x4rGtPeCmpVpapuasuwqN2KBHiM5ITQF { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:1.0625rem;left:1.25rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kywpRPdxrv9AFoZFeguPgmm22ga1xVPI { display:block; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDyLhqaahaX1MR6Jw5hFHTkfJg6WCiKa { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqxoMi5rsR67fcaffALGrIAtM9l37oV7 { width:3.125rem;height:3.125rem;display:none; }
#zqxoMi5rsR67fcaffALGrIAtM9l37oV7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #dNdmZIDHyFovGEhdLpFf44fMELi2d4lk { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTRypNdRXZZ4VP0k7mTI7gIrMNbO3eOM { width:12.5rem;height:1.25rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aab9UvSXdRNUuRGcTxrTqnmB3MHJa3Ci { top:2.0625rem;left:34.6875rem;width:8.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvrbGEvvHu1kZeMCDdINnzWB6AWyRSdT { width:1.5625rem;height:0;top:4.625rem;left:42.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFv13iRzPtA6PVWzu580cW4VqqTLX0aG { top:1.25rem;left:34.6875rem;width:8.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJSUNltPLk4HsfwTFf8GCJlf5hLUbeN7 { width:4.8125rem;height:;top:3.25rem;left:38.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTzU6bTEFnlzsBgL8Jo7a0L7qAXWcrGT { top:1.25rem;left:45.0625rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN8nx2k71SH1F4pL48hrGU56TPDwa7uR { top:2.75rem;left:35.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVfe7LNkPasEqsLQ2Fre5HEM2hzOHdQ7 { top:1rem;left:0rem;width:13.9375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuqBTIXrqvhrXKDWrhyHg72ZEAdrLlyT { top:1.25rem;left:33.3125rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr8hba3PL6T3cfT830D7DMT28iqI9TKl { top:2.3125rem;left:33.375rem;width:14.375rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECppM0o4mVVB39sQrlB3Lrl6ItspWQWd { width:11.5rem;height:4rem;top:1.75rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kakkNduzZxJ7FdgsTuT63pm8WbxQTJTq { top:2.0625rem;left:19.625rem;width:1.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEdcK5a2KIDHnRwAGAdDw4cksxcmmKuH { width:9rem;height:4rem;top:1.75rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff537WB4udviXSNxPzLENuGVCla1BWMu { top:2.0625rem;left:31.9375rem;width:1.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h { display:block; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsx9vWWXRBoQ6LTqFgFlR56LMTmKK8M4 { top:0.625rem;left:0.5625rem;width:10.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeJGd4zwt3pST2KtKU7KwJyJkuHvyBqO { top:0.625rem;left:23.625rem;width:12.1875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn63ANrIz0J7MNwF0cezkMQUbvDn3m1o { top:0.625rem;left:36.65625rem;width:10.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT8cf9EP31nBZGGiomhVW2Ln3oqvBKqn { top:0.625rem;left:13.125rem;width:9.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcZaCkM5wGvfmZqKoEldKroDaNWopT41 { display:block; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RB1nqM99SeNQW2wIACMspdsKmGTosRBe { top:6.25rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCUDvfRuXOigdwgQSqfVsfklCpGnyQqE { top:2.5rem;left:17.625rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpUZTr3x5emNJnxKTzGi3cUsnZdhK3Tq { top:3.1875rem;left:17.625rem;width:12.5rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu8D06a2kwbTCxHhb2v1657yLIvwPwsb { top:15rem;left:6.375rem;width:34.625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8xAeoKefkJ2oNkITmTrn8TbkpTAVDLp { top:56.25rem;left:2.625rem;width:42.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nadaBTFPvy6TweQu36nN1kXf75ooHo8a { top:57.75rem;left:17.625rem;width:12.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWUBk9WuKEEa662idV6xwUXZMQVKTpNi { top:57.3125rem;left:17.625rem;width:12.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6WZbI3NgAoPkSBaq2qGI4JtkIrAKxMF { top:27.25rem;left:2.625rem;width:42.5rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfxiDuLbxOiue84mCOBm9RIC8iXIZHKg { top:22.5625rem;left:2.625rem;width:42.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl1vXiVPfIEJQFliGPIJJlir5GeC7yUE { top:23.875rem;left:12.625rem;width:22.5625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsKKUEOny9IUplizTCCmNskcfGIsKDSO { top:29rem;left:4.1875rem;width:39.375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL { display:block; }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsdrvM9qioyT0gHUHOtpRff7bb8EXNeg { top:12.5rem;left:0rem;width:20rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRvupQ52poeJgvC0lxmrrvQTwLtiRrkr { top:12.5rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #scXTF1rmngrcJSdcnDhTyucUrRZnaXMa { top:32.5rem;left:0.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX71NvicO4l3U4DILSMS2dfHT7D7aBNG { top:26.25rem;left:0.4375rem;width:14.6875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TebwSq99f5nfhvE72JT9mAyv7xkaaCgf { top:32.4375rem;left:1.375rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD0cKBRiMSQyyKh9XIFboamdbL2dsGeL { top:12.5rem;left:11.75rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTwwR2IOaO6lyD9KWr5RCdT0lswvq85D { top:12.5rem;left:11.75rem;width:20rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfS02o72cbO195MkU4wXoFfIfCmyde3Q { top:26.25rem;left:14.3125rem;width:17.4375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2gatfFTclGQcC9FsRs2AF36CVlat0NO { top:28.125rem;left:14.25rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLxvJKOgDuJqEcDHAxT7Dev9xyT0LxQc { top:32.4375rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlDtm0UzJO8JXmcaxONuh0u0NE68ZfKU { top:32.5rem;left:16.9375rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAkomBcQeF8kPpST7E3Ug8EUySznTtsN { top:12.5rem;left:27.625rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLSBNv61fzETb1CrdenwNlPQsTbqitpS { top:12.5rem;left:27.625rem;width:20rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOvWMvKCkTd0QC9yXn6yv5tpL9kz5Eez { top:26.25rem;left:31.125rem;width:16.5rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvdTXOu0l3i6yWFrqwCue8qTOPmesQhR { top:32.5rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6tgKyOEXJyholtDFGQ86G3EbfP4BDsK { top:32.5rem;left:31.75rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpHABAv25AbKSvSbHxEHv40r3p4ldM5i { top:28.125rem;left:30.125rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4nSEgns6d9COsehMODbD9RyszUpu74M { top:28.125rem;left:0rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4d1yql8Rp7zz0gRDf4lgx4cH81RRI8l { top:32.5rem;left:14.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TubCFGH0pUDsDJprdQM6SweNV6rGBsTz { top:32.5rem;left:30.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLfUsybeIJa091IzxsfM3srcuuznoAGW { top:32.5rem;left:45.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN1k36INwmApTH97O87IrXvfDyBBO4Eh { top:2rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrPwM2mplv5BBVA5gcTEOcNSF8rUZr64 { top:5.6875rem;left:0rem;width:40.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlXTW4G51oOU2PzpawP2GsTtMkpGfN6H { width:14.875rem;height:2.625rem;top:34.3125rem;left:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHdhJERTFstz5UDzOhP5mSKDkqITIOQg { display:block; }
 }@media only screen and (max-width: 763px) { #EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK { display:block; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPXX6yHJv7CLd8zwsLM5NogwrP91ItFZ { top:5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRBFxD0Fd8XJTAa5y8tGAqB1XbxBcVAm { top:8.125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBKdEcDkMl7d71fXp6eZ4hp6EEZTbwod { width:15rem;height:2.5rem;top:12.5rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRzElwklDeGuVcUzcp06ebOEmMMmCtJK { display:block; }
 }@media only screen and (max-width: 763px) { #e0cVPdoCKzMStWVp4gKMA5rop5c8M9LU { top:17.0625rem;left:16.3125rem;width:15rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrRUVLsyPv8g7RxE6y7TdStthc3hW8HZ { top:15.8125rem;left:16.3125rem;width:15rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0kpBVezN5JqTGIB8pTC46cphgIqk0fo { top:1.25rem;left:15.125rem;width:17.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlZZyJDxHeyc6Vqia8hKmunFSQ8k8f0r { top:1.9375rem;left:16.75rem;width:14.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8 { display:block; }#G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0anLkAmdyNXE9lTIP2kiwn1D0Ap8mel { top:20rem;left:0rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV6i1RAOrMwwzgqbdqiNyxpPHxPobvEH { top:22.5625rem;left:0.4375rem;width:14.3125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITSRTUqfav3PlaTMXZtNyVtukc3CbDrS { top:25rem;left:0rem;width:17.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuTC2fimgT3QhtuTqSJBtIdlWdfIbfJT { top:8.75rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFNkGDDNcDkR8BVkMNJfIX0RnrX6hBhI { top:20rem;left:11.75rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA5b4cE3rNM0D9noVAQL616cRlxxUtWK { top:25rem;left:14.3125rem;width:17.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uah04AX4NFe8NDDJHaT5DpneUrHw7wUR { top:22.5625rem;left:15.875rem;width:14.3125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbGgntD2PkxcVGoWWdWuoMqXRXMN7fS0 { top:8.75rem;left:11.75rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHq2QRw4M02RAxOWGkCoRnGZcV0Kr1uM { top:20rem;left:27.625rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV3sKHcSWguRIXGySLzrhF7cHmbNR9Jf { top:25rem;left:30.1875rem;width:17.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Winzdr0KTFWMtSrm4wT6VdNcKtK1apFk { top:22.5625rem;left:30.375rem;width:17.25rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv4Gfyc9yIAUyDGu2SGzomomud3G7B1g { top:8.75rem;left:27.625rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mauMFxkDXv10CrsVV7bfThi0CQ2dmKod { top:4.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLPwayqlDJeyZlhFaTlUybKURZu0IHSn { top:2.5rem;left:4.125rem;width:25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm5HNp5m96ST2DVtUsMwf2h5gXKJ1SgC { width:15rem;height:2.5rem;top:32.5rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEdmtxFiAW21LTVBlMTc7fiDrnh7amyz { display:block; }
 }@media only screen and (max-width: 763px) { #LVqfyhnEP2a13AAIbhXfbHPmsKmzhAxp { display:block; }#LVqfyhnEP2a13AAIbhXfbHPmsKmzhAxp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3i3lnaWLMfoiCrlZFQFrP43iTcdNtga { top:2.5rem;left:0rem;width:32.5rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JktHcyqTGZEMH6FDFvRpCEernsI5NaKI { top:4.9375rem;left:14rem;width:33.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX2nO64rwlagwTy4MqhhQwr4W4vOQN0z { top:6.8125rem;left:16.5rem;width:31.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAdDaylZ7kD5qzDWSqgNu1Ilm6w0s6rn { top:5rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIzXvrW2ZwZyPFVG3aEf4iiNCG8HdT8N { top:14.25rem;left:16.5rem;width:31.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1sS98OpEHnoUX6klD5F9Ow1yR84PDi4 { top:12.4375rem;left:14rem;width:33.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGWK3e4uRNhJ9A5BTgwwqUZcWDzG9tlA { top:12.5rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuZHqMln6FUQxfb51z5QyTo1P3U6SV1l { top:21.875rem;left:16.5625rem;width:31.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI07EVnaMh895e0o95JHktMArwPFvvdE { top:20rem;left:14rem;width:33.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOt9GX4RK76VyD3Elot9TUnGT7PhLcMy { top:20.0625rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMVtFw6BzTp5L7TnEvQ3qJzx8nEf3ZnU { top:29.3125rem;left:16.5rem;width:31.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvT20hE3EizRMwhyL60rSPa3KorJy2ah { top:27.5rem;left:14rem;width:33.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDFLMlERLvML3TTylOlg9IO3J0TxWh8k { top:27.5625rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7ogP6HQcp1cTgFTv3UPDx5SR75aR19e { display:block; }#C7ogP6HQcp1cTgFTv3UPDx5SR75aR19e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebQf27aLugk0nQT5fCGTiWrnz3MHFuSa { top:34.9375rem;left:0rem;width:42.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7iEKzqEmgmrs6253vtnZhffhiDf8qUX { top:6rem;left:0rem;width:42.5rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #va7KWy5AvSS03rHWo123R0TWSAoTveZW { top:36.4375rem;left:11.375rem;width:12.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6Bdg8S17io0LvvoMDVuyO0Ik4V05RMw { top:36rem;left:11.375rem;width:12.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0eqvaS6csg1aJxAD1vERixDuWPxtadA { top:7.6875rem;left:0rem;width:39.375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #as8EZs8tJVg9lgLZKgAtV0bXE6QlIkGL { top:1.25rem;left:0rem;width:42.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8EIZ29h52sTTTf86DeZMI5a6eOt3kCS { top:2.5625rem;left:1.3125rem;width:22.5625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 { display:block; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsSI9s1ilkHCazwvq5MfApzJECXQOs66 { top:5rem;left:27.1875rem;width:20.5625rem;height:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2VTKzXg8Nn7u3wamnk2Sm6ryWx5rscT { top:6.1875rem;left:0rem;width:20rem;height:7.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxAy9ZDslXk2o4MJ6wrw0fJaC1va8Os7 { top:2.4375rem;left:0rem;width:9.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSTU77xf47m74kUMlrN3zohqiKGSZomu { display:block; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5RlafQZoHGd96dfoMHRSBFSNzAZwTOn { top:0.5625rem;left:0rem;width:22.5rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AglgPCbViCnVZkmPtqMwTLF580LE4e2M { top:0.625rem;left:36.9375rem;width:5.6875rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyF6vwJ6ZaI0LXuaITqZKbtKQ3GIGNJ3 { top:0.625rem;left:39.625rem;width:8.125rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Taolm6Nu0Tb6zKDKWfXSk9m4Lmqw2iF1 { top:0.625rem;left:39.1875rem;width:6.1875rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek91PkDubGncnTSeLAxDey9gSuwkCdzn { display:none; }#Ek91PkDubGncnTSeLAxDey9gSuwkCdzn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wfzz8T07gJ9NXPElKZbW0WNx1cAUkghm { top:0.5625rem;left:0rem;width:40.375rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA { display:block; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 { display:none; }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x4rGtPeCmpVpapuasuwqN2KBHiM5ITQF { top:1.0625rem;left:0rem;width:17.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kywpRPdxrv9AFoZFeguPgmm22ga1xVPI { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container { background-color: transparent; background-image: none; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container > .video-iframe-container { display: none; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row > .video-iframe-container { display: none; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .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); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container { border-width: 0; border-radius: 0; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDyLhqaahaX1MR6Jw5hFHTkfJg6WCiKa { width:10.3125rem;height:0;top:9.13671875rem;left:4.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zqxoMi5rsR67fcaffALGrIAtM9l37oV7 { display:flex;top:0.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15003;display:none; }
#zqxoMi5rsR67fcaffALGrIAtM9l37oV7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #dNdmZIDHyFovGEhdLpFf44fMELi2d4lk { width:10.3125rem;height:0;top:13.375rem;left:4.875rem;font-size:1.375rem;z-index:15001;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rTRypNdRXZZ4VP0k7mTI7gIrMNbO3eOM { width:12.5rem;height:0;top:14.0625rem;left:3.75rem;font-size:1rem;z-index:15002;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aab9UvSXdRNUuRGcTxrTqnmB3MHJa3Ci { width:7.5rem;height:3.75rem;top:1.5625rem;left:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MvrbGEvvHu1kZeMCDdINnzWB6AWyRSdT { width:1.5625rem;height:0;top:15.88671875rem;left:9.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #uFv13iRzPtA6PVWzu580cW4VqqTLX0aG { width:7.625rem;height:1.25rem;top:1.0625rem;left:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJSUNltPLk4HsfwTFf8GCJlf5hLUbeN7 { width:5rem;height:0;top:2.25rem;left:12.75rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #xTzU6bTEFnlzsBgL8Jo7a0L7qAXWcrGT { width:0.0625rem;height:5rem;top:6.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EN8nx2k71SH1F4pL48hrGU56TPDwa7uR { width:1.875rem;height:1.875rem;top:2.5625rem;left:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVfe7LNkPasEqsLQ2Fre5HEM2hzOHdQ7 { width:7.5rem;height:2.8125rem;top:0.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuqBTIXrqvhrXKDWrhyHg72ZEAdrLlyT { width:0.0625rem;height:5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xr8hba3PL6T3cfT830D7DMT28iqI9TKl { width:13.625rem;height:0;top:10.625rem;left:3.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #ECppM0o4mVVB39sQrlB3Lrl6ItspWQWd { width:6.9375rem;height:2.4375rem;top:1.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kakkNduzZxJ7FdgsTuT63pm8WbxQTJTq { width:1.4375rem;height:3.375rem;top:0.375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEdcK5a2KIDHnRwAGAdDw4cksxcmmKuH { width:9rem;height:4rem;top:1.75rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ff537WB4udviXSNxPzLENuGVCla1BWMu { width:1.4375rem;height:3.375rem;top:2.0625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h { display:block; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsx9vWWXRBoQ6LTqFgFlR56LMTmKK8M4 { width:6.9375rem;height:0;top:12.3505859375rem;left:7.5rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #UeJGd4zwt3pST2KtKU7KwJyJkuHvyBqO { width:11.9375rem;height:0;top:13.8496125rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Mn63ANrIz0J7MNwF0cezkMQUbvDn3m1o { width:6.25rem;height:1.2246125rem;top:0.625rem;left:12.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BT8cf9EP31nBZGGiomhVW2Ln3oqvBKqn { width:9.5625rem;height:1.2246125rem;top:0.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IcZaCkM5wGvfmZqKoEldKroDaNWopT41 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b6e957c5-3190-41fa-bdf7-083ef951843d/haulage.jpeg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41.adaptive-delivery-prevent-bg, #IcZaCkM5wGvfmZqKoEldKroDaNWopT41.lazyload, #IcZaCkM5wGvfmZqKoEldKroDaNWopT41.lazyloading { background-image: none; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row .container { background-color: transparent; background-image: none; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.83); }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row .container > .video-iframe-container { display: none; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.83); }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row > .video-iframe-container { display: none; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .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); }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RB1nqM99SeNQW2wIACMspdsKmGTosRBe { width:17.5rem;height:9.75rem;top:3.125rem;left:1.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCUDvfRuXOigdwgQSqfVsfklCpGnyQqE { width:12.5rem;height:1.25rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpUZTr3x5emNJnxKTzGi3cUsnZdhK3Tq { width:12.5rem;height:1.2749rem;top:1.2255859375rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Vu8D06a2kwbTCxHhb2v1657yLIvwPwsb { width:17.5rem;height:6.499rem;top:13.75rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R8xAeoKefkJ2oNkITmTrn8TbkpTAVDLp { width:20rem;height:3.75rem;top:53.75rem;left:0rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #nadaBTFPvy6TweQu36nN1kXf75ooHo8a { width:12.5rem;height:1.2749rem;top:54.9755859375rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15140;display:block; }
 }@media only screen and (max-width: 763px) { #rWUBk9WuKEEa662idV6xwUXZMQVKTpNi { width:12.5rem;height:1.25rem;top:55rem;left:3.75rem;z-index:15139;display:block; }
 }@media only screen and (max-width: 763px) { #G6WZbI3NgAoPkSBaq2qGI4JtkIrAKxMF { width:20rem;height:31.25rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfxiDuLbxOiue84mCOBm9RIC8iXIZHKg { width:20rem;height:3.75rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl1vXiVPfIEJQFliGPIJJlir5GeC7yUE { width:17.5rem;height:1.4624rem;top:22.2880859375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsKKUEOny9IUplizTCCmNskcfGIsKDSO { width:18.75rem;height:21.875rem;top:26.25rem;left:0.5625rem;z-index:15141;display:block; }
 }@media only screen and (max-width: 763px) { #kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL { background-color:rgba(30,29,29,0.03);background-image:none;display:block; }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row .container { background-color: transparent; background-image: none; }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row .container > .video-iframe-container { display: none; }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row > .video-iframe-container { display: none; }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .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); }#kLI62NIr8ATLIiM3EwFv7U0dzFmOkvTL > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsdrvM9qioyT0gHUHOtpRff7bb8EXNeg { width:17.5rem;height:8.6875rem;top:23.8125rem;left:1.25rem;z-index:15007;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.0625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #bRvupQ52poeJgvC0lxmrrvQTwLtiRrkr { width:17.5rem;height:10.9375rem;top:13.6875rem;left:1.25rem;z-index:15004;box-shadow: 0rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #scXTF1rmngrcJSdcnDhTyucUrRZnaXMa { width:1.25rem;height:1.25rem;top:30rem;left:2.5rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #hX71NvicO4l3U4DILSMS2dfHT7D7aBNG { width:15rem;height:1.19970625rem;top:24.42578125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TebwSq99f5nfhvE72JT9mAyv7xkaaCgf { width:11.1875rem;height:1.2749rem;top:30rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #fD0cKBRiMSQyyKh9XIFboamdbL2dsGeL { width:17.5rem;height:10.9375rem;top:33.8125rem;left:1.25rem;box-shadow: none;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #KTwwR2IOaO6lyD9KWr5RCdT0lswvq85D { width:17.5rem;height:8.75rem;top:43.75rem;left:1.25rem;z-index:15005;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.0625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #PfS02o72cbO195MkU4wXoFfIfCmyde3Q { width:15rem;height:1.19970625rem;top:44.42578125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15022;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T2gatfFTclGQcC9FsRs2AF36CVlat0NO { width:15rem;height:2.5996125rem;top:46.25rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #mLxvJKOgDuJqEcDHAxT7Dev9xyT0LxQc { width:1.25rem;height:1.25rem;top:50rem;left:2.5rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #hlDtm0UzJO8JXmcaxONuh0u0NE68ZfKU { width:10.8125rem;height:1.2749rem;top:50rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #rAkomBcQeF8kPpST7E3Ug8EUySznTtsN { width:17.5rem;height:10.9375rem;top:53.75rem;left:1.25rem;box-shadow: none;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #CLSBNv61fzETb1CrdenwNlPQsTbqitpS { width:17.5rem;height:8.75rem;top:63.75rem;left:1.25rem;z-index:15006;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.0625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #QOvWMvKCkTd0QC9yXn6yv5tpL9kz5Eez { width:14.875rem;height:1.19970625rem;top:64.42578125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15028;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QvdTXOu0l3i6yWFrqwCue8qTOPmesQhR { width:1.25rem;height:1.25rem;top:70rem;left:2.5rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #B6tgKyOEXJyholtDFGQ86G3EbfP4BDsK { width:11.5625rem;height:1.2749rem;top:70rem;left:4.25rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #vpHABAv25AbKSvSbHxEHv40r3p4ldM5i { width:15.125rem;height:2.5996125rem;top:66.25rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #O4nSEgns6d9COsehMODbD9RyszUpu74M { width:15rem;height:2.5996125rem;top:26.25rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #V4d1yql8Rp7zz0gRDf4lgx4cH81RRI8l { width:1.25rem;height:1.25rem;top:30rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TubCFGH0pUDsDJprdQM6SweNV6rGBsTz { width:1.25rem;height:1.25rem;top:50rem;left:16.25rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #eLfUsybeIJa091IzxsfM3srcuuznoAGW { width:1.25rem;height:1.25rem;top:70rem;left:16.25rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #tN1k36INwmApTH97O87IrXvfDyBBO4Eh { width:17.625rem;height:3.73730625rem;top:1.1875rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrPwM2mplv5BBVA5gcTEOcNSF8rUZr64 { width:17.5rem;height:6.499rem;top:6.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlXTW4G51oOU2PzpawP2GsTtMkpGfN6H { width:17.5rem;height:2.5rem;top:73.75rem;left:1.25rem;color:#ffffff;font-size:1rem;z-index:15011;background-color:#2078d0;background-image:none;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sHdhJERTFstz5UDzOhP5mSKDkqITIOQg { display:block; }
 }@media only screen and (max-width: 763px) { #EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK { background-color:rgba(30,29,29,0.77);background-image:none;display:block; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container { background-color: transparent; background-image: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container > .video-iframe-container { display: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row > .video-iframe-container { display: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .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); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPXX6yHJv7CLd8zwsLM5NogwrP91ItFZ { width:17.5rem;height:3.73730625rem;top:3.125rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RRBFxD0Fd8XJTAa5y8tGAqB1XbxBcVAm { width:17.5625rem;height:5.199225rem;top:7.5rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #PBKdEcDkMl7d71fXp6eZ4hp6EEZTbwod { width:17.5rem;height:2.5rem;top:13.75rem;left:1.25rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tRzElwklDeGuVcUzcp06ebOEmMMmCtJK { display:block; }
 }@media only screen and (max-width: 763px) { #e0cVPdoCKzMStWVp4gKMA5rop5c8M9LU { width:15rem;height:1.25rem;top:18.875rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WrRUVLsyPv8g7RxE6y7TdStthc3hW8HZ { width:15rem;height:1.3125rem;top:17.5rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d0kpBVezN5JqTGIB8pTC46cphgIqk0fo { width:12.5rem;height:1.25rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlZZyJDxHeyc6Vqia8hKmunFSQ8k8f0r { width:12.5rem;height:1.2749rem;top:1.2255859375rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8 { background-color:rgba(30,29,29,0.03);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8 > .row .container { background-color: transparent; background-image: none; }#G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8 > .row .container > .video-iframe-container { display: none; }#G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8 > .row > .video-iframe-container { display: none; }#G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8 > .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); }#G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8 > .row .container { border-width: 0; border-radius: 0; }#G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G3i8DxTfFZHD7JbMiE6BKoCTUxHBpvw8 > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0anLkAmdyNXE9lTIP2kiwn1D0Ap8mel { width:17.5rem;height:7.5rem;top:20rem;left:1.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.0625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #BV6i1RAOrMwwzgqbdqiNyxpPHxPobvEH { width:12.6875rem;height:1.19970625rem;top:20.6875rem;left:2.5rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ITSRTUqfav3PlaTMXZtNyVtukc3CbDrS { width:15rem;height:3.8994125rem;top:22.5rem;left:2.5rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DuTC2fimgT3QhtuTqSJBtIdlWdfIbfJT { width:17.5rem;height:10.9375rem;top:10rem;left:1.25rem;box-shadow: none;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #CFNkGDDNcDkR8BVkMNJfIX0RnrX6hBhI { width:17.5rem;height:8.75rem;top:38.75rem;left:1.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.0625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #vA5b4cE3rNM0D9noVAQL616cRlxxUtWK { width:14.9375rem;height:5.19921875rem;top:41.25rem;left:2.5rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Uah04AX4NFe8NDDJHaT5DpneUrHw7wUR { width:14.3125rem;height:1.19970625rem;top:39.4375rem;left:2.5rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SbGgntD2PkxcVGoWWdWuoMqXRXMN7fS0 { width:17.5rem;height:10.9375rem;top:28.75rem;left:1.25rem;box-shadow: none;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #HHq2QRw4M02RAxOWGkCoRnGZcV0Kr1uM { width:17.5rem;height:8.75rem;top:58.75rem;left:1.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.0625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #gV3sKHcSWguRIXGySLzrhF7cHmbNR9Jf { width:15rem;height:5.19921875rem;top:61.25rem;left:2.5rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Winzdr0KTFWMtSrm4wT6VdNcKtK1apFk { width:14.3125rem;height:1.19970625rem;top:59.4375rem;left:2.5rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Bv4Gfyc9yIAUyDGu2SGzomomud3G7B1g { width:17.5rem;height:10.9375rem;top:48.75rem;left:1.25rem;box-shadow: none;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #mauMFxkDXv10CrsVV7bfThi0CQ2dmKod { width:17.5rem;height:5.60595625rem;top:3.125rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLPwayqlDJeyZlhFaTlUybKURZu0IHSn { width:20rem;height:1.2246125rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm5HNp5m96ST2DVtUsMwf2h5gXKJ1SgC { width:17.5rem;height:2.5rem;top:68.75rem;left:1.25rem;color:#ffffff;font-size:1rem;background-color:#2078d0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oEdmtxFiAW21LTVBlMTc7fiDrnh7amyz { display:block; }
 }@media only screen and (max-width: 763px) { #LVqfyhnEP2a13AAIbhXfbHPmsKmzhAxp { display:block; }#LVqfyhnEP2a13AAIbhXfbHPmsKmzhAxp > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3i3lnaWLMfoiCrlZFQFrP43iTcdNtga { width:17.5rem;height:16.75rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JktHcyqTGZEMH6FDFvRpCEernsI5NaKI { width:16.8125rem;height:1.2749rem;top:19.9755859375rem;left:2.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MX2nO64rwlagwTy4MqhhQwr4W4vOQN0z { width:16.25rem;height:5.19921875rem;top:21.875rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MAdDaylZ7kD5qzDWSqgNu1Ilm6w0s6rn { display:flex;width:1.25rem;height:1.25rem;top:20rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #dIzXvrW2ZwZyPFVG3aEf4iiNCG8HdT8N { width:16.25rem;height:3.8994125rem;top:30.625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #X1sS98OpEHnoUX6klD5F9Ow1yR84PDi4 { width:15.3125rem;height:1.2749rem;top:28.7255859375rem;left:2.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JGWK3e4uRNhJ9A5BTgwwqUZcWDzG9tlA { display:flex;width:1.25rem;height:1.25rem;top:28.75rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #MuZHqMln6FUQxfb51z5QyTo1P3U6SV1l { width:16.25rem;height:3.8994125rem;top:38.125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wI07EVnaMh895e0o95JHktMArwPFvvdE { width:13.875rem;height:1.2749rem;top:36.25rem;left:2.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SOt9GX4RK76VyD3Elot9TUnGT7PhLcMy { display:flex;width:1.25rem;height:1.25rem;top:36.1875rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #IMVtFw6BzTp5L7TnEvQ3qJzx8nEf3ZnU { width:16.25rem;height:5.19921875rem;top:45.625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mvT20hE3EizRMwhyL60rSPa3KorJy2ah { width:14.375rem;height:1.2749rem;top:43.75rem;left:2.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oDFLMlERLvML3TTylOlg9IO3J0TxWh8k { display:flex;width:1.25rem;height:1.25rem;top:43.6875rem;left:0.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #C7ogP6HQcp1cTgFTv3UPDx5SR75aR19e { background-color:rgba(30,29,29,0.03);background-image:none;display:block; }#C7ogP6HQcp1cTgFTv3UPDx5SR75aR19e > .row .container { background-color: transparent; background-image: none; }#C7ogP6HQcp1cTgFTv3UPDx5SR75aR19e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7ogP6HQcp1cTgFTv3UPDx5SR75aR19e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7ogP6HQcp1cTgFTv3UPDx5SR75aR19e > .row .container > .video-iframe-container { display: none; }#C7ogP6HQcp1cTgFTv3UPDx5SR75aR19e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7ogP6HQcp1cTgFTv3UPDx5SR75aR19e > .row > .video-iframe-container { display: none; }#C7ogP6HQcp1cTgFTv3UPDx5SR75aR19e > .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); }#C7ogP6HQcp1cTgFTv3UPDx5SR75aR19e > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebQf27aLugk0nQT5fCGTiWrnz3MHFuSa { width:20rem;height:3.75rem;top:37.5rem;left:0rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #W7iEKzqEmgmrs6253vtnZhffhiDf8qUX { width:20rem;height:33.75rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #va7KWy5AvSS03rHWo123R0TWSAoTveZW { width:12.5rem;height:1.2749rem;top:38.7255859375rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15140;display:block; }
 }@media only screen and (max-width: 763px) { #V6Bdg8S17io0LvvoMDVuyO0Ik4V05RMw { width:12.5rem;height:1.25rem;top:38.75rem;left:3.75rem;z-index:15139;display:block; }
 }@media only screen and (max-width: 763px) { #p0eqvaS6csg1aJxAD1vERixDuWPxtadA { width:18.75rem;height:21.875rem;top:6.25rem;left:0.6875rem;z-index:15145;display:block; }
 }@media only screen and (max-width: 763px) { #as8EZs8tJVg9lgLZKgAtV0bXE6QlIkGL { width:20rem;height:3.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8EIZ29h52sTTTf86DeZMI5a6eOt3kCS { width:20rem;height:1.23730625rem;top:2.5625rem;left:0rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 { background-color:#ffffff;background-image:none;display:block; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container { background-color: transparent; background-image: none; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container > .video-iframe-container { display: none; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row > .video-iframe-container { display: none; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .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); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsSI9s1ilkHCazwvq5MfApzJECXQOs66 { width:17.5625rem;height:8.9238375rem;top:13.625rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #t2VTKzXg8Nn7u3wamnk2Sm6ryWx5rscT { width:17.5625rem;height:8.285125rem;top:3.625rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #HxAy9ZDslXk2o4MJ6wrw0fJaC1va8Os7 { width:3.125rem;height:1.25rem;top:1.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSTU77xf47m74kUMlrN3zohqiKGSZomu { background-color:#ffffff;background-image:none;display:block; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container { background-color: transparent; background-image: none; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container > .video-iframe-container { display: none; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row > .video-iframe-container { display: none; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .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); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5RlafQZoHGd96dfoMHRSBFSNzAZwTOn { width:20rem;height:1.13720625rem;top:1.05078125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #AglgPCbViCnVZkmPtqMwTLF580LE4e2M { width:5.125rem;height:0.9624rem;top:2.75rem;left:1.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #XyF6vwJ6ZaI0LXuaITqZKbtKQ3GIGNJ3 { width:6.5rem;height:0.9624rem;top:2.75rem;left:6.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Taolm6Nu0Tb6zKDKWfXSk9m4Lmqw2iF1 { width:5rem;height:0.9624rem;top:2.75rem;left:13.75rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Ek91PkDubGncnTSeLAxDey9gSuwkCdzn { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#Ek91PkDubGncnTSeLAxDey9gSuwkCdzn > .row .container { background-color: transparent; background-image: none; }#Ek91PkDubGncnTSeLAxDey9gSuwkCdzn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ek91PkDubGncnTSeLAxDey9gSuwkCdzn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ek91PkDubGncnTSeLAxDey9gSuwkCdzn > .row .container > .video-iframe-container { display: none; }#Ek91PkDubGncnTSeLAxDey9gSuwkCdzn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ek91PkDubGncnTSeLAxDey9gSuwkCdzn > .row > .video-iframe-container { display: none; }#Ek91PkDubGncnTSeLAxDey9gSuwkCdzn > .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); }#Ek91PkDubGncnTSeLAxDey9gSuwkCdzn > .row .container { border-width: 0; border-radius: 0; }#Ek91PkDubGncnTSeLAxDey9gSuwkCdzn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ek91PkDubGncnTSeLAxDey9gSuwkCdzn > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfzz8T07gJ9NXPElKZbW0WNx1cAUkghm { width:18.8125rem;height:1.375rem;top:0.4375rem;left:1.1875rem;font-size:0.6875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA { display:block; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 { background-color:#2078d0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .row .container { background-color: transparent; background-image: none; }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .row .container > .video-iframe-container { display: none; }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .row > .video-iframe-container { display: none; }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .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); }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .row .container { border-width: 0; border-radius: 0; }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4rGtPeCmpVpapuasuwqN2KBHiM5ITQF { top:1.1005859375rem;left:1.25rem;width:17.5rem;height:1.625rem;z-index:15001;color:#ffffff;text-align:center;text-align-last:center;font-size:1.25rem;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; }
 }