.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d785c390-207f-411f-9ede-9879f371cf5d/AllisonTransmission_Warehouse_875.jpg");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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.67); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.67); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#nkt1xa8eT88TdTeZ1nDRCS2fmUUTigOb { color:#ffffff;display:block;width:41.125rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:11.625rem;left:16.9375rem;height:6.25rem;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; }
#QEsIbK6aN3rA8wz4FRxfFZ9um8m22Tp2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:18.9375rem;top:0.5625rem;left:7.9375rem;overflow:hidden;display:none; }
#p5iHzJdqWZTOJZTbznTo0IeSCII3F7xh { background-color:#ffcd00;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27rem;left:1.375rem;display:block; }
#ZzWpvZTsamMrbHpFXcdmcCfLZW5MPzw4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VboMAAzicoW2gKU3UEJdWyJVMb9CG67b { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:31.8125rem;left:25.156251907349rem;height:1.3rem;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; }
#pfSi5Td40l8dqCIA7i95Cs90rTiNPMnz { position:absolute;display:block;z-index:15014;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:6.3125rem;width:13rem;top:2.25rem;left:31.125rem;overflow:hidden;display:block; }
#Vbn8LghNka2nlXe7rKDS8HVASIprX6mN { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:27rem;left:61.25rem;display:block; }
#qv3wsXpZzu7C3T67NwTpLkVyAttHuLIL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uP7W6FyktS59VIpqWzLunuXQGELfA63p { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:27rem;left:15.4375rem;display:block; }
#dJSqTta2AAwXSriwd5iNAgV32SzIfOvk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t7ebT6OOqO6UaHT37u3E7aQ56RTwyn4W { color:#ffffff;display:block;width:68.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19.3125rem;left:3.3125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xn1DLhAvVO0bkfhzrvTh4N29qV3nmQxz { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:27rem;left:47.0625rem;display:block; }
#iJEGGKthft1x1XHBg816pt2wvqC7IOBy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jp2epKZr15ae4PsQmcAWheZtGdniRJG0 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:27rem;left:29.375rem;display:block; }
#t6Cbd0yeKRfAf6x096EJP04BG3kSNkWB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fQgKTScWaIbghlJWAZsETgveCR3uNHJf { 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; }#fQgKTScWaIbghlJWAZsETgveCR3uNHJf > .row .container { background-color: transparent; background-image: none; }#fQgKTScWaIbghlJWAZsETgveCR3uNHJf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQgKTScWaIbghlJWAZsETgveCR3uNHJf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQgKTScWaIbghlJWAZsETgveCR3uNHJf > .row .container > .video-iframe-container { display: none; }#fQgKTScWaIbghlJWAZsETgveCR3uNHJf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQgKTScWaIbghlJWAZsETgveCR3uNHJf > .row > .video-iframe-container { display: none; }#fQgKTScWaIbghlJWAZsETgveCR3uNHJf > .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); }#fQgKTScWaIbghlJWAZsETgveCR3uNHJf > .row .container { border-width: 0; border-radius: 0; }#fQgKTScWaIbghlJWAZsETgveCR3uNHJf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fQgKTScWaIbghlJWAZsETgveCR3uNHJf > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#fdgGUbUwFin1IGznzMKBL28GenXnrvxC { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:14.125rem;left:0rem;height:6.9375rem;display:block; }#fdgGUbUwFin1IGznzMKBL28GenXnrvxC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fdgGUbUwFin1IGznzMKBL28GenXnrvxC li:before{  }
#sGcIDxpDNoF4lh9J7a0bxzc2Iww5WtPF { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.625rem;left:0rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tTc0X1INrvJ85NMZ9wEpgTUfngiXxTVP { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:14.1875rem;left:19.4375rem;height:6.9375rem;display:block; }#tTc0X1INrvJ85NMZ9wEpgTUfngiXxTVP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tTc0X1INrvJ85NMZ9wEpgTUfngiXxTVP li:before{  }
#XEgcPu9ezTNuxBXcFhkfP1w4HnD4ECli { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.6875rem;left:19.4375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kzT8UyR0miXp1JZIWig7QQiA2RizIvGL { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:26.5rem;left:0rem;height:6.9375rem;display:block; }#kzT8UyR0miXp1JZIWig7QQiA2RizIvGL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kzT8UyR0miXp1JZIWig7QQiA2RizIvGL li:before{  }
#wAJ4yQqJfs2dTUABFAuKZfTmVOGdki7L { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24rem;left:0rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BveLg8VI9kxztOh9hoZQ5F8gEzZ9cOmu { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:26.5625rem;left:19.125rem;height:6.9375rem;display:block; }#BveLg8VI9kxztOh9hoZQ5F8gEzZ9cOmu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BveLg8VI9kxztOh9hoZQ5F8gEzZ9cOmu li:before{  }
#TDgqimTomkHKGyrSfXxR1tSoSeCJfzqS { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.875rem;left:19.125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TgdQuGhigC0LukLvaTBXVteaBB6DQFM3 { color:#d60000;display:block;width:31.1875rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:5.525rem;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:left;text-align-last:left;display:block; }
#L90N9PHaagtxJuZCtKDG922dILlNKTSZ { position:absolute;display:block;z-index:15025;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:40.125rem;width:37.4375rem;top:1.8125rem;left:37.5625rem;overflow:hidden;display:block; }
#wAomFt5KoDzTFDO1qn30c57ZwkwFNLRh { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.15rem;height:3.025rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:35.9375rem;left:0rem;display:block; }
#Hbdt8cJOWhLs4ixARPWKsK7dApsbFu64 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4uZvw0s1JfnkUUPFJkeBa92y3lWJA6n { 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; }#T4uZvw0s1JfnkUUPFJkeBa92y3lWJA6n > .row .container { background-color: transparent; background-image: none; }#T4uZvw0s1JfnkUUPFJkeBa92y3lWJA6n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4uZvw0s1JfnkUUPFJkeBa92y3lWJA6n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4uZvw0s1JfnkUUPFJkeBa92y3lWJA6n > .row .container > .video-iframe-container { display: none; }#T4uZvw0s1JfnkUUPFJkeBa92y3lWJA6n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4uZvw0s1JfnkUUPFJkeBa92y3lWJA6n > .row > .video-iframe-container { display: none; }#T4uZvw0s1JfnkUUPFJkeBa92y3lWJA6n > .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); }#T4uZvw0s1JfnkUUPFJkeBa92y3lWJA6n > .row .container { border-width: 0; border-radius: 0; }#T4uZvw0s1JfnkUUPFJkeBa92y3lWJA6n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4uZvw0s1JfnkUUPFJkeBa92y3lWJA6n > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#h6EHxDHFwAR9rQiwvOinlDKn4HcyTQX8 { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:11.6875rem;left:41.5rem;height:11.475rem;display:block; }
#Stzyveok6yqIXLNNpgIiv5IlWbUW68IL { color:#d60000;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:4.5rem;left:41.25rem;height:5.525rem;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; }
#fveZdfklmEXbiCT1qNcs1C6pag3Vx2Pv { position:absolute;display:block;z-index:15024;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:40rem;width:37.4375rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#lcff8K3A2RvDfuVTg8tigvD7zBfC61u1 { color:#d70000;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:25.75rem;left:41.500001907349rem;height:4.4rem;font-style:normal;text-align:left;text-align-last:left;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; }
#IIFENf23LnEnTzKnTPLQhbJdOvLRLa42 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.15rem;height:3.025rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:32.875rem;left:41.500001907349rem;display:block; }
#DTrNuC1pbt6fhlmdisV4aAtwqzLvETVA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lqTr9Tzv7xfHnQrZZG8ABWE7a5Tb0WGT { position:relative;display:block; }#lqTr9Tzv7xfHnQrZZG8ABWE7a5Tb0WGT { background-color: transparent; background-image: none; }#lqTr9Tzv7xfHnQrZZG8ABWE7a5Tb0WGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqTr9Tzv7xfHnQrZZG8ABWE7a5Tb0WGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqTr9Tzv7xfHnQrZZG8ABWE7a5Tb0WGT > .row .container > .video-iframe-container { display: none; }#lqTr9Tzv7xfHnQrZZG8ABWE7a5Tb0WGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqTr9Tzv7xfHnQrZZG8ABWE7a5Tb0WGT > .row > .video-iframe-container { display: none; }#lqTr9Tzv7xfHnQrZZG8ABWE7a5Tb0WGT > .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); }#lqTr9Tzv7xfHnQrZZG8ABWE7a5Tb0WGT { border-width: 0; border-radius: 0; }#lqTr9Tzv7xfHnQrZZG8ABWE7a5Tb0WGT > .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; }#lqTr9Tzv7xfHnQrZZG8ABWE7a5Tb0WGT > .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:42.4375rem;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; }#GigwViWPJVpf3MbmV3TyuRZLNTUK3Knw { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:12.8125rem;left:0rem;height:19.125rem;display:block; }
#qRZ6akHx3rA2qtz3NQUwH5sUagBLcrVs { color:#d60000;display:block;width:31.1875rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:5.525rem;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; }
#nAuET8DKhRnZB9gwk8bGxZCzCuFm05qX { position:absolute;display:block;z-index:15023;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:40rem;width:37.4375rem;top:1.1875rem;left:37.5625rem;overflow:hidden;display:block; }
#CPuioLD77lNUq75G2QwhzGW4Tw5oX4s4 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.15rem;height:3.025rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:33.8125rem;left:0rem;display:block; }
#LCVRbREqxMfZ91xPFTDiApZe9Q323ieB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B1lVBseuJlXP0a6OtREN41s6u1dgQvfu { position:relative;display:block; }#B1lVBseuJlXP0a6OtREN41s6u1dgQvfu { background-color: transparent; background-image: none; }#B1lVBseuJlXP0a6OtREN41s6u1dgQvfu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1lVBseuJlXP0a6OtREN41s6u1dgQvfu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1lVBseuJlXP0a6OtREN41s6u1dgQvfu > .row .container > .video-iframe-container { display: none; }#B1lVBseuJlXP0a6OtREN41s6u1dgQvfu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1lVBseuJlXP0a6OtREN41s6u1dgQvfu > .row > .video-iframe-container { display: none; }#B1lVBseuJlXP0a6OtREN41s6u1dgQvfu > .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); }#B1lVBseuJlXP0a6OtREN41s6u1dgQvfu { border-width: 0; border-radius: 0; }#B1lVBseuJlXP0a6OtREN41s6u1dgQvfu > .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; }#B1lVBseuJlXP0a6OtREN41s6u1dgQvfu > .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:42.0625rem;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; }#RZlRrmdSv0QoqTgDR5lPlyoUDZzf664h { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:17.9375rem;left:43.5rem;height:14.0875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#RZlRrmdSv0QoqTgDR5lPlyoUDZzf664h li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#RZlRrmdSv0QoqTgDR5lPlyoUDZzf664h li:before{  }
#khDJuS5cZ8RVnEe39NQlBhrwZoKCH8KM { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1rem;height:2.975rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:35rem;left:43.5rem;display:block; }
#KJ8t3h41fvsqAoGfTmEa1qQcfMBSPT3r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UxhxOTpXTeTJ1auHLDquGKpflcNIyMlG { color:#d70000;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:14.25rem;left:43.5rem;height:2.2rem;font-style:normal;text-align:left;text-align-last:left;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; }
#SX75pS7a8TCbIIhaA2Hto4XwZhaGTTdE { 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:7.3125rem;width:7.3125rem;top:4.375rem;left:43.5rem;overflow:hidden;display:block; }
#eG7RX8A77qiq7FAMTQT2DgTMlX5pUmD4 { position:absolute;display:block;z-index:15020;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:7.5rem;width:7.3125rem;top:4.4375rem;left:52.0625rem;overflow:hidden;display:block; }
#IeveT4SHBTtMwan2x9B1DoETXFKwyWQT { position:absolute;display:block;z-index:15021;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:7.5rem;width:7.3125rem;top:4.4375rem;left:60.8125rem;overflow:hidden;display:block; }
#dsbl5PlEbaiTcn2sJXNsszEtWrQ8WMKl { position:absolute;display:block;z-index:15024;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:40rem;width:37.4375rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT { 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; }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT > .row .container { background-color: transparent; background-image: none; }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT > .row .container > .video-iframe-container { display: none; }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT > .row > .video-iframe-container { display: none; }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT > .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); }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT > .row .container { border-width: 0; border-radius: 0; }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#DpdwQEIqPe2imRg2EvKSsRfv8ThT1sWN { color:#d70000;display:block;width:47.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.0625rem;left:12.500001907349rem;height:2.6rem;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; }
#EiEVXwMch6yfc8BNtlpGxI2N2TrnJyJx { color:#000000;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:25.1875rem;left:23.125001907349rem;height:9.1875rem;display:block; }#EiEVXwMch6yfc8BNtlpGxI2N2TrnJyJx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EiEVXwMch6yfc8BNtlpGxI2N2TrnJyJx li:before{  }
#hHp2nZQTDfTHGGepZNEJVbBVCiapXagd { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:25.1875rem;left:7.7500019073488rem;height:9.1875rem;display:block; }#hHp2nZQTDfTHGGepZNEJVbBVCiapXagd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hHp2nZQTDfTHGGepZNEJVbBVCiapXagd li:before{  }
#B0BsLPRcDWFqCrAZfXA14RB48CE3Pl2I { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:25.1875rem;left:39.062501907349rem;height:9.1875rem;display:block; }#B0BsLPRcDWFqCrAZfXA14RB48CE3Pl2I li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B0BsLPRcDWFqCrAZfXA14RB48CE3Pl2I li:before{  }
#sDepaVesDhXN1mGQQl7a1KpKsUIvoaX6 { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:25.1875rem;left:56.312501907349rem;height:9.1875rem;display:block; }#sDepaVesDhXN1mGQQl7a1KpKsUIvoaX6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sDepaVesDhXN1mGQQl7a1KpKsUIvoaX6 li:before{  }
#oxP47a3ZleVnMmiyopSOuscFq77SSrSC { position:absolute;display:block;z-index:15017;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:15.8125rem;width:33.1875rem;top:3.375rem;left:4.3125rem;overflow:hidden;display:block; }
#i5dO8yBWLfIpbMMfvxLB6nKrKkkiHFM3 { position:absolute;display:block;z-index:15018;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:15.8125rem;width:33.1875rem;top:3.375rem;left:37.500001907349rem;overflow:hidden;display:block; }
#IdTG8T4mPKEOor5AibWJtxbJUuNhhPs8 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:36.487503051757rem;left:29.687501907349rem;display:block; }
#zAhC4ESg2h9FnUiG03IXBvqB59arQIDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QsFLuxPSTmt0xi1K7ofDwILU5HuBzFIv { 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; }#QsFLuxPSTmt0xi1K7ofDwILU5HuBzFIv > .row .container { background-color: transparent; background-image: none; }#QsFLuxPSTmt0xi1K7ofDwILU5HuBzFIv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsFLuxPSTmt0xi1K7ofDwILU5HuBzFIv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsFLuxPSTmt0xi1K7ofDwILU5HuBzFIv > .row .container > .video-iframe-container { display: none; }#QsFLuxPSTmt0xi1K7ofDwILU5HuBzFIv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsFLuxPSTmt0xi1K7ofDwILU5HuBzFIv > .row > .video-iframe-container { display: none; }#QsFLuxPSTmt0xi1K7ofDwILU5HuBzFIv > .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); }#QsFLuxPSTmt0xi1K7ofDwILU5HuBzFIv > .row .container { border-width: 0; border-radius: 0; }#QsFLuxPSTmt0xi1K7ofDwILU5HuBzFIv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QsFLuxPSTmt0xi1K7ofDwILU5HuBzFIv > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;position:relative;display:block; }#S6Zv4gzWaZ1XXFMWD8iWtave7oxB5laq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:31rem;top:5.9375rem;left:5.75rem;overflow:hidden;display:block; }
#hBarxi9ifNebKvt9mCwFWkQZhULFsF72 { color:#c5c5c5;display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.8125rem;left:22.531251907349rem;height:2.6rem;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; }
#TzZeBriOBdbXGEWAiKQnsQoguhn197XX { color:#ffffff;display:block;width:63.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:27.5rem;left:5.6875rem;height:5.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fim5q8RH4tL5u0VaCOHpColi0ULVbXhC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:30.9375rem;top:5.9375rem;left:38.25rem;overflow:hidden;display:block; }
#SdTp1lX3h8ABc4fL8gTVDGtxnf4Qh9lr { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.475rem;height:3.0375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:35.75rem;left:21.375rem;display:block; }
#XIGNeS7LLJFaCdDeQMlL4C5pZx896U5b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GpKQyO5sTGRThgVTtk6WU4ue4WLGeFX7 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.275rem;height:2.8375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:35.8125rem;left:38.375rem;display:block; }
#zWSkeyBlXVZVBT6qnWn3TRnwT7Hk2i3l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfpdwO12t6FeyAyxiGTHmPqglFBzMVZk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#bfpdwO12t6FeyAyxiGTHmPqglFBzMVZk > .row .container { background-color: transparent; background-image: none; }#bfpdwO12t6FeyAyxiGTHmPqglFBzMVZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfpdwO12t6FeyAyxiGTHmPqglFBzMVZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfpdwO12t6FeyAyxiGTHmPqglFBzMVZk > .row .container > .video-iframe-container { display: none; }#bfpdwO12t6FeyAyxiGTHmPqglFBzMVZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfpdwO12t6FeyAyxiGTHmPqglFBzMVZk > .row > .video-iframe-container { display: none; }#bfpdwO12t6FeyAyxiGTHmPqglFBzMVZk > .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); }#bfpdwO12t6FeyAyxiGTHmPqglFBzMVZk > .row .container { border-width: 0; border-radius: 0; }#bfpdwO12t6FeyAyxiGTHmPqglFBzMVZk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bfpdwO12t6FeyAyxiGTHmPqglFBzMVZk > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#n5Na8gMRlbcPPV5wGWvQOlwMkTnXChqP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:20.5rem;top:1.75rem;left:26.281251907349rem;overflow:hidden;display:block; }
#cuO9zkOxmW32nUCltbQLzAUlHgHPSy3z { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18rem;left:31.656251907349rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bUKw7avlmk74cPUKzqISGVWGJyUN2B2b { background-color:#ffcd00;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.250001907349rem;left:29.687501907349rem;display:block; }
#yDu3gaz6e2Wkh2MWT4mZRXUQHuaEQTNz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S1tJwFQ8Tc1EzSyTMUDXzCRVqsTOucrM { background-color:#ffcd00;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:23.250001907349rem;left:4.6875rem;display:block; }
#izpdC0kiGw9uowqiRV9pVO71NGMySXzh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#al8dFAKmLkKCENvK6HhXcST9DDD50i9M { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.000000953674rem;left:6.4062519073488rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QyugDcDdvEry3wb5IlLNBNZ53GeJNTsn { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:20.5rem;top:1.75rem;left:1.3125rem;overflow:hidden;display:block; }
#xyNd3q1nnuUukzaQkwQdTVTQqJ6AtDtp { background-color:#ffcd00;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.1875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:23.281251907349rem;left:54.687498092651rem;display:block; }
#X8B1MdWCHghwPo9uyhbaxzQ8iTDvpdRx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rTovESd0xQ8hNs4TpAFQgrRd7OOVnufR { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18rem;left:56.937501907349rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Du9Dm52lDgSdfSkUDDeOC9SAzOrxeqCI { 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:14.8125rem;width:20.5rem;top:1.875rem;left:51.25rem;overflow:hidden;display:block; }
#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 { position:relative;display:block; }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 { background-color: transparent; background-image: none; }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 > .row .container > .video-iframe-container { display: none; }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 > .row > .video-iframe-container { display: none; }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 > .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); }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 { border-width: 0; border-radius: 0; }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 > .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; }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 > .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:5.3125rem;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; }#s4VfM8SxQrtPMhGsuxNxGTDkzqiq4ZxD { color:#000000;display:block;width:48rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.7117156982422rem;left:13.500001907349rem;height:1.1375rem;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; }
#fUG8mQvyfer7udXKUg6Wa3Cmqiravrpc { color:#000000;display:block;width:48rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4499969482422rem;left:13.312501907349rem;height:;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkt1xa8eT88TdTeZ1nDRCS2fmUUTigOb { width:41.125rem;height:1.4375rem;top:11.625rem;left:3.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEsIbK6aN3rA8wz4FRxfFZ9um8m22Tp2 { width:18.9375rem;height:14.1875rem;top:0.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p5iHzJdqWZTOJZTbznTo0IeSCII3F7xh { width:12.5rem;height:3.125rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzWpvZTsamMrbHpFXcdmcCfLZW5MPzw4 { display:block; }
 }@media only screen and (max-width: 763px) { #VboMAAzicoW2gKU3UEJdWyJVMb9CG67b { width:24.6875rem;height:1.3rem;top:31.8125rem;left:11.531251907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfSi5Td40l8dqCIA7i95Cs90rTiNPMnz { width:13rem;height:6.3125rem;top:2.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbn8LghNka2nlXe7rKDS8HVASIprX6mN { width:12.4375rem;height:3.0625rem;top:27rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv3wsXpZzu7C3T67NwTpLkVyAttHuLIL { display:block; }
 }@media only screen and (max-width: 763px) { #uP7W6FyktS59VIpqWzLunuXQGELfA63p { width:12.4375rem;height:3.0625rem;top:27rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJSqTta2AAwXSriwd5iNAgV32SzIfOvk { display:block; }
 }@media only screen and (max-width: 763px) { #t7ebT6OOqO6UaHT37u3E7aQ56RTwyn4W { width:47.75rem;height:;top:19.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn1DLhAvVO0bkfhzrvTh4N29qV3nmQxz { width:12.4375rem;height:3.0625rem;top:27rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJEGGKthft1x1XHBg816pt2wvqC7IOBy { display:block; }
 }@media only screen and (max-width: 763px) { #Jp2epKZr15ae4PsQmcAWheZtGdniRJG0 { width:16.25rem;height:3.125rem;top:27rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6Cbd0yeKRfAf6x096EJP04BG3kSNkWB { display:block; }
 }@media only screen and (max-width: 763px) { #fQgKTScWaIbghlJWAZsETgveCR3uNHJf { display:block; }#fQgKTScWaIbghlJWAZsETgveCR3uNHJf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdgGUbUwFin1IGznzMKBL28GenXnrvxC { width:14.1875rem;height:6.9375rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }#fdgGUbUwFin1IGznzMKBL28GenXnrvxC li:before{  }
 }@media only screen and (max-width: 763px) { #sGcIDxpDNoF4lh9J7a0bxzc2Iww5WtPF { width:14.8125rem;height:1.625rem;top:11.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTc0X1INrvJ85NMZ9wEpgTUfngiXxTVP { width:14.1875rem;height:6.9375rem;top:14.1875rem;left:5.8125rem;font-size:1rem;display:block; }#tTc0X1INrvJ85NMZ9wEpgTUfngiXxTVP li:before{  }
 }@media only screen and (max-width: 763px) { #XEgcPu9ezTNuxBXcFhkfP1w4HnD4ECli { width:13.6875rem;height:1.625rem;top:11.6875rem;left:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzT8UyR0miXp1JZIWig7QQiA2RizIvGL { width:17.8125rem;height:6.9375rem;top:26.5rem;left:0rem;font-size:1rem;display:block; }#kzT8UyR0miXp1JZIWig7QQiA2RizIvGL li:before{  }
 }@media only screen and (max-width: 763px) { #wAJ4yQqJfs2dTUABFAuKZfTmVOGdki7L { width:14.3125rem;height:1.625rem;top:24rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BveLg8VI9kxztOh9hoZQ5F8gEzZ9cOmu { width:14.8125rem;height:6.9375rem;top:26.5625rem;left:5.5rem;font-size:1rem;display:block; }#BveLg8VI9kxztOh9hoZQ5F8gEzZ9cOmu li:before{  }
 }@media only screen and (max-width: 763px) { #TDgqimTomkHKGyrSfXxR1tSoSeCJfzqS { width:13.6875rem;height:1.625rem;top:23.875rem;left:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgdQuGhigC0LukLvaTBXVteaBB6DQFM3 { width:31.1875rem;height:3.7375rem;top:4rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L90N9PHaagtxJuZCtKDG922dILlNKTSZ { width:37.4375rem;height:40.125rem;top:1.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAomFt5KoDzTFDO1qn30c57ZwkwFNLRh { width:16.125rem;height:3rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbdt8cJOWhLs4ixARPWKsK7dApsbFu64 { display:block; }
 }@media only screen and (max-width: 763px) { #T4uZvw0s1JfnkUUPFJkeBa92y3lWJA6n { display:block; }#T4uZvw0s1JfnkUUPFJkeBa92y3lWJA6n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6EHxDHFwAR9rQiwvOinlDKn4HcyTQX8 { width:30.5625rem;height:11.475rem;top:11.6875rem;left:17.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stzyveok6yqIXLNNpgIiv5IlWbUW68IL { width:31.9375rem;height:3.7375rem;top:4.5rem;left:15.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fveZdfklmEXbiCT1qNcs1C6pag3Vx2Pv { width:37.4375rem;height:40rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcff8K3A2RvDfuVTg8tigvD7zBfC61u1 { width:26.8125rem;height:4.4rem;top:25.75rem;left:20.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIFENf23LnEnTzKnTPLQhbJdOvLRLa42 { width:16.125rem;height:3rem;top:32.875rem;left:27.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTrNuC1pbt6fhlmdisV4aAtwqzLvETVA { display:block; }
 }@media only screen and (max-width: 763px) { #lqTr9Tzv7xfHnQrZZG8ABWE7a5Tb0WGT { display:block; }#lqTr9Tzv7xfHnQrZZG8ABWE7a5Tb0WGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GigwViWPJVpf3MbmV3TyuRZLNTUK3Knw { width:30.1875rem;height:19.125rem;top:12.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRZ6akHx3rA2qtz3NQUwH5sUagBLcrVs { width:31.1875rem;height:3.7375rem;top:5.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAuET8DKhRnZB9gwk8bGxZCzCuFm05qX { width:37.4375rem;height:40rem;top:1.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPuioLD77lNUq75G2QwhzGW4Tw5oX4s4 { width:16.125rem;height:3rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCVRbREqxMfZ91xPFTDiApZe9Q323ieB { display:block; }
 }@media only screen and (max-width: 763px) { #B1lVBseuJlXP0a6OtREN41s6u1dgQvfu { display:block; }#B1lVBseuJlXP0a6OtREN41s6u1dgQvfu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZlRrmdSv0QoqTgDR5lPlyoUDZzf664h { width:29.0625rem;height:14.0875rem;top:17.9375rem;left:18.6875rem;font-size:1.0625rem;display:block; }#RZlRrmdSv0QoqTgDR5lPlyoUDZzf664h li:before{  }
 }@media only screen and (max-width: 763px) { #khDJuS5cZ8RVnEe39NQlBhrwZoKCH8KM { width:16.0625rem;height:2.9375rem;top:35rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ8t3h41fvsqAoGfTmEa1qQcfMBSPT3r { display:block; }
 }@media only screen and (max-width: 763px) { #UxhxOTpXTeTJ1auHLDquGKpflcNIyMlG { width:18.375rem;height:2.2rem;top:14.25rem;left:29.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX75pS7a8TCbIIhaA2Hto4XwZhaGTTdE { width:7.3125rem;height:7.3125rem;top:4.375rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG7RX8A77qiq7FAMTQT2DgTMlX5pUmD4 { width:7.3125rem;height:7.5rem;top:4.4375rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeveT4SHBTtMwan2x9B1DoETXFKwyWQT { width:7.3125rem;height:7.5rem;top:4.4375rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsbl5PlEbaiTcn2sJXNsszEtWrQ8WMKl { width:37.4375rem;height:40rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT { display:block; }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpdwQEIqPe2imRg2EvKSsRfv8ThT1sWN { width:47.75rem;height:1.7875rem;top:21.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiEVXwMch6yfc8BNtlpGxI2N2TrnJyJx { width:11.875rem;height:6.9375rem;top:25.1875rem;left:9.5000019073488rem;font-size:1rem;display:block; }#EiEVXwMch6yfc8BNtlpGxI2N2TrnJyJx li:before{  }
 }@media only screen and (max-width: 763px) { #hHp2nZQTDfTHGGepZNEJVbBVCiapXagd { width:14.5rem;height:6.9375rem;top:25.1875rem;left:0rem;font-size:1rem;display:block; }#hHp2nZQTDfTHGGepZNEJVbBVCiapXagd li:before{  }
 }@media only screen and (max-width: 763px) { #B0BsLPRcDWFqCrAZfXA14RB48CE3Pl2I { width:13.1875rem;height:6.9375rem;top:25.1875rem;left:25.437501907349rem;font-size:1rem;display:block; }#B0BsLPRcDWFqCrAZfXA14RB48CE3Pl2I li:before{  }
 }@media only screen and (max-width: 763px) { #sDepaVesDhXN1mGQQl7a1KpKsUIvoaX6 { width:13.1875rem;height:6.9375rem;top:25.1875rem;left:34.5625rem;font-size:1rem;display:block; }#sDepaVesDhXN1mGQQl7a1KpKsUIvoaX6 li:before{  }
 }@media only screen and (max-width: 763px) { #oxP47a3ZleVnMmiyopSOuscFq77SSrSC { width:33.1875rem;height:15.8125rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5dO8yBWLfIpbMMfvxLB6nKrKkkiHFM3 { width:33.1875rem;height:15.8125rem;top:3.375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdTG8T4mPKEOor5AibWJtxbJUuNhhPs8 { width:15.625rem;height:3.125rem;top:36.4375rem;left:16.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAhC4ESg2h9FnUiG03IXBvqB59arQIDT { display:block; }
 }@media only screen and (max-width: 763px) { #QsFLuxPSTmt0xi1K7ofDwILU5HuBzFIv { display:block; }#QsFLuxPSTmt0xi1K7ofDwILU5HuBzFIv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6Zv4gzWaZ1XXFMWD8iWtave7oxB5laq { width:31rem;height:20rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBarxi9ifNebKvt9mCwFWkQZhULFsF72 { width:29.9375rem;height:1.86875rem;top:1.8125rem;left:8.9062519073488rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzZeBriOBdbXGEWAiKQnsQoguhn197XX { width:47.75rem;height:7.65rem;top:27.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fim5q8RH4tL5u0VaCOHpColi0ULVbXhC { width:30.9375rem;height:19.9375rem;top:5.9375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdTp1lX3h8ABc4fL8gTVDGtxnf4Qh9lr { width:15.375rem;height:2.9375rem;top:35.75rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIGNeS7LLJFaCdDeQMlL4C5pZx896U5b { display:block; }
 }@media only screen and (max-width: 763px) { #GpKQyO5sTGRThgVTtk6WU4ue4WLGeFX7 { width:15.1875rem;height:2.75rem;top:35.8125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWSkeyBlXVZVBT6qnWn3TRnwT7Hk2i3l { display:block; }
 }@media only screen and (max-width: 763px) { #bfpdwO12t6FeyAyxiGTHmPqglFBzMVZk { display:block; }#bfpdwO12t6FeyAyxiGTHmPqglFBzMVZk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5Na8gMRlbcPPV5wGWvQOlwMkTnXChqP { width:20.5rem;height:14.75rem;top:1.75rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuO9zkOxmW32nUCltbQLzAUlHgHPSy3z { width:12.75rem;height:4.14375rem;top:18rem;left:17.968751907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUKw7avlmk74cPUKzqISGVWGJyUN2B2b { width:15.625rem;height:3.1875rem;top:23.25rem;left:16.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDu3gaz6e2Wkh2MWT4mZRXUQHuaEQTNz { display:block; }
 }@media only screen and (max-width: 763px) { #S1tJwFQ8Tc1EzSyTMUDXzCRVqsTOucrM { width:15.625rem;height:3.1875rem;top:23.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izpdC0kiGw9uowqiRV9pVO71NGMySXzh { display:block; }
 }@media only screen and (max-width: 763px) { #al8dFAKmLkKCENvK6HhXcST9DDD50i9M { width:12.1875rem;height:4.14375rem;top:18rem;left:1.8437519073486rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyugDcDdvEry3wb5IlLNBNZ53GeJNTsn { width:20.5rem;height:14.8125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyNd3q1nnuUukzaQkwQdTVTQqJ6AtDtp { width:15.625rem;height:3.1875rem;top:23.25rem;left:31.874998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8B1MdWCHghwPo9uyhbaxzQ8iTDvpdRx { display:block; }
 }@media only screen and (max-width: 763px) { #rTovESd0xQ8hNs4TpAFQgrRd7OOVnufR { width:12.5625rem;height:4.14375rem;top:18rem;left:34.125001907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du9Dm52lDgSdfSkUDDeOC9SAzOrxeqCI { width:20.5rem;height:14.8125rem;top:1.875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 { display:block; }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4VfM8SxQrtPMhGsuxNxGTDkzqiq4ZxD { width:47.75rem;height:;top:2.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUG8mQvyfer7udXKUg6Wa3Cmqiravrpc { width:47.75rem;height:;top:1.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5626a60c-2280-4936-b497-cee7083dd601/commercialtruckrepairsv5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkt1xa8eT88TdTeZ1nDRCS2fmUUTigOb { width:20rem;height:2.875rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QEsIbK6aN3rA8wz4FRxfFZ9um8m22Tp2 { width:19.8125rem;height:14.875rem;top:9.753125190735rem;left:0rem;z-index:15002;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #p5iHzJdqWZTOJZTbznTo0IeSCII3F7xh { width:15.625rem;height:2.875rem;top:12.5625rem;left:2.1875000596046rem;font-size:1.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzWpvZTsamMrbHpFXcdmcCfLZW5MPzw4 { display:block; }
 }@media only screen and (max-width: 763px) { #VboMAAzicoW2gKU3UEJdWyJVMb9CG67b { width:20rem;height:1.5rem;top:38.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;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; }
 }@media only screen and (max-width: 763px) { #pfSi5Td40l8dqCIA7i95Cs90rTiNPMnz { width:9.125rem;height:4.375rem;top:2.8125rem;left:5.4375000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Vbn8LghNka2nlXe7rKDS8HVASIprX6mN { width:13.05rem;height:2.7375rem;top:35.1875rem;left:3.4375000596046rem;font-size:1rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv3wsXpZzu7C3T67NwTpLkVyAttHuLIL { display:block; }
 }@media only screen and (max-width: 763px) { #uP7W6FyktS59VIpqWzLunuXQGELfA63p { width:15.625rem;height:2.7375rem;top:20.050001144409rem;left:2.1875000596046rem;font-size:1rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJSqTta2AAwXSriwd5iNAgV32SzIfOvk { display:block; }
 }@media only screen and (max-width: 763px) { #t7ebT6OOqO6UaHT37u3E7aQ56RTwyn4W { width:20rem;height:7.03125rem;top:27.28750038147rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xn1DLhAvVO0bkfhzrvTh4N29qV3nmQxz { width:15.625rem;height:2.7375rem;top:23.72500038147rem;left:2.1875000596046rem;font-size:1rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJEGGKthft1x1XHBg816pt2wvqC7IOBy { display:block; }
 }@media only screen and (max-width: 763px) { #Jp2epKZr15ae4PsQmcAWheZtGdniRJG0 { width:15.625rem;height:2.7375rem;top:16.375rem;left:2.1875000596046rem;font-size:1rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6Cbd0yeKRfAf6x096EJP04BG3kSNkWB { display:block; }
 }@media only screen and (max-width: 763px) { #fQgKTScWaIbghlJWAZsETgveCR3uNHJf { display:block; }#fQgKTScWaIbghlJWAZsETgveCR3uNHJf > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdgGUbUwFin1IGznzMKBL28GenXnrvxC { width:14.1875rem;height:6.9375rem;top:30.8125rem;left:0rem;font-size:1rem;display:block; }#fdgGUbUwFin1IGznzMKBL28GenXnrvxC li:before{  }
 }@media only screen and (max-width: 763px) { #sGcIDxpDNoF4lh9J7a0bxzc2Iww5WtPF { width:14.8125rem;height:1.625rem;top:28.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tTc0X1INrvJ85NMZ9wEpgTUfngiXxTVP { width:14.1875rem;height:6.9375rem;top:41.3125rem;left:0rem;font-size:1rem;display:block; }#tTc0X1INrvJ85NMZ9wEpgTUfngiXxTVP li:before{  }
 }@media only screen and (max-width: 763px) { #XEgcPu9ezTNuxBXcFhkfP1w4HnD4ECli { width:13.6875rem;height:1.625rem;top:39.0625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kzT8UyR0miXp1JZIWig7QQiA2RizIvGL { width:17.8125rem;height:6.9375rem;top:52.375rem;left:0rem;font-size:1rem;display:block; }#kzT8UyR0miXp1JZIWig7QQiA2RizIvGL li:before{  }
 }@media only screen and (max-width: 763px) { #wAJ4yQqJfs2dTUABFAuKZfTmVOGdki7L { width:14.5625rem;height:1.625rem;top:49.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BveLg8VI9kxztOh9hoZQ5F8gEzZ9cOmu { width:14.8125rem;height:6.9375rem;top:63.4375rem;left:0rem;font-size:1rem;display:block; }#BveLg8VI9kxztOh9hoZQ5F8gEzZ9cOmu li:before{  }
 }@media only screen and (max-width: 763px) { #TDgqimTomkHKGyrSfXxR1tSoSeCJfzqS { width:13.6875rem;height:1.625rem;top:60.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgdQuGhigC0LukLvaTBXVteaBB6DQFM3 { width:20rem;height:3.45rem;top:0.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #L90N9PHaagtxJuZCtKDG922dILlNKTSZ { width:20rem;height:21.434375rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAomFt5KoDzTFDO1qn30c57ZwkwFNLRh { width:16.1125rem;height:2.9875rem;top:73.0625rem;left:1.9437499642372rem;font-size:1rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbdt8cJOWhLs4ixARPWKsK7dApsbFu64 { display:block; }
 }@media only screen and (max-width: 763px) { #T4uZvw0s1JfnkUUPFJkeBa92y3lWJA6n { display:block; }#T4uZvw0s1JfnkUUPFJkeBa92y3lWJA6n > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6EHxDHFwAR9rQiwvOinlDKn4HcyTQX8 { width:20rem;height:15.3rem;top:27.484375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Stzyveok6yqIXLNNpgIiv5IlWbUW68IL { width:20rem;height:3.7375rem;top:0.68437480926512rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fveZdfklmEXbiCT1qNcs1C6pag3Vx2Pv { width:19.9375rem;height:21.375rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcff8K3A2RvDfuVTg8tigvD7zBfC61u1 { width:15.1875rem;height:7.15rem;top:44.221096038818rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IIFENf23LnEnTzKnTPLQhbJdOvLRLa42 { width:16.125rem;height:2.8125rem;top:53.096096038818rem;left:1.9375000596046rem;font-size:1rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTrNuC1pbt6fhlmdisV4aAtwqzLvETVA { display:block; }
 }@media only screen and (max-width: 763px) { #lqTr9Tzv7xfHnQrZZG8ABWE7a5Tb0WGT { display:block; }#lqTr9Tzv7xfHnQrZZG8ABWE7a5Tb0WGT > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GigwViWPJVpf3MbmV3TyuRZLNTUK3Knw { width:20rem;height:26.775rem;top:29.768751144409rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qRZ6akHx3rA2qtz3NQUwH5sUagBLcrVs { width:20rem;height:5.60625rem;top:0.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nAuET8DKhRnZB9gwk8bGxZCzCuFm05qX { width:19.9375rem;height:21.375rem;top:7.28750038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPuioLD77lNUq75G2QwhzGW4Tw5oX4s4 { width:16.125rem;height:2.8125rem;top:58.22500038147rem;left:1.9375000596046rem;font-size:1rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCVRbREqxMfZ91xPFTDiApZe9Q323ieB { display:block; }
 }@media only screen and (max-width: 763px) { #B1lVBseuJlXP0a6OtREN41s6u1dgQvfu { display:block; }#B1lVBseuJlXP0a6OtREN41s6u1dgQvfu > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZlRrmdSv0QoqTgDR5lPlyoUDZzf664h { width:20rem;height:22.5375rem;top:30.50937461853rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.4;display:block; }#RZlRrmdSv0QoqTgDR5lPlyoUDZzf664h li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#RZlRrmdSv0QoqTgDR5lPlyoUDZzf664h li:before{  }
 }@media only screen and (max-width: 763px) { #khDJuS5cZ8RVnEe39NQlBhrwZoKCH8KM { width:15.8125rem;height:2.8125rem;top:54.75937461853rem;left:2.0937500596046rem;font-size:1rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ8t3h41fvsqAoGfTmEa1qQcfMBSPT3r { display:block; }
 }@media only screen and (max-width: 763px) { #UxhxOTpXTeTJ1auHLDquGKpflcNIyMlG { width:18.375rem;height:1.5125rem;top:27.496875762939rem;left:0.81171876192094rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SX75pS7a8TCbIIhaA2Hto4XwZhaGTTdE { width:2.6875rem;height:2.6875rem;top:23.715625762939rem;left:5.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG7RX8A77qiq7FAMTQT2DgTMlX5pUmD4 { width:2.9375rem;height:3rem;top:23.559375762939rem;left:8.5312505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeveT4SHBTtMwan2x9B1DoETXFKwyWQT { width:2.9375rem;height:3rem;top:23.403125762939rem;left:12.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsbl5PlEbaiTcn2sJXNsszEtWrQ8WMKl { width:19.9375rem;height:21.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT { display:block; }#A4PN0EWDIah6SnAxbmJFM4KsMUoUBHXT > .row .container { width:20rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpdwQEIqPe2imRg2EvKSsRfv8ThT1sWN { width:20rem;height:3.575rem;top:22.80625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiEVXwMch6yfc8BNtlpGxI2N2TrnJyJx { width:9.0625rem;height:6.9375rem;top:27.75625038147rem;left:10.937500536442rem;font-size:1rem;display:block; }#EiEVXwMch6yfc8BNtlpGxI2N2TrnJyJx li:before{  }
 }@media only screen and (max-width: 763px) { #hHp2nZQTDfTHGGepZNEJVbBVCiapXagd { width:8.125rem;height:6.9375rem;top:27.75625038147rem;left:0rem;font-size:1rem;display:block; }#hHp2nZQTDfTHGGepZNEJVbBVCiapXagd li:before{  }
 }@media only screen and (max-width: 763px) { #B0BsLPRcDWFqCrAZfXA14RB48CE3Pl2I { width:9.4375rem;height:6.9375rem;top:35.19375038147rem;left:0rem;font-size:1rem;display:block; }#B0BsLPRcDWFqCrAZfXA14RB48CE3Pl2I li:before{  }
 }@media only screen and (max-width: 763px) { #sDepaVesDhXN1mGQQl7a1KpKsUIvoaX6 { width:9.0625rem;height:6.9375rem;top:35.19375038147rem;left:10.937500536442rem;font-size:1rem;display:block; }#sDepaVesDhXN1mGQQl7a1KpKsUIvoaX6 li:before{  }
 }@media only screen and (max-width: 763px) { #oxP47a3ZleVnMmiyopSOuscFq77SSrSC { width:20rem;height:9.528125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5dO8yBWLfIpbMMfvxLB6nKrKkkiHFM3 { width:20rem;height:9.528125rem;top:12.028125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdTG8T4mPKEOor5AibWJtxbJUuNhhPs8 { width:14.9375rem;height:2.8125rem;top:43.381252288818rem;left:2.5312500596046rem;font-size:1rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAhC4ESg2h9FnUiG03IXBvqB59arQIDT { display:block; }
 }@media only screen and (max-width: 763px) { #QsFLuxPSTmt0xi1K7ofDwILU5HuBzFIv { display:block; }#QsFLuxPSTmt0xi1K7ofDwILU5HuBzFIv > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6Zv4gzWaZ1XXFMWD8iWtave7oxB5laq { width:20rem;height:12.875rem;top:4.36875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBarxi9ifNebKvt9mCwFWkQZhULFsF72 { width:20rem;height:1.86875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzZeBriOBdbXGEWAiKQnsQoguhn197XX { width:20rem;height:19.125rem;top:32.6421875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fim5q8RH4tL5u0VaCOHpColi0ULVbXhC { width:20rem;height:12.8984375rem;top:18.49375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdTp1lX3h8ABc4fL8gTVDGtxnf4Qh9lr { width:14.7rem;height:2.8125rem;top:53.0171875rem;left:2.625rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIGNeS7LLJFaCdDeQMlL4C5pZx896U5b { display:block; }
 }@media only screen and (max-width: 763px) { #GpKQyO5sTGRThgVTtk6WU4ue4WLGeFX7 { width:14.95rem;height:2.8125rem;top:56.779685974121rem;left:2.5000000596046rem;font-size:1rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWSkeyBlXVZVBT6qnWn3TRnwT7Hk2i3l { display:block; }
 }@media only screen and (max-width: 763px) { #bfpdwO12t6FeyAyxiGTHmPqglFBzMVZk { display:block; }#bfpdwO12t6FeyAyxiGTHmPqglFBzMVZk > .row .container { width:20rem;height:79.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5Na8gMRlbcPPV5wGWvQOlwMkTnXChqP { width:20rem;height:14.375rem;top:27.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuO9zkOxmW32nUCltbQLzAUlHgHPSy3z { width:20rem;height:4.78125rem;top:43.03125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bUKw7avlmk74cPUKzqISGVWGJyUN2B2b { width:15rem;height:3.1875rem;top:49.0625rem;left:2.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDu3gaz6e2Wkh2MWT4mZRXUQHuaEQTNz { display:block; }
 }@media only screen and (max-width: 763px) { #S1tJwFQ8Tc1EzSyTMUDXzCRVqsTOucrM { width:15rem;height:3.1875rem;top:22.96875rem;left:2.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izpdC0kiGw9uowqiRV9pVO71NGMySXzh { display:block; }
 }@media only screen and (max-width: 763px) { #al8dFAKmLkKCENvK6HhXcST9DDD50i9M { width:12.8125rem;height:4.78125rem;top:16.9375rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QyugDcDdvEry3wb5IlLNBNZ53GeJNTsn { width:20rem;height:14.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyNd3q1nnuUukzaQkwQdTVTQqJ6AtDtp { width:15rem;height:3.1875rem;top:75.21875rem;left:2.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8B1MdWCHghwPo9uyhbaxzQ8iTDvpdRx { display:block; }
 }@media only screen and (max-width: 763px) { #rTovESd0xQ8hNs4TpAFQgrRd7OOVnufR { width:12.875rem;height:4.78125rem;top:69.1875rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Du9Dm52lDgSdfSkUDDeOC9SAzOrxeqCI { width:20rem;height:14.4375rem;top:53.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 { display:block; }#f3DQaN5EcaIh8vP5xK4QS5FvDf0Q64s0 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4VfM8SxQrtPMhGsuxNxGTDkzqiq4ZxD { width:20rem;height:2.275rem;top:4.6rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUG8mQvyfer7udXKUg6Wa3Cmqiravrpc { width:20rem;height:2.1rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;display:block; }
 }