.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD1g7LJ51nSivNWoU7kxgkxlg0X9VxP7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#PD1g7LJ51nSivNWoU7kxgkxlg0X9VxP7 > .row .container { background-color: transparent; background-image: none; }#PD1g7LJ51nSivNWoU7kxgkxlg0X9VxP7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD1g7LJ51nSivNWoU7kxgkxlg0X9VxP7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD1g7LJ51nSivNWoU7kxgkxlg0X9VxP7 > .row .container > .video-iframe-container { display: none; }#PD1g7LJ51nSivNWoU7kxgkxlg0X9VxP7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD1g7LJ51nSivNWoU7kxgkxlg0X9VxP7 > .row > .video-iframe-container { display: none; }#PD1g7LJ51nSivNWoU7kxgkxlg0X9VxP7 > .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); }#PD1g7LJ51nSivNWoU7kxgkxlg0X9VxP7 > .row .container { border-width: 0; border-radius: 0; }#PD1g7LJ51nSivNWoU7kxgkxlg0X9VxP7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PD1g7LJ51nSivNWoU7kxgkxlg0X9VxP7 > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#r5z0ZIFk1sy2x0T56PxiVZI4HN9BPNnE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:7.5rem;top:1.25rem;left:33.75rem;overflow:hidden;display:block; }
#GhqGTzAyTdadsEmslzMq3mgnxJKiIABf { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:2.25rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:1.25rem;left:0rem;display:block; }
#hl2AKEUJWqp1w7k504XX0XyTsMQXVemm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q7BisOrTGoUsp1MDq0cTqbtqo4hppM1N { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.1875rem;height:2.25rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:1.25rem;left:6.8125rem;display:block; }
#pCWupONHvKlIngvBbXH0Tkwfpwt5KimT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SWu9lBDw7e4mThJuvK7qguch4Nycp60G { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:2.25rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:1.25rem;left:12.25rem;display:block; }
#DkLq8KX7l4VwKMyZsvlokHGIdiih2ddl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xg15nPOa0TSUI8iXyxfzUcMgBPtZtXlI { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:2.25rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:1.25rem;left:56.9375rem;display:block; }
#MgrytOmMIcyXHACWMnkTB7uraUxbblq9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTxFyZxxLxHMru038oNkZX3p9kWVDB5h { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:2.25rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:1.25rem;left:63.25rem;display:block; }
#rdBSe7XpIBMAkxxeiWS3yLb0wfafT9dm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JqPBM3rBigHbK9xf2usAQGWgN0VmHeJb { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.25rem;height:2.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:1.25rem;left:70.4375rem;display:block; }
#QJkcoC9GvCmHQv7dCRZKnnnbMSVehgXL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TsdGRw7K191NpwIkRrqUC7c59sIadKD3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TsdGRw7K191NpwIkRrqUC7c59sIadKD3 > .row .container { border-width: 0; border-radius: 0; }#TsdGRw7K191NpwIkRrqUC7c59sIadKD3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TsdGRw7K191NpwIkRrqUC7c59sIadKD3 > .row .container { font-size:0.875rem;font-family:arial;height:59.625rem;width:75rem;position:relative;display:none; }#pFlHbbKNIB2IBbtMcmAgQNL2bulsOVB4 { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:"kia new brand";font-size:5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:41.6875rem;left:0rem;height:6.5rem;font-style:normal;display:block; }
#JxiQVQh2WbqAfEOwvLTuvEHAyQ7x8ZMz { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"kia new brand";font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:48.187255859375rem;left:0rem;height:3.8994125rem;display:block; }
#hTKwQWqCRWRDV2IhFUEW7qXZ1PyQLfkF { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0b1620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:54.25rem;left:0rem;display:block; }
#t0zIkNuB2klBmtL3HD0f3wMxwf1uCGf8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vHpK8IUtRotwmqWrg9HBqoJH5S0eTdSk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8ca46734-03c1-410f-b9f5-269dfbeb2af2/kiaevdrivingexperience.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vHpK8IUtRotwmqWrg9HBqoJH5S0eTdSk.adaptive-delivery-prevent-bg, #vHpK8IUtRotwmqWrg9HBqoJH5S0eTdSk.lazyload, #vHpK8IUtRotwmqWrg9HBqoJH5S0eTdSk.lazyloading { background-image: none; }#vHpK8IUtRotwmqWrg9HBqoJH5S0eTdSk > .row .container { border-width: 0; border-radius: 0; }#vHpK8IUtRotwmqWrg9HBqoJH5S0eTdSk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vHpK8IUtRotwmqWrg9HBqoJH5S0eTdSk > .row .container { font-size:0.875rem;font-family:arial;height:50.6875rem;width:75rem;position:relative;display:none; }#BEBdVoSTeuJVwULWIX57bZPf3ZqP5wuI { color:#ffffff;display:block;width:49.75rem;position:absolute;font-family:"kia new brand";font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:39.0625rem;left:13.875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qTN0omL0XtdHqMETb43kfNvsPGchLUDo { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:2.25rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:3.3125rem;left:0rem;display:block; }
#JTWw9buZyax4KTMkbEL5suSDZZVfsBdh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BoF3LPBXptJxQAuhRQvwpHdN1Bb0JKIA { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.1875rem;height:2.25rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:3.3125rem;left:6.8125rem;display:block; }
#L10kGrKGb3xcCy8Fn8sw9OJxrpCWoqKd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dH7GuwxeKGK69ksQO2cySyrqRuNQGDo4 { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:2.25rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:3.3125rem;left:12.25rem;display:block; }
#mecHvf5EGQhVz1drEO4HG7traRPTQlou { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dZ3sZuR0dIk7aG1TEbsBNAXWIacqfQKy { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:8.9375rem;top:3.3125rem;left:32.0625rem;overflow:hidden;display:block; }
#uSDDRhu33gN4gEFVTw6FPVgCvyMJ0heF { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:2.25rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:3.3125rem;left:57.25rem;display:block; }
#l96vuIuZ3tMGfECRJu25sTNQWDNqfkcV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H5KyyCHeRluvZRWGoD9JA9yF69iMnoNv { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:2.25rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:3.3125rem;left:63.5625rem;display:block; }
#pWBu8OmgTUKUrmMXGLNkMstN82Ti3fMs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eeC3CN5tMKnAyRzbkQnQGTZMPdcFEtLu { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.25rem;height:2.25rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:3.3125rem;left:70.75rem;display:block; }
#Qc9zdpANTIUzalovpOKIxqC3D1MvixNE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r3gq4nPd9oFKnULTEmISgkylZwosTtqt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e81c4806-500d-4c57-a797-90dfc66a352a/kiaev4banner.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#r3gq4nPd9oFKnULTEmISgkylZwosTtqt.adaptive-delivery-prevent-bg, #r3gq4nPd9oFKnULTEmISgkylZwosTtqt.lazyload, #r3gq4nPd9oFKnULTEmISgkylZwosTtqt.lazyloading { background-image: none; }#r3gq4nPd9oFKnULTEmISgkylZwosTtqt > .row .container { border-width: 0; border-radius: 0; }#r3gq4nPd9oFKnULTEmISgkylZwosTtqt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r3gq4nPd9oFKnULTEmISgkylZwosTtqt > .row .container { font-size:0.875rem;font-family:arial;height:50.6875rem;width:75rem;position:relative;display:none; }#QM2nTQyCxP6esPJN8bnrParh3JZX5ZwI { color:#ffffff;display:block;width:49.75rem;position:absolute;font-family:"kia new brand";font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:39.0625rem;left:13.875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b2b9lwWcBmGfdVnfz3K7UwRxECqexFnR { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:2.25rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:3.3125rem;left:0rem;display:block; }
#DmbeuWio8TCNfeCfkduUS2wtbluvKMin { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kptUepFdw0HeEi1xTtdKuMzOx5lqtaKa { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.1875rem;height:2.25rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:3.3125rem;left:6.8125rem;display:block; }
#TpPqP8wHzpaq1nzUa3ufBnUtNitfZiur { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mQZ6LoXIPVLTEaAriOimdGxRuCvqrJt7 { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:2.25rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:3.3125rem;left:12.25rem;display:block; }
#JI7of6pVIDTMag5XQ9zEPUDLky9TuWzD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hMaLHgyRNMCTOlaxTvPUM2sgQNg1Wtkw { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:8.9375rem;top:3.3125rem;left:32.0625rem;overflow:hidden;display:block; }
#JUoXcwo4VyaxaJhkTzKsvuNBZElZEuHu { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:2.25rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:3.3125rem;left:57.25rem;display:block; }
#gQ2AuognJzGfIQ2n0ZtWoOwT5qoWSLXc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iFZbR5OBigIFc7bl8HpJ7WZScxiHkuu8 { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:2.25rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:3.3125rem;left:63.5625rem;display:block; }
#JAtXsTPpW7Kb3uJMe5rE93VVAkugcdPo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NJgCsorhFB1TpQCnAXlBGoeoCWDXD6Pp { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.25rem;height:2.25rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:3.3125rem;left:70.75rem;display:block; }
#TdgSHJh4QHs6AzGrsTfg7U0cL0IIflVR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fVhT8Lw532JhKVWJz5Alk801pHIm1SbD { color:#ffffff;display:block;width:49.75rem;position:absolute;font-family:"kia new brand";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:43.53125rem;left:13.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf { position:relative;display:block; }#ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf { background-color: transparent; background-image: none; }#ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf > .row .container > .video-iframe-container { display: none; }#ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf > .row > .video-iframe-container { display: none; }#ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf > .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); }#ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf { border-width: 0; border-radius: 0; }#ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b723c0cb-3337-48b3-af65-398085540fbe/BANNERS_OUTUBRO_ROSA.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf > .row .container.adaptive-delivery-prevent-bg, #ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf > .row .container.lazyload, #ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf > .row .container.lazyloading { background-image: none; }#sJA0GgBlJc6SEHx5wQeOMp0cd9iGTbR9 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0b1620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:12.90625rem;left:3.59375rem;display:block; }
#yX2BOfKyVN89C97oQ7rrCgr2XBxovD2I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bWHtgMPnAGeqO2fGSPlcMwygE9oiF3ST { position:relative;display:block; }#bWHtgMPnAGeqO2fGSPlcMwygE9oiF3ST { background-color: transparent; background-image: none; }#bWHtgMPnAGeqO2fGSPlcMwygE9oiF3ST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWHtgMPnAGeqO2fGSPlcMwygE9oiF3ST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWHtgMPnAGeqO2fGSPlcMwygE9oiF3ST > .row .container > .video-iframe-container { display: none; }#bWHtgMPnAGeqO2fGSPlcMwygE9oiF3ST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWHtgMPnAGeqO2fGSPlcMwygE9oiF3ST > .row > .video-iframe-container { display: none; }#bWHtgMPnAGeqO2fGSPlcMwygE9oiF3ST > .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); }#bWHtgMPnAGeqO2fGSPlcMwygE9oiF3ST { border-width: 0; border-radius: 0; }#bWHtgMPnAGeqO2fGSPlcMwygE9oiF3ST > .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; }#bWHtgMPnAGeqO2fGSPlcMwygE9oiF3ST > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CSpTTDgqyfVn1mu4Mg34sdatUwGufKF9 { position:relative;display:block; }#CSpTTDgqyfVn1mu4Mg34sdatUwGufKF9 { background-color: transparent; background-image: none; }#CSpTTDgqyfVn1mu4Mg34sdatUwGufKF9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSpTTDgqyfVn1mu4Mg34sdatUwGufKF9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSpTTDgqyfVn1mu4Mg34sdatUwGufKF9 > .row .container > .video-iframe-container { display: none; }#CSpTTDgqyfVn1mu4Mg34sdatUwGufKF9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSpTTDgqyfVn1mu4Mg34sdatUwGufKF9 > .row > .video-iframe-container { display: none; }#CSpTTDgqyfVn1mu4Mg34sdatUwGufKF9 > .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); }#CSpTTDgqyfVn1mu4Mg34sdatUwGufKF9 { border-width: 0; border-radius: 0; }#CSpTTDgqyfVn1mu4Mg34sdatUwGufKF9 > .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; }#CSpTTDgqyfVn1mu4Mg34sdatUwGufKF9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DGTTLwC0av59LiZy5TT2HokiZ8JxCe89 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:13.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HIxAZN7bTUv35GdS3SKkpogkQRcP1qLF { color:#0b1620;display:block;width:18.0625rem;position:absolute;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.25rem;left:0rem;height:1.21875rem;font-style:normal;display:block; }
#oeTGCP14qqaJ2DR1o9Ov8tkZi6qu20Fn { position:absolute;display:block;z-index:15002;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:9.0625rem;width:13.4375rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#FVD661X29WQBgrIQg2gJREoN8GmouHEC { position:absolute;display:block;z-index:15003;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:9.0625rem;width:13.4375rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#L8C7WKfUmIlaQVg1zX5ezq0HVTP1Sf9I { color:#0b1620;display:block;width:18.0625rem;position:absolute;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.25rem;left:18.75rem;height:1.21875rem;font-style:normal;display:block; }
#rI5aChQ34o1ysmIpq5kKDwivn8hdRzrK { color:#0b1620;display:block;width:6.3125rem;position:absolute;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.25rem;left:37.5rem;height:1.21875rem;font-style:normal;display:block; }
#a477TefAGDPnTUD5kcp3SkLSn3qF04Wc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:13.5rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#H4oPDvFJAXTtHBUxTSkeKSDpP3Nm2sLR { color:#0b1620;display:block;width:18.0625rem;position:absolute;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.25rem;left:56.25rem;height:1.21875rem;font-style:normal;display:block; }
#Gs6nyQMM0FITVc6X6Ga4TmKzis0hEma5 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:5.5rem;top:9.0625rem;left:12.375rem;overflow:hidden;display:block; }
#fLTCXfqzeh5ILkTXbmDH3dTaZ4WvCcTT { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:5.3125rem;top:9.0625rem;left:30.98193359375rem;overflow:hidden;display:block; }
#DrJdB6s7SWe4Ketu0SJ0ODkvQLBTQ6cc { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:5.3125rem;top:9.0625rem;left:68.9375rem;overflow:hidden;display:block; }
#wmqkNfeWoP5AkUw1mleozNlJ6blA07NK { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#848484;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.3125rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:13.75rem;left:0rem;display:block; }
#JHVmVfbHD1GU1JsTXducc1RfiJbbSmIl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ie3CdC0yy2m28o2ElXxq3TNOvPLOb9N0 { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#848484;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:13.75rem;left:18.75rem;display:block; }
#yaIGH14H2fw0L0MI249ielAAXqW5pdrH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vpoANhq7smrJAHmwEcp23enR9nlCn0Mf { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#848484;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:13.75rem;left:37.5rem;display:block; }
#EWQkVu4lkTtbB7Ox0Rh789u22kFv6zHO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u4XSUcLiT4vgMlXJUAw1CsnnDdorsoCC { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#848484;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.3125rem;text-decoration:none;z-index:15027;text-align:left;text-align-last:left;top:13.75rem;left:56.25rem;display:block; }
#y0iCaOTPK89CrFp7nKsQ6td7ZdvDTB6K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HdIxZfVZvc5sKOfAkHDyXEubwevImZEH { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:5.3125rem;top:9.0625rem;left:49.90625rem;overflow:hidden;display:block; }
#lfiK35vHLkrLV4KBo8w7rmoXXOV6cUqB { position:relative;display:block; }#lfiK35vHLkrLV4KBo8w7rmoXXOV6cUqB { background-color: transparent; background-image: none; }#lfiK35vHLkrLV4KBo8w7rmoXXOV6cUqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfiK35vHLkrLV4KBo8w7rmoXXOV6cUqB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfiK35vHLkrLV4KBo8w7rmoXXOV6cUqB > .row .container > .video-iframe-container { display: none; }#lfiK35vHLkrLV4KBo8w7rmoXXOV6cUqB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfiK35vHLkrLV4KBo8w7rmoXXOV6cUqB > .row > .video-iframe-container { display: none; }#lfiK35vHLkrLV4KBo8w7rmoXXOV6cUqB > .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); }#lfiK35vHLkrLV4KBo8w7rmoXXOV6cUqB { border-width: 0; border-radius: 0; }#lfiK35vHLkrLV4KBo8w7rmoXXOV6cUqB > .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; }#lfiK35vHLkrLV4KBo8w7rmoXXOV6cUqB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pKVxTSM7qA5PhBuVIwuT6xa5N0Nr2pSk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:13.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#NU65u4vgwZJvKMS7tCeQKMAU6hTv6LGI { color:#0b1620;display:block;width:18.0625rem;position:absolute;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.25rem;left:0rem;height:1.21875rem;font-style:normal;display:block; }
#LqAoX6Qp4b5QVxJ3uJmNQVzsJDA5kdOi { position:absolute;display:block;z-index:15003;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:8.75rem;width:13rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#bqTdsWUZB1rmmo0Enb93olkmqLo68Q9V { color:#0b1620;display:block;width:18.0625rem;position:absolute;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.25rem;left:18.75rem;height:1.21875rem;font-style:normal;display:block; }
#I5H8FITZnuq4f6lmZoKOILT6dE7wMvJ8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:13.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#TTX3DCbTOuHiyHesHziwdgK9T0WeIPOX { color:#0b1620;display:block;width:18.0625rem;position:absolute;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.25rem;left:37.5rem;height:1.21875rem;font-style:normal;display:block; }
#e8IDdO4lKlKnM3lTbnmFZzqnFNugVCIR { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:5.3125rem;top:9.0625rem;left:12.40625rem;overflow:hidden;display:block; }
#olqS7Jfaw0zh9WPHcrThCgFL8mLliVEJ { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#848484;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.3125rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:13.9375rem;left:0rem;display:block; }
#NHiZf4OQa5oTDFNWmfiRQqHO1udWUD1E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J7ziNRQKg4r77VrucwHt9dXoAbKLRu6H { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#848484;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.3125rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:13.9375rem;left:18.75rem;display:block; }
#ectFDhC3vbbLHQ6N5OT9kvEivnR7rz2N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UyBS5W1ChsgTftiaVySv3mszcGULkwP0 { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#848484;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.3125rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:13.9375rem;left:37.5rem;display:block; }
#Kde5EzIUnIu4wzvxtuAORJ1ytKV8mfkR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WHZTMarmdE2TrpNAyhCV6IaKNSWtafp8 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:5.375rem;top:9.0625rem;left:31.1875rem;overflow:hidden;display:block; }
#m002R2tVRxCqSTBg62gXE23qyaplZZgg { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:5.375rem;top:9.0625rem;left:50.25rem;overflow:hidden;display:block; }
#kOZXUOO5abCdVsTLzsuT059uKWTikIfw { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:5.375rem;top:9.0625rem;left:68.75rem;overflow:hidden;display:block; }
#TNo5nCi0g5eUBbcXaHpmpGIgImBTblnf { color:#0b1620;display:block;width:18.0625rem;position:absolute;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.25rem;left:56.25rem;height:1.21875rem;font-style:normal;display:block; }
#eN6QfMBE5PoDce374xzV9MEEqbCPORF3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:13.5rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#bLJB1tAfvmdiZTPvN2TMwbh5RxxVBivF { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#848484;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.3125rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:13.9375rem;left:56.25rem;display:block; }
#buDzMs1Bsy6PXXlh0eQydWo4gHzALoWs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PoZwI7mEvllTBeuVfaVJDhVCgM6alBcv { position:relative;display:block; }#PoZwI7mEvllTBeuVfaVJDhVCgM6alBcv { background-color: transparent; background-image: none; }#PoZwI7mEvllTBeuVfaVJDhVCgM6alBcv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoZwI7mEvllTBeuVfaVJDhVCgM6alBcv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoZwI7mEvllTBeuVfaVJDhVCgM6alBcv > .row .container > .video-iframe-container { display: none; }#PoZwI7mEvllTBeuVfaVJDhVCgM6alBcv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoZwI7mEvllTBeuVfaVJDhVCgM6alBcv > .row > .video-iframe-container { display: none; }#PoZwI7mEvllTBeuVfaVJDhVCgM6alBcv > .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); }#PoZwI7mEvllTBeuVfaVJDhVCgM6alBcv { border-width: 0; border-radius: 0; }#PoZwI7mEvllTBeuVfaVJDhVCgM6alBcv > .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; }#PoZwI7mEvllTBeuVfaVJDhVCgM6alBcv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SqCk7cagFtDeRgOIC59bCTeUEcg5Qq0O { position:absolute;display:block;z-index:15003;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:8.75rem;width:13rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#NiEDT0eKL01rqUnFnu2orddHbvTrlSwN { color:#0b1620;display:block;width:9.9375rem;position:absolute;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.25rem;left:0rem;height:1.21875rem;font-style:normal;display:block; }
#nVEi5Uy6l7DglkNgnVsFr3b3HFwt0fsc { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#848484;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.3125rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:13.9375rem;left:0rem;display:block; }
#VatcZwQ3UrSROxXED9AusgJOTwFaREVh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTCURf2BMxqbRf4CieqoXHfxVbWnDU0Z { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7rem;top:9.0625rem;left:10.6875rem;overflow:hidden;display:block; }
#amFmu4lsRba1QZM22uJXz2Is8oHAxsbP { color:#0b1620;display:block;width:18.0625rem;position:absolute;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.25rem;left:18.75rem;height:1.21875rem;font-style:normal;display:block; }
#AQXhWZuKFBLyThdoThobAEwwMC6IQ2oc { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:6.9375rem;top:9.25rem;left:29.3125rem;overflow:hidden;display:block; }
#sf5QhHXbBW9GSudCEn26DLXXVo3tZSpb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:13rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#lisoA1VEsb5NlqcthzyEI2HdkpqTA2ir { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#848484;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.3125rem;text-decoration:none;z-index:15032;text-align:left;text-align-last:left;top:13.875rem;left:18.75rem;display:block; }
#PQaTqgC8surnANDgNBeJk0EXznR5JsGQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i7o0NfVLbQuRorTdaCvc7WzFTZyoQBJQ { position:absolute;display:block;z-index:15002;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:9.0625rem;width:13.4375rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#T0SfQ1h24OpEcnElRscsTu30swUbBLIs { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#848484;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.3125rem;text-decoration:none;z-index:15033;text-align:left;text-align-last:left;top:13.875rem;left:37.5rem;display:block; }
#gguZXdRcBueVsmRIZJ33T7KhMJJ7OV5z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tyAoex1Nv94IMwsL9TPd8KwBkdV0Ltin { color:#0b1620;display:block;width:12.4375rem;position:absolute;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.25rem;left:37.5rem;height:1.21875rem;font-style:normal;display:block; }
#KphNb2k8dqukQx4FtknOQTxGiyFhlK89 { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#848484;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.3125rem;text-decoration:none;z-index:15037;text-align:left;text-align-last:left;top:13.875rem;left:56.25rem;display:block; }
#M9NFlKfHTFioS9qeuFar1Gc10kP9wHvx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qyfZuFCF4ms1orlk5iyRBZgrRrhqV4Sa { color:#0b1620;display:block;width:18.0625rem;position:absolute;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.25rem;left:56.25rem;height:1.21875rem;font-style:normal;display:block; }
#Addg6xSRPULlNiPhgsblF1sQeEuqZ9bq { 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:9.0625rem;width:13.4375rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#GMSu5lZ7LOUUOfW7fZFtzUmLps10pK97 { position:relative;display:block; }#GMSu5lZ7LOUUOfW7fZFtzUmLps10pK97 { background-color: transparent; background-image: none; }#GMSu5lZ7LOUUOfW7fZFtzUmLps10pK97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMSu5lZ7LOUUOfW7fZFtzUmLps10pK97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMSu5lZ7LOUUOfW7fZFtzUmLps10pK97 > .row .container > .video-iframe-container { display: none; }#GMSu5lZ7LOUUOfW7fZFtzUmLps10pK97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMSu5lZ7LOUUOfW7fZFtzUmLps10pK97 > .row > .video-iframe-container { display: none; }#GMSu5lZ7LOUUOfW7fZFtzUmLps10pK97 > .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); }#GMSu5lZ7LOUUOfW7fZFtzUmLps10pK97 { border-width: 0; border-radius: 0; }#GMSu5lZ7LOUUOfW7fZFtzUmLps10pK97 > .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; }#GMSu5lZ7LOUUOfW7fZFtzUmLps10pK97 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n1cP9oNX7LelI735lqmRpvoVAZWhWSaG { position:absolute;display:block;z-index:15003;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:8.75rem;width:13rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#lQGkMahTAUnQrucNEPZt3BwBbEVF8H8l { color:#0b1620;display:block;width:9.9375rem;position:absolute;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.25rem;left:0rem;height:1.21875rem;font-style:normal;display:block; }
#ebK87LpcsXLuH3wr7L14QzNhPVXOZMnZ { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#848484;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.3125rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:13.9375rem;left:0rem;display:block; }
#JV5NL63MCVB2vWMQ2sn5EeuwxPn1XdMk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DAtZmwIylGyki4iFqEWH5sks5uD8QT5a { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7rem;top:9.0625rem;left:10.6875rem;overflow:hidden;display:block; }
#cKGB7PWupbJVKnlamJVspwFmHqR6RfdS { color:#0b1620;display:block;width:18.0625rem;position:absolute;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.25rem;left:18.75rem;height:1.21875rem;font-style:normal;display:block; }
#zJOfT4yNhD53UJRaRSZmEJnkgvUgDTK2 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:6.9375rem;top:9.25rem;left:29.3125rem;overflow:hidden;display:block; }
#Qid2VCnl6qTfbF6TUzdEFxZxGWyfw4Wz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:13rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#TI23Q3BiNQTbpR8uSCmc9ni7rZbHKuvH { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#848484;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.3125rem;text-decoration:none;z-index:15032;text-align:left;text-align-last:left;top:13.875rem;left:18.75rem;display:block; }
#WHXBNHJfwloKvmT5GKwSJm6sfem4RydJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xAhTNAJoeV3SXFzq0bntuqI7DbHa9ZTo { position:absolute;display:block;z-index:15002;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:9.0625rem;width:13.4375rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#IkAGVnmAMiaLsSR30u4UPq0M3oCJUkcx { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#848484;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.3125rem;text-decoration:none;z-index:15033;text-align:left;text-align-last:left;top:13.875rem;left:37.5rem;display:block; }
#WoXSn4WBAISRxiMLZ7f958SDOcyFT6nm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#izbFTq6ZwiecEptvSIgQDaiHPwBEuuID { color:#0b1620;display:block;width:12.4375rem;position:absolute;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.25rem;left:37.5rem;height:1.21875rem;font-style:normal;display:block; }
#cx4gTMZARg510J3hAFHU0CmXtrJey720 { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#848484;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.3125rem;text-decoration:none;z-index:15037;text-align:left;text-align-last:left;top:13.875rem;left:56.25rem;display:block; }
#pspAT9ePgsFhlBEzRb8qXw1KC6OqilCH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UW13VKevUE0fHTuASwp5HGbR0GHI1nMP { color:#0b1620;display:block;width:18.0625rem;position:absolute;font-family:"kia new brand";font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.25rem;left:56.25rem;height:1.21875rem;font-style:normal;display:block; }
#B0fKeVH1UoPXSKTPK8EENSfgGuJLahqe { 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:9.0625rem;width:13.4375rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#l49mv8cqpHab0Nr7bDOrUHudouuVfdHZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1620;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; }#l49mv8cqpHab0Nr7bDOrUHudouuVfdHZ > .row .container { background-color: transparent; background-image: none; }#l49mv8cqpHab0Nr7bDOrUHudouuVfdHZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l49mv8cqpHab0Nr7bDOrUHudouuVfdHZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l49mv8cqpHab0Nr7bDOrUHudouuVfdHZ > .row .container > .video-iframe-container { display: none; }#l49mv8cqpHab0Nr7bDOrUHudouuVfdHZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l49mv8cqpHab0Nr7bDOrUHudouuVfdHZ > .row > .video-iframe-container { display: none; }#l49mv8cqpHab0Nr7bDOrUHudouuVfdHZ > .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); }#l49mv8cqpHab0Nr7bDOrUHudouuVfdHZ > .row .container { border-width: 0; border-radius: 0; }#l49mv8cqpHab0Nr7bDOrUHudouuVfdHZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l49mv8cqpHab0Nr7bDOrUHudouuVfdHZ > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#lun8JJLNRhbEFSTrxXdqP588Tqg2ZFVT { color:#ffffff;display:block;width:55.0625rem;position:absolute;font-family:"kia new brand";font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:8.78125rem;left:8.71875rem;height:3rem;font-style:normal;display:block; }
#tZ1TaFhnOGrTB4LaVFVAXdKqEO8iGdwT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:23.3125rem;top:3.75rem;left:8.71875rem;overflow:hidden;display:block; }
#iRhGmvbF6UmTzv0fQHdcPeZK7ev6sV39 { 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:11.5rem;width:17.375rem;top:14.9375rem;left:8.8125rem;overflow:hidden;display:block; }
#bRxwINEaAw8JT8XHV93IvTyRKoNJoSc4 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0b1620;border-left:0.0625rem solid #0b1620;border-right:0.0625rem solid #0b1620;border-bottom:0.0625rem solid #0b1620;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:17.3125rem;top:14.9375rem;left:8.8125rem;display:block; }
#w3fH5vSRQbCAq9O2zLJdWtphiWfWvpP8 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0b1620;border-left:0.0625rem solid #0b1620;border-right:0.0625rem solid #0b1620;border-bottom:0.0625rem solid #0b1620;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:17.4375rem;top:15.125rem;left:28.75rem;display:block; }
#SiPJhpGKEE6dJh8hJTlLkkfy2Jwe1bXW { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0b1620;border-left:0.0625rem solid #0b1620;border-right:0.0625rem solid #0b1620;border-bottom:0.0625rem solid #0b1620;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:16.25rem;top:14.9375rem;left:48.75rem;display:block; }
#TgwUT0gb3XCqzAiehgwAgGNOBnc3ceQa { position:absolute;display:block;z-index:15010;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:11.25rem;width:17.5625rem;top:15.125rem;left:28.75rem;overflow:hidden;display:block; }
#bccpaCkRfvFtpqF6Q5Cnb8TOQWumn5o8 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:16.375rem;top:15.125rem;left:48.75rem;overflow:hidden;display:block; }
#zQrPmEtgPaDANAslRnpFODK0gCTgeZbl { color:#000000;display:block;width:15.625rem;position:absolute;font-family:kia;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.84375rem;left:9.09375rem;height:2.4375rem;font-style:normal;display:none; }
#K0PFfbhkdozS772u4itaHffPPpxPFoIs { color:#000000;display:block;width:15.625rem;position:absolute;font-family:kia;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.84375rem;left:29.6875rem;height:2.4375rem;font-style:normal;display:none; }
#WccJIT7fk3htx1IEW2t6IyASDTngBZIA { color:#000000;display:block;width:15.625rem;position:absolute;font-family:kia;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.84375rem;left:49.9375rem;height:2.4375rem;font-style:normal;display:none; }
#vyx2iVEsDdmpdoBtZZuMrJKPr2AFZlBL { background-color:#000000;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:6.8125rem;left:12.21875rem;display:none; }
#n7yJIVrOyAFJBBK8uR133CALHTBRv61n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nhFNwpk2oxBvHKy0Mb2KM3RaHcaynQmU { background-color:#000000;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:6.8125rem;left:12.21875rem;display:none; }
#hMmks6U8qQ1TtcSemLxezgdHHP22Jwzt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wRyhw2QQStVowqXSbfOc5E0iW1cWLcNB { background-color:#000000;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:6.8125rem;left:12.21875rem;display:none; }
#Jy14qT3ROl9vL3xh5VbEGAHMZgEfBsS2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y83907RoGJgfqF2PdTQlJc9Mvwq0RbNm { position:relative;display:block; }#y83907RoGJgfqF2PdTQlJc9Mvwq0RbNm { background-color: transparent; background-image: none; }#y83907RoGJgfqF2PdTQlJc9Mvwq0RbNm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y83907RoGJgfqF2PdTQlJc9Mvwq0RbNm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y83907RoGJgfqF2PdTQlJc9Mvwq0RbNm > .row .container > .video-iframe-container { display: none; }#y83907RoGJgfqF2PdTQlJc9Mvwq0RbNm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y83907RoGJgfqF2PdTQlJc9Mvwq0RbNm > .row > .video-iframe-container { display: none; }#y83907RoGJgfqF2PdTQlJc9Mvwq0RbNm > .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); }#y83907RoGJgfqF2PdTQlJc9Mvwq0RbNm { border-width: 0; border-radius: 0; }#y83907RoGJgfqF2PdTQlJc9Mvwq0RbNm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y83907RoGJgfqF2PdTQlJc9Mvwq0RbNm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ScaTTB8zUnQwZRyJxQWOGWDMGdMdRisd { color:#0b1620;display:block;width:11.125rem;position:absolute;font-family:"kia new brand";font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.625rem;left:10rem;height:4.142575rem;font-style:normal;display:block; }
#X7IOTSlKTsA58N7Z3LGDnATtz5E2LQtW { color:#0b1620;display:block;width:14.9375rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.4375rem;left:10rem;height:3.8984375rem;font-style:normal;display:block; }
#yToHep1N6e6cSTQJGPi7wdwKyCTdngIv { color:#0b1620;display:block;width:14.9375rem;position:absolute;font-family:"kia new brand";font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.625rem;left:30rem;height:4.142575rem;font-style:normal;display:block; }
#Ayv2y8gz4i4zEAiOuCSyy66MgZ4LHug6 { color:#0b1620;display:block;width:14.9375rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:12.625rem;left:30rem;height:3.8984375rem;font-style:normal;display:block; }
#lVkNxuybT0JqGQ1pnhqZ0bI4w0MD2kiR { color:#0b1620;display:block;width:14.9375rem;position:absolute;font-family:"kia new brand";font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.625rem;left:50rem;height:4.14258125rem;font-style:normal;display:block; }
#dZutTzgz4t5C61CufykhWiZbSkzXaZh4 { color:#0b1620;display:block;width:14.9375rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:12.625rem;left:50rem;height:3.8984375rem;font-style:normal;display:block; }
#vr0880XeSmiO5QeZsWJI8gTVh53rpuhc { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b1620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.0625rem;height:1.5rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:17.255859375rem;left:10rem;display:block; }
#pZgFzPbdL4nkzVLqCBClb0bgWMoeMr7l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pfx8fLUrKCbzkZSRloIQ6VEFuK69zAFC { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b1620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.0625rem;height:1.5rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:17.255859375rem;left:30rem;display:block; }
#uin7NsZcSTO15lVS5xAQ5vSO8yv14P7M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yoNFeduZ06DNibZ1TB0WCqLNByUJCxeZ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b1620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.0625rem;height:1.5rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:17.255859375rem;left:50rem;display:block; }
#TGd9KrFRAlHahwCCfeJO9DyEwwP77lVD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Aoglq32vAT1WHsHTAgcCI4tggkhSVa7o { position:relative;display:none; }#Aoglq32vAT1WHsHTAgcCI4tggkhSVa7o { border-width: 0; border-radius: 0; }#Aoglq32vAT1WHsHTAgcCI4tggkhSVa7o > .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; }#Aoglq32vAT1WHsHTAgcCI4tggkhSVa7o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#G6nc4PR01L21oa4MPGytQgE7C0KWQHpq { color:#0b1620;display:block;width:33.4375rem;position:absolute;font-family:"kia new brand";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.44970703125rem;left:0rem;height:1.13720625rem;font-style:normal;display:none; }
#tXwrplCNxaX8VZRbWiZdnOll4Zyitm7T { color:#0b1620;display:block;width:42.5625rem;position:absolute;font-family:"kia new brand";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.21240234375rem;left:0rem;height:1.625rem;font-style:normal;display:none; }
#vCS4Gz9OQE8sTT8DGDNkckC06nMcIFUF { color:#0b1620;display:block;width:27.25rem;position:absolute;font-family:"kia new brand";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.5996125rem;font-style:normal;display:none; }
#HtsaWchRpU1KlA6sLHo3SC3aXKND41iw { position:relative;display:block; }#HtsaWchRpU1KlA6sLHo3SC3aXKND41iw { background-color: transparent; background-image: none; }#HtsaWchRpU1KlA6sLHo3SC3aXKND41iw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtsaWchRpU1KlA6sLHo3SC3aXKND41iw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtsaWchRpU1KlA6sLHo3SC3aXKND41iw > .row .container > .video-iframe-container { display: none; }#HtsaWchRpU1KlA6sLHo3SC3aXKND41iw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtsaWchRpU1KlA6sLHo3SC3aXKND41iw > .row > .video-iframe-container { display: none; }#HtsaWchRpU1KlA6sLHo3SC3aXKND41iw > .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); }#HtsaWchRpU1KlA6sLHo3SC3aXKND41iw { border-width: 0; border-radius: 0; }#HtsaWchRpU1KlA6sLHo3SC3aXKND41iw > .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; }#HtsaWchRpU1KlA6sLHo3SC3aXKND41iw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#I6Hv4aqrx8fRTee3oTHBcECEk0UqISmD { color:#0b1620;display:block;width:27.25rem;position:absolute;font-family:"kia new brand";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#Cp1GxhL2S8ZLFdtMXF4XJTHuxdXT7503 { color:#0b1620;display:block;width:42.5625rem;position:absolute;font-family:"kia new brand";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.21240234375rem;left:0rem;height:1.62524375rem;font-style:normal;display:block; }
#kM9ffLk92RNMrvyeis7QXLTvPihAczwv { color:#0b1620;display:block;width:33.4375rem;position:absolute;font-family:"kia new brand";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.44970703125rem;left:0rem;height:1.13769375rem;font-style:normal;display:block; }
#IgOdnwOZ8BvTlLt64lXrMoQezHlkmd55 { position:relative;display:block; }#IgOdnwOZ8BvTlLt64lXrMoQezHlkmd55 { background-color: transparent; background-image: none; }#IgOdnwOZ8BvTlLt64lXrMoQezHlkmd55::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgOdnwOZ8BvTlLt64lXrMoQezHlkmd55 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgOdnwOZ8BvTlLt64lXrMoQezHlkmd55 > .row .container > .video-iframe-container { display: none; }#IgOdnwOZ8BvTlLt64lXrMoQezHlkmd55 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgOdnwOZ8BvTlLt64lXrMoQezHlkmd55 > .row > .video-iframe-container { display: none; }#IgOdnwOZ8BvTlLt64lXrMoQezHlkmd55 > .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); }#IgOdnwOZ8BvTlLt64lXrMoQezHlkmd55 { border-width: 0; border-radius: 0; }#IgOdnwOZ8BvTlLt64lXrMoQezHlkmd55 > .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; }#IgOdnwOZ8BvTlLt64lXrMoQezHlkmd55 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kMJwOZ3mNVLGHVQeTFDQaS4GpdJIq2iM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:18.75rem;width:27.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#RKsRsbxBpyobTD5vCi9ZT4BBpU6BArUG { background-color:#0b1620;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.8125rem;left:0rem;display:block; }
#ul2zmPmmkvt72SS4g34RZRTku14hMgXQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AQSyoVpGEiAlFqNGPPrkLulgkFgBm0z6 { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.125rem;left:0rem;height:1.94986875rem;font-style:normal;display:block; }
#zI9U2KNCLy1XPNRWdJ73gn2Slq0v5qzl { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.0625rem;left:0rem;height:1.54345625rem;font-style:normal;display:block; }
#kJVNNI4l3RRA0yIyfOzMBTGpJu8qcNkQ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:18.75rem;width:27.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#lBmmBMeOCFT3VGaBsROsyqs0OuZ6QZHU { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:25.75rem;left:37.5rem;height:3.89845rem;font-style:normal;display:block; }
#DgPgTwVRTQzTq4OfInMo963trUqCTH1C { background-color:#0b1620;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:33.8125rem;left:37.5rem;display:block; }
#iB1LeuQVodiUL6mVF50AvJ4rBPeNfBbh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#epyKwQMAX0fB2u1rTMxXaJvAAsSoks1l { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.4375rem;left:37.5rem;height:1.29980625rem;font-style:normal;display:block; }
#nO4mauSKTJRRlAWpmamTNmJBM03P6QgZ { color:#0b1620;display:block;width:15.625rem;position:absolute;font-family:"kia new brand";font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.125rem;left:37.5rem;height:1.54345625rem;font-style:normal;display:block; }
#JT9akE3Tm0RUU7WATfgFwlLTIpIzpfl6 { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:20.1875rem;left:37.5rem;height:1.94986875rem;font-style:normal;display:block; }
#czh67DS3l2FwUqPAv8AZhQrKfCST3abb { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b1620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.375rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:31.3125rem;left:0rem;display:block; }
#Tv69SHtMrt5VxG6fQcfbxD2O5c9woQpb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oyn5gxIyM9Mpwe8AZJ70p5DQV8NXrsJk { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b1620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.375rem;text-decoration:none;z-index:15020;text-align:left;text-align-last:left;top:31.3125rem;left:37.5rem;display:block; }
#V9ht2G59NZu54DM6nzU0Li8mlZg4iBKC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rmVDCTLJnV7VT2HUVcs3xbG2XuCwWUO2 { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.4375rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#ZhyxovrFHPykRT6pe2sThqHX1JPRxK1H { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:25.75rem;left:0rem;height:2.9238375rem;font-style:normal;display:block; }
#pDgyuT1weHshTRUaXTfhohLRwiDVZFvB { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:25.75rem;left:13.8125rem;height:1.949225rem;font-style:normal;display:block; }
#MSMe2pT53EvShOpcUPCbb9ADIUe16q8e { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:24.4375rem;left:13.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#vPST9G8oTdSZXeiGquKB5ww3xOKuPWDk { position:relative;display:block; }#vPST9G8oTdSZXeiGquKB5ww3xOKuPWDk { background-color: transparent; background-image: none; }#vPST9G8oTdSZXeiGquKB5ww3xOKuPWDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPST9G8oTdSZXeiGquKB5ww3xOKuPWDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPST9G8oTdSZXeiGquKB5ww3xOKuPWDk > .row .container > .video-iframe-container { display: none; }#vPST9G8oTdSZXeiGquKB5ww3xOKuPWDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPST9G8oTdSZXeiGquKB5ww3xOKuPWDk > .row > .video-iframe-container { display: none; }#vPST9G8oTdSZXeiGquKB5ww3xOKuPWDk > .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); }#vPST9G8oTdSZXeiGquKB5ww3xOKuPWDk { border-width: 0; border-radius: 0; }#vPST9G8oTdSZXeiGquKB5ww3xOKuPWDk > .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; }#vPST9G8oTdSZXeiGquKB5ww3xOKuPWDk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wB7gHMwpAJuEhoDXLlVKEnvrnVZ3idMO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:18.75rem;width:27.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#QmasBDsbR4DZnP62UcR8bPz8eTLhrhOG { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:25.75rem;left:0rem;height:2.9238375rem;font-style:normal;display:block; }
#qJhhwTFbPOGPBDRiJhUQ8hdtWCbDpbJo { background-color:#0b1620;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:32.625rem;left:0rem;display:block; }
#IX5xmLPP34hanmrd4ZT0b6xMbBxJXTGe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#utFrxJRwuBTalM2BuCs75by2WODSyEhx { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.4375rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#SWTspwUi9hgb4VgShlSDm5U5lR21W7bK { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.125rem;left:0rem;height:1.54361875rem;font-style:normal;display:block; }
#BynsQF6NqKUHKfoHnPLg3DwxT7kHMPT0 { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:20.1875rem;left:0rem;height:1.94986875rem;font-style:normal;display:block; }
#TFurhQGrH8hIZFAUfPqslfQdORtu3cfV { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b1620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.375rem;text-decoration:none;z-index:15021;text-align:left;text-align-last:left;top:30.375rem;left:0rem;display:block; }
#bufvL5bufClxJMqCGIs1e2n66XyX2Gs3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OX85Gb8X84EC5wxndQG9DOOlV0ugG7rB { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:25.75rem;left:37.5rem;height:2.9238375rem;font-style:normal;display:block; }
#CX0AR3apFJaTrLHh1LJsFCGKc8RWeuZn { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:24.4375rem;left:37.5rem;height:1.29980625rem;font-style:normal;display:block; }
#ITPqU7KXe2J66vna9tDZbQmN24DrefRb { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:22.125rem;left:37.5rem;height:1.54361875rem;font-style:normal;display:block; }
#xOzO26bKpWesIpFhyBEPgBQF4WyUdMmo { background-color:#0b1620;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:32.625rem;left:37.5rem;display:block; }
#nJGHmonklzn5vl3dxd3KfocEKGcVBFJJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p0B18Hx9Ws70ismNR179TZ5FilEdcCKg { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:20.1875rem;left:37.5rem;height:1.94986875rem;font-style:normal;display:block; }
#WsGZTf84sE6ehTBPkqkodFpE6VqZ7LHc { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:18.75rem;width:27.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#ACHWbsMUrir5zKsHhlugxhDRZmWlLWLT { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b1620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.375rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:30.375rem;left:37.5rem;display:block; }
#XLeOIiGzcFA71tmL5JbNTHMxko21dS9U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V2hCtaIkr7qBNSltTEpPwG8vgbEiNawh { position:relative;display:block; }#V2hCtaIkr7qBNSltTEpPwG8vgbEiNawh { background-color: transparent; background-image: none; }#V2hCtaIkr7qBNSltTEpPwG8vgbEiNawh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2hCtaIkr7qBNSltTEpPwG8vgbEiNawh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2hCtaIkr7qBNSltTEpPwG8vgbEiNawh > .row .container > .video-iframe-container { display: none; }#V2hCtaIkr7qBNSltTEpPwG8vgbEiNawh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2hCtaIkr7qBNSltTEpPwG8vgbEiNawh > .row > .video-iframe-container { display: none; }#V2hCtaIkr7qBNSltTEpPwG8vgbEiNawh > .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); }#V2hCtaIkr7qBNSltTEpPwG8vgbEiNawh { border-width: 0; border-radius: 0; }#V2hCtaIkr7qBNSltTEpPwG8vgbEiNawh > .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; }#V2hCtaIkr7qBNSltTEpPwG8vgbEiNawh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wfrJg6EGuJiIPIQOTnsKEOT6UAWgkuH9 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:18.75rem;width:27.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#mXhZ7O9d2TglokT9eOkldsTiW9xwgqxW { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:25.75rem;left:0rem;height:3.89845rem;font-style:normal;display:block; }
#GNmm9a9wEeN4vqTFeZAcvf2oUZgbu1aT { background-color:#0b1620;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:37.6875rem;left:0rem;display:block; }
#LNe4lEpcVZ8ExLlJP1uGINEZft3Ssk7y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q0vtAN4qDv1ML9QvLxF7vBT0VtZ1LGcE { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.4375rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#Uiii30Qt5QUyyCsWWnWzFtm7zSxMeuRT { color:#0b1620;display:block;width:14.5rem;position:absolute;font-family:"kia new brand";font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.125rem;left:0rem;height:1.54345625rem;font-style:normal;display:block; }
#bFmDyi6zK7EZhpXdbyomBq9Tv6otovH1 { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:20.1875rem;left:0rem;height:1.94986875rem;font-style:normal;display:block; }
#hyeZlI12XbTkRRQ5TAe8XunmO1FFiiyC { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b1620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.375rem;text-decoration:none;z-index:15021;text-align:left;text-align-last:left;top:35.4375rem;left:0rem;display:block; }
#gU2ScBEXpC5ETsI1OlrM3URpsbIUmXQt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FOk9uWPy0HDtVz0y2CCbic7OSHCp0BAN { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:25.75rem;left:37.5rem;height:3.89845rem;font-style:normal;display:block; }
#UqszDgcv9T6mKtC5TFQhNoACIMi9oWrO { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:24.4375rem;left:37.5rem;height:1.29980625rem;font-style:normal;display:block; }
#vzXvfXuyP1Riq9V2Rn6UVzOyyIwTcFrG { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:22.125rem;left:37.5rem;height:1.54345625rem;font-style:normal;display:block; }
#LxUXrW6spqzAu5C0TdAOC0hvGiSvuhme { background-color:#0b1620;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:37.6875rem;left:37.5rem;display:block; }
#TLIRSuvO6q71Mgc3IiLNRidTfMxxAfC3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UKN0aFgqMqBqAaNSxk32TafR7MAtwn7f { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:20.1875rem;left:37.5rem;height:1.94986875rem;font-style:normal;display:block; }
#deTiCJBfsoeR32IoeJFU9DRUal60qloc { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:18.75rem;width:27.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#wngzMmpU9tWSR57rFSPXKhdDrtEcISRn { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b1620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.375rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:35.4375rem;left:37.5rem;display:block; }
#fXbSXSxDZPHIQFMPALCG4mhsCc3nSIbc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H7BPxcc7ToSimCnSom6hvROk9LEl4dtA { position:relative;display:block; }#H7BPxcc7ToSimCnSom6hvROk9LEl4dtA { background-color: transparent; background-image: none; }#H7BPxcc7ToSimCnSom6hvROk9LEl4dtA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7BPxcc7ToSimCnSom6hvROk9LEl4dtA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7BPxcc7ToSimCnSom6hvROk9LEl4dtA > .row .container > .video-iframe-container { display: none; }#H7BPxcc7ToSimCnSom6hvROk9LEl4dtA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7BPxcc7ToSimCnSom6hvROk9LEl4dtA > .row > .video-iframe-container { display: none; }#H7BPxcc7ToSimCnSom6hvROk9LEl4dtA > .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); }#H7BPxcc7ToSimCnSom6hvROk9LEl4dtA { border-width: 0; border-radius: 0; }#H7BPxcc7ToSimCnSom6hvROk9LEl4dtA > .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; }#H7BPxcc7ToSimCnSom6hvROk9LEl4dtA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sx5MUNP8IeTLHzbBG1riHBpMm7pob9xU { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:18.75rem;width:27.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#RTDvzKFigpPTW5BzUJa4Bwdh0FVJx3lE { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:25.75rem;left:0rem;height:2.9238375rem;font-style:normal;display:block; }
#TFkEPgQzLkJP6ZAeTBgzDxBzwqPt8k3r { background-color:#0b1620;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:37.5625rem;left:0rem;display:block; }
#MDtZm9ILlSxuRWgJKJnmxBW7w2714pdv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JXpzq0ghZJIpvw2LnU44OxXKEhz69WFS { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.4375rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#rXI6VPe6vcG0zG0BiGRfNNhKNrK15II8 { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.125rem;left:0rem;height:1.54361875rem;font-style:normal;display:block; }
#hmUHF03bkqeC7ZUNPdTQeg90wuZ7lvx5 { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:20.1875rem;left:0rem;height:1.94986875rem;font-style:normal;display:block; }
#JOx33RVTbKt6GOnLmyyti95CbxdS9fmb { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b1620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.375rem;text-decoration:none;z-index:15021;text-align:left;text-align-last:left;top:35.0625rem;left:0rem;display:block; }
#dqQfa9FTQ5gQoC4rT9qXMxbsGyePdggy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tm44IqKNbWi3Kk1Ka860JOqrSIAiT7hi { background-color:#0b1620;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.6875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:37.5625rem;left:37.5rem;display:block; }
#ToOqZeqsAeqCB85OJp3prUcSuuZKBdAg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZRU3liI8mLReSsakTgC7ffSJyG6gwEBT { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:25.6875rem;left:37.5rem;height:2.9238375rem;font-style:normal;display:block; }
#hwfCoQkCOU7DvTVnZRE6aWq7XC3kFlDW { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b1620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.375rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:35.125rem;left:37.5rem;display:block; }
#TckWoCrZw7BeDgeVTw8pwKrWw7bZTN5X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VEzeOu8MbptadhNM3zUNvzw9bvvTlx38 { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:24.375rem;left:37.5rem;height:1.29980625rem;font-style:normal;display:block; }
#QJQ6yrvLS2bkSXU0Nl8J7tJg4c86lWGq { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.0625rem;left:37.5rem;height:1.54345625rem;font-style:normal;display:block; }
#F4yqnNz2XfTJ3r5qDSh1PRHTLUxyRieN { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20.125rem;left:37.5rem;height:1.94986875rem;font-style:normal;display:block; }
#rGPgTvVUDW0bc315FPTUFlxBkxkrcOlw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:18.75rem;width:27.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#dlrUGeH9llfc5pTJ8T0mpNXmgQsufAg8 { position:relative;display:block; }#dlrUGeH9llfc5pTJ8T0mpNXmgQsufAg8 { background-color: transparent; background-image: none; }#dlrUGeH9llfc5pTJ8T0mpNXmgQsufAg8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlrUGeH9llfc5pTJ8T0mpNXmgQsufAg8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlrUGeH9llfc5pTJ8T0mpNXmgQsufAg8 > .row .container > .video-iframe-container { display: none; }#dlrUGeH9llfc5pTJ8T0mpNXmgQsufAg8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlrUGeH9llfc5pTJ8T0mpNXmgQsufAg8 > .row > .video-iframe-container { display: none; }#dlrUGeH9llfc5pTJ8T0mpNXmgQsufAg8 > .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); }#dlrUGeH9llfc5pTJ8T0mpNXmgQsufAg8 { border-width: 0; border-radius: 0; }#dlrUGeH9llfc5pTJ8T0mpNXmgQsufAg8 > .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; }#dlrUGeH9llfc5pTJ8T0mpNXmgQsufAg8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sGBT5vqOtoZUAnGqXFk8GEUgEwVNlr9B { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:18.75rem;width:27.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#XUvUzSNsOW3F8q293KRX9BAB6xN0deqR { background-color:#0b1620;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.8125rem;left:0rem;display:block; }
#NpV48hSbIPLFPFkDzX7FDge8ZfXSgx9d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ik1h21T2dHMnfnQVTvoVzFnSyU4UOvum { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.125rem;left:0rem;height:1.94986875rem;font-style:normal;display:block; }
#vxuhKwP941vqy6nuPFT8NZnr5OafD0rv { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.0625rem;left:0rem;height:1.54345625rem;font-style:normal;display:block; }
#hKsydST28OOksq5lOvFkrs7RsT8CrWdd { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.375rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#un7J6XbIQQTh8qG72NJ95yPn89wH731u { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:25.6875rem;left:0rem;height:2.9238375rem;font-style:normal;display:block; }
#HcSO5TQ2227VW0tLNz2X6rJpKbwvsqZz { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:18.75rem;width:27.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#ETKoWXyL1rHdpdBcdsm3sAHOARlpkHzO { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:25.6875rem;left:37.5rem;height:5.847675rem;font-style:normal;display:block; }
#bPDMKKFAb692HKTDDmN8dTAOOqILeaUV { background-color:#0b1620;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:34.875rem;left:37.5rem;display:block; }
#TywyCM2FQdkDPddorB8HoAq2iWADKpNG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mTCi6pGJxw7UkKu1hzzaqRp4IIdTClbr { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:20.1875rem;left:37.5rem;height:1.94986875rem;font-style:normal;display:block; }
#kelucvq29ylByZSrStaVrAgViAf6U0Hu { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b1620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.375rem;text-decoration:none;z-index:15021;text-align:left;text-align-last:left;top:31.97265625rem;left:37.5rem;display:block; }
#T70dppfld5aT8TSSsbfiXcdPq1Ld3y3v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ogPGyC7lPbDLmSZqR8lbe0paz08BtS9E { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b1620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.375rem;text-decoration:none;z-index:15022;text-align:left;text-align-last:left;top:31.5rem;left:0rem;display:block; }
#Qevqi0AEM5oHlEdIoWH8C7M02f0ICBK2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pvDPGyd0gmb48RF2ZHiItBPLmF3qfqs2 { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.375rem;left:37.5rem;height:1.29980625rem;font-style:normal;display:block; }
#KEct9hCBRF4GNqGy9ki8vouvEDXbPDXl { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.07470703125rem;left:37.5rem;height:1.54345625rem;font-style:normal;display:block; }
#z8X9K6WdeyVSItB8rVNCBenkgSKOh1DF { position:relative;display:block; }#z8X9K6WdeyVSItB8rVNCBenkgSKOh1DF { background-color: transparent; background-image: none; }#z8X9K6WdeyVSItB8rVNCBenkgSKOh1DF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8X9K6WdeyVSItB8rVNCBenkgSKOh1DF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8X9K6WdeyVSItB8rVNCBenkgSKOh1DF > .row .container > .video-iframe-container { display: none; }#z8X9K6WdeyVSItB8rVNCBenkgSKOh1DF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8X9K6WdeyVSItB8rVNCBenkgSKOh1DF > .row > .video-iframe-container { display: none; }#z8X9K6WdeyVSItB8rVNCBenkgSKOh1DF > .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); }#z8X9K6WdeyVSItB8rVNCBenkgSKOh1DF { border-width: 0; border-radius: 0; }#z8X9K6WdeyVSItB8rVNCBenkgSKOh1DF > .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; }#z8X9K6WdeyVSItB8rVNCBenkgSKOh1DF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZlQX6TWvWpi6HzbVf5BFNnbqsuwk7PcA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:18.75rem;width:27.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ntOWmchJtF2dQFzvly6iHUzMdOpRu267 { background-color:#0b1620;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:35.0625rem;left:0rem;display:block; }
#CcRCwBdv9npQBJKvWyEm7KWaRCv1FKIu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N3GB4870zCez3QUwTfp6we5ZL8JHN0JM { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.125rem;left:0rem;height:1.94970625rem;font-style:normal;display:block; }
#by89evaGogzTyWDzOp0hGZrbWZGtCi4T { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.0625rem;left:0rem;height:1.54345625rem;font-style:normal;display:block; }
#wUMg0uDPgDBCZfrRqBeIPqLXI4s4P3zg { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.375rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#uFoPr3zK82CkdaIw4cLsvRW72IJtMFTp { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:25.6875rem;left:0rem;height:2.9238375rem;font-style:normal;display:block; }
#HziLFns98UP0xxsszWaGeAIHNvHXIW0d { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:18.75rem;width:27.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#k7g3yIOfBHfUa7kaLZAfxw0m7y2um16b { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:25.75rem;left:37.5rem;height:5.847675rem;font-style:normal;display:block; }
#ax9kTVUyS4LTeitfQ69SpcaDT2Eo3KPn { background-color:#0b1620;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:35.125rem;left:37.5rem;display:block; }
#T9ioBTrZOO8ka3FgGhF2R65yUDB9rsN9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lMtqTl5x2LLiQJTVnznSFrXxXXDGRWro { color:#0b1620;display:block;width:14.5rem;position:absolute;font-family:"kia new brand";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.4375rem;left:37.5rem;height:1.29980625rem;font-style:normal;display:block; }
#bBHGProKUdtJvJQnd0dWDVcoTCo21OkI { color:#0b1620;display:block;width:33.4375rem;position:absolute;font-family:"kia new brand";font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.125rem;left:37.5rem;height:1.54345625rem;font-style:normal;display:block; }
#kcIMKnWsFT2AcQFL7wRh8S2cJtemneeE { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:20.1875rem;left:37.5rem;height:1.94970625rem;font-style:normal;display:block; }
#c3nRAMHSlD91S5b5bxsmnDObsdqXtEKM { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b1620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.375rem;text-decoration:none;z-index:15021;text-align:left;text-align-last:left;top:32.8125rem;left:37.5rem;display:block; }
#rIVyanRS24Tp6i2EfVJ5QAq7su3L4uNV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U5F7u9M2E77DvikhuBBMabIXBaWn1qQd { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b1620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.375rem;text-decoration:none;z-index:15022;text-align:left;text-align-last:left;top:31.9375rem;left:0rem;display:block; }
#dqm3trBbgapsaGK2JToZHI2Ed4pkkzBJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ecaEPexeb7yMqaa5VKiLTktOd0imZ98z { position:relative;display:block; }#ecaEPexeb7yMqaa5VKiLTktOd0imZ98z { background-color: transparent; background-image: none; }#ecaEPexeb7yMqaa5VKiLTktOd0imZ98z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecaEPexeb7yMqaa5VKiLTktOd0imZ98z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecaEPexeb7yMqaa5VKiLTktOd0imZ98z > .row .container > .video-iframe-container { display: none; }#ecaEPexeb7yMqaa5VKiLTktOd0imZ98z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecaEPexeb7yMqaa5VKiLTktOd0imZ98z > .row > .video-iframe-container { display: none; }#ecaEPexeb7yMqaa5VKiLTktOd0imZ98z > .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); }#ecaEPexeb7yMqaa5VKiLTktOd0imZ98z { border-width: 0; border-radius: 0; }#ecaEPexeb7yMqaa5VKiLTktOd0imZ98z > .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; }#ecaEPexeb7yMqaa5VKiLTktOd0imZ98z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qXAUCQGGf3aSh42xMO07WDowni2DM86y { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:18.75rem;width:27.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zz03x6brPAEOEWMTXwntkvKKal46uZn4 { background-color:#0b1620;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:35.125rem;left:0rem;display:block; }
#T4StTGeTpG7VfNKT81Ox5fRh9XeMbSe5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rlB2BfuEGBDmPIz3Qd9kSGFUvskRXGHa { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.125rem;left:0rem;height:1.94986875rem;font-style:normal;display:block; }
#CVaIQmT0TnEaeZVW2T9HEdmHaVEiDDTK { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.0625rem;left:0rem;height:1.54345625rem;font-style:normal;display:block; }
#czxxEgVvkKzQDcA91VGCcrpvPbCmp1g5 { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.375rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#WmpOUHvsi9AUe6beVWHgbku3nVz2LAtl { color:#0b1620;display:block;width:13.375rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:25.6875rem;left:0rem;height:5.847675rem;font-style:normal;display:block; }
#uEBzkuzepDTDPuG5tTr4k7JCGRtHabcK { color:#0b1620;display:block;width:14.5625rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:25.6875rem;left:14.5rem;height:4.8730625rem;font-style:normal;display:block; }
#SHkIlWTJm5BwE2vIcHCJzWvBNPvJK9BT { color:#0b1620;display:block;width:16.8125rem;position:absolute;font-family:"kia new brand";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:24.375rem;left:14.5rem;height:1.29980625rem;font-style:normal;display:block; }
#c6wMFrmM3rCXK5IskNVC36whRkbqM5DN { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:18.75rem;width:27.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#g1D94xpJ3xyni6HpER98m5mnOfsVFgGG { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:25.75rem;left:37.5rem;height:5.847675rem;font-style:normal;display:block; }
#V4RmMSvsTTUpyCdQI3MgE0R5MCNnyL1V { background-color:#0b1620;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:35.125rem;left:37.5rem;display:block; }
#uSiGLP3quCuFqdEdMrf52tBIOHZUo29X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a8cTAh0pGkKbkAN08Xo4SGeQm7BBrpQV { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.4375rem;left:37.5rem;height:1.29980625rem;font-style:normal;display:block; }
#anwAGVQx2uMNVC4zdK3pOaKxlkFlTBtN { color:#0b1620;display:block;width:33.4375rem;position:absolute;font-family:"kia new brand";font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.125rem;left:37.5rem;height:1.54345625rem;font-style:normal;display:block; }
#uDeRHVXZrFrwWQqtAyXeUb00uo0OeEE8 { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:20.1875rem;left:37.5rem;height:1.94986875rem;font-style:normal;display:block; }
#q58F5tE181FCCVnENhJ7Q5gk9tHybUxo { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b1620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.375rem;text-decoration:none;z-index:15021;text-align:left;text-align-last:left;top:32.8125rem;left:37.5rem;display:block; }
#kMnJWlWsEUpwdvOGVoNu52iAvZhkaF0m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CFeBSgomKxdJWihIyR4NflNxL7B97Q0V { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b1620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.375rem;text-decoration:none;z-index:15022;text-align:left;text-align-last:left;top:32.8125rem;left:0rem;display:block; }
#stbs3Gh5PsM8am73KdC9nnoS0VX6P9fD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AQs39WIOQSAwsBe60iFSOdmTkv4swmbG { position:relative;display:block; }#AQs39WIOQSAwsBe60iFSOdmTkv4swmbG { background-color: transparent; background-image: none; }#AQs39WIOQSAwsBe60iFSOdmTkv4swmbG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQs39WIOQSAwsBe60iFSOdmTkv4swmbG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQs39WIOQSAwsBe60iFSOdmTkv4swmbG > .row .container > .video-iframe-container { display: none; }#AQs39WIOQSAwsBe60iFSOdmTkv4swmbG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQs39WIOQSAwsBe60iFSOdmTkv4swmbG > .row > .video-iframe-container { display: none; }#AQs39WIOQSAwsBe60iFSOdmTkv4swmbG > .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); }#AQs39WIOQSAwsBe60iFSOdmTkv4swmbG { border-width: 0; border-radius: 0; }#AQs39WIOQSAwsBe60iFSOdmTkv4swmbG > .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; }#AQs39WIOQSAwsBe60iFSOdmTkv4swmbG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UHQoq86789WhiFJPJFDiod0LleXPFSTm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:18.75rem;width:27.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TqrIhTAX9U0ZJzFVFVDrgOFg2WuIlImK { background-color:#0b1620;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:35.0625rem;left:0rem;display:block; }
#OIsV4lsybLtWBBgiVx2Zvswrx87RrtZG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EBcmfJZxsFETAEdI0ivLvOTpPI496SFV { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.125rem;left:0rem;height:1.94986875rem;font-style:normal;display:block; }
#yRFzC86vTu5w0ARVnKFUZGdc4sA2XLhv { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.0625rem;left:0rem;height:1.54361875rem;font-style:normal;display:block; }
#hAF0mCHcSBWVsTkqBs8FfADl2cmZQeHT { color:#0b1620;display:block;width:12.5rem;position:absolute;font-family:"kia new brand";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.375rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#l7rAdki4dLZKdA5DfHKFSEoMZdcscnSf { color:#0b1620;display:block;width:13.375rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:25.6875rem;left:0rem;height:4.8730625rem;font-style:normal;display:block; }
#AaROdwTpZf7VwZHornQfM4BSe9VJwOTs { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b1620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.375rem;text-decoration:none;z-index:15022;text-align:left;text-align-last:left;top:31.9375rem;left:0rem;display:block; }
#LGAIZInhIa1STMHDWS2gigNmrc12uom3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KTuM84w3zveuhz9q96gKmVzTJNHsQrQC { position:relative;display:none; }#KTuM84w3zveuhz9q96gKmVzTJNHsQrQC { border-width: 0; border-radius: 0; }#KTuM84w3zveuhz9q96gKmVzTJNHsQrQC > .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; }#KTuM84w3zveuhz9q96gKmVzTJNHsQrQC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FeDaI7G2wulZl4xczPZTJSsRBQOyGKeo { color:#0b1620;display:block;width:45.5625rem;position:absolute;font-family:"kia new brand";font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.087890625rem;left:14.71875rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QmqDgfRLRhTsWHlcFzukmT2UmKGdrdTv { position:relative;display:none; }#QmqDgfRLRhTsWHlcFzukmT2UmKGdrdTv { border-width: 0; border-radius: 0; }#QmqDgfRLRhTsWHlcFzukmT2UmKGdrdTv > .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; }#QmqDgfRLRhTsWHlcFzukmT2UmKGdrdTv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HqvJat3EdL1enO1GIomWku9etcTvOxxx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:22.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VbovyGg9Sa157yWR16plyXqd5DpV0LlV { color:#0b1620;display:block;width:22.8125rem;position:absolute;font-family:"kia new brand";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.400390625rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tgyyKBBIVyhPXbTRDQ0SZOMyT1iTJmOz { color:#0b1620;display:block;width:22.8125rem;position:absolute;font-family:"kia new brand";font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.912109375rem;left:0rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xvBTTaUxOFTgxzPKaZPkuq5aDIQtvDAc { color:#0b1620;display:block;width:22.8125rem;position:absolute;font-family:"kia new brand";font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.455078125rem;left:0rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wPTtWXa7aNTnP2Dauk0xQ1MTWDDDTHy1 { color:#0b1620;display:block;width:22.8125rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:20.72900390625rem;left:0rem;height:3.89845rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gGDGcIqygLw8EQHbTy6VSMMWzm179ud1 { color:#0b1620;display:block;width:22.8125rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:26.875rem;left:0rem;height:5.8476625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xOrqaSF33rtLI2ChLHN5gKNc2O8Q0Bmw { background-color:#0b1620;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:36.6875rem;left:7.625rem;display:block; }
#VaC49c7x7EpWBANIflSxyrLsJrnfzGUr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#guJrLt2eiLNDIFmCig6NyHDX9FWFS9UW { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b1620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:34.4375rem;left:8.3125rem;display:block; }
#n77J7CUNB1FayeixsJbxolo1PXHsuHtB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fnSraFIeDeuI35scdTKI6FOl77LWOIQI { color:#0b1620;display:block;width:22.8125rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:26.875rem;left:26.125rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QnlB6rpz9sAfKJ9bJy9b2EwpbyrMTW0d { background-color:#0b1620;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.6875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:36.6875rem;left:33.75rem;display:block; }
#SPqThyzQz90LTWSRNn7KuaPXSwT1ETiu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dpr0HezHHv1c8CN55u9BiziS0PQzBSzC { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b1620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:34.4375rem;left:34.4375rem;display:block; }
#JSdcUkP8oZWatxRV3nXfNmeTQTdr6sqC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t1I1Z9xWvggTRhqIKnzHR2fT09lqdy3m { color:#0b1620;display:block;width:22.8125rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.75rem;left:26.125rem;height:2.9238375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L6xFMqQmGmGM0VGZardKSdDZHZp8A5Jv { color:#0b1620;display:block;width:22.8125rem;position:absolute;font-family:"kia new brand";font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.4375rem;left:26.125rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tKNaPgKrTO0wToWmTupDGhkWdlbCfOKo { color:#0b1620;display:block;width:22.8125rem;position:absolute;font-family:"kia new brand";font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.9375rem;left:26.125rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IJNH87y2le75RSFzfx39qrlZOASGnMLh { color:#0b1620;display:block;width:22.8125rem;position:absolute;font-family:"kia new brand";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.375rem;left:26.125rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ozFhQiKp9eHTZBmTsooGLgc5Lus7lye2 { color:#0b1620;display:block;width:22.8125rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:26.875rem;left:52.1875rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dHTldayBmzT27ZgCxJcqv7WH4Pc8Xg9o { background-color:#0b1620;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kia new brand";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.6875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:36.6875rem;left:59.8125rem;display:block; }
#GONiqVKoXxINpp0ELBN8gvmn4Xc0K5OS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OQnK5DIA0Q3XPVlU3SfvUTWt97p0vAIz { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b1620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kia;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:34.4375rem;left:60.5rem;display:block; }
#L6DtEUgz1gxrFw1tgihWEOzzBnxX8Ds0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMPtVqSJkxyf9t3auUagGgmIQv6v4OgX { color:#0b1620;display:block;width:22.8125rem;position:absolute;font-family:"kia new brand";font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:20.75rem;left:52.1875rem;height:3.89845rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eyVm8Stpl1H0T7H5Tp0xW2yeMgJOoyqb { color:#0b1620;display:block;width:22.8125rem;position:absolute;font-family:"kia new brand";font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:18.4375rem;left:52.1875rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XApC5U7vdriocoh9ZkWFhuvHk9WvRz3J { color:#0b1620;display:block;width:22.8125rem;position:absolute;font-family:"kia new brand";font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:16.9375rem;left:52.1875rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JmoGD3JFrKmyqPq0r3t1w1gmTxb8v1yC { color:#0b1620;display:block;width:22.8125rem;position:absolute;font-family:"kia new brand";font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:13.375rem;left:52.1875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yKf32cBJAUSKUdcFPWWZOmQFLv9UyBWX { position:absolute;display:block;z-index:15016;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:12.8125rem;width:22.5625rem;top:0rem;left:52.1875rem;overflow:hidden;display:block; }
#v9nfM5JoUITVMtPEX3U71gqXntplTs64 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:22.5625rem;top:0.0625rem;left:26.21875rem;overflow:hidden;display:block; }
#aCArJI5M7dvu9oTH4pO94RMXbInErMrK { position:relative;display:block; }#aCArJI5M7dvu9oTH4pO94RMXbInErMrK { background-color: transparent; background-image: none; }#aCArJI5M7dvu9oTH4pO94RMXbInErMrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCArJI5M7dvu9oTH4pO94RMXbInErMrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCArJI5M7dvu9oTH4pO94RMXbInErMrK > .row .container > .video-iframe-container { display: none; }#aCArJI5M7dvu9oTH4pO94RMXbInErMrK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCArJI5M7dvu9oTH4pO94RMXbInErMrK > .row > .video-iframe-container { display: none; }#aCArJI5M7dvu9oTH4pO94RMXbInErMrK > .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); }#aCArJI5M7dvu9oTH4pO94RMXbInErMrK { border-width: 0; border-radius: 0; }#aCArJI5M7dvu9oTH4pO94RMXbInErMrK > .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; }#aCArJI5M7dvu9oTH4pO94RMXbInErMrK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c2DpwfMW4ypDT3dfbtpvr6JJqgrSJmwK { color:#000000;display:block;width:37.5rem;position:absolute;font-family:kia;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:4.0628875rem;font-style:normal;display:block; }
#TnL4bCCn032blbyy0HDUFILZ0BoqnkIc { position:relative;display:none; }#TnL4bCCn032blbyy0HDUFILZ0BoqnkIc { border-width: 0; border-radius: 0; }#TnL4bCCn032blbyy0HDUFILZ0BoqnkIc > .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; }#TnL4bCCn032blbyy0HDUFILZ0BoqnkIc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#sgo7HFAdQQmHzMrsTDmocwVy8Dgsr8G2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1efed;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; }#sgo7HFAdQQmHzMrsTDmocwVy8Dgsr8G2 > .row .container { background-color: transparent; background-image: none; }#sgo7HFAdQQmHzMrsTDmocwVy8Dgsr8G2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgo7HFAdQQmHzMrsTDmocwVy8Dgsr8G2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgo7HFAdQQmHzMrsTDmocwVy8Dgsr8G2 > .row .container > .video-iframe-container { display: none; }#sgo7HFAdQQmHzMrsTDmocwVy8Dgsr8G2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgo7HFAdQQmHzMrsTDmocwVy8Dgsr8G2 > .row > .video-iframe-container { display: none; }#sgo7HFAdQQmHzMrsTDmocwVy8Dgsr8G2 > .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); }#sgo7HFAdQQmHzMrsTDmocwVy8Dgsr8G2 > .row .container { border-width: 0; border-radius: 0; }#sgo7HFAdQQmHzMrsTDmocwVy8Dgsr8G2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sgo7HFAdQQmHzMrsTDmocwVy8Dgsr8G2 > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;position:relative;display:block; }#JeJ5JdIgWqW0BW2NTyiqC7Pr46D2wD0s { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.8125rem;width:62.125rem;top:0rem;left:-24.5224609375rem;overflow:hidden;display:block; }
#HTdP3UUSfsAsIp3T6RHqpRLxnb8nkC9Q { color:#000000;display:block;width:23.375rem;position:absolute;font-family:"kia new brand";font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:39.9375rem;height:2.5996125rem;font-style:normal;display:block; }
#Cp7V3dZBgJmg4IaDVSIrptaUNmDfgkVN { color:#000000;display:block;width:25.375rem;position:absolute;font-family:"kia new brand";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.0353794097901rem;left:39.937068939209rem;height:1.62524375rem;font-style:normal;display:block; }
#D2JmrX8Kl0orSK5MzuGqhSOD57HyzTyl { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:"kia new brand";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.1242618560791rem;left:39.937068939209rem;height:1.13769375rem;font-style:normal;display:block; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-form-header {  }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-regular-label { height:auto;display:block;font-family:"kia new brand";font-size:1.25rem;font-weight:700;color:#0b1620;width:33.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1.8;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text { 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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:33.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-textarea { 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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:33.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select { 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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:33.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:kia;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal;line-height:1.8; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-checkbox { width:1rem;height:1rem;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; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#0b1620;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:8.5rem;margin-bottom:0.25rem;margin-left:8.5rem;display:block;box-sizing:border-box;font-size:0.75rem;font-weight:400;color:#ffffff;width:16.9375rem;height:2.8125rem;font-family:"kia new brand";overflow:hidden;font-style:normal;line-height:1.5; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu [class*="-text"]:-moz-placeholder { color:#0b1620;font-family:"kia new brand";font-size:0.875rem;font-weight:400;font-style:normal; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu [class*="-text"]::-moz-placeholder { color:#0b1620;font-family:"kia new brand";font-size:0.875rem;font-weight:400;font-style:normal; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu [class*="-text"]:-ms-input-placeholder { color:#0b1620;font-family:"kia new brand";font-size:0.875rem;font-weight:400;font-style:normal; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu [class*="-text"]::-webkit-input-placeholder { color:#0b1620;font-family:"kia new brand";font-size:0.875rem;font-weight:400;font-style:normal; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .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:"kia new brand";line-height:1.3;font-size:0.75rem;font-weight:400;color:#0b1620;vertical-align:top;width:32.6875rem;overflow:hidden;font-style:normal;float:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .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:middle; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"kia new brand";font-size:0.75rem;font-weight:400;color:#0b1620;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-container:first-of-type{padding-top:0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-container:last-of-type{padding-bottom:0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.43701171875rem;left:38.62451171875rem; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:33.9375rem;display:block;vertical-align:top; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu {display:block;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.43701171875rem;left:38.62451171875rem; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #T18FMtbWb7tERdP5dwp8Q4strn1CmMTw { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #T18FMtbWb7tERdP5dwp8Q4strn1CmMTw .container-column{width:50%;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #N8LOi3TzZ11IdEBDnKwT7QnDHc1axIBq { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #SOIMgPJo4LX0iCtXMmV9h3AaG2uWg9Qi { position:relative;z-index:2; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #PHM8sCXSp9BNzX3HZkwB9oqBT0Xem5ur { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #oshOVfsJoD1lIf9b8JCEuzsSx2JvyxPi { position:relative;z-index:2; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #XEtoa1z2IpNrlAePGOS90mg2dJeMJuu3 { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #J2BLlo2nCw3xhH2UMDqxFkOSMmuNTxMH { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QCidya1QurpPigrTyClhHSqfW2Qi4tKV { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #BGRfPldr83h9pwk7lx5KlTe6MatHxktt { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #r2D186ZGvTRaWsCEnQGOvETZndvqCyOa { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #hMaZ3y14p78it4LQLhLB5UXJLARnQQnp { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #u3rkCoreBEin6yxWP13O93AogZrCxVC8 { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QeLbaoFTpbTAg1iloAaKwRXPm7laxNFy { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zQhsGdioy5UL7N31AlT98VTCMDdyZdMe { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #fQPuTOIgmhL7pUT7VaIzzZCDUTyiUI87 { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #esU9vMePtB9EgcBK1P3z4IMWWcQzBhbQ { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #mD2JPc52nzrDcp3HU4hdXVNNAQy0QcLk { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #IfKqfvytaXfwBT3pZ6R78UXoFToKThur { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #xXWWCrmZRMFOBvKgtQ4vFx3DQclo2Lz8 { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #eXIGgOvZ5rfuTK3mnTbzC2pKheRnxCDM { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #ReAybEhJnFhqbsfMCRbEigtGuRhiwmEf { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uyNT8HqaK6zp8STP7dITBIybfbJT4nKn { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #igxg610RtTBvgLGEdT3HW0OxdTDNIZ0y { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uERLF5rT1V4y6rLoRlMzsd6OVEFRKtnL { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zTfHaVd2nv85UhESxca5Jp2UWFPTZnR1 { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #wP4INBXlCQZIIKvTvCT4hC9okyCFwVlc { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #U0aQm4CQ4nHiRAV3bBqC0GBLW0b9ULTT { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #vRlaTksIrXslmvxlSCHA24dT5Jp4BnuA { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #h1Tkhq0zGZNyZs0boCtdzoSkWL8tK2yz { position:relative;z-index:2; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #rdTr9LxJKKee3kzBLihATUXeMk13U3w1 { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #tD1ARFqkVZBaPy0CccSvtEnN9pIVaqWv { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #HKs2rM1Ga7Vcoyfq3wNkgzwRgD89taam { position:relative;z-index:2; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #GN35bQ7ixeaEQpRJ6vclN8lpklFWuVb1 { position:relative; }
#AVDGBxdTIM4oNuk3FW3MPuRpeJPxy9TI { position:relative;display:block; }
#Iy1E6apLNXiTZkkO8XtcM8X4uNMSTm8Q { position:relative;display:block; }
#gO42kmW6gsm3qJIH01VNFN5V3kzwKFPw { position:relative;display:block; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #DJbSwN6c26ZJ48Ix0gzR9qqQTw2ohJRQ { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #UoULeKd8P6Ie6VHBMJ7gVgNZoquXL9D1 { position:relative; }
#AZkTfAzLBIzTapgU2yCLZkmvIwPEBSA4 { position:relative;display:block; }#AZkTfAzLBIzTapgU2yCLZkmvIwPEBSA4 { background-color: transparent; background-image: none; }#AZkTfAzLBIzTapgU2yCLZkmvIwPEBSA4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZkTfAzLBIzTapgU2yCLZkmvIwPEBSA4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZkTfAzLBIzTapgU2yCLZkmvIwPEBSA4 > .row .container > .video-iframe-container { display: none; }#AZkTfAzLBIzTapgU2yCLZkmvIwPEBSA4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZkTfAzLBIzTapgU2yCLZkmvIwPEBSA4 > .row > .video-iframe-container { display: none; }#AZkTfAzLBIzTapgU2yCLZkmvIwPEBSA4 > .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); }#AZkTfAzLBIzTapgU2yCLZkmvIwPEBSA4 { border-width: 0; border-radius: 0; }#AZkTfAzLBIzTapgU2yCLZkmvIwPEBSA4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AZkTfAzLBIzTapgU2yCLZkmvIwPEBSA4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#M3wdrP4WbrOdp5by48P8hNDytFT0A8b9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:12.375rem;top:6.9375rem;left:51.9375rem;overflow:hidden;display:block; }
#bJEcGMMVrNu9MWh0Ws0FDduA2ZeE6oQC { color:#0b1620;display:block;width:25.875rem;position:absolute;font-family:"kia new brand";font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.6875rem;left:6.25rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gT40wgL1AfrXBLJtR8ZTG51OpvLk9gBK { color:#0b1620;display:block;width:25.875rem;position:absolute;font-family:"kia new brand";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.9375rem;left:6.25rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ieT2lZeTRHWT4RvkKsX9SNoTA2EucE9y { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#0b1620;background-image:none;top:9.4375rem;left:6.25rem;display:block; }
#s5akr4VblAcny87tpBC2ozlDaKe6mqwT { position:relative;display:none; }#s5akr4VblAcny87tpBC2ozlDaKe6mqwT { border-width: 0; border-radius: 0; }#s5akr4VblAcny87tpBC2ozlDaKe6mqwT > .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; }#s5akr4VblAcny87tpBC2ozlDaKe6mqwT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FDT74J45294XZ7wF2wp4dPdGDAB4lGpO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1efed;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; }#FDT74J45294XZ7wF2wp4dPdGDAB4lGpO > .row .container { background-color: transparent; background-image: none; }#FDT74J45294XZ7wF2wp4dPdGDAB4lGpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDT74J45294XZ7wF2wp4dPdGDAB4lGpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDT74J45294XZ7wF2wp4dPdGDAB4lGpO > .row .container > .video-iframe-container { display: none; }#FDT74J45294XZ7wF2wp4dPdGDAB4lGpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDT74J45294XZ7wF2wp4dPdGDAB4lGpO > .row > .video-iframe-container { display: none; }#FDT74J45294XZ7wF2wp4dPdGDAB4lGpO > .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); }#FDT74J45294XZ7wF2wp4dPdGDAB4lGpO > .row .container { border-width: 0; border-radius: 0; }#FDT74J45294XZ7wF2wp4dPdGDAB4lGpO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FDT74J45294XZ7wF2wp4dPdGDAB4lGpO > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:block; }#Ru9I0moQArG3B2vxlzDEtfbzBwiNc7s6 { color:#0b1620;display:block;width:23.3745625rem;position:absolute;font-family:"kia new brand";font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.75rem;left:1.25rem;height:2.5996125rem;font-style:normal;display:block; }
#Nk6oGqLExvGH3z569crVMKkHzXa021l2 { color:#0b1620;display:block;width:25.374875rem;position:absolute;font-family:"kia new brand";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.9375rem;left:1.25rem;height:1.62524375rem;font-style:normal;display:block; }
#o7mgSyFw1cHJK47dkNHJd6BRhogEU96A { color:#0b1620;display:block;width:30.4373125rem;position:absolute;font-family:"kia new brand";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:9.1875rem;left:1.25rem;height:1.13769375rem;font-style:normal;display:block; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-form-header {  }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-regular-label { height:auto;display:block;font-family:seat;font-size:0.875rem;font-weight:300;color:#000000;width:30.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1.8;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-input-text { 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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:30.125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-input-text {padding-top: 0; padding-bottom: 0;}#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-textarea { 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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:30.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-input-select { 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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:kia;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-input-select {padding-top: 0; padding-bottom: 0;}#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-input-checkbox { width:1rem;height:1rem;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; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-input-button { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#0b1620;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:8.3125rem;margin-bottom:0.25rem;margin-left:8.3125rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:400;color:#ffffff;width:13.5rem;height:2.8125rem;font-family:"kia new brand";overflow:hidden;font-style:normal; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT [class*="-text"]:-moz-placeholder { color:#0b1620;font-family:kia;font-size:0.875rem;font-weight:400;font-style:normal; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT [class*="-text"]::-moz-placeholder { color:#0b1620;font-family:kia;font-size:0.875rem;font-weight:400;font-style:normal; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT [class*="-text"]:-ms-input-placeholder { color:#0b1620;font-family:kia;font-size:0.875rem;font-weight:400;font-style:normal; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT [class*="-text"]::-webkit-input-placeholder { color:#0b1620;font-family:kia;font-size:0.875rem;font-weight:400;font-style:normal; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .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:kia;line-height:1.3;font-size:0.75rem;font-weight:400;color:#0b1620;vertical-align:top;width:28.875rem;overflow:hidden;font-style:normal;float:none; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .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:middle; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:seat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-container:first-of-type{padding-top:0;}#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-container:last-of-type{padding-bottom:0;}#nAhuC83QPFP26rsGrq6vWNws8KaAREiT  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.8125rem;left:0rem; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.125rem;display:block;vertical-align:top; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT {display:block;}#nAhuC83QPFP26rsGrq6vWNws8KaAREiT { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.8125rem;left:0rem; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT #Ber1GyEeLSPOAP8xzmM7N7wI5nURVZCg { position:relative; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT #zTsrgr9TNvwKeZLoHp7XwWEXQCHdggOH { position:relative;display:none; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT #ZZF3AdZ9pNR299yF3OegGIKz7M4ZMAhc { position:relative; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT #VtvRQzSK7Vc4mTiF9qh0rwQ4v0tdntMP { position:relative; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT #x2VbkD9tED4p5nWNyETqNMs6XJoro9HT { position:relative;display:none; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT #dkd3NDUxtLPluayy8WFlaPnssRDn9Tsr { position:relative; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT #MT7unbJJNcGAPlRgCSRQmtTdMMLA4WDq { position:relative; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT #kCAdSOg49VntH4q5XgRg9rIu8vWsbF5T { position:relative;display:none; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT #NwU6o4uchyd6J5CibwzdCTKIg9lMoTI5 { position:relative; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT #o1gQyIc8O52OwRdIkEQ8QAHgaGFf4Thp { position:relative; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT #abMI7EgalJrS5udddIilUSyIrmQacilV { position:relative;display:none; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT #L562dMZnr4xidiT8cDzINgbybcWyTEdp { position:relative; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT #ggDP0mzBwUJc1Ogu7FXXTvHvoi1ykGl4 { position:relative; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT #Qy7iqc6kmLms829wGSwD0Gnr743nyuNP { position:relative;display:none; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT #g6qsiNhaJ0bIfI6DcOHazThDTStkCbH2 { position:relative; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT #ywJmyuEbdFPCW4gyztRhUa5rM2JdiMMz { position:relative; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT #lKXwWApOSN9heJcIFUbbiEbDNWLiWUlf { position:relative;z-index:2; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT #oSHHxqEqJGtfzxsSqahAPThgTro1m3XN { position:relative; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT #mlqFwkm7TssQuQEB7K6DrvEgTeA9uWxF { position:relative; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT #UTsssCzK5DOGO3ABrhiJfrfs3QBG1FM2 { position:relative;z-index:2; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT #BSGKF3tZTNgMhwBtH87oqHSKwc53qgto { position:relative; }
#Ar26IwmWVODxFhRlw43tlcFM1h1BaAyh { position:relative;display:block; }
#G9PPwTTl6P84yiyvyxOlJS6FVx1LQAed { position:relative;display:block; }
#f9UfOnPPV6Jp3kHdnQ6FB8yeB3sdqm0M { position:relative;display:block; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT #kzEDX7rOWUrc5CgigFU6WPElL4VMomKA { position:relative; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT #ckTbuNE6vvkWFV8w2vavqW71Wv23nEb9 { position:relative; }
#FxLwLDaTSMplfvypmyTNJDAoJ2qVlGIL { 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:47.1875rem;width:75rem;top:0rem;left:37.526694311197rem;overflow:hidden;display:block; }
#zv9EcMoxatnX5kagruxbGE701NitxnEz { position:relative;display:block; }#zv9EcMoxatnX5kagruxbGE701NitxnEz { background-color: transparent; background-image: none; }#zv9EcMoxatnX5kagruxbGE701NitxnEz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv9EcMoxatnX5kagruxbGE701NitxnEz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv9EcMoxatnX5kagruxbGE701NitxnEz > .row .container > .video-iframe-container { display: none; }#zv9EcMoxatnX5kagruxbGE701NitxnEz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv9EcMoxatnX5kagruxbGE701NitxnEz > .row > .video-iframe-container { display: none; }#zv9EcMoxatnX5kagruxbGE701NitxnEz > .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); }#zv9EcMoxatnX5kagruxbGE701NitxnEz { border-width: 0; border-radius: 0; }#zv9EcMoxatnX5kagruxbGE701NitxnEz > .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; }#zv9EcMoxatnX5kagruxbGE701NitxnEz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PG6nBXGAKiTWiK9Q4SzUm6wnBv8NVeoq { position:relative;display:none; }#PG6nBXGAKiTWiK9Q4SzUm6wnBv8NVeoq { border-width: 0; border-radius: 0; }#PG6nBXGAKiTWiK9Q4SzUm6wnBv8NVeoq > .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; }#PG6nBXGAKiTWiK9Q4SzUm6wnBv8NVeoq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fu8d9Tp0A07yfWsEvuIT15WrSKxacL0o { position:relative;display:block; }#fu8d9Tp0A07yfWsEvuIT15WrSKxacL0o { background-color: transparent; background-image: none; }#fu8d9Tp0A07yfWsEvuIT15WrSKxacL0o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fu8d9Tp0A07yfWsEvuIT15WrSKxacL0o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fu8d9Tp0A07yfWsEvuIT15WrSKxacL0o > .row .container > .video-iframe-container { display: none; }#fu8d9Tp0A07yfWsEvuIT15WrSKxacL0o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fu8d9Tp0A07yfWsEvuIT15WrSKxacL0o > .row > .video-iframe-container { display: none; }#fu8d9Tp0A07yfWsEvuIT15WrSKxacL0o > .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); }#fu8d9Tp0A07yfWsEvuIT15WrSKxacL0o { border-width: 0; border-radius: 0; }#fu8d9Tp0A07yfWsEvuIT15WrSKxacL0o > .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; }#fu8d9Tp0A07yfWsEvuIT15WrSKxacL0o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G4Ku598trF2ZQ2Dpbzy3vvvEAHTtIbv4 { color:#0b1620;display:block;width:33.4375rem;position:absolute;font-family:"kia new brand";font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.375rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#LR8LBZ89BSfk2m039TiKLax6QXF1MmvT { color:#0b1620;display:block;width:34.8125rem;position:absolute;font-family:"kia new brand";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:1.950075rem;font-style:normal;display:block; }
#bmFZPi2JMg6ZTP7rntp6zDouqVa3ta99 { color:#0b1620;display:block;width:27.9375rem;position:absolute;font-family:"kia new brand";font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:2.92480625rem;font-style:normal;display:block; }
#JrlTI6o3FaOd9Ns8ES6t0eW5CsufvGoE { color:#0b1620;display:block;width:33.4375rem;position:absolute;font-family:"kia new brand";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.30078125rem;left:0rem;height:1.13769375rem;font-style:normal;display:block; }
#wgJlm0B1Nt3pxlTV0Aw5cuRwfePv8UG9 { color:#0b1620;display:block;width:33.4375rem;position:absolute;font-family:"kia new brand";font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:14.6875rem;left:0rem;height:2.625rem;font-style:normal;display:block; }
#O0It92WO4GTzpXAizdTVNGxs8dJeKxfS { color:#0b1620;display:block;width:33.4375rem;position:absolute;font-family:"kia new brand";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:18.96875rem;left:0rem;height:1.31286875rem;font-style:normal;display:block; }
#OaFyWzu8NF4xNUUWTUGJRTvy1Pbw8Om9 { color:#0b1620;display:block;width:33.4375rem;position:absolute;font-family:"kia new brand";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:20.21875rem;left:0rem;height:3.9375rem;font-style:normal;display:block; }
#ngNz0IhpM58gBsUw5exnk5wC1VVOpglT { color:#0b1620;display:block;width:33.4375rem;position:absolute;font-family:"kia new brand";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:27rem;left:0rem;height:3.9375rem;font-style:normal;display:block; }
#pTobHlxvuyIA6os1xylXMBwxJD7mwSRq { color:#0b1620;display:block;width:33.4375rem;position:absolute;font-family:"kia new brand";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:25.75rem;left:0rem;height:1.31286875rem;font-style:normal;display:block; }
#fHHrlgQgZ5NhvarKsCp894HNHBTmnMhW { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:36.1875rem;width:36.1875rem;top:0.9375rem;left:38.5625rem;overflow:hidden;display:block; }
#M8ddnJOqfG8phJPSu5KvgHPZ9LAOwqsU { box-sizing:content-box;height:2.5rem;width:10.0625rem;position:absolute;display:block;z-index:15002;background-color:#0b1620;background-image:none;top:37.125rem;left:0rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#EHK6ek5m9PWIlAhzn30hx2gsVi1MDxkr { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:kia;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:37.6875rem;left:2.8125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gJ6i2lH9KVnBfCZoCiLqW1CJLVQvflv4 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:37.375rem;left:0.25rem; }
#Op56hl9SPXbpfTXMZ6eBoPggSOoQn07a { color:#000000;display:block;width:15.875rem;position:absolute;font-family:"kia new brand";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:34.15625rem;left:0rem;height:2.2744125rem;font-style:normal;display:block; }
#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1620;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; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row .container { background-color: transparent; background-image: none; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row .container > .video-iframe-container { display: none; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row > .video-iframe-container { display: none; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .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); }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row .container { border-width: 0; border-radius: 0; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row .container { font-size:0.875rem;font-family:arial;height:85.9375rem;width:75rem;position:relative;display:block; }#HnlFo5qI7VqJqth92wi3dtSTEKNBKDF9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:5.25rem;top:2.15625rem;left:0rem;overflow:hidden;display:block; }
#vaMRWoH466Kc9MobVNn09sIcEX5B1iU6 { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:"mg electric";font-size:0.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tn7BQ6gQw2iT50MTJgwOM92IeruKMMNn { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.25rem;left:65.0625rem; }
#tn7BQ6gQw2iT50MTJgwOM92IeruKMMNn > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#ecBHrO0Q7drv2KWe4TzOCITOJz3vb6CL { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.25rem;left:68.8125rem; }
#ecBHrO0Q7drv2KWe4TzOCITOJz3vb6CL > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#pK6bhmt8KsTaNRe7KLMmdc2lx56N1BUD { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.25rem;left:72.5625rem; }
#pK6bhmt8KsTaNRe7KLMmdc2lx56N1BUD > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#z4QCebFCSqd8PTB4p5aFGonyfWTaM0Ig { color:rgba(255,255,255,0.58);display:block;width:75rem;position:absolute;font-family:"kia new brand";font-size:0.5625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:9.75rem;left:0.25rem;height:70.1718rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PD1g7LJ51nSivNWoU7kxgkxlg0X9VxP7 { display:block; }#PD1g7LJ51nSivNWoU7kxgkxlg0X9VxP7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5z0ZIFk1sy2x0T56PxiVZI4HN9BPNnE { top:1.25rem;left:20.125rem;width:7.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhqGTzAyTdadsEmslzMq3mgnxJKiIABf { width:5.5625rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl2AKEUJWqp1w7k504XX0XyTsMQXVemm { display:block; }
 }@media only screen and (max-width: 763px) { #Q7BisOrTGoUsp1MDq0cTqbtqo4hppM1N { width:4.1875rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCWupONHvKlIngvBbXH0Tkwfpwt5KimT { display:block; }
 }@media only screen and (max-width: 763px) { #SWu9lBDw7e4mThJuvK7qguch4Nycp60G { width:3.625rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkLq8KX7l4VwKMyZsvlokHGIdiih2ddl { display:block; }
 }@media only screen and (max-width: 763px) { #xg15nPOa0TSUI8iXyxfzUcMgBPtZtXlI { width:5.25rem;height:2.25rem;top:1.25rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgrytOmMIcyXHACWMnkTB7uraUxbblq9 { display:block; }
 }@media only screen and (max-width: 763px) { #TTxFyZxxLxHMru038oNkZX3p9kWVDB5h { width:6.125rem;height:2.25rem;top:1.25rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdBSe7XpIBMAkxxeiWS3yLb0wfafT9dm { display:block; }
 }@media only screen and (max-width: 763px) { #JqPBM3rBigHbK9xf2usAQGWgN0VmHeJb { width:4.25rem;height:2.25rem;top:1.25rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJkcoC9GvCmHQv7dCRZKnnnbMSVehgXL { display:block; }
 }@media only screen and (max-width: 763px) { #TsdGRw7K191NpwIkRrqUC7c59sIadKD3 { display:block; }#TsdGRw7K191NpwIkRrqUC7c59sIadKD3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFlHbbKNIB2IBbtMcmAgQNL2bulsOVB4 { top:41.6875rem;left:0rem;width:19.875rem;height:6.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxiQVQh2WbqAfEOwvLTuvEHAyQ7x8ZMz { top:48.125rem;left:0rem;width:17.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTKwQWqCRWRDV2IhFUEW7qXZ1PyQLfkF { width:8.8125rem;height:2.9375rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0zIkNuB2klBmtL3HD0f3wMxwf1uCGf8 { display:block; }
 }@media only screen and (max-width: 763px) { #vHpK8IUtRotwmqWrg9HBqoJH5S0eTdSk { display:block; }#vHpK8IUtRotwmqWrg9HBqoJH5S0eTdSk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEBdVoSTeuJVwULWIX57bZPf3ZqP5wuI { top:39.0625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTN0omL0XtdHqMETb43kfNvsPGchLUDo { width:5.5625rem;height:2.25rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTWw9buZyax4KTMkbEL5suSDZZVfsBdh { display:block; }
 }@media only screen and (max-width: 763px) { #BoF3LPBXptJxQAuhRQvwpHdN1Bb0JKIA { width:4.1875rem;height:2.25rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L10kGrKGb3xcCy8Fn8sw9OJxrpCWoqKd { display:block; }
 }@media only screen and (max-width: 763px) { #dH7GuwxeKGK69ksQO2cySyrqRuNQGDo4 { width:3.625rem;height:2.25rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mecHvf5EGQhVz1drEO4HG7traRPTQlou { display:block; }
 }@media only screen and (max-width: 763px) { #dZ3sZuR0dIk7aG1TEbsBNAXWIacqfQKy { top:3.3125rem;left:18.4375rem;width:8.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSDDRhu33gN4gEFVTw6FPVgCvyMJ0heF { width:5.25rem;height:2.25rem;top:3.3125rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l96vuIuZ3tMGfECRJu25sTNQWDNqfkcV { display:block; }
 }@media only screen and (max-width: 763px) { #H5KyyCHeRluvZRWGoD9JA9yF69iMnoNv { width:6.125rem;height:2.25rem;top:3.3125rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWBu8OmgTUKUrmMXGLNkMstN82Ti3fMs { display:block; }
 }@media only screen and (max-width: 763px) { #eeC3CN5tMKnAyRzbkQnQGTZMPdcFEtLu { width:4.25rem;height:2.25rem;top:3.3125rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc9zdpANTIUzalovpOKIxqC3D1MvixNE { display:block; }
 }@media only screen and (max-width: 763px) { #r3gq4nPd9oFKnULTEmISgkylZwosTtqt { display:block; }#r3gq4nPd9oFKnULTEmISgkylZwosTtqt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QM2nTQyCxP6esPJN8bnrParh3JZX5ZwI { top:39.0625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2b9lwWcBmGfdVnfz3K7UwRxECqexFnR { width:5.5625rem;height:2.25rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmbeuWio8TCNfeCfkduUS2wtbluvKMin { display:block; }
 }@media only screen and (max-width: 763px) { #kptUepFdw0HeEi1xTtdKuMzOx5lqtaKa { width:4.1875rem;height:2.25rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpPqP8wHzpaq1nzUa3ufBnUtNitfZiur { display:block; }
 }@media only screen and (max-width: 763px) { #mQZ6LoXIPVLTEaAriOimdGxRuCvqrJt7 { width:3.625rem;height:2.25rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI7of6pVIDTMag5XQ9zEPUDLky9TuWzD { display:block; }
 }@media only screen and (max-width: 763px) { #hMaLHgyRNMCTOlaxTvPUM2sgQNg1Wtkw { top:3.3125rem;left:18.4375rem;width:8.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUoXcwo4VyaxaJhkTzKsvuNBZElZEuHu { width:5.25rem;height:2.25rem;top:3.3125rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ2AuognJzGfIQ2n0ZtWoOwT5qoWSLXc { display:block; }
 }@media only screen and (max-width: 763px) { #iFZbR5OBigIFc7bl8HpJ7WZScxiHkuu8 { width:6.125rem;height:2.25rem;top:3.3125rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAtXsTPpW7Kb3uJMe5rE93VVAkugcdPo { display:block; }
 }@media only screen and (max-width: 763px) { #NJgCsorhFB1TpQCnAXlBGoeoCWDXD6Pp { width:4.25rem;height:2.25rem;top:3.3125rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdgSHJh4QHs6AzGrsTfg7U0cL0IIflVR { display:block; }
 }@media only screen and (max-width: 763px) { #fVhT8Lw532JhKVWJz5Alk801pHIm1SbD { top:43.5rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf { display:block; }#ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJA0GgBlJc6SEHx5wQeOMp0cd9iGTbR9 { width:15.3125rem;height:2.8125rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX2BOfKyVN89C97oQ7rrCgr2XBxovD2I { display:block; }
 }@media only screen and (max-width: 763px) { #bWHtgMPnAGeqO2fGSPlcMwygE9oiF3ST { display:block; }#bWHtgMPnAGeqO2fGSPlcMwygE9oiF3ST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSpTTDgqyfVn1mu4Mg34sdatUwGufKF9 { display:block; }#CSpTTDgqyfVn1mu4Mg34sdatUwGufKF9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGTTLwC0av59LiZy5TT2HokiZ8JxCe89 { top:0rem;left:0rem;width:13.4375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIxAZN7bTUv35GdS3SKkpogkQRcP1qLF { top:9.25rem;left:0rem;width:18.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeTGCP14qqaJ2DR1o9Ov8tkZi6qu20Fn { top:0rem;left:11.3125rem;width:13.4375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVD661X29WQBgrIQg2gJREoN8GmouHEC { top:0rem;left:23.25rem;width:13.4375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8C7WKfUmIlaQVg1zX5ezq0HVTP1Sf9I { top:9.25rem;left:5.8125rem;width:18.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI5aChQ34o1ysmIpq5kKDwivn8hdRzrK { top:9.25rem;left:17.75rem;width:6.3125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a477TefAGDPnTUD5kcp3SkLSn3qF04Wc { top:0rem;left:34.25rem;width:13.5rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4oPDvFJAXTtHBUxTSkeKSDpP3Nm2sLR { top:9.25rem;left:29.6875rem;width:18.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs6nyQMM0FITVc6X6Ga4TmKzis0hEma5 { top:9.0625rem;left:6.4375rem;width:5.5rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLTCXfqzeh5ILkTXbmDH3dTaZ4WvCcTT { top:9.0625rem;left:18.5625rem;width:5.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrJdB6s7SWe4Ketu0SJ0ODkvQLBTQ6cc { top:9.0625rem;left:42.4375rem;width:5.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmqkNfeWoP5AkUw1mleozNlJ6blA07NK { width:7.5625rem;height:2.3125rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHVmVfbHD1GU1JsTXducc1RfiJbbSmIl { display:block; }
 }@media only screen and (max-width: 763px) { #Ie3CdC0yy2m28o2ElXxq3TNOvPLOb9N0 { width:7.5625rem;height:2.3125rem;top:13.75rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaIGH14H2fw0L0MI249ielAAXqW5pdrH { display:block; }
 }@media only screen and (max-width: 763px) { #vpoANhq7smrJAHmwEcp23enR9nlCn0Mf { width:7.5625rem;height:2.3125rem;top:13.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWQkVu4lkTtbB7Ox0Rh789u22kFv6zHO { display:block; }
 }@media only screen and (max-width: 763px) { #u4XSUcLiT4vgMlXJUAw1CsnnDdorsoCC { width:7.5625rem;height:2.3125rem;top:13.75rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0iCaOTPK89CrFp7nKsQ6td7ZdvDTB6K { display:block; }
 }@media only screen and (max-width: 763px) { #HdIxZfVZvc5sKOfAkHDyXEubwevImZEH { top:9.0625rem;left:30.5rem;width:5.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfiK35vHLkrLV4KBo8w7rmoXXOV6cUqB { display:block; }#lfiK35vHLkrLV4KBo8w7rmoXXOV6cUqB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKVxTSM7qA5PhBuVIwuT6xa5N0Nr2pSk { top:0rem;left:0rem;width:13.4375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU65u4vgwZJvKMS7tCeQKMAU6hTv6LGI { top:9.25rem;left:0rem;width:18.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqAoX6Qp4b5QVxJ3uJmNQVzsJDA5kdOi { top:0rem;left:10.875rem;width:13rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTdsWUZB1rmmo0Enb93olkmqLo68Q9V { top:9.25rem;left:5.8125rem;width:18.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5H8FITZnuq4f6lmZoKOILT6dE7wMvJ8 { top:0rem;left:22.3125rem;width:13.5rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTX3DCbTOuHiyHesHziwdgK9T0WeIPOX { top:9.25rem;left:17.75rem;width:18.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8IDdO4lKlKnM3lTbnmFZzqnFNugVCIR { top:9.0625rem;left:6.4375rem;width:5.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olqS7Jfaw0zh9WPHcrThCgFL8mLliVEJ { width:7.5625rem;height:2.3125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHiZf4OQa5oTDFNWmfiRQqHO1udWUD1E { display:block; }
 }@media only screen and (max-width: 763px) { #J7ziNRQKg4r77VrucwHt9dXoAbKLRu6H { width:7.5625rem;height:2.3125rem;top:13.9375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ectFDhC3vbbLHQ6N5OT9kvEivnR7rz2N { display:block; }
 }@media only screen and (max-width: 763px) { #UyBS5W1ChsgTftiaVySv3mszcGULkwP0 { width:7.5625rem;height:2.3125rem;top:13.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kde5EzIUnIu4wzvxtuAORJ1ytKV8mfkR { display:block; }
 }@media only screen and (max-width: 763px) { #WHZTMarmdE2TrpNAyhCV6IaKNSWtafp8 { top:9.0625rem;left:18.5rem;width:5.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m002R2tVRxCqSTBg62gXE23qyaplZZgg { top:9.0625rem;left:30.4375rem;width:5.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOZXUOO5abCdVsTLzsuT059uKWTikIfw { top:9.0625rem;left:42.375rem;width:5.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNo5nCi0g5eUBbcXaHpmpGIgImBTblnf { top:9.25rem;left:29.6875rem;width:18.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN6QfMBE5PoDce374xzV9MEEqbCPORF3 { top:0rem;left:34.25rem;width:13.5rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLJB1tAfvmdiZTPvN2TMwbh5RxxVBivF { width:7.5625rem;height:2.3125rem;top:13.9375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buDzMs1Bsy6PXXlh0eQydWo4gHzALoWs { display:block; }
 }@media only screen and (max-width: 763px) { #PoZwI7mEvllTBeuVfaVJDhVCgM6alBcv { display:block; }#PoZwI7mEvllTBeuVfaVJDhVCgM6alBcv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqCk7cagFtDeRgOIC59bCTeUEcg5Qq0O { top:0rem;left:0rem;width:13rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiEDT0eKL01rqUnFnu2orddHbvTrlSwN { top:9.25rem;left:0rem;width:9.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVEi5Uy6l7DglkNgnVsFr3b3HFwt0fsc { width:7.5625rem;height:2.3125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VatcZwQ3UrSROxXED9AusgJOTwFaREVh { display:block; }
 }@media only screen and (max-width: 763px) { #PTCURf2BMxqbRf4CieqoXHfxVbWnDU0Z { top:9.0625rem;left:4.9375rem;width:7rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amFmu4lsRba1QZM22uJXz2Is8oHAxsbP { top:9.25rem;left:5.8125rem;width:18.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQXhWZuKFBLyThdoThobAEwwMC6IQ2oc { top:9.25rem;left:16.9375rem;width:6.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf5QhHXbBW9GSudCEn26DLXXVo3tZSpb { top:0rem;left:10.875rem;width:13rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lisoA1VEsb5NlqcthzyEI2HdkpqTA2ir { width:7.5625rem;height:2.3125rem;top:13.875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQaTqgC8surnANDgNBeJk0EXznR5JsGQ { display:block; }
 }@media only screen and (max-width: 763px) { #i7o0NfVLbQuRorTdaCvc7WzFTZyoQBJQ { top:0rem;left:22.375rem;width:13.4375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0SfQ1h24OpEcnElRscsTu30swUbBLIs { width:7.5625rem;height:2.3125rem;top:13.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gguZXdRcBueVsmRIZJ33T7KhMJJ7OV5z { display:block; }
 }@media only screen and (max-width: 763px) { #tyAoex1Nv94IMwsL9TPd8KwBkdV0Ltin { top:9.25rem;left:23.375rem;width:12.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KphNb2k8dqukQx4FtknOQTxGiyFhlK89 { width:7.5625rem;height:2.3125rem;top:13.875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9NFlKfHTFioS9qeuFar1Gc10kP9wHvx { display:block; }
 }@media only screen and (max-width: 763px) { #qyfZuFCF4ms1orlk5iyRBZgrRrhqV4Sa { top:9.25rem;left:29.6875rem;width:18.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Addg6xSRPULlNiPhgsblF1sQeEuqZ9bq { top:0rem;left:34.3125rem;width:13.4375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMSu5lZ7LOUUOfW7fZFtzUmLps10pK97 { display:block; }#GMSu5lZ7LOUUOfW7fZFtzUmLps10pK97 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1cP9oNX7LelI735lqmRpvoVAZWhWSaG { top:0rem;left:0rem;width:13rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQGkMahTAUnQrucNEPZt3BwBbEVF8H8l { top:9.25rem;left:0rem;width:9.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebK87LpcsXLuH3wr7L14QzNhPVXOZMnZ { width:7.5625rem;height:2.3125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV5NL63MCVB2vWMQ2sn5EeuwxPn1XdMk { display:block; }
 }@media only screen and (max-width: 763px) { #DAtZmwIylGyki4iFqEWH5sks5uD8QT5a { top:9.0625rem;left:4.9375rem;width:7rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKGB7PWupbJVKnlamJVspwFmHqR6RfdS { top:9.25rem;left:5.8125rem;width:18.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJOfT4yNhD53UJRaRSZmEJnkgvUgDTK2 { top:9.25rem;left:16.9375rem;width:6.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qid2VCnl6qTfbF6TUzdEFxZxGWyfw4Wz { top:0rem;left:10.875rem;width:13rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI23Q3BiNQTbpR8uSCmc9ni7rZbHKuvH { width:7.5625rem;height:2.3125rem;top:13.875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHXBNHJfwloKvmT5GKwSJm6sfem4RydJ { display:block; }
 }@media only screen and (max-width: 763px) { #xAhTNAJoeV3SXFzq0bntuqI7DbHa9ZTo { top:0rem;left:22.375rem;width:13.4375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkAGVnmAMiaLsSR30u4UPq0M3oCJUkcx { width:7.5625rem;height:2.3125rem;top:13.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoXSn4WBAISRxiMLZ7f958SDOcyFT6nm { display:block; }
 }@media only screen and (max-width: 763px) { #izbFTq6ZwiecEptvSIgQDaiHPwBEuuID { top:9.25rem;left:23.375rem;width:12.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx4gTMZARg510J3hAFHU0CmXtrJey720 { width:7.5625rem;height:2.3125rem;top:13.875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pspAT9ePgsFhlBEzRb8qXw1KC6OqilCH { display:block; }
 }@media only screen and (max-width: 763px) { #UW13VKevUE0fHTuASwp5HGbR0GHI1nMP { top:9.25rem;left:29.6875rem;width:18.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0fKeVH1UoPXSKTPK8EENSfgGuJLahqe { top:0rem;left:34.3125rem;width:13.4375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l49mv8cqpHab0Nr7bDOrUHudouuVfdHZ { display:block; }#l49mv8cqpHab0Nr7bDOrUHudouuVfdHZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lun8JJLNRhbEFSTrxXdqP588Tqg2ZFVT { top:8.75rem;left:0rem;width:47.75rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ1TaFhnOGrTB4LaVFVAXdKqEO8iGdwT { top:3.75rem;left:0rem;width:23.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRhGmvbF6UmTzv0fQHdcPeZK7ev6sV39 { top:14.9375rem;left:0rem;width:17.375rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRxwINEaAw8JT8XHV93IvTyRKoNJoSc4 { top:14.9375rem;left:0rem;width:17.3125rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3fH5vSRQbCAq9O2zLJdWtphiWfWvpP8 { top:15.125rem;left:15.125rem;width:17.4375rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiPJhpGKEE6dJh8hJTlLkkfy2Jwe1bXW { top:14.9375rem;left:31.375rem;width:16.25rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgwUT0gb3XCqzAiehgwAgGNOBnc3ceQa { top:15.125rem;left:15.125rem;width:17.5625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bccpaCkRfvFtpqF6Q5Cnb8TOQWumn5o8 { top:15.125rem;left:31.375rem;width:16.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQrPmEtgPaDANAslRnpFODK0gCTgeZbl { top:2.8125rem;left:0rem;width:15.625rem;height:2.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0PFfbhkdozS772u4itaHffPPpxPFoIs { top:2.8125rem;left:16.0625rem;width:15.625rem;height:2.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WccJIT7fk3htx1IEW2t6IyASDTngBZIA { top:2.8125rem;left:32.125rem;width:15.625rem;height:2.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vyx2iVEsDdmpdoBtZZuMrJKPr2AFZlBL { width:9.375rem;height:2.375rem;top:6.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7yJIVrOyAFJBBK8uR133CALHTBRv61n { display:block; }
 }@media only screen and (max-width: 763px) { #nhFNwpk2oxBvHKy0Mb2KM3RaHcaynQmU { width:9.375rem;height:2.375rem;top:6.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMmks6U8qQ1TtcSemLxezgdHHP22Jwzt { display:block; }
 }@media only screen and (max-width: 763px) { #wRyhw2QQStVowqXSbfOc5E0iW1cWLcNB { width:9.375rem;height:2.375rem;top:6.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jy14qT3ROl9vL3xh5VbEGAHMZgEfBsS2 { display:block; }
 }@media only screen and (max-width: 763px) { #y83907RoGJgfqF2PdTQlJc9Mvwq0RbNm { display:block; }#y83907RoGJgfqF2PdTQlJc9Mvwq0RbNm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScaTTB8zUnQwZRyJxQWOGWDMGdMdRisd { top:7.625rem;left:0rem;width:11.125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7IOTSlKTsA58N7Z3LGDnATtz5E2LQtW { top:12.4375rem;left:0rem;width:14.9375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yToHep1N6e6cSTQJGPi7wdwKyCTdngIv { top:7.625rem;left:16.375rem;width:14.9375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ayv2y8gz4i4zEAiOuCSyy66MgZ4LHug6 { top:12.625rem;left:16.375rem;width:14.9375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVkNxuybT0JqGQ1pnhqZ0bI4w0MD2kiR { top:7.625rem;left:32.8125rem;width:14.9375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZutTzgz4t5C61CufykhWiZbSkzXaZh4 { top:12.625rem;left:32.8125rem;width:14.9375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr0880XeSmiO5QeZsWJI8gTVh53rpuhc { width:5.0625rem;height:1.5rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZgFzPbdL4nkzVLqCBClb0bgWMoeMr7l { display:block; }
 }@media only screen and (max-width: 763px) { #Pfx8fLUrKCbzkZSRloIQ6VEFuK69zAFC { width:5.0625rem;height:1.5rem;top:17.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uin7NsZcSTO15lVS5xAQ5vSO8yv14P7M { display:block; }
 }@media only screen and (max-width: 763px) { #yoNFeduZ06DNibZ1TB0WCqLNByUJCxeZ { width:5.0625rem;height:1.5rem;top:17.25rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGd9KrFRAlHahwCCfeJO9DyEwwP77lVD { display:block; }
 }@media only screen and (max-width: 763px) { #Aoglq32vAT1WHsHTAgcCI4tggkhSVa7o { display:none; }#Aoglq32vAT1WHsHTAgcCI4tggkhSVa7o > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G6nc4PR01L21oa4MPGytQgE7C0KWQHpq { top:7.4375rem;left:0rem;width:33.4375rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXwrplCNxaX8VZRbWiZdnOll4Zyitm7T { top:3.1875rem;left:0rem;width:42.5rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCS4Gz9OQE8sTT8DGDNkckC06nMcIFUF { top:0rem;left:0rem;width:27.1875rem;height:2.5625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HtsaWchRpU1KlA6sLHo3SC3aXKND41iw { display:block; }#HtsaWchRpU1KlA6sLHo3SC3aXKND41iw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6Hv4aqrx8fRTee3oTHBcECEk0UqISmD { top:0rem;left:0rem;width:27.1875rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp1GxhL2S8ZLFdtMXF4XJTHuxdXT7503 { top:3.1875rem;left:0rem;width:42.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM9ffLk92RNMrvyeis7QXLTvPihAczwv { top:7.4375rem;left:0rem;width:33.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgOdnwOZ8BvTlLt64lXrMoQezHlkmd55 { display:block; }#IgOdnwOZ8BvTlLt64lXrMoQezHlkmd55 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMJwOZ3mNVLGHVQeTFDQaS4GpdJIq2iM { top:0rem;left:0rem;width:27.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKsRsbxBpyobTD5vCi9ZT4BBpU6BArUG { width:7.625rem;height:2.6875rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul2zmPmmkvt72SS4g34RZRTku14hMgXQ { display:block; }
 }@media only screen and (max-width: 763px) { #AQSyoVpGEiAlFqNGPPrkLulgkFgBm0z6 { top:20.125rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI9U2KNCLy1XPNRWdJ73gn2Slq0v5qzl { top:22.0625rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJVNNI4l3RRA0yIyfOzMBTGpJu8qcNkQ { top:0rem;left:11.625rem;width:27.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBmmBMeOCFT3VGaBsROsyqs0OuZ6QZHU { top:25.75rem;left:23.875rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgPgTwVRTQzTq4OfInMo963trUqCTH1C { width:7.625rem;height:2.6875rem;top:33.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB1LeuQVodiUL6mVF50AvJ4rBPeNfBbh { display:block; }
 }@media only screen and (max-width: 763px) { #epyKwQMAX0fB2u1rTMxXaJvAAsSoks1l { top:24.4375rem;left:23.875rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO4mauSKTJRRlAWpmamTNmJBM03P6QgZ { top:22.125rem;left:23.875rem;width:15.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT9akE3Tm0RUU7WATfgFwlLTIpIzpfl6 { top:20.1875rem;left:14.3125rem;width:12.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #czh67DS3l2FwUqPAv8AZhQrKfCST3abb { width:6.25rem;height:1.375rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv69SHtMrt5VxG6fQcfbxD2O5c9woQpb { display:block; }
 }@media only screen and (max-width: 763px) { #Oyn5gxIyM9Mpwe8AZJ70p5DQV8NXrsJk { width:6.25rem;height:1.375rem;top:31.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9ht2G59NZu54DM6nzU0Li8mlZg4iBKC { display:block; }
 }@media only screen and (max-width: 763px) { #rmVDCTLJnV7VT2HUVcs3xbG2XuCwWUO2 { top:24.4375rem;left:0rem;width:12.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhyxovrFHPykRT6pe2sThqHX1JPRxK1H { top:25.75rem;left:0rem;width:12.5rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDgyuT1weHshTRUaXTfhohLRwiDVZFvB { top:25.75rem;left:7rem;width:12.5rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSMe2pT53EvShOpcUPCbb9ADIUe16q8e { top:24.4375rem;left:7rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPST9G8oTdSZXeiGquKB5ww3xOKuPWDk { display:block; }#vPST9G8oTdSZXeiGquKB5ww3xOKuPWDk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wB7gHMwpAJuEhoDXLlVKEnvrnVZ3idMO { top:0rem;left:0rem;width:27.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmasBDsbR4DZnP62UcR8bPz8eTLhrhOG { top:25.75rem;left:0rem;width:12.5rem;height:2.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJhhwTFbPOGPBDRiJhUQ8hdtWCbDpbJo { width:7.625rem;height:2.6875rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX5xmLPP34hanmrd4ZT0b6xMbBxJXTGe { display:block; }
 }@media only screen and (max-width: 763px) { #utFrxJRwuBTalM2BuCs75by2WODSyEhx { top:24.4375rem;left:0rem;width:12.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWTspwUi9hgb4VgShlSDm5U5lR21W7bK { top:22.125rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BynsQF6NqKUHKfoHnPLg3DwxT7kHMPT0 { top:20.1875rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFurhQGrH8hIZFAUfPqslfQdORtu3cfV { width:6.25rem;height:1.375rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bufvL5bufClxJMqCGIs1e2n66XyX2Gs3 { display:block; }
 }@media only screen and (max-width: 763px) { #OX85Gb8X84EC5wxndQG9DOOlV0ugG7rB { top:25.75rem;left:23.875rem;width:12.5rem;height:2.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX0AR3apFJaTrLHh1LJsFCGKc8RWeuZn { top:24.4375rem;left:23.875rem;width:12.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITPqU7KXe2J66vna9tDZbQmN24DrefRb { top:22.125rem;left:23.875rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOzO26bKpWesIpFhyBEPgBQF4WyUdMmo { width:7.625rem;height:2.6875rem;top:32.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJGHmonklzn5vl3dxd3KfocEKGcVBFJJ { display:block; }
 }@media only screen and (max-width: 763px) { #p0B18Hx9Ws70ismNR179TZ5FilEdcCKg { top:20.1875rem;left:14.3125rem;width:12.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsGZTf84sE6ehTBPkqkodFpE6VqZ7LHc { top:0rem;left:20rem;width:27.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACHWbsMUrir5zKsHhlugxhDRZmWlLWLT { width:6.25rem;height:1.375rem;top:30.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLeOIiGzcFA71tmL5JbNTHMxko21dS9U { display:block; }
 }@media only screen and (max-width: 763px) { #V2hCtaIkr7qBNSltTEpPwG8vgbEiNawh { display:block; }#V2hCtaIkr7qBNSltTEpPwG8vgbEiNawh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfrJg6EGuJiIPIQOTnsKEOT6UAWgkuH9 { top:0rem;left:0rem;width:27.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXhZ7O9d2TglokT9eOkldsTiW9xwgqxW { top:25.75rem;left:0rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNmm9a9wEeN4vqTFeZAcvf2oUZgbu1aT { width:7.625rem;height:2.6875rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNe4lEpcVZ8ExLlJP1uGINEZft3Ssk7y { display:block; }
 }@media only screen and (max-width: 763px) { #Q0vtAN4qDv1ML9QvLxF7vBT0VtZ1LGcE { top:24.4375rem;left:0rem;width:12.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uiii30Qt5QUyyCsWWnWzFtm7zSxMeuRT { top:22.125rem;left:0rem;width:14.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFmDyi6zK7EZhpXdbyomBq9Tv6otovH1 { top:20.1875rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyeZlI12XbTkRRQ5TAe8XunmO1FFiiyC { width:6.25rem;height:1.375rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU2ScBEXpC5ETsI1OlrM3URpsbIUmXQt { display:block; }
 }@media only screen and (max-width: 763px) { #FOk9uWPy0HDtVz0y2CCbic7OSHCp0BAN { top:25.75rem;left:23.875rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqszDgcv9T6mKtC5TFQhNoACIMi9oWrO { top:24.4375rem;left:23.875rem;width:12.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzXvfXuyP1Riq9V2Rn6UVzOyyIwTcFrG { top:22.125rem;left:23.875rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxUXrW6spqzAu5C0TdAOC0hvGiSvuhme { width:7.625rem;height:2.6875rem;top:37.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLIRSuvO6q71Mgc3IiLNRidTfMxxAfC3 { display:block; }
 }@media only screen and (max-width: 763px) { #UKN0aFgqMqBqAaNSxk32TafR7MAtwn7f { top:20.1875rem;left:14.3125rem;width:12.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #deTiCJBfsoeR32IoeJFU9DRUal60qloc { top:0rem;left:20rem;width:27.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wngzMmpU9tWSR57rFSPXKhdDrtEcISRn { width:6.25rem;height:1.375rem;top:35.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXbSXSxDZPHIQFMPALCG4mhsCc3nSIbc { display:block; }
 }@media only screen and (max-width: 763px) { #H7BPxcc7ToSimCnSom6hvROk9LEl4dtA { display:block; }#H7BPxcc7ToSimCnSom6hvROk9LEl4dtA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sx5MUNP8IeTLHzbBG1riHBpMm7pob9xU { top:0rem;left:0rem;width:27.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTDvzKFigpPTW5BzUJa4Bwdh0FVJx3lE { top:25.75rem;left:0rem;width:12.5rem;height:2.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFkEPgQzLkJP6ZAeTBgzDxBzwqPt8k3r { width:7.625rem;height:2.6875rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDtZm9ILlSxuRWgJKJnmxBW7w2714pdv { display:block; }
 }@media only screen and (max-width: 763px) { #JXpzq0ghZJIpvw2LnU44OxXKEhz69WFS { top:24.4375rem;left:0rem;width:12.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXI6VPe6vcG0zG0BiGRfNNhKNrK15II8 { top:22.125rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmUHF03bkqeC7ZUNPdTQeg90wuZ7lvx5 { top:20.1875rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOx33RVTbKt6GOnLmyyti95CbxdS9fmb { width:6.25rem;height:1.375rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqQfa9FTQ5gQoC4rT9qXMxbsGyePdggy { display:block; }
 }@media only screen and (max-width: 763px) { #Tm44IqKNbWi3Kk1Ka860JOqrSIAiT7hi { width:7.625rem;height:2.6875rem;top:37.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToOqZeqsAeqCB85OJp3prUcSuuZKBdAg { display:block; }
 }@media only screen and (max-width: 763px) { #ZRU3liI8mLReSsakTgC7ffSJyG6gwEBT { top:25.6875rem;left:23.875rem;width:12.5rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwfCoQkCOU7DvTVnZRE6aWq7XC3kFlDW { width:6.25rem;height:1.375rem;top:35.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TckWoCrZw7BeDgeVTw8pwKrWw7bZTN5X { display:block; }
 }@media only screen and (max-width: 763px) { #VEzeOu8MbptadhNM3zUNvzw9bvvTlx38 { top:24.375rem;left:23.875rem;width:12.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJQ6yrvLS2bkSXU0Nl8J7tJg4c86lWGq { top:22.0625rem;left:23.875rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4yqnNz2XfTJ3r5qDSh1PRHTLUxyRieN { top:20.125rem;left:14.3125rem;width:12.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGPgTvVUDW0bc315FPTUFlxBkxkrcOlw { top:0rem;left:20rem;width:27.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlrUGeH9llfc5pTJ8T0mpNXmgQsufAg8 { display:block; }#dlrUGeH9llfc5pTJ8T0mpNXmgQsufAg8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGBT5vqOtoZUAnGqXFk8GEUgEwVNlr9B { top:0rem;left:0rem;width:27.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUvUzSNsOW3F8q293KRX9BAB6xN0deqR { width:7.625rem;height:2.6875rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpV48hSbIPLFPFkDzX7FDge8ZfXSgx9d { display:block; }
 }@media only screen and (max-width: 763px) { #Ik1h21T2dHMnfnQVTvoVzFnSyU4UOvum { top:20.125rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxuhKwP941vqy6nuPFT8NZnr5OafD0rv { top:22.0625rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKsydST28OOksq5lOvFkrs7RsT8CrWdd { top:24.375rem;left:0rem;width:12.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #un7J6XbIQQTh8qG72NJ95yPn89wH731u { top:25.6875rem;left:0rem;width:12.5rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcSO5TQ2227VW0tLNz2X6rJpKbwvsqZz { top:0rem;left:11.625rem;width:27.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETKoWXyL1rHdpdBcdsm3sAHOARlpkHzO { top:25.6875rem;left:23.875rem;width:12.5rem;height:5.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPDMKKFAb692HKTDDmN8dTAOOqILeaUV { width:7.625rem;height:2.6875rem;top:34.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TywyCM2FQdkDPddorB8HoAq2iWADKpNG { display:block; }
 }@media only screen and (max-width: 763px) { #mTCi6pGJxw7UkKu1hzzaqRp4IIdTClbr { top:20.1875rem;left:14.3125rem;width:12.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kelucvq29ylByZSrStaVrAgViAf6U0Hu { width:6.25rem;height:1.375rem;top:31.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T70dppfld5aT8TSSsbfiXcdPq1Ld3y3v { display:block; }
 }@media only screen and (max-width: 763px) { #ogPGyC7lPbDLmSZqR8lbe0paz08BtS9E { width:6.25rem;height:1.375rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qevqi0AEM5oHlEdIoWH8C7M02f0ICBK2 { display:block; }
 }@media only screen and (max-width: 763px) { #pvDPGyd0gmb48RF2ZHiItBPLmF3qfqs2 { top:24.375rem;left:23.875rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEct9hCBRF4GNqGy9ki8vouvEDXbPDXl { top:22.0625rem;left:23.875rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8X9K6WdeyVSItB8rVNCBenkgSKOh1DF { display:block; }#z8X9K6WdeyVSItB8rVNCBenkgSKOh1DF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlQX6TWvWpi6HzbVf5BFNnbqsuwk7PcA { top:0rem;left:0rem;width:27.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntOWmchJtF2dQFzvly6iHUzMdOpRu267 { width:7.625rem;height:2.6875rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcRCwBdv9npQBJKvWyEm7KWaRCv1FKIu { display:block; }
 }@media only screen and (max-width: 763px) { #N3GB4870zCez3QUwTfp6we5ZL8JHN0JM { top:20.125rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #by89evaGogzTyWDzOp0hGZrbWZGtCi4T { top:22.0625rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUMg0uDPgDBCZfrRqBeIPqLXI4s4P3zg { top:24.375rem;left:0rem;width:12.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFoPr3zK82CkdaIw4cLsvRW72IJtMFTp { top:25.6875rem;left:0rem;width:12.5rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HziLFns98UP0xxsszWaGeAIHNvHXIW0d { top:0rem;left:11.625rem;width:27.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7g3yIOfBHfUa7kaLZAfxw0m7y2um16b { top:25.75rem;left:23.875rem;width:12.5rem;height:5.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax9kTVUyS4LTeitfQ69SpcaDT2Eo3KPn { width:7.625rem;height:2.6875rem;top:35.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9ioBTrZOO8ka3FgGhF2R65yUDB9rsN9 { display:block; }
 }@media only screen and (max-width: 763px) { #lMtqTl5x2LLiQJTVnznSFrXxXXDGRWro { top:24.4375rem;left:23.875rem;width:14.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBHGProKUdtJvJQnd0dWDVcoTCo21OkI { top:22.125rem;left:14.3125rem;width:33.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcIMKnWsFT2AcQFL7wRh8S2cJtemneeE { top:20.1875rem;left:23.875rem;width:12.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3nRAMHSlD91S5b5bxsmnDObsdqXtEKM { width:6.25rem;height:1.375rem;top:32.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIVyanRS24Tp6i2EfVJ5QAq7su3L4uNV { display:block; }
 }@media only screen and (max-width: 763px) { #U5F7u9M2E77DvikhuBBMabIXBaWn1qQd { width:6.25rem;height:1.375rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqm3trBbgapsaGK2JToZHI2Ed4pkkzBJ { display:block; }
 }@media only screen and (max-width: 763px) { #ecaEPexeb7yMqaa5VKiLTktOd0imZ98z { display:block; }#ecaEPexeb7yMqaa5VKiLTktOd0imZ98z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXAUCQGGf3aSh42xMO07WDowni2DM86y { top:0rem;left:0rem;width:27.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz03x6brPAEOEWMTXwntkvKKal46uZn4 { width:7.625rem;height:2.6875rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4StTGeTpG7VfNKT81Ox5fRh9XeMbSe5 { display:block; }
 }@media only screen and (max-width: 763px) { #rlB2BfuEGBDmPIz3Qd9kSGFUvskRXGHa { top:20.125rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVaIQmT0TnEaeZVW2T9HEdmHaVEiDDTK { top:22.0625rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #czxxEgVvkKzQDcA91VGCcrpvPbCmp1g5 { top:24.375rem;left:0rem;width:12.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmpOUHvsi9AUe6beVWHgbku3nVz2LAtl { top:25.6875rem;left:0rem;width:13.375rem;height:5.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEBzkuzepDTDPuG5tTr4k7JCGRtHabcK { top:25.6875rem;left:7.6875rem;width:14.5625rem;height:4.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHkIlWTJm5BwE2vIcHCJzWvBNPvJK9BT { top:24.375rem;left:7.0625rem;width:16.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6wMFrmM3rCXK5IskNVC36whRkbqM5DN { top:0rem;left:11.625rem;width:27.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1D94xpJ3xyni6HpER98m5mnOfsVFgGG { top:25.75rem;left:23.875rem;width:12.5rem;height:5.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4RmMSvsTTUpyCdQI3MgE0R5MCNnyL1V { width:7.625rem;height:2.6875rem;top:35.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSiGLP3quCuFqdEdMrf52tBIOHZUo29X { display:block; }
 }@media only screen and (max-width: 763px) { #a8cTAh0pGkKbkAN08Xo4SGeQm7BBrpQV { top:24.4375rem;left:23.875rem;width:12.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anwAGVQx2uMNVC4zdK3pOaKxlkFlTBtN { top:22.125rem;left:14.3125rem;width:33.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDeRHVXZrFrwWQqtAyXeUb00uo0OeEE8 { top:20.1875rem;left:23.875rem;width:12.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q58F5tE181FCCVnENhJ7Q5gk9tHybUxo { width:6.25rem;height:1.375rem;top:32.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMnJWlWsEUpwdvOGVoNu52iAvZhkaF0m { display:block; }
 }@media only screen and (max-width: 763px) { #CFeBSgomKxdJWihIyR4NflNxL7B97Q0V { width:6.25rem;height:1.375rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #stbs3Gh5PsM8am73KdC9nnoS0VX6P9fD { display:block; }
 }@media only screen and (max-width: 763px) { #AQs39WIOQSAwsBe60iFSOdmTkv4swmbG { display:block; }#AQs39WIOQSAwsBe60iFSOdmTkv4swmbG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHQoq86789WhiFJPJFDiod0LleXPFSTm { top:0rem;left:0rem;width:27.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqrIhTAX9U0ZJzFVFVDrgOFg2WuIlImK { width:7.625rem;height:2.6875rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIsV4lsybLtWBBgiVx2Zvswrx87RrtZG { display:block; }
 }@media only screen and (max-width: 763px) { #EBcmfJZxsFETAEdI0ivLvOTpPI496SFV { top:20.125rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRFzC86vTu5w0ARVnKFUZGdc4sA2XLhv { top:22.0625rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAF0mCHcSBWVsTkqBs8FfADl2cmZQeHT { top:24.375rem;left:0rem;width:12.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7rAdki4dLZKdA5DfHKFSEoMZdcscnSf { top:25.6875rem;left:0rem;width:13.375rem;height:4.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaROdwTpZf7VwZHornQfM4BSe9VJwOTs { width:6.25rem;height:1.375rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGAIZInhIa1STMHDWS2gigNmrc12uom3 { display:block; }
 }@media only screen and (max-width: 763px) { #KTuM84w3zveuhz9q96gKmVzTJNHsQrQC { display:block; }#KTuM84w3zveuhz9q96gKmVzTJNHsQrQC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FeDaI7G2wulZl4xczPZTJSsRBQOyGKeo { top:9.0625rem;left:1.09375rem;width:45.5625rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmqDgfRLRhTsWHlcFzukmT2UmKGdrdTv { display:block; }#QmqDgfRLRhTsWHlcFzukmT2UmKGdrdTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqvJat3EdL1enO1GIomWku9etcTvOxxx { top:0rem;left:0rem;width:22.5625rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbovyGg9Sa157yWR16plyXqd5DpV0LlV { top:13.375rem;left:0rem;width:22.8125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgyyKBBIVyhPXbTRDQ0SZOMyT1iTJmOz { top:16.875rem;left:0rem;width:22.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvBTTaUxOFTgxzPKaZPkuq5aDIQtvDAc { top:18.4375rem;left:0rem;width:22.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPTtWXa7aNTnP2Dauk0xQ1MTWDDDTHy1 { top:20.6875rem;left:0rem;width:22.8125rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGDGcIqygLw8EQHbTy6VSMMWzm179ud1 { top:26.875rem;left:0rem;width:22.8125rem;height:5.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOrqaSF33rtLI2ChLHN5gKNc2O8Q0Bmw { width:7.625rem;height:2.6875rem;top:36.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaC49c7x7EpWBANIflSxyrLsJrnfzGUr { display:block; }
 }@media only screen and (max-width: 763px) { #guJrLt2eiLNDIFmCig6NyHDX9FWFS9UW { width:6.25rem;height:1.375rem;top:34.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n77J7CUNB1FayeixsJbxolo1PXHsuHtB { display:block; }
 }@media only screen and (max-width: 763px) { #fnSraFIeDeuI35scdTKI6FOl77LWOIQI { top:26.875rem;left:8.9375rem;width:22.8125rem;height:4.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnlB6rpz9sAfKJ9bJy9b2EwpbyrMTW0d { width:7.625rem;height:2.6875rem;top:36.6875rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPqThyzQz90LTWSRNn7KuaPXSwT1ETiu { display:block; }
 }@media only screen and (max-width: 763px) { #dpr0HezHHv1c8CN55u9BiziS0PQzBSzC { width:6.25rem;height:1.375rem;top:34.4375rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSdcUkP8oZWatxRV3nXfNmeTQTdr6sqC { display:block; }
 }@media only screen and (max-width: 763px) { #t1I1Z9xWvggTRhqIKnzHR2fT09lqdy3m { top:20.75rem;left:8.9375rem;width:22.8125rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6xFMqQmGmGM0VGZardKSdDZHZp8A5Jv { top:18.4375rem;left:8.9375rem;width:22.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKNaPgKrTO0wToWmTupDGhkWdlbCfOKo { top:16.9375rem;left:8.9375rem;width:22.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJNH87y2le75RSFzfx39qrlZOASGnMLh { top:13.375rem;left:8.9375rem;width:22.8125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozFhQiKp9eHTZBmTsooGLgc5Lus7lye2 { top:26.875rem;left:24.8125rem;width:22.8125rem;height:4.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHTldayBmzT27ZgCxJcqv7WH4Pc8Xg9o { width:7.625rem;height:2.6875rem;top:36.6875rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #GONiqVKoXxINpp0ELBN8gvmn4Xc0K5OS { display:block; }
 }@media only screen and (max-width: 763px) { #OQnK5DIA0Q3XPVlU3SfvUTWt97p0vAIz { width:6.25rem;height:1.375rem;top:34.4375rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6DtEUgz1gxrFw1tgihWEOzzBnxX8Ds0 { display:block; }
 }@media only screen and (max-width: 763px) { #TMPtVqSJkxyf9t3auUagGgmIQv6v4OgX { top:20.75rem;left:24.8125rem;width:22.8125rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyVm8Stpl1H0T7H5Tp0xW2yeMgJOoyqb { top:18.4375rem;left:24.8125rem;width:22.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XApC5U7vdriocoh9ZkWFhuvHk9WvRz3J { top:16.9375rem;left:24.8125rem;width:22.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmoGD3JFrKmyqPq0r3t1w1gmTxb8v1yC { top:13.375rem;left:24.8125rem;width:22.8125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKf32cBJAUSKUdcFPWWZOmQFLv9UyBWX { top:0rem;left:24.9375rem;width:22.5625rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9nfM5JoUITVMtPEX3U71gqXntplTs64 { top:0.0625rem;left:9.1875rem;width:22.5625rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCArJI5M7dvu9oTH4pO94RMXbInErMrK { display:block; }#aCArJI5M7dvu9oTH4pO94RMXbInErMrK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2DpwfMW4ypDT3dfbtpvr6JJqgrSJmwK { top:2.875rem;left:0rem;width:37.5rem;height:8.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnL4bCCn032blbyy0HDUFILZ0BoqnkIc { display:none; }#TnL4bCCn032blbyy0HDUFILZ0BoqnkIc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sgo7HFAdQQmHzMrsTDmocwVy8Dgsr8G2 { display:block; }#sgo7HFAdQQmHzMrsTDmocwVy8Dgsr8G2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeJ5JdIgWqW0BW2NTyiqC7Pr46D2wD0s { top:0rem;left:0rem;width:47.75rem;height:30.600352112676rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTdP3UUSfsAsIp3T6RHqpRLxnb8nkC9Q { top:1.4375rem;left:23.875rem;width:23.375rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp7V3dZBgJmg4IaDVSIrptaUNmDfgkVN { top:4rem;left:22.375rem;width:25.375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2JmrX8Kl0orSK5MzuGqhSOD57HyzTyl { top:6.0625rem;left:14.3125rem;width:33.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-regular-label { width:33.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text { width:33.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-textarea { width:33.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select { width:33.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-button { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.5rem; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-checkbox-label { width:32.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu  { width:33.9375rem;height:auto;top:7.375rem;left:11.3125rem; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .radio-container { width:33.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu {display:block;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu { width:33.9375rem;height:auto;top:7.375rem;left:11.3125rem; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #T18FMtbWb7tERdP5dwp8Q4strn1CmMTw {  }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #T18FMtbWb7tERdP5dwp8Q4strn1CmMTw .container-column{width:50%;} }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #N8LOi3TzZ11IdEBDnKwT7QnDHc1axIBq {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #SOIMgPJo4LX0iCtXMmV9h3AaG2uWg9Qi {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #PHM8sCXSp9BNzX3HZkwB9oqBT0Xem5ur {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #oshOVfsJoD1lIf9b8JCEuzsSx2JvyxPi {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #XEtoa1z2IpNrlAePGOS90mg2dJeMJuu3 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #J2BLlo2nCw3xhH2UMDqxFkOSMmuNTxMH {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QCidya1QurpPigrTyClhHSqfW2Qi4tKV {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #BGRfPldr83h9pwk7lx5KlTe6MatHxktt {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #r2D186ZGvTRaWsCEnQGOvETZndvqCyOa {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #hMaZ3y14p78it4LQLhLB5UXJLARnQQnp {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #u3rkCoreBEin6yxWP13O93AogZrCxVC8 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QeLbaoFTpbTAg1iloAaKwRXPm7laxNFy {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zQhsGdioy5UL7N31AlT98VTCMDdyZdMe {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #fQPuTOIgmhL7pUT7VaIzzZCDUTyiUI87 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #esU9vMePtB9EgcBK1P3z4IMWWcQzBhbQ {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #mD2JPc52nzrDcp3HU4hdXVNNAQy0QcLk {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #IfKqfvytaXfwBT3pZ6R78UXoFToKThur {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #xXWWCrmZRMFOBvKgtQ4vFx3DQclo2Lz8 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #eXIGgOvZ5rfuTK3mnTbzC2pKheRnxCDM {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #ReAybEhJnFhqbsfMCRbEigtGuRhiwmEf {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uyNT8HqaK6zp8STP7dITBIybfbJT4nKn {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #igxg610RtTBvgLGEdT3HW0OxdTDNIZ0y {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uERLF5rT1V4y6rLoRlMzsd6OVEFRKtnL {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zTfHaVd2nv85UhESxca5Jp2UWFPTZnR1 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #wP4INBXlCQZIIKvTvCT4hC9okyCFwVlc {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #U0aQm4CQ4nHiRAV3bBqC0GBLW0b9ULTT {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #vRlaTksIrXslmvxlSCHA24dT5Jp4BnuA {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #h1Tkhq0zGZNyZs0boCtdzoSkWL8tK2yz {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #rdTr9LxJKKee3kzBLihATUXeMk13U3w1 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #tD1ARFqkVZBaPy0CccSvtEnN9pIVaqWv {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #HKs2rM1Ga7Vcoyfq3wNkgzwRgD89taam {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #GN35bQ7ixeaEQpRJ6vclN8lpklFWuVb1 {  }
 }@media only screen and (max-width: 763px) { #AVDGBxdTIM4oNuk3FW3MPuRpeJPxy9TI { display:block; }
 }@media only screen and (max-width: 763px) { #Iy1E6apLNXiTZkkO8XtcM8X4uNMSTm8Q { display:block; }
 }@media only screen and (max-width: 763px) { #gO42kmW6gsm3qJIH01VNFN5V3kzwKFPw { display:block; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #DJbSwN6c26ZJ48Ix0gzR9qqQTw2ohJRQ {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #UoULeKd8P6Ie6VHBMJ7gVgNZoquXL9D1 {  }
 }@media only screen and (max-width: 763px) { #AZkTfAzLBIzTapgU2yCLZkmvIwPEBSA4 { display:block; }#AZkTfAzLBIzTapgU2yCLZkmvIwPEBSA4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3wdrP4WbrOdp5by48P8hNDytFT0A8b9 { top:6.9375rem;left:35.375rem;width:12.375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJEcGMMVrNu9MWh0Ws0FDduA2ZeE6oQC { top:5.6875rem;left:0rem;width:25.875rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT40wgL1AfrXBLJtR8ZTG51OpvLk9gBK { top:11.9375rem;left:0rem;width:25.875rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieT2lZeTRHWT4RvkKsX9SNoTA2EucE9y { top:9.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5akr4VblAcny87tpBC2ozlDaKe6mqwT { display:none; }#s5akr4VblAcny87tpBC2ozlDaKe6mqwT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FDT74J45294XZ7wF2wp4dPdGDAB4lGpO { display:block; }#FDT74J45294XZ7wF2wp4dPdGDAB4lGpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ru9I0moQArG3B2vxlzDEtfbzBwiNc7s6 { top:1.75rem;left:0rem;width:23.3125rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk6oGqLExvGH3z569crVMKkHzXa021l2 { top:4.9375rem;left:0rem;width:25.3125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7mgSyFw1cHJK47dkNHJd6BRhogEU96A { top:9.1875rem;left:0rem;width:30.375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-regular-label { width:30.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-input-text { width:30.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-input-text {padding-top: 0; padding-bottom: 0;}#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-textarea { width:30.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-input-select { width:30.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-input-select {padding-top: 0; padding-bottom: 0;}#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-input-button { width:13.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.3125rem; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-checkbox-label { width:28.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT  { width:30.125rem;height:auto;top:11.8125rem;left:0rem; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .radio-container { width:30.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT {display:block;}#nAhuC83QPFP26rsGrq6vWNws8KaAREiT { width:30.125rem;height:auto;top:11.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #Ber1GyEeLSPOAP8xzmM7N7wI5nURVZCg {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #zTsrgr9TNvwKeZLoHp7XwWEXQCHdggOH {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #ZZF3AdZ9pNR299yF3OegGIKz7M4ZMAhc {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #VtvRQzSK7Vc4mTiF9qh0rwQ4v0tdntMP {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #x2VbkD9tED4p5nWNyETqNMs6XJoro9HT {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #dkd3NDUxtLPluayy8WFlaPnssRDn9Tsr {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #MT7unbJJNcGAPlRgCSRQmtTdMMLA4WDq {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #kCAdSOg49VntH4q5XgRg9rIu8vWsbF5T {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #NwU6o4uchyd6J5CibwzdCTKIg9lMoTI5 {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #o1gQyIc8O52OwRdIkEQ8QAHgaGFf4Thp {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #abMI7EgalJrS5udddIilUSyIrmQacilV {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #L562dMZnr4xidiT8cDzINgbybcWyTEdp {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #ggDP0mzBwUJc1Ogu7FXXTvHvoi1ykGl4 {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #Qy7iqc6kmLms829wGSwD0Gnr743nyuNP {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #g6qsiNhaJ0bIfI6DcOHazThDTStkCbH2 {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #ywJmyuEbdFPCW4gyztRhUa5rM2JdiMMz {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #lKXwWApOSN9heJcIFUbbiEbDNWLiWUlf {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #oSHHxqEqJGtfzxsSqahAPThgTro1m3XN {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #mlqFwkm7TssQuQEB7K6DrvEgTeA9uWxF {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #UTsssCzK5DOGO3ABrhiJfrfs3QBG1FM2 {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #BSGKF3tZTNgMhwBtH87oqHSKwc53qgto {  }
 }@media only screen and (max-width: 763px) { #Ar26IwmWVODxFhRlw43tlcFM1h1BaAyh { display:block; }
 }@media only screen and (max-width: 763px) { #G9PPwTTl6P84yiyvyxOlJS6FVx1LQAed { display:block; }
 }@media only screen and (max-width: 763px) { #f9UfOnPPV6Jp3kHdnQ6FB8yeB3sdqm0M { display:block; }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #kzEDX7rOWUrc5CgigFU6WPElL4VMomKA {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #ckTbuNE6vvkWFV8w2vavqW71Wv23nEb9 {  }
 }@media only screen and (max-width: 763px) { #FxLwLDaTSMplfvypmyTNJDAoJ2qVlGIL { top:0rem;left:0rem;width:47.75rem;height:30.042708333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv9EcMoxatnX5kagruxbGE701NitxnEz { display:block; }#zv9EcMoxatnX5kagruxbGE701NitxnEz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PG6nBXGAKiTWiK9Q4SzUm6wnBv8NVeoq { display:none; }#PG6nBXGAKiTWiK9Q4SzUm6wnBv8NVeoq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fu8d9Tp0A07yfWsEvuIT15WrSKxacL0o { display:block; }#fu8d9Tp0A07yfWsEvuIT15WrSKxacL0o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4Ku598trF2ZQ2Dpbzy3vvvEAHTtIbv4 { top:8.375rem;left:0rem;width:33.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR8LBZ89BSfk2m039TiKLax6QXF1MmvT { top:4.125rem;left:0rem;width:34.8125rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmFZPi2JMg6ZTP7rntp6zDouqVa3ta99 { top:0.9375rem;left:0rem;width:27.9375rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrlTI6o3FaOd9Ns8ES6t0eW5CsufvGoE { top:12.25rem;left:0rem;width:33.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgJlm0B1Nt3pxlTV0Aw5cuRwfePv8UG9 { top:14.6875rem;left:0rem;width:33.4375rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0It92WO4GTzpXAizdTVNGxs8dJeKxfS { top:18.9375rem;left:0rem;width:33.4375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaFyWzu8NF4xNUUWTUGJRTvy1Pbw8Om9 { top:20.1875rem;left:0rem;width:33.4375rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNz0IhpM58gBsUw5exnk5wC1VVOpglT { top:27rem;left:0rem;width:33.4375rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTobHlxvuyIA6os1xylXMBwxJD7mwSRq { top:25.75rem;left:0rem;width:33.4375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHHrlgQgZ5NhvarKsCp894HNHBTmnMhW { top:0.9375rem;left:11.5625rem;width:36.1875rem;height:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8ddnJOqfG8phJPSu5KvgHPZ9LAOwqsU { top:37.125rem;left:0rem;width:10.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHK6ek5m9PWIlAhzn30hx2gsVi1MDxkr { top:37.6875rem;left:0rem;width:7.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ6i2lH9KVnBfCZoCiLqW1CJLVQvflv4 { top:37.375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op56hl9SPXbpfTXMZ6eBoPggSOoQn07a { top:34.125rem;left:0rem;width:15.875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg { display:block; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnlFo5qI7VqJqth92wi3dtSTEKNBKDF9 { top:2.125rem;left:0rem;width:5.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaMRWoH466Kc9MobVNn09sIcEX5B1iU6 { top:6.3125rem;left:0rem;width:19.625rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn7BQ6gQw2iT50MTJgwOM92IeruKMMNn { top:2.25rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
#tn7BQ6gQw2iT50MTJgwOM92IeruKMMNn > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #ecBHrO0Q7drv2KWe4TzOCITOJz3vb6CL { top:2.25rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
#ecBHrO0Q7drv2KWe4TzOCITOJz3vb6CL > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #pK6bhmt8KsTaNRe7KLMmdc2lx56N1BUD { top:2.25rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
#pK6bhmt8KsTaNRe7KLMmdc2lx56N1BUD > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #z4QCebFCSqd8PTB4p5aFGonyfWTaM0Ig { top:9.75rem;left:0rem;width:47.75rem;height:70.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PD1g7LJ51nSivNWoU7kxgkxlg0X9VxP7 { position:relative;z-index:auto;display:block; }#PD1g7LJ51nSivNWoU7kxgkxlg0X9VxP7 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5z0ZIFk1sy2x0T56PxiVZI4HN9BPNnE { width:7.5rem;height:2.25rem;top:1.25rem;left:6.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GhqGTzAyTdadsEmslzMq3mgnxJKiIABf { width:5.5625rem;height:2.25rem;top:1.25rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hl2AKEUJWqp1w7k504XX0XyTsMQXVemm { display:block; }
 }@media only screen and (max-width: 763px) { #Q7BisOrTGoUsp1MDq0cTqbtqo4hppM1N { width:4.1875rem;height:2.25rem;top:1.25rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCWupONHvKlIngvBbXH0Tkwfpwt5KimT { display:block; }
 }@media only screen and (max-width: 763px) { #SWu9lBDw7e4mThJuvK7qguch4Nycp60G { width:3.625rem;height:2.25rem;top:1.25rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkLq8KX7l4VwKMyZsvlokHGIdiih2ddl { display:block; }
 }@media only screen and (max-width: 763px) { #xg15nPOa0TSUI8iXyxfzUcMgBPtZtXlI { width:5.25rem;height:2.25rem;top:1.25rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MgrytOmMIcyXHACWMnkTB7uraUxbblq9 { display:block; }
 }@media only screen and (max-width: 763px) { #TTxFyZxxLxHMru038oNkZX3p9kWVDB5h { width:6.125rem;height:2.25rem;top:1.25rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rdBSe7XpIBMAkxxeiWS3yLb0wfafT9dm { display:block; }
 }@media only screen and (max-width: 763px) { #JqPBM3rBigHbK9xf2usAQGWgN0VmHeJb { width:4.25rem;height:2.25rem;top:1.25rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJkcoC9GvCmHQv7dCRZKnnnbMSVehgXL { display:block; }
 }@media only screen and (max-width: 763px) { #TsdGRw7K191NpwIkRrqUC7c59sIadKD3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c7784946-f6a1-4a1f-ada2-2d84b87665a6/ev32.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#TsdGRw7K191NpwIkRrqUC7c59sIadKD3.adaptive-delivery-prevent-bg, #TsdGRw7K191NpwIkRrqUC7c59sIadKD3.lazyload, #TsdGRw7K191NpwIkRrqUC7c59sIadKD3.lazyloading { background-image: none; }#TsdGRw7K191NpwIkRrqUC7c59sIadKD3 > .row .container { width:20rem;height:27.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pFlHbbKNIB2IBbtMcmAgQNL2bulsOVB4 { width:19.9365rem;height:2.4375rem;top:17.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxiQVQh2WbqAfEOwvLTuvEHAyQ7x8ZMz { width:11.1875rem;height:2.2744125rem;top:20rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTKwQWqCRWRDV2IhFUEW7qXZ1PyQLfkF { width:6.9375rem;height:2.25rem;top:23.4375rem;left:0rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0zIkNuB2klBmtL3HD0f3wMxwf1uCGf8 { display:block; }
 }@media only screen and (max-width: 763px) { #vHpK8IUtRotwmqWrg9HBqoJH5S0eTdSk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1c8d2af9-612c-4f46-b315-147f057b11dd/kiaevdrivingexperiencemobile.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#vHpK8IUtRotwmqWrg9HBqoJH5S0eTdSk.adaptive-delivery-prevent-bg, #vHpK8IUtRotwmqWrg9HBqoJH5S0eTdSk.lazyload, #vHpK8IUtRotwmqWrg9HBqoJH5S0eTdSk.lazyloading { background-image: none; }#vHpK8IUtRotwmqWrg9HBqoJH5S0eTdSk > .row .container { width:20rem;height:28.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BEBdVoSTeuJVwULWIX57bZPf3ZqP5wuI { width:19.9360625rem;height:4.875rem;top:20.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTN0omL0XtdHqMETb43kfNvsPGchLUDo { width:5.5625rem;height:2.25rem;top:3.3125rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTWw9buZyax4KTMkbEL5suSDZZVfsBdh { display:block; }
 }@media only screen and (max-width: 763px) { #BoF3LPBXptJxQAuhRQvwpHdN1Bb0JKIA { width:4.1875rem;height:2.25rem;top:3.3125rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L10kGrKGb3xcCy8Fn8sw9OJxrpCWoqKd { display:block; }
 }@media only screen and (max-width: 763px) { #dH7GuwxeKGK69ksQO2cySyrqRuNQGDo4 { width:3.625rem;height:2.25rem;top:3.3125rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mecHvf5EGQhVz1drEO4HG7traRPTQlou { display:block; }
 }@media only screen and (max-width: 763px) { #dZ3sZuR0dIk7aG1TEbsBNAXWIacqfQKy { width:8.9375rem;height:2.0625rem;top:2.8125rem;left:4.96875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #uSDDRhu33gN4gEFVTw6FPVgCvyMJ0heF { width:5.25rem;height:2.25rem;top:3.3125rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l96vuIuZ3tMGfECRJu25sTNQWDNqfkcV { display:block; }
 }@media only screen and (max-width: 763px) { #H5KyyCHeRluvZRWGoD9JA9yF69iMnoNv { width:6.125rem;height:2.25rem;top:3.3125rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pWBu8OmgTUKUrmMXGLNkMstN82Ti3fMs { display:block; }
 }@media only screen and (max-width: 763px) { #eeC3CN5tMKnAyRzbkQnQGTZMPdcFEtLu { width:4.25rem;height:2.25rem;top:3.3125rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qc9zdpANTIUzalovpOKIxqC3D1MvixNE { display:block; }
 }@media only screen and (max-width: 763px) { #r3gq4nPd9oFKnULTEmISgkylZwosTtqt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9a0200e8-8999-4738-8ed3-5f1f5d05d3cf/kiaev4bannermobile.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#r3gq4nPd9oFKnULTEmISgkylZwosTtqt.adaptive-delivery-prevent-bg, #r3gq4nPd9oFKnULTEmISgkylZwosTtqt.lazyload, #r3gq4nPd9oFKnULTEmISgkylZwosTtqt.lazyloading { background-image: none; }#r3gq4nPd9oFKnULTEmISgkylZwosTtqt > .row .container { width:20rem;height:26.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QM2nTQyCxP6esPJN8bnrParh3JZX5ZwI { width:19.9360625rem;height:2.4375rem;top:15.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2b9lwWcBmGfdVnfz3K7UwRxECqexFnR { width:5.5625rem;height:2.25rem;top:3.3125rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DmbeuWio8TCNfeCfkduUS2wtbluvKMin { display:block; }
 }@media only screen and (max-width: 763px) { #kptUepFdw0HeEi1xTtdKuMzOx5lqtaKa { width:4.1875rem;height:2.25rem;top:3.3125rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpPqP8wHzpaq1nzUa3ufBnUtNitfZiur { display:block; }
 }@media only screen and (max-width: 763px) { #mQZ6LoXIPVLTEaAriOimdGxRuCvqrJt7 { width:3.625rem;height:2.25rem;top:3.3125rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JI7of6pVIDTMag5XQ9zEPUDLky9TuWzD { display:block; }
 }@media only screen and (max-width: 763px) { #hMaLHgyRNMCTOlaxTvPUM2sgQNg1Wtkw { width:8.9375rem;height:2.0625rem;top:2.8125rem;left:4.96875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JUoXcwo4VyaxaJhkTzKsvuNBZElZEuHu { width:5.25rem;height:2.25rem;top:3.3125rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQ2AuognJzGfIQ2n0ZtWoOwT5qoWSLXc { display:block; }
 }@media only screen and (max-width: 763px) { #iFZbR5OBigIFc7bl8HpJ7WZScxiHkuu8 { width:6.125rem;height:2.25rem;top:3.3125rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JAtXsTPpW7Kb3uJMe5rE93VVAkugcdPo { display:block; }
 }@media only screen and (max-width: 763px) { #NJgCsorhFB1TpQCnAXlBGoeoCWDXD6Pp { width:4.25rem;height:2.25rem;top:3.3125rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdgSHJh4QHs6AzGrsTfg7U0cL0IIflVR { display:block; }
 }@media only screen and (max-width: 763px) { #fVhT8Lw532JhKVWJz5Alk801pHIm1SbD { width:20rem;height:1.3808625rem;top:17.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8d8bcfaf-b193-4382-9723-91ad685e5a37/KIAOutubroRosafinal1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf.adaptive-delivery-prevent-bg, #ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf.lazyload, #ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf.lazyloading { background-image: none; }#ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf > .row .container { background-color: transparent; background-image: none; }#ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf > .row .container > .video-iframe-container { display: none; }#ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf > .row > .video-iframe-container { display: none; }#ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf > .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); }#ii5TfSxgT8wek2tCgQcuTMbxqwQzXedf > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJA0GgBlJc6SEHx5wQeOMp0cd9iGTbR9 { width:15.3125rem;height:2.8125rem;top:12.875rem;left:2.3125rem;font-size:0.875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yX2BOfKyVN89C97oQ7rrCgr2XBxovD2I { display:block; }
 }@media only screen and (max-width: 763px) { #bWHtgMPnAGeqO2fGSPlcMwygE9oiF3ST { display:block; }#bWHtgMPnAGeqO2fGSPlcMwygE9oiF3ST > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSpTTDgqyfVn1mu4Mg34sdatUwGufKF9 { display:block; }#CSpTTDgqyfVn1mu4Mg34sdatUwGufKF9 > .row .container { width:20rem;height:72.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGTTLwC0av59LiZy5TT2HokiZ8JxCe89 { width:12.5625rem;height:8.4375rem;top:3.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIxAZN7bTUv35GdS3SKkpogkQRcP1qLF { width:18.0610625rem;height:1.29980625rem;top:0rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oeTGCP14qqaJ2DR1o9Ov8tkZi6qu20Fn { width:12.5625rem;height:8.4375rem;top:21rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVD661X29WQBgrIQg2gJREoN8GmouHEC { width:12.5625rem;height:8.4375rem;top:39rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8C7WKfUmIlaQVg1zX5ezq0HVTP1Sf9I { width:18.0615rem;height:1.29980625rem;top:17.5625rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rI5aChQ34o1ysmIpq5kKDwivn8hdRzrK { width:18.0615rem;height:1.29980625rem;top:35.75rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a477TefAGDPnTUD5kcp3SkLSn3qF04Wc { width:12.625rem;height:8.5rem;top:56.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4oPDvFJAXTtHBUxTSkeKSDpP3Nm2sLR { width:18.0615rem;height:1.29980625rem;top:53.5rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gs6nyQMM0FITVc6X6Ga4TmKzis0hEma5 { width:5.1875rem;height:1.875rem;top:1.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLTCXfqzeh5ILkTXbmDH3dTaZ4WvCcTT { width:5.1875rem;height:1.875rem;top:19.125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrJdB6s7SWe4Ketu0SJ0ODkvQLBTQ6cc { width:5.125rem;height:1.8125rem;top:55.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmqkNfeWoP5AkUw1mleozNlJ6blA07NK { width:7.5625rem;height:2.3125rem;top:66.9375rem;left:6.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JHVmVfbHD1GU1JsTXducc1RfiJbbSmIl { display:block; }
 }@media only screen and (max-width: 763px) { #Ie3CdC0yy2m28o2ElXxq3TNOvPLOb9N0 { width:7.5625rem;height:2.3125rem;top:13.625rem;left:6.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yaIGH14H2fw0L0MI249ielAAXqW5pdrH { display:block; }
 }@media only screen and (max-width: 763px) { #vpoANhq7smrJAHmwEcp23enR9nlCn0Mf { width:7.5625rem;height:2.3125rem;top:31.1875rem;left:6.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EWQkVu4lkTtbB7Ox0Rh789u22kFv6zHO { display:block; }
 }@media only screen and (max-width: 763px) { #u4XSUcLiT4vgMlXJUAw1CsnnDdorsoCC { width:7.5625rem;height:2.3125rem;top:49.1875rem;left:6.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0iCaOTPK89CrFp7nKsQ6td7ZdvDTB6K { display:block; }
 }@media only screen and (max-width: 763px) { #HdIxZfVZvc5sKOfAkHDyXEubwevImZEH { width:5.3125rem;height:1.9375rem;top:37.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfiK35vHLkrLV4KBo8w7rmoXXOV6cUqB { display:block; }#lfiK35vHLkrLV4KBo8w7rmoXXOV6cUqB > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKVxTSM7qA5PhBuVIwuT6xa5N0Nr2pSk { width:13.75rem;height:9.1875rem;top:3.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU65u4vgwZJvKMS7tCeQKMAU6hTv6LGI { width:18.0615rem;height:1.29980625rem;top:0rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LqAoX6Qp4b5QVxJ3uJmNQVzsJDA5kdOi { width:13.125rem;height:8.75rem;top:21.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTdsWUZB1rmmo0Enb93olkmqLo68Q9V { width:18.0615rem;height:1.29980625rem;top:18.625rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5H8FITZnuq4f6lmZoKOILT6dE7wMvJ8 { width:12.625rem;height:8.5rem;top:40.6748046875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTX3DCbTOuHiyHesHziwdgK9T0WeIPOX { width:18.0610625rem;height:1.29980625rem;top:37.4375rem;left:0.96923828125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e8IDdO4lKlKnM3lTbnmFZzqnFNugVCIR { width:5.1875rem;height:1.875rem;top:1.625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olqS7Jfaw0zh9WPHcrThCgFL8mLliVEJ { width:7.5625rem;height:2.3125rem;top:68.4375rem;left:6.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHiZf4OQa5oTDFNWmfiRQqHO1udWUD1E { display:block; }
 }@media only screen and (max-width: 763px) { #J7ziNRQKg4r77VrucwHt9dXoAbKLRu6H { width:7.5625rem;height:2.3125rem;top:12.375rem;left:6.21875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ectFDhC3vbbLHQ6N5OT9kvEivnR7rz2N { display:block; }
 }@media only screen and (max-width: 763px) { #UyBS5W1ChsgTftiaVySv3mszcGULkwP0 { width:7.5625rem;height:2.3125rem;top:31.4375rem;left:6.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kde5EzIUnIu4wzvxtuAORJ1ytKV8mfkR { display:block; }
 }@media only screen and (max-width: 763px) { #WHZTMarmdE2TrpNAyhCV6IaKNSWtafp8 { width:5.1875rem;height:1.875rem;top:20.0625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m002R2tVRxCqSTBg62gXE23qyaplZZgg { width:5.375rem;height:1.9375rem;top:38.9873046875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOZXUOO5abCdVsTLzsuT059uKWTikIfw { width:6.125rem;height:2.1875rem;top:57.375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNo5nCi0g5eUBbcXaHpmpGIgImBTblnf { width:18.0610625rem;height:1.29980625rem;top:55.75rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eN6QfMBE5PoDce374xzV9MEEqbCPORF3 { width:12.625rem;height:8.375rem;top:59.5625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLJB1tAfvmdiZTPvN2TMwbh5RxxVBivF { width:7.5625rem;height:2.3125rem;top:50.25rem;left:6.21875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #buDzMs1Bsy6PXXlh0eQydWo4gHzALoWs { display:block; }
 }@media only screen and (max-width: 763px) { #PoZwI7mEvllTBeuVfaVJDhVCgM6alBcv { display:block; }#PoZwI7mEvllTBeuVfaVJDhVCgM6alBcv > .row .container { width:20rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqCk7cagFtDeRgOIC59bCTeUEcg5Qq0O { width:13.4375rem;height:9rem;top:4.5rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiEDT0eKL01rqUnFnu2orddHbvTrlSwN { width:18.0610625rem;height:1.29980625rem;top:0rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVEi5Uy6l7DglkNgnVsFr3b3HFwt0fsc { width:7.5625rem;height:2.3125rem;top:47.5rem;left:6.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VatcZwQ3UrSROxXED9AusgJOTwFaREVh { display:block; }
 }@media only screen and (max-width: 763px) { #PTCURf2BMxqbRf4CieqoXHfxVbWnDU0Z { width:7rem;height:2.8125rem;top:1.6875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #amFmu4lsRba1QZM22uJXz2Is8oHAxsbP { width:18.0615rem;height:1.29980625rem;top:19.375rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AQXhWZuKFBLyThdoThobAEwwMC6IQ2oc { width:6.875rem;height:2.75rem;top:21.0625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf5QhHXbBW9GSudCEn26DLXXVo3tZSpb { width:14.875rem;height:9.9375rem;top:23.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lisoA1VEsb5NlqcthzyEI2HdkpqTA2ir { width:7.5625rem;height:2.3125rem;top:13.5rem;left:6.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PQaTqgC8surnANDgNBeJk0EXznR5JsGQ { display:block; }
 }@media only screen and (max-width: 763px) { #i7o0NfVLbQuRorTdaCvc7WzFTZyoQBJQ { width:12.5625rem;height:8.4375rem;top:39.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0SfQ1h24OpEcnElRscsTu30swUbBLIs { width:7.5625rem;height:2.3125rem;top:34.9375rem;left:6.25rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gguZXdRcBueVsmRIZJ33T7KhMJJ7OV5z { display:block; }
 }@media only screen and (max-width: 763px) { #tyAoex1Nv94IMwsL9TPd8KwBkdV0Ltin { width:18.0610625rem;height:1.29980625rem;top:38.125rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KphNb2k8dqukQx4FtknOQTxGiyFhlK89 { width:7.5625rem;height:2.3125rem;top:62.625rem;left:6.25rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9NFlKfHTFioS9qeuFar1Gc10kP9wHvx { display:block; }
 }@media only screen and (max-width: 763px) { #qyfZuFCF4ms1orlk5iyRBZgrRrhqV4Sa { width:18.0625rem;height:1.29980625rem;top:52.6875rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Addg6xSRPULlNiPhgsblF1sQeEuqZ9bq { width:13.4375rem;height:9.0625rem;top:53.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMSu5lZ7LOUUOfW7fZFtzUmLps10pK97 { display:block; }#GMSu5lZ7LOUUOfW7fZFtzUmLps10pK97 > .row .container { width:20rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1cP9oNX7LelI735lqmRpvoVAZWhWSaG { width:13.3125rem;height:8.9375rem;top:4.5rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQGkMahTAUnQrucNEPZt3BwBbEVF8H8l { width:18.0610625rem;height:1.29980625rem;top:0rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ebK87LpcsXLuH3wr7L14QzNhPVXOZMnZ { width:7.5625rem;height:2.3125rem;top:47.5rem;left:6.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JV5NL63MCVB2vWMQ2sn5EeuwxPn1XdMk { display:block; }
 }@media only screen and (max-width: 763px) { #DAtZmwIylGyki4iFqEWH5sks5uD8QT5a { width:7rem;height:2.8125rem;top:1.6875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKGB7PWupbJVKnlamJVspwFmHqR6RfdS { width:18.0615rem;height:1.29980625rem;top:19.375rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJOfT4yNhD53UJRaRSZmEJnkgvUgDTK2 { width:6.875rem;height:2.75rem;top:21.0625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qid2VCnl6qTfbF6TUzdEFxZxGWyfw4Wz { width:14.75rem;height:9.9375rem;top:23.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI23Q3BiNQTbpR8uSCmc9ni7rZbHKuvH { width:7.5625rem;height:2.3125rem;top:13.5rem;left:6.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WHXBNHJfwloKvmT5GKwSJm6sfem4RydJ { display:block; }
 }@media only screen and (max-width: 763px) { #xAhTNAJoeV3SXFzq0bntuqI7DbHa9ZTo { width:12.5625rem;height:8.4375rem;top:39.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkAGVnmAMiaLsSR30u4UPq0M3oCJUkcx { width:7.5625rem;height:2.3125rem;top:34.9375rem;left:6.25rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoXSn4WBAISRxiMLZ7f958SDOcyFT6nm { display:block; }
 }@media only screen and (max-width: 763px) { #izbFTq6ZwiecEptvSIgQDaiHPwBEuuID { width:18.0610625rem;height:1.29980625rem;top:38.125rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cx4gTMZARg510J3hAFHU0CmXtrJey720 { width:7.5625rem;height:2.3125rem;top:62.625rem;left:6.25rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pspAT9ePgsFhlBEzRb8qXw1KC6OqilCH { display:block; }
 }@media only screen and (max-width: 763px) { #UW13VKevUE0fHTuASwp5HGbR0GHI1nMP { width:18.0625rem;height:1.29980625rem;top:52.6875rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B0fKeVH1UoPXSKTPK8EENSfgGuJLahqe { width:13.4375rem;height:9.0625rem;top:53.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l49mv8cqpHab0Nr7bDOrUHudouuVfdHZ { display:none; }#l49mv8cqpHab0Nr7bDOrUHudouuVfdHZ > .row .container { width:20rem;height:62.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lun8JJLNRhbEFSTrxXdqP588Tqg2ZFVT { width:17.3125rem;height:5.99853125rem;top:4.5625rem;left:1.34375rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:"kia new brand";font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tZ1TaFhnOGrTB4LaVFVAXdKqEO8iGdwT { width:10.8125rem;height:0.75rem;top:2.1875rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRhGmvbF6UmTzv0fQHdcPeZK7ev6sV39 { width:15.3125rem;height:10.125rem;top:13.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRxwINEaAw8JT8XHV93IvTyRKoNJoSc4 { width:17.5rem;height:15.0625rem;top:13.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3fH5vSRQbCAq9O2zLJdWtphiWfWvpP8 { width:17.5rem;height:15.0625rem;top:29.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiPJhpGKEE6dJh8hJTlLkkfy2Jwe1bXW { width:17.5rem;height:15.0625rem;top:46.3125rem;left:1.1875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #TgwUT0gb3XCqzAiehgwAgGNOBnc3ceQa { width:10.125rem;height:6.875rem;top:29.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bccpaCkRfvFtpqF6Q5Cnb8TOQWumn5o8 { width:9.875rem;height:6.8125rem;top:46.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQrPmEtgPaDANAslRnpFODK0gCTgeZbl { width:15.625rem;height:1.94921875rem;top:21.0625rem;left:2.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15009;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #K0PFfbhkdozS772u4itaHffPPpxPFoIs { width:15.625rem;height:1.94921875rem;top:37.8125rem;left:2.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #WccJIT7fk3htx1IEW2t6IyASDTngBZIA { width:15.625rem;height:0.9746125rem;top:54.9375rem;left:2.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #vyx2iVEsDdmpdoBtZZuMrJKPr2AFZlBL { width:9.375rem;height:2.375rem;top:57.3125rem;left:5.3125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #n7yJIVrOyAFJBBK8uR133CALHTBRv61n { display:block; }
 }@media only screen and (max-width: 763px) { #nhFNwpk2oxBvHKy0Mb2KM3RaHcaynQmU { width:9.375rem;height:2.375rem;top:40.75rem;left:5.3125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #hMmks6U8qQ1TtcSemLxezgdHHP22Jwzt { display:block; }
 }@media only screen and (max-width: 763px) { #wRyhw2QQStVowqXSbfOc5E0iW1cWLcNB { width:9.375rem;height:2.375rem;top:24.5rem;left:5.3125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Jy14qT3ROl9vL3xh5VbEGAHMZgEfBsS2 { display:block; }
 }@media only screen and (max-width: 763px) { #y83907RoGJgfqF2PdTQlJc9Mvwq0RbNm { display:none; }#y83907RoGJgfqF2PdTQlJc9Mvwq0RbNm > .row .container { width:20rem;height:44.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ScaTTB8zUnQwZRyJxQWOGWDMGdMdRisd { width:11.1246875rem;height:4.142575rem;top:1.25rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7IOTSlKTsA58N7Z3LGDnATtz5E2LQtW { width:14.9370625rem;height:3.8984375rem;top:17.4251375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yToHep1N6e6cSTQJGPi7wdwKyCTdngIv { width:14.9370625rem;height:4.142575rem;top:6.6417125rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ayv2y8gz4i4zEAiOuCSyy66MgZ4LHug6 { width:14.9370625rem;height:3.8984375rem;top:22.5721625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVkNxuybT0JqGQ1pnhqZ0bI4w0MD2kiR { width:14.9370625rem;height:4.14258125rem;top:12.033425rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZutTzgz4t5C61CufykhWiZbSkzXaZh4 { width:14.9370625rem;height:3.8984375rem;top:27.7191875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr0880XeSmiO5QeZsWJI8gTVh53rpuhc { width:5.0625rem;height:1.5rem;top:32.8671875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZgFzPbdL4nkzVLqCBClb0bgWMoeMr7l { display:block; }
 }@media only screen and (max-width: 763px) { #Pfx8fLUrKCbzkZSRloIQ6VEFuK69zAFC { width:5.0625rem;height:1.5rem;top:35.6171875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uin7NsZcSTO15lVS5xAQ5vSO8yv14P7M { display:block; }
 }@media only screen and (max-width: 763px) { #yoNFeduZ06DNibZ1TB0WCqLNByUJCxeZ { width:5.0625rem;height:1.5rem;top:38.3671875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGd9KrFRAlHahwCCfeJO9DyEwwP77lVD { display:block; }
 }@media only screen and (max-width: 763px) { #Aoglq32vAT1WHsHTAgcCI4tggkhSVa7o { display:block; }#Aoglq32vAT1WHsHTAgcCI4tggkhSVa7o > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6nc4PR01L21oa4MPGytQgE7C0KWQHpq { width:20rem;height:0.97485625rem;top:8.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #tXwrplCNxaX8VZRbWiZdnOll4Zyitm7T { width:16.0625rem;height:2.5996125rem;top:4.4375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #vCS4Gz9OQE8sTT8DGDNkckC06nMcIFUF { width:20rem;height:2.11230625rem;top:2.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #HtsaWchRpU1KlA6sLHo3SC3aXKND41iw { display:none; }#HtsaWchRpU1KlA6sLHo3SC3aXKND41iw > .row .container { width:20rem;height:14.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I6Hv4aqrx8fRTee3oTHBcECEk0UqISmD { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cp1GxhL2S8ZLFdtMXF4XJTHuxdXT7503 { width:16.0625rem;height:2.5996125rem;top:3.3623046875rem;left:1.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kM9ffLk92RNMrvyeis7QXLTvPihAczwv { width:20rem;height:0.9746125rem;top:7.24755859375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IgOdnwOZ8BvTlLt64lXrMoQezHlkmd55 { display:block; }#IgOdnwOZ8BvTlLt64lXrMoQezHlkmd55 > .row .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMJwOZ3mNVLGHVQeTFDQaS4GpdJIq2iM { width:13.75rem;height:9.1875rem;top:0rem;left:3.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKsRsbxBpyobTD5vCi9ZT4BBpU6BArUG { width:7.625rem;height:2.6875rem;top:33.8125rem;left:6.1875rem;font-size:0.875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ul2zmPmmkvt72SS4g34RZRTku14hMgXQ { display:block; }
 }@media only screen and (max-width: 763px) { #AQSyoVpGEiAlFqNGPPrkLulgkFgBm0z6 { width:20rem;height:1.625rem;top:9.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zI9U2KNCLy1XPNRWdJ73gn2Slq0v5qzl { width:20rem;height:1.29980625rem;top:10.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kJVNNI4l3RRA0yIyfOzMBTGpJu8qcNkQ { width:14.5625rem;height:9.8125rem;top:24.5rem;left:2.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBmmBMeOCFT3VGaBsROsyqs0OuZ6QZHU { width:12.5rem;height:3.25rem;top:39.8125rem;left:3.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DgPgTwVRTQzTq4OfInMo963trUqCTH1C { width:7.625rem;height:2.6875rem;top:33.8125rem;left:6.1875rem;font-size:0.875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iB1LeuQVodiUL6mVF50AvJ4rBPeNfBbh { display:block; }
 }@media only screen and (max-width: 763px) { #epyKwQMAX0fB2u1rTMxXaJvAAsSoks1l { width:12.5rem;height:1.13720625rem;top:38.625rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nO4mauSKTJRRlAWpmamTNmJBM03P6QgZ { width:20rem;height:1.29980625rem;top:35.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JT9akE3Tm0RUU7WATfgFwlLTIpIzpfl6 { width:20rem;height:1.625rem;top:34.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #czh67DS3l2FwUqPAv8AZhQrKfCST3abb { width:6.25rem;height:2rem;top:21.375rem;left:6.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tv69SHtMrt5VxG6fQcfbxD2O5c9woQpb { display:block; }
 }@media only screen and (max-width: 763px) { #Oyn5gxIyM9Mpwe8AZJ70p5DQV8NXrsJk { width:6.25rem;height:1.375rem;top:44.25rem;left:6.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9ht2G59NZu54DM6nzU0Li8mlZg4iBKC { display:block; }
 }@media only screen and (max-width: 763px) { #rmVDCTLJnV7VT2HUVcs3xbG2XuCwWUO2 { width:12.5rem;height:1.13720625rem;top:13.4375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZhyxovrFHPykRT6pe2sThqHX1JPRxK1H { width:14.4375rem;height:2.4375rem;top:14.5625rem;left:2.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDgyuT1weHshTRUaXTfhohLRwiDVZFvB { width:12.5rem;height:1.625rem;top:19.13671875rem;left:3.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MSMe2pT53EvShOpcUPCbb9ADIUe16q8e { width:12.5rem;height:1.13720625rem;top:18rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vPST9G8oTdSZXeiGquKB5ww3xOKuPWDk { display:block; }#vPST9G8oTdSZXeiGquKB5ww3xOKuPWDk > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wB7gHMwpAJuEhoDXLlVKEnvrnVZ3idMO { width:13.875rem;height:9.375rem;top:0.5625rem;left:2.96875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmasBDsbR4DZnP62UcR8bPz8eTLhrhOG { width:14.7495rem;height:2.4375rem;top:14.9375rem;left:2.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJhhwTFbPOGPBDRiJhUQ8hdtWCbDpbJo { width:7.625rem;height:2.6875rem;top:32.625rem;left:6.1875rem;font-size:0.875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IX5xmLPP34hanmrd4ZT0b6xMbBxJXTGe { display:block; }
 }@media only screen and (max-width: 763px) { #utFrxJRwuBTalM2BuCs75by2WODSyEhx { width:14.4995rem;height:1.13720625rem;top:13.8125rem;left:2.75rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SWTspwUi9hgb4VgShlSDm5U5lR21W7bK { width:20rem;height:1.29980625rem;top:11.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BynsQF6NqKUHKfoHnPLg3DwxT7kHMPT0 { width:20rem;height:1.625rem;top:9.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFurhQGrH8hIZFAUfPqslfQdORtu3cfV { width:6.25rem;height:1.375rem;top:18.3125rem;left:6.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bufvL5bufClxJMqCGIs1e2n66XyX2Gs3 { display:block; }
 }@media only screen and (max-width: 763px) { #OX85Gb8X84EC5wxndQG9DOOlV0ugG7rB { width:14.75rem;height:2.4375rem;top:35.5rem;left:2.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CX0AR3apFJaTrLHh1LJsFCGKc8RWeuZn { width:14.5rem;height:1.13720625rem;top:34.0625rem;left:2.75rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ITPqU7KXe2J66vna9tDZbQmN24DrefRb { width:20rem;height:1.29980625rem;top:31.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xOzO26bKpWesIpFhyBEPgBQF4WyUdMmo { width:7.625rem;height:2.6875rem;top:32.625rem;left:6.1875rem;font-size:0.875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJGHmonklzn5vl3dxd3KfocEKGcVBFJJ { display:block; }
 }@media only screen and (max-width: 763px) { #p0B18Hx9Ws70ismNR179TZ5FilEdcCKg { width:20rem;height:1.625rem;top:30.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WsGZTf84sE6ehTBPkqkodFpE6VqZ7LHc { width:13.5625rem;height:9.1875rem;top:21.125rem;left:3.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACHWbsMUrir5zKsHhlugxhDRZmWlLWLT { width:6.25rem;height:1.375rem;top:39.0625rem;left:6.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XLeOIiGzcFA71tmL5JbNTHMxko21dS9U { display:block; }
 }@media only screen and (max-width: 763px) { #V2hCtaIkr7qBNSltTEpPwG8vgbEiNawh { display:block; }#V2hCtaIkr7qBNSltTEpPwG8vgbEiNawh > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfrJg6EGuJiIPIQOTnsKEOT6UAWgkuH9 { width:14.0625rem;height:9.375rem;top:0.5625rem;left:2.96875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXhZ7O9d2TglokT9eOkldsTiW9xwgqxW { width:14.7495rem;height:3.25rem;top:14.9375rem;left:2.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GNmm9a9wEeN4vqTFeZAcvf2oUZgbu1aT { width:7.625rem;height:2.6875rem;top:37.6875rem;left:6.1875rem;font-size:0.875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LNe4lEpcVZ8ExLlJP1uGINEZft3Ssk7y { display:block; }
 }@media only screen and (max-width: 763px) { #Q0vtAN4qDv1ML9QvLxF7vBT0VtZ1LGcE { width:14.4995rem;height:1.13720625rem;top:13.8125rem;left:2.75rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uiii30Qt5QUyyCsWWnWzFtm7zSxMeuRT { width:20rem;height:1.29980625rem;top:11.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bFmDyi6zK7EZhpXdbyomBq9Tv6otovH1 { width:20rem;height:1.625rem;top:9.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hyeZlI12XbTkRRQ5TAe8XunmO1FFiiyC { width:6.25rem;height:1.375rem;top:19.375rem;left:6.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gU2ScBEXpC5ETsI1OlrM3URpsbIUmXQt { display:block; }
 }@media only screen and (max-width: 763px) { #FOk9uWPy0HDtVz0y2CCbic7OSHCp0BAN { width:14.75rem;height:3.25rem;top:36.375rem;left:2.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UqszDgcv9T6mKtC5TFQhNoACIMi9oWrO { width:14.5rem;height:1.13720625rem;top:34.9375rem;left:2.75rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vzXvfXuyP1Riq9V2Rn6UVzOyyIwTcFrG { width:20rem;height:1.29980625rem;top:32.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LxUXrW6spqzAu5C0TdAOC0hvGiSvuhme { width:7.625rem;height:2.6875rem;top:37.6875rem;left:6.1875rem;font-size:0.875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLIRSuvO6q71Mgc3IiLNRidTfMxxAfC3 { display:block; }
 }@media only screen and (max-width: 763px) { #UKN0aFgqMqBqAaNSxk32TafR7MAtwn7f { width:20rem;height:1.625rem;top:31.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #deTiCJBfsoeR32IoeJFU9DRUal60qloc { width:13.875rem;height:9.1875rem;top:22rem;left:3.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wngzMmpU9tWSR57rFSPXKhdDrtEcISRn { width:6.25rem;height:1.375rem;top:40.9375rem;left:6.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fXbSXSxDZPHIQFMPALCG4mhsCc3nSIbc { display:block; }
 }@media only screen and (max-width: 763px) { #H7BPxcc7ToSimCnSom6hvROk9LEl4dtA { display:block; }#H7BPxcc7ToSimCnSom6hvROk9LEl4dtA > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sx5MUNP8IeTLHzbBG1riHBpMm7pob9xU { width:14.5625rem;height:9.8125rem;top:0rem;left:2.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTDvzKFigpPTW5BzUJa4Bwdh0FVJx3lE { width:12.375rem;height:2.4375rem;top:14.5625rem;left:3.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFkEPgQzLkJP6ZAeTBgzDxBzwqPt8k3r { width:7.625rem;height:2.6875rem;top:37.5625rem;left:6.1875rem;font-size:0.875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDtZm9ILlSxuRWgJKJnmxBW7w2714pdv { display:block; }
 }@media only screen and (max-width: 763px) { #JXpzq0ghZJIpvw2LnU44OxXKEhz69WFS { width:14.4995rem;height:1.13720625rem;top:13.4375rem;left:2.8125rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rXI6VPe6vcG0zG0BiGRfNNhKNrK15II8 { width:20rem;height:1.29980625rem;top:11.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hmUHF03bkqeC7ZUNPdTQeg90wuZ7lvx5 { width:20rem;height:1.625rem;top:9.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JOx33RVTbKt6GOnLmyyti95CbxdS9fmb { width:6.25rem;height:1.375rem;top:18.25rem;left:6.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dqQfa9FTQ5gQoC4rT9qXMxbsGyePdggy { display:block; }
 }@media only screen and (max-width: 763px) { #Tm44IqKNbWi3Kk1Ka860JOqrSIAiT7hi { width:7.625rem;height:2.6875rem;top:37.5625rem;left:6.1875rem;font-size:0.875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ToOqZeqsAeqCB85OJp3prUcSuuZKBdAg { display:block; }
 }@media only screen and (max-width: 763px) { #ZRU3liI8mLReSsakTgC7ffSJyG6gwEBT { width:12.5rem;height:2.4375rem;top:37.0625rem;left:3.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hwfCoQkCOU7DvTVnZRE6aWq7XC3kFlDW { width:6.25rem;height:1.375rem;top:40.8125rem;left:6.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TckWoCrZw7BeDgeVTw8pwKrWw7bZTN5X { display:block; }
 }@media only screen and (max-width: 763px) { #VEzeOu8MbptadhNM3zUNvzw9bvvTlx38 { width:14.5rem;height:1.13720625rem;top:35.9375rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QJQ6yrvLS2bkSXU0Nl8J7tJg4c86lWGq { width:20rem;height:1.29980625rem;top:33.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F4yqnNz2XfTJ3r5qDSh1PRHTLUxyRieN { width:20rem;height:1.625rem;top:31.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rGPgTvVUDW0bc315FPTUFlxBkxkrcOlw { width:15.3125rem;height:10.25rem;top:20.9375rem;left:2.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlrUGeH9llfc5pTJ8T0mpNXmgQsufAg8 { display:block; }#dlrUGeH9llfc5pTJ8T0mpNXmgQsufAg8 > .row .container { width:20rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGBT5vqOtoZUAnGqXFk8GEUgEwVNlr9B { width:14rem;height:9.4375rem;top:0rem;left:2.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUvUzSNsOW3F8q293KRX9BAB6xN0deqR { width:7.625rem;height:2.6875rem;top:34.8125rem;left:6.1875rem;font-size:0.875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpV48hSbIPLFPFkDzX7FDge8ZfXSgx9d { display:block; }
 }@media only screen and (max-width: 763px) { #Ik1h21T2dHMnfnQVTvoVzFnSyU4UOvum { width:20rem;height:1.625rem;top:9.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxuhKwP941vqy6nuPFT8NZnr5OafD0rv { width:20rem;height:1.29980625rem;top:11.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKsydST28OOksq5lOvFkrs7RsT8CrWdd { width:12.5rem;height:1.13720625rem;top:13.1875rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #un7J6XbIQQTh8qG72NJ95yPn89wH731u { width:12.5rem;height:2.4375rem;top:14.3125rem;left:3.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HcSO5TQ2227VW0tLNz2X6rJpKbwvsqZz { width:14.5625rem;height:9.8125rem;top:21.3125rem;left:2.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETKoWXyL1rHdpdBcdsm3sAHOARlpkHzO { width:14.749rem;height:4.875rem;top:36.0625rem;left:2.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bPDMKKFAb692HKTDDmN8dTAOOqILeaUV { width:7.625rem;height:2.6875rem;top:34.875rem;left:6.1875rem;font-size:0.875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TywyCM2FQdkDPddorB8HoAq2iWADKpNG { display:block; }
 }@media only screen and (max-width: 763px) { #mTCi6pGJxw7UkKu1hzzaqRp4IIdTClbr { width:20rem;height:1.625rem;top:31.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kelucvq29ylByZSrStaVrAgViAf6U0Hu { width:6.25rem;height:1.375rem;top:42.0625rem;left:6.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T70dppfld5aT8TSSsbfiXcdPq1Ld3y3v { display:block; }
 }@media only screen and (max-width: 763px) { #ogPGyC7lPbDLmSZqR8lbe0paz08BtS9E { width:6.25rem;height:1.375rem;top:18.125rem;left:6.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qevqi0AEM5oHlEdIoWH8C7M02f0ICBK2 { display:block; }
 }@media only screen and (max-width: 763px) { #pvDPGyd0gmb48RF2ZHiItBPLmF3qfqs2 { width:12.5rem;height:1.13720625rem;top:34.8125rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KEct9hCBRF4GNqGy9ki8vouvEDXbPDXl { width:12.5rem;height:1.29980625rem;top:32.6875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z8X9K6WdeyVSItB8rVNCBenkgSKOh1DF { display:block; }#z8X9K6WdeyVSItB8rVNCBenkgSKOh1DF > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlQX6TWvWpi6HzbVf5BFNnbqsuwk7PcA { width:13.75rem;height:9.25rem;top:0rem;left:3.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntOWmchJtF2dQFzvly6iHUzMdOpRu267 { width:7.625rem;height:2.6875rem;top:35.0625rem;left:6.1875rem;font-size:0.875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcRCwBdv9npQBJKvWyEm7KWaRCv1FKIu { display:block; }
 }@media only screen and (max-width: 763px) { #N3GB4870zCez3QUwTfp6we5ZL8JHN0JM { width:20rem;height:1.625rem;top:9.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #by89evaGogzTyWDzOp0hGZrbWZGtCi4T { width:20rem;height:1.29980625rem;top:10.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wUMg0uDPgDBCZfrRqBeIPqLXI4s4P3zg { width:12.5rem;height:1.13720625rem;top:13.4375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFoPr3zK82CkdaIw4cLsvRW72IJtMFTp { width:12.5rem;height:2.4375rem;top:14.5625rem;left:3.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HziLFns98UP0xxsszWaGeAIHNvHXIW0d { width:13.4375rem;height:9.0625rem;top:21.5rem;left:3.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7g3yIOfBHfUa7kaLZAfxw0m7y2um16b { width:14.7495rem;height:4.875rem;top:35.8125rem;left:2.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ax9kTVUyS4LTeitfQ69SpcaDT2Eo3KPn { width:7.625rem;height:2.6875rem;top:35.125rem;left:6.1875rem;font-size:0.875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9ioBTrZOO8ka3FgGhF2R65yUDB9rsN9 { display:block; }
 }@media only screen and (max-width: 763px) { #lMtqTl5x2LLiQJTVnznSFrXxXXDGRWro { width:14.4995rem;height:1.13720625rem;top:34.5rem;left:2.75rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bBHGProKUdtJvJQnd0dWDVcoTCo21OkI { width:20rem;height:1.29980625rem;top:32.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kcIMKnWsFT2AcQFL7wRh8S2cJtemneeE { width:20rem;height:1.625rem;top:30.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3nRAMHSlD91S5b5bxsmnDObsdqXtEKM { width:6.25rem;height:1.375rem;top:41.1875rem;left:6.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rIVyanRS24Tp6i2EfVJ5QAq7su3L4uNV { display:block; }
 }@media only screen and (max-width: 763px) { #U5F7u9M2E77DvikhuBBMabIXBaWn1qQd { width:6.25rem;height:1.375rem;top:18rem;left:6.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dqm3trBbgapsaGK2JToZHI2Ed4pkkzBJ { display:block; }
 }@media only screen and (max-width: 763px) { #ecaEPexeb7yMqaa5VKiLTktOd0imZ98z { display:block; }#ecaEPexeb7yMqaa5VKiLTktOd0imZ98z > .row .container { width:20rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXAUCQGGf3aSh42xMO07WDowni2DM86y { width:13.75rem;height:9.25rem;top:0rem;left:3.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz03x6brPAEOEWMTXwntkvKKal46uZn4 { width:7.625rem;height:2.6875rem;top:35.125rem;left:6.1875rem;font-size:0.875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4StTGeTpG7VfNKT81Ox5fRh9XeMbSe5 { display:block; }
 }@media only screen and (max-width: 763px) { #rlB2BfuEGBDmPIz3Qd9kSGFUvskRXGHa { width:20rem;height:1.625rem;top:9.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CVaIQmT0TnEaeZVW2T9HEdmHaVEiDDTK { width:20rem;height:1.29980625rem;top:10.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #czxxEgVvkKzQDcA91VGCcrpvPbCmp1g5 { width:12.5rem;height:1.13720625rem;top:13.4375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WmpOUHvsi9AUe6beVWHgbku3nVz2LAtl { width:12.5rem;height:4.875rem;top:14.5625rem;left:3.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uEBzkuzepDTDPuG5tTr4k7JCGRtHabcK { width:16.125rem;height:4.0625rem;top:21.375rem;left:1.9375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SHkIlWTJm5BwE2vIcHCJzWvBNPvJK9BT { width:13.875rem;height:1.13720625rem;top:20.25rem;left:3.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c6wMFrmM3rCXK5IskNVC36whRkbqM5DN { width:13.4375rem;height:9.0625rem;top:29.3125rem;left:3.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1D94xpJ3xyni6HpER98m5mnOfsVFgGG { width:14.7495rem;height:4.875rem;top:43.4375rem;left:2.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V4RmMSvsTTUpyCdQI3MgE0R5MCNnyL1V { width:7.625rem;height:2.6875rem;top:35.125rem;left:6.1875rem;font-size:0.875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uSiGLP3quCuFqdEdMrf52tBIOHZUo29X { display:block; }
 }@media only screen and (max-width: 763px) { #a8cTAh0pGkKbkAN08Xo4SGeQm7BBrpQV { width:14.4995rem;height:1.13720625rem;top:42.3125rem;left:2.75rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anwAGVQx2uMNVC4zdK3pOaKxlkFlTBtN { width:20rem;height:1.29980625rem;top:39.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uDeRHVXZrFrwWQqtAyXeUb00uo0OeEE8 { width:20rem;height:1.625rem;top:38.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q58F5tE181FCCVnENhJ7Q5gk9tHybUxo { width:6.25rem;height:1.375rem;top:49.4375rem;left:6.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kMnJWlWsEUpwdvOGVoNu52iAvZhkaF0m { display:block; }
 }@media only screen and (max-width: 763px) { #CFeBSgomKxdJWihIyR4NflNxL7B97Q0V { width:6.25rem;height:1.375rem;top:26.25rem;left:6.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #stbs3Gh5PsM8am73KdC9nnoS0VX6P9fD { display:block; }
 }@media only screen and (max-width: 763px) { #AQs39WIOQSAwsBe60iFSOdmTkv4swmbG { display:block; }#AQs39WIOQSAwsBe60iFSOdmTkv4swmbG > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHQoq86789WhiFJPJFDiod0LleXPFSTm { width:13.75rem;height:9.25rem;top:0rem;left:3.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqrIhTAX9U0ZJzFVFVDrgOFg2WuIlImK { width:7.625rem;height:2.6875rem;top:35.0625rem;left:6.1875rem;font-size:0.875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIsV4lsybLtWBBgiVx2Zvswrx87RrtZG { display:block; }
 }@media only screen and (max-width: 763px) { #EBcmfJZxsFETAEdI0ivLvOTpPI496SFV { width:20rem;height:1.625rem;top:9.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yRFzC86vTu5w0ARVnKFUZGdc4sA2XLhv { width:20rem;height:1.29980625rem;top:10.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAF0mCHcSBWVsTkqBs8FfADl2cmZQeHT { width:12.5rem;height:1.13720625rem;top:13.1875rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l7rAdki4dLZKdA5DfHKFSEoMZdcscnSf { width:12.5rem;height:4.0625rem;top:14.3125rem;left:3.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AaROdwTpZf7VwZHornQfM4BSe9VJwOTs { width:6.25rem;height:1.375rem;top:19.875rem;left:6.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LGAIZInhIa1STMHDWS2gigNmrc12uom3 { display:block; }
 }@media only screen and (max-width: 763px) { #KTuM84w3zveuhz9q96gKmVzTJNHsQrQC { display:none; }#KTuM84w3zveuhz9q96gKmVzTJNHsQrQC > .row .container { width:20rem;height:14.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FeDaI7G2wulZl4xczPZTJSsRBQOyGKeo { width:20rem;height:8.44925rem;top:3.11865234375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QmqDgfRLRhTsWHlcFzukmT2UmKGdrdTv { display:none; }#QmqDgfRLRhTsWHlcFzukmT2UmKGdrdTv > .row .container { width:20rem;height:115.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HqvJat3EdL1enO1GIomWku9etcTvOxxx { width:19.75rem;height:11.1875rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbovyGg9Sa157yWR16plyXqd5DpV0LlV { width:20rem;height:1.625rem;top:13.169921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tgyyKBBIVyhPXbTRDQ0SZOMyT1iTJmOz { width:20rem;height:1.29980625rem;top:16.63720703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xvBTTaUxOFTgxzPKaZPkuq5aDIQtvDAc { width:20rem;height:2.2749rem;top:17.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wPTtWXa7aNTnP2Dauk0xQ1MTWDDDTHy1 { width:20rem;height:3.25rem;top:21.43115234375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gGDGcIqygLw8EQHbTy6VSMMWzm179ud1 { width:20rem;height:4.875rem;top:25.994140625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xOrqaSF33rtLI2ChLHN5gKNc2O8Q0Bmw { width:11.75rem;height:2.6875rem;top:34.6875rem;left:4.125rem;font-size:0.875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaC49c7x7EpWBANIflSxyrLsJrnfzGUr { display:block; }
 }@media only screen and (max-width: 763px) { #guJrLt2eiLNDIFmCig6NyHDX9FWFS9UW { width:6.25rem;height:1.375rem;top:32.556640625rem;left:6.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n77J7CUNB1FayeixsJbxolo1PXHsuHtB { display:block; }
 }@media only screen and (max-width: 763px) { #fnSraFIeDeuI35scdTKI6FOl77LWOIQI { width:20rem;height:4.0625rem;top:62.6875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QnlB6rpz9sAfKJ9bJy9b2EwpbyrMTW0d { width:7.625rem;height:2.6875rem;top:70.625rem;left:6.1875rem;font-size:0.875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPqThyzQz90LTWSRNn7KuaPXSwT1ETiu { display:block; }
 }@media only screen and (max-width: 763px) { #dpr0HezHHv1c8CN55u9BiziS0PQzBSzC { width:6.25rem;height:1.375rem;top:68rem;left:6.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JSdcUkP8oZWatxRV3nXfNmeTQTdr6sqC { display:block; }
 }@media only screen and (max-width: 763px) { #t1I1Z9xWvggTRhqIKnzHR2fT09lqdy3m { width:20rem;height:2.4375rem;top:59rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L6xFMqQmGmGM0VGZardKSdDZHZp8A5Jv { width:20rem;height:2.2749rem;top:55.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tKNaPgKrTO0wToWmTupDGhkWdlbCfOKo { width:20rem;height:1.29980625rem;top:54.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJNH87y2le75RSFzfx39qrlZOASGnMLh { width:20rem;height:1.625rem;top:51.2319375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ozFhQiKp9eHTZBmTsooGLgc5Lus7lye2 { width:20rem;height:4.0625rem;top:100.75rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dHTldayBmzT27ZgCxJcqv7WH4Pc8Xg9o { width:7.625rem;height:2.6875rem;top:108.6875rem;left:6.1875rem;font-size:0.875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GONiqVKoXxINpp0ELBN8gvmn4Xc0K5OS { display:block; }
 }@media only screen and (max-width: 763px) { #OQnK5DIA0Q3XPVlU3SfvUTWt97p0vAIz { width:6.25rem;height:1.375rem;top:106.0625rem;left:6.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L6DtEUgz1gxrFw1tgihWEOzzBnxX8Ds0 { display:block; }
 }@media only screen and (max-width: 763px) { #TMPtVqSJkxyf9t3auUagGgmIQv6v4OgX { width:20rem;height:3.25rem;top:96.25rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eyVm8Stpl1H0T7H5Tp0xW2yeMgJOoyqb { width:20rem;height:2.2749rem;top:92.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XApC5U7vdriocoh9ZkWFhuvHk9WvRz3J { width:20rem;height:1.29980625rem;top:91.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JmoGD3JFrKmyqPq0r3t1w1gmTxb8v1yC { width:20rem;height:1.625rem;top:88.35059375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yKf32cBJAUSKUdcFPWWZOmQFLv9UyBWX { width:20rem;height:11.357340720222rem;top:75.74365625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v9nfM5JoUITVMtPEX3U71gqXntplTs64 { width:20rem;height:11.357340720222rem;top:38.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aCArJI5M7dvu9oTH4pO94RMXbInErMrK { display:none; }#aCArJI5M7dvu9oTH4pO94RMXbInErMrK > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c2DpwfMW4ypDT3dfbtpvr6JJqgrSJmwK { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnL4bCCn032blbyy0HDUFILZ0BoqnkIc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/54a590ae-8da5-4ef2-aeaa-04b400f985b0/naturaldaylightrepairtoolslyingdownengineautomobilehood.jpg");background-position: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; }#TnL4bCCn032blbyy0HDUFILZ0BoqnkIc.adaptive-delivery-prevent-bg, #TnL4bCCn032blbyy0HDUFILZ0BoqnkIc.lazyload, #TnL4bCCn032blbyy0HDUFILZ0BoqnkIc.lazyloading { background-image: none; }#TnL4bCCn032blbyy0HDUFILZ0BoqnkIc > .row .container { background-color: transparent; background-image: none; }#TnL4bCCn032blbyy0HDUFILZ0BoqnkIc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnL4bCCn032blbyy0HDUFILZ0BoqnkIc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnL4bCCn032blbyy0HDUFILZ0BoqnkIc > .row .container > .video-iframe-container { display: none; }#TnL4bCCn032blbyy0HDUFILZ0BoqnkIc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnL4bCCn032blbyy0HDUFILZ0BoqnkIc > .row > .video-iframe-container { display: none; }#TnL4bCCn032blbyy0HDUFILZ0BoqnkIc > .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); }#TnL4bCCn032blbyy0HDUFILZ0BoqnkIc > .row .container { border-width: 0; border-radius: 0; }#TnL4bCCn032blbyy0HDUFILZ0BoqnkIc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TnL4bCCn032blbyy0HDUFILZ0BoqnkIc > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgo7HFAdQQmHzMrsTDmocwVy8Dgsr8G2 { display:block; }#sgo7HFAdQQmHzMrsTDmocwVy8Dgsr8G2 > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeJ5JdIgWqW0BW2NTyiqC7Pr46D2wD0s { width:20rem;height:12.816901408451rem;top:72.518986816406rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTdP3UUSfsAsIp3T6RHqpRLxnb8nkC9Q { width:20rem;height:1.94970625rem;top:1.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cp7V3dZBgJmg4IaDVSIrptaUNmDfgkVN { width:20rem;height:1.29980625rem;top:3.38671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D2JmrX8Kl0orSK5MzuGqhSOD57HyzTyl { width:16.75rem;height:1.94970625rem;top:6.75rem;left:1.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-button { width:8.75rem;margin-top:0.25rem;margin-right:4.375rem;margin-bottom:0.25rem;margin-left:4.375rem; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu  { width:17.5rem;height:auto;top:9.7353515625rem;left:0rem; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu {display:block;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu { width:17.5rem;height:auto;top:9.7353515625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #T18FMtbWb7tERdP5dwp8Q4strn1CmMTw {  }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #T18FMtbWb7tERdP5dwp8Q4strn1CmMTw .container-column{width:50%;} }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #N8LOi3TzZ11IdEBDnKwT7QnDHc1axIBq {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #SOIMgPJo4LX0iCtXMmV9h3AaG2uWg9Qi {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #PHM8sCXSp9BNzX3HZkwB9oqBT0Xem5ur {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #oshOVfsJoD1lIf9b8JCEuzsSx2JvyxPi {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #XEtoa1z2IpNrlAePGOS90mg2dJeMJuu3 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #J2BLlo2nCw3xhH2UMDqxFkOSMmuNTxMH {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QCidya1QurpPigrTyClhHSqfW2Qi4tKV {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #BGRfPldr83h9pwk7lx5KlTe6MatHxktt {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #r2D186ZGvTRaWsCEnQGOvETZndvqCyOa {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #hMaZ3y14p78it4LQLhLB5UXJLARnQQnp {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #u3rkCoreBEin6yxWP13O93AogZrCxVC8 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QeLbaoFTpbTAg1iloAaKwRXPm7laxNFy {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zQhsGdioy5UL7N31AlT98VTCMDdyZdMe {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #fQPuTOIgmhL7pUT7VaIzzZCDUTyiUI87 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #esU9vMePtB9EgcBK1P3z4IMWWcQzBhbQ {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #mD2JPc52nzrDcp3HU4hdXVNNAQy0QcLk {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #IfKqfvytaXfwBT3pZ6R78UXoFToKThur {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #xXWWCrmZRMFOBvKgtQ4vFx3DQclo2Lz8 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #eXIGgOvZ5rfuTK3mnTbzC2pKheRnxCDM {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #ReAybEhJnFhqbsfMCRbEigtGuRhiwmEf {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uyNT8HqaK6zp8STP7dITBIybfbJT4nKn {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #igxg610RtTBvgLGEdT3HW0OxdTDNIZ0y {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uERLF5rT1V4y6rLoRlMzsd6OVEFRKtnL {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zTfHaVd2nv85UhESxca5Jp2UWFPTZnR1 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #wP4INBXlCQZIIKvTvCT4hC9okyCFwVlc {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #U0aQm4CQ4nHiRAV3bBqC0GBLW0b9ULTT {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #vRlaTksIrXslmvxlSCHA24dT5Jp4BnuA {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #h1Tkhq0zGZNyZs0boCtdzoSkWL8tK2yz {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #rdTr9LxJKKee3kzBLihATUXeMk13U3w1 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #tD1ARFqkVZBaPy0CccSvtEnN9pIVaqWv {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #HKs2rM1Ga7Vcoyfq3wNkgzwRgD89taam {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #GN35bQ7ixeaEQpRJ6vclN8lpklFWuVb1 {  }
 }@media only screen and (max-width: 763px) { #AVDGBxdTIM4oNuk3FW3MPuRpeJPxy9TI { display:block; }
 }@media only screen and (max-width: 763px) { #Iy1E6apLNXiTZkkO8XtcM8X4uNMSTm8Q { display:block; }
 }@media only screen and (max-width: 763px) { #gO42kmW6gsm3qJIH01VNFN5V3kzwKFPw { display:block; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #DJbSwN6c26ZJ48Ix0gzR9qqQTw2ohJRQ {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #UoULeKd8P6Ie6VHBMJ7gVgNZoquXL9D1 {  }
 }@media only screen and (max-width: 763px) { #AZkTfAzLBIzTapgU2yCLZkmvIwPEBSA4 { display:block; }#AZkTfAzLBIzTapgU2yCLZkmvIwPEBSA4 > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3wdrP4WbrOdp5by48P8hNDytFT0A8b9 { width:6.3125rem;height:5.125rem;top:3.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJEcGMMVrNu9MWh0Ws0FDduA2ZeE6oQC { width:20rem;height:1.950075rem;top:10.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gT40wgL1AfrXBLJtR8ZTG51OpvLk9gBK { width:16.9375rem;height:3.8984375rem;top:16.9375rem;left:1.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ieT2lZeTRHWT4RvkKsX9SNoTA2EucE9y { width:12.5rem;height:0.125rem;top:14.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5akr4VblAcny87tpBC2ozlDaKe6mqwT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9402d6e4-9b7a-444e-82d6-819be6993e00/BGContactos.crop_4565x2903_3828,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s5akr4VblAcny87tpBC2ozlDaKe6mqwT.adaptive-delivery-prevent-bg, #s5akr4VblAcny87tpBC2ozlDaKe6mqwT.lazyload, #s5akr4VblAcny87tpBC2ozlDaKe6mqwT.lazyloading { background-image: none; }#s5akr4VblAcny87tpBC2ozlDaKe6mqwT > .row .container { background-color: transparent; background-image: none; }#s5akr4VblAcny87tpBC2ozlDaKe6mqwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5akr4VblAcny87tpBC2ozlDaKe6mqwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5akr4VblAcny87tpBC2ozlDaKe6mqwT > .row .container > .video-iframe-container { display: none; }#s5akr4VblAcny87tpBC2ozlDaKe6mqwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5akr4VblAcny87tpBC2ozlDaKe6mqwT > .row > .video-iframe-container { display: none; }#s5akr4VblAcny87tpBC2ozlDaKe6mqwT > .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); }#s5akr4VblAcny87tpBC2ozlDaKe6mqwT > .row .container { border-width: 0; border-radius: 0; }#s5akr4VblAcny87tpBC2ozlDaKe6mqwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s5akr4VblAcny87tpBC2ozlDaKe6mqwT > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FDT74J45294XZ7wF2wp4dPdGDAB4lGpO { display:block; }#FDT74J45294XZ7wF2wp4dPdGDAB4lGpO > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ru9I0moQArG3B2vxlzDEtfbzBwiNc7s6 { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nk6oGqLExvGH3z569crVMKkHzXa021l2 { width:20rem;height:1.13769375rem;top:3.3623046875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o7mgSyFw1cHJK47dkNHJd6BRhogEU96A { width:17.5625rem;height:1.94970625rem;top:6.287109375rem;left:1.21875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-input-text {padding-top: 0; padding-bottom: 0;}#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-input-select {padding-top: 0; padding-bottom: 0;}#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-input-button { width:7.875rem;margin-top:0.25rem;margin-right:4.8125rem;margin-bottom:0.25rem;margin-left:4.8125rem;font-size:0.75rem;overflow:hidden; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-container:first-of-type{padding-top:0;}#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .widget-container:last-of-type{padding-bottom:0;}#nAhuC83QPFP26rsGrq6vWNws8KaAREiT  { width:17.5rem;height:auto;top:9.255859375rem;left:0rem; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nAhuC83QPFP26rsGrq6vWNws8KaAREiT {display:block;}#nAhuC83QPFP26rsGrq6vWNws8KaAREiT { width:17.5rem;height:auto;top:9.255859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #Ber1GyEeLSPOAP8xzmM7N7wI5nURVZCg {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #zTsrgr9TNvwKeZLoHp7XwWEXQCHdggOH {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #ZZF3AdZ9pNR299yF3OegGIKz7M4ZMAhc {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #VtvRQzSK7Vc4mTiF9qh0rwQ4v0tdntMP {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #x2VbkD9tED4p5nWNyETqNMs6XJoro9HT {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #dkd3NDUxtLPluayy8WFlaPnssRDn9Tsr {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #MT7unbJJNcGAPlRgCSRQmtTdMMLA4WDq {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #kCAdSOg49VntH4q5XgRg9rIu8vWsbF5T {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #NwU6o4uchyd6J5CibwzdCTKIg9lMoTI5 {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #o1gQyIc8O52OwRdIkEQ8QAHgaGFf4Thp {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #abMI7EgalJrS5udddIilUSyIrmQacilV {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #L562dMZnr4xidiT8cDzINgbybcWyTEdp {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #ggDP0mzBwUJc1Ogu7FXXTvHvoi1ykGl4 {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #Qy7iqc6kmLms829wGSwD0Gnr743nyuNP {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #g6qsiNhaJ0bIfI6DcOHazThDTStkCbH2 {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #ywJmyuEbdFPCW4gyztRhUa5rM2JdiMMz {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #lKXwWApOSN9heJcIFUbbiEbDNWLiWUlf {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #oSHHxqEqJGtfzxsSqahAPThgTro1m3XN {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #mlqFwkm7TssQuQEB7K6DrvEgTeA9uWxF {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #UTsssCzK5DOGO3ABrhiJfrfs3QBG1FM2 {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #BSGKF3tZTNgMhwBtH87oqHSKwc53qgto {  }
 }@media only screen and (max-width: 763px) { #Ar26IwmWVODxFhRlw43tlcFM1h1BaAyh { display:block; }
 }@media only screen and (max-width: 763px) { #G9PPwTTl6P84yiyvyxOlJS6FVx1LQAed { display:block; }
 }@media only screen and (max-width: 763px) { #f9UfOnPPV6Jp3kHdnQ6FB8yeB3sdqm0M { display:block; }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #kzEDX7rOWUrc5CgigFU6WPElL4VMomKA {  }
 }@media only screen and (max-width: 763px) { #nAhuC83QPFP26rsGrq6vWNws8KaAREiT #ckTbuNE6vvkWFV8w2vavqW71Wv23nEb9 {  }
 }@media only screen and (max-width: 763px) { #FxLwLDaTSMplfvypmyTNJDAoJ2qVlGIL { width:20rem;height:12.6164rem;top:28.94921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zv9EcMoxatnX5kagruxbGE701NitxnEz { display:block; }#zv9EcMoxatnX5kagruxbGE701NitxnEz > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PG6nBXGAKiTWiK9Q4SzUm6wnBv8NVeoq { display:block; }#PG6nBXGAKiTWiK9Q4SzUm6wnBv8NVeoq { background-color: transparent; background-image: none; }#PG6nBXGAKiTWiK9Q4SzUm6wnBv8NVeoq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PG6nBXGAKiTWiK9Q4SzUm6wnBv8NVeoq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PG6nBXGAKiTWiK9Q4SzUm6wnBv8NVeoq > .row .container > .video-iframe-container { display: none; }#PG6nBXGAKiTWiK9Q4SzUm6wnBv8NVeoq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PG6nBXGAKiTWiK9Q4SzUm6wnBv8NVeoq > .row > .video-iframe-container { display: none; }#PG6nBXGAKiTWiK9Q4SzUm6wnBv8NVeoq > .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); }#PG6nBXGAKiTWiK9Q4SzUm6wnBv8NVeoq > .row .container { width:20rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6d8c6894-460f-4103-9cab-94c503a194f7/Fachada_Kia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:15rem;position:relative;display:block; }#PG6nBXGAKiTWiK9Q4SzUm6wnBv8NVeoq > .row .container.adaptive-delivery-prevent-bg, #PG6nBXGAKiTWiK9Q4SzUm6wnBv8NVeoq > .row .container.lazyload, #PG6nBXGAKiTWiK9Q4SzUm6wnBv8NVeoq > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #fu8d9Tp0A07yfWsEvuIT15WrSKxacL0o { display:block; }#fu8d9Tp0A07yfWsEvuIT15WrSKxacL0o > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4Ku598trF2ZQ2Dpbzy3vvvEAHTtIbv4 { width:20rem;height:1.94970625rem;top:7.0224609375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR8LBZ89BSfk2m039TiKLax6QXF1MmvT { width:20rem;height:1.29980625rem;top:3.8232421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmFZPi2JMg6ZTP7rntp6zDouqVa3ta99 { width:20rem;height:1.950075rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrlTI6o3FaOd9Ns8ES6t0eW5CsufvGoE { width:20rem;height:0.97485625rem;top:11.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgJlm0B1Nt3pxlTV0Aw5cuRwfePv8UG9 { width:20rem;height:2.25rem;top:12.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0It92WO4GTzpXAizdTVNGxs8dJeKxfS { width:20rem;height:1.31286875rem;top:15.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaFyWzu8NF4xNUUWTUGJRTvy1Pbw8Om9 { width:20rem;height:3.375rem;top:17.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNz0IhpM58gBsUw5exnk5wC1VVOpglT { width:20rem;height:3.375rem;top:23.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTobHlxvuyIA6os1xylXMBwxJD7mwSRq { width:20rem;height:1.31286875rem;top:22.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHHrlgQgZ5NhvarKsCp894HNHBTmnMhW { width:20rem;height:20rem;top:49.33139375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8ddnJOqfG8phJPSu5KvgHPZ9LAOwqsU { width:8.9375rem;height:2.5rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHK6ek5m9PWIlAhzn30hx2gsVi1MDxkr { width:5.8125rem;height:1.13720625rem;top:33.25rem;left:2.625rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"kia new brand";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gJ6i2lH9KVnBfCZoCiLqW1CJLVQvflv4 { display:flex;width:2rem;height:2rem;top:32.8125rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #Op56hl9SPXbpfTXMZ6eBoPggSOoQn07a { width:13.75rem;height:1.94921875rem;top:30rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg { display:block; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row .container { width:20rem;height:155.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnlFo5qI7VqJqth92wi3dtSTEKNBKDF9 { width:3rem;height:1.4375rem;top:2.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaMRWoH466Kc9MobVNn09sIcEX5B1iU6 { width:19.625rem;height:0.6499rem;top:8.84375rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tn7BQ6gQw2iT50MTJgwOM92IeruKMMNn { display:flex;width:1.875rem;height:1.875rem;top:5.375rem;left:6.25rem;font-size:1.3125rem; }
#tn7BQ6gQw2iT50MTJgwOM92IeruKMMNn > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ecBHrO0Q7drv2KWe4TzOCITOJz3vb6CL { display:flex;width:1.875rem;height:1.875rem;top:5.375rem;left:9.0625rem;font-size:1.3125rem; }
#ecBHrO0Q7drv2KWe4TzOCITOJz3vb6CL > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #pK6bhmt8KsTaNRe7KLMmdc2lx56N1BUD { display:flex;width:1.875rem;height:1.875rem;top:5.375rem;left:11.9375rem;font-size:1.3125rem; }
#pK6bhmt8KsTaNRe7KLMmdc2lx56N1BUD > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #z4QCebFCSqd8PTB4p5aFGonyfWTaM0Ig { width:20rem;height:141.67871875rem;top:10.7431625rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }