.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:218,220,221;--color-primary-1:130,138,143;--color-primary-2:5,20,31;--color-primary-3:3,10,16;--color-primary-4:1,3,5;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:165,170,175;--color-tertiary-2:105,114,121;--color-tertiary-3:63,68,73;--color-tertiary-4:5,20,31;--headlines-font-family:KIA NEW BRAND;--paragraphs-font-family:KIA NEW BRAND; }@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:rgba(var(--color-tertiary-0),1);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); }#dfO0ZDVBR3TUyDADGoHHVFdT9UeNPfoJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#dfO0ZDVBR3TUyDADGoHHVFdT9UeNPfoJ > .row .container { border-width: 0; border-radius: 0; }#dfO0ZDVBR3TUyDADGoHHVFdT9UeNPfoJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dfO0ZDVBR3TUyDADGoHHVFdT9UeNPfoJ > .row .container { font-size:0.875rem;font-family:arial;height:59.625rem;width:75rem;position:relative;display:none; }#lgiShcDGdZT8WJX8k3bc3T59QVJZpE1N { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:40.9375rem;left:0rem;height:6.5rem;font-style:normal;display:block; }
#zIlWPaaPs74F5e3arRIhKDS5K7WFmUoH { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:47.437133789062rem;left:0rem;height:3.8994125rem;display:block; }
#dI7LDTnGvwZkHydbKo9baNNvTO5kFtGJ { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size: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; }
#TPVLHbe79AHotoWQ9Hy8dcASOfEa0KlL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RFswhgQE3odArvCaTSVaWooRuSb56nct { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#RFswhgQE3odArvCaTSVaWooRuSb56nct.adaptive-delivery-prevent-bg, #RFswhgQE3odArvCaTSVaWooRuSb56nct.lazyload, #RFswhgQE3odArvCaTSVaWooRuSb56nct.lazyloading { background-image: none; }#RFswhgQE3odArvCaTSVaWooRuSb56nct > .row .container { border-width: 0; border-radius: 0; }#RFswhgQE3odArvCaTSVaWooRuSb56nct > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RFswhgQE3odArvCaTSVaWooRuSb56nct > .row .container { font-size:0.875rem;font-family:arial;height:50.6875rem;width:75rem;position:relative;display:none; }#eux6gT9qvswQJwywDKIs3KR1AlN5mGuw { color:rgba(var(--color-tertiary-0),1);display:block;width:49.75rem;position:absolute;font-family:var(--headlines-font-family);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; }
#o4BTa3Q2vvkiMGd0c8oo2DGkT85TyqiK { background-color:rgba(var(--color-secondary-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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size: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; }
#V2TBKXldKsiV7Xz3TkayNXkHaJRWmf4N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VQ4gVl4kB8pUbqMfluTogtfVOzsaEG1z { background-color:rgba(var(--color-secondary-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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size: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; }
#bLOzRlzQFRvlvB7drDA1CgMEgTJD9tLD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RJIOOS7PdNnwZeZF7X6hTkCxR4pJh5h4 { background-color:rgba(var(--color-secondary-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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size: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; }
#Fm5EzLiPc95PNBCg1z5NhzTCoq6RF8kg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JvgoF6ToaBxLaGRT2P2IZMJQSTDnFrlr { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:8.9375rem;top:3.3125rem;left:32.0625rem;overflow:hidden;display:block; }
#yEMvuQwlZuDIUhDKXdJqMV8aDBTwEErv { background-color:rgba(var(--color-secondary-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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size: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; }
#vf7AXJLya4Hh4q4QHcfLVm8TQFzumEH9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a2C9OWWwHr9U2H4Iy7SUl6rFIHD0Vmm6 { background-color:rgba(var(--color-secondary-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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size: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; }
#zymrepS7LXodvvfMXLNoS5RvfpSq9K6V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NpsmPDX1TDU12LBEESFwhQHGLNGgcJSA { background-color:rgba(var(--color-secondary-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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size: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; }
#PsnE5OGCbH6b3hQspbUT48hOzfGZ0NhF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PVpMzSig1voiv0TLvEw0SvIt2P8SPzEb { position:relative;display:block; }#PVpMzSig1voiv0TLvEw0SvIt2P8SPzEb { background-color: transparent; background-image: none; }#PVpMzSig1voiv0TLvEw0SvIt2P8SPzEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVpMzSig1voiv0TLvEw0SvIt2P8SPzEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVpMzSig1voiv0TLvEw0SvIt2P8SPzEb > .row .container > .video-iframe-container { display: none; }#PVpMzSig1voiv0TLvEw0SvIt2P8SPzEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVpMzSig1voiv0TLvEw0SvIt2P8SPzEb > .row > .video-iframe-container { display: none; }#PVpMzSig1voiv0TLvEw0SvIt2P8SPzEb > .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); }#PVpMzSig1voiv0TLvEw0SvIt2P8SPzEb { border-width: 0; border-radius: 0; }#PVpMzSig1voiv0TLvEw0SvIt2P8SPzEb > .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; }#PVpMzSig1voiv0TLvEw0SvIt2P8SPzEb > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.9375rem;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; }#XKofeoCPu7x5inbBecLnthwXFlH8BcEz { 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.625rem;width:7.3125rem;top:2.5625rem;left:33.84375rem;overflow:hidden;display:block; }
#gCEVAPSoNK6QuKKWaRihTik5D81kleIv { position:relative;display:block; }#gCEVAPSoNK6QuKKWaRihTik5D81kleIv { background-color: transparent; background-image: none; }#gCEVAPSoNK6QuKKWaRihTik5D81kleIv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCEVAPSoNK6QuKKWaRihTik5D81kleIv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCEVAPSoNK6QuKKWaRihTik5D81kleIv > .row .container > .video-iframe-container { display: none; }#gCEVAPSoNK6QuKKWaRihTik5D81kleIv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCEVAPSoNK6QuKKWaRihTik5D81kleIv > .row > .video-iframe-container { display: none; }#gCEVAPSoNK6QuKKWaRihTik5D81kleIv > .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); }#gCEVAPSoNK6QuKKWaRihTik5D81kleIv { border-width: 0; border-radius: 0; }#gCEVAPSoNK6QuKKWaRihTik5D81kleIv > .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; }#gCEVAPSoNK6QuKKWaRihTik5D81kleIv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/628c76d2-2c64-400f-8e29-5ec8563b7ca2/KiaPV51920x1080.svg");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:30rem;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; }#gCEVAPSoNK6QuKKWaRihTik5D81kleIv > .row .container.adaptive-delivery-prevent-bg, #gCEVAPSoNK6QuKKWaRihTik5D81kleIv > .row .container.lazyload, #gCEVAPSoNK6QuKKWaRihTik5D81kleIv > .row .container.lazyloading { background-image: none; }#HRR0OFTcnxxRWFG9VmUk7FITTonDeyw7 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6875rem;left:2.75rem;height:10.2363375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K3umW0eAm2RdfzCP8ux9tZpuZVRcu89X { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:14.9375rem;left:2.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FimWpGT7cpbIRq9CKTBXnlbq2ViSCQow { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:23.1875rem;left:2.75rem;display:block; }
#h6bHUZRNRWA43mSVWOREO0T4z2EV2Txx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTXag1rsPahJRTJtbDxMoWfVuvgVWZ92 { position:relative;display:block; }#sTXag1rsPahJRTJtbDxMoWfVuvgVWZ92 { background-color: transparent; background-image: none; }#sTXag1rsPahJRTJtbDxMoWfVuvgVWZ92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTXag1rsPahJRTJtbDxMoWfVuvgVWZ92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTXag1rsPahJRTJtbDxMoWfVuvgVWZ92 > .row .container > .video-iframe-container { display: none; }#sTXag1rsPahJRTJtbDxMoWfVuvgVWZ92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTXag1rsPahJRTJtbDxMoWfVuvgVWZ92 > .row > .video-iframe-container { display: none; }#sTXag1rsPahJRTJtbDxMoWfVuvgVWZ92 > .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); }#sTXag1rsPahJRTJtbDxMoWfVuvgVWZ92 { border-width: 0; border-radius: 0; }#sTXag1rsPahJRTJtbDxMoWfVuvgVWZ92 > .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; }#sTXag1rsPahJRTJtbDxMoWfVuvgVWZ92 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.6875rem;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; }#EsmIAl2I0D3tSZI1N34EWHqpd3x1tePC { color:rgba(var(--color-tertiary-4),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ABeTiZq3v1cSV4NZJNnvJcKFCqrXZGGy { color:rgba(var(--color-tertiary-4),1);display:block;width:60.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tFUoQ0SUMyyQKfconHguI3LJzuHJgF76 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:56.1875rem;top:18.84375rem;left:0rem;overflow:hidden;display:block; }
#iB1Z93IZ48MgKvwowDbVoITLIb6OAvkk { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:28.5625rem;width:27.3125rem;display:none; }
#QBpfotX3ooazhPGpryu1afP27TEG73xI { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:28.53125rem;left:0rem;display:none; }
#xSUtTP9atCme4wHrd2ADg8TbqdCu51fi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HqCRyI1lGZwdJFfmOQCVeIvb835QBvB5 { position:relative;display:block; }#HqCRyI1lGZwdJFfmOQCVeIvb835QBvB5 { background-color: transparent; background-image: none; }#HqCRyI1lGZwdJFfmOQCVeIvb835QBvB5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqCRyI1lGZwdJFfmOQCVeIvb835QBvB5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqCRyI1lGZwdJFfmOQCVeIvb835QBvB5 > .row .container > .video-iframe-container { display: none; }#HqCRyI1lGZwdJFfmOQCVeIvb835QBvB5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqCRyI1lGZwdJFfmOQCVeIvb835QBvB5 > .row > .video-iframe-container { display: none; }#HqCRyI1lGZwdJFfmOQCVeIvb835QBvB5 > .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); }#HqCRyI1lGZwdJFfmOQCVeIvb835QBvB5 { border-width: 0; border-radius: 0; }#HqCRyI1lGZwdJFfmOQCVeIvb835QBvB5 > .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; }#HqCRyI1lGZwdJFfmOQCVeIvb835QBvB5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.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; }#w4DXKtqCbVdIZqWDVnHKCSA1Kt6vJAWV { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:2.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#LCO17a3MrJkcfJiKLbz5tOHKJ4VwmUHi { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:2.84375rem;height:2.35595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uh2Pd0M8ZPTDO1UVEsdBL44h2mhEcwnl { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:27.3125rem;top:3.71875rem;left:0rem;overflow:hidden;display:block; }
#Qx17Mm6CUVFGkAecSbpba7nR8TwB2aH9 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:59.4375rem;top:21.625rem;left:0rem;overflow:hidden;display:block; }
#sszQQNOEhGfWBHc2ZgAweV7GoTBFeMc8 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:24.375rem;display:none; }
#hZ28gElQDpgzzpXc1hBbCgSRrNx2DN7d { position:relative;display:block; }#hZ28gElQDpgzzpXc1hBbCgSRrNx2DN7d { background-color: transparent; background-image: none; }#hZ28gElQDpgzzpXc1hBbCgSRrNx2DN7d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ28gElQDpgzzpXc1hBbCgSRrNx2DN7d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ28gElQDpgzzpXc1hBbCgSRrNx2DN7d > .row .container > .video-iframe-container { display: none; }#hZ28gElQDpgzzpXc1hBbCgSRrNx2DN7d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ28gElQDpgzzpXc1hBbCgSRrNx2DN7d > .row > .video-iframe-container { display: none; }#hZ28gElQDpgzzpXc1hBbCgSRrNx2DN7d > .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); }#hZ28gElQDpgzzpXc1hBbCgSRrNx2DN7d { border-width: 0; border-radius: 0; }#hZ28gElQDpgzzpXc1hBbCgSRrNx2DN7d > .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; }#hZ28gElQDpgzzpXc1hBbCgSRrNx2DN7d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a54646c3-641f-484c-bf5f-094e4b2a521c/KiaPV51920x10802.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:29.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; }#hZ28gElQDpgzzpXc1hBbCgSRrNx2DN7d > .row .container.adaptive-delivery-prevent-bg, #hZ28gElQDpgzzpXc1hBbCgSRrNx2DN7d > .row .container.lazyload, #hZ28gElQDpgzzpXc1hBbCgSRrNx2DN7d > .row .container.lazyloading { background-image: none; }#G9aJzZcF0ezshhrzfzEvTWy5ueTaHLQW { position:relative;display:none; }#G9aJzZcF0ezshhrzfzEvTWy5ueTaHLQW { border-width: 0; border-radius: 0; }#G9aJzZcF0ezshhrzfzEvTWy5ueTaHLQW > .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; }#G9aJzZcF0ezshhrzfzEvTWy5ueTaHLQW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height: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; }#poBtgRDZq5DPkeiSwUyi64xd8rMhQBbS { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:56.25rem;width:75rem;display:none; }
#epBsa8H47bf2quMRql8QIJmB8NFiCnQ4 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:56.25rem;width:75rem;display:none; }
#U7pFUrU5uTo1MolnrGcKhqXWcGLg7Hvi { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:56.25rem;width:75rem;display:none; }
#t1kIWB1UNsZTeRvp2yVyi7xqacH6A9al { position:relative;display:block; }#t1kIWB1UNsZTeRvp2yVyi7xqacH6A9al { background-color: transparent; background-image: none; }#t1kIWB1UNsZTeRvp2yVyi7xqacH6A9al::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1kIWB1UNsZTeRvp2yVyi7xqacH6A9al > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1kIWB1UNsZTeRvp2yVyi7xqacH6A9al > .row .container > .video-iframe-container { display: none; }#t1kIWB1UNsZTeRvp2yVyi7xqacH6A9al > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1kIWB1UNsZTeRvp2yVyi7xqacH6A9al > .row > .video-iframe-container { display: none; }#t1kIWB1UNsZTeRvp2yVyi7xqacH6A9al > .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); }#t1kIWB1UNsZTeRvp2yVyi7xqacH6A9al { border-width: 0; border-radius: 0; }#t1kIWB1UNsZTeRvp2yVyi7xqacH6A9al > .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; }#t1kIWB1UNsZTeRvp2yVyi7xqacH6A9al > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:44.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; }#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-form-header {  }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-regular-label { height:auto;display:block;font-family:kia;font-size:0.875rem;font-weight:bold;color:#000000;width:62.5rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .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:62.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-input-text {padding-top: 0; padding-bottom: 0;}#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .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:62.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .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:62.5rem;box-sizing:border-box;height:2.5rem;color:#d6d4d4;font-family:kia;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-input-select {padding-top: 0; padding-bottom: 0;}#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .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; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:rgba(var(--color-secondary-0),1);width:62.5rem;height:3.5625rem;font-family:var(--headlines-font-family);overflow:hidden;line-height:1.3;font-style:normal; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:kia;font-size:0.875rem; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:kia;font-size:0.875rem; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:kia;font-size:0.875rem; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:kia;font-size:0.875rem; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .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:300;color:#000000;vertical-align:top;width:61.25rem;overflow:hidden;font-style:normal;float:none; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .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; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .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;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-container:first-of-type{padding-top:0;}#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-container:last-of-type{padding-bottom:0;}#QbTl32kkxleWNAIek3eVWOKwg272Wxtd  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:62.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.3125rem;left:5rem; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:62.5rem;display:block;vertical-align:top; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-info-text { display:block;height:auto;font-family:kia;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; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd {display:block;}#QbTl32kkxleWNAIek3eVWOKwg272Wxtd { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:62.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.3125rem;left:5rem; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd #ZFR7HOrly2okzot0golMJ1u7b5bGAnlU { position:relative; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd #sMXTref85hi0p7iqKuqiTDLLHnOKXC4G { position:relative;display:none; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd #GZUEFC2Ze6hDpTWAO4acI6BXnnlZ4pS4 { position:relative; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd #wiVCsr8ZaXmlzD0gcshgFhUXyb0HXish { position:relative; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd #imwo9zC0e1nmi425vOB199OVGgW10wTE { position:relative;display:none; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd #TJRlK0tvcgqsItsiAOTDzSdqmUugEkZJ { position:relative; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd #RqFIu9IUIBixoioeFS7QnH3yvTFTkJbM { position:relative; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd #m0qBpBkapvTPzE6lL9Nckq6H9bxRe21K { position:relative;display:none; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd #GAPXFWFrO82HMhVMbdv0GVOd80udHRwd { position:relative; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd #vuMTq08ZJahfTvx8lyIBkaRdBwfVSKx2 { position:relative; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd #wiCbRrlAvqltf4BiFRqQppcbfibftCsm { position:relative;z-index:2; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd #uiTAPa5oyC0hBlIHhg45Fr1xcPxb69dI { position:relative; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd #nBsgyNWiVKEqyo3eFr2WMBeGyxDc9xSc { position:relative; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd #uW93STynSKgy0lIAEZN5TFN6pfALuXlS { position:relative;z-index:2; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd #ZtNoMZICuLTOFK4lx0wwDJWx8THTFgZJ { position:relative; }
#P3keo9EzgePTtPiuXzJvXf6KcaPAEwX9 { position:relative;display:block; }
#wW0D3hw1EeNLiC6syeQylcyi76Qry6rW { position:relative;display:block; }
#DyPVGlxpl4Av5dUf0roK8bNn1T4PQmJ5 { position:relative;display:block; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd #cS5LfPdUsIT2hsrF81h9AmKFvIMHXc7P { position:relative; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd #VLpa8EFde3TOpu2BnrTBpaZGwGMI2bN9 { position:relative; }
#Vgmxzsv9teuxG7RVe0n8F134QxnSLr41 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9375rem;left:12.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QQUfJ0Kdf1K9WRgGNwOVgN82AaRoE4xD { color:rgba(var(--color-tertiary-4),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:35.375rem;left:12.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s6WEczT8OSK2wK6ds2MoT08JdGLgDGmB { color:rgba(var(--color-tertiary-4),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:37.6875rem;left:12.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oENOze1pW1iVsmo2TLqy8M6JHaZl8tOZ { position:relative;display:none; }#oENOze1pW1iVsmo2TLqy8M6JHaZl8tOZ { border-width: 0; border-radius: 0; }#oENOze1pW1iVsmo2TLqy8M6JHaZl8tOZ > .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; }#oENOze1pW1iVsmo2TLqy8M6JHaZl8tOZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height: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; }#UCgywZvhINBzIG2QTz9Gfk9E0Dg4UUsB { color:rgba(var(--color-primary-2),1);display:block;width:45.5625rem;position:absolute;font-family:var(--headlines-font-family);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; }
#oALVsQ8Tpl6dJhpH07a7pkNGkrRo9FTe { position:relative;display:none; }#oALVsQ8Tpl6dJhpH07a7pkNGkrRo9FTe { border-width: 0; border-radius: 0; }#oALVsQ8Tpl6dJhpH07a7pkNGkrRo9FTe > .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; }#oALVsQ8Tpl6dJhpH07a7pkNGkrRo9FTe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.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:none; }#k8P2PgV6oG0mGAKwdbxcCeAeafcK6lKX { 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; }
#LLFny0SFRncnikD4CrtJOzFtfHoF79Wl { color:rgba(var(--color-primary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#IW5JkDR8DSocnnQoBG5IKVi2biERW0bE { color:rgba(var(--color-primary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#a09wQ9i8Dr6pCs4pZXq62Ttv27qya0Et { color:rgba(var(--color-primary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#BgLGwP7xGXBKBITDSuF6lqOJxUfCk0GS { color:rgba(var(--color-primary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#v2oi7z7L6kZrmGZFrzttiLbNakRTkP3H { color:rgba(var(--color-primary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#CbiNrTuSUppazIs1RrnCVKSquqlDbkxM { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size: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; }
#rw8fAK4Il4FhB4y5Edavz1Ad5tXdMSsU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GGwdko81tvCoeiXpEpaiwduBuWWZTZEK { background-color:rgba(var(--color-secondary-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:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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; }
#ZTUoX2LV1Q5DVhFfHyla36fqO7sd0nyq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uUBCM5cAWXJWB1PtBvrIqXJPeLv9dPPi { color:rgba(var(--color-primary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#c9CV2piyQnsLR6K5HI18pksave56tMDX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size: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; }
#NkSeotM8kXchvTduvD9z4A3Zfe1HXyDW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fUXfep6Gfd5AqDqdUaXAd6yxChGqeKDS { background-color:rgba(var(--color-secondary-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:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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; }
#lJbS59PTNaE9dUaqLZDF1SRgJTHAMtph { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HIVgJ4TlXF4IKdZwtAIlv60uGJJCGugE { color:rgba(var(--color-primary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#zZn99W46gge01vINHiSZIWkZgQvsCcfi { color:rgba(var(--color-primary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#TZH1yoovyZItzorhmIUWvqJEft6OT0nB { color:rgba(var(--color-primary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#dE3svlxkD91x8nlb8trSiaDoXRsti3da { color:rgba(var(--color-primary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#PAQ4vifTKGOprXEmuOyQx0LwMcDovGiW { color:rgba(var(--color-primary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#vhTFSmZWsLutiTUiR94OZFNIR13oqhBr { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size: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; }
#S4wVu3iT0PlDFnwVDt2yw1mXR4eNDRwW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UeP6R6PW8CMc4b7nvbDZ8ESPJB9SBEwQ { background-color:rgba(var(--color-secondary-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:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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; }
#Xfc7o5CH8vV4tS0Pt9hr7W1WmeEMNocz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gr5Rwo5gbr08NQUJ2fr8fQ4TpIGs8Gg5 { color:rgba(var(--color-primary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#mZLrPSFealQzsQnx5vT2hlIGNcywy63t { color:rgba(var(--color-primary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#eTrRs97qIInC4JXlzQVpT94UfSD38anv { color:rgba(var(--color-primary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#Fb9dSJc7qNec37RHfdWIXE8mJlwn0DvA { color:rgba(var(--color-primary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#hhNCc7rTnP6h0uhHdAEkFA4xX0E9xEwc { 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; }
#GMoTsPlgwe8zCfuNsteLVWgoCZ4KRhSJ { 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; }
#hmTBEN87iUmfifsLmEufq83TUMzQn0vf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#hmTBEN87iUmfifsLmEufq83TUMzQn0vf > .row .container { background-color: transparent; background-image: none; }#hmTBEN87iUmfifsLmEufq83TUMzQn0vf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmTBEN87iUmfifsLmEufq83TUMzQn0vf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmTBEN87iUmfifsLmEufq83TUMzQn0vf > .row .container > .video-iframe-container { display: none; }#hmTBEN87iUmfifsLmEufq83TUMzQn0vf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmTBEN87iUmfifsLmEufq83TUMzQn0vf > .row > .video-iframe-container { display: none; }#hmTBEN87iUmfifsLmEufq83TUMzQn0vf > .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); }#hmTBEN87iUmfifsLmEufq83TUMzQn0vf > .row .container { border-width: 0; border-radius: 0; }#hmTBEN87iUmfifsLmEufq83TUMzQn0vf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hmTBEN87iUmfifsLmEufq83TUMzQn0vf > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:block; }#IXcaryOWlii3cE0U8xbwkoW9KGMZb5JI { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:"mg electric";font-size:0.6875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.46240234375rem;left:27.6875rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gyZQTx82X0pqrp7BWPVltONeFoTcUG6Q { 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:3.5rem;width:7.375rem;top:3.75rem;left:33.8125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dfO0ZDVBR3TUyDADGoHHVFdT9UeNPfoJ { display:block; }#dfO0ZDVBR3TUyDADGoHHVFdT9UeNPfoJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgiShcDGdZT8WJX8k3bc3T59QVJZpE1N { top:40.9375rem;left:0rem;width:19.875rem;height:6.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIlWPaaPs74F5e3arRIhKDS5K7WFmUoH { top:47.375rem;left:0rem;width:15.625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI7LDTnGvwZkHydbKo9baNNvTO5kFtGJ { width:8.8125rem;height:2.9375rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPVLHbe79AHotoWQ9Hy8dcASOfEa0KlL { display:block; }
 }@media only screen and (max-width: 763px) { #RFswhgQE3odArvCaTSVaWooRuSb56nct { display:block; }#RFswhgQE3odArvCaTSVaWooRuSb56nct > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eux6gT9qvswQJwywDKIs3KR1AlN5mGuw { top:39.0625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4BTa3Q2vvkiMGd0c8oo2DGkT85TyqiK { width:5.5625rem;height:2.25rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2TBKXldKsiV7Xz3TkayNXkHaJRWmf4N { display:block; }
 }@media only screen and (max-width: 763px) { #VQ4gVl4kB8pUbqMfluTogtfVOzsaEG1z { width:4.1875rem;height:2.25rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLOzRlzQFRvlvB7drDA1CgMEgTJD9tLD { display:block; }
 }@media only screen and (max-width: 763px) { #RJIOOS7PdNnwZeZF7X6hTkCxR4pJh5h4 { width:3.625rem;height:2.25rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm5EzLiPc95PNBCg1z5NhzTCoq6RF8kg { display:block; }
 }@media only screen and (max-width: 763px) { #JvgoF6ToaBxLaGRT2P2IZMJQSTDnFrlr { top:3.3125rem;left:18.4375rem;width:8.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEMvuQwlZuDIUhDKXdJqMV8aDBTwEErv { width:5.25rem;height:2.25rem;top:3.3125rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf7AXJLya4Hh4q4QHcfLVm8TQFzumEH9 { display:block; }
 }@media only screen and (max-width: 763px) { #a2C9OWWwHr9U2H4Iy7SUl6rFIHD0Vmm6 { width:6.125rem;height:2.25rem;top:3.3125rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zymrepS7LXodvvfMXLNoS5RvfpSq9K6V { display:block; }
 }@media only screen and (max-width: 763px) { #NpsmPDX1TDU12LBEESFwhQHGLNGgcJSA { width:4.25rem;height:2.25rem;top:3.3125rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsnE5OGCbH6b3hQspbUT48hOzfGZ0NhF { display:block; }
 }@media only screen and (max-width: 763px) { #PVpMzSig1voiv0TLvEw0SvIt2P8SPzEb { display:block; }#PVpMzSig1voiv0TLvEw0SvIt2P8SPzEb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKofeoCPu7x5inbBecLnthwXFlH8BcEz { top:2.5625rem;left:20.21875rem;width:7.3125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCEVAPSoNK6QuKKWaRihTik5D81kleIv { display:block; }#gCEVAPSoNK6QuKKWaRihTik5D81kleIv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRR0OFTcnxxRWFG9VmUk7FITTonDeyw7 { top:4.6875rem;left:0rem;width:22.875rem;height:10.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3umW0eAm2RdfzCP8ux9tZpuZVRcu89X { top:14.9375rem;left:0rem;width:15.875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FimWpGT7cpbIRq9CKTBXnlbq2ViSCQow { width:21.875rem;height:3rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6bHUZRNRWA43mSVWOREO0T4z2EV2Txx { display:block; }
 }@media only screen and (max-width: 763px) { #sTXag1rsPahJRTJtbDxMoWfVuvgVWZ92 { display:block; }#sTXag1rsPahJRTJtbDxMoWfVuvgVWZ92 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsmIAl2I0D3tSZI1N34EWHqpd3x1tePC { top:13rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABeTiZq3v1cSV4NZJNnvJcKFCqrXZGGy { top:2.8125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFUoQ0SUMyyQKfconHguI3LJzuHJgF76 { top:18.8125rem;left:0rem;width:47.75rem;height:12.588153503893rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB1Z93IZ48MgKvwowDbVoITLIb6OAvkk { width:27.3125rem;height:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBpfotX3ooazhPGpryu1afP27TEG73xI { width:21.875rem;height:3rem;top:28.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSUtTP9atCme4wHrd2ADg8TbqdCu51fi { display:block; }
 }@media only screen and (max-width: 763px) { #HqCRyI1lGZwdJFfmOQCVeIvb835QBvB5 { display:block; }#HqCRyI1lGZwdJFfmOQCVeIvb835QBvB5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4DXKtqCbVdIZqWDVnHKCSA1Kt6vJAWV { top:0rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCO17a3MrJkcfJiKLbz5tOHKJ4VwmUHi { top:0rem;left:0rem;width:7.375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh2Pd0M8ZPTDO1UVEsdBL44h2mhEcwnl { top:3.6875rem;left:0rem;width:27.3125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx17Mm6CUVFGkAecSbpba7nR8TwB2aH9 { top:21.625rem;left:0rem;width:47.75rem;height:13.155099894848rem;display:block; }
 }@media only screen and (max-width: 763px) { #sszQQNOEhGfWBHc2ZgAweV7GoTBFeMc8 { width:24.375rem;height:16.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZ28gElQDpgzzpXc1hBbCgSRrNx2DN7d { display:block; }#hZ28gElQDpgzzpXc1hBbCgSRrNx2DN7d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9aJzZcF0ezshhrzfzEvTWy5ueTaHLQW { display:none; }#G9aJzZcF0ezshhrzfzEvTWy5ueTaHLQW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #poBtgRDZq5DPkeiSwUyi64xd8rMhQBbS { width:47.75rem;height:35.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #epBsa8H47bf2quMRql8QIJmB8NFiCnQ4 { width:47.75rem;height:35.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7pFUrU5uTo1MolnrGcKhqXWcGLg7Hvi { width:47.75rem;height:35.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t1kIWB1UNsZTeRvp2yVyi7xqacH6A9al { display:block; }#t1kIWB1UNsZTeRvp2yVyi7xqacH6A9al > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-input-text {padding-top: 0; padding-bottom: 0;}#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-input-select {padding-top: 0; padding-bottom: 0;}#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-checkbox-label { width:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd  { width:45.25rem;height:auto;top:10.3125rem;left:0rem; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd {display:block;}#QbTl32kkxleWNAIek3eVWOKwg272Wxtd { width:45.25rem;height:auto;top:10.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #ZFR7HOrly2okzot0golMJ1u7b5bGAnlU {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #sMXTref85hi0p7iqKuqiTDLLHnOKXC4G {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #GZUEFC2Ze6hDpTWAO4acI6BXnnlZ4pS4 {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #wiVCsr8ZaXmlzD0gcshgFhUXyb0HXish {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #imwo9zC0e1nmi425vOB199OVGgW10wTE {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #TJRlK0tvcgqsItsiAOTDzSdqmUugEkZJ {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #RqFIu9IUIBixoioeFS7QnH3yvTFTkJbM {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #m0qBpBkapvTPzE6lL9Nckq6H9bxRe21K {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #GAPXFWFrO82HMhVMbdv0GVOd80udHRwd {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #vuMTq08ZJahfTvx8lyIBkaRdBwfVSKx2 {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #wiCbRrlAvqltf4BiFRqQppcbfibftCsm {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #uiTAPa5oyC0hBlIHhg45Fr1xcPxb69dI {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #nBsgyNWiVKEqyo3eFr2WMBeGyxDc9xSc {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #uW93STynSKgy0lIAEZN5TFN6pfALuXlS {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #ZtNoMZICuLTOFK4lx0wwDJWx8THTFgZJ {  }
 }@media only screen and (max-width: 763px) { #P3keo9EzgePTtPiuXzJvXf6KcaPAEwX9 { display:block; }
 }@media only screen and (max-width: 763px) { #wW0D3hw1EeNLiC6syeQylcyi76Qry6rW { display:block; }
 }@media only screen and (max-width: 763px) { #DyPVGlxpl4Av5dUf0roK8bNn1T4PQmJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #cS5LfPdUsIT2hsrF81h9AmKFvIMHXc7P {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #VLpa8EFde3TOpu2BnrTBpaZGwGMI2bN9 {  }
 }@media only screen and (max-width: 763px) { #Vgmxzsv9teuxG7RVe0n8F134QxnSLr41 { top:4.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQUfJ0Kdf1K9WRgGNwOVgN82AaRoE4xD { top:35.375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6WEczT8OSK2wK6ds2MoT08JdGLgDGmB { top:37.6875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oENOze1pW1iVsmo2TLqy8M6JHaZl8tOZ { display:block; }#oENOze1pW1iVsmo2TLqy8M6JHaZl8tOZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCgywZvhINBzIG2QTz9Gfk9E0Dg4UUsB { 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) { #oALVsQ8Tpl6dJhpH07a7pkNGkrRo9FTe { display:block; }#oALVsQ8Tpl6dJhpH07a7pkNGkrRo9FTe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8P2PgV6oG0mGAKwdbxcCeAeafcK6lKX { top:0rem;left:0rem;width:22.5625rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLFny0SFRncnikD4CrtJOzFtfHoF79Wl { top:13.375rem;left:0rem;width:22.8125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW5JkDR8DSocnnQoBG5IKVi2biERW0bE { top:16.875rem;left:0rem;width:22.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a09wQ9i8Dr6pCs4pZXq62Ttv27qya0Et { top:18.4375rem;left:0rem;width:22.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgLGwP7xGXBKBITDSuF6lqOJxUfCk0GS { top:20.6875rem;left:0rem;width:22.8125rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2oi7z7L6kZrmGZFrzttiLbNakRTkP3H { top:26.875rem;left:0rem;width:22.8125rem;height:5.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbiNrTuSUppazIs1RrnCVKSquqlDbkxM { width:7.625rem;height:2.6875rem;top:36.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw8fAK4Il4FhB4y5Edavz1Ad5tXdMSsU { display:block; }
 }@media only screen and (max-width: 763px) { #GGwdko81tvCoeiXpEpaiwduBuWWZTZEK { width:6.25rem;height:1.375rem;top:34.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTUoX2LV1Q5DVhFfHyla36fqO7sd0nyq { display:block; }
 }@media only screen and (max-width: 763px) { #uUBCM5cAWXJWB1PtBvrIqXJPeLv9dPPi { 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) { #c9CV2piyQnsLR6K5HI18pksave56tMDX { width:7.625rem;height:2.6875rem;top:36.6875rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkSeotM8kXchvTduvD9z4A3Zfe1HXyDW { display:block; }
 }@media only screen and (max-width: 763px) { #fUXfep6Gfd5AqDqdUaXAd6yxChGqeKDS { width:6.25rem;height:1.375rem;top:34.4375rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJbS59PTNaE9dUaqLZDF1SRgJTHAMtph { display:block; }
 }@media only screen and (max-width: 763px) { #HIVgJ4TlXF4IKdZwtAIlv60uGJJCGugE { 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) { #zZn99W46gge01vINHiSZIWkZgQvsCcfi { 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) { #TZH1yoovyZItzorhmIUWvqJEft6OT0nB { top:16.9375rem;left:8.9375rem;width:22.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE3svlxkD91x8nlb8trSiaDoXRsti3da { 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) { #PAQ4vifTKGOprXEmuOyQx0LwMcDovGiW { 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) { #vhTFSmZWsLutiTUiR94OZFNIR13oqhBr { width:7.625rem;height:2.6875rem;top:36.6875rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4wVu3iT0PlDFnwVDt2yw1mXR4eNDRwW { display:block; }
 }@media only screen and (max-width: 763px) { #UeP6R6PW8CMc4b7nvbDZ8ESPJB9SBEwQ { width:6.25rem;height:1.375rem;top:34.4375rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfc7o5CH8vV4tS0Pt9hr7W1WmeEMNocz { display:block; }
 }@media only screen and (max-width: 763px) { #Gr5Rwo5gbr08NQUJ2fr8fQ4TpIGs8Gg5 { 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) { #mZLrPSFealQzsQnx5vT2hlIGNcywy63t { 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) { #eTrRs97qIInC4JXlzQVpT94UfSD38anv { top:16.9375rem;left:24.8125rem;width:22.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb9dSJc7qNec37RHfdWIXE8mJlwn0DvA { 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) { #hhNCc7rTnP6h0uhHdAEkFA4xX0E9xEwc { top:0rem;left:24.9375rem;width:22.5625rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMoTsPlgwe8zCfuNsteLVWgoCZ4KRhSJ { top:0.0625rem;left:9.1875rem;width:22.5625rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmTBEN87iUmfifsLmEufq83TUMzQn0vf { display:block; }#hmTBEN87iUmfifsLmEufq83TUMzQn0vf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXcaryOWlii3cE0U8xbwkoW9KGMZb5JI { top:10.4375rem;left:14.0625rem;width:19.625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyZQTx82X0pqrp7BWPVltONeFoTcUG6Q { top:3.75rem;left:20.1875rem;width:7.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dfO0ZDVBR3TUyDADGoHHVFdT9UeNPfoJ { 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; }#dfO0ZDVBR3TUyDADGoHHVFdT9UeNPfoJ.adaptive-delivery-prevent-bg, #dfO0ZDVBR3TUyDADGoHHVFdT9UeNPfoJ.lazyload, #dfO0ZDVBR3TUyDADGoHHVFdT9UeNPfoJ.lazyloading { background-image: none; }#dfO0ZDVBR3TUyDADGoHHVFdT9UeNPfoJ > .row .container { width:20rem;height:27.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lgiShcDGdZT8WJX8k3bc3T59QVJZpE1N { width:19.9365rem;height:2.4375rem;top:17.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIlWPaaPs74F5e3arRIhKDS5K7WFmUoH { width:9.625rem;height:2.2744125rem;top:19.937133789062rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI7LDTnGvwZkHydbKo9baNNvTO5kFtGJ { 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) { #TPVLHbe79AHotoWQ9Hy8dcASOfEa0KlL { display:block; }
 }@media only screen and (max-width: 763px) { #RFswhgQE3odArvCaTSVaWooRuSb56nct { 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; }#RFswhgQE3odArvCaTSVaWooRuSb56nct.adaptive-delivery-prevent-bg, #RFswhgQE3odArvCaTSVaWooRuSb56nct.lazyload, #RFswhgQE3odArvCaTSVaWooRuSb56nct.lazyloading { background-image: none; }#RFswhgQE3odArvCaTSVaWooRuSb56nct > .row .container { width:20rem;height:28.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eux6gT9qvswQJwywDKIs3KR1AlN5mGuw { width:19.9360625rem;height:4.875rem;top:20.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4BTa3Q2vvkiMGd0c8oo2DGkT85TyqiK { width:5.5625rem;height:2.25rem;top:3.3125rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2TBKXldKsiV7Xz3TkayNXkHaJRWmf4N { display:block; }
 }@media only screen and (max-width: 763px) { #VQ4gVl4kB8pUbqMfluTogtfVOzsaEG1z { width:4.1875rem;height:2.25rem;top:3.3125rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLOzRlzQFRvlvB7drDA1CgMEgTJD9tLD { display:block; }
 }@media only screen and (max-width: 763px) { #RJIOOS7PdNnwZeZF7X6hTkCxR4pJh5h4 { width:3.625rem;height:2.25rem;top:3.3125rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fm5EzLiPc95PNBCg1z5NhzTCoq6RF8kg { display:block; }
 }@media only screen and (max-width: 763px) { #JvgoF6ToaBxLaGRT2P2IZMJQSTDnFrlr { width:8.9375rem;height:1.8125rem;top:2.8125rem;left:4.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yEMvuQwlZuDIUhDKXdJqMV8aDBTwEErv { width:5.25rem;height:2.25rem;top:3.3125rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vf7AXJLya4Hh4q4QHcfLVm8TQFzumEH9 { display:block; }
 }@media only screen and (max-width: 763px) { #a2C9OWWwHr9U2H4Iy7SUl6rFIHD0Vmm6 { width:6.125rem;height:2.25rem;top:3.3125rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zymrepS7LXodvvfMXLNoS5RvfpSq9K6V { display:block; }
 }@media only screen and (max-width: 763px) { #NpsmPDX1TDU12LBEESFwhQHGLNGgcJSA { width:4.25rem;height:2.25rem;top:3.3125rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PsnE5OGCbH6b3hQspbUT48hOzfGZ0NhF { display:block; }
 }@media only screen and (max-width: 763px) { #PVpMzSig1voiv0TLvEw0SvIt2P8SPzEb { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#PVpMzSig1voiv0TLvEw0SvIt2P8SPzEb > .row .container { background-color: transparent; background-image: none; }#PVpMzSig1voiv0TLvEw0SvIt2P8SPzEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVpMzSig1voiv0TLvEw0SvIt2P8SPzEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVpMzSig1voiv0TLvEw0SvIt2P8SPzEb > .row .container > .video-iframe-container { display: none; }#PVpMzSig1voiv0TLvEw0SvIt2P8SPzEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVpMzSig1voiv0TLvEw0SvIt2P8SPzEb > .row > .video-iframe-container { display: none; }#PVpMzSig1voiv0TLvEw0SvIt2P8SPzEb > .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); }#PVpMzSig1voiv0TLvEw0SvIt2P8SPzEb > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKofeoCPu7x5inbBecLnthwXFlH8BcEz { width:6rem;height:1.25rem;top:1.59375rem;left:7rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gCEVAPSoNK6QuKKWaRihTik5D81kleIv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b03a2928-07fa-47eb-9556-731d0cb69692/PV5_Cargo_MY26_Beauty_34Front_CMYK.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gCEVAPSoNK6QuKKWaRihTik5D81kleIv.adaptive-delivery-prevent-bg, #gCEVAPSoNK6QuKKWaRihTik5D81kleIv.lazyload, #gCEVAPSoNK6QuKKWaRihTik5D81kleIv.lazyloading { background-image: none; }#gCEVAPSoNK6QuKKWaRihTik5D81kleIv > .row .container { background-color: transparent; background-image: none; }#gCEVAPSoNK6QuKKWaRihTik5D81kleIv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCEVAPSoNK6QuKKWaRihTik5D81kleIv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCEVAPSoNK6QuKKWaRihTik5D81kleIv > .row .container > .video-iframe-container { display: none; }#gCEVAPSoNK6QuKKWaRihTik5D81kleIv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCEVAPSoNK6QuKKWaRihTik5D81kleIv > .row > .video-iframe-container { display: none; }#gCEVAPSoNK6QuKKWaRihTik5D81kleIv > .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); }#gCEVAPSoNK6QuKKWaRihTik5D81kleIv > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRR0OFTcnxxRWFG9VmUk7FITTonDeyw7 { width:17.1875rem;height:5.3613375rem;top:19.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3umW0eAm2RdfzCP8ux9tZpuZVRcu89X { width:14.1875rem;height:1.13720625rem;top:24.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FimWpGT7cpbIRq9CKTBXnlbq2ViSCQow { width:19rem;height:2.375rem;top:27.54833984375rem;left:0rem;font-size:0.875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6bHUZRNRWA43mSVWOREO0T4z2EV2Txx { display:block; }
 }@media only screen and (max-width: 763px) { #sTXag1rsPahJRTJtbDxMoWfVuvgVWZ92 { display:block; }#sTXag1rsPahJRTJtbDxMoWfVuvgVWZ92 > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsmIAl2I0D3tSZI1N34EWHqpd3x1tePC { width:20rem;height:1.29980625rem;top:19.658203125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABeTiZq3v1cSV4NZJNnvJcKFCqrXZGGy { width:19rem;height:14.29784375rem;top:3.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFUoQ0SUMyyQKfconHguI3LJzuHJgF76 { width:20rem;height:5.2986512524085rem;top:22.9082265625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iB1Z93IZ48MgKvwowDbVoITLIb6OAvkk { top:22.8125rem;left:0rem;width:19.9375rem;height:20.875rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QBpfotX3ooazhPGpryu1afP27TEG73xI { width:19rem;height:2.375rem;top:46.21875rem;left:0.5rem;font-size:0.875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #xSUtTP9atCme4wHrd2ADg8TbqdCu51fi { display:block; }
 }@media only screen and (max-width: 763px) { #HqCRyI1lGZwdJFfmOQCVeIvb835QBvB5 { display:block; }#HqCRyI1lGZwdJFfmOQCVeIvb835QBvB5 > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4DXKtqCbVdIZqWDVnHKCSA1Kt6vJAWV { width:1.75rem;height:1.75rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCO17a3MrJkcfJiKLbz5tOHKJ4VwmUHi { width:7.375rem;height:2.35595625rem;top:0rem;left:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh2Pd0M8ZPTDO1UVEsdBL44h2mhEcwnl { width:19.9375rem;height:10.4375rem;top:4.35546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx17Mm6CUVFGkAecSbpba7nR8TwB2aH9 { width:20rem;height:5.5349248452697rem;top:20.00196875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sszQQNOEhGfWBHc2ZgAweV7GoTBFeMc8 { top:18.59375rem;left:0rem;width:20rem;height:13.6875rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hZ28gElQDpgzzpXc1hBbCgSRrNx2DN7d { display:none; }#hZ28gElQDpgzzpXc1hBbCgSRrNx2DN7d > .row .container { width:20rem;height:18.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d056f71a-559d-4913-8f6e-6917588e321a/EV4_GTL_MY26_NA_Detail_AVN_Screen_Hand_MaleTalent_rgb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#hZ28gElQDpgzzpXc1hBbCgSRrNx2DN7d > .row .container.adaptive-delivery-prevent-bg, #hZ28gElQDpgzzpXc1hBbCgSRrNx2DN7d > .row .container.lazyload, #hZ28gElQDpgzzpXc1hBbCgSRrNx2DN7d > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #G9aJzZcF0ezshhrzfzEvTWy5ueTaHLQW { display:block; }#G9aJzZcF0ezshhrzfzEvTWy5ueTaHLQW > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #poBtgRDZq5DPkeiSwUyi64xd8rMhQBbS { top:0rem;left:0rem;width:20rem;height:15rem;z-index:15000;overflow:hidden;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #epBsa8H47bf2quMRql8QIJmB8NFiCnQ4 { top:15.78125rem;left:0rem;width:20rem;height:15rem;z-index:15001;overflow:hidden;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7pFUrU5uTo1MolnrGcKhqXWcGLg7Hvi { top:31.625rem;left:0rem;width:20rem;height:15rem;z-index:15002;overflow:hidden;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1kIWB1UNsZTeRvp2yVyi7xqacH6A9al { display:block; }#t1kIWB1UNsZTeRvp2yVyi7xqacH6A9al > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-input-text {padding-top: 0; padding-bottom: 0;}#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-input-select {padding-top: 0; padding-bottom: 0;}#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;height:2.75rem;text-align:center;text-align-last:center; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd  { width:17.5rem;height:auto;top:7.69921875rem;left:0rem; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QbTl32kkxleWNAIek3eVWOKwg272Wxtd {display:block;}#QbTl32kkxleWNAIek3eVWOKwg272Wxtd { width:17.5rem;height:auto;top:7.69921875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #ZFR7HOrly2okzot0golMJ1u7b5bGAnlU {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #sMXTref85hi0p7iqKuqiTDLLHnOKXC4G {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #GZUEFC2Ze6hDpTWAO4acI6BXnnlZ4pS4 {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #wiVCsr8ZaXmlzD0gcshgFhUXyb0HXish {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #imwo9zC0e1nmi425vOB199OVGgW10wTE {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #TJRlK0tvcgqsItsiAOTDzSdqmUugEkZJ {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #RqFIu9IUIBixoioeFS7QnH3yvTFTkJbM {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #m0qBpBkapvTPzE6lL9Nckq6H9bxRe21K {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #GAPXFWFrO82HMhVMbdv0GVOd80udHRwd {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #vuMTq08ZJahfTvx8lyIBkaRdBwfVSKx2 {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #wiCbRrlAvqltf4BiFRqQppcbfibftCsm {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #uiTAPa5oyC0hBlIHhg45Fr1xcPxb69dI {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #nBsgyNWiVKEqyo3eFr2WMBeGyxDc9xSc {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #uW93STynSKgy0lIAEZN5TFN6pfALuXlS {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #ZtNoMZICuLTOFK4lx0wwDJWx8THTFgZJ {  }
 }@media only screen and (max-width: 763px) { #P3keo9EzgePTtPiuXzJvXf6KcaPAEwX9 { display:block; }
 }@media only screen and (max-width: 763px) { #wW0D3hw1EeNLiC6syeQylcyi76Qry6rW { display:block; }
 }@media only screen and (max-width: 763px) { #DyPVGlxpl4Av5dUf0roK8bNn1T4PQmJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #cS5LfPdUsIT2hsrF81h9AmKFvIMHXc7P {  }
 }@media only screen and (max-width: 763px) { #QbTl32kkxleWNAIek3eVWOKwg272Wxtd #VLpa8EFde3TOpu2BnrTBpaZGwGMI2bN9 {  }
 }@media only screen and (max-width: 763px) { #Vgmxzsv9teuxG7RVe0n8F134QxnSLr41 { width:18.125rem;height:4.548825rem;top:2.3125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQUfJ0Kdf1K9WRgGNwOVgN82AaRoE4xD { width:14.8125rem;height:2.92480625rem;top:31.4375rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6WEczT8OSK2wK6ds2MoT08JdGLgDGmB { width:16.9375rem;height:2.2744125rem;top:35rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oENOze1pW1iVsmo2TLqy8M6JHaZl8tOZ { display:none; }#oENOze1pW1iVsmo2TLqy8M6JHaZl8tOZ > .row .container { width:20rem;height:14.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UCgywZvhINBzIG2QTz9Gfk9E0Dg4UUsB { 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) { #oALVsQ8Tpl6dJhpH07a7pkNGkrRo9FTe { display:none; }#oALVsQ8Tpl6dJhpH07a7pkNGkrRo9FTe > .row .container { width:20rem;height:115.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k8P2PgV6oG0mGAKwdbxcCeAeafcK6lKX { width:19.75rem;height:11.1875rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LLFny0SFRncnikD4CrtJOzFtfHoF79Wl { 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) { #IW5JkDR8DSocnnQoBG5IKVi2biERW0bE { 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) { #a09wQ9i8Dr6pCs4pZXq62Ttv27qya0Et { 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) { #BgLGwP7xGXBKBITDSuF6lqOJxUfCk0GS { 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) { #v2oi7z7L6kZrmGZFrzttiLbNakRTkP3H { 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) { #CbiNrTuSUppazIs1RrnCVKSquqlDbkxM { 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) { #rw8fAK4Il4FhB4y5Edavz1Ad5tXdMSsU { display:block; }
 }@media only screen and (max-width: 763px) { #GGwdko81tvCoeiXpEpaiwduBuWWZTZEK { 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) { #ZTUoX2LV1Q5DVhFfHyla36fqO7sd0nyq { display:block; }
 }@media only screen and (max-width: 763px) { #uUBCM5cAWXJWB1PtBvrIqXJPeLv9dPPi { 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) { #c9CV2piyQnsLR6K5HI18pksave56tMDX { 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) { #NkSeotM8kXchvTduvD9z4A3Zfe1HXyDW { display:block; }
 }@media only screen and (max-width: 763px) { #fUXfep6Gfd5AqDqdUaXAd6yxChGqeKDS { 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) { #lJbS59PTNaE9dUaqLZDF1SRgJTHAMtph { display:block; }
 }@media only screen and (max-width: 763px) { #HIVgJ4TlXF4IKdZwtAIlv60uGJJCGugE { 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) { #zZn99W46gge01vINHiSZIWkZgQvsCcfi { 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) { #TZH1yoovyZItzorhmIUWvqJEft6OT0nB { 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) { #dE3svlxkD91x8nlb8trSiaDoXRsti3da { 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) { #PAQ4vifTKGOprXEmuOyQx0LwMcDovGiW { 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) { #vhTFSmZWsLutiTUiR94OZFNIR13oqhBr { 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) { #S4wVu3iT0PlDFnwVDt2yw1mXR4eNDRwW { display:block; }
 }@media only screen and (max-width: 763px) { #UeP6R6PW8CMc4b7nvbDZ8ESPJB9SBEwQ { 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) { #Xfc7o5CH8vV4tS0Pt9hr7W1WmeEMNocz { display:block; }
 }@media only screen and (max-width: 763px) { #Gr5Rwo5gbr08NQUJ2fr8fQ4TpIGs8Gg5 { 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) { #mZLrPSFealQzsQnx5vT2hlIGNcywy63t { 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) { #eTrRs97qIInC4JXlzQVpT94UfSD38anv { 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) { #Fb9dSJc7qNec37RHfdWIXE8mJlwn0DvA { 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) { #hhNCc7rTnP6h0uhHdAEkFA4xX0E9xEwc { width:20rem;height:11.357340720222rem;top:75.74365625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GMoTsPlgwe8zCfuNsteLVWgoCZ4KRhSJ { width:20rem;height:11.357340720222rem;top:38.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hmTBEN87iUmfifsLmEufq83TUMzQn0vf { display:block; }#hmTBEN87iUmfifsLmEufq83TUMzQn0vf > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXcaryOWlii3cE0U8xbwkoW9KGMZb5JI { width:19.625rem;height:0.6499rem;top:7.46875rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gyZQTx82X0pqrp7BWPVltONeFoTcUG6Q { width:6.0625rem;height:2.8125rem;top:3.05517578125rem;left:6.96875rem;display:block; }
 }