.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,248,217;--color-primary-1:255,230,128;--color-primary-2:255,205,0;--color-primary-3:128,103,0;--color-primary-4:38,31,0;--color-secondary-0:251,214,214;--color-secondary-1:242,133,133;--color-secondary-2:233,51,51;--color-secondary-3:227,0,0;--color-secondary-4:185,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#tyexnbFEaaTSrSwXNDEkofOD4pxcBXBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyexnbFEaaTSrSwXNDEkofOD4pxcBXBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyexnbFEaaTSrSwXNDEkofOD4pxcBXBV > .row > .video-iframe-container { display: none; }#tyexnbFEaaTSrSwXNDEkofOD4pxcBXBV > .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); }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6f5ea996-d885-4de9-9e29-54ea9bddde72/hinopartsforsale.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;position:relative;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;display:block; }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA.adaptive-delivery-prevent-bg, #Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA.lazyload, #Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA.lazyloading { background-image: none; }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .row .container { background-color: transparent; background-image: none; }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.46); }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .row .container > .video-iframe-container { display: none; }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.46); }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .row > .video-iframe-container { display: none; }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .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); }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .row .container { border-width: 0; border-radius: 0; }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.25rem;width:60rem;text-shadow:0.125rem 0.1875rem 0rem #0426d6;position:relative;display:block; }#MoR5BIsbloTpE9cJxG9iEg1S7Di8fSqa { height:5.625rem;width:12.25rem;position:absolute;display:block;z-index:15011;top:1.2445312738419rem;left:23.875rem;background-color:transparent;background-size:auto !important;overflow:hidden;display:block; }
#CN3LQGJwk9uDSTIrCaLRLMt1tz8Od6ht { background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-4),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:15.625rem;height:3.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:15.25rem;left:13.9375rem;display:block; }
#NHB2QgllcUnkUO3KEPwumgSAe3tPgNkE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CJMhVWGEi55ylcXlp2EQhUVdsqXHnObU { color:rgba(var(--color-tertiary-0),1);display:block;width:49.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(var(--color-tertiary-4),0);top:6.875rem;left:5.125rem;height:5.3625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kALU3blPrbipIx7llZlHtIk41oidN7JM { color:rgba(var(--color-tertiary-0),1);display:block;width:55.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(var(--color-tertiary-0),0);top:11.625rem;left:2.1875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VPXvXm8ncC4CKzDRTf1mUAJE4lTLXe6W { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0);top:20rem;left:13.90625rem;height:3.7375rem;font-style:italic;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; }
#crcdSH32HXeOdE3SRdNkmZ1RbnBa3uI3 { background-color:rgba(var(--color-tertiary-4),0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3rem;height:3.125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:15.3125rem;left:30.6875rem;display:block; }
#cSsFEIvrISclbMTk5iNZmAiHcW4h5smJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wei7yKmEkfEUAE0yVWXxyw48RGDWSvci { position:relative;display:block; }#Wei7yKmEkfEUAE0yVWXxyw48RGDWSvci { background-color: transparent; background-image: none; }#Wei7yKmEkfEUAE0yVWXxyw48RGDWSvci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wei7yKmEkfEUAE0yVWXxyw48RGDWSvci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wei7yKmEkfEUAE0yVWXxyw48RGDWSvci > .row .container > .video-iframe-container { display: none; }#Wei7yKmEkfEUAE0yVWXxyw48RGDWSvci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wei7yKmEkfEUAE0yVWXxyw48RGDWSvci > .row > .video-iframe-container { display: none; }#Wei7yKmEkfEUAE0yVWXxyw48RGDWSvci > .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); }#Wei7yKmEkfEUAE0yVWXxyw48RGDWSvci { border-width: 0; border-radius: 0; }#Wei7yKmEkfEUAE0yVWXxyw48RGDWSvci > .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; }#Wei7yKmEkfEUAE0yVWXxyw48RGDWSvci > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:48.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RwwMxILlkKEfqqpuCzyGn0HmDC9lE8Qf { 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:16.0625rem;width:32.25rem;top:4.6875rem;left:1.125rem;overflow:hidden;display:block; }
#EXqSPu8BwVTHeip9OMREisypbhNTyXg8 { 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:7.8125rem;width:6.875rem;top:22.0625rem;left:3.875rem;overflow:hidden;display:block; }
#TUPo56V1RWKC3wIVgkZFCenDI3x2BL53 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:36.981250762939rem;left:40.84375rem;height:7rem;text-align:center;text-align-last:center;display:block; }
#iMn8d3s7hzDxm4umLJioxRin7uQsTvTz { height:6.6875rem;width:6.6875rem;position:absolute;display:block;z-index:15010;top:3.125rem;left:2.875rem;background-color:transparent;background-size:auto !important;overflow:hidden;display:block; }
#DnUwbHGzxJNXvq6TrQ8N1WJLkrog5tFk { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:1.5625rem;left:36.125rem;height:2.275rem;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; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-form-header { font-size:0.875rem; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:#ffffff;width:20.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.2;overflow:hidden;font-style:normal; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#f8f8f8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-bottom:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-top:0.0625rem solid #eeeeee;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.8125rem;box-sizing:border-box;height:2.4375rem;font-size:0.875rem;vertical-align:top; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-input-text {padding-top: 0; padding-bottom: 0;}#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#f8f8f8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-bottom:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-top:0.0625rem solid #eeeeee;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.8125rem;box-sizing:border-box;height:3.375rem;font-size:0.875rem;vertical-align:top; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #dad6c1;border-right:0.125rem solid #dad6c1;border-bottom:0.125rem solid #dad6c1;border-left:0.125rem solid #dad6c1;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.8125rem;box-sizing:border-box;height:2.5625rem;font-size:0.875rem;vertical-align:top; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-input-select {padding-top: 0; padding-bottom: 0;}#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20.8125rem;height:3.0625rem;overflow:hidden; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:#0b0b0b; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:#0b0b0b; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:#0b0b0b; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:#0b0b0b; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:bold;color:#040404;vertical-align:top;float:none;width:19.8125rem; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:top; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.6875rem;vertical-align:top;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:bold;color:#ffffff;float:none;overflow:hidden;line-height:1.4; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-container:first-of-type{padding-top:0;}#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-container:last-of-type{padding-bottom:0;}#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V  { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#7b7b7b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.8125rem;height:auto;position:absolute;z-index:15003;top:4.6875rem;left:35.4375rem;font-size:0.875rem; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.8125rem;vertical-align:top; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;font-weight:300;color:#040404;vertical-align:top;overflow:hidden;font-style:normal; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V {display:block;}#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#7b7b7b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.8125rem;height:auto;position:absolute;z-index:15003;top:4.6875rem;left:35.4375rem;font-size:0.875rem; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #uR01sDUBL8OQJIMrg3LFTSTKKx8O1OwH { position:relative; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #SSeXFyJhTcBevOVM2mPnozabDONV45QT { position:relative;display:block; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #G1pDn6TZDTApLNIn02BJDz81Z0cAwRRy { position:relative; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #txuumoTEa5sCZ0v9LmAyPzBiJE5msBuL { position:relative; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #u87FCoEfFZZ5DtfnOdlcxIMu3XZbMXAy { position:relative;display:block; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #B1NPNtpzxbCxd1i7O7pzTTDQNiPeG0hm { position:relative; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #BmPK9mIrb3o5zdTsQmCinmhwTCk1TGR3 { position:relative; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #DtaoLQvuQATeF1MewMW6mUXmVTBhXX1V { position:relative;display:block; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #Pi0rMxqBtMWfK3h6Ad47K4bdTF03OOMy { position:relative; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #fO6z9WoTcmi9Kp9526GUCqWaLVQwuZPW { position:relative; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #ZTcDoNKBC1m5PNlfhZMrnvgt0TnfSrQb { position:relative;display:block; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #eGdUlBHyopsAmWVoGHUFRAiqagKNdGAM { position:relative; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #pdEcLJCwAE1Ax2eMpbEp9mxTI466FKyu { position:relative; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #pdEcLJCwAE1Ax2eMpbEp9mxTI466FKyu .container-column{width:50%;}#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #PLaQhK1LlCdBWLdRF8HW3wz7QscV01Ru { position:relative;display:block; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #R1XE4DXCndtip82eF8waOAb4Z4ng5oBc { position:relative;z-index:2; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #zkao2803zTuohVDJ8AlVS0yTnaHrFZ82 { position:relative; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #qoL2Jpzaz2zndJW2ToX7pfPg7QZ7hLSK { position:relative;z-index:2; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #dDawEiVbDo9KaqX6atbKnheGLCret1ZJ { position:relative; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #Ss7N5rQhUw3T9REuaTNbGKrCGe4pVCzt { position:relative; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #zBXFNhE61tLTddgdCJ7GC5sfu8AC4K3b { position:relative;display:none; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #Jl2JJo0Cr0J9GyUwNPxfEIC27IEGKRHh { position:relative; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #dNaTamIrNPVpIbu2dW9J40E0knfpMBVP { position:relative; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #urEMLHkmfZnOkAkC7oU44Mr8AxJaCy63 { position:relative;display:block; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #h3U39qZhTyMfohbAZn9BqkrGplDozRfJ { position:relative; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #E0zXuf0Hdsxv51EpHN3SRziN1KeTroST { position:relative; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #If9CcJ8ZNRan2A6l0ALq0qiHmsyPTglx { position:relative; }
#awLswWPkBTzcvHT9C6wvRrpD0ncbGKLa { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:21.125rem;left:11.75rem;height:10rem;display:block; }
#Tf8l1oe3BAEHHTBQzLhA6ZLaurrtpHcT { background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-4),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:15.625rem;height:3.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:34.9375rem;left:9.5rem;display:block; }
#yIigi19bxVP7AnuzcPSGx4C7Ktmc2kXE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MqQJMqraiPTUsl9NRG4p1K4CIV1s0smf { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:32.625rem;left:8.5625rem;height:1.86875rem;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; }
#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt { z-index:;position:relative;display:block; }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt { background-color: transparent; background-image: none; }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt > .row .container > .video-iframe-container { display: none; }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt > .row > .video-iframe-container { display: none; }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt > .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); }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:23.5625rem;width:60rem;text-shadow:0.125rem 0.1875rem 0rem #0426d6;position:relative;display:block; }#mHWgI6GMRhI4WOVdzVFUhTU0vfyX5uWr { 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:23.25rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#KO61k0J0MfCnWTJbNnFVZ8pe4QdKlsdR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.57);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; }#KO61k0J0MfCnWTJbNnFVZ8pe4QdKlsdR > .row .container { background-color: transparent; background-image: none; }#KO61k0J0MfCnWTJbNnFVZ8pe4QdKlsdR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO61k0J0MfCnWTJbNnFVZ8pe4QdKlsdR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO61k0J0MfCnWTJbNnFVZ8pe4QdKlsdR > .row .container > .video-iframe-container { display: none; }#KO61k0J0MfCnWTJbNnFVZ8pe4QdKlsdR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO61k0J0MfCnWTJbNnFVZ8pe4QdKlsdR > .row > .video-iframe-container { display: none; }#KO61k0J0MfCnWTJbNnFVZ8pe4QdKlsdR > .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); }#KO61k0J0MfCnWTJbNnFVZ8pe4QdKlsdR > .row .container { border-width: 0; border-radius: 0; }#KO61k0J0MfCnWTJbNnFVZ8pe4QdKlsdR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KO61k0J0MfCnWTJbNnFVZ8pe4QdKlsdR > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:60rem;position:relative;display:block; }#TcETFazqVBI8fUefe9WyeitINqRT1079 { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:5.8125rem;left:8.75rem;height:10.4875rem;font-style:normal;display:block; }#TcETFazqVBI8fUefe9WyeitINqRT1079 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TcETFazqVBI8fUefe9WyeitINqRT1079 li:before{  }
#DHeGAVJFeivZ1gorFEDaFtFV7QKJpuJr { color:rgba(var(--color-tertiary-4),1);display:block;width:53.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:1.875rem;left:3rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#eCOqqsPH7HT50IGUn4KHKLNmfJXVWfH5 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:5.8125rem;left:21.375rem;height:10.4875rem;font-style:normal;display:block; }#eCOqqsPH7HT50IGUn4KHKLNmfJXVWfH5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eCOqqsPH7HT50IGUn4KHKLNmfJXVWfH5 li:before{  }
#az9JJkXn6CTW75oNRqzihEWTebT29Sym { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:5.8125rem;left:33.25rem;height:10.4875rem;display:block; }#az9JJkXn6CTW75oNRqzihEWTebT29Sym li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#az9JJkXn6CTW75oNRqzihEWTebT29Sym li:before{  }
#hTco0gvdnFQmAOxc6kCgAvP1OxtsJZl7 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:5.8125rem;left:43.8125rem;height:10.4875rem;display:block; }#hTco0gvdnFQmAOxc6kCgAvP1OxtsJZl7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hTco0gvdnFQmAOxc6kCgAvP1OxtsJZl7 li:before{  }
#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh { background-color:transparent;background-image:url("https://images.assets-landingi.com/UWhyep5w/Crop_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh.adaptive-delivery-prevent-bg, #cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh.lazyload, #cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh.lazyloading { background-image: none; }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh > .row .container { background-color: transparent; background-image: none; }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.79); }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh > .row .container > .video-iframe-container { display: none; }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.79); }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh > .row > .video-iframe-container { display: none; }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh > .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); }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh > .row .container { border-width: 0; border-radius: 0; }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh > .row .container { width:60rem;height:36.375rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#sPtSTQi1aPEapaWJwC51LEu5FWtkiX5X { display:block;width:10.15833375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1;top:3.0625rem;left:42.125rem;background-color:transparent;background-size:auto !important;height:2.09583375rem;display:none; }
#HSQkhOeSIVPAtEQVhkwrWT71cgNHoGN3 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:19.5625rem;left:27.1875rem;height:14.13125rem;display:block; }
#oCmeXV8WS53AgUpdPTArZAc3NW98Vl65 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:7.5rem;top:18rem;left:27.1875rem;display:block; }
#yetpaVQwvd9xMPzb7dBCAVSdBigQ0iS8 { background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;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:15022;text-align:center;text-align-last:center;top:30.3125rem;left:4.125rem;display:block; }
#pAc7CR1u3rAZfRy3Ht1KuSUp9umSlQyC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CwCg4NLwUZ9JGgccx6t9TwcDFwJ6ZvbC { display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.6;top:10.9375rem;left:27.1875rem;background-color:transparent;background-size:initial !important;height:3.8rem;text-shadow:0rem 0rem 0rem rgba(0,0,0,0);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; }
#BOZOraKRzGCZfyMQKT08OdD7bcLMmkDe { display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.6;top:10.5625rem;left:1.1875rem;background-color:transparent;background-size:initial !important;height:16.5875rem;text-shadow:0rem 0rem 0rem rgba(0,0,0,0);color:rgba(var(--color-tertiary-0),1);display:block; }#BOZOraKRzGCZfyMQKT08OdD7bcLMmkDe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BOZOraKRzGCZfyMQKT08OdD7bcLMmkDe li:before{  }
#lLO0vBvOM9BTNoit1KKBsyT6TTQEbzWJ { display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.6;top:6rem;left:27.1875rem;background-color:transparent;background-size:initial !important;height:3.8rem;text-shadow:0rem 0rem 0rem rgba(0,0,0,0);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; }
#EyR4rmmcumnkkZlmf7lfV0o8HdkwBTzz { display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.4;top:6rem;left:1.1875rem;background-color:transparent;background-size:initial !important;height:3.5rem;text-shadow:0rem 0rem 0rem rgba(0,0,0,0);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; }
#JzH9DNrbUsBXUKZH9huzO8hs5NsRrNzw { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:1.3242197036743rem;left:16.5rem;height:3.33125rem;text-align:center;text-align-last:center;display:block; }
#H9JaKDyN8XHuSszO8vphT5k97KR3Sya3 { display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.6;top:10.562500953674rem;left:11.098438262939rem;background-color:transparent;background-size:initial !important;height:16.5875rem;text-shadow:0rem 0rem 0rem rgba(0,0,0,0);color:rgba(var(--color-tertiary-0),1);display:block; }#H9JaKDyN8XHuSszO8vphT5k97KR3Sya3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H9JaKDyN8XHuSszO8vphT5k97KR3Sya3 li:before{  }
#nvfoR4CCPGb2uL7du1ePc4aXfTuQAnPr { 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; }#nvfoR4CCPGb2uL7du1ePc4aXfTuQAnPr > .row .container { background-color: transparent; background-image: none; }#nvfoR4CCPGb2uL7du1ePc4aXfTuQAnPr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvfoR4CCPGb2uL7du1ePc4aXfTuQAnPr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvfoR4CCPGb2uL7du1ePc4aXfTuQAnPr > .row .container > .video-iframe-container { display: none; }#nvfoR4CCPGb2uL7du1ePc4aXfTuQAnPr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvfoR4CCPGb2uL7du1ePc4aXfTuQAnPr > .row > .video-iframe-container { display: none; }#nvfoR4CCPGb2uL7du1ePc4aXfTuQAnPr > .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); }#nvfoR4CCPGb2uL7du1ePc4aXfTuQAnPr > .row .container { border-width: 0; border-radius: 0; }#nvfoR4CCPGb2uL7du1ePc4aXfTuQAnPr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nvfoR4CCPGb2uL7du1ePc4aXfTuQAnPr > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:60rem;position:relative;display:block; }#CB3l97TW29ilGugZMkBBBsiWwLtqNFDq { 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.0625rem;width:19.125rem;top:1.7812578678131rem;left:20.4375rem;overflow:hidden;display:block; }
#DbeBfL2aIdCoDUClBP1Xb8ZgqJ32x3rz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18rem;left:24.125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WdTZwn4Tnob8yZw08Fw5Kl8yCfHQxX12 { background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:22.1875rem;display:block; }
#sZ7HF122LrMl8oCNmhW6MeR6CNMthfko { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UzgdbX4auJLlBnTqnDvMWvdFQBtV4rNA { background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:2.1875rem;display:block; }
#ToH0zxbrctTqsgNQxyke0CcdtunqAJGr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HGEkQTsPXWfUs1d2gTfpi6TG3XbfMhze { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.000000953674rem;left:3.875rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QIQQqCQbdGNkmLhTFGzFTfspdwTUHScL { 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.125rem;width:19.125rem;top:1.75rem;left:0.4375rem;overflow:hidden;display:block; }
#yGRygO7N1neBaZFJqNZbfrBGHEvRFmCy { background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:42.125rem;display:block; }
#Tdn7WAvrvrgltZoc1GlZQKtklynfDdKi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oLV8CypvtTXuMs092ofCTdMpkfTOGsRh { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18rem;left:44.4375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gAXncg6OqZ5JWJiV2LxoQcaM79URgAuN { 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.125rem;width:19.125rem;top:1.875rem;left:40.375rem;overflow:hidden;display:block; }
#nmW4ulFoD9LvDkbv15stI2divfcc1FRn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3e3e3e;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; }#nmW4ulFoD9LvDkbv15stI2divfcc1FRn > .row .container { background-color: transparent; background-image: none; }#nmW4ulFoD9LvDkbv15stI2divfcc1FRn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmW4ulFoD9LvDkbv15stI2divfcc1FRn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmW4ulFoD9LvDkbv15stI2divfcc1FRn > .row .container > .video-iframe-container { display: none; }#nmW4ulFoD9LvDkbv15stI2divfcc1FRn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmW4ulFoD9LvDkbv15stI2divfcc1FRn > .row > .video-iframe-container { display: none; }#nmW4ulFoD9LvDkbv15stI2divfcc1FRn > .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); }#nmW4ulFoD9LvDkbv15stI2divfcc1FRn > .row .container { border-width: 0; border-radius: 0; }#nmW4ulFoD9LvDkbv15stI2divfcc1FRn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nmW4ulFoD9LvDkbv15stI2divfcc1FRn > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:60rem;position:relative;display:block; }#cD9IwmBVAOWby00yHckwx1tHGKINkDz3 { display:block;width:51.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.6;top:6.6875rem;left:4.375rem;background-color:transparent;background-size:initial !important;height:9rem;text-shadow:0rem 0rem 0rem rgba(0,0,0,0);color:#ffffff;display:block; }
#fhTKyXbs7Oy35qPorxRwZ1y9g47n8RDD { height:4.5rem;width:10.375rem;position:absolute;display:block;z-index:15005;top:0.8125rem;left:24.8125rem;background-color:transparent;background-size:auto !important;overflow:hidden;display:block; }
#cyuCZ2xrndq7gbsOmhPpzPmIUSZ5I5lI { position:relative;display:block; }#cyuCZ2xrndq7gbsOmhPpzPmIUSZ5I5lI { background-color: transparent; background-image: none; }#cyuCZ2xrndq7gbsOmhPpzPmIUSZ5I5lI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyuCZ2xrndq7gbsOmhPpzPmIUSZ5I5lI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyuCZ2xrndq7gbsOmhPpzPmIUSZ5I5lI > .row .container > .video-iframe-container { display: none; }#cyuCZ2xrndq7gbsOmhPpzPmIUSZ5I5lI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyuCZ2xrndq7gbsOmhPpzPmIUSZ5I5lI > .row > .video-iframe-container { display: none; }#cyuCZ2xrndq7gbsOmhPpzPmIUSZ5I5lI > .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); }#cyuCZ2xrndq7gbsOmhPpzPmIUSZ5I5lI { border-width: 0; border-radius: 0; }#cyuCZ2xrndq7gbsOmhPpzPmIUSZ5I5lI > .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; }#cyuCZ2xrndq7gbsOmhPpzPmIUSZ5I5lI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JTi5uLUxBq5Tkb9UBAU2m9tLCel3ElT6 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;top:1.0625rem;left:14.25rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA { display:block; }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA { background-color: transparent; background-image: none; }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .row .container > .video-iframe-container { display: none; }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .row > .video-iframe-container { display: none; }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .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); }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .row .container { width:47.75rem;background-color:transparent;background-size:auto !important;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MoR5BIsbloTpE9cJxG9iEg1S7Di8fSqa { width:6.5625rem;height:3rem;top:21.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN3LQGJwk9uDSTIrCaLRLMt1tz8Od6ht { width:15.625rem;height:3.1875rem;top:15.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHB2QgllcUnkUO3KEPwumgSAe3tPgNkE { display:block; }
 }@media only screen and (max-width: 763px) { #CJMhVWGEi55ylcXlp2EQhUVdsqXHnObU { width:47.75rem;height:5.3125rem;top:6.875rem;left:0rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kALU3blPrbipIx7llZlHtIk41oidN7JM { width:47.75rem;height:;top:11.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPXvXm8ncC4CKzDRTf1mUAJE4lTLXe6W { width:32.1875rem;height:3.6875rem;top:20rem;left:7.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crcdSH32HXeOdE3SRdNkmZ1RbnBa3uI3 { width:15.3125rem;height:3.125rem;top:15.3125rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSsFEIvrISclbMTk5iNZmAiHcW4h5smJ { display:block; }
 }@media only screen and (max-width: 763px) { #Wei7yKmEkfEUAE0yVWXxyw48RGDWSvci { display:block; }#Wei7yKmEkfEUAE0yVWXxyw48RGDWSvci > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwwMxILlkKEfqqpuCzyGn0HmDC9lE8Qf { width:32.25rem;height:16.0625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXqSPu8BwVTHeip9OMREisypbhNTyXg8 { width:6.875rem;height:7.8125rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUPo56V1RWKC3wIVgkZFCenDI3x2BL53 { width:12.5rem;height:7rem;top:36.9375rem;left:34.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMn8d3s7hzDxm4umLJioxRin7uQsTvTz { width:6.25rem;height:6.25rem;top:1.0625rem;left:10.375000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnUwbHGzxJNXvq6TrQ8N1WJLkrog5tFk { width:21.9375rem;height:2.25rem;top:1.5625rem;left:25.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-regular-label { width:18.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-input-text { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-input-text {padding-top: 0; padding-bottom: 0;}#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-textarea { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-input-select { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-input-select {padding-top: 0; padding-bottom: 0;}#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-input-button { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-checkbox-label { width:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V  { width:18.875rem;height:auto;top:1.6500000953674rem;left:25.625000357628rem; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .radio-container { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V {display:block;}#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V { width:18.875rem;height:auto;top:1.6500000953674rem;left:25.625000357628rem; }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #uR01sDUBL8OQJIMrg3LFTSTKKx8O1OwH {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #SSeXFyJhTcBevOVM2mPnozabDONV45QT { display:block; }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #G1pDn6TZDTApLNIn02BJDz81Z0cAwRRy {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #txuumoTEa5sCZ0v9LmAyPzBiJE5msBuL {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #u87FCoEfFZZ5DtfnOdlcxIMu3XZbMXAy { display:block; }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #B1NPNtpzxbCxd1i7O7pzTTDQNiPeG0hm {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #BmPK9mIrb3o5zdTsQmCinmhwTCk1TGR3 {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #DtaoLQvuQATeF1MewMW6mUXmVTBhXX1V { display:block; }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #Pi0rMxqBtMWfK3h6Ad47K4bdTF03OOMy {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #fO6z9WoTcmi9Kp9526GUCqWaLVQwuZPW {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #ZTcDoNKBC1m5PNlfhZMrnvgt0TnfSrQb { display:block; }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #eGdUlBHyopsAmWVoGHUFRAiqagKNdGAM {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #pdEcLJCwAE1Ax2eMpbEp9mxTI466FKyu {  }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #pdEcLJCwAE1Ax2eMpbEp9mxTI466FKyu .container-column{width:50%;} }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #PLaQhK1LlCdBWLdRF8HW3wz7QscV01Ru {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #R1XE4DXCndtip82eF8waOAb4Z4ng5oBc {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #zkao2803zTuohVDJ8AlVS0yTnaHrFZ82 {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #qoL2Jpzaz2zndJW2ToX7pfPg7QZ7hLSK {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #dDawEiVbDo9KaqX6atbKnheGLCret1ZJ {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #Ss7N5rQhUw3T9REuaTNbGKrCGe4pVCzt {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #zBXFNhE61tLTddgdCJ7GC5sfu8AC4K3b {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #Jl2JJo0Cr0J9GyUwNPxfEIC27IEGKRHh {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #dNaTamIrNPVpIbu2dW9J40E0knfpMBVP {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #urEMLHkmfZnOkAkC7oU44Mr8AxJaCy63 { display:block; }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #h3U39qZhTyMfohbAZn9BqkrGplDozRfJ {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #E0zXuf0Hdsxv51EpHN3SRziN1KeTroST {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #If9CcJ8ZNRan2A6l0ALq0qiHmsyPTglx {  }
 }@media only screen and (max-width: 763px) { #awLswWPkBTzcvHT9C6wvRrpD0ncbGKLa { width:19.4375rem;height:10rem;top:21.125rem;left:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf8l1oe3BAEHHTBQzLhA6ZLaurrtpHcT { width:15.625rem;height:3.1875rem;top:34.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIigi19bxVP7AnuzcPSGx4C7Ktmc2kXE { display:block; }
 }@media only screen and (max-width: 763px) { #MqQJMqraiPTUsl9NRG4p1K4CIV1s0smf { width:17.4375rem;height:1.8125rem;top:32.625rem;left:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt { display:block; }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt { background-color: transparent; background-image: none; }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt > .row .container > .video-iframe-container { display: none; }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt > .row > .video-iframe-container { display: none; }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt > .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); }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt > .row .container { width:47.75rem;background-color:transparent;background-size:auto !important;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHWgI6GMRhI4WOVdzVFUhTU0vfyX5uWr { width:47.75rem;height:18.503125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO61k0J0MfCnWTJbNnFVZ8pe4QdKlsdR { display:block; }#KO61k0J0MfCnWTJbNnFVZ8pe4QdKlsdR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcETFazqVBI8fUefe9WyeitINqRT1079 { width:10rem;height:10.4375rem;top:5.8125rem;left:2.625rem;font-size:1rem;display:block; }#TcETFazqVBI8fUefe9WyeitINqRT1079 li:before{  }
 }@media only screen and (max-width: 763px) { #DHeGAVJFeivZ1gorFEDaFtFV7QKJpuJr { width:47.75rem;height:2.625rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCOqqsPH7HT50IGUn4KHKLNmfJXVWfH5 { width:10.0625rem;height:10.4375rem;top:5.8125rem;left:15.25rem;font-size:1rem;display:block; }#eCOqqsPH7HT50IGUn4KHKLNmfJXVWfH5 li:before{  }
 }@media only screen and (max-width: 763px) { #az9JJkXn6CTW75oNRqzihEWTebT29Sym { width:8.1875rem;height:10.4375rem;top:5.8125rem;left:27.125rem;font-size:1rem;display:block; }#az9JJkXn6CTW75oNRqzihEWTebT29Sym li:before{  }
 }@media only screen and (max-width: 763px) { #hTco0gvdnFQmAOxc6kCgAvP1OxtsJZl7 { width:9.25rem;height:10.4375rem;top:5.8125rem;left:37.6875rem;font-size:1rem;display:block; }#hTco0gvdnFQmAOxc6kCgAvP1OxtsJZl7 li:before{  }
 }@media only screen and (max-width: 763px) { #cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh { background-color:#cccccc;background-image:url("https://images.assets-landingi.com/UWhyep5w/Crop_2.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh.adaptive-delivery-prevent-bg, #cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh.lazyload, #cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh.lazyloading { background-image: none; }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh > .row .container { background-color: transparent; background-image: none; }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh > .row .container > .video-iframe-container { display: none; }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh > .row > .video-iframe-container { display: none; }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh > .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); }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh > .row .container { width:47.75rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPtSTQi1aPEapaWJwC51LEu5FWtkiX5X { background-color:transparent;background-size:auto !important;z-index:15006;top:3.75rem;left:32.1875rem;width:8.28333375rem;height:3.09583375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSQkhOeSIVPAtEQVhkwrWT71cgNHoGN3 { width:28.875rem;height:14.125rem;top:19.5625rem;left:18.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCmeXV8WS53AgUpdPTArZAc3NW98Vl65 { width:7.5rem;height:0.0625rem;top:18rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yetpaVQwvd9xMPzb7dBCAVSdBigQ0iS8 { width:15.625rem;height:3.1875rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAc7CR1u3rAZfRy3Ht1KuSUp9umSlQyC { display:block; }
 }@media only screen and (max-width: 763px) { #CwCg4NLwUZ9JGgccx6t9TwcDFwJ6ZvbC { height:3.1rem;left:2.75rem;top:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOZOraKRzGCZfyMQKT08OdD7bcLMmkDe { height:3.1rem;left:2.75rem;top:5.625rem;display:block; }#BOZOraKRzGCZfyMQKT08OdD7bcLMmkDe li:before{  }
 }@media only screen and (max-width: 763px) { #lLO0vBvOM9BTNoit1KKBsyT6TTQEbzWJ { height:3.1rem;left:2.75rem;top:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyR4rmmcumnkkZlmf7lfV0o8HdkwBTzz { height:3.1rem;left:2.75rem;top:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzH9DNrbUsBXUKZH9huzO8hs5NsRrNzw { width:27rem;height:3.3125rem;top:1.3125rem;left:10.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9JaKDyN8XHuSszO8vphT5k97KR3Sya3 { height:3.1rem;left:2.75rem;top:5.625rem;display:block; }#H9JaKDyN8XHuSszO8vphT5k97KR3Sya3 li:before{  }
 }@media only screen and (max-width: 763px) { #nvfoR4CCPGb2uL7du1ePc4aXfTuQAnPr { display:block; }#nvfoR4CCPGb2uL7du1ePc4aXfTuQAnPr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CB3l97TW29ilGugZMkBBBsiWwLtqNFDq { width:19.125rem;height:14.0625rem;top:1.75rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbeBfL2aIdCoDUClBP1Xb8ZgqJ32x3rz { width:12.75rem;height:3.875rem;top:18rem;left:17.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdTZwn4Tnob8yZw08Fw5Kl8yCfHQxX12 { width:15.625rem;height:3.1875rem;top:23.25rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ7HF122LrMl8oCNmhW6MeR6CNMthfko { display:block; }
 }@media only screen and (max-width: 763px) { #UzgdbX4auJLlBnTqnDvMWvdFQBtV4rNA { width:15.625rem;height:3.1875rem;top:23.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToH0zxbrctTqsgNQxyke0CcdtunqAJGr { display:block; }
 }@media only screen and (max-width: 763px) { #HGEkQTsPXWfUs1d2gTfpi6TG3XbfMhze { width:12.1875rem;height:3.875rem;top:18rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIQQqCQbdGNkmLhTFGzFTfspdwTUHScL { width:19.125rem;height:14.125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGRygO7N1neBaZFJqNZbfrBGHEvRFmCy { width:15.625rem;height:3.1875rem;top:23.25rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdn7WAvrvrgltZoc1GlZQKtklynfDdKi { display:block; }
 }@media only screen and (max-width: 763px) { #oLV8CypvtTXuMs092ofCTdMpkfTOGsRh { width:12.5625rem;height:3.875rem;top:18rem;left:34.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAXncg6OqZ5JWJiV2LxoQcaM79URgAuN { width:19.125rem;height:14.125rem;top:1.875rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmW4ulFoD9LvDkbv15stI2divfcc1FRn { display:block; }#nmW4ulFoD9LvDkbv15stI2divfcc1FRn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cD9IwmBVAOWby00yHckwx1tHGKINkDz3 { background-color:transparent;background-size:auto !important;height:11.55rem;left:1rem;top:24.9375rem;width:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhTKyXbs7Oy35qPorxRwZ1y9g47n8RDD { width:6.75rem;height:3rem;top:21.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyuCZ2xrndq7gbsOmhPpzPmIUSZ5I5lI { display:block; }#cyuCZ2xrndq7gbsOmhPpzPmIUSZ5I5lI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTi5uLUxBq5Tkb9UBAU2m9tLCel3ElT6 { width:31.5rem;height:3.1875rem;top:1.0625rem;left:8.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/aa6f114b-a877-4b5f-807e-000afb43f3ce/hinopartsforsalecover.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA.adaptive-delivery-prevent-bg, #Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA.lazyload, #Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA.lazyloading { background-image: none; }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .row .container { background-color: transparent; background-image: none; }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .row .container > .video-iframe-container { display: none; }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .row > .video-iframe-container { display: none; }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .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); }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .row .container { border-width: 0; border-radius: 0; }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ll2sdMmaSA5ZDW0Vt2E1L9DmnQKnBynA > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MoR5BIsbloTpE9cJxG9iEg1S7Di8fSqa { left:4.9687500596046rem;background-color:transparent;background-size:auto !important;top:2.6875rem;height:4.375rem;width:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN3LQGJwk9uDSTIrCaLRLMt1tz8Od6ht { width:15.375rem;height:2.875rem;top:13.6875rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHB2QgllcUnkUO3KEPwumgSAe3tPgNkE { display:block; }
 }@media only screen and (max-width: 763px) { #CJMhVWGEi55ylcXlp2EQhUVdsqXHnObU { width:20rem;height:2rem;top:7.5rem;left:0rem;font-size:2rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kALU3blPrbipIx7llZlHtIk41oidN7JM { width:20rem;height:3.475rem;top:9.6875rem;left:0rem;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);line-height:1.5;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VPXvXm8ncC4CKzDRTf1mUAJE4lTLXe6W { width:20rem;height:3.375rem;top:21.5625rem;left:0rem;font-size:1.125rem;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #crcdSH32HXeOdE3SRdNkmZ1RbnBa3uI3 { width:15.3125rem;height:3.125rem;top:17.25rem;left:2.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSsFEIvrISclbMTk5iNZmAiHcW4h5smJ { display:block; }
 }@media only screen and (max-width: 763px) { #Wei7yKmEkfEUAE0yVWXxyw48RGDWSvci { display:block; }#Wei7yKmEkfEUAE0yVWXxyw48RGDWSvci > .row .container { width:20rem;height:72.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwwMxILlkKEfqqpuCzyGn0HmDC9lE8Qf { width:20rem;height:9.8125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXqSPu8BwVTHeip9OMREisypbhNTyXg8 { width:6.875rem;height:7.8125rem;top:53.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUPo56V1RWKC3wIVgkZFCenDI3x2BL53 { width:12.5rem;height:7rem;top:53.6875rem;left:7.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iMn8d3s7hzDxm4umLJioxRin7uQsTvTz { left:14.812500536442rem;background-color:transparent;background-size:auto !important;top:0rem;height:4.3125rem;width:4.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DnUwbHGzxJNXvq6TrQ8N1WJLkrog5tFk { width:20rem;height:1.95rem;top:11.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-input-text {padding-top: 0; padding-bottom: 0;}#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-input-select {padding-top: 0; padding-bottom: 0;}#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffcd00;background-image:none;font-size:1.25rem;overflow:hidden;height:3.125rem; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V  { width:17.5rem;height:auto;top:13.337500095367rem;left:0rem; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V {display:block;}#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V { width:17.5rem;height:auto;top:13.337500095367rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #uR01sDUBL8OQJIMrg3LFTSTKKx8O1OwH {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #SSeXFyJhTcBevOVM2mPnozabDONV45QT { display:block; }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #G1pDn6TZDTApLNIn02BJDz81Z0cAwRRy {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #txuumoTEa5sCZ0v9LmAyPzBiJE5msBuL {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #u87FCoEfFZZ5DtfnOdlcxIMu3XZbMXAy { display:block; }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #B1NPNtpzxbCxd1i7O7pzTTDQNiPeG0hm {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #BmPK9mIrb3o5zdTsQmCinmhwTCk1TGR3 {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #DtaoLQvuQATeF1MewMW6mUXmVTBhXX1V { display:block; }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #Pi0rMxqBtMWfK3h6Ad47K4bdTF03OOMy {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #fO6z9WoTcmi9Kp9526GUCqWaLVQwuZPW {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #ZTcDoNKBC1m5PNlfhZMrnvgt0TnfSrQb { display:block; }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #eGdUlBHyopsAmWVoGHUFRAiqagKNdGAM {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #pdEcLJCwAE1Ax2eMpbEp9mxTI466FKyu {  }
#aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #pdEcLJCwAE1Ax2eMpbEp9mxTI466FKyu .container-column{width:50%;} }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #PLaQhK1LlCdBWLdRF8HW3wz7QscV01Ru {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #R1XE4DXCndtip82eF8waOAb4Z4ng5oBc {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #zkao2803zTuohVDJ8AlVS0yTnaHrFZ82 {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #qoL2Jpzaz2zndJW2ToX7pfPg7QZ7hLSK {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #dDawEiVbDo9KaqX6atbKnheGLCret1ZJ {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #Ss7N5rQhUw3T9REuaTNbGKrCGe4pVCzt {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #zBXFNhE61tLTddgdCJ7GC5sfu8AC4K3b {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #Jl2JJo0Cr0J9GyUwNPxfEIC27IEGKRHh {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #dNaTamIrNPVpIbu2dW9J40E0knfpMBVP {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #urEMLHkmfZnOkAkC7oU44Mr8AxJaCy63 { display:block; }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #h3U39qZhTyMfohbAZn9BqkrGplDozRfJ {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #E0zXuf0Hdsxv51EpHN3SRziN1KeTroST {  }
 }@media only screen and (max-width: 763px) { #aqIPfTv9SpHaMV73ETllUsS2y8p8nL4V #If9CcJ8ZNRan2A6l0ALq0qiHmsyPTglx {  }
 }@media only screen and (max-width: 763px) { #awLswWPkBTzcvHT9C6wvRrpD0ncbGKLa { width:17.4375rem;height:8.5rem;top:62.375rem;left:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf8l1oe3BAEHHTBQzLhA6ZLaurrtpHcT { width:15.625rem;height:3.1875rem;top:48.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIigi19bxVP7AnuzcPSGx4C7Ktmc2kXE { display:block; }
 }@media only screen and (max-width: 763px) { #MqQJMqraiPTUsl9NRG4p1K4CIV1s0smf { width:17.4375rem;height:1.95rem;top:46.062502861023rem;left:1.2812500596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt { display:block; }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt { background-color: transparent; background-image: none; }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt > .row .container > .video-iframe-container { display: none; }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt > .row > .video-iframe-container { display: none; }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt > .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); }#NFr4BTqNEFgMkdEi9w7wmBbz5D4dXVgt > .row .container { width:20rem;background-color:transparent;background-size:initial !important;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHWgI6GMRhI4WOVdzVFUhTU0vfyX5uWr { width:20rem;height:7.75rem;top:0.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO61k0J0MfCnWTJbNnFVZ8pe4QdKlsdR { display:block; }#KO61k0J0MfCnWTJbNnFVZ8pe4QdKlsdR > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcETFazqVBI8fUefe9WyeitINqRT1079 { width:10rem;height:9.3625rem;top:6.7750000953675rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }#TcETFazqVBI8fUefe9WyeitINqRT1079 li:before{  }
 }@media only screen and (max-width: 763px) { #DHeGAVJFeivZ1gorFEDaFtFV7QKJpuJr { width:20rem;height:3.9rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCOqqsPH7HT50IGUn4KHKLNmfJXVWfH5 { width:10.0625rem;height:9.3625rem;top:16.762499332428rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }#eCOqqsPH7HT50IGUn4KHKLNmfJXVWfH5 li:before{  }
 }@media only screen and (max-width: 763px) { #az9JJkXn6CTW75oNRqzihEWTebT29Sym { width:8.1875rem;height:9.3625rem;top:6.7750000953675rem;left:10.000000536442rem;font-size:1rem;line-height:1.3;display:block; }#az9JJkXn6CTW75oNRqzihEWTebT29Sym li:before{  }
 }@media only screen and (max-width: 763px) { #hTco0gvdnFQmAOxc6kCgAvP1OxtsJZl7 { width:9.25rem;height:9.3625rem;top:16.762499332428rem;left:10.000000536442rem;font-size:1rem;line-height:1.3;display:block; }#hTco0gvdnFQmAOxc6kCgAvP1OxtsJZl7 li:before{  }
 }@media only screen and (max-width: 763px) { #cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh { background-color:transparent;background-image:url("https://images.assets-landingi.com/UWhyep5w/Crop_2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh.adaptive-delivery-prevent-bg, #cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh.lazyload, #cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh.lazyloading { background-image: none; }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh > .row .container { background-color: transparent; background-image: none; }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.67); }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh > .row .container > .video-iframe-container { display: none; }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh > .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); }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh > .row > .video-iframe-container { display: none; }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh > .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); }#cW4wpHl5SZ0A2pPGIGOMdztPdTHFRGKh > .row .container { width:20rem;height:62.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPtSTQi1aPEapaWJwC51LEu5FWtkiX5X { left:2.0625rem;background-color:transparent;background-size:auto !important;z-index:15008;font-size:0.75rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSQkhOeSIVPAtEQVhkwrWT71cgNHoGN3 { width:20rem;height:15.3rem;top:45.312492370606rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oCmeXV8WS53AgUpdPTArZAc3NW98Vl65 { width:7.5rem;height:0.0625rem;top:43.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yetpaVQwvd9xMPzb7dBCAVSdBigQ0iS8 { width:15.625rem;height:3.1875rem;top:24.9375rem;left:2.1875000596046rem;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) { #pAc7CR1u3rAZfRy3Ht1KuSUp9umSlQyC { display:block; }
 }@media only screen and (max-width: 763px) { #CwCg4NLwUZ9JGgccx6t9TwcDFwJ6ZvbC { background-color:transparent;background-size:auto !important;top:37.0625rem;left:0rem;height:5.4rem;width:20rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOZOraKRzGCZfyMQKT08OdD7bcLMmkDe { background-color:transparent;background-size:auto !important;top:8.125rem;left:1.1875rem;height:14.9875rem;width:7.5rem;font-size:1rem;display:block; }#BOZOraKRzGCZfyMQKT08OdD7bcLMmkDe li:before{  }
 }@media only screen and (max-width: 763px) { #lLO0vBvOM9BTNoit1KKBsyT6TTQEbzWJ { background-color:transparent;background-size:auto !important;top:30.1875rem;left:0rem;height:5.4rem;width:20rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyR4rmmcumnkkZlmf7lfV0o8HdkwBTzz { background-color:transparent;background-size:auto !important;top:3.2609367370606rem;left:0rem;height:3.5rem;width:20rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JzH9DNrbUsBXUKZH9huzO8hs5NsRrNzw { width:20rem;height:1.95rem;top:0.86172008514406rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H9JaKDyN8XHuSszO8vphT5k97KR3Sya3 { background-color:transparent;background-size:auto !important;top:8.1250009536744rem;left:8.6875005364419rem;height:14.9875rem;width:10.0625rem;font-size:1rem;display:block; }#H9JaKDyN8XHuSszO8vphT5k97KR3Sya3 li:before{  }
 }@media only screen and (max-width: 763px) { #nvfoR4CCPGb2uL7du1ePc4aXfTuQAnPr { display:block; }#nvfoR4CCPGb2uL7du1ePc4aXfTuQAnPr > .row .container { width:20rem;height:70.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CB3l97TW29ilGugZMkBBBsiWwLtqNFDq { width:20rem;height:14.375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbeBfL2aIdCoDUClBP1Xb8ZgqJ32x3rz { width:20rem;height:4.78125rem;top:17.625rem;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) { #WdTZwn4Tnob8yZw08Fw5Kl8yCfHQxX12 { width:15rem;height:3.1875rem;top:13.562500953674rem;left:2.5000000596046rem;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) { #sZ7HF122LrMl8oCNmhW6MeR6CNMthfko { display:block; }
 }@media only screen and (max-width: 763px) { #UzgdbX4auJLlBnTqnDvMWvdFQBtV4rNA { width:15rem;height:3.1875rem;top:36.687500953674rem;left:2.5000000596046rem;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) { #ToH0zxbrctTqsgNQxyke0CcdtunqAJGr { display:block; }
 }@media only screen and (max-width: 763px) { #HGEkQTsPXWfUs1d2gTfpi6TG3XbfMhze { width:12.8125rem;height:4.78125rem;top:40.8125rem;left:3.6250000596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QIQQqCQbdGNkmLhTFGzFTfspdwTUHScL { width:20rem;height:14.4375rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGRygO7N1neBaZFJqNZbfrBGHEvRFmCy { width:15rem;height:3.1875rem;top:59.999980926514rem;left:2.5000000596046rem;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) { #Tdn7WAvrvrgltZoc1GlZQKtklynfDdKi { display:block; }
 }@media only screen and (max-width: 763px) { #oLV8CypvtTXuMs092ofCTdMpkfTOGsRh { width:12.875rem;height:4.78125rem;top:64.4375rem;left:3.5625000596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gAXncg6OqZ5JWJiV2LxoQcaM79URgAuN { width:20rem;height:14.4375rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmW4ulFoD9LvDkbv15stI2divfcc1FRn { display:block; }#nmW4ulFoD9LvDkbv15stI2divfcc1FRn > .row .container { width:20rem;height:23.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cD9IwmBVAOWby00yHckwx1tHGKINkDz3 { left:0rem;background-color:transparent;background-size:auto !important;top:6.4375rem;font-size:1rem;width:20rem;height:16rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fhTKyXbs7Oy35qPorxRwZ1y9g47n8RDD { left:4.8125rem;background-color:transparent;background-size:auto !important;top:1.3125rem;height:4.5rem;width:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyuCZ2xrndq7gbsOmhPpzPmIUSZ5I5lI { display:block; }#cyuCZ2xrndq7gbsOmhPpzPmIUSZ5I5lI > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTi5uLUxBq5Tkb9UBAU2m9tLCel3ElT6 { width:20rem;height:2.3375rem;top:1.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }