/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/** 1. Set default font family to sans-serif. 2. Prevent iOS and IE text size adjust after device orientation change, without disabling user zoom. */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}


/* HTML5 display definitions ========================================================================== */


/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}


/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}


/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */

audio:not([controls]) {
  display: none;
  height: 0;
}


/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */

[hidden],
template {
  display: none;
}


/* Links ========================================================================== */


/** Improve readability of focused elements when they are also in an active/hover state. */

a:active,
a:hover {
  outline: 0;
}


/* Text-level semantics ========================================================================== */


/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */

abbr[title] {
  border-bottom: 1px dotted;
}


/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */

b,
strong {
  font-weight: bold;
}


/** Address styling not present in Safari and Chrome. */

dfn {
  font-style: italic;
}


/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */

h1 {
  font-size: 2em;
  margin: .67em 0;
}


/** Address styling not present in IE 8/9. */

mark {
  color: #000;
  background: #ff0;
}


/** Address inconsistent and variable font size in all browsers. */

small {
  font-size: 80%;
}


/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */

sub,
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}


/* Embedded content ========================================================================== */


/** Remove border when inside `a` element in IE 8/9/10. */

img {
  border: 0;
}


/** Correct overflow not hidden in IE 9/10/11. */

svg:not(:root) {
  overflow: hidden;
}


/* Grouping content ========================================================================== */


/** Address margin not present in IE 8/9 and Safari. */

figure {
  margin: 1em 40px;
}


/** Contain overflow in all browsers. */

pre {
  overflow: auto;
}


/** Address odd `em`-unit font size rendering in all browsers. */

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}


/* Forms ========================================================================== */


/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */


/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  color: inherit;
  /* 1 */
}


/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */

button,
select {
  text-transform: none;
}


/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */
}


/** Re-set default cursor for disabled elements. */

button[disabled],
html input[disabled] {
  cursor: default;
}


/** Remove inner padding and border in Firefox 4+. */

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}


/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */

input {
  line-height: normal;
}


/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width.  1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}


/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}


/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */

input[type='search'] {
  box-sizing: content-box;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}


/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}


/** Define consistent border, margin, and padding. */

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: none;
}


/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */

legend {
  padding: 0;
  /* 2 */
  border: 0;
  /* 1 */
}


/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */

optgroup {
  font-weight: bold;
}


/* Tables ========================================================================== */

/*@font-face { font-family: 'kial'; font-style: normal; src: url("../../../../eut/clientlib/resources/font/kia_light.eot"); src: url("../../../../eut/clientlib/resources/font/kia_light.eot?#iefix") format("embedded-opentype"), url("../../../../eut/clientlib/resources/font/kia_light.woff") format("woff"), url("../../../../eut/clientlib/resources/font/kia_light.ttf") format("truetype"); }
@font-face { font-family: 'kiam'; font-style: normal; src: url("../../../../eut/clientlib/resources/font/kia_medium.eot"); src: url("../../../../eut/clientlib/resources/font/kia_medium.eot?#iefix") format("embedded-opentype"), url("../../../../eut/clientlib/resources/font/kia_medium.woff") format("woff"), url("../../../../eut/clientlib/resources/font/kia_medium.ttf") format("truetype"); }
@font-face { font-family: 'kiab'; font-style: normal; src: url("../../../../eut/clientlib/resources/font/kia_bold.eot"); src: url("../../../../eut/clientlib/resources/font/kia_bold.eot?#iefix") format("embedded-opentype"), url("../../../../eut/clientlib/resources/font/kia_bold.woff") format("woff"), url("../../../../eut/clientlib/resources/font/kia_bold.ttf") format("truetype"); }*/

@font-face {
  font-family: 'kial';
  font-style: normal;
  src: url("../../../../eut/clientlib/resources/font/DesignKL.eot");
  src: url("../../../../eut/clientlib/resources/font/DesignKL.eot?#iefix") format("embedded-opentype"), url("../../../../eut/clientlib/resources/font/DesignKL.woff2") format("woff2"), url("../../../../eut/clientlib/resources/font/DesignKL.woff") format("woff"), url("../../../../eut/clientlib/resources/font/DesignKL.ttf") format("truetype");
}

@font-face {
  font-family: 'kiam';
  font-style: normal;
  src: url("../../../../eut/clientlib/resources/font/DesignKM.eot");
  src: url("../../../../eut/clientlib/resources/font/DesignKM.eot?#iefix") format("embedded-opentype"), url("../../../../eut/clientlib/resources/font/DesignKM.woff2") format("woff2"), url("../../../../eut/clientlib/resources/font/DesignKM.woff") format("woff"), url("../../../../eut/clientlib/resources/font/DesignKM.ttf") format("truetype");
}

@font-face {
  font-family: 'kiab';
  font-style: normal;
  src: url("../../../../eut/clientlib/resources/font/DesignKB.eot");
  src: url("../../../../eut/clientlib/resources/font/DesignKB.eot?#iefix") format("embedded-opentype"), url("../../../../eut/clientlib/resources/font/DesignKB.woff2") format("woff2"), url("../../../../eut/clientlib/resources/font/DesignKB.woff") format("woff"), url("../../../../eut/clientlib/resources/font/DesignKB.ttf") format("truetype");
}

@font-face {
  font-family: 'NexaBold';
  font-style: normal;
  src: url("../../../../eut/clientlib/resources/font/NexaFreeBoldwebfont.eot");
  src: url("../../../../eut/clientlib/resources/font/NexaFreeBoldwebfont.eot?#iefix") format("embedded-opentype"), url("../../../../eut/clientlib/resources/font/NexaFreeBoldwebfont.woff") format("woff"), url("../../../../eut/clientlib/resources/font/NexaFreeBoldwebfont.ttf") format("truetype");
}

* {
  font-weight: normal;
  -webkit-text-size-adjust: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

/** Remove default margin. */
body {
  margin: 0;
  font: normal 15px/22px "kiam", Tahoma, sans-serif;
  color: #05141F;
  background-color: #F7F8F8;
}


/* body { font: normal 15px/22px "kiam", Tahoma, sans-serif; color: #333; background: url(../../../../../../../../content/dam/kwcms/kme/global/en/assets/static/common/bg-container.gif) 0 0 repeat; } */
/** Remove the gray background color from active links in IE 10. */

a {
  text-decoration: none;
  background-color: transparent;
  color: inherit;
}

address,
em {
  font-style: normal;
}

/** Address differences between Firefox and other browsers. */

hr {
  box-sizing: content-box;
  height: 0;
  display: none;
}


/* table */

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}


th,
td {
  word-break: break-word;
  background-clip: padding-box;
  padding: 0;
}

th.posr,
td.posr {
  position: relative;
}

caption {
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 0px;
}


/*  form */

input[type=radio],
input[type=checkbox] {
  padding: 0;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
input[type=number] {
  width: inherit;
  line-height: 30px;
  font-size: 13px;
  font-family: "kiam", sans-serif;
  border: 1px solid #CDD0D2;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 20px 0 8px;
  /* height: 28px; */
  height: 30px;
  color: #05141F;
  -webkit-appearance: none;
}

input[type=text].eut_data_right,
input[type=password].eut_data_right,
input[type=number].eut_data_right,
input[type=email].eut_data_right,
input[type=tel].eut_data_right,
input[type=number].eut_data_right,
#request_a_brochure .ng-valid.ng-touched,
#request_a_test_drive .ng-valid.ng-touched,
#business_contact_us .ng-valid.ng-touched:not(textarea),
#contact_us .ng-valid.ng-touched:not(textarea),
.eut_cmly_contactus.eut_kia_business_team>div>div>ul>li .additional_info textarea[type=textarea].eut_data_right {
  background-image: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_selected_tick.svg");
  background-size: 13px;
  background-position: calc(100% - 4px);
  background-repeat: no-repeat;
}

#eut_container #contents.testdrive,
#eut_container #contents.compareCars,
#eut_container #contents.findadealer {
  background-color: #FFFFFF;
}

input[type=text].eut_data_wrong,
input[type=password].eut_data_wrong,
input[type=number].eut_data_wrong,
input[type=email].eut_data_wrong,
input[type=email].eut_data_right.falseinput.ng-invalid-pattern,
input[type=tel].eut_data_wrong,
input[type=number].eut_data_wrong,
.eut_cmly_contactus.eut_kia_business_team>div>div>ul>li .additional_info textarea[type=textarea].eut_data_wrong,
.eut_cmly_contactus>ul>li .inputs_wrap .body>ul>li textarea.eut_invalid_comment.eut_form_textarea{
  padding-right: 20px;
  background: url("../../../../../../../../content/dam/kwcms/kme/global/en/assets/static/common/spr-form-data-check.png") right top no-repeat;
  border-color: #EA0029;
  color: #EA0029;
  background-color: #ffffff;
}

.eut_cmly_contactus.eut_kia_business_team>div>div>ul>li .additional_info textarea[type=textarea].eut_data_wrong {
  background-position: 100% 248%;
}

.eut_cmly_contactus.eut_kia_business_team>div>div>ul>li .additional_info textarea[type=textarea].eut_data_right {
  background-position: 100% -135%;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-clear,
input[type=number]::-ms-clear,
input[type=email]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear {
  display: none;
}

:-ms-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-webkit-input-placeholder {
  color: #999;
}

.eut_data_wrong:-ms-input-placeholder {
  color: #EA0029;
}

.eut_data_wrong:-moz-placeholder {
  color: #EA0029;
}

.eut_data_wrong::-webkit-input-placeholder {
  color: #EA0029;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */

button {
  width: auto;
  border: 0;
  padding: 0;
  background: none;
  font-weight: normal;
  overflow: visible;
}


textarea {
  resize: none;
  border: 1px solid #bfbfbf;
  -webkit-appearance: none;
  overflow: auto;
}


/*textarea::-webkit-scrollbar {width: 8px; height: 8px; border: 3px solid #fff; }
textarea::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 10px; background: url('../../../../eut/clientlib/css/css/resources/images/bg.png') #efefef}
textarea::-webkit-scrollbar-track {background: #efefef; -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2)}
textarea::-webkit-scrollbar-thumb {height: 50px; width: 50px; background: rgba(255,0,0,.2); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1)}*/


/* textarea::-webkit-scrollbar {width: 12px;}
textarea::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  border-radius: 10px;}
textarea::-webkit-scrollbar-thumb {background-color:#f00;border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); } */


/*::-webkit-scrollbar {
    width: 7px;
}
.eut_form_textarea::-webkit-scrollbar-track,
.test::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.eut_form_textarea::-webkit-scrollbar-thumb,
.test::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255,100,0,0.8);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
}
.eut_form_textarea::-webkit-scrollbar-thumb:window-inactive,
.test::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255,100,0,0.4);
} */

a,
img,
input,
button,
select,
textarea {
  vertical-align: baseline;
}

a:focus,
a:active,
a:hover,
button:focus,
button:active,
button:hover {
  text-decoration: underline;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  font-family: "kiab", sans-serif;
  line-height: 100%;
}

.ta_l {
  text-align: left !important;
}

.ta_r {
  text-align: right !important;
}

.fl_l {
  float: left !important;
}

.eut_ctha_l {
  text-align: left !important;
}

.eut_ctha_c {
  text-align: center !important;
}

.eut_ctha_r {
  text-align: right !important;
}

.eut_ctha_j {
  text-align: justify !important;
}

.eut_ctva_t {
  vertical-align: top !important;
}

.eut_ctva_m {
  vertical-align: middle !important;
}

.eut_ctva_b {
  vertical-align: bottom !important;
}

.txt_000 {
  color: #05141f;
}

.txt_333 {
  color: #05141f;
}

.txt_red {
  color: #05141f;
}

.txt_fff {
  color: #fff;
}

.txt_blue {
  color: #2b40bb !important;
}

.txt_green {
  color: #5d7d2b !important;
}

.txt_yellow {
  color: #f3c300 !important;
}

.txt_000 a,
.txt_333 a,
.txt_red a,
.txt_blue a,
.txt_green a,
.txt_yellow a,
.txt_fff a {
  color: inherit;
  text-decoration: underline;
  vertical-align: top;
}

.font_bold {
  font-family: "kiab", sans-serif !important;
}

.font_normal {
  font-family: "kiam", sans-serif !important;
}

.bg_white {
  background: white !important;
}

.bg_pattern {
  background: #F7F8F8 !important;
}

.bg_none {
  background: none !important;
}

.ui.bottom.red {
  background-color: #05141f !important;
}

.txt_fff.txt_shd {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}

.txt_000.txt_shd {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
}

.txt_333.txt_shd {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
}

.txt_opt {
  color: #666;
  font-size: 13px;
}
.txt_opt.opt{
  padding-bottom: 10px;
  min-width: 80px;
  text-align: center;
}

.txt_opt_title {
  margin-bottom: 10px;
}

.txt_opt a {
  vertical-align: baseline;
}

@media (max-width: 1024px) {
  .txt_fff.txt_shd {
    text-shadow: none;
  }
  .txt_000.txt_shd {
    text-shadow: none;
  }
  .txt_333.txt_shd {
    text-shadow: none;
  }
}

.txt_white_shd {
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.7) !important;
}

.txt_black_shd {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7) !important;
}

.dn {
  display: none;
}

.poss {
  position: static !important;
}


/*video::-webkit-media-controls { display:none !important; }*/


/*video::-webkit-media-controls-start-playback-button {
  display: none;
}*/

@media (max-width: 1024px) {
  .dn_mobile {
    display: none;
  }
}

@media (max-width: 1024px) {
  textarea::-webkit-scrollbar {
    width: 3px;
  }
  textarea::-webkit-scrollbar-thumb {
    background: #a9a9a9;
  }
}

.eut_lymg_txs {
  margin-top: 0 !important;
}

@media (max-width: 1024px) {
  .eut_lymg_txs {
    margin-top: 0 !important;
  }
}

.eut_lymg_ts {
  margin-top: 15px !important;
}

@media (max-width: 1024px) {
  .eut_lymg_ts {
    margin-top: 10px !important;
  }
}

.eut_lymg_tm {
  margin-top: 30px !important;
}

@media (max-width: 1024px) {
  .eut_lymg_tm {
    margin-top: 20px !important;
  }
}

.eut_lymg_tl {
  margin-top: 50px !important;
}

@media (max-width: 1024px) {
  .eut_lymg_tl {
    margin-top: 25px !important;
  }
}

.eut_lymg_txl {
  margin-top: 50px !important;
}

@media (max-width: 1024px) {
  .eut_lymg_txl {
    margin-top: 30px !important;
  }
}

.eut_lymg_t2xl {
  margin-top: 80px !important;
}

@media (max-width: 1024px) {
  .eut_lymg_t2xl {
    margin-top: 40px !important;
  }
}

.eut_lymg_bxs {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .eut_lymg_bxs {
    margin-bottom: 0 !important;
  }
}

.eut_lymg_bs {
  margin-bottom: 15px !important;
}

@media (max-width: 1024px) {
  .eut_lymg_bs {
    margin-bottom: 10px !important;
  }
}

.eut_lymg_bm {
  margin-bottom: 30px !important;
}

@media (max-width: 1024px) {
  .eut_lymg_bm {
    margin-bottom: 20px !important;
  }
}

.eut_lymg_bl {
  margin-bottom: 50px !important;
}

@media (max-width: 1024px) {
  .eut_lymg_bl {
    margin-bottom: 25px !important;
  }
}

.eut_lymg_bxl {
  margin-bottom: 50px !important;
}

@media (max-width: 1024px) {
  .eut_lymg_bxl {
    margin-bottom: 30px !important;
  }
}

.eut_lymg_b2xl {
  margin-bottom: 80px !important;
}

@media (max-width: 1024px) {
  .eut_lymg_b2xl {
    margin-bottom: 40px !important;
  }
}

.eut_lypd_txs {
  padding-top: 0 !important;
}

@media (max-width: 1024px) {
  .eut_lypd_txs {
    padding-top: 0 !important;
  }
}

.eut_lypd_ts {
  padding-top: 15px !important;
}

@media (max-width: 1024px) {
  .eut_lypd_ts {
    padding-top: 10px !important;
  }
}

.eut_lypd_tm {
  padding-top: 30px !important;
}

@media (max-width: 1024px) {
  .eut_lypd_tm {
    padding-top: 20px !important;
  }
}

.eut_lypd_tl {
  padding-top: 50px !important;
}

@media (max-width: 1024px) {
  .eut_lypd_tl {
    padding-top: 25px !important;
  }
}

.eut_lypd_txl {
  padding-top: 50px !important;
}

@media (max-width: 1024px) {
  .eut_lypd_txl {
    padding-top: 30px !important;
  }
}

.eut_lypd_t2xl {
  padding-top: 80px !important;
}

@media (max-width: 1024px) {
  .eut_lypd_t2xl {
    padding-top: 40px !important;
  }
}

.eut_lypd_bxs {
  padding-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .eut_lypd_bxs {
    padding-bottom: 0 !important;
  }
}

.eut_lypd_bs {
  padding-bottom: 15px !important;
}

@media (max-width: 1024px) {
  .eut_lypd_bs {
    padding-bottom: 0px !important;
  }
}

.eut_lypd_bm {
  padding-bottom: 30px !important;
}

@media (max-width: 1024px) {
  .eut_lypd_bm {
    padding-bottom: 20px !important;
  }
}

.eut_lypd_bl {
  padding-bottom: 50px !important;
}

@media (max-width: 1024px) {
  .eut_lypd_bl {
    padding-bottom: 25px !important;
  }
}

.eut_lypd_bxl {
  padding-bottom: 50px !important;
}

@media (max-width: 1024px) {
  .eut_lypd_bxl {
    padding-bottom: 30px !important;
  }
}

.eut_lypd_b2xl {
  padding-bottom: 80px !important;
}

@media (max-width: 1024px) {
  .eut_lypd_b2xl {
    padding-bottom: 40px !important;
  }
}

.eut_lypd_b3xl {
  padding-bottom: 100px !important;
}

@media (max-width: 1024px) {
  .eut_lypd_b3xl {
    padding-bottom: 0 !important;
  }
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.eutTabmenu {
  position: relative;
  z-index: 11;
}

.news {
  position: relative;
  z-index: 12;
}

@media (max-width: 1024px) {
  .news {
    position: relative;
    z-index: 10;
  }
}

.ix-controller.disabled {
  display: none;
}

.etu_com_enter {
  word-break: break-all !important;
}

button.eut_cmpe_btn,
a.eut_cmpe_btn,
a.eut_cmpe_btn_1,
a.eut_cmpe_btn_2,
a.eut_cmpe_btn_3 {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 3px 0 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-family: "kiab", sans-serif;
  font-size: 14px;
  color: #fff;
  background-color: #05141f;
  border: none;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}

/*homepage keyvisual button*/
button.eut_cmpe_btn:after,
a.eut_cmpe_btn:after,
a.eut_cmpe_btn_2:after,
a.eut_cmpe_btn_3:after  {
  content: '';
  background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/spr-button.png") -25px -31px no-repeat;
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-left: 10px;
}

a.eut_cmpe_btn_home {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 3px 0 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: "kiab", sans-serif;
  font-size: 14px;
  color: #05141f;
  background-color: #fff;
  border: none;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}
/*homepage keyvisual button*/

button.eut_cmpe_btn.red,
a.eut_cmpe_btn.red {
  background-color: #05141f !important;
}

button.eut_cmpe_btn.gray,
a.eut_cmpe_btn.gray {
  background-color: #05141f;
}

.eut_ctha_l a.eut_cmpe_btn.gray.small {
  background-color: #9ba1a5;
}

button.eut_cmpe_btn.light_gray,
a.eut_cmpe_btn.light_gray,
a.eut_cmpe_btn_1.light_gray,
a.eut_cmpe_btn_2.light_gray,
a.eut_cmpe_btn_3.light_gray {
  background-color: #9ba1a5;
}

a.eut_cmpe_btn.white {
	background-color: #fff;
	color: #05141f;
}

a.eut_cmpe_btn_home.white {
	background-color: #fff;
	color: #05141f;
}

a.eut_cmpe_btn_home.btn-transparent {
	background-color: transparent;
	color: #fff;
  border: solid 1px #fff
}

button.eut_cmpe_btn.gray_reverse,
a.eut_cmpe_btn.gray_reverse {
	background-color: #cdd0d2;
	color: #05141f;
}



button.eut_cmpe_btn.reverse,
a.eut_cmpe_btn.reverse {
  padding: 0 15px 0 3px;
  text-align: right;
}

button.eut_cmpe_btn.reverse:after,
a.eut_cmpe_btn.reverse:after,
a.eut_cmpe_btn_2.reverse:after,
a.eut_cmpe_btn_3.reverse:after {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  background-position: 0 -32px;
}

button.eut_cmpe_btn.large,
a.eut_cmpe_btn.large,
a.eut_cmpe_btn_2.large,
a.eut_cmpe_btn_3.large {
  height: 37px;
  line-height: 37px;
  padding-left: 20px;
  font-size: 18px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  min-width: 140px;
}

button.eut_cmpe_btn.large:after,
a.eut_cmpe_btn.large:after {
  margin-left: 15px;
  width: 31px;
  height: 31px;
  background-position: -32px 0;
}

button.eut_cmpe_btn.small,
a.eut_cmpe_btn.small,
a.eut_cmpe_btn_1.small,
a.eut_cmpe_btn_2.small,
a.eut_cmpe_btn_3.small {
  position: relative;
  height: 25px;
  line-height: 25px;
  padding-left: 12px;
  padding-right: 26px;
  font-size: 12px;
}

a.eut_cmpe_cta_text {
  font-size: 13px;
  vertical-align: top;
  margin-left: 3px;
}

.eut_form_plugin>label.eut_checkbox,
.eut_form_plugin>p.eut_txt {
  font-size: 13px;
  color: #999;
}

/*homepage keyvisual button*/
a.eut_cmpe_btn_home.homepage:last-child {
    margin-right: 0;
}

a.eut_cmpe_btn_home.homepage {
  position: relative;
  padding: 0px 20px;
  font-size: 14px;
  text-transform: none;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    a.eut_cmpe_btn_home.homepage {
        display: inline-grid;
        text-indent: 0;
        font-size: 12px;
        line-height: 14px;
        align-items: center;
        text-align: center;
        width: 176px;
        margin-right: 5px;
        padding: 6px 10px;
        height: 40px;
    }
}

button.eut_cmpe_btn.small:after,
a.eut_cmpe_btn.small:after {
  position: absolute;
  top: 50%;
  right: 12px;
  float: none;
  margin: -5px 0 0 0;
  width: 6px;
  height: 9px;
  background-position: 0 -57px;
}

button.eut_cmpe_btn.white:after,
a.eut_cmpe_btn.white:after,
button.eut_cmpe_btn.gray_reverse:after,
a.eut_cmpe_btn.gray_reverse:after {
	background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_right_black.svg") no-repeat;
	margin: -4px 0 0 0;
	background-position: 0 0;
}

button.eut_cmpe_btn.icon,
a.eut_cmpe_btn.icon {
  padding: 0 15px;
}

button.eut_cmpe_btn.icon:after,
a.eut_cmpe_btn.icon:after {
  display: none;
}

button.eut_cmpe_btn.icon>span,
a.eut_cmpe_btn.icon>span {
  display: block;
  float: left;
  background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/spr-common-large.png") 0 0 no-repeat;
}

button.eut_cmpe_btn.icon>span.configurator,
a.eut_cmpe_btn.icon>span.configurator {
  width: 16px;
  height: 16px;
  margin: 7px 8px 0 0;
  background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_config_white.svg") 0 0 no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}

button.eut_cmpe_btn.disabled,
a.eut_cmpe_btn.disabled {
  background-color: #cdd0d2;
  text-decoration: none;
}

@media (max-width: 1024px) {
  button.eut_cmpe_btn.small {
    line-height: 22px;
    padding-top: 1px;
  }
  a.eut_cmpe_btn.small {
    line-height: 22px;
    padding-top: 2px;
  }
}

@media (max-width: 1024px) {
  button.eut_cmpe_btn:after,
  a.eut_cmpe_btn:after {
    background: url("../../../../../../../../content/dam/kwcms/kme/global/en/assets/static/common/spr-button-m.png") 0 0 no-repeat;
    -webkit-background-size: 150px;
    background-size: 150px;
  }
  button.eut_cmpe_btn.reverse:after,
  a.eut_cmpe_btn.reverse:after {
    background-position: -25px 0;
  }
  button.eut_cmpe_btn.large:after,
  a.eut_cmpe_btn.large:after {
    background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/spr-button.png") 0 0 no-repeat;
  }
  button.eut_cmpe_btn.small:after,
  a.eut_cmpe_btn.small:after {
    background-position: -50px 0;
  }
  button.eut_cmpe_btn.small.white:after,
  a.eut_cmpe_btn.small.white:after {
    background-position: 0 0;
  }

  button.eut_cmpe_btn.small,
  a.eut_cmpe_btn.small {
    line-height: 25px;
    padding-top: 0;
  }
  button.eut_cmpe_btn.icon>span.configurator,
  a.eut_cmpe_btn.icon>span.configurator {
    margin-top: 7px !important;
    margin-right: 7px !important;
  }
}

button.eut_cmpe_btn_text,
a.eut_cmpe_btn_text,
a.eut_cmpe_cta_text {
  display: flex;
  font-family: "kiab", sans-serif;
  color: #05141f;
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
  padding: 0;
}

button.eut_cmpe_btn_text:before,
a.eut_cmpe_btn_text:before {
  content: '';
  display: block;
  float: left;
  margin: 5px 5px 0 0;
  background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_right_black.svg") 0 0 no-repeat; /* Rebranding - default button */
  width: 6px;
  height: 9px;
}

button.eut_cmpe_btn_text.eut_bn1:before,
a.eut_cmpe_btn_text.eut_bn1:before {
  background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_left_black.svg") 0 0 no-repeat; /* Rebranding - default button */
  width: 5px;
  height: 9px;
  margin-top: 6px;
}

@media (max-width: 1024px) {
  button.eut_cmpe_btn_text:before,
  a.eut_cmpe_btn_text:before {
    background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_right_black.svg") 0 0 no-repeat; /* Rebranding - default button */
    -webkit-background-size: 15px;
    background-size: 5px;
    margin-top: 5px;
  }
  button.eut_cmpe_btn_text.eut_bn1:before,
  a.eut_cmpe_btn_text.eut_bn1:before {
    background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_left_black.svg") 0 0 no-repeat; /* Rebranding - default button */
    -webkit-background-size: 5px;
    background-size: 5px;
  }
}

.eut_toggle_btn_wrap {
  border: 1px solid #cdd0d2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 3px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.eut_toggle_btn_wrap:after {
  display: block;
  clear: both;
  content: '';
}

.eut_toggle_btn_wrap button,
.eut_toggle_btn_wrap a {
  display: block;
  float: left;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  background: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-family: "kiab", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #9ba1a5;
}

.eut_toggle_btn_wrap button.active,
.eut_toggle_btn_wrap a.active {
  color: #fff;
  background-color: #05141f;
}

.eut_toggle_btn_wrap button.active.gray,
.eut_toggle_btn_wrap a.active.gray {
  background-color: #05141f;
}

.eut_toggle_btn_wrap.gray button.active,
.eut_toggle_btn_wrap.gray a.active {
  background-color: #05141f;
}

.eut_toggle_btn_red_gray {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #58595b;
  display: inline-block;
  vertical-align: middle;
}

.eut_toggle_btn_red_gray:after {
  display: block;
  clear: both;
  content: '';
}

.eut_toggle_btn_red_gray button,
.eut_toggle_btn_red_gray a {
  font-family: "kiab", sans-serif;
  display: block;
  float: left;
  padding: 0 17px;
  min-width: 50px;
  height: 25px;
  line-height: 25px;
  background: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.eut_toggle_btn_red_gray button.active,
.eut_toggle_btn_red_gray a.active {
  color: #fff;
  background-color: #05141f;
}

.eut_pagination {
  text-align: center;
  font-size: 0;
}

.eut_pagination li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  text-align: center;
}

.eut_pagination li a,
.eut_pagination .hidden{
  display: block;
  width: 15px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #697279;
}

.eut_pagination li a.active {
  color: #05141f;
  text-decoration: underline;
}

.eut_pagination li.prev a,
.eut_pagination li.next a {
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  height: 12px;
  margin-top: 10px;
}

.eut_pagination li.prev a {
	background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_line_prev_disabled.svg") 0 0 no-repeat;
}
.eut_pagination li.next a {
	background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_line_next_disabled.svg") 0 0 no-repeat;
}

.eut_pagination li.prev a.active {
	background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_line_prev_black.svg") 0 0 no-repeat;
}
.eut_pagination li.next a.active {
	background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_line_next_black.svg") 0 0 no-repeat;
}

.eut_pagination li.prev a.disabled,
.eut_pagination li.next a.disabled {
  cursor: default;
}

@media (max-width: 1024px) {
  .eut_pagination li{
    margin: 0 10px;
  }
}


/* button.eut_cmpe_btn.small { padding-top: 1px; line-height: 15px; } */

#eut_gnb {
  padding: 25px 0;
  height: 80px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  display: flex;
  align-items: center;
}

#eut_gnb:after {
  display: block;
  clear: both;
  content: '';
}

#eut_gnb > li {
  position: relative;
  margin: 0 10px;
}

.eut_nav_logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: -11px;
  will-change: position, top;
}

@media (min-width: 1440px) {
  #eut_gnb > li {
    height: 80px;
    display: flex;
    align-items: center;
  }

  .eut_nav_logo {
    top: 50%;
  }
}

@media (min-width: 1440px) {
  #eut_header:not(.eut_header--in-homepage) .eut_nav_logo .eut_nav_logo__whiteLogo,
  .eut_header--in-homepage.hovered .eut_nav_logo .eut_nav_logo__whiteLogo {
    display: none;
  }

  .eut_header--in-homepage:not(.hovered) .eut_nav_logo .eut_nav_logo__blackLogo {
    display: none;
  }
}

@media (max-width: 1439px) {
  #eut_header:not(.eut_header--in-homepage) .eut_nav_logo .eut_nav_logo__whiteLogo,
  .eut_header--in-homepage.search-active .eut_nav_logo .eut_nav_logo__whiteLogo,
  .eut_header--in-homepage.active .eut_nav_logo .eut_nav_logo__whiteLogo {
    display: none;
  }

  .eut_header--in-homepage:not(.active):not(.search-active) .eut_nav_logo .eut_nav_logo__blackLogo {
    display: none;
  }
}


#eut_gnb>li:first-child {
  margin-left: 0;
}

#eut_gnb>li>a:not(.ctaButton) {
  font-family: "kiab", sans-serif;
  display: inline-block;
  line-height: 17px;
  font-size: 17px;
  vertical-align: top;
  padding: 0;
  color: #05141f;
  text-decoration: none;
  position: relative;
}

@media (max-width: 1439px) {
  #eut_gnb>li>a:not(.ctaButton) {
    line-height: 47px;
    padding: 0 30px;
  }
}

@media (min-width: 1440px) {
  .eut_header--in-homepage:not(.hovered) #eut_gnb>li>a:not(.ctaButton) {
    color: #fff;
  }
}

#eut_gnb>li>a:before {
  position: absolute;
  top: -10px;
  left: -20px;
  width: 100%;
  height: 35px;
  display: inline-block;
  content: '';
  padding: 10px 20px 0 20px;
}

#eut_gnb>li>a:active,
#eut_gnb>li>a:focus {
  text-decoration: none;
}

/* S : 210205 */
#eut_gnb>li.eut_configurator>a:before {
  display: none;
}
/* E : 210205 */

#eut_gnb>li.active>a {
  text-decoration: underline;
}

#eut_gnb>li.active .eut_nav_dth2 {
  display: block;
}

#eut_gnb>li .eut_nav_dth2 {
  display: none;
  position: absolute;
  top: 80px;
  left: -20px;
  width: 240px;
  background-color: #fff;
  z-index: 2001;
}

#eut_gnb>li .eut_nav_dth2>li {
  border-top: 1px solid #dfdfdf;
  padding: 20px 20px 23px 20px;
}

#eut_gnb>li .eut_nav_dth2>li:first-child {
  border-top: none;
}

#eut_gnb>li .eut_nav_dth2>li a {
  display: block;
  font-family: "kiab", sans-serif;
  line-height: 20px;
  color: #05141f; /* Rebranding - GNB */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#eut_gnb>li .eut_nav_dth2>li a:active,
#eut_gnb>li .eut_nav_dth2>li a:focus,
#eut_gnb>li .eut_nav_dth2>li a:hover {
  text-decoration: underline;
}

#eut_gnb>li.eut_nav_newcar {
  position: static;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 {
  width: 100%;
  left: 0;
}

@media (min-width: 1440px) {
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 {
    width: calc(100% + 80px);
    left: -40px;
    top: 80px;
  }
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category {
  border-bottom: 1px solid #d3d3d3;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category:after {
  display: block;
  clear: both;
  content: '';
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li {
  float: left;
  margin-bottom: -1px;
  margin-left: 15px;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li button,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li>a {
  display: block;
  height: 50px;
  padding: 0 5px 0 30px;
  position: relative;
  border: none;
  font-size: 13px;
  line-height: 50px;
  color: #05141f;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 1440px) {
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon-medium-radio-off.svg") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li:hover a:before,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li:focus a:before,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li:active a:before,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.active a:before  {
  background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon-medium-radio-on.svg") 0 0 no-repeat;
}

.hide-before-pseudoelement:before {
  display: none !important;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.new_carbtn a {
  position: absolute;
  top: 50%;
  right: 145px;
  height: 25px;
  margin-top: -13px;
  padding: 0 25px 0 11px;
  font-size: 12px;
  color: #fff;
  line-height: 25px;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.explore_range a {
  position: absolute;
  top: 50%;
  right: 15px;
  height: 25px;
  margin-top: -13px;
  padding: 0 25px 0 11px;
  font-size: 12px;
  color: #fff;
  line-height: 25px;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.explore_range a:hover,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.explore_range a:focus {
  border-bottom: none;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li br {
  display: none;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li {
  width: 20%;
  float: left;
  position: relative;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li .eut_newcar_list_upcoming {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  height: 17px;
  line-height: 17px;
  font-family: "kiam", sans-serif;
  font-size: 10px;
  color: #fff;
  background-color: #05141f;
  text-align: center;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a {
  display: block;
  text-align: center;
  background-color: #fff;
  text-decoration: none;
  padding: 10px 1px 17px;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:hover,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:focus,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:active {
  background-color: #f7f8f8;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:hover strong,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:focus strong,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:active strong {
  text-decoration: underline;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:hover .no_data:after {
  background: none;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a img {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a strong,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a span,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a em {
  display: block;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a strong {
  margin-top: 3px;
  font-family: "kiab", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #05141f;
  word-break: break-all;
  text-transform: uppercase;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a span {
  font-family: "kiam", sans-serif;
  font-size: 13px;
  color: #37434c;
  margin-top: 5px;
  line-height: 16px;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a em {
  margin-top: 1px;
  font-family: "kiam", sans-serif;
  font-size: 12px;
  color: #05141f;
  line-height: 16px;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p {
  display: block;
  text-align: center;
  background-color: #fff;
  text-decoration: none;
  padding: 10px 1px 17px;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p strong,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p span,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p em {
  display: block;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p strong {
  margin-top: 3px;
  font-family: "kiab", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #333;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p span {
  font-family: "kiam", sans-serif;
  font-size: 13px;
  color: #333;
  margin-top: 5px;
  line-height: 16px;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p em {
  margin-top: 1px;
  font-family: "kiam", sans-serif;
  font-size: 12px;
  color: #999;
  line-height: 16px;
}
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list {
  overflow: hidden;
  cursor: default;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p em.fuel_class,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p em.fuel_emission,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p  {
  margin-top: 3px;
  font-size: 13px;
  line-height: 16px;
  color: #05141f;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a em.fuel_class,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a em.fuel_emission,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a em.fuel_consumption {
  margin-top: 3px;
  font-size: 13px;
  line-height: 16px;
  color: #05141f;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:hover em.fuel_class,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:active em.fuel_class,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:focus em.fuel_class,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:hover em.fuel_emission,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:active em.fuel_emission,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:focus em.fuel_emission,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:hover em.fuel_consumption,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:active em.fuel_consumption,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:focus em.fuel_consumption {
  text-decoration: none;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a .img_area:after,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:hover .img_area:after,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:focus .img_area:after,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:active .img_area:after {
  display: none;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a .img_area,
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p .img_area {
  margin: 0;
  height: 125px;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list_controller {
  display: none;
  text-align: center;
  font-size: 0;
  margin: 27px 0 0 0;
  padding-bottom: 15px;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list_controller li {
  display: inline-block;
  margin: 0 3px;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list_controller li a {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 8px;
  height: 8px;
  background-color: #c1c1c1;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list_controller li.active a {
  background-color: #05141f;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .txt_vat {
  position: relative;
  margin-left: 10px;
  font-size: 12px;
  color: #697279;
  padding-bottom: 45px;
  white-space: normal;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .txt_vat a {
  vertical-align: initial;
  text-decoration: underline;
}

#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .txt_vat:before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  content: ''
}

@media (max-width: 1439px) {
  #eut_gnb {
    position: relative;
  }
  #eut_gnb>li {
    margin-left: 20px;
  }
  #eut_gnb>li>a:before {
    left: -10px;
    padding: 10px 10px 0 10px;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 {
    top: 58px;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li {
    width: 25%;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p strong,
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a strong {
    margin-top: 3px;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p em,
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a em {
    margin-top: 1px;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list_controller {
    display: none;
  }
}

@media (max-width: 1439px) {
  #eut_gnb {
    padding: 0;
    height: auto;
    display: none;
    background-color: #fff;
  }
  #eut_gnb>li {
    float: none;
    margin-left: 0;
  }
  #eut_gnb>li:not(.active) {
    border-bottom: 1px solid #cdd0d2;
  }
  #eut_gnb>li>a
  {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 47px;
    line-height: 47px;
    padding-left: 10px;
    text-align: left;
    position: static;
  }
  #eut_gnb>li>a:before {
    display: none;
  }
  #eut_gnb>li>a:hover,
  #eut_gnb>li>a:focus,
  #eut_gnb>li>a:active
  {
    border-bottom: none;
  }
  #eut_gnb>li>a:after
  {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
    width: 22px;
    height: 22px;
    background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/spr-common-small.png") -175px 0 no-repeat;
    -webkit-background-size: 250px;
    background-size: 250px;
  }
  #eut_gnb>li>a.anchor_with_link:after {
    display: none;
  }
  #eut_gnb>li:hover>a,
  #eut_gnb>li.active>a
  {
    border: none;
  }
  #eut_gnb>li.active {
    background-color: #05141f;
  }
  #eut_gnb>li.active>a
  {
    color: #fff;
  }
  #eut_gnb>li.active>a:after
  {
    background-position: -200px 0;
  }
  #eut_gnb>li .eut_nav_dth2 {
    position: static;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
  }
  #eut_gnb>li .eut_nav_dth2 li {
    padding: 0;
  }
  #eut_gnb>li .eut_nav_dth2 li a {
    display: block;
    padding: 9px 30px;
    font-size: 14px;
    line-height: 19px;
  }
  #eut_gnb>li .eut_nav_dth2 li a br {
    display: none;
  }
  #eut_gnb>li .eut_nav_dth2 li:first-child {
    border-top: none;
  }
  #eut_gnb>li:last-child {
    position: relative;
  }
  #eut_gnb>li.eut_nav_newcar {
    position: relative;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 {
    padding: 0;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    border-bottom: 1px solid #cdd0d2;
    border-top: 1px solid #cdd0d2;
    white-space: nowrap;
    font-size: 0;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li {
    margin-bottom: 0;
    background: #fafafa;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    height: 40px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li:nth-child(even) {
    border-right: none;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li button,
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li>a {
    display: block;
    line-height: 39px;
    border: none;
    padding: 0;
    height: auto;
    text-align: center;
    font-family: "kiab", sans-serif;
    width: 100%;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li:hover button,
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li:focus button,
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li:active button,
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li:hover a,
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li:focus a,
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li:active a {
    color: #333;
    border: none;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.active {
    background: #fff;
    color: #05141f;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li br {
    display: block;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.explore_range {
    float: left;
    clear: left;
    background: none;
    text-align: center;
    width: 100%;
    margin-right: 2px;
    position: relative;
    top: 0;
    right: auto;
    margin-top: 0;
    padding: 13px 0;
    height: auto;
    border-right: none;
    border-bottom: none;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.explore_range .gray {
    background-color: #9ba1a5;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.new_carbtn {
    float: left;
    width: 100%;
    clear: right;
    background: none;
    text-align: center;
    margin-left: 2px;
    position: relative;
    top: 0;
    right: auto;
    margin-top: 0;
    padding: 0 0 13px 0;
    height: auto;
    border-right: none;
    border-bottom: none;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.explore_range a {
    position: relative;
    right: 0;
    display: inline-block;
    width: auto;
    height: 25px;
    margin: 0;
    line-height: 25px;
    padding: 0 25px 0 11px;
    font-size: 12px;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.new_carbtn a {
    position: relative;
    right: 0;
    display: inline-block;
    width: auto;
    height: 25px;
    margin: 0;
    line-height: 25px;
    padding: 0 25px 0 11px;
    font-size: 12px;
    color: #fff;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.explore_range:hover a,
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.explore_range a:hover {
    color: #fff;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li {
    width: 50%;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a {
    height: auto;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a strong,
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a span,
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a em {
    line-height: 100%;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a strong {
    margin-top: 9px;
    font-size: 13px;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p strong {
    font-size: 13px;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a span {
    margin-top: 8px;
    font-size: 12px;
    max-width: 93%;
    white-space: normal;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p span {
    font-size: 12px;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a em {
    margin-top: 5px;
    font-size: 11px;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p em {
    font-size: 11px;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li:nth-child(odd) .img_area {
    padding: 0 9px 0 13px;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list li:nth-child(even) .img_area {
    padding: 0 13px 0 9px;
  }
  #eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_list_controller {
    display: block;
  }
}

#eut_util {
  width: 50%; /* 210205 */
  flex-grow: 1;
  font-size: 0;
  text-align: right;
}

#eut_util .util_menu li {
  font-size: 11px;
  float: left;
  line-height: 31px;
}

#eut_util .util_menu li a {
  color: #9ba1a5;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "kiab", sans-serif;
  font-size: 10px; /* Rebranding - GNB */
}

#eut_util .util_menu li a:hover,
#eut_util .util_menu li a:active,
#eut_util .util_menu li a:focus {
  text-decoration: underline;
}

@media (min-width: 1440px) {
  #eut_util .util_menu li a:hover,
  #eut_util .util_menu li a:active,
  #eut_util .util_menu li a:focus {
    color: #ffffff;
  }
}
#eut_util .util_menu li:before {
  content: '';
  float: left;
  vertical-align: middle;
  width: 1px;
  height: 12px;
  background-color: #f7f8f8;
  opacity: 0.2;
  margin: 11px 12px 0;
}

#eut_util .util_menu li:first-child:before {
  display: none;
}

@media (max-width: 1439px) {
  #eut_util {
    display: none;
    position: static;
    width: 100%;
    background-color: #f7f8f8;
  }
  #eut_header.active #eut_util {
    display: block;
  }
  #eut_util .util_menu {
    display: block;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }

  #eut_util .util_menu li {
    padding: 0;
    display: block;
    width: 100%;
    margin: 0 -1px -1px 0;
    text-align: left;
    border-right: 1px solid #cdd0d2;
    border-bottom: 1px solid #cdd0d2;
    position: relative;
    box-sizing: border-box;
    float: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  #eut_util .util_menu li:before {
    display: none;
  }
  #eut_util .util_menu li:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    background: url(../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_right_black.svg) 0 0 no-repeat;
    width: 10px;
    height: 10px;
    background-size: 100% 100%;
    left: 30px;
    transform: translateY(-50%);
  }
  #eut_util .util_menu li a {
    font-size: 12px;
    color: #05141f;
    height: auto;
    min-height: 40px;
    line-height: 16px;
    padding: 0;
    white-space: pre-wrap;
    display: flex;
    margin-left: 45px;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }
}

.eut_util_right.logged_in,
.eut_util_right.logged_out {
  display: block;
}

.eut_util_right .util_menu.login_menu,
.eut_util_right .util_menu.logout_menu {
  display: none;
}

.eut_util_right.logged_in .util_menu.login_menu,
.eut_util_right.logged_out .util_menu.logout_menu{
  display: block;
}

.eut_util_right {
	font-size: 0;
  display: none;
}

.eut_util_right .util_menu li {
  font-size: 11px;
  float: left;
  line-height: 31px;
}

.eut_util_right .util_menu li a {
  color: #9ba1a5; /* Rebranding - GNB */
  text-decoration: none;
  font-family: "kiab", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.eut_util_right .util_menu li a:hover,
.eut_util_right .util_menu li a:active,
.eut_util_right .util_menu li a:focus {
  text-decoration: underline;
  color: #fff;
}

.eut_util_right .util_menu li:before {
  content: '';
  float: left;
  vertical-align: middle;
  width: 1px;
  height: 12px;
  background-color: #f7f8f8;
  opacity: 0.2;
  margin: 11px 15px 0;
}

.eut_util_right .util_menu li:first-child:before {
  display: none;
}

.eut_util_right .util_menu li:last-child:after {
  content: '';
  float: right;
  vertical-align: middle;
  width: 1px;
  height: 12px;
  background-color: #f7f8f8;
  opacity: 0.2;
  margin: 11px 0 0 15px;
}


@media (max-width: 1439px) {
  .eut_util_right {
    right: 179px;
  }
}

.eut_header_navigation--xl-hidden {
  display: flex;
}

.eut_header_navigation--xl-hidden .country-selector__wrapper,
.eut_header_navigation--xl-hidden .eut_util_right {
  width: 50%;
}

.eut_header_navigation--xl-hidden .country-selector__wrapper {
  background-color: #f7f8f8;
  border-bottom: 1px solid #cdd0d2;
  border-top: 1px solid #cdd0d2;
  border-right: 1px solid #cdd0d2;
}

.eut_header-xl-hidden--cta-buttons {
  display: none;
}

.eut_header-xl-hidden-cta-buttons__ctaList {
  display: flex;
  justify-content: space-evenly;
  background-color: #ffffff;
  flex-wrap: wrap;
}

@media (max-width: 1439px) {
  .eut_header-xl-hidden--cta-buttons {
    width: 100%;
    display: block;
  }

  .eut_util_right {
    position: static;
    width: 100%;
    background-color: #eaeaea;
    border-bottom: 1px solid #cfcfcf;
    display: none;
    border-top: 1px solid #cfcfcf;
  }
  .eut_util_right .util_menu {
    display: block;
  }
  .eut_util_right .util_menu li {
    padding: 0;
    display: block;
    margin: 0 -1px -1px 0;
    width: 50%;
    text-align: left;
    border-bottom: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    position: relative;
  }
  .eut_util_right .util_menu li:before {
    display: none;
  }
  .eut_util_right .util_menu li:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -3px;
    background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/spr-common-small.png") -225px 0 no-repeat;
    -webkit-background-size: 250px;
    background-size: 250px;
    width: 4px;
    height: 5px;
  }
  .eut_util_right .util_menu li a {
    font-size: 13px;
    color: #666;
    display: table-cell;
    height: 40px;
    line-height: 15px;
    padding-left: 22px;
  }
  #eut_header .eut_util_right.logged_in,
  #eut_header .eut_util_right.logged_out {
    display: none;
  }

  #eut_header.active .eut_util_right:not(.xl-only).logged_in,
  #eut_header.active .eut_util_right:not(.xl-only).logged_out {
      display: block;
  }

  #eut_header.active .eut_util_right:not(.xl-only) {
    border-top: none;
  }

  #eut_header.active .eut_util_right:not(.xl-only) .util_menu li {
    width: 100%;
    float: none;
    background-color: #f7f8f8;
    border-bottom: 1px solid #cdd0d2;
    border-top: 1px solid #cdd0d2;
    border-right: 1px solid #cdd0d2;
  }

  #eut_header.active .eut_util_right:not(.xl-only) .util_menu li a {
    display: flex;
    align-items: center;
    color: #05141f;
    padding-left: 35px;
  }

  #eut_header.active .eut_util_right:not(.xl-only) .util_menu li a img {
    display: none;
  }

  #eut_header.active .eut_util_right:not(.xl-only) .util_menu li:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    background: url(../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_right_black.svg) 0 0 no-repeat;
    width: 10px;
    height: 10px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    left: 20px;
    margin: 0;
    opacity: 1;
  }
}

.eut_util_right .util_menu li a.user img {
  max-height: 10px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 1px;
}

.eut_container-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
 }
.eut_container-loader:after {
  content: "";
  position: relative;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #05141f;
  width: 120px;
  height: 120px;
  -webkit-animation: spin-loader 2s linear infinite; /* Safari */
  animation: spin-loader 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin-loader {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin-loader {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

a.eut_cmpe_btn.icon.buy img {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 3px;
  max-width: 16px;
}

@media (max-width: 1439px) {
  .eut_configurator {
    right: 15px;
  }
  .eut_configurator a {
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    min-width: 0;
    width: 46px;
    font-size: 0;
  }
  .eut_configurator a span {
    margin: 7px 15px 0;
  }
	.eut_configurator a.eut_cmpe_btn.icon.buy {
    padding: 0 15px;
  }
}

@media (max-width: 1439px) {
  .eut_configurator {
    position: static;
    text-align: center;
    padding-top: 25px;
    background-color: #fff;
    display: none;
    width: 100%;
    white-space: nowrap;
  }
  .eut_configurator a {
    width: auto;
    padding-right: 14px;
    text-indent: 0;
    font-size: 15px;
  }
  .eut_configurator a span {
    margin-right: 3px;
  }
}

#accessbility {
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 10001;
  font-size: 15px;
  background: #454545;
  display: none;
}

#accessbility a {
  display: block;
  height: 0;
  width: 0;
  margin-bottom: -1px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  color: #fff;
}

#accessbility a:focus,
#accessbility a:active {
  height: auto;
  width: auto;
  padding: 7px 0;
  color: #fff;
}

#eut_snb {
  background-color: #05141f;
  margin-top: -3px;
}

#eut_snb .snb_inner {
  height: 49px;
  width: 940px;
  margin: 0 auto;
}

#eut_snb .snb_inner:after {
  display: block;
  clear: both;
  content: '';
}

#eut_snb .snb_inner h2,
#eut_snb .snb_inner .snb_img {
  margin: 0;
  height: 100%;
  width: 220px;
  float: left;
  line-height: 100%;
}

#eut_snb .snb_inner h2 img,
#eut_snb .snb_inner .snb_img img {
  height: 100%;
  display: block;
}

#eut_snb .snb_inner .snb_area {
  float: left;
}

#eut_snb .snb_inner .snb_area .eut_snb_opener {
  position: relative;
  display: none;
  height: 37px;
  color: #fff;
  font-family: "kiab", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  width: 100%;
  text-align: left;
}

#eut_snb .snb_inner .snb_area .eut_snb_opener:after {
  content: '';
  display: block;
  background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/spr-common-large.png") -38px 0 no-repeat;
  width: 17px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -3px;
}

#eut_snb .snb_inner .snb_area .snb_menu:after {
  display: block;
  clear: both;
  content: '';
}

#eut_snb .snb_inner .snb_area .snb_menu {
  display: flex;
  flex-direction: row;
  width: 720px;
}

#eut_snb .snb_inner .snb_area .snb_menu li {
  position: relative;
  float: none;
  padding: 0 5px;
  /* border-bottom: 4px solid #05141f; */
  margin-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#eut_snb .snb_inner .snb_area .snb_menu li:first-child {
  margin-left: 0;
}

#eut_snb .snb_inner .snb_area .snb_menu li a {
  display: block;
  color: #fff;
  height: 49px;
  font-size: 14px;
  line-height: 49px;
  white-space: nowrap;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#eut_snb .snb_inner .snb_area .snb_menu li a:hover {
  opacity: 1;
}

#eut_snb .snb_inner .snb_area .snb_menu li.active {
  /* border-bottom-color: #fff; */
}

#eut_snb .snb_inner .snb_area .snb_menu li.active a {
  opacity: 1;
  filter: alpha(opacity=100);
  font-family: "kiab", sans-serif;
}

#eut_snb .snb_inner .snb_area .snb_menu li.active:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 4px;
  background: #fff;
  content: '';
}

@media (max-width: 1024px) {
  #eut_snb .snb_inner {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #eut_snb .snb_inner h2,
  #eut_snb .snb_inner .snb_img {
    width: 140px;
    margin-right: 20px;
    padding-top: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #eut_snb .snb_inner h2 img,
  #eut_snb .snb_inner .snb_img img {
    width: 100%;
    height: 41px;
  }
  #eut_snb .snb_inner .snb_area .eut_snb_opener {
    display: none;
  }
  #eut_snb .snb_inner .snb_area .snb_menu li {
    margin-left: 16px;
  }
  #eut_snb .snb_inner .snb_area .snb_menu li a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #request_a_test_drive .list_wrap .check_submit .eut_form_plugin {
    margin-bottom: 0;
  }
  #eut_snb .snb_inner {
    display: flex;
    height: 37px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #eut_snb .snb_inner h2,
  #eut_snb .snb_inner .snb_img {
    top: 0;
    width: 175px;
    margin: 0;
    padding-top: 0;

  }
  #eut_snb .snb_inner h2 img,
  #eut_snb .snb_inner .snb_img img {
    height: 100%;
    width: 120px;
    padding-left: 30px;
  }

  #eut_snb .snb_inner .snb_img img {
    width: auto;
  }

  #eut_snb .snb_inner .snb_area .eut_snb_opener {
    display: block;
    text-decoration: none;
  }

  #eut_snb .snb_inner .snb_area {
    width: 100%;
    position: relative;
   	border-left: 1px solid rgba(247, 248, 248, 0.2);
  }


  #eut_snb .snb_inner .snb_area.active .eut_snb_opener {
    background-color: #cdd0d2;
    color: #05141f;
  }

  #eut_snb .snb_inner .snb_area .eut_snb_opener:after {
    background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/spr-common-small.png") -17px -46px no-repeat;
    -webkit-background-size: 250px;
    background-size: 250px;
  }
  #eut_snb .snb_inner .snb_area .snb_menu {
    background-color: #ffffff;
    display: none;
    position: absolute;
    top: 37px;
    right: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
  }
  #eut_snb .snb_inner .snb_area .snb_menu li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #cdd0d2;
    border-top: none;
  }
  #eut_snb .snb_inner .snb_area .snb_menu li a {
    height: 37px;
    line-height: 37px;
    color: #05141f;
    padding: 0 15px;
    opacity: 1;
  }
  #eut_snb .snb_inner .snb_area .snb_menu li.active:after {
    display: none;
  }
  #eut_snb .snb_inner .snb_area.active .eut_snb_opener:after {
    background-position: 0 -38px;
  }
  #eut_snb .snb_inner .snb_area.active .snb_menu {
    display: block;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  #eut_snb .snb_inner {
    display: flex;
    height: 37px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #eut_snb .snb_inner h2,
  #eut_snb .snb_inner .snb_img {
    top: 0;
    width: 209px;
    margin: 0;
    padding-top: 0;

  }
  #eut_snb .snb_inner h2 img,
  #eut_snb .snb_inner .snb_img img {
    height: 100%;
    width: 120px;
    padding-left: 64px;
  }

  #eut_snb .snb_inner .snb_area .eut_snb_opener {
    display: block;
    text-decoration: none;
  }

  #eut_snb .snb_inner .snb_area {
   	border-left: 1px solid rgba(247, 248, 248, 0.2);
     width: 100%;
     position: relative;
  }


  #eut_snb .snb_inner .snb_area.active .eut_snb_opener {
    background-color: #cdd0d2;
    color: #05141f;
  }

  #eut_snb .snb_inner .snb_area .eut_snb_opener:after {
    background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/spr-common-small.png") -17px -46px no-repeat;
    -webkit-background-size: 250px;
    background-size: 250px;
  }
  #eut_snb .snb_inner .snb_area .snb_menu {
    background-color: #ffffff;
    display: none;
    position: absolute;
    top: 37px;
    right: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
  }
  #eut_snb .snb_inner .snb_area .snb_menu li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #cdd0d2;
    border-top: none;
  }
  #eut_snb .snb_inner .snb_area .snb_menu li a {
    height: 37px;
    line-height: 37px;
    color: #05141f;
    padding: 0 15px;
    opacity: 1;
  }
  #eut_snb .snb_inner .snb_area .snb_menu li.active:after {
    display: none;
  }
  #eut_snb .snb_inner .snb_area.active .eut_snb_opener:after {
    background-position: 0 -38px;
  }
  #eut_snb .snb_inner .snb_area.active .snb_menu {
    display: block;
  }
  #eut_breadcrumb {
    display: block;
  }
  .sale_bar .hide_sale_bar {
    display: none;
  }
  .sale_bar .sale_in .dealer_header {
    margin:0;
    text-align: center;
  }
  .sale_bar .sale_in .sales_contact {
    margin-left: 144px;
  }
}


#eut_container #eut_breadcrumb ol li a {
  text-transform: uppercase;
  color: #05141F;
}

#eut_container #eut_breadcrumb ol li:before {
  background: url(../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon-arrow-breadcrumb-060.svg);
  width: 10px;
  height: 10px;
  margin: 2px 6px;
}

#eut_container #eut_breadcrumb ol li:last-child a {
  color: #05141f;
}

#eut_container #eut_breadcrumb ol li:first-child a {
background: url(../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon-medium-home.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 13px;
}
#eut_breadcrumb {
  height: 39px;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
}

#eut_breadcrumb ol {
  width: 940px;
  margin: 0 auto;
  padding-top: 13px;
}

#eut_breadcrumb ol:after {
  display: block;
  clear: both;
  content: '';
}

#eut_breadcrumb ol li {
  float: left;
  font-size: 14px;
  color: #333;
  font-family: "kiab", sans-serif;
  line-height: 13px;
  position: relative;
}

#eut_breadcrumb ol li a {
  display: inline-block;
  font-size: 14px;
  font-family: kiam;
  color: #666;
}

#eut_breadcrumb ol li:first-child:before {
  display: none;
}

#eut_breadcrumb ol li:first-child a {
  width: 14px;
  height: 14px;
  background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/spr-common-small.png") -150px 0 no-repeat;
  -webkit-background-size: 250px;
  background-size: 250px;
  text-indent: -9999px;
  overflow: hidden;
}

#eut_breadcrumb ol li:last-child a {
  font-family: 'kiab';
  color: #333;
}

@media (max-width: 1024px) {
  #eut_breadcrumb ol {
    width: 100%;
    max-width: 980px;
    padding: 13px 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}


.eut_nav_dim {
  position: absolute;
  display: none;
  z-index: 12;
  top: 112px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.eut_nav_dim.active {
  display: block;
}

#eut_header {
  background: #fff;
  transition: background 0.25s ease-in-out;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

/* #eut_header.eut_header--in-homepage:not(.hovered):not(.active):not(.search-active):before {
  content: '';
  display: block;
  width: 100%;
  height: 120%;
  position: absolute;
  top: 0;
  background: rgb(5,20,31);
  background: linear-gradient(180deg, rgba(0, 0, 0,0.25) 40%, rgba(5,20,31,0) 100%);
} */

/* @media (min-width: 1440px) {
  #eut_header.eut_header--in-homepage:not(.hovered):not(.active):not(.search-active):before {
    top: 32px;
  }
} */

#eut_header.eut_header--in-homepage {
  position: relative;
  z-index: 21;
}

#eut_header.eut_header--in-homepage:not(.hovered) {
  background: transparent;
  border-bottom: 1px solid #f7f8f833;
}

.eut_util {
  display: none;
}

.country-selector__wrapper {
  display: none;
  position:relative;
}

.active .country-selector__wrapper:not(.xl-only) {
  display: flex;
  align-items: center;
  position: relative;
  flex-grow: 1;
}

.active .eut_header .country-selector__wrapper:not(.xl-only) .country-list a {
  font-family: "kiab", sans-serif;
  color: #05141f;
  white-space: break-spaces;
}

.eut_header_navigation--xl-hidden .country-selector.active {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100vw;
  max-width: 600px;
  height: calc(100vh - 61px);
  overflow-y: auto;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
 .eut_header_navigation--xl-hidden .country-selector.active {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100vw;
    max-width: 600px;
    height: calc(100vh - 736px);
    overflow-y: auto;
  }

}
/*ipad pro */
@media only screen
 and (min-device-width: 1024px)
 and (max-device-width: 1366px)
 and (-webkit-min-device-pixel-ratio: 2) {

.eut_header_navigation--xl-hidden .country-selector.active {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100vw;
    max-width: 600px;
    height: calc(100vh - 737px);
    overflow-y: auto;
  }

  .eut_header ul.country-selector .country-list:not(.init-country) {
   /* width: 160px; */
   display: none;
   width:30.5%;
  }

  .eut_header ul.country-selector {
     margin-top:22px;
  }

}


/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen
 and (min-device-width: 1024px)
 and (max-device-width: 1024px)
 and (orientation: portrait)
 and (-webkit-min-device-pixel-ratio: 2) {

.eut_header_navigation--xl-hidden .country-selector.active {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100vw;
    max-width: 600px;
    height: calc(100vh - 1000px);
    overflow-y: auto;
  }

  .eut_header ul.country-selector .country-list:not(.init-country) {
   /* width: 160px; */
   display: none;
   width:30.5%;
  }

  .eut_header ul.country-selector {
     margin-top:22px;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
  .eut_header_navigation--xl-hidden .country-selector.active {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100vw;
    max-width: 600px;
    height: calc(100vh - 481px);
    overflow-y: auto;
  }
  .eut_header ul.country-selector .country-list:not(.init-country) {
   /* width: 160px; */
   display: none;
   width:30.5%;
  }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {

   .eut_header_navigation--xl-hidden .country-selector.active {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100vw;
    max-width: 600px;
    height: calc(100vh - 361px);
    overflow-y: auto;
  }
  .eut_header ul.country-selector .country-list:not(.init-country) {
   /* width: 160px; */
   display: none;
   width:45%;
  }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
   .eut_header_navigation--xl-hidden .country-selector.active {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100vw;
    max-width: 600px;
    height: calc(100vh - 84px);
    overflow-y: auto;
  }
  .eut_header ul.country-selector .country-list:not(.init-country) {
   /* width: 160px; */
   display: none;
   width:47%;
  }
}

@media only screen
    and (min-device-width: 375px)
    and (max-device-width: 667px)
    and (-webkit-min-device-pixel-ratio: 2) {

   .eut_header_navigation--xl-hidden .country-selector.active {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100vw;
    max-width: 600px;
    height: calc(100vh - 320px);
    overflow-y: auto;
  }

  .eut_header ul.country-selector .country-list:not(.init-country) {
   /* width: 160px; */
   display: none;
   width:45%;
  }

  .eut_header ul.country-selector {
     margin-top:22px;
  }
 }

#eut_header.active ul.country-selector.active .country-list {
  /* width: 100%; */
  padding-left: 0;
  background: #fff;
}

#eut_header.active ul.country-selector.active .country-list.init-country {
  position: relative;
  background: #cdd0d2;
}

#eut_header.active ul.country-selector.active .country-list.init-country:before {
  content: '';
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  left: 40px;
  top: 12px;
  cursor: pointer;
  background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_left_white.svg") 0 0 no-repeat; /* Rebranding - default button */
}
#eut_header.active span.country-list.init-country:before {
  content: '';
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  left: 32px;
  top: 7px;
  cursor: pointer;
  background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_left_white.svg") 0 0 no-repeat; /* Rebranding - default button */
}
#eut_header.active span.country-list {
   width:100%;

}

#eut_header.active span > a{
  text-align:center;
  margin-top: -13px;
}

#eut_header.active ul.country-selector.active .country-list .countryLink {
  padding-left: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 140px;
  margin: 0 auto;
}

#eut_header.active ul.country-selector.active .country-list .countryLink .countryName {
  position: static;
  margin-right: 1rem;
}

@media (min-width: 1440px) {
  .country-selector__wrapper {
    display: block;
  }

  .eut_header_utilityBar {
    height: 32px;
    display: flex;
    justify-content: space-between;
    background-color: #05141f;
  }

  .eut_util {
    display: block;
  }
}

.eut_header_navigation {
  display: flex;
}

.gnbNavigation {
  width: 100%;
  align-items: flex-start;
  position: relative;
}

#eut_header.active .gnbNavigation {
  position: static;
}

@media (min-width: 1440px) {
  .eut_header--rbr-spacing {
    padding: 0 40px;
  }
}

#eut_header .eut_header .header_logo a {
  display: block;
}

#eut_header .eut_header .header_logo a img {
  width: 100px;
  height: 25px;
}

@media (min-width: 1440px) {
  #eut_header .eut_header .header_logo a img {
    margin-top: -7px;
  }
}

#eut_header .eut_header .eut_select_language {
  display:none;
  position: absolute;
  top: 0;
  left: 0;
  color: #999;
  font-family: "kiab", sans-serif;
  font-size: 12px;
  line-height: 31px;
}

#eut_header .eut_header .eut_select_language a {
  color: #999;
  display: inline-block;
}

#eut_header .eut_header .eut_select_language a.active {
  color: #666;
}

#eut_header .eut_header .eut_select_language a+a {
  margin-left: 20px;
}

#eut_header .eut_header .eut_select_language p span {
  display: none;
}

#eut_header .eut_header .eut_gnb_opener {
  display: none;
}


.eut_header_navigation__searchButton {
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  right: 25px;
  top: 20px;
  background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_search_midnight.svg") 0 0 no-repeat;
  will-change: background;
}
.eut_header--in-homepage .eut_header_navigation__searchButton {
    background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_search_white.svg") 0 0 no-repeat;
}

@media (min-width: 767px) and (max-width: 1439px) {
  .eut_header--in-homepage .eut_header_navigation__searchButton,
  .eut_header_navigation__searchButton {
    right: 50px;
  }
}

#eut_header.search-active .eut_header_navigation__searchButton,
#eut_header.active .eut_header_navigation__searchButton,
.eut_header_navigation__searchButton:active,
.eut_header_navigation__searchButton:focus {
  background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_search_midnight.svg") 0 0 no-repeat;
}

#eut_header.search-active .eut_header_navigation__searchButton {
  background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_close_black.svg") 0 0 no-repeat;
}

@media (max-width: 1024px) {
  #eut_header .eut_header {
    width: 100%;
    max-width: 990px;
  }
  #eut_header .eut_header .header_logo {
    position: relative;
    margin: 0 20px 0 15px;
    z-index: 1;
  }
  #eut_header .eut_header .eut_select_language {
    left: 15px;
  }
}

.gnbListItem--filler {
    flex: 1;
}

@media (max-width: 1439px)  {
  #eut_header {
    /* height: 60px; */
    border-bottom-width: 3px;
    z-index: 20;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    will-change: position, width, height, top, left;
  }
  #eut_header:before {
    display: none;
  }
  #eut_header.active #eut_util,
  #eut_header.active #eut_gnb,
  #eut_header.active .eut_configurator {
    display: block;
    white-space: nowrap;
    width: auto;
  }
  #eut_header .eut_header {
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 60px;
  }
  #eut_header.search-active .eut_header,
  #eut_header.active .eut_header {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #fff;
    border-top: 1px solid #cdd0d2;
  }
  #eut_header.active .eut_header .eut_header_navigation--xl-hidden {
    min-height: 42px;
  }
  .eut_header-xl-hidden--cta-buttons {
    order: 4;
  }
  .eut_header_utilityBar {
    order: 3;
  }
  .eut_header_navigation {
    order: 2;
  }
  .eut_header_navigation--xl-hidden {
    order: 1;
  }
  #eut_header.search-active .eut_header {
    height: 60px;
    min-height: 60px;
    overflow: hidden;
  }
  #eut_header .eut_header .header_logo {
    margin: 0;
    padding: 0;
    position: relative;
    bottom: 14px;
  }
  #eut_header.active .eut_header .header_logo {
    bottom: 0;
  }

  #eut_header .eut_header .header_logo a img {
    width: 72px;
    vertical-align: top;
    height: 18px;
  }
  #eut_header.active .gnbListItem--extra-item {
    display: none;
  }
  #eut_header .eut_header .eut_gnb_opener {
    display: block;
    position: absolute;
    top: 10px;
    left: 5px;
    background-color: transparent;
    width: 46px;
    height: 38px;
  }
  .gnbListItem--filler  {
    display: none;
  }
  /* #eut_header.active .eut_header .eut_gnb_opener {
    top: 10px;
  } */
  #eut_header .eut_header .eut_gnb_opener:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 16px;
    margin: -7px 0 0 -10px;
    background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_hamburger_black.svg") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #eut_header.eut_header--in-homepage .eut_header .eut_gnb_opener:after {
    background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_hamburger_white.svg") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #eut_header.search-active .eut_header .eut_gnb_opener:after {
    background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_hamburger_black.svg") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #eut_header.active .eut_header .eut_gnb_opener:after {
    background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_close_black.svg") 0 0 no-repeat;
  }
  #eut_header .eut_header .eut_select_language {
    display: none;
    top: 3px;
    left: 70px;
  }

  #eut_header.active {
    width: 100%;
    max-width: 600px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
  }

  html.mobile-menu-active {
    overflow-y: hidden;
  }

  #eut_header.active + .sale_bar {
    margin-top: 60px;
  }

  #eut_header.active #eut_gnb > li {
    margin: 0;
  }

  #eut_header.active #eut_gnb>li>a:after {
    right: 30px;
  }

  #eut_header.active .eut_nav_logo {
    position: absolute;
    top: 35px;
  }

  #eut_header.lang #eut_util_search {
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
  }
  #eut_header.lang #eut_util_search input {
    display: none;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
  }
  #eut_header.lang #eut_util_search.active {
    width: 100%;
    background-color: #f9f9f9;
  }
  #eut_header.lang #eut_util_search.active input {
    display: inline-block;
  }
  #eut_header.lang #eut_util {
    right: 160px;
  }
}

#eut_breadcrumb .showBreadcrumbItemMobile{
    display: none;
  }

#eut_breadcrumb .hideBreadcrumbsDesktop
{
  display: none;
}

#eut_breadcrumb .showBreadcrumbsDesktop
{
  display: block;
}

@media (max-width: 767px) {
  
  #eut_breadcrumb .showBreadcrumbItemMobile{
    display: block;
  }

  #eut_breadcrumb .showBreadcrumbTooltipMobile.tooltip-visible::before{
    content: none;
  }

  #eut_breadcrumb .showBreadcrumbTooltipMobile{
        display:none;
        position: absolute;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .29);
        margin: 0 0 0 -16px;
        opacity:0;
        padding: 13px; 
        top: calc(100% + 6px); 
        width: max-content;
        z-index: 9998;
        transition: opacity 0.3s ease;
}
#eut_breadcrumb .showBreadcrumbTooltipMobile.show{
    display:block;
    opacity:1;               
}



  #eut_header .eut_header .eut_gnb_opener {
    left: 5px;
  }
}

#eut_header.t_search .eut_select_language {
  display: none;
}

#eut_header.t_search #eut_util_search {
  width: auto;
  background-color: #f9f9f9;
}

#eut_header.t_search #eut_util_search input {
  display: inline-block;
  text-indent: 0;
}

#eut_header.t_search #eut_util {
  right: 185px;
  width: 130%;
}

.sale_bar .sale_in .dealer_header span {
  padding-right: 30px;
  position: relative;
  display: inline-block;
}

.sale_bar .sale_in .dealer_header .dealer_header__logo {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 29px;
  background-color: transparent;
  overflow: hidden;
}

@media (min-width: 768px) {
  .sale_bar .sale_in .dealer_header span::after {
    position:absolute;
    right:15px;
    top:0;
    display:block;
    width:1px;
    height:13px;
    background:#f7f8f8;
    opacity: 0.2;
    content:'';
  }

  .sale_bar .sale_in .dealer_header span:last-child::after {
    content: none;
  }
}

.sale_bar {
  background-color: #05141f;
  color: #FFFFFF;
  max-width: 1920px;
  margin: 0 auto;
}

.sale_bar .sale_in {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 30px;
}

.sale_bar .sale_in.active {
  flex-direction: column;
}

.sale_bar .hide_sale_bar {
  display: none;
}

.sale_bar .sale_in  .dealer_header {
  width: 100%;
}

.sale_bar .sale_in .dealer_header {
  font-size: 15px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
}

@media (max-width: 767px) {

  .sale_bar .sale_in.active .dealer_header span {
    padding-right: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .sale_bar .sale_in {
    padding: 10px 40px;
  }

  .sale_bar .sale_in.active .dealer_header .delaer__info {
    display: flex;
    flex-direction: column;
  }

}

@media (max-width: 1024px) {

  .sale_bar .sale_in:not(.dealer--noimage):not(.active) .dealer_header .delaer__info {
    display: none;
  }

  .sale_bar .sale_in.dealer--noimage:not(.active) .dealer_header .sales-contact {
    display: none;
  }

  .sale_bar .sale_in.dealer--noimage.active .dealer_header .sales-contact {
    order: 2;
  }

  .sale_bar .sale_in.dealer--noimage:not(.active) .dealer_header .delaer__info {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
  }

  .sale_bar .sale_in.dealer--noimage .dealer_header span:last-of-type {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sale_bar .sale_in.active .dealer_header .delaer__info {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .sale_bar .sale_in.dealer--noimage.active .dealer_header .delaer__info {
    margin-top: 0;
    order: 1;
  }

  .sale_bar .sale_in::after {
    width: 12px;
    content: '';
    height: 12px;
    background: url(../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon-arrow-down-light.svg);
    position: absolute;
    right: 20px;
    margin-top: 7px;
    transition: 0.5s;
  }

  .sale_bar .sale_in.dealer--noimage::after{
    margin-top: 4px;
  }

  .sale_bar .sale_in.active::after {
    transform: rotate(180deg);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {

  .sale_bar .sale_in.dealer--noimage {
    pointer-events: none;
  }

  .sale_bar .sale_in.dealer--noimage .sales-contact a {
    pointer-events: auto;
  }

  .sale_bar .sale_in.dealer--noimage::after {
    display: none;
  }

  .sale_bar .sale_in.active .dealer_header .delaer__info {
    width: 75%;
    justify-content: center;
    padding: 0 100px;
  }

  .sale_bar .sale_in .dealer_header {
    justify-content: center;
  }

  .sale_bar .sale_in .dealer_header .dealer_header__logo{
    margin-right: 30px;
  }

  .sale_bar .sale_in .dealer_header .sales-contact{
    margin-left: 30px;
  }
  .sale_bar .sale_in.active .dealer_header span {
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  /* GNB fixed */
#eut_header.gnbSticky.fixed-header .eut_header_navigation    {
  position: fixed;
  z-index: 5000;
  width: 100%;
  top: 0;
  box-sizing: border-box;
  background: white;
}
#eut_header.gnbSticky {
  height: 111px;
}

#eut_header.gnbSticky.fixed-header.eut_header--in-homepage:not(.hovered) #eut_gnb>li>a:not(.ctaButton) {
  color: black;
}
#eut_header.gnbSticky.fixed-header.eut_header--in-homepage:not(.hovered) .eut_nav_logo .eut_nav_logo__blackLogo {
  display: unset;
}
#eut_header.fixed-header.gnbSticky:not(.eut_header--in-homepage) .eut_nav_logo .eut_nav_logo__whiteLogo, .gnbSticky.fixed-header.eut_header--in-homepage .eut_nav_logo .eut_nav_logo__whiteLogo {
  display: none;
}
/*  */


  .sale_bar .sale_in.dealer--noimage:not(.active) .dealer_header .sales-contact {
    display: flex;
    order: 4;
  }

  #eut_header {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  #eut_header.search-active .eut_header,
  #eut_header.active .eut_header {
    max-width: 100%;
  }

  #eut_header.active .eut_header {
    width: 600px;
  }

  #eut_header.active {
    flex-direction: column!important;
  }
  .sale_bar .sale_in {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  #eut_header.dealer_eut_header .eut_configurator {
    display: none;
  }
}

@media (min-width: 1025px) {

  .sale_bar .sale_in .dealer_header {
    justify-content: center;
  }

  .sale_bar .sale_in .dealer_header .dealer_header__logo {
    order: 1;
    margin-right: 75px;
  }

  .sale_bar .sale_in .dealer_header .sales-contact{
    margin-left: 75px;
    order: 3;
  }

  .sale_bar .sale_in .dealer_header .delaer__info {
    order: 2;
    display: flex;
    align-items: center;
    max-width: 50%;
    flex-wrap: wrap;
  }

}

@media (min-width: 1440px) {
  .sale_bar .sale_in {
    justify-content: center;
    padding: 8px 40px 7px 40px;
  }

  .sale_bar .sale_in .dealer_header {
    margin-bottom: 0;
  }
}


#eut_cookie_notice {
  background-color: #7e8083;
}

.H {
  position: relative;
}

.F {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;
}

#eut_cookie_notice .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  display: table;
  padding: 16px 0 15px;
}

#eut_cookie_notice .inner p {
  display: table-cell;
  font-size: 13px;
  color: #dcdcdc;
  padding: 0 10px;
  line-height: 18px;
}

#eut_cookie_notice .inner p a {
  font-family: "kiab", sans-serif;
  color: #fff;
  font-size: 12px;
  vertical-align: baseline;
}

#eut_cookie_notice .inner p a:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 9px;
  background-color: #a5a6a8;
  margin: 0 8px;
}

#eut_cookie_notice .inner p a:after {
  content: '';
  display: inline-block;
  background: url("../../../../../../../../content/dam/kwcms/kme/global/en/assets/static/common/spr-button-m.png") -50px top no-repeat;
  width: 6px;
  height: 9px;
  margin-left: 7px;
  background-size: 150px 250px;
}

#eut_cookie_notice .inner .btns {
  display: table-cell;
  width: 120px;
  vertical-align: bottom;
  text-align: right;
}

#eut_cookie_notice .inner .btns .eut_cmpe_btn {
  text-transform: none;
}

#eut_cookie_notice .inner .close {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/spr-common-large.png') no-repeat -218px -21px;
  text-indent: -9999px;
}

@media (max-width: 1024px) {
  #eut_cookie_notice .inner {
    width: 100%;
    max-width: 980px;
  }
  #eut_cookie_notice .inner p {
    padding-left: 15px;
  }
  #eut_cookie_notice .inner .btns {
    padding: 0 15px 8px 0;
  }
  #eut_cookie_notice .inner .close {
    right: 15px;
  }
}

@media (max-width: 1024px) {
  #eut_cookie_notice .inner {
    display: block;
    width: 100%;
    padding: 28px 12px 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #eut_cookie_notice .inner p {
    display: block;
    padding: 0;
  }
  #eut_cookie_notice .inner .btns {
    display: block;
    text-align: right;
    width: 100%;
    padding: 15px 0 25px 0;
  }
  #eut_cookie_notice .inner .close {
    top: 12px;
    right: 12px;
  }
}

#eut_util_search {
  height: 32px;
}

#eut_util_search.mobile-active {
  width: 100%;
  padding: 15px;
  border-top: 1px solid #cdd0d2;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
}

@media (min-width: 767px) and (max-width: 1439px) {
  #eut_util_search.mobile-active {
    padding: 15px 40px 15px 10px;
  }
}

#eut_util_search.mobile-active .u_sch_box {
  position: relative;
}

#eut_util_search.mobile-active button[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: auto;
}

#eut_util_search.mobile-active button[type="submit"]:after {
  height: 20px;
  width: 20px;
}

#eut_util_search.mobile-active #header_search_input {
  color: #05141f;
}

#eut_util_search .u_sch_box {
  height: 32px;
  box-sizing: border-box;
}

.eut_util_searchForm {
  height: 100%;
}

#eut_util_search .u_sch_box .eut_form_plugin {
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1440px) {
  #eut_util_search .u_sch_box .eut_form_plugin {
    height: 100%;
    width: 100%;
  }
  #eut_util_search .u_sch_box .eut_form_plugin:after {
    content: '';
    position: absolute;
    vertical-align: middle;
    width: 1px;
    height: 12px;
    right: 0;
    top: 0;
    background-color: #f7f8f8;
    opacity: 0.2;
    margin: 11px 0 0 0;
  }

  #eut_util_search .eut_form_plugin.focused #header_search_input {
    margin: 0 15px;
    float: none;
  }

  .eut_util_right.logged_in {
    min-width: 160px;
  }
}


#eut_util_search .u_sch_box .eut_form_plugin>label.eut_text {
  line-height: 30px;
  width: 117px;
}

#eut_util_search input {
  display: block;
  float: left;
  border: none;
  background: transparent;
  width: 107px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px 0 0;
  text-indent: 0px;
  margin-left: 10px;
  color: white
}

#eut_util_search button {
  position: relative;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  width: 24px;
  height: 24px;
  top: 6px;
  left: 16px;
  z-index: 2;
  cursor: pointer;
  will-change: float, left;
}

#eut_util_search:not(.mobile-active) .eut_form_plugin.focused button {
  float: right;
  left: -25px;
}

#eut_util_search .eut_form_plugin.focused input {
  padding-right: 30px;
  border-bottom: 1px solid #fff;
  will-change: padding-right, border-bottom;
}

#eut_util_search button:after {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 13px;
  height: 13px;
  background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_search_midnight.svg") 0 0 no-repeat;
  content: '';
}

@media (min-width: 1440px) {
  #eut_util_search button:after {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 13px;
    height: 13px;
    background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_search_white_opacity.svg") 0 0 no-repeat;
    content: '';
  }

  #eut_util_search button:hover:after,
  #eut_util_search button:active:after,
  #eut_util_search button:focus:after,
  #eut_util_search .eut_form_plugin.focused button:after {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 13px;
    height: 13px;
    background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_search_white.svg") 0 0 no-repeat;
    content: '';
  }
}

@media (max-width: 1439px) {
  #eut_util_search .u_sch_box {
    padding-left: 11px;
  }
  #eut_util_search .u_sch_box .eut_form_plugin {
    display: block;
  }
  #eut_util_search .u_sch_box .eut_form_plugin>label.eut_text {
    color: transparent;
  }
}

@media (max-width: 1439px) {
  #eut_util_search {
    position: relative;
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: none;
    display: none;
    right: 0;
    height: auto;
  }
  #eut_util_search.search-active {
    display: block;
    width: 100%;
    padding: 15px;
    position: absolute;
    left: 0;
  }
  #eut_util_search .u_sch_box {
    position: relative;
    padding-right: 39px;
    border: 1px solid #cdd0d2;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: none;
    height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #eut_util_search .u_sch_box .eut_form_plugin {
    vertical-align: middle;
    position: static;
    width: 100%;
  }
  #eut_util_search .u_sch_box .eut_form_plugin>label.eut_text {
    line-height: 34px;
    color: #666;
    padding-left: 19px;
  }
  #eut_util_search input {
    display: block !important;
    width: 100%;
    height: 34px;
    text-indent: 0 !important;
    line-height: 34px;
    margin-left: 0;
  }
  #eut_util_search button {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 7px 9px 0 0;
  }
}

#eut_footer {
  background-color: #05141f;
  border-top: 1px solid #f7f8f833;
  max-width: 1920px;
  margin: 0 auto;
}

#eut_footer .site_info_container {
    margin: 0 80px;
}

@media (max-width: 1439px) {
    #eut_footer .site_info_container {
        margin: 0 58px;
    }
}

@media (max-width: 767px) {
    #eut_footer .site_info_container {
        margin: 0 31px;
    }
}

#eut_footer .site_info {
  display: flex;
  justify-content: space-between;
}

#eut_footer .site_info ul {
  padding-bottom: 13px;
  position: relative;
}

#eut_footer .site_info ul.util_menu {
    padding-bottom: 30px;
}

#eut_footer .site_info ul.util_menu_right {
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

#eut_footer .site_info ul:after {
  display: block;
  clear: both;
  content: '';
}

#eut_footer .site_info ul li {
  float: left;
  padding: 8px 20px 10px 0;
}

#eut_footer .site_info ul li:last-child::after { display:none; }

#eut_footer .site_info ul li a,
#eut_footer .site_info ul li button {
  display: inline-block;
  font-family: "kiam", sans-serif;
  font-size: 12px;
  color: #ffffff;
}

/* Rebranding - Footer
#eut_footer .site_info ul li:first-child a {
    font-family: "kiab";
} */

#eut_footer .site_info ul li:first-child:before {
  display: none;
}

#eut_footer .site_info ul li.sitemap_btn {
  position: relative;
  margin-right: 30px;
  z-index: 0;
}

#eut_footer .site_info ul li.sitemap_btn button {
  position: relative;
  z-index: 1;
}

#eut_footer .site_info ul li.sitemap_btn:after {
  vertical-align: middle;
  content: '';
  background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/spr-common-large.png") -149px -46px no-repeat;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
}

#eut_footer .site_info ul li.sitemap_btn.active:after {
  background-position: -149px -31px;
}

#eut_footer .site_info ul li.sns {
  padding: 12px 0 0 0;
  display: flex;
}

#eut_footer .site_info ul li.sns a {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding-right: 10px;
}

#eut_footer .site_info ul li.sns a img {
  width: 100%;
}
#eut_footer .site_info ul li.sns a:hover {
    opacity: 0.7;
}

#eut_footer .site_info ul li.sns:before {
  display: none;
}

#eut_footer .info_text {
  padding: 40px 0;
  border-top: 1px solid #f7f8f833;
}

#eut_footer .info_text .inner {
  margin: 0 300px;
}
@media (max-width: 1439px) {
    #eut_footer .info_text .inner {
        margin: 0 64px;
    }
}

#eut_footer .info_text p {
  font-size: 12px;
  font-family: "kiam", sans-serif;
  color: #9ba1a5;
  line-height: 16px;
  margin-top: 13px;
}

#eut_footer .info_text p:first-child {
  margin-top: 0;
}


#eut_footer .sitemap.active {
  display: block;
}

#eut_footer .sitemap .inner {
  display: block;
  margin: 0 80px;
}

@media (max-width: 1439px) {
    #eut_footer .sitemap .inner {
        margin: 0 58px;
    }
}
@media (max-width: 767px) {
    #eut_footer .sitemap .inner {
        margin: 0 31px;
    }
}

@media (max-width: 1024px) {
    #eut_footer .sitemap .inner {
        margin: 0 64px;
        display: flex;
        flex-flow: column;
        width: auto;
        transition: .5s;
    }

    #eut_footer .sitemap.active .inner dl {
        display: flex;
        flex-flow: column;
        border-top: 1px solid #f7f8f833;
        width: auto;
        margin: 0;
    }

    #eut_footer .sitemap.active .inner dl:last-child {
        border-bottom: 1px solid #f7f8f833;
    }

    #eut_footer .sitemap.active .inner dl dt {
        margin-bottom: 0;
        line-height: 60px;
        height: 60px;
        font-size: 16px;
    }

    #eut_footer .sitemap.active .inner dl dt:after {
       width: 12px;
       content: '';
       height: 12px;
       background: url(../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon-arrow-down-light.svg);
       position: absolute;
       right: 66px;
       margin-top: 28px;
       transition: 0.5s;
    }


    #eut_footer .sitemap.active .inner dl.open dt:after {
        transform: rotate(180deg);
     }

     #eut_footer .sitemap.active .inner dl dd {
        visibility: hidden; /* visibility not display none on purpose, to transition visual */
        max-height: 0;
        margin: 0;
        padding: 0;
        transition: 0.3s max-height;
     }

     #eut_footer .sitemap.active .inner dl.open dd {
       font-size: 16px;
        visibility: visible;
        max-height: 30px;
        height: auto;
        margin-bottom: 10px;
        padding: 0;
     }


}
@media (max-width: 767px) {
    #eut_footer .sitemap .inner {
        margin: 0 31px;
    }
}

#eut_footer .sitemap .inner:after {
  display: block;
  clear: both;
  content: '';
}

#eut_footer .sitemap .inner dl {
  width: 16.66667%;
  float: left;
  margin: 0 0 24px 0;
}

#eut_footer .sitemap .inner dl dt {
  font-size: 14px;
  color: #ffffff;
  font-family: "kiab", sans-serif;
  margin-bottom: 14px;
}

#eut_footer .sitemap .inner dl dt a {
  font-size: 14px;
  color: #ffffff;
  font-family: "kiab", sans-serif;
}

#eut_footer .sitemap .inner dl dd {
  margin: 0;
  line-height: 16px;
  margin-bottom: 10px;
  font-size: 14px;
  padding-right: 10px;
}

#eut_footer .sitemap .inner dl dd a {
  font-family: "kiam", sans-serif;
  color: #ffffff;
}

#eut_footer .copyright {
  border-top: 1px solid #f7f8f833;
}

#eut_footer .copyright .inner {
  height: 48px;
  line-height: 48px;
  margin: 0 80px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1439px) {
    #eut_footer .copyright .inner {
        margin: 0 58px;
    }
}

@media (max-width: 767px) {
    #eut_footer .copyright .inner {
        margin: 0 31px;
    }
}

#eut_footer .copyright .inner p span {
  float: left;
  padding-left: 13px;
}
@media (max-width: 1024px) {
    #eut_footer .copyright .inner p span {
        padding-left: 0;
        padding-top: 20px;
    }
}

#eut_footer .copyright .inner .footerRights {
  white-space: nowrap;
  z-index: 1;
  padding-left: 40px;
}

@media (max-width: 1024px) {
    #eut_footer .copyright .inner .footerRights {
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

#eut_footer .copyright .inner br {
  display: none;
}

#eut_footer .copyright .inner p {
  font-size: 14px;
  color: #9ba1a5;
  display: flex;
  justify-content: flex-end;
}


#eut_footer .eut_select_language {
  display: none;
}

#eut_footer .f_logo {
    padding: 80px 80px 42px;
}

@media (max-width: 1439px) {
    #eut_footer .f_logo {
        padding: 58px 58px 42px;
    }
}

@media (max-width: 767px) {
    #eut_footer .f_logo {
        padding: 31px 31px 42px;
    }
}


#eut_footer .f_logo img {
    width: 100px;
    height: 25px;
}

@media (max-width: 1024px) {

  #eut_footer .site_info ul li.last {
    margin-right: 13px;
  }
  #eut_footer .site_info ul li.sitemap_btn {
    display: none;
  }
  #eut_footer .info_text {
    width: 100%;
    padding: 22px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #eut_footer .sitemap {
    display: none;
  }

  #eut_footer .info_text .inner,
  #eut_footer .copyright .inner {
    max-width: 990px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#eut_footer #eut_breadcrumb {
    background:#05141f;
    border: 0;
    height: auto;
    display: block;
}

@media (max-width: 1024px){
    #eut_footer #eut_breadcrumb {
        padding-top: 30px;
    }
}

#eut_footer #eut_breadcrumb ol {
    width: auto;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#eut_footer #eut_breadcrumb ol li:first-child a {
    background: url(../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon-home-light.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: 16px;
}

#eut_footer #eut_breadcrumb ol li a {
    color: #ffffff;
}


#eut_breadcrumb ol li:before {
    content: '';
    display: inline-block;
    float: left;
    vertical-align: top;
    margin: 0 10px;
    background: url(../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon-arrow-right-light.svg);
    width: 10px;
    height: 10px;
}

#eut_footer #eut_breadcrumb ol li:last-child a {
    color: #9ba1a5;
    font-family: "kiam";
}

@media (max-width: 1024px) {
  #eut_footer .site_info ul.util_menu {
      padding-bottom: 0;
  }
  #eut_footer .site_info {
    padding: 11px 0;
    border-bottom: none;
    flex-flow: column;
  }

  #eut_footer .site_info ul.util_menu_right {
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 20px;
  }

  #eut_footer .site_info ul li {
    padding: 5px;
    margin: 3px 0 0 0;
    line-height: 16px;
  }
  #eut_footer .site_info ul li:before {
    display: none;
  }

  #eut_footer .site_info ul li.sns {
    float: none;
    clear: left;
    padding: 10px 0 20px;
  }
  #eut_footer .site_info ul li.sns:after {
    display: none;
  }
  #eut_footer .site_info ul li.last:after {
    display: none;
  }
  #eut_footer .info_text {
    padding-bottom: 0;
    border-bottom: none;
  }
  #eut_footer .info_text .inner {
    padding: 0 10px;
  }
  #eut_footer .info_text p {
    padding-bottom: 22px;
  }

  #eut_footer .copyright:after {
    height: 29px;
  }
  #eut_footer .copyright .inner {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    line-height: 20px;
    height: auto;

  }
  #eut_footer .copyright .inner p {
    display: flex;
    flex-direction: column;
    line-height: 15px;
    position: relative;
  }
  #eut_footer .copyright .inner .f_logo {
    bottom: -29px;
  }
  #eut_footer .copyright .inner .f_logo img {
    height: 66px;
  }
  #eut_footer .eut_select_language {
    display: block;
    position: relative;
    margin-top: -11px;
    background-color: #e4e5e6;
    padding: 0 10px;
  }
  #eut_footer .eut_select_language p {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 11px;
    color: #ffffff;
    font-size: 0;
  }
  #eut_footer .eut_select_language p span {
    display: inline-block;
    font-size: 12px;
    margin-right: 7px;
    vertical-align: middle;
  }
  #eut_footer .eut_select_language p a {
    display: inline-block;
    color: #ffffff;
    margin-right: 15px;
    font-size: 12px;
    vertical-align: middle;
  }
  #eut_footer .eut_select_language p a.active {
    font-family: "kiab", sans-serif;
  }
}

#contents.main {
  position: relative;
}

#contents.main .mainBase:not(:first-child) > div{
  display: none;
}

#contents.main .eut_main_type1 {
  position: relative;
  overflow: hidden;
  height: 768px;
}

#contents.main .eut_main_type1 .key_visual {
  width: 52%;
  height: 786px;
  margin-left: 16%;
  overflow: hidden;
  position: relative;
}

#contents.main .eut_main_type1 .key_visual>a {
  display: block;
  height: 100%;
}

#contents.main .eut_main_type1 .key_visual .img_wrap img {
  position: absolute;
  top: 0;
  left: 50%;
  margin: -275px 0 0 -1190px;
  display: block;
}

#contents.main .eut_main_type1 .key_visual .text_wrap {
  position: absolute;
  top: 52px;
  left: 50px;
  width: 70%;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .title {
  font-size: 55px;
  font-family: "kiab", sans-serif;
  line-height: 55px;
  color: #000;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .title.white_c {
  color: #fff;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .title.sub_c {
  color: #05141F;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .title.text_c_lighter {
  color: #999;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .sub_title {
  font-size: 24px;
  line-height: 24px;
  color: #000;
  margin-top: 9px;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .sub_title.white_c {
  color: #fff;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .sub_title.sub_c {
  color: #333;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .sub_title.text_c_lighter {
  color: #999;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .text {
  display: none;
  margin-top: 15px;
  font-size: 14px;
  color: #555;
  line-height: 18px;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .text.white_c {
  color: #fff;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .text.sub_c {
  color: #333;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .text.text_c_lighter {
  color: #999;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .button_wrap {
  margin-top: 25px;
}

#contents.main .eut_main_type1 .banners {
  position: absolute;
  overflow: hidden;
}

#contents.main .eut_main_type1 .banners .banner {
  height: 100%;
}

#contents.main .eut_main_type1 .banners.item1 {
  top: 0;
  left: 0;
}

#contents.main .eut_main_type1 .banners.item2 {
  top: 0;
  right: 0;
}

#contents.main .eut_main_type1 .banners.item3 {
  top: 262px;
  left: 0;
}

#contents.main .eut_main_type1 .banners.item4 {
  top: 524px;
  left: 0;
}

#contents.main .eut_main_type1 .banners.item5 {
  right: 16%;
  top: 262px;
}

#contents.main .eut_main_type1 .banners.item6 {
  right: 0;
  top: 262px;
}

#contents.main .eut_main_type1 .banners.type1 {
  width: 16%;
  height: 262px;
}

#contents.main .eut_main_type1 .banners.type1 .text_wrap {
  position: absolute;
  top: 140px;
  left: 0;
  text-align: center;
}

#contents.main .eut_main_type1 .banners.type2 {
  width: 32%;
  height: 262px;
}

#contents.main .eut_main_type1 .banners.type2 .text_wrap {
  position: absolute;
  top: 17px;
  left: 20px;
  text-align: left;
}

#contents.main .eut_main_type1 .banners.type3 {
  width: 16%;
  height: 524px;
}

#contents.main .eut_main_type1 .banners.type3 .text_wrap {
  position: absolute;
  top: 21px;
  left: 50%;
  margin-left: -50%;
  padding-left: 20px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#contents.main .eut_main_type1 .banners .img_wrap {
  display: block;
  text-align: center;
  margin: 0 -100%;
}

#contents.main .eut_main_type1 .banners a {
  display: block;
  height: 100%;
}

#contents.main .eut_main_type1 .banners .text_wrap {
  display: block;
  z-index: 1;
  width: 100%;
}

#contents.main .eut_main_type1 .banners .text_wrap .title {
  font-family: "kiab", sans-serif;
  color: #000;
  font-size: 21px;
  vertical-align: top;
  text-transform: uppercase;
  line-height: 25px;
}

#contents.main .eut_main_type1 .banners .text_wrap .title.white_c {
  color: #fff;
}

#contents.main .eut_main_type1 .banners .text_wrap .title.sub_c {
  color: #333;
}

#contents.main .eut_main_type1 .banners .text_wrap .title.text_c_lighter {
  color: #999;
}

#contents.main .eut_main_type1 .banners .text_wrap .text {
  color: #000;
  font-size: 13px;
  line-height: 16px;
  vertical-align: top;
  margin-top: 7px;
}

#contents.main .eut_main_type1 .banners .text_wrap .text.white_c {
  color: #fff;
}

#contents.main .eut_main_type1 .banners .text_wrap .text.sub_c {
  color: #333;
}

#contents.main .eut_main_type1 .banners .text_wrap .text.text_c_lighter {
  color: #999;
}

#contents.main .eut_main_type2 {
  position: relative;
  overflow: hidden;
  height: 768px;
}

#contents.main .eut_main_type2 .key_visual {
  position: relative;
  top: 0;
  left: 16%;
  width: 68%;
  height: 768px;
  overflow: hidden;
}

#contents.main .eut_main_type2 .key_visual>a {
  position: relative;
  display: block;
  height: 100%;
}

#contents.main .eut_main_type2 .key_visual .img_wrap img {
  position: absolute;
  top: 0;
  left: 50%;
  margin: -275px 0 0 -1190px;
}

#contents.main .eut_main_type2 .key_visual .text_wrap {
  position: absolute;
  top: 45px;
  left: 50px;
  width: 70%;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .title {
  font-size: 55px;
  font-family: "kiab", sans-serif;
  color: #000;
  line-height: 55px;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .title.white_c {
  color: #fff;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .title.sub_c {
  color: #333;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .title.text_c_lighter {
  color: #999;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .sub_title {
  margin-top: 15px;
  font-size: 24px;
  color: #000;
  line-height: 28px;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .sub_title.white_c {
  color: #fff;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .sub_title.sub_c {
  color: #333;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .sub_title.text_c_lighter {
  color: #999;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .text {
  display: none;
  margin-top: 15px;
  font-size: 13px;
  color: #333;
  line-height: 18px;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .text.white_c {
  color: #fff;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .text.sub_c {
  color: #333;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .text.text_c_lighter {
  color: #999;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .button_wrap {
  position: relative;
  margin-top: 25px;
  z-index: 4;
}

#contents.main .eut_main_type2 .banners {
  position: absolute;
  overflow: hidden;
}

#contents.main .eut_main_type2 .banners .banner {
  height: 100%;
}

#contents.main .eut_main_type2 .banners.item1 {
  top: 0;
  left: 0;
}

#contents.main .eut_main_type2 .banners.item2 {
  top: 0;
  right: 0;
}

#contents.main .eut_main_type2 .banners.item3 {
  top: 262px;
  left: 0;
}

#contents.main .eut_main_type2 .banners.item4 {
  top: 524px;
  left: 0;
}

#contents.main .eut_main_type2 .banners.item5 {
  top: 262px;
  right: 0;
}

#contents.main .eut_main_type2 .banners.type1 {
  width: 16%;
  height: 262px;
  text-align: center;
}

#contents.main .eut_main_type2 .banners.type1 .text_wrap {
  position: absolute;
  top: 136px;
  left: 0;
}

#contents.main .eut_main_type2 .banners.type2 {
  width: 16%;
  height: 262px;
}

#contents.main .eut_main_type2 .banners.type2 .text_wrap {
  position: absolute;
  top: 21px;
  left: 17px;
}

#contents.main .eut_main_type2 .banners.type3 {
  width: 16%;
  height: 524px;
}

#contents.main .eut_main_type2 .banners .img_wrap {
  display: block;
  text-align: center;
  margin: 0 -100%;
}

#contents.main .eut_main_type2 .banners a {
  display: block;
  height: 100%;
}

#contents.main .eut_main_type2 .banners .text_wrap {
  display: block;
  width: 100%;
}

#contents.main .eut_main_type2 .banners .text_wrap .title {
  font-size: 21px;
  font-family: "kiab", sans-serif;
  color: #333;
  text-transform: uppercase;
}

#contents.main .eut_main_type2 .banners .text_wrap .title.white_c {
  color: #fff;
}

#contents.main .eut_main_type2 .banners .text_wrap .title.sub_c {
  color: #333;
}

#contents.main .eut_main_type2 .banners .text_wrap .title.text_c_lighter {
  color: #999;
}

#contents.main .eut_main_type2 .banners .text_wrap .text {
  margin-top: 10px;
  font-size: 13px;
  color: #444;
  line-height: 16px;
}

#contents.main .eut_main_type2 .banners .text_wrap .text.white_c {
  color: #fff;
}

#contents.main .eut_main_type2 .banners .text_wrap .text.sub_c {
  color: #333;
}

#contents.main .eut_main_type2 .banners .text_wrap .text.text_c_lighter {
  color: #999;
}

#contents.main .eut_main_type3 {
  overflow: hidden;
  position: relative;
}

#contents.main .eut_main_type3 .key_visual {
  position: relative;
  height: 786px;
  width: 68%;
  overflow: hidden;
}

#contents.main .eut_main_type3 .key_visual .img_wrap img {
  position: absolute;
  top: 0;
  left: 50%;
  margin: -275px 0 0 -1190px;
}

#contents.main .eut_main_type3 .key_visual .text_wrap {
  position: absolute;
  top: 45px;
  left: 110px;
  width: 80%;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .title {
  font-size: 55px;
  font-family: "kiab", sans-serif;
  color: #fff;
  line-height: 55px;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .title.white_c {
  color: #fff;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .title.sub_c {
  color: #333;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .title.text_c_lighter {
  color: #999;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .sub_title {
  margin-top: 15px;
  font-size: 24px;
  color: #fff;
  line-height: 24px;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .sub_title.white_c {
  color: #fff;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .sub_title.sub_c {
  color: #333;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .sub_title.text_c_lighter {
  color: #999;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .text {
  display: none;
  margin-top: 15px;
  font-size: 13px;
  color: #fff;
  line-height: 18px;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .text.white_c {
  color: #fff;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .text.sub_c {
  color: #333;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .text.text_c_lighter {
  color: #999;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .button_wrap {
  margin-top: 25px;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .button_wrap a {
  display: inline-block;
  width: auto;
}

#contents.main .eut_main_type3 .banners {
  position: absolute;
  overflow: hidden;
}

#contents.main .eut_main_type3 .banners .banner {
  height: 100%;
}

#contents.main .eut_main_type3 .banners a {
  display: block;
  height: 100%;
}

#contents.main .eut_main_type3 .banners .img_wrap {
  display: block;
  margin: 0 -100%;
  text-align: center;
}

#contents.main .eut_main_type3 .banners .text_wrap {
  position: absolute;
}

#contents.main .eut_main_type3 .banners .text_wrap .title {
  font-size: 21px;
  font-family: "kiab", sans-serif;
  color: #fff;
}

#contents.main .eut_main_type3 .banners .text_wrap .title.white_c {
  color: #fff;
}

#contents.main .eut_main_type3 .banners .text_wrap .title.sub_c {
  color: #333;
}

#contents.main .eut_main_type3 .banners .text_wrap .title.text_c_lighter {
  color: #999;
}

#contents.main .eut_main_type3 .banners .text_wrap .text {
  margin-top: 5px;
  font-size: 13px;
  color: #fff;
  line-height: 16px;
}

#contents.main .eut_main_type3 .banners .text_wrap .text.white_c {
  color: #fff;
}

#contents.main .eut_main_type3 .banners .text_wrap .text.sub_c {
  color: #333;
}

#contents.main .eut_main_type3 .banners .text_wrap .text.text_c_lighter {
  color: #999;
}

#contents.main .eut_main_type3 .banners.item1 {
  overflow: hidden;
  top: 0;
  right: 0;
  width: 32%;
  height: 262px;
}

#contents.main .eut_main_type3 .banners.item1 .text_wrap {
  top: 21px;
  left: 20px;
}

#contents.main .eut_main_type3 .banners.item2 {
  top: 262px;
  right: 16%;
  width: 16%;
}

#contents.main .eut_main_type3 .banners.item2 .text_wrap {
  top: 136px;
  left: 0;
  right: 0;
  text-align: center;
}

#contents.main .eut_main_type3 .banners.item3 {
  top: 524px;
  right: 16%;
  width: 16%;
  height: 262px;
  background: #fff;
}

#contents.main .eut_main_type3 .banners.item3 iframe {
  width: 100%;
  height: 100%;
}

#contents.main .eut_main_type3 .banners.item4 {
  top: 262px;
  right: 0;
  width: 16%;
  height: 524px;
}

#contents.main .eut_main_type4 {
  overflow: hidden;
  position: relative;
}

#contents.main .eut_main_type4 .key_visual {
  position: relative;
  overflow: hidden;
}

#contents.main .eut_main_type4 .key_visual ul.newcar_list:after {
  display: block;
  clear: both;
  content: '';
}

#contents.main .eut_main_type4 .key_visual ul.newcar_list li {
  float: left;
}



#contents.main .eut_main_type4 .key_visual .text_wrap {
  position: absolute;
  width: 100%;
  bottom: 82px;
  text-align: center;
  opacity: 0;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1060px;
}

#contents.main .eut_main_type4 .key_visual .text_wrap.text_wrap--noopacity {
  opacity: 1;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .title {
  font-size: 40px;
  font-family: "kiab", sans-serif;
  line-height: 40px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .pretitle {
  font-size: 16px;
  line-height: 32px;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .title.white_c {
  color: #fff;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .title.sub_c {
  color: #333;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .title.text_c_lighter {
  color: #999;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .sub_title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .sub_title.white_c {
  color: #fff;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .sub_title.sub_c {
  color: #333;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .sub_title.text_c_lighter {
  color: #999;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .text {
  display: none;
  margin-top: 15px;
  font-size: 13px;
  color: #fff;
  line-height: 18px;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .text.white_c {
  color: #fff;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .text.sub_c {
  color: #333;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .text.text_c_lighter {
  color: #999;
}

#contents.main .eut_main_type4 .key_visual .img_wrap img {
  max-height: 1080px;
  width: 101%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  min-height: 400px;
  min-width: 450px;
}
@media (min-width: 768px) {
    #contents.main .eut_main_type4 .key_visual .img_wrap img {
        width: auto;
    }
}

@media (max-width: 500px) {
  a.eut_cmpe_btn_home.homepage {
    padding: 10px 40px;
  }
}

@media
  (max-width: 600px)
  and (max-height: 720px) {

  a.eut_cmpe_btn_home.homepage{
    padding: 10px 40px;
  }
}

@media (min-width: 1025px) {
  #contents.main .eut_main_type4 .key_visual .img_wrap img {
    max-width: 1920px;
  }
}
#contents.main .eut_main_type4 .banners {
  bottom: 0;
  overflow: hidden;
  height: 262px;
  float:left;
}

#contents.main .eut_main_type4 .banners .banner {
  height: 100%;
}

#contents.main .eut_main_type4 .banners .dspBanner {
  height: 100%;
}

#contents.main .eut_main_type4 .banners .img_wrap {
  display: block;
  text-align: center;
  margin: 0 -100%;
}

#contents.main .eut_main_type4 .banners a {
  display: block;
  height: 100%;
  position: relative;
}

#contents.main .eut_main_type4 .banners .text_wrap {
  position: absolute;
  top: 131px;
  width: 100%;
  font-size: 13px;
  text-align: center;
  margin-left: -50%;
  left: 50%;
}

#contents.main .eut_main_type4 .banners .text_wrap .title {
  font-size: 19px;
  font-family: "kiab", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

#contents.main .eut_main_type4 .banners .text_wrap .title.white_c {
  color: #fff;
}

#contents.main .eut_main_type4 .banners .text_wrap .title.sub_c {
  color: #05141F;
}

#contents.main .eut_main_type4 .banners .text_wrap .title.text_c_lighter {
  color: #9ba1a5;
}

#contents.main .eut_main_type4 .banners .text_wrap .text {
  margin-top: 10px;
  font-size: 13px;
  color: #fff;
  line-height: 16px;
}

#contents.main .eut_main_type4 .banners .text_wrap .text.white_c {
  color: #fff;
}

#contents.main .eut_main_type4 .banners .text_wrap .text.sub_c {
  color: #333;
}

#contents.main .eut_main_type4 .banners .text_wrap .text.text_c_lighter {
  color: #999;
}

#contents.main .eut_main_type4 .banners.item1 {
  left: 0;
  width: 33.32%;
}

#contents.main .eut_main_type4 .banners.item1 .text_wrap {
  position: absolute;
  top: 21px;
  padding-left: 20px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#contents.main .eut_main_type4 .banners.item2 {
  left: 33.32%;
  width: 16.67%;
}

#contents.main .eut_main_type4 .banners.item3 {
  left: 49.99%;
  width: 16.67%;
}

#contents.main .eut_main_type4 .banners.item4 {
  left: 66.66%;
  width: 16.67%;
}

#contents.main .eut_main_type4 .banners.item5 {
  left: 83.33%;
  width: 16.67%;
  /* background: #fff url('../../../../../../../../content/dam/kwcms/kme/global/en/assets/contents/main/common/img-main-kia-logo-w.jpg') no-repeat left center; */
  background-size: 100%;
}

#contents.main .paging_num {
  position: absolute;
  top: 220px;
  right: 84px;
  display: none;
  width: 76px;
  height: 84px;
  background: #05141f;
  font-size: 30px;
  font-family: "kiab", sans-serif;
  font-style: italic;
  color: #fff;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#contents.main .paging_num .cell {
  display: table-cell;
  width: 100%;
  /*padding-right:2px;*/
  vertical-align: middle;
  box-sizing: border-box;
}

#contents.main .paging_num .total {
  color: #9ba1a5;
  padding-right: 4px;
}

#contents.main .paging_num .current {
  color: #fff;
}

#contents.main .main_prev,
#contents.main .main_next {
  display: none;
  width: 80px;
  height: 80px;
  position: absolute;
  transform: translateY(-50%);
  text-indent: -9999px;
  z-index: 10;
}
@media(min-width: 768px) {
    #contents.main .main_prev,#contents.main .main_next {
        display:block;
        top: 50%;
        transform: translateY(-50%);
    }
  }


#contents.main .main_prev {
  left: 40px;
  background: url("../../../../kia-uk/clientlib/resources/rbr/icons/carousel-pagination-arrow-back-disabled.svg") no-repeat;
}

#contents.main .main_prev:hover,
#contents.main .main_prev.active {
  background: url("../../../../kia-uk/clientlib/resources/rbr/icons/carousel-pagination-arrow-back-enabled.svg") no-repeat;
}

#contents.main .main_prev:hover~.paging_num,
#contents.main .main_prev.active~.paging_num {
  display: table;
}

#contents.main .main_next {
  right: 40px;
  background: url("../../../../kia-uk/clientlib/resources/rbr/icons/carousel-pagination-arrow-forward-disabled.svg") no-repeat;
}

#contents.main .main_next:hover,
#contents.main .main_next.active {
  background: url("../../../../kia-uk/clientlib/resources/rbr/icons/carousel-pagination-arrow-forward-enabled.svg") no-repeat;
}

#contents.main .main_next:hover~.paging_num,
#contents.main .main_next.active~.paging_num {
  display: table;
}

@media all and (min-width: 1367px) and (max-width: 1600px) {
  #contents.main .eut_main_type1 {
    height: 720px;
  }
  #contents.main .eut_main_type1 .key_visual {
    height: 720px;
  }
  #contents.main .eut_main_type1 .key_visual .img_wrap img {
    height: 1020px;
    margin: -234px 0 0 -1012px;
  }
  #contents.main .eut_main_type1 .banners.type1 {
    height: 240px;
  }
  #contents.main .eut_main_type1 .banners.type1 .text_wrap {
    top: 118px;
  }
  #contents.main .eut_main_type1 .banners.type1 .img_wrap {
    position: relative;
    height: 100%;
  }
  #contents.main .eut_main_type1 .banners.type1 .img_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #contents.main .eut_main_type1 .banners.type2 {
    height: 240px;
  }
  #contents.main .eut_main_type1 .banners.type2 img {
    height: 240px;
  }
  #contents.main .eut_main_type1 .banners.type3 {
    height: 480px;
  }
  #contents.main .eut_main_type1 .banners.type3 img {
    height: 480px;
  }
  #contents.main .eut_main_type1 .banners.item3 {
    top: 240px;
  }
  #contents.main .eut_main_type1 .banners.item4 {
    top: 480px;
  }
  #contents.main .eut_main_type1 .banners.item5,
  #contents.main .eut_main_type1 .banners.item6 {
    top: 240px;
  }
  #contents.main .eut_main_type1 .banners .text_wrap {
    top: 119px;
  }
  #contents.main .eut_main_type1 .banners .text_wrap .title {
    font-size: 18px;
  }
  #contents.main .eut_main_type1 .banners .text_wrap .text {
    font-size: 13px;
    line-height: 16px;
    margin-top: 4px;
  }
  #contents.main .eut_main_type2 {
    height: 720px;
  }
  #contents.main .eut_main_type2 .key_visual {
    height: 720px;
  }
  #contents.main .eut_main_type2 .key_visual .img_wrap img {
    height: 1020px;
    margin: -182px 0 0 -1012px;
  }
  #contents.main .eut_main_type2 .banners.type1 {
    height: 240px;
  }
  #contents.main .eut_main_type2 .banners.type1 .text_wrap {
    top: 118px;
  }
  #contents.main .eut_main_type2 .banners.type1 .img_wrap {
    position: relative;
    height: 100%;
  }
  #contents.main .eut_main_type2 .banners.type1 .img_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #contents.main .eut_main_type2 .banners.type2 {
    height: 240px;
  }
  #contents.main .eut_main_type2 .banners.type2 img {
    height: 240px;
  }
  #contents.main .eut_main_type2 .banners.type3 {
    height: 480px;
  }
  #contents.main .eut_main_type2 .banners.type3 img {
    height: 480px;
  }
  #contents.main .eut_main_type2 .banners.item3 {
    top: 240px;
  }
  #contents.main .eut_main_type2 .banners.item4 {
    top: 480px;
  }
  #contents.main .eut_main_type2 .banners.item5,
  #contents.main .eut_main_type2 .banners.item6 {
    top: 240px;
  }
  #contents.main .eut_main_type2 .banners .text_wrap {
    top: 119px;
  }
  #contents.main .eut_main_type2 .banners .text_wrap .title {
    font-size: 18px;
  }
  #contents.main .eut_main_type2 .banners .text_wrap .text {
    font-size: 13px;
    line-height: 16px;
    margin-top: 4px;
  }
  #contents.main .eut_main_type3 .key_visual {
    height: 720px;
  }
  #contents.main .eut_main_type3 .key_visual .img_wrap img {
    height: 1020px;
    margin: -182px 0 0 -1012px;
  }
  #contents.main .eut_main_type3 .banners.type1 {
    height: 240px;
  }
  #contents.main .eut_main_type3 .banners.type1 .text_wrap {
    top: 118px;
  }
  #contents.main .eut_main_type3 .banners.type1 .img_wrap {
    position: relative;
    height: 100%;
  }
  #contents.main .eut_main_type3 .banners.type1 .img_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #contents.main .eut_main_type3 .banners.type2 {
    height: 240px;
  }
  #contents.main .eut_main_type3 .banners.type2 img {
    height: 240px;
  }
  #contents.main .eut_main_type3 .banners.type3 {
    height: 480px;
  }
  #contents.main .eut_main_type3 .banners.type3 img {
    height: 480px;
  }
  #contents.main .eut_main_type3 .banners.item1 {
    height: 240px;
  }
  #contents.main .eut_main_type3 .banners.item1 img {
    height: 240px;
  }
  #contents.main .eut_main_type3 .banners.item2 {
    top: 240px;
    height: 240px;
  }
  #contents.main .eut_main_type3 .banners.item2 img {
    height: 240px;
  }
  #contents.main .eut_main_type3 .banners.item3 {
    top: 480px;
    height: 240px;
  }
  #contents.main .eut_main_type3 .banners.item3 img {
    height: 240px;
  }
  #contents.main .eut_main_type3 .banners.item4 {
    top: 240px;
    height: 480px;
  }
  #contents.main .eut_main_type3 .banners.item4 img {
    height: 480px;
  }
  #contents.main .eut_main_type3 .banners .text_wrap {
    top: 119px;
  }
  #contents.main .eut_main_type3 .banners .text_wrap .title {
    font-size: 18px;
  }
  #contents.main .eut_main_type3 .banners .text_wrap .text {
    font-size: 13px;
    line-height: 16px;
    margin-top: 4px;
  }
  #contents.main .eut_main_type4 .banners.type1 {
    height: 240px;
  }
  #contents.main .eut_main_type4 .banners.type1 .text_wrap {
    top: 118px;
  }
  #contents.main .eut_main_type4 .banners.type1 .img_wrap {
    position: relative;
    height: 100%;
  }
  #contents.main .eut_main_type4 .banners.type1 .img_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #contents.main .eut_main_type4 .banners.type2 {
    height: 240px;
  }
  #contents.main .eut_main_type4 .banners.type2 img {
    height: 240px;
  }
  #contents.main .eut_main_type4 .banners.type3 {
    height: 240px;
  }
  #contents.main .eut_main_type4 .banners.type3 img {
    height: 240px;
  }
  #contents.main .eut_main_type4 .banners.item1 {
    height: 240px;
    bottom: 0;
  }
  #contents.main .eut_main_type4 .banners.item1 img {
    height: 240px;
  }
  #contents.main .eut_main_type4 .banners.item2 {
    bottom: 0;
    height: 240px;
  }
  #contents.main .eut_main_type4 .banners.item2 img {
    height: 240px;
  }
  #contents.main .eut_main_type4 .banners.item3 {
    bottom: 0;
    height: 240px;
  }
  #contents.main .eut_main_type4 .banners.item3 img {
    height: 240px;
  }
  #contents.main .eut_main_type4 .banners.item4 {
    bottom: 0;
    height: 240px;
  }
  #contents.main .eut_main_type4 .banners.item4 img {
    height: 240px;
  }
  #contents.main .eut_main_type4 .banners.item5 {
    bottom: 0;
    height: 240px;
  }
  #contents.main .eut_main_type4 .banners.item5 img {
    height: 240px;
  }
  #contents.main .eut_main_type4 .banners .text_wrap .title {
    font-size: 18px;
  }
  #contents.main .eut_main_type4 .banners .text_wrap .text {
    font-size: 13px;
    line-height: 16px;
    margin-top: 4px;
  }
}

@media all and (min-width: 1171px) and (max-width: 1366px) {
  #contents.main .eut_main_type1 {
    height: 585px;
  }
  #contents.main .eut_main_type1 .key_visual {
    height: 585px;
  }
  #contents.main .eut_main_type1 .key_visual .img_wrap img {
    height: 840px;
    margin: -175px 0 0 -833px;
  }
  #contents.main .eut_main_type1 .key_visual .text_wrap .title {
    font-size: 50px;
    line-height: 50px;
  }
  #contents.main .eut_main_type1 .key_visual .text_wrap .sub_title {
    font-size: 19px;
  }
  #contents.main .eut_main_type1 .key_visual .text_wrap .button_wrap {
    margin-top: 14px;
  }
  #contents.main .eut_main_type1 .banners.type1 {
    height: 195px;
  }
  #contents.main .eut_main_type1 .banners.type1 img {
    width: 432px;
  }
  #contents.main .eut_main_type1 .banners.type1 .text_wrap {
    top: 94px;
  }
  #contents.main .eut_main_type1 .banners.type1 .img_wrap {
    position: relative;
    height: 100%;
  }
  #contents.main .eut_main_type1 .banners.type1 .img_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #contents.main .eut_main_type1 .banners.type2 {
    height: 195px;
  }
  #contents.main .eut_main_type1 .banners.type2 img {
    height: 195px;
  }
  #contents.main .eut_main_type1 .banners.type3 {
    height: 390px;
  }
  #contents.main .eut_main_type1 .banners.type3 img {
    height: 390px;
  }
  #contents.main .eut_main_type1 .banners.item3 {
    top: 195px;
  }
  #contents.main .eut_main_type1 .banners.item4 {
    top: 390px;
  }
  #contents.main .eut_main_type1 .banners.item5,
  #contents.main .eut_main_type1 .banners.item6 {
    top: 195px;
  }
  #contents.main .eut_main_type1 .banners .text_wrap {
    top: 114px;
  }
  #contents.main .eut_main_type1 .banners .text_wrap .title {
    font-size: 18px;
  }
  #contents.main .eut_main_type1 .banners .text_wrap .text {
    font-size: 13px;
    line-height: 16px;
  }
  #contents.main .eut_main_type2 {
    height: 585px;
  }
  #contents.main .eut_main_type2 .key_visual {
    height: 585px;
  }
  #contents.main .eut_main_type2 .key_visual .img_wrap img {
    height: 840px;
    margin: -158px 0 0 -832px;
  }
  #contents.main .eut_main_type2 .key_visual .text_wrap .title {
    font-size: 50px;
    line-height: 50px;
  }
  #contents.main .eut_main_type2 .key_visual .text_wrap .sub_title {
    font-size: 19px;
  }
  #contents.main .eut_main_type2 .key_visual .text_wrap .button_wrap {
    margin-top: 14px;
  }
  #contents.main .eut_main_type2 .banners.type1 {
    height: 195px;
  }
  #contents.main .eut_main_type2 .banners.type1 img {
    width: 432px;
  }
  #contents.main .eut_main_type2 .banners.type1 .text_wrap {
    top: 94px;
  }
  #contents.main .eut_main_type2 .banners.type1 .img_wrap {
    position: relative;
    height: 100%;
  }
  #contents.main .eut_main_type2 .banners.type1 .img_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #contents.main .eut_main_type2 .banners.type2 {
    height: 195px;
  }
  #contents.main .eut_main_type2 .banners.type2 img {
    height: 195px;
  }
  #contents.main .eut_main_type2 .banners.type3 {
    height: 390px;
  }
  #contents.main .eut_main_type2 .banners.type3 img {
    height: 390px;
  }
  #contents.main .eut_main_type2 .banners.item3 {
    top: 195px;
  }
  #contents.main .eut_main_type2 .banners.item4 {
    top: 390px;
  }
  #contents.main .eut_main_type2 .banners.item5,
  #contents.main .eut_main_type2 .banners.item6 {
    top: 195px;
  }
  #contents.main .eut_main_type2 .banners .text_wrap {
    top: 114px;
  }
  #contents.main .eut_main_type2 .banners .text_wrap .title {
    font-size: 18px;
  }
  #contents.main .eut_main_type2 .banners .text_wrap .text {
    font-size: 13px;
    line-height: 16px;
  }
  #contents.main .eut_main_type3 .key_visual {
    height: 585px;
  }
  #contents.main .eut_main_type3 .key_visual .img_wrap img {
    height: 840px;
    margin: -158px 0 0 -832px;
  }
  #contents.main .eut_main_type3 .key_visual .text_wrap .title {
    font-size: 50px;
    line-height: 50px;
  }
  #contents.main .eut_main_type3 .key_visual .text_wrap .sub_title {
    font-size: 19px;
  }
  #contents.main .eut_main_type3 .key_visual .text_wrap .button_wrap {
    margin-top: 14px;
  }
  #contents.main .eut_main_type3 .banners.type1 {
    height: 195px;
  }
  #contents.main .eut_main_type3 .banners.type1 img {
    width: 432px;
  }
  #contents.main .eut_main_type3 .banners.type1 .text_wrap {
    top: 94px;
  }
  #contents.main .eut_main_type3 .banners.type1 .img_wrap {
    position: relative;
    height: 100%;
  }
  #contents.main .eut_main_type3 .banners.type1 .img_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #contents.main .eut_main_type3 .banners.item1 {
    height: 195px;
  }
  #contents.main .eut_main_type3 .banners.item1 .img_wrap {
    position: relative;
    height: 100%;
  }
  #contents.main .eut_main_type3 .banners.item1 .img_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 195px;
  }
  #contents.main .eut_main_type3 .banners.item2 {
    height: 195px;
    top: 195px;
  }
  #contents.main .eut_main_type3 .banners.item2 .img_wrap {
    position: relative;
    height: 100%;
  }
  #contents.main .eut_main_type3 .banners.item2 .img_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 195px;
  }
  #contents.main .eut_main_type3 .banners.item2 .text_wrap {
    top: 100px;
  }
  #contents.main .eut_main_type3 .banners.item3 {
    height: 195px;
    top: 390px;
  }
  #contents.main .eut_main_type3 .banners.item4 {
    height: 390px;
    top: 195px;
  }
  #contents.main .eut_main_type3 .banners.item4 .img_wrap {
    position: relative;
    height: 100%;
  }
  #contents.main .eut_main_type3 .banners.item4 .img_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 390px;
  }
  #contents.main .eut_main_type3 .banners.item5,
  #contents.main .eut_main_type3 .banners.item6 {
    top: 195px;
  }
  #contents.main .eut_main_type3 .banners .text_wrap {
    top: 114px;
  }
  #contents.main .eut_main_type3 .banners .text_wrap .title {
    font-size: 18px;
  }
  #contents.main .eut_main_type3 .banners .text_wrap .text {
    font-size: 13px;
    line-height: 16px;
  }
  #contents.main .eut_main_type4 .key_visual .text_wrap .title {
    font-size: 40px;
    line-height: 40px;
  }
  #contents.main .eut_main_type4 .key_visual .text_wrap .sub_title {
    font-size: 19px;
  }
  #contents.main .eut_main_type4 .banners {
    height: 195px;
  }
  #contents.main .eut_main_type4 .banners .img_wrap {
    position: relative;
    height: 100%;
  }
  #contents.main .eut_main_type4 .banners .img_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 195px;
    width:auto;
  }
  #contents.main .eut_main_type4 .banners.type1 {
    height: 195px;
  }
  #contents.main .eut_main_type4 .banners.type1 img {
    width: 432px;
  }
  #contents.main .eut_main_type4 .banners.type1 .text_wrap {
    top: 94px;
  }
  #contents.main .eut_main_type4 .banners.type1 .img_wrap {
    position: relative;
    height: 100%;
  }
  #contents.main .eut_main_type4 .banners.type1 .img_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #contents.main .eut_main_type4 .banners .text_wrap {
    top: 90px;
  }
  #contents.main .eut_main_type4 .banners .text_wrap .title {
    font-size: 17px;
  }
  #contents.main .eut_main_type4 .banners .text_wrap .text {
    font-size: 13px;
    line-height: 16px;
  }
}

@media all and (min-width: 1025px) and (max-width: 1170px) {
  /*Germany gnb ipad changes*/
  #eut_util {
    left: -10px;
   }
   .eut_util_right {
       right: 246px;
   }
   #eut_util .util_menu li:before {
    margin: 11px 9px 0;
   }
   #eut_util_search {
   right: 95px;
    }
   .eut_header ul.country-selector {
   right: -55px !important;
    }
    .eut_header.eut_header-de #eut_configurator {
     right: -25px;
    }
   #eut_gnb>li {
     position: relative;
     margin-left: 16px;
    }
    button.eut_cmpe_btn, a.eut_cmpe_btn {
   font-size: 12px;
    }
    #eut_header .eut_header .header_logo {
     margin: 0 22px 0 0;
     padding-top: 8px;
     float: left;
    }
  /*Germany gnb ipad changes*/
  #contents.main .eut_main_type1 {
    height: 585px;
  }
  #contents.main .eut_main_type1 .key_visual {
    height: 585px;
  }
  #contents.main .eut_main_type1 .key_visual .img_wrap img {
    height: 660px;
    margin: -75px 0 0 -653px;
  }
  #contents.main .eut_main_type1 .key_visual .text_wrap .title {
    font-size: 50px;
    line-height: 50px;
  }

  #contents.main .eut_main_type1 .banners.type1 {
    height: 195px;
  }
  #contents.main .eut_main_type1 .banners.type1 img {
    width: 432px;
  }
  #contents.main .eut_main_type1 .banners.type1 .text_wrap {
    top: 94px;
  }
  #contents.main .eut_main_type1 .banners.type1 .img_wrap {
    position: relative;
    height: 100%;
  }
  #contents.main .eut_main_type1 .banners.type1 .img_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #contents.main .eut_main_type1 .banners.type2 {
    height: 195px;
  }
  #contents.main .eut_main_type1 .banners.type2 img {
    height: 195px;
  }
  #contents.main .eut_main_type1 .banners.type3 {
    height: 390px;
  }
  #contents.main .eut_main_type1 .banners.type3 img {
    height: 390px;
  }
  #contents.main .eut_main_type1 .banners.item3 {
    top: 195px;
  }
  #contents.main .eut_main_type1 .banners.item4 {
    top: 390px;
  }
  #contents.main .eut_main_type1 .banners.item5,
  #contents.main .eut_main_type1 .banners.item6 {
    top: 195px;
  }
  #contents.main .eut_main_type1 .banners .text_wrap {
    top: 114px;
  }
  #contents.main .eut_main_type1 .banners .text_wrap .title {
    font-size: 16px;
  }
  #contents.main .eut_main_type1 .banners .text_wrap .text {
    font-size: 13px;
    line-height: 16px;
  }
  #contents.main .eut_main_type2 {
    height: 585px;
  }
  #contents.main .eut_main_type2 .key_visual {
    height: 585px;
  }
  #contents.main .eut_main_type2 .key_visual .img_wrap img {
    height: 660px;
    margin: -70px 0 0 -654px;
  }
  #contents.main .eut_main_type2 .key_visual .text_wrap .title {
    font-size: 50px;
    line-height: 50px;
  }
  #contents.main .eut_main_type2 .key_visual .text_wrap .sub_title {
    font-size: 19px;
  }
  #contents.main .eut_main_type2 .key_visual .text_wrap .button_wrap {
    margin-top: 14px;
  }
  #contents.main .eut_main_type2 .banners.type1 {
    height: 195px;
  }
  #contents.main .eut_main_type2 .banners.type1 img {
    width: 432px;
  }
  #contents.main .eut_main_type2 .banners.type1 .text_wrap {
    top: 94px;
  }
  #contents.main .eut_main_type2 .banners.type1 .img_wrap {
    position: relative;
    height: 100%;
  }
  #contents.main .eut_main_type2 .banners.type1 .img_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #contents.main .eut_main_type2 .banners.type2 {
    height: 195px;
  }
  #contents.main .eut_main_type2 .banners.type2 img {
    height: 195px;
  }
  #contents.main .eut_main_type2 .banners.type3 {
    height: 390px;
  }
  #contents.main .eut_main_type2 .banners.type3 img {
    height: 390px;
  }
  #contents.main .eut_main_type2 .banners.item3 {
    top: 195px;
  }
  #contents.main .eut_main_type2 .banners.item4 {
    top: 390px;
  }
  #contents.main .eut_main_type2 .banners.item5,
  #contents.main .eut_main_type2 .banners.item6 {
    top: 195px;
  }
  #contents.main .eut_main_type2 .banners .text_wrap {
    top: 114px;
  }
  #contents.main .eut_main_type2 .banners .text_wrap .title {
    font-size: 16px;
  }
  #contents.main .eut_main_type2 .banners .text_wrap .text {
    font-size: 13px;
    line-height: 16px;
  }
  #contents.main .eut_main_type3 .key_visual {
    height: 585px;
  }
  #contents.main .eut_main_type3 .key_visual .img_wrap img {
    height: 660px;
    margin: -70px 0 0 -654px;
  }
  #contents.main .eut_main_type3 .key_visual .text_wrap .title {
    font-size: 50px;
    line-height: 50px;
  }
  #contents.main .eut_main_type3 .key_visual .text_wrap .sub_title {
    font-size: 19px;
  }
  #contents.main .eut_main_type3 .key_visual .text_wrap .button_wrap {
    margin-top: 14px;
  }
  #contents.main .eut_main_type3 .banners.type1 {
    height: 195px;
  }
  #contents.main .eut_main_type3 .banners.type1 img {
    width: 432px;
  }
  #contents.main .eut_main_type3 .banners.type1 .text_wrap {
    top: 94px;
  }
  #contents.main .eut_main_type3 .banners.type1 .img_wrap {
    position: relative;
    height: 100%;
  }
  #contents.main .eut_main_type3 .banners.type1 .img_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #contents.main .eut_main_type3 .banners.item1 {
    height: 195px;
  }
  #contents.main .eut_main_type3 .banners.item1 .img_wrap {
    position: relative;
    height: 100%;
  }
  #contents.main .eut_main_type3 .banners.item1 .img_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 195px;
  }
  #contents.main .eut_main_type3 .banners.item2 {
    height: 195px;
    top: 195px;
  }
  #contents.main .eut_main_type3 .banners.item2 .img_wrap {
    position: relative;
    height: 100%;
  }
  #contents.main .eut_main_type3 .banners.item2 .img_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 195px;
  }
  #contents.main .eut_main_type3 .banners.item2 .text_wrap {
    top: 100px;
  }
  #contents.main .eut_main_type3 .banners.item3 {
    height: 195px;
    top: 390px;
  }
  #contents.main .eut_main_type3 .banners.item4 {
    height: 390px;
    top: 195px;
  }
  #contents.main .eut_main_type3 .banners.item4 .img_wrap {
    position: relative;
    height: 100%;
  }
  #contents.main .eut_main_type3 .banners.item4 .img_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 390px;
  }
  #contents.main .eut_main_type3 .banners.item5,
  #contents.main .eut_main_type3 .banners.item6 {
    top: 195px;
  }
  #contents.main .eut_main_type3 .banners .text_wrap {
    top: 114px;
  }
  #contents.main .eut_main_type3 .banners .text_wrap .title {
    font-size: 18px;
  }
  #contents.main .eut_main_type3 .banners .text_wrap .text {
    font-size: 13px;
    line-height: 16px;
  }
  #contents.main .eut_main_type4 .key_visual .text_wrap .title {
    font-size: 40px;
    line-height: 40px;
  }
  #contents.main .eut_main_type4 .key_visual .text_wrap .sub_title {
    font-size: 19px;
  }
  #contents.main .eut_main_type4 .banners {
    height: 195px;
  }
  #contents.main .eut_main_type4 .banners .img_wrap {
    position: relative;
    height: 100%;
  }
  #contents.main .eut_main_type4 .banners .img_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 195px;
  }
  #contents.main .eut_main_type4 .banners.type1 {
    height: 195px;
  }
  #contents.main .eut_main_type4 .banners.type1 img {
    width: 744px;
  }
  #contents.main .eut_main_type4 .banners.type1 .text_wrap {
    top: 94px;
  }
  #contents.main .eut_main_type4 .banners.type1 .img_wrap {
    position: relative;
    height: 100%;
  }
  #contents.main .eut_main_type4 .banners.type1 .img_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #contents.main .eut_main_type4 .banners .text_wrap {
    top: 114px;
  }
  #contents.main .eut_main_type4 .banners .text_wrap .title {
    font-size: 16px;
  }
  #contents.main .eut_main_type4 .banners .text_wrap .text {
    font-size: 13px;
    line-height: 16px;
  }
}

@media (max-width: 1024px) {
  #contents.main .eut_main_type1 {
    height: 1288px;
  }
  #contents.main .eut_main_type1 .key_visual {
    left: 0;
    width: 100%;
    height: 502px;
    margin: 0;
    text-align: center;
  }
  #contents.main .eut_main_type1 .key_visual .img_wrap img {
    height: 840px;
    margin: -253px 0 0 -822px;
  }
  #contents.main .eut_main_type1 .key_visual .text_wrap {
    top: 27px;
    left: 0;
    width: 100%;
    margin: 0;
  }
  #contents.main .eut_main_type1 .key_visual .text_wrap .title {
    font-size: 34px;
    color: #000;
    line-height: 34px;
  }
  #contents.main .eut_main_type1 .key_visual .text_wrap .sub_title {
    font-size: 19px;
    color: #000;
    line-height: normal;
    margin-top: 0;
  }
  #contents.main .eut_main_type1 .key_visual .text_wrap .text {
    display: none;
  }
  #contents.main .eut_main_type1 .key_visual .text_wrap .button_wrap {
    margin-top: 15px;
  }
  #contents.main .eut_main_type1 .banners .text_wrap .title {
    font-size: 19px;
  }
  #contents.main .eut_main_type1 .banners .text_wrap .text {
    margin-top: 3px;
  }
  #contents.main .eut_main_type1 .banners.type2 .text_wrap {
    top: 21px;
  }
  #contents.main .eut_main_type1 .banners.item1 {
    left: 0;
    top: 502px;
    width: 33%;
  }
  #contents.main .eut_main_type1 .banners.item2 {
    left: 33%;
    top: 502px;
    width: 67%;
  }
  #contents.main .eut_main_type1 .banners.item3 {
    left: 0;
    top: 764px;
    width: 33%;
  }
  #contents.main .eut_main_type1 .banners.item4 {
    left: 0;
    top: 1026px;
    width: 33%;
  }
  #contents.main .eut_main_type1 .banners.item5 {
    left: 33%;
    top: 764px;
    width: 33%;
  }
  #contents.main .eut_main_type1 .banners.item6 {
    left: 66%;
    top: 764px;
    width: 34%;
  }
  #contents.main .eut_main_type2 {
    height: 1006px;
  }
  #contents.main .eut_main_type2 .key_visual {
    left: 0;
    width: 100%;
    height: 502px;
    margin: 0;
  }
  #contents.main .eut_main_type2 .key_visual .text_wrap {
    top: 26px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #contents.main .eut_main_type2 .key_visual .text_wrap .title {
    font-size: 34px;
    color: #000;
  }
  #contents.main .eut_main_type2 .key_visual .text_wrap .sub_title {
    margin: 0;
    font-size: 19px;
    color: #000;
    line-height: normal;
  }
  #contents.main .eut_main_type2 .key_visual .text_wrap .text {
    display: none;
  }
  #contents.main .eut_main_type2 .key_visual .text_wrap .button_wrap {
    margin-top: 15px;
  }
  #contents.main .eut_main_type2 .key_visual .img_wrap img {
    height: 840px;
    margin: -253px 0 0 -822px;
  }

  #contents.main .eut_main_type2 .banners.type1 .text_wrap .text {
    margin-top: 3px;
  }
  #contents.main .eut_main_type2 .banners.type1 .text_wrap .title {
    color: #000;
    font-size: 19px;
  }
  #contents.main .eut_main_type2 .banners.type1 .text_wrap .title.white_c {
    color: #fff;
  }
  #contents.main .eut_main_type2 .banners.type1 .text_wrap .title.sub_c {
    color: #333;
  }
  #contents.main .eut_main_type2 .banners.type1 .text_wrap .title.text_c_lighter {
    color: #999;
  }
  #contents.main .eut_main_type2 .banners.item1 {
    left: 0;
    top: 502px;
    width: 33%;
  }
  #contents.main .eut_main_type2 .banners.item2 {
    left: 33%;
    top: 502px;
    width: 33%;
  }
  #contents.main .eut_main_type2 .banners.item3 {
    left: 0;
    top: 764px;
    width: 33%;
  }
  #contents.main .eut_main_type2 .banners.item4 {
    left: 33%;
    top: 764px;
    width: 33%;
  }
  #contents.main .eut_main_type2 .banners.item5 {
    left: 66%;
    top: 502px;
    width: 34%;
  }
  #contents.main .eut_main_type3 {
    height: 1026px;
  }
  #contents.main .eut_main_type3 .key_visual {
    left: 0;
    width: 100%;
    height: 502px;
    text-align: center;
  }
  #contents.main .eut_main_type3 .key_visual>a {
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  #contents.main .eut_main_type3 .key_visual .text_wrap {
    top: 26px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #contents.main .eut_main_type3 .key_visual .text_wrap .title {
    font-size: 34px;
    color: #000;
  }
  #contents.main .eut_main_type3 .key_visual .text_wrap .sub_title {
    margin: 0;
    font-size: 19px;
    color: #000;
    line-height: normal;
  }
  #contents.main .eut_main_type3 .key_visual .text_wrap .text {
    display: none;
  }
  #contents.main .eut_main_type3 .key_visual .text_wrap .button_wrap {
    margin-top: 15px;
  }
  #contents.main .eut_main_type3 .key_visual .img_wrap img {
    height: 840px;
    margin: -253px 0 0 -822px;
  }
  #contents.main .eut_main_type3 .banners.item1 {
    top: 502px;
    left: 0;
    width: 66%;
  }
  #contents.main .eut_main_type3 .banners.item2 {
    top: 764px;
    left: 0;
    width: 33%;
  }
  #contents.main .eut_main_type3 .banners.item3 {
    top: 764px;
    left: 33%;
    width: 33%;
  }
  #contents.main .eut_main_type3 .banners.item4 {
    top: 502px;
    left: 66%;
    width: 34%;
  }

  #contents.main .eut_main_type4 .key_visual .text_wrap .title,
  #contents.main .eut_main_type4 .key_visual .text_wrap .sub_title,
  #contents.main .eut_main_type4 .key_visual .text_wrap .pretitle {
    padding: 0 30px;
  }

  #contents.main .eut_main_type4 .key_visual .text_wrap .title {
    font-size: 40px;
    line-height: 40px;
  }
  #contents.main .eut_main_type4 .key_visual .text_wrap .sub_title {
    font-size: 18px;
    line-height: 22px;

  }
  #contents.main .eut_main_type4 .key_visual .text_wrap .text {
    display: none;
  }

  #contents.main .eut_main_type4 .banners.item1 {
    top: 502px;
    left: 0;
    width: 66%;
  }
  #contents.main .eut_main_type4 .banners.item2 {
    top: 502px;
    left: 66%;
    width: 34%;
  }
  #contents.main .eut_main_type4 .banners.item3 {
    top: 764px;
    left: 0;
    width: 33%;
  }
  #contents.main .eut_main_type4 .banners.item4 {
    top: 764px;
    left: 33%;
    width: 33%;
  }
  #contents.main .eut_main_type4 .banners.item5 {
    top: 764px;
    left: 66%;
    width: 34%;
    /* background: #fff url('../../../../../../../../content/dam/kwcms/kme/global/en/assets/contents/main/common/img-main-kia-logo-t.jpg') no-repeat left center; */
    background-size: 100%;
  }
  #contents.main .paging_num {
    top: 418px;
  }
}

@media (max-width: 767px) {
  #contents.main .eut_main_type1 {
    height: 1042px;
  }
  #contents.main .eut_main_type1 .key_visual {
    height: 385px;
  }
  #contents.main .eut_main_type1 .key_visual .img_wrap {
    height: 385px;
    text-align: center;
  }
  #contents.main .eut_main_type1 .key_visual .img_wrap img {
    margin: 0 0 0 -384px;
    height: auto;
    width: 768px;
  }
  #contents.main .eut_main_type1 .key_visual .text_wrap {
    top: 23px;
  }
  #contents.main .eut_main_type1 .key_visual .text_wrap .title {
    font-size: 23px;
    line-height: 23px;
  }
  #contents.main .eut_main_type1 .key_visual .text_wrap .sub_title {
    margin-top: -1px;
    font-size: 18px;
  }
  #contents.main .eut_main_type1 .key_visual .text_wrap .button_wrap {
    margin-top: 11px;
  }
  #contents.main .eut_main_type1 .banners .text_wrap .title {
    font-size: 15px;
    line-height: 18px;
  }
  #contents.main .eut_main_type1 .banners.type1 .text_wrap {
    top: 98px;
  }
  #contents.main .eut_main_type1 .banners.type1 .text_wrap .text {
    display: none;
  }
  #contents.main .eut_main_type1 .banners.type2 {
    line-height: 18px;
  }
  #contents.main .eut_main_type1 .banners.type2 .text_wrap {
    top: 16px;
    left: 15px;
  }
  #contents.main .eut_main_type1 .banners.type2 .text_wrap .text {
    display: none;
  }
  #contents.main .eut_main_type1 .banners.item1,
  #contents.main .eut_main_type1 .banners.item2,
  #contents.main .eut_main_type1 .banners.item3,
  #contents.main .eut_main_type1 .banners.item4,
  #contents.main .eut_main_type1 .banners.item5 {
    height: 159px;
  }
  #contents.main .eut_main_type1 .banners.item1 img,
  #contents.main .eut_main_type1 .banners.item2 img,
  #contents.main .eut_main_type1 .banners.item3 img,
  #contents.main .eut_main_type1 .banners.item4 img,
  #contents.main .eut_main_type1 .banners.item5 img {
    height: 159px;
  }
  #contents.main .eut_main_type1 .banners.item1 {
    left: 0;
    top: 385px;
    width: 50%;
  }
  #contents.main .eut_main_type1 .banners.item2 {
    left: 50%;
    top: 385px;
    width: 50%;
  }
  #contents.main .eut_main_type1 .banners.item3 {
    left: 0;
    top: 544px;
    width: 50%;
  }
  #contents.main .eut_main_type1 .banners.item4 {
    left: 50%;
    top: 544px;
    width: 50%;
  }
  #contents.main .eut_main_type1 .banners.item5 {
    left: 0;
    top: 703px;
    width: 100%;
  }
  #contents.main .eut_main_type1 .banners.item5 .text_wrap {
    top: 16px;
    left: 15px;
    margin: 0;
    padding: 0;
  }
  #contents.main .eut_main_type1 .banners.item5 .text_wrap .title {
    line-height: 18px;
  }
  #contents.main .eut_main_type1 .banners.item5 .text_wrap .text {
    display: none;
  }
  #contents.main .eut_main_type1 .banners.item6 {
    left: 0;
    top: 862px;
    width: 100%;
    height: 180px;
  }
  #contents.main .eut_main_type1 .banners.item6 .img_wrap img {
    height: 180px;
  }
  #contents.main .eut_main_type2 {
    height: 883px;
  }
  #contents.main .eut_main_type2 .key_visual {
    height: 385px;
  }
  #contents.main .eut_main_type2 .key_visual .text_wrap {
    top: 22px;
  }
  #contents.main .eut_main_type2 .key_visual .text_wrap .title {
    font-size: 23px;
    line-height: 23px;
  }
  #contents.main .eut_main_type2 .key_visual .text_wrap .sub_title {
    margin-top: -1px;
    font-size: 18px;
  }
  #contents.main .eut_main_type2 .key_visual .text_wrap .button_wrap {
    margin-top: 11px;
    margin-top: 12px;
  }
  #contents.main .eut_main_type2 .key_visual .img_wrap img {
    margin: 0 0 0 -384px;
    height: auto;
    width: 768px;
  }
  #contents.main .eut_main_type2 .banners .text_wrap .title {
    font-size: 15px;
    line-height: 18px;
  }
  #contents.main .eut_main_type2 .banners.type1 {
    width: 50%;
    height: 159px;
  }
  #contents.main .eut_main_type2 .banners.type1 .text_wrap {
    top: 96px;
  }
  #contents.main .eut_main_type2 .banners.type1 .text_wrap .title {
    font-size: 15px;
  }
  #contents.main .eut_main_type2 .banners.type1 .text_wrap .text {
    display: none;
  }
  #contents.main .eut_main_type2 .banners.type1 .img_wrap img {
    height: 159px;
  }
  #contents.main .eut_main_type2 .banners.type2 {
    width: 50%;
    height: 159px;
  }
  #contents.main .eut_main_type2 .banners.type2 .text_wrap {
    top: 24px;
    left: 15px;
  }
  #contents.main .eut_main_type2 .banners.type2 .text_wrap .text {
    display: none;
  }
  #contents.main .eut_main_type2 .banners.type2 .img_wrap img {
    height: 159px;
  }
  #contents.main .eut_main_type2 .banners.type3 {
    width: 100%;
    height: 180px;
  }
  #contents.main .eut_main_type2 .banners.type3 .img_wrap img {
    height: 180px;
  }
  #contents.main .eut_main_type2 .banners.item1 {
    top: 385px;
    left: 0;
  }
  #contents.main .eut_main_type2 .banners.item2 {
    top: 385px;
    left: 50%;
  }
  #contents.main .eut_main_type2 .banners.item3 {
    top: 544px;
    left: 0;
  }
  #contents.main .eut_main_type2 .banners.item4 {
    top: 544px;
    left: 50%;
  }
  #contents.main .eut_main_type2 .banners.item5 {
    top: 703px;
    left: 0;
  }
  #contents.main .eut_main_type3 {
    height: 883px;
  }
  #contents.main .eut_main_type3 .key_visual {
    height: 385px;
  }
  #contents.main .eut_main_type3 .key_visual>a {
    height: 385px;
  }
  #contents.main .eut_main_type3 .key_visual .text_wrap {
    top: 22px;
  }
  #contents.main .eut_main_type3 .key_visual .text_wrap .title {
    font-size: 23px;
    line-height: 23px;
  }
  #contents.main .eut_main_type3 .key_visual .text_wrap .sub_title {
    margin-top: -1px;
    font-size: 18px;
  }
  #contents.main .eut_main_type3 .key_visual .text_wrap .button_wrap {
    margin-top: 12px;
  }
  #contents.main .eut_main_type3 .key_visual .img_wrap img {
    margin: 0 0 0 -384px;
    height: auto;
    width: 768px;
  }
  #contents.main .eut_main_type3 .banners .text_wrap .title {
    font-size: 15px;
  }
  #contents.main .eut_main_type3 .banners.item1 {
    top: 385px;
    left: 0;
    width: 100%;
    height: 159px;
  }
  #contents.main .eut_main_type3 .banners.item1 .text_wrap {
    top: 22px;
    left: 15px;
  }
  #contents.main .eut_main_type3 .banners.item1 img {
    height: 159px;
    margin: 0;
  }
  #contents.main .eut_main_type3 .banners.item2 {
    top: 544px;
    left: 0;
    width: 50%;
    height: 159px;
  }
  #contents.main .eut_main_type3 .banners.item2 .text_wrap {
    top: 96px;
  }
  #contents.main .eut_main_type3 .banners.item2 .text_wrap .text {
    display: none;
  }
  #contents.main .eut_main_type3 .banners.item2 .img_wrap img {
    height: 159px;
    margin: 0;
  }
  #contents.main .eut_main_type3 .banners.item3 {
    top: 544px;
    left: 50%;
    width: 50%;
    height: 159px;
  }
  #contents.main .eut_main_type3 .banners.item3 .kia-fb {
    display: block !important;
    height: 159px !important;
  }
  #contents.main .eut_main_type3 .banners .banner {
    height: 159px;
  }
  #contents.main .eut_main_type3 .banners.item4 {
    top: 703px;
    left: 0;
    width: 100%;
    height: 180px;
  }
  #contents.main .eut_main_type4 .key_visual .text_wrap {
    width: 100%;
    left: 0;
    transform: none;
  }
  #contents.main .eut_main_type4 .key_visual .text_wrap .title {
    font-size: 26px;
    line-height: 26px;
    padding: 0 10px;
  }
  #contents.main .eut_main_type4 .key_visual .text_wrap .sub_title {
    font-size: 16px;
    line-height: 22px;
    padding: 0 10px;
  }
  #contents.main .eut_main_type4 .banners .text_wrap {
    top: 97px;
  }
  #contents.main .eut_main_type4 .banners .text_wrap .title {
    font-size: 15px;
  }
  #contents.main .eut_main_type4 .banners .text_wrap .text {
    display: none;
  }
  #contents.main .eut_main_type4 .banners.item1,
  #contents.main .eut_main_type4 .banners.item2,
  #contents.main .eut_main_type4 .banners.item3,
  #contents.main .eut_main_type4 .banners.item4,
  #contents.main .eut_main_type4 .banners.item5 {
    height: 159px;
  }
  #contents.main .eut_main_type4 .banners.item1 img,
  #contents.main .eut_main_type4 .banners.item2 img,
  #contents.main .eut_main_type4 .banners.item3 img,
  #contents.main .eut_main_type4 .banners.item4 img,
  #contents.main .eut_main_type4 .banners.item5 img {
    height: 159px;
     width: auto;
  }
  #contents.main .eut_main_type4 .banners.item1 {
    top: 385px;
    left: 0;
    width: 100%;
  }
  #contents.main .eut_main_type4 .banners.item2 {
    top: 544px;
    left: 0;
    width: 50%;
  }
  #contents.main .eut_main_type4 .banners.item3 {
    top: 544px;
    left: 50%;
    width: 50%;
  }
  #contents.main .eut_main_type4 .banners.item4 {
    top: 703px;
    left: 0;
    width: 50%;
  }
  #contents.main .eut_main_type4 .banners.item5 {
    top: 703px;
    left: 50%;
    width: 50%;
    /* background: #fff url('../../../../../../../../content/dam/kwcms/kme/global/en/assets/contents/main/common/img-main-kia-logo-m.jpg') no-repeat left center; */
    background-size: 100%;
  }
  #contents.main .eut_main_type4 .banners.item1 .text_wrap {
    top: 14px;
    padding-left: 15px;
  }
  #contents.main .paging_num {
    top: 343px;
    right: 42px;
    width: 39px;
    height: 42px;
    font-size: 15px;
  }
  #contents.main .main_prev,
  #contents.main .main_next {
    top: 343px;
    width: 42px;
    height: 42px;
    background-size: 100px;
  }
  #contents.main .main_prev {
    background-position: left top;
  }
  #contents.main .main_prev:hover,
  #contents.main .main_prev.active {
    background-position: left -50px;
    background-size: 100px;
  }
  #contents.main .main_next {
    background-position: -50px top;
  }
  #contents.main .main_next:hover,
  #contents.main .main_next.active {
    background-position: -50px -50px;
    background-size: 100px;
  }

  #contents.main .button_wrap .eut_cmpe_btn.configurator {
    position: relative;
    min-width: 44px;
    width: 44px;
    height: 44px;
    padding: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 1px;
    line-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -9999px;
  }
  #contents.main .button_wrap .eut_cmpe_btn.configurator:after {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 25.5px;
    height: 25.5px;
    margin: 0;
    background: url("../../../../../../../../content/dam/kwcms/kme/global/en/assets/static/common/spr-common-m-main.png") no-repeat -30px 0;
    background-size: 200px 200px;
  }
  #contents.main .button_wrap .eut_cmpe_btn.test_drive {
    position: relative;
    min-width: 44px;
    width: 44px;
    height: 44px;
    padding: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 1px;
    line-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -9999px;
  }
  #contents.main .button_wrap .eut_cmpe_btn.test_drive:after {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 26px;
    height: 26px;
    margin: 0;
    background: url("../../../../../../../../content/dam/kwcms/kme/global/en/assets/static/common/spr-common-m-main.png") no-repeat -60px 0;
    background-size: 200px 200px;
  }
  #contents.main .button_wrap .eut_cmpe_btn.discover {
    position: relative;
    min-width: 44px;
    width: 44px;
    height: 44px;
    padding: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 1px;
    line-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -9999px;
  }
  #contents.main .button_wrap .eut_cmpe_btn.discover:after {
    position: absolute;
    top: 9px;
    left: 9.5px;
    width: 25px;
    height: 25px;
    margin: 0;
    background: url("../../../../../../../../content/dam/kwcms/kme/global/en/assets/static/common/spr-common-m-main.png") no-repeat 0 0;
    background-size: 200px 200px;
  }
}

@media (max-width:320px) {
  #contents.main .eut_main_type4 .key_visual .text_wrap .title,
  #contents.main .eut_main_type4 .key_visual .text_wrap .sub_title,
  #contents.main .eut_main_type4 .key_visual .text_wrap .pretitle {
    padding: 0 5px;
  }
}

.eut_multilang_intro {
  background-color: #fff;
  padding-bottom: 25px;
}

.eut_multilang_intro img {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

.eut_multilang_intro .inner p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}

.eut_multilang_intro .inner span {
  display: block;
  margin-bottom: 15px;
}

#eut_container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.space-container-top {
  padding-top: 60px;
}

#eut_container .eut_sub_title {
  padding: 25px 0 26px 0;
  width: 940px;
  margin: 0 auto;
}

#eut_container .eut_sub_title h1 {
  font-size: 36px;
  margin: 0;
  font-family: "kiab", sans-serif;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#eut_container .eut_cmly_section {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.eut_header--in-homepage + #eut_container {
  margin-top: -62px;

}

@media (min-width: 1440px) {
  .eut_header--in-homepage + #eut_container {
    margin-top: -82px;
  }
}

#eut_container .eut_cmly_section:after {
  display: block;
  clear: both;
  content: '';
}

#eut_container .eut_cmly_section .inner {
  width: 940px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#eut_container .eutDi1a .eut_cmly_section .inner {
  z-index: initial;
}

#eut_container .eut_cmly_section .inner .eut_cmly_column2:after {
  display: block;
  clear: both;
  content: '';
}

#eut_container .eut_cmly_section .inner .eut_cmly_column2 li {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#eut_container .eut_cmly_section .inner .eut_cmly_column3:after {
  display: block;
  clear: both;
  content: '';
}

#eut_container .eut_cmly_section .inner .eut_cmly_column3 li {
  width: 33%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#eut_container .eut_cmly_section .inner .eut_cmly_column4:after {
  display: block;
  clear: both;
  content: '';
}

#eut_container .eut_cmly_section .inner .eut_cmly_column4 li {
  width: 24%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#eut_container .eut_cmly_section .inner.akamai {
  padding: 40px 0;
}

@media (max-width: 1024px) {
  #eut_container .eut_sub_title {
    width: 100%;
    max-width: 980px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 20px 30px;
  }
  #eut_container .eut_cmly_section .inner {
    padding: 0 20px;
    width: 100%;
    max-width: 980px;
  }
  #eut_container .eut_cmly_section .inner .eut_cmly_column3 li {
    width: 49.3333%;
  }
}

@media (max-width: 1024px) {
  #eut_container .eut_sub_title {
    padding: 25px 15px 15px 15px;
  }
  #eut_container .eut_sub_title h1 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  #eut_container .eut_sub_title:after {
    width: 39px;
  }
  #eut_container .eut_cmly_section .inner {
    padding: 0 15px;
  }
}

.eut_form_plugin {
  position: relative;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
/*  */
.eut_form_radiobtn {
  display: grid;
}
.optin-wrapper{
  display: flex;
  justify-content: space-between;
 
}
.optin-wrapper .optin-inline .radio-optin .eut_form_radiobtn{
display: grid;
place-items: center;
}
 
.optin-wrapper .optin-satisfaction{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #666;
  font-size: 13px;
  max-width: 300px;
}
.optin-wrapper .optin-satisfaction .answer-option > .answer-yes, .optin-wrapper .optin-satisfaction .answer-option > .answer-no{
display: block;
}
.optin-wrapper .optin-satisfaction .answer-option{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 50px;
 
  }
.optin-wrapper .optin-inline{
  display: flex;
}
.optin-wrapper .optin-inline .radio-optin{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/*  */
.eut_form_plugin>input[type=radio],
.eut_form_plugin>input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.eut_form_plugin>input[type=radio]:focus+label:before,
.eut_form_plugin>input[type=checkbox]:focus+label:before {
  outline: 2px solid #a6c8ff;
}

.eut_form_plugin>input[type=text],
.eut_form_plugin>input[type=password],
.eut_form_plugin>input[type=number],
.eut_form_plugin>input[type=email],
.eut_form_plugin>input[type=tel],
.eut_form_plugin>input[type=number] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.eut_form_plugin>label.eut_checkbox {
  font-size: 13px;
}

.eut_form_plugin>label.eut_checkbox:before {
  content: '';
  display: inline-block;
  background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/spr-form.png") 0 0 no-repeat;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: -2px 6px 0 0;
  background-position: 0 -15px;
}

.eut_form_plugin>label.eut_checkbox_hide {
  font-size: 13px;
  color: #666;
}

.eut_form_plugin>label.eut_checkbox.active:before {
  background-position: -32px -15px;
  content: ' ';
}

.eut_form_plugin>label.eut_checkbox:focus:before {
  outline: 2px solid #a6c8ff;
}

.eut_form_plugin>label.eut_checkbox.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.eut_form_plugin>label.eut_radio {
  font-size: 13px;
  color: #697279;
}

/* KWCMSLIVE-17938 for width*/
.eut_form_plugin>label.eut_radio:before {
  content: '';
  display: inline-block;
  margin: -2px 6px 0 0;
  background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/spr-form.png") 0 0 no-repeat;
  vertical-align: middle;
  width:14px !important;
  padding-right: 0px !important;
  height: 14px;

}

.eut_form_plugin>label.eut_radio.active:before {
  background-position: -32px 0;
  content: ' ';
}

.eut_form_plugin>label.eut_radio.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.eut_form_plugin > label.eut_text {
  height: 100%;
  padding-left: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;

  font-family: kiab, sans-serif;
  font-size: 12px;
  line-height: 30px;
  color: #697279;
  text-transform: uppercase;

  will-change: width, padding-left;
  transition: all .25s ease-in-out;
}

#eut_util_search .u_sch_box .eut_form_plugin.focused > label.eut_text {
  width: 120px;
  padding-left: 0;
}

#eut_util_search .u_sch_box .eut_form_plugin > label.eut_text {
  padding-left: 20px;
}

@media (min-width: 1440px) {
  #eut_util_search .u_sch_box .eut_form_plugin > label.eut_text {
    padding-left: 42px;
  }
}

.eut_form_plugin.eut_data_right input {
  background: url("../../../../../../../../content/dam/kwcms/kme/global/en/assets/static/common/spr-form-data-check.png") right -42px no-repeat;
}

.eut_form_plugin.eut_data_wrong input {
  background: url("../../../../../../../../content/dam/kwcms/kme/global/en/assets/static/common/spr-form-data-check.png") right -2px no-repeat;
  border-color: #EA0029;
  color: #EA0029;
  background-color: #ffffff;
}

.eut_form_plugin.eut_data_wrong label {
  color: #EA0029;
}

.eut_form_plugin.required>label:after {
  content: '*';
  color: #05141f;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.eut_form_plugin.disabled>label.eut_checkbox:before {
  content: '';
  background-position: -16px -15px;
}

.eut_form_plugin.disabled>label.eut_radio:before {
  content: '';
  background-position: -16px 0px;
}

.eut_form_plugin .optText {
  font-size: 13px;
  color: #333;
}

.eut_form_plugin.eut_select_box {
  min-width: 200px;
}

.eut_form_plugin .sel_box {
  display: block;
  width: 100%;
  position: relative;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.eut_form_plugin .sel_box .selected-headline {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: 1px solid #CDD0D2;
  background: #ffffff;
  padding: 0 31px 0 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #05141F;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.eut_form_plugin .sel_box .selected-headline:before {
  content: '';
  width: 11px;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 10px;
  background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/spr-form.png") 0 -31px no-repeat;
}

.eut_form_plugin .sel_box .selected-headline:after {
  background: url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_selected_tick.svg") 0 0 no-repeat;
  content: '';
  display: none;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 7px;
  right: 28px;
}

.eut_form_plugin .sel_box .selected-headline.required:after {
  display: inline-block;
  position: static;
  content: '*';
  margin-left: 5px;
  color: #05141f;
  background: none;
  vertical-align: top;
}

.eut_form_plugin .sel_box .selected-headline:focus+.select-list {
  display: block;
}

.eut_form_plugin .sel_box.wrong .selected-headline {
  border-color: #EA0029;
  color: #EA0029;
  background-color: #ffffff;
}

.eut_form_plugin .sel_box.wrong .selected-headline:after {
  display: block;
  background-position: 0 -8px;
}

.eut_form_plugin .sel_box.right .selected-headline:after {
  display: block;
}

.eut_form_plugin .sel_box.selected .selected-headline {
  color: #666;
}

.eut_form_plugin .sel_box .select-list {
  width: 100%;
  overflow-y: auto;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.eut_form_plugin .sel_box .select-list .select-list-link {
  display: block;
  height: 39px;
  padding: 10px 0 8px;
  border-top: none;
  color: #05141F;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  text-decoration: none;
}

.eut_form_plugin .sel_box .select-list .select-list-hover,
.eut_form_plugin .sel_box .select-list .select-list-selected {
  background: #F7F8F8;
  color: #05141F !important;
  text-decoration: underline;
}

.eut_form_plugin .sel_box .select-list .select-list-selfocus {
  border: 1px dotted #05141f !important;
}

.eut_form_plugin .sel_box .select-list li:first-child .select-list-link {
  border-top: none;
}

.eutTb1 .inner.active {
  z-index: 2 !important;
}

.eut_form_plugin .sel_box .selected-headline.selected {
  background: #fff;
  color: #05141f;
}

.eut_form_plugin .sel_box .select-list li {
  margin-top: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.baseCss.common.businessContactUs.section {
  position: relative;
  z-index: 2;
}


/* Chooser */

.eut_date_chooser {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 240px;
  overflow: hidden;
  padding: 5px 0;
  border: 1px solid #a0a0a0;
  background: #fff;
  font-size: 15px;
  box-sizing: border-box;
  border-radius: 5px;
}

.eut_date_chooser.date_top {
  top: auto;
  bottom: 30px;
}

.eut_date_chooser .date {
  text-align: center;
  height: 31px;
  border: 1px solid #a2a2a2;
  background-color: #d3d2d3;
  margin: 0 5px 10px 5px;
  line-height: 2;
  font-family: 'kiab';
  border-radius: 5px;
}

.eut_date_chooser .slide {
  overflow: hidden;
  height: 190px;
}

.eut_date_chooser .slide .ix-list-items {
  width: 100%;
}

.eut_date_chooser .slide li {
  float: left;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.eut_date_chooser .slide table {
  border-collapse: separate;
  border-spacing: 3px 3px;
  font-family: 'kiam';
}

.eut_date_chooser .slide table thead th {
  text-align: center;
  font-family: 'kiab';
}

.eut_date_chooser .slide table tbody td:hover {
  border-color: #8c8c8c;
}

.eut_date_chooser .slide table tbody td.empty {
  border: 0px;
  background-color: transparent;
}

.eut_date_chooser .slide table thead th.sun,
.eut_date_chooser .slide table tbody td.sun a {
  color: #f00;
}

.eut_date_chooser .slide table thead th.sat,
.eut_date_chooser .slide table tbody td.sat a {
  color: #00f;
}

.eut_date_chooser .slide table tbody td {
  color: #c2c2c2;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  text-align: right;
  font-size: 12px;
  letter-spacing: 1px;
}

.eut_date_chooser .slide table tbody td.today a {
  background: #fff;
  color: #000;
}

.eut_date_chooser .slide table tbody td a {
  color: #4b4b4b;
  display: block;
  background: -webkit-linear-gradient(top, rgba(248, 248, 248, 0), rgba(199, 199, 199, 1));
  background: -o-linear-gradient(top, rgba(248, 248, 248, 0), rgba(199, 199, 199, 1));
  background: -moz-linear-gradient(top, rgba(248, 248, 248, 0), rgba(199, 199, 199, 1));
  background: linear-gradient(to top, rgba(248, 248, 248, 0), rgba(199, 199, 199, 1));
  text-decoration: none;
}

.eut_date_chooser .slide table tbody td a:active {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.eut_date_chooser .slide_direction .prev,
.eut_date_chooser .slide_direction .next {
  position: absolute;
  top: 15px;
}

.eut_date_chooser .slide_direction .prev {
  left: 20px;
  background: url("../../../../../../../../content/dam/kwcms/kme/global/en/assets/static/common/prev_ico.png") 0 0 no-repeat;
  width: 12px;
  height: 12px;
}

.eut_date_chooser .slide_direction .next {
  right: 20px;
  background: url("../../../../../../../../content/dam/kwcms/kme/global/en/assets/static/common/next_ico.png") 0 0 no-repeat;
  width: 12px;
  height: 12px;
}

.eut_date_chooser .slide_direction a {
  text-decoration: none;
  text-indent: -9999px;
}

.eut_date_chooser .slide_direction a.prev:after {
  background: url("../../../../../../../../content/dam/kwcms/kme/global/en/assets/static/common/prev_ico.png") 0 0 no-repeat;
  content: '';
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 15px;
  left: 20px;
}

.eut_date_chooser .slide_direction a.next:after {
  background: url("../../../../../../../../content/dam/kwcms/kme/global/en/assets/static/common/next_ico.png") 0 0 no-repeat;
  content: '';
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 15px;
  right: 20px;
}

.eut_date_chooser .close {
  position: absolute;
  top: 0;
  right: 5px;
  display: none;
  width: 7px;
  height: 7px;
  vertical-align: top;
}


/* Loading */

.loading {
  position: absolute;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-left: -16px;
}

.loading_circle {
  position: absolute;
  background-color: rgb(0, 0, 0);
  height: 8px;
  width: 8px;
  border-radius: 12px;
  animation: loading_frame 1s infinite normal;
}

.loading01 {
  left: 50%;
  top: 1px;
  margin-left: -4px;
  animation-delay: 0;
}

.loading02 {
  right: 4px;
  top: 4px;
  animation-delay: 0.12s;
}

.loading03 {
  right: 1px;
  top: 50%;
  margin-top: -4px;
  animation-delay: 0.25s;
}

.loading04 {
  right: 4px;
  bottom: 4px;
  animation-delay: 0.37s;
}

.loading05 {
  left: 50%;
  bottom: 1px;
  margin-left: -4px;
  animation-delay: 0.5s;
}

.loading06 {
  left: 4px;
  bottom: 4px;
  animation-delay: 0.62s;
}

.loading07 {
  left: 1px;
  top: 50%;
  margin-top: -4px;
  animation-delay: 0.75s;
}

.loading08 {
  left: 4px;
  top: 4px;
  animation-delay: 0.87s;
}

.loader_container .loading,
.loader_container_tax .loading {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 0;
  float: left;
  margin-right: 10px;
  left: 0;
}

@keyframes loading_frame {
  from {
    background-color: rgb(230, 230, 230);
  }
  to {
    background-color: rgb(0, 0, 0);
    transform: scale(0.68);
  }
}


/* Samsung Browser ~4 slide bug fix */

@media (max-width: 1024px) {
  .ix-list-viewport .ix-list-items {
    position: relative !important;
  }
}


/* Add reevoo reviews to uspBanner component, and ovverides for widget default css */

#contents.main .eut_main_type4 .reevoo-reviews-widget {
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.reevoo-reviews-widget .reviews-widget-loaded {
  margin-top: -25px;
  margin-bottom: -20px;
}

.reevoo-reviews-widget .reviews-widget-loaded .kia-home-new {
  position: relative !important;
}

.reevoo-reviews-widget .widget_wrapper .widget-linker.absolute {
  position: relative !important;
  height: auto;
}

.reevoo-reviews-widget div {
  color: #fff !important;
}

.reevoo-reviews-widget.sub_c div {
  color: #333 !important;
}

@media (max-width: 810px) {
  .reevoo-reviews-widget .average-text-after,
  .reevoo-reviews-widget .average-text-before {
    font-size: 16px!important;
    width: 30%;
  }
}

@media (max-width: 550px) {
  #contents.main .eut_main_type4 .reevoo-reviews-widget {
    top: 38px;
  }
}

@media (width:1024px) {
  .reevoo-reviews-widget .widget_wrapper .absolute .kia-home-new .widget-content .widget-rating {
    position: relative;
    top: 0;
    left: 0;
  }
  .reevoo-reviews-widget .widget_wrapper .widget-linker.absolute .kia-home-new .average-text-after {
    padding-left: 0px !important;
  }
  .reevoo-reviews-widget .widget_wrapper .widget-linker.absolute .kia-home-new .average-text-before {
    padding-right: 0px !important;
  }
}


/* shariff start*/

.shariff {
  background: #fff;
  padding: 20px
}


/*! * shariff - v3.0.0 - Thu, 15 Mar 2018 08:53:04 GMT * https://github.com/heiseonline/shariff * Copyright (c) 2018 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli * Licensed under the MIT license */


/*! * Font Awesome Free 5.0.5 by @fontawesome - http://fontawesome.com * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */

.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -.0667em
}

.fa-xs {
  font-size: .75em
}

.fa-sm {
  font-size: .875em
}

.fa-1x {
  font-size: 1em
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-6x {
  font-size: 6em
}

.fa-7x {
  font-size: 7em
}

.fa-8x {
  font-size: 8em
}

.fa-9x {
  font-size: 9em
}

.fa-10x {
  font-size: 10em
}

.fa-fw {
  text-align: center;
  width: 1.25em
}

.fa-ul {
  list-style-type: none;
  margin-left: 2em * 5/4;
  /*NOSONAR*/
  padding-left: 0
}

.fa-ul>li {
  position: relative
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit
}

.fa-border {
  border-radius: .1em;
  border: .08em solid #eee;
  padding: .2em .25em .15em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-500px:before {
  content: "\F26E"
}

.fa-accessible-icon:before {
  content: "\F368"
}

.fa-accusoft:before {
  content: "\F369"
}

.fa-address-book:before {
  content: "\F2B9"
}

.fa-address-card:before {
  content: "\F2BB"
}

.fa-adjust:before {
  content: "\F042"
}

.fa-adn:before {
  content: "\F170"
}

.fa-adversal:before {
  content: "\F36A"
}

.fa-affiliatetheme:before {
  content: "\F36B"
}

.fa-algolia:before {
  content: "\F36C"
}

.fa-align-center:before {
  content: "\F037"
}

.fa-align-justify:before {
  content: "\F039"
}

.fa-align-left:before {
  content: "\F036"
}

.fa-align-right:before {
  content: "\F038"
}

.fa-amazon:before {
  content: "\F270"
}

.fa-amazon-pay:before {
  content: "\F42C"
}

.fa-ambulance:before {
  content: "\F0F9"
}

.fa-american-sign-language-interpreting:before {
  content: "\F2A3"
}

.fa-amilia:before {
  content: "\F36D"
}

.fa-anchor:before {
  content: "\F13D"
}

.fa-android:before {
  content: "\F17B"
}

.fa-angellist:before {
  content: "\F209"
}

.fa-angle-double-down:before {
  content: "\F103"
}

.fa-angle-double-left:before {
  content: "\F100"
}

.fa-angle-double-right:before {
  content: "\F101"
}

.fa-angle-double-up:before {
  content: "\F102"
}

.fa-angle-down:before {
  content: "\F107"
}

.fa-angle-left:before {
  content: "\F104"
}

.fa-angle-right:before {
  content: "\F105"
}

.fa-angle-up:before {
  content: "\F106"
}

.fa-angrycreative:before {
  content: "\F36E"
}

.fa-angular:before {
  content: "\F420"
}

.fa-app-store:before {
  content: "\F36F"
}

.fa-app-store-ios:before {
  content: "\F370"
}

.fa-apper:before {
  content: "\F371"
}

.fa-apple:before {
  content: "\F179"
}

.fa-apple-pay:before {
  content: "\F415"
}

.fa-archive:before {
  content: "\F187"
}

.fa-arrow-alt-circle-down:before {
  content: "\F358"
}

.fa-arrow-alt-circle-left:before {
  content: "\F359"
}

.fa-arrow-alt-circle-right:before {
  content: "\F35A"
}

.fa-arrow-alt-circle-up:before {
  content: "\F35B"
}

.fa-arrow-circle-down:before {
  content: "\F0AB"
}

.fa-arrow-circle-left:before {
  content: "\F0A8"
}

.fa-arrow-circle-right:before {
  content: "\F0A9"
}

.fa-arrow-circle-up:before {
  content: "\F0AA"
}

.fa-arrow-down:before {
  content: "\F063"
}

.fa-arrow-left:before {
  content: "\F060"
}

.fa-arrow-right:before {
  content: "\F061"
}

.fa-arrow-up:before {
  content: "\F062"
}

.fa-arrows-alt:before {
  content: "\F0B2"
}

.fa-arrows-alt-h:before {
  content: "\F337"
}

.fa-arrows-alt-v:before {
  content: "\F338"
}

.fa-assistive-listening-systems:before {
  content: "\F2A2"
}

.fa-asterisk:before {
  content: "\F069"
}

.fa-asymmetrik:before {
  content: "\F372"
}

.fa-at:before {
  content: "\F1FA"
}

.fa-audible:before {
  content: "\F373"
}

.fa-audio-description:before {
  content: "\F29E"
}

.fa-autoprefixer:before {
  content: "\F41C"
}

.fa-avianex:before {
  content: "\F374"
}

.fa-aviato:before {
  content: "\F421"
}

.fa-aws:before {
  content: "\F375"
}

.fa-backward:before {
  content: "\F04A"
}

.fa-balance-scale:before {
  content: "\F24E"
}

.fa-ban:before {
  content: "\F05E"
}

.fa-bandcamp:before {
  content: "\F2D5"
}

.fa-barcode:before {
  content: "\F02A"
}

.fa-bars:before {
  content: "\F0C9"
}

.fa-baseball-ball:before {
  content: "\F433"
}

.fa-basketball-ball:before {
  content: "\F434"
}

.fa-bath:before {
  content: "\F2CD"
}

.fa-battery-empty:before {
  content: "\F244"
}

.fa-battery-full:before {
  content: "\F240"
}

.fa-battery-half:before {
  content: "\F242"
}

.fa-battery-quarter:before {
  content: "\F243"
}

.fa-battery-three-quarters:before {
  content: "\F241"
}

.fa-bed:before {
  content: "\F236"
}

.fa-beer:before {
  content: "\F0FC"
}

.fa-behance:before {
  content: "\F1B4"
}

.fa-behance-square:before {
  content: "\F1B5"
}

.fa-bell:before {
  content: "\F0F3"
}

.fa-bell-slash:before {
  content: "\F1F6"
}

.fa-bicycle:before {
  content: "\F206"
}

.fa-bimobject:before {
  content: "\F378"
}

.fa-binoculars:before {
  content: "\F1E5"
}

.fa-birthday-cake:before {
  content: "\F1FD"
}

.fa-bitbucket:before {
  content: "\F171"
}

.fa-bitcoin:before {
  content: "\F379"
}

.fa-bity:before {
  content: "\F37A"
}

.fa-black-tie:before {
  content: "\F27E"
}

.fa-blackberry:before {
  content: "\F37B"
}

.fa-blind:before {
  content: "\F29D"
}

.fa-blogger:before {
  content: "\F37C"
}

.fa-blogger-b:before {
  content: "\F37D"
}

.fa-bluetooth:before {
  content: "\F293"
}

.fa-bluetooth-b:before {
  content: "\F294"
}

.fa-bold:before {
  content: "\F032"
}

.fa-bolt:before {
  content: "\F0E7"
}

.fa-bomb:before {
  content: "\F1E2"
}

.fa-book:before {
  content: "\F02D"
}

.fa-bookmark:before {
  content: "\F02E"
}

.fa-bowling-ball:before {
  content: "\F436"
}

.fa-braille:before {
  content: "\F2A1"
}

.fa-briefcase:before {
  content: "\F0B1"
}

.fa-btc:before {
  content: "\F15A"
}

.fa-bug:before {
  content: "\F188"
}

.fa-building:before {
  content: "\F1AD"
}

.fa-bullhorn:before {
  content: "\F0A1"
}

.fa-bullseye:before {
  content: "\F140"
}

.fa-buromobelexperte:before {
  content: "\F37F"
}

.fa-bus:before {
  content: "\F207"
}

.fa-buysellads:before {
  content: "\F20D"
}

.fa-calculator:before {
  content: "\F1EC"
}

.fa-calendar:before {
  content: "\F133"
}

.fa-calendar-alt:before {
  content: "\F073"
}

.fa-calendar-check:before {
  content: "\F274"
}

.fa-calendar-minus:before {
  content: "\F272"
}

.fa-calendar-plus:before {
  content: "\F271"
}

.fa-calendar-times:before {
  content: "\F273"
}

.fa-camera:before {
  content: "\F030"
}

.fa-camera-retro:before {
  content: "\F083"
}

.fa-car:before {
  content: "\F1B9"
}

.fa-caret-down:before {
  content: "\F0D7"
}

.fa-caret-left:before {
  content: "\F0D9"
}

.fa-caret-right:before {
  content: "\F0DA"
}

.fa-caret-square-down:before {
  content: "\F150"
}

.fa-caret-square-left:before {
  content: "\F191"
}

.fa-caret-square-right:before {
  content: "\F152"
}

.fa-caret-square-up:before {
  content: "\F151"
}

.fa-caret-up:before {
  content: "\F0D8"
}

.fa-cart-arrow-down:before {
  content: "\F218"
}

.fa-cart-plus:before {
  content: "\F217"
}

.fa-cc-amazon-pay:before {
  content: "\F42D"
}

.fa-cc-amex:before {
  content: "\F1F3"
}

.fa-cc-apple-pay:before {
  content: "\F416"
}

.fa-cc-diners-club:before {
  content: "\F24C"
}

.fa-cc-discover:before {
  content: "\F1F2"
}

.fa-cc-jcb:before {
  content: "\F24B"
}

.fa-cc-mastercard:before {
  content: "\F1F1"
}

.fa-cc-paypal:before {
  content: "\F1F4"
}

.fa-cc-stripe:before {
  content: "\F1F5"
}

.fa-cc-visa:before {
  content: "\F1F0"
}

.fa-centercode:before {
  content: "\F380"
}

.fa-certificate:before {
  content: "\F0A3"
}

.fa-chart-area:before {
  content: "\F1FE"
}

.fa-chart-bar:before {
  content: "\F080"
}

.fa-chart-line:before {
  content: "\F201"
}

.fa-chart-pie:before {
  content: "\F200"
}

.fa-check:before {
  content: "\F00C"
}

.fa-check-circle:before {
  content: "\F058"
}

.fa-check-square:before {
  content: "\F14A"
}

.fa-chess:before {
  content: "\F439"
}

.fa-chess-bishop:before {
  content: "\F43A"
}

.fa-chess-board:before {
  content: "\F43C"
}

.fa-chess-king:before {
  content: "\F43F"
}

.fa-chess-knight:before {
  content: "\F441"
}

.fa-chess-pawn:before {
  content: "\F443"
}

.fa-chess-queen:before {
  content: "\F445"
}

.fa-chess-rook:before {
  content: "\F447"
}

.fa-chevron-circle-down:before {
  content: "\F13A"
}

.fa-chevron-circle-left:before {
  content: "\F137"
}

.fa-chevron-circle-right:before {
  content: "\F138"
}

.fa-chevron-circle-up:before {
  content: "\F139"
}

.fa-chevron-down:before {
  content: "\F078"
}

.fa-chevron-left:before {
  content: "\F053"
}

.fa-chevron-right:before {
  content: "\F054"
}

.fa-chevron-up:before {
  content: "\F077"
}

.fa-child:before {
  content: "\F1AE"
}

.fa-chrome:before {
  content: "\F268"
}

.fa-circle:before {
  content: "\F111"
}

.fa-circle-notch:before {
  content: "\F1CE"
}

.fa-clipboard:before {
  content: "\F328"
}

.fa-clock:before {
  content: "\F017"
}

.fa-clone:before {
  content: "\F24D"
}

.fa-closed-captioning:before {
  content: "\F20A"
}

.fa-cloud:before {
  content: "\F0C2"
}

.fa-cloud-download-alt:before {
  content: "\F381"
}

.fa-cloud-upload-alt:before {
  content: "\F382"
}

.fa-cloudscale:before {
  content: "\F383"
}

.fa-cloudsmith:before {
  content: "\F384"
}

.fa-cloudversify:before {
  content: "\F385"
}

.fa-code:before {
  content: "\F121"
}

.fa-code-branch:before {
  content: "\F126"
}

.fa-codepen:before {
  content: "\F1CB"
}

.fa-codiepie:before {
  content: "\F284"
}

.fa-coffee:before {
  content: "\F0F4"
}

.fa-cog:before {
  content: "\F013"
}

.fa-cogs:before {
  content: "\F085"
}

.fa-columns:before {
  content: "\F0DB"
}

.fa-comment:before {
  content: "\F075"
}

.fa-comment-alt:before {
  content: "\F27A"
}

.fa-comments:before {
  content: "\F086"
}

.fa-compass:before {
  content: "\F14E"
}

.fa-compress:before {
  content: "\F066"
}

.fa-connectdevelop:before {
  content: "\F20E"
}

.fa-contao:before {
  content: "\F26D"
}

.fa-copy:before {
  content: "\F0C5"
}

.fa-copyright:before {
  content: "\F1F9"
}

.fa-cpanel:before {
  content: "\F388"
}

.fa-creative-commons:before {
  content: "\F25E"
}

.fa-credit-card:before {
  content: "\F09D"
}

.fa-crop:before {
  content: "\F125"
}

.fa-crosshairs:before {
  content: "\F05B"
}

.fa-css3:before {
  content: "\F13C"
}

.fa-css3-alt:before {
  content: "\F38B"
}

.fa-cube:before {
  content: "\F1B2"
}

.fa-cubes:before {
  content: "\F1B3"
}

.fa-cut:before {
  content: "\F0C4"
}

.fa-cuttlefish:before {
  content: "\F38C"
}

.fa-d-and-d:before {
  content: "\F38D"
}

.fa-dashcube:before {
  content: "\F210"
}

.fa-database:before {
  content: "\F1C0"
}

.fa-deaf:before {
  content: "\F2A4"
}

.fa-delicious:before {
  content: "\F1A5"
}

.fa-deploydog:before {
  content: "\F38E"
}

.fa-deskpro:before {
  content: "\F38F"
}

.fa-desktop:before {
  content: "\F108"
}

.fa-deviantart:before {
  content: "\F1BD"
}

.fa-digg:before {
  content: "\F1A6"
}

.fa-digital-ocean:before {
  content: "\F391"
}

.fa-discord:before {
  content: "\F392"
}

.fa-discourse:before {
  content: "\F393"
}

.fa-dochub:before {
  content: "\F394"
}

.fa-docker:before {
  content: "\F395"
}

.fa-dollar-sign:before {
  content: "\F155"
}

.fa-dot-circle:before {
  content: "\F192"
}

.fa-download:before {
  content: "\F019"
}

.fa-draft2digital:before {
  content: "\F396"
}

.fa-dribbble:before {
  content: "\F17D"
}

.fa-dribbble-square:before {
  content: "\F397"
}

.fa-dropbox:before {
  content: "\F16B"
}

.fa-drupal:before {
  content: "\F1A9"
}

.fa-dyalog:before {
  content: "\F399"
}

.fa-earlybirds:before {
  content: "\F39A"
}

.fa-edge:before {
  content: "\F282"
}

.fa-edit:before {
  content: "\F044"
}

.fa-eject:before {
  content: "\F052"
}

.fa-elementor:before {
  content: "\F430"
}

.fa-ellipsis-h:before {
  content: "\F141"
}

.fa-ellipsis-v:before {
  content: "\F142"
}

.fa-ember:before {
  content: "\F423"
}

.fa-empire:before {
  content: "\F1D1"
}

.fa-envelope:before {
  content: "\F0E0"
}

.fa-envelope-open:before {
  content: "\F2B6"
}

.fa-envelope-square:before {
  content: "\F199"
}

.fa-envira:before {
  content: "\F299"
}

.fa-eraser:before {
  content: "\F12D"
}

.fa-erlang:before {
  content: "\F39D"
}

.fa-ethereum:before {
  content: "\F42E"
}

.fa-etsy:before {
  content: "\F2D7"
}

.fa-euro-sign:before {
  content: "\F153"
}

.fa-exchange-alt:before {
  content: "\F362"
}

.fa-exclamation:before {
  content: "\F12A"
}

.fa-exclamation-circle:before {
  content: "\F06A"
}

.fa-exclamation-triangle:before {
  content: "\F071"
}

.fa-expand:before {
  content: "\F065"
}

.fa-expand-arrows-alt:before {
  content: "\F31E"
}

.fa-expeditedssl:before {
  content: "\F23E"
}

.fa-external-link-alt:before {
  content: "\F35D"
}

.fa-external-link-square-alt:before {
  content: "\F360"
}

.fa-eye:before {
  content: "\F06E"
}

.fa-eye-dropper:before {
  content: "\F1FB"
}

.fa-eye-slash:before {
  content: "\F070"
}

.fa-facebook:before {
  content: "\F09A"
}

.fa-facebook-f:before {
  content: "\F39E"
}

.fa-facebook-messenger:before {
  content: "\F39F"
}

.fa-facebook-square:before {
  content: "\F082"
}

.fa-fast-backward:before {
  content: "\F049"
}

.fa-fast-forward:before {
  content: "\F050"
}

.fa-fax:before {
  content: "\F1AC"
}

.fa-female:before {
  content: "\F182"
}

.fa-fighter-jet:before {
  content: "\F0FB"
}

.fa-file:before {
  content: "\F15B"
}

.fa-file-alt:before {
  content: "\F15C"
}

.fa-file-archive:before {
  content: "\F1C6"
}

.fa-file-audio:before {
  content: "\F1C7"
}

.fa-file-code:before {
  content: "\F1C9"
}

.fa-file-excel:before {
  content: "\F1C3"
}

.fa-file-image:before {
  content: "\F1C5"
}

.fa-file-pdf:before {
  content: "\F1C1"
}

.fa-file-powerpoint:before {
  content: "\F1C4"
}

.fa-file-video:before {
  content: "\F1C8"
}

.fa-file-word:before {
  content: "\F1C2"
}

.fa-film:before {
  content: "\F008"
}

.fa-filter:before {
  content: "\F0B0"
}

.fa-fire:before {
  content: "\F06D"
}

.fa-fire-extinguisher:before {
  content: "\F134"
}

.fa-firefox:before {
  content: "\F269"
}

.fa-first-order:before {
  content: "\F2B0"
}

.fa-firstdraft:before {
  content: "\F3A1"
}

.fa-flag:before {
  content: "\F024"
}

.fa-flag-checkered:before {
  content: "\F11E"
}

.fa-flask:before {
  content: "\F0C3"
}

.fa-flickr:before {
  content: "\F16E"
}

.fa-flipboard:before {
  content: "\F44D"
}

.fa-fly:before {
  content: "\F417"
}

.fa-folder:before {
  content: "\F07B"
}

.fa-folder-open:before {
  content: "\F07C"
}

.fa-font:before {
  content: "\F031"
}

.fa-font-awesome:before {
  content: "\F2B4"
}

.fa-font-awesome-alt:before {
  content: "\F35C"
}

.fa-font-awesome-flag:before {
  content: "\F425"
}

.fa-fonticons:before {
  content: "\F280"
}

.fa-fonticons-fi:before {
  content: "\F3A2"
}

.fa-football-ball:before {
  content: "\F44E"
}

.fa-fort-awesome:before {
  content: "\F286"
}

.fa-fort-awesome-alt:before {
  content: "\F3A3"
}

.fa-forumbee:before {
  content: "\F211"
}

.fa-forward:before {
  content: "\F04E"
}

.fa-foursquare:before {
  content: "\F180"
}

.fa-free-code-camp:before {
  content: "\F2C5"
}

.fa-freebsd:before {
  content: "\F3A4"
}

.fa-frown:before {
  content: "\F119"
}

.fa-futbol:before {
  content: "\F1E3"
}

.fa-gamepad:before {
  content: "\F11B"
}

.fa-gavel:before {
  content: "\F0E3"
}

.fa-gem:before {
  content: "\F3A5"
}

.fa-genderless:before {
  content: "\F22D"
}

.fa-get-pocket:before {
  content: "\F265"
}

.fa-gg:before {
  content: "\F260"
}

.fa-gg-circle:before {
  content: "\F261"
}

.fa-gift:before {
  content: "\F06B"
}

.fa-git:before {
  content: "\F1D3"
}

.fa-git-square:before {
  content: "\F1D2"
}

.fa-github:before {
  content: "\F09B"
}

.fa-github-alt:before {
  content: "\F113"
}

.fa-github-square:before {
  content: "\F092"
}

.fa-gitkraken:before {
  content: "\F3A6"
}

.fa-gitlab:before {
  content: "\F296"
}

.fa-gitter:before {
  content: "\F426"
}

.fa-glass-martini:before {
  content: "\F000"
}

.fa-glide:before {
  content: "\F2A5"
}

.fa-glide-g:before {
  content: "\F2A6"
}

.fa-globe:before {
  content: "\F0AC"
}

.fa-gofore:before {
  content: "\F3A7"
}

.fa-golf-ball:before {
  content: "\F450"
}

.fa-goodreads:before {
  content: "\F3A8"
}

.fa-goodreads-g:before {
  content: "\F3A9"
}

.fa-google:before {
  content: "\F1A0"
}

.fa-google-drive:before {
  content: "\F3AA"
}

.fa-google-play:before {
  content: "\F3AB"
}

.fa-google-plus:before {
  content: "\F2B3"
}

.fa-google-plus-g:before {
  content: "\F0D5"
}

.fa-google-plus-square:before {
  content: "\F0D4"
}

.fa-google-wallet:before {
  content: "\F1EE"
}

.fa-graduation-cap:before {
  content: "\F19D"
}

.fa-gratipay:before {
  content: "\F184"
}

.fa-grav:before {
  content: "\F2D6"
}

.fa-gripfire:before {
  content: "\F3AC"
}

.fa-grunt:before {
  content: "\F3AD"
}

.fa-gulp:before {
  content: "\F3AE"
}

.fa-h-square:before {
  content: "\F0FD"
}

.fa-hacker-news:before {
  content: "\F1D4"
}

.fa-hacker-news-square:before {
  content: "\F3AF"
}

.fa-hand-lizard:before {
  content: "\F258"
}

.fa-hand-paper:before {
  content: "\F256"
}

.fa-hand-peace:before {
  content: "\F25B"
}

.fa-hand-point-down:before {
  content: "\F0A7"
}

.fa-hand-point-left:before {
  content: "\F0A5"
}

.fa-hand-point-right:before {
  content: "\F0A4"
}

.fa-hand-point-up:before {
  content: "\F0A6"
}

.fa-hand-pointer:before {
  content: "\F25A"
}

.fa-hand-rock:before {
  content: "\F255"
}

.fa-hand-scissors:before {
  content: "\F257"
}

.fa-hand-spock:before {
  content: "\F259"
}

.fa-handshake:before {
  content: "\F2B5"
}

.fa-hashtag:before {
  content: "\F292"
}

.fa-hdd:before {
  content: "\F0A0"
}

.fa-heading:before {
  content: "\F1DC"
}

.fa-headphones:before {
  content: "\F025"
}

.fa-heart:before {
  content: "\F004"
}

.fa-heartbeat:before {
  content: "\F21E"
}

.fa-hips:before {
  content: "\F452"
}

.fa-hire-a-helper:before {
  content: "\F3B0"
}

.fa-history:before {
  content: "\F1DA"
}

.fa-hockey-puck:before {
  content: "\F453"
}

.fa-home:before {
  content: "\F015"
}

.fa-hooli:before {
  content: "\F427"
}

.fa-hospital:before {
  content: "\F0F8"
}

.fa-hotjar:before {
  content: "\F3B1"
}

.fa-hourglass:before {
  content: "\F254"
}

.fa-hourglass-end:before {
  content: "\F253"
}

.fa-hourglass-half:before {
  content: "\F252"
}

.fa-hourglass-start:before {
  content: "\F251"
}

.fa-houzz:before {
  content: "\F27C"
}

.fa-html5:before {
  content: "\F13B"
}

.fa-hubspot:before {
  content: "\F3B2"
}

.fa-i-cursor:before {
  content: "\F246"
}

.fa-id-badge:before {
  content: "\F2C1"
}

.fa-id-card:before {
  content: "\F2C2"
}

.fa-image:before {
  content: "\F03E"
}

.fa-images:before {
  content: "\F302"
}

.fa-imdb:before {
  content: "\F2D8"
}

.fa-inbox:before {
  content: "\F01C"
}

.fa-indent:before {
  content: "\F03C"
}

.fa-industry:before {
  content: "\F275"
}

.fa-info:before {
  content: "\F129"
}

.fa-info-circle:before {
  content: "\F05A"
}

.fa-instagram:before {
  content: "\F16D"
}

.fa-internet-explorer:before {
  content: "\F26B"
}

.fa-ioxhost:before {
  content: "\F208"
}

.fa-italic:before {
  content: "\F033"
}

.fa-itunes:before {
  content: "\F3B4"
}

.fa-itunes-note:before {
  content: "\F3B5"
}

.fa-jenkins:before {
  content: "\F3B6"
}

.fa-joget:before {
  content: "\F3B7"
}

.fa-joomla:before {
  content: "\F1AA"
}

.fa-js:before {
  content: "\F3B8"
}

.fa-js-square:before {
  content: "\F3B9"
}

.fa-jsfiddle:before {
  content: "\F1CC"
}

.fa-key:before {
  content: "\F084"
}

.fa-keyboard:before {
  content: "\F11C"
}

.fa-keycdn:before {
  content: "\F3BA"
}

.fa-kickstarter:before {
  content: "\F3BB"
}

.fa-kickstarter-k:before {
  content: "\F3BC"
}

.fa-korvue:before {
  content: "\F42F"
}

.fa-language:before {
  content: "\F1AB"
}

.fa-laptop:before {
  content: "\F109"
}

.fa-laravel:before {
  content: "\F3BD"
}

.fa-lastfm:before {
  content: "\F202"
}

.fa-lastfm-square:before {
  content: "\F203"
}

.fa-leaf:before {
  content: "\F06C"
}

.fa-leanpub:before {
  content: "\F212"
}

.fa-lemon:before {
  content: "\F094"
}

.fa-less:before {
  content: "\F41D"
}

.fa-level-down-alt:before {
  content: "\F3BE"
}

.fa-level-up-alt:before {
  content: "\F3BF"
}

.fa-life-ring:before {
  content: "\F1CD"
}

.fa-lightbulb:before {
  content: "\F0EB"
}

.fa-line:before {
  content: "\F3C0"
}

.fa-link:before {
  content: "\F0C1"
}

.fa-linkedin:before {
  content: "\F08C"
}

.fa-linkedin-in:before {
  content: "\F0E1"
}

.fa-linode:before {
  content: "\F2B8"
}

.fa-linux:before {
  content: "\F17C"
}

.fa-lira-sign:before {
  content: "\F195"
}

.fa-list:before {
  content: "\F03A"
}

.fa-list-alt:before {
  content: "\F022"
}

.fa-list-ol:before {
  content: "\F0CB"
}

.fa-list-ul:before {
  content: "\F0CA"
}

.fa-location-arrow:before {
  content: "\F124"
}

.fa-lock:before {
  content: "\F023"
}

.fa-lock-open:before {
  content: "\F3C1"
}

.fa-long-arrow-alt-down:before {
  content: "\F309"
}

.fa-long-arrow-alt-left:before {
  content: "\F30A"
}

.fa-long-arrow-alt-right:before {
  content: "\F30B"
}

.fa-long-arrow-alt-up:before {
  content: "\F30C"
}

.fa-low-vision:before {
  content: "\F2A8"
}

.fa-lyft:before {
  content: "\F3C3"
}

.fa-magento:before {
  content: "\F3C4"
}

.fa-magic:before {
  content: "\F0D0"
}

.fa-magnet:before {
  content: "\F076"
}

.fa-male:before {
  content: "\F183"
}

.fa-map:before {
  content: "\F279"
}

.fa-map-marker:before {
  content: "\F041"
}

.fa-map-marker-alt:before {
  content: "\F3C5"
}

.fa-map-pin:before {
  content: "\F276"
}

.fa-map-signs:before {
  content: "\F277"
}

.fa-mars:before {
  content: "\F222"
}

.fa-mars-double:before {
  content: "\F227"
}

.fa-mars-stroke:before {
  content: "\F229"
}

.fa-mars-stroke-h:before {
  content: "\F22B"
}

.fa-mars-stroke-v:before {
  content: "\F22A"
}

.fa-maxcdn:before {
  content: "\F136"
}

.fa-medapps:before {
  content: "\F3C6"
}

.fa-medium:before {
  content: "\F23A"
}

.fa-medium-m:before {
  content: "\F3C7"
}

.fa-medkit:before {
  content: "\F0FA"
}

.fa-medrt:before {
  content: "\F3C8"
}

.fa-meetup:before {
  content: "\F2E0"
}

.fa-meh:before {
  content: "\F11A"
}

.fa-mercury:before {
  content: "\F223"
}

.fa-microchip:before {
  content: "\F2DB"
}

.fa-microphone:before {
  content: "\F130"
}

.fa-microphone-slash:before {
  content: "\F131"
}

.fa-microsoft:before {
  content: "\F3CA"
}

.fa-minus:before {
  content: "\F068"
}

.fa-minus-circle:before {
  content: "\F056"
}

.fa-minus-square:before {
  content: "\F146"
}

.fa-mix:before {
  content: "\F3CB"
}

.fa-mixcloud:before {
  content: "\F289"
}

.fa-mizuni:before {
  content: "\F3CC"
}

.fa-mobile:before {
  content: "\F10B"
}

.fa-mobile-alt:before {
  content: "\F3CD"
}

.fa-modx:before {
  content: "\F285"
}

.fa-monero:before {
  content: "\F3D0"
}

.fa-money-bill-alt:before {
  content: "\F3D1"
}

.fa-moon:before {
  content: "\F186"
}

.fa-motorcycle:before {
  content: "\F21C"
}

.fa-mouse-pointer:before {
  content: "\F245"
}

.fa-music:before {
  content: "\F001"
}

.fa-napster:before {
  content: "\F3D2"
}

.fa-neuter:before {
  content: "\F22C"
}

.fa-newspaper:before {
  content: "\F1EA"
}

.fa-nintendo-switch:before {
  content: "\F418"
}

.fa-node:before {
  content: "\F419"
}

.fa-node-js:before {
  content: "\F3D3"
}

.fa-npm:before {
  content: "\F3D4"
}

.fa-ns8:before {
  content: "\F3D5"
}

.fa-nutritionix:before {
  content: "\F3D6"
}

.fa-object-group:before {
  content: "\F247"
}

.fa-object-ungroup:before {
  content: "\F248"
}

.fa-odnoklassniki:before {
  content: "\F263"
}

.fa-odnoklassniki-square:before {
  content: "\F264"
}

.fa-opencart:before {
  content: "\F23D"
}

.fa-openid:before {
  content: "\F19B"
}

.fa-opera:before {
  content: "\F26A"
}

.fa-optin-monster:before {
  content: "\F23C"
}

.fa-osi:before {
  content: "\F41A"
}

.fa-outdent:before {
  content: "\F03B"
}

.fa-page4:before {
  content: "\F3D7"
}

.fa-pagelines:before {
  content: "\F18C"
}

.fa-paint-brush:before {
  content: "\F1FC"
}

.fa-palfed:before {
  content: "\F3D8"
}

.fa-paper-plane:before {
  content: "\F1D8"
}

.fa-paperclip:before {
  content: "\F0C6"
}

.fa-paragraph:before {
  content: "\F1DD"
}

.fa-paste:before {
  content: "\F0EA"
}

.fa-patreon:before {
  content: "\F3D9"
}

.fa-pause:before {
  content: "\F04C"
}

.fa-pause-circle:before {
  content: "\F28B"
}

.fa-paw:before {
  content: "\F1B0"
}

.fa-paypal:before {
  content: "\F1ED"
}

.fa-pen-square:before {
  content: "\F14B"
}

.fa-pencil-alt:before {
  content: "\F303"
}

.fa-percent:before {
  content: "\F295"
}

.fa-periscope:before {
  content: "\F3DA"
}

.fa-phabricator:before {
  content: "\F3DB"
}

.fa-phoenix-framework:before {
  content: "\F3DC"
}

.fa-phone:before {
  content: "\F095"
}

.fa-phone-square:before {
  content: "\F098"
}

.fa-phone-volume:before {
  content: "\F2A0"
}

.fa-php:before {
  content: "\F457"
}

.fa-pied-piper:before {
  content: "\F2AE"
}

.fa-pied-piper-alt:before {
  content: "\F1A8"
}

.fa-pied-piper-pp:before {
  content: "\F1A7"
}

.fa-pinterest:before {
  content: "\F0D2"
}

.fa-pinterest-p:before {
  content: "\F231"
}

.fa-pinterest-square:before {
  content: "\F0D3"
}

.fa-plane:before {
  content: "\F072"
}

.fa-play:before {
  content: "\F04B"
}

.fa-play-circle:before {
  content: "\F144"
}

.fa-playstation:before {
  content: "\F3DF"
}

.fa-plug:before {
  content: "\F1E6"
}

.fa-plus:before {
  content: "\F067"
}

.fa-plus-circle:before {
  content: "\F055"
}

.fa-plus-square:before {
  content: "\F0FE"
}

.fa-podcast:before {
  content: "\F2CE"
}

.fa-pound-sign:before {
  content: "\F154"
}

.fa-power-off:before {
  content: "\F011"
}

.fa-print:before {
  content: "\F02F"
}

.fa-product-hunt:before {
  content: "\F288"
}

.fa-pushed:before {
  content: "\F3E1"
}

.fa-puzzle-piece:before {
  content: "\F12E"
}

.fa-python:before {
  content: "\F3E2"
}

.fa-qq:before {
  content: "\F1D6"
}

.fa-qrcode:before {
  content: "\F029"
}

.fa-question:before {
  content: "\F128"
}

.fa-question-circle:before {
  content: "\F059"
}

.fa-quidditch:before {
  content: "\F458"
}

.fa-quinscape:before {
  content: "\F459"
}

.fa-quora:before {
  content: "\F2C4"
}

.fa-quote-left:before {
  content: "\F10D"
}

.fa-quote-right:before {
  content: "\F10E"
}

.fa-random:before {
  content: "\F074"
}

.fa-ravelry:before {
  content: "\F2D9"
}

.fa-react:before {
  content: "\F41B"
}

.fa-rebel:before {
  content: "\F1D0"
}

.fa-recycle:before {
  content: "\F1B8"
}

.fa-red-river:before {
  content: "\F3E3"
}

.fa-reddit:before {
  content: "\F1A1"
}

.fa-reddit-alien:before {
  content: "\F281"
}

.fa-reddit-square:before {
  content: "\F1A2"
}

.fa-redo:before {
  content: "\F01E"
}

.fa-redo-alt:before {
  content: "\F2F9"
}

.fa-registered:before {
  content: "\F25D"
}

.fa-rendact:before {
  content: "\F3E4"
}

.fa-renren:before {
  content: "\F18B"
}

.fa-reply:before {
  content: "\F3E5"
}

.fa-reply-all:before {
  content: "\F122"
}

.fa-replyd:before {
  content: "\F3E6"
}

.fa-resolving:before {
  content: "\F3E7"
}

.fa-retweet:before {
  content: "\F079"
}

.fa-road:before {
  content: "\F018"
}

.fa-rocket:before {
  content: "\F135"
}

.fa-rocketchat:before {
  content: "\F3E8"
}

.fa-rockrms:before {
  content: "\F3E9"
}

.fa-rss:before {
  content: "\F09E"
}

.fa-rss-square:before {
  content: "\F143"
}

.fa-ruble-sign:before {
  content: "\F158"
}

.fa-rupee-sign:before {
  content: "\F156"
}

.fa-safari:before {
  content: "\F267"
}

.fa-sass:before {
  content: "\F41E"
}

.fa-save:before {
  content: "\F0C7"
}

.fa-schlix:before {
  content: "\F3EA"
}

.fa-scribd:before {
  content: "\F28A"
}

.fa-search:before {
  content: "\F002"
}

.fa-search-minus:before {
  content: "\F010"
}

.fa-search-plus:before {
  content: "\F00E"
}

.fa-searchengin:before {
  content: "\F3EB"
}

.fa-sellcast:before {
  content: "\F2DA"
}

.fa-sellsy:before {
  content: "\F213"
}

.fa-server:before {
  content: "\F233"
}

.fa-servicestack:before {
  content: "\F3EC"
}

.fa-share:before {
  content: "\F064"
}

.fa-share-alt:before {
  content: "\F1E0"
}

.fa-share-alt-square:before {
  content: "\F1E1"
}

.fa-share-square:before {
  content: "\F14D"
}

.fa-shekel-sign:before {
  content: "\F20B"
}

.fa-shield-alt:before {
  content: "\F3ED"
}

.fa-ship:before {
  content: "\F21A"
}

.fa-shirtsinbulk:before {
  content: "\F214"
}

.fa-shopping-bag:before {
  content: "\F290"
}

.fa-shopping-basket:before {
  content: "\F291"
}

.fa-shopping-cart:before {
  content: "\F07A"
}

.fa-shower:before {
  content: "\F2CC"
}

.fa-sign-in-alt:before {
  content: "\F2F6"
}

.fa-sign-language:before {
  content: "\F2A7"
}

.fa-sign-out-alt:before {
  content: "\F2F5"
}

.fa-signal:before {
  content: "\F012"
}

.fa-simplybuilt:before {
  content: "\F215"
}

.fa-sistrix:before {
  content: "\F3EE"
}

.fa-sitemap:before {
  content: "\F0E8"
}

.fa-skyatlas:before {
  content: "\F216"
}

.fa-skype:before {
  content: "\F17E"
}

.fa-slack:before {
  content: "\F198"
}

.fa-slack-hash:before {
  content: "\F3EF"
}

.fa-sliders-h:before {
  content: "\F1DE"
}

.fa-slideshare:before {
  content: "\F1E7"
}

.fa-smile:before {
  content: "\F118"
}

.fa-snapchat:before {
  content: "\F2AB"
}

.fa-snapchat-ghost:before {
  content: "\F2AC"
}

.fa-snapchat-square:before {
  content: "\F2AD"
}

.fa-snowflake:before {
  content: "\F2DC"
}

.fa-sort:before {
  content: "\F0DC"
}

.fa-sort-alpha-down:before {
  content: "\F15D"
}

.fa-sort-alpha-up:before {
  content: "\F15E"
}

.fa-sort-amount-down:before {
  content: "\F160"
}

.fa-sort-amount-up:before {
  content: "\F161"
}

.fa-sort-down:before {
  content: "\F0DD"
}

.fa-sort-numeric-down:before {
  content: "\F162"
}

.fa-sort-numeric-up:before {
  content: "\F163"
}

.fa-sort-up:before {
  content: "\F0DE"
}

.fa-soundcloud:before {
  content: "\F1BE"
}

.fa-space-shuttle:before {
  content: "\F197"
}

.fa-speakap:before {
  content: "\F3F3"
}

.fa-spinner:before {
  content: "\F110"
}

.fa-spotify:before {
  content: "\F1BC"
}

.fa-square:before {
  content: "\F0C8"
}

.fa-square-full:before {
  content: "\F45C"
}

.fa-stack-exchange:before {
  content: "\F18D"
}

.fa-stack-overflow:before {
  content: "\F16C"
}

.fa-star:before {
  content: "\F005"
}

.fa-star-half:before {
  content: "\F089"
}

.fa-staylinked:before {
  content: "\F3F5"
}

.fa-steam:before {
  content: "\F1B6"
}

.fa-steam-square:before {
  content: "\F1B7"
}

.fa-steam-symbol:before {
  content: "\F3F6"
}

.fa-step-backward:before {
  content: "\F048"
}

.fa-step-forward:before {
  content: "\F051"
}

.fa-stethoscope:before {
  content: "\F0F1"
}

.fa-sticker-mule:before {
  content: "\F3F7"
}

.fa-sticky-note:before {
  content: "\F249"
}

.fa-stop:before {
  content: "\F04D"
}

.fa-stop-circle:before {
  content: "\F28D"
}

.fa-stopwatch:before {
  content: "\F2F2"
}

.fa-strava:before {
  content: "\F428"
}

.fa-street-view:before {
  content: "\F21D"
}

.fa-strikethrough:before {
  content: "\F0CC"
}

.fa-stripe:before {
  content: "\F429"
}

.fa-stripe-s:before {
  content: "\F42A"
}

.fa-studiovinari:before {
  content: "\F3F8"
}

.fa-stumbleupon:before {
  content: "\F1A4"
}

.fa-stumbleupon-circle:before {
  content: "\F1A3"
}

.fa-subscript:before {
  content: "\F12C"
}

.fa-subway:before {
  content: "\F239"
}

.fa-suitcase:before {
  content: "\F0F2"
}

.fa-sun:before {
  content: "\F185"
}

.fa-superpowers:before {
  content: "\F2DD"
}

.fa-superscript:before {
  content: "\F12B"
}

.fa-supple:before {
  content: "\F3F9"
}

.fa-sync:before {
  content: "\F021"
}

.fa-sync-alt:before {
  content: "\F2F1"
}

.fa-table:before {
  content: "\F0CE"
}

.fa-table-tennis:before {
  content: "\F45D"
}

.fa-tablet:before {
  content: "\F10A"
}

.fa-tablet-alt:before {
  content: "\F3FA"
}

.fa-tachometer-alt:before {
  content: "\F3FD"
}

.fa-tag:before {
  content: "\F02B"
}

.fa-tags:before {
  content: "\F02C"
}

.fa-tasks:before {
  content: "\F0AE"
}

.fa-taxi:before {
  content: "\F1BA"
}

.fa-telegram:before {
  content: "\F2C6"
}

.fa-telegram-plane:before {
  content: "\F3FE"
}

.fa-tencent-weibo:before {
  content: "\F1D5"
}

.fa-terminal:before {
  content: "\F120"
}

.fa-text-height:before {
  content: "\F034"
}

.fa-text-width:before {
  content: "\F035"
}

.fa-th:before {
  content: "\F00A"
}

.fa-th-large:before {
  content: "\F009"
}

.fa-th-list:before {
  content: "\F00B"
}

.fa-themeisle:before {
  content: "\F2B2"
}

.fa-thermometer-empty:before {
  content: "\F2CB"
}

.fa-thermometer-full:before {
  content: "\F2C7"
}

.fa-thermometer-half:before {
  content: "\F2C9"
}

.fa-thermometer-quarter:before {
  content: "\F2CA"
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8"
}

.fa-thumbs-down:before {
  content: "\F165"
}

.fa-thumbs-up:before {
  content: "\F164"
}

.fa-thumbtack:before {
  content: "\F08D"
}

.fa-ticket-alt:before {
  content: "\F3FF"
}

.fa-times:before {
  content: "\F00D"
}

.fa-times-circle:before {
  content: "\F057"
}

.fa-tint:before {
  content: "\F043"
}

.fa-toggle-off:before {
  content: "\F204"
}

.fa-toggle-on:before {
  content: "\F205"
}

.fa-trademark:before {
  content: "\F25C"
}

.fa-train:before {
  content: "\F238"
}

.fa-transgender:before {
  content: "\F224"
}

.fa-transgender-alt:before {
  content: "\F225"
}

.fa-trash:before {
  content: "\F1F8"
}

.fa-trash-alt:before {
  content: "\F2ED"
}

.fa-tree:before {
  content: "\F1BB"
}

.fa-trello:before {
  content: "\F181"
}

.fa-tripadvisor:before {
  content: "\F262"
}

.fa-trophy:before {
  content: "\F091"
}

.fa-truck:before {
  content: "\F0D1"
}

.fa-tty:before {
  content: "\F1E4"
}

.fa-tumblr:before {
  content: "\F173"
}

.fa-tumblr-square:before {
  content: "\F174"
}

.fa-tv:before {
  content: "\F26C"
}

.fa-twitch:before {
  content: "\F1E8"
}

.fa-twitter:before {
  content: "\F099"
}

.fa-twitter-square:before {
  content: "\F081"
}

.fa-typo3:before {
  content: "\F42B"
}

.fa-uber:before {
  content: "\F402"
}

.fa-uikit:before {
  content: "\F403"
}

.fa-umbrella:before {
  content: "\F0E9"
}

.fa-underline:before {
  content: "\F0CD"
}

.fa-undo:before {
  content: "\F0E2"
}

.fa-undo-alt:before {
  content: "\F2EA"
}

.fa-uniregistry:before {
  content: "\F404"
}

.fa-universal-access:before {
  content: "\F29A"
}

.fa-university:before {
  content: "\F19C"
}

.fa-unlink:before {
  content: "\F127"
}

.fa-unlock:before {
  content: "\F09C"
}

.fa-unlock-alt:before {
  content: "\F13E"
}

.fa-untappd:before {
  content: "\F405"
}

.fa-upload:before {
  content: "\F093"
}

.fa-usb:before {
  content: "\F287"
}

.fa-user:before {
  content: "\F007"
}

.fa-user-circle:before {
  content: "\F2BD"
}

.fa-user-md:before {
  content: "\F0F0"
}

.fa-user-plus:before {
  content: "\F234"
}

.fa-user-secret:before {
  content: "\F21B"
}

.fa-user-times:before {
  content: "\F235"
}

.fa-users:before {
  content: "\F0C0"
}

.fa-ussunnah:before {
  content: "\F407"
}

.fa-utensil-spoon:before {
  content: "\F2E5"
}

.fa-utensils:before {
  content: "\F2E7"
}

.fa-vaadin:before {
  content: "\F408"
}

.fa-venus:before {
  content: "\F221"
}

.fa-venus-double:before {
  content: "\F226"
}

.fa-venus-mars:before {
  content: "\F228"
}

.fa-viacoin:before {
  content: "\F237"
}

.fa-viadeo:before {
  content: "\F2A9"
}

.fa-viadeo-square:before {
  content: "\F2AA"
}

.fa-viber:before {
  content: "\F409"
}

.fa-video:before {
  content: "\F03D"
}

.fa-vimeo:before {
  content: "\F40A"
}

.fa-vimeo-square:before {
  content: "\F194"
}

.fa-vimeo-v:before {
  content: "\F27D"
}

.fa-vine:before {
  content: "\F1CA"
}

.fa-vk:before {
  content: "\F189"
}

.fa-vnv:before {
  content: "\F40B"
}

.fa-volleyball-ball:before {
  content: "\F45F"
}

.fa-volume-down:before {
  content: "\F027"
}

.fa-volume-off:before {
  content: "\F026"
}

.fa-volume-up:before {
  content: "\F028"
}

.fa-vuejs:before {
  content: "\F41F"
}

.fa-weibo:before {
  content: "\F18A"
}

.fa-weixin:before {
  content: "\F1D7"
}

.fa-whatsapp:before {
  content: "\F232"
}

.fa-whatsapp-square:before {
  content: "\F40C"
}

.fa-wheelchair:before {
  content: "\F193"
}

.fa-whmcs:before {
  content: "\F40D"
}

.fa-wifi:before {
  content: "\F1EB"
}

.fa-wikipedia-w:before {
  content: "\F266"
}

.fa-window-close:before {
  content: "\F410"
}

.fa-window-maximize:before {
  content: "\F2D0"
}

.fa-window-minimize:before {
  content: "\F2D1"
}

.fa-window-restore:before {
  content: "\F2D2"
}

.fa-windows:before {
  content: "\F17A"
}

.fa-won-sign:before {
  content: "\F159"
}

.fa-wordpress:before {
  content: "\F19A"
}

.fa-wordpress-simple:before {
  content: "\F411"
}

.fa-wpbeginner:before {
  content: "\F297"
}

.fa-wpexplorer:before {
  content: "\F2DE"
}

.fa-wpforms:before {
  content: "\F298"
}

.fa-wrench:before {
  content: "\F0AD"
}

.fa-xbox:before {
  content: "\F412"
}

.fa-xing:before {
  content: "\F168"
}

.fa-xing-square:before {
  content: "\F169"
}

.fa-y-combinator:before {
  content: "\F23B"
}

.fa-yahoo:before {
  content: "\F19E"
}

.fa-yandex:before {
  content: "\F413"
}

.fa-yandex-international:before {
  content: "\F414"
}

.fa-yelp:before {
  content: "\F1E9"
}

.fa-yen-sign:before {
  content: "\F157"
}

.fa-yoast:before {
  content: "\F2B1"
}

.fa-youtube:before {
  content: "\F167"
}

.fa-youtube-square:before {
  content: "\F431"
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url('../../../../eut/clientlib/resources/font/shariff/fa-brands-400.eot');
  src: url('../../../../eut/clientlib/resources/font/shariff/fa-brands-400.eot?#iefix') format("embedded-opentype"), url('../../../../eut/clientlib/resources/font/shariff/fa-brands-400.woff2') format("woff2"), url('../../../../eut/clientlib/resources/font/shariff/fa-brands-400.woff') format("woff"), url('../../../../eut/clientlib/resources/font/shariff/fa-brands-400.ttf') format("truetype"), url('../../../../eut/clientlib/resources/font/shariff/fa-brands-400.svg#fontawesome') format("svg")
}

.fab {
  font-family: Font Awesome\ 5 Brands
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 400;
  src: url('../../../../eut/clientlib/resources/font/shariff/fa-regular-400.eot');
  src: url('../../../../eut/clientlib/resources/font/shariff/fa-regular-400.eot?#iefix') format("embedded-opentype"), url('../../../../eut/clientlib/resources/font/shariff/fa-regular-400.woff2') format("woff2"), url('../../../../eut/clientlib/resources/font/shariff/fa-regular-400.woff') format("woff"), url('../../../../eut/clientlib/resources/font/shariff/fa-regular-400.ttf') format("truetype"), url('../../../../eut/clientlib/resources/font/shariff/fa-regular-400.svg#fontawesome') format("svg")
}

.far {
  font-weight: 400
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  src: url('../../../../eut/clientlib/resources/font/shariff/fa-solid-900.eot');
  src: url('../../../../eut/clientlib/resources/font/shariff/fa-solid-900.eot?#iefix') format("embedded-opentype"), url('../../../../eut/clientlib/resources/font/shariff/fa-solid-900.woff2') format("woff2"), url('../../../../eut/clientlib/resources/font/shariff/fa-solid-900.woff') format("woff"), url('../../../../eut/clientlib/resources/font/shariff/fa-solid-900.ttf') format("truetype"), url('../../../../eut/clientlib/resources/font/shariff/fa-solid-900.svg#fontawesome') format("svg")
}

.fa,
.far,
.fas {
  font-family: Font Awesome\ 5 Free
}

.fa,
.fas {
  font-weight: 900
}

.shariff:after,
.shariff:before {
  content: " ";
  display: table
}

.shariff:after {
  clear: both
}

.shariff ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.shariff li {
  overflow: hidden
}

.shariff li,
.shariff li a {
  height: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.shariff li a {
  color: #fff;
  position: relative;
  display: block;
  text-decoration: none
}

.shariff li .share_count,
.shariff li .share_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  vertical-align: middle;
  line-height: 35px
}

.shariff li .fab,
.shariff li .far,
.shariff li .fas {
  width: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle
}

.shariff li .share_count {
  padding: 0 8px;
  height: 33px;
  position: absolute;
  top: 1px;
  right: 1px
}

.shariff .orientation-horizontal .info {
  -webkit-box-flex: 0
}

.shariff .orientation-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.shariff .orientation-horizontal li {
  float: left;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 35px;
  margin-right: 3%;
  margin-bottom: 10px
}

.shariff .orientation-horizontal li:last-child {
  margin-right: 0
}

.shariff .orientation-horizontal li .share_text {
  display: block;
  text-indent: -9999px;
  padding-left: 3px
}

.shariff .orientation-horizontal li .share_count {
  display: none
}

.shariff .theme-grey .shariff-button a {
  background-color: #b0b0b0
}

.shariff .theme-grey .shariff-button .share_count {
  background-color: #ccc;
  color: #333
}

.shariff .theme-white .shariff-button {
  border: 1px solid #ddd
}

.shariff .theme-white .shariff-button a {
  background-color: #fff
}

.shariff .theme-white .shariff-button a:hover {
  background-color: #eee
}

.shariff .theme-white .shariff-button .share_count {
  background-color: #fff;
  color: #999
}

.shariff .orientation-vertical.button-style-icon {
  min-width: 35px
}

.shariff .orientation-vertical.button-style-icon-count {
  min-width: 80px
}

.shariff .orientation-vertical.button-style-standard {
  min-width: 110px
}

.shariff .orientation-vertical li {
  display: block;
  width: 100%;
  margin: 5px 0
}

.shariff .orientation-vertical.button-style-icon-count li .share_count,
.shariff .orientation-vertical.button-style-standard li .share_count {
  width: 24px;
  text-align: right
}

@media only screen and (min-width:360px) {
  .shariff .orientation-horizontal li {
    margin-right: 5.8%
  }
  .shariff .orientation-horizontal.button-style-icon-count li,
  .shariff .orientation-horizontal.button-style-standard li {
    min-width: 80px
  }
  .shariff .orientation-horizontal.button-style-icon-count li .share_count,
  .shariff .orientation-horizontal.button-style-standard li .share_count {
    display: block
  }
  .shariff .orientation-horizontal.button-style-standard li {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li,
  .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li {
    min-width: 110px;
    max-width: 160px
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li .share_text,
  .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li .share_text {
    text-indent: 0;
    display: inline
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li,
  .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

@media only screen and (min-width:640px) {
  .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li {
    min-width: 110px;
    max-width: 160px
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li .share_text {
    text-indent: 0;
    display: inline
  }
}

@media only screen and (min-width:768px) {
  .shariff .orientation-horizontal.button-style-standard li {
    min-width: 110px;
    max-width: 160px
  }
  .shariff .orientation-horizontal.button-style-standard li .share_text {
    text-indent: 0;
    display: inline
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li,
  .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }
}

@media only screen and (min-width:1024px) {
  .shariff li,
  .shariff li a {
    height: 30px
  }
  .shariff li .fab,
  .shariff li .far,
  .shariff li .fas {
    width: 30px;
    line-height: 30px
  }
  .shariff li .share_count,
  .shariff li .share_text {
    line-height: 30px
  }
  .shariff li .share_count {
    height: 28px
  }
}

.shariff .addthis a {
  background-color: #f8694d
}

.shariff .addthis a:hover {
  background-color: #f75b44
}

.shariff .addthis .fa-plus {
  font-size: 14px
}

.shariff .addthis .share_count {
  color: #f8694d;
  background-color: #f1b8b0
}

.shariff .theme-white .addthis a {
  color: #f8694d
}

@media only screen and (min-width:600px) {
  .shariff .addthis .fa-plus {
    font-size: 14px;
    position: relative;
    top: 1px
  }
}

.shariff .diaspora a {
  background-color: #999
}

.shariff .diaspora a:hover {
  background-color: #b3b3b3
}

.shariff .diaspora .fa-times-circle {
  font-size: 17px
}

.shariff .theme-white .diaspora a {
  color: #999
}

@media only screen and (min-width:600px) {
  .shariff .diaspora .fa-times-circle {
    font-size: 16px
  }
}

.shariff .facebook a {
  background-color: #3b5998
}

.shariff .facebook a:hover {
  background-color: #4273c8
}

.shariff .facebook .fa-facebook-f {
  font-size: 22px
}

.shariff .facebook .share_count {
  color: #183a75;
  background-color: #99adcf
}

.shariff .theme-white .facebook a {
  color: #3b5998
}

@media only screen and (min-width:600px) {
  .shariff .facebook .fa-facebook-f {
    font-size: 19px
  }
}

.shariff .flattr a {
  background-color: #7ea352
}

.shariff .flattr a:hover {
  background-color: #f67c1a
}

.shariff .flattr a:hover .share_count {
  color: #d56308;
  background-color: #fab47c
}

.shariff .flattr .fa-money-bill-alt {
  font-size: 22px
}

.shariff .flattr .share_count {
  color: #648141;
  background-color: #b0c893
}

.shariff .theme-white .flattr a {
  color: #f67c1a
}

@media only screen and (min-width:600px) {
  .shariff .flattr .fa-money-bill-alt {
    font-size: 19px
  }
}

.shariff .flipboard a {
  background-color: #e12828
}

.shariff .flipboard a:hover {
  background-color: #ff2e2e
}

.shariff .flipboard .fa-flipboard {
  font-size: 22px
}

.shariff .theme-white .flipboard a {
  color: #e12828
}

@media only screen and (min-width:600px) {
  .shariff .flipboard .fa-flipboard {
    font-size: 19px
  }
}

.shariff .googleplus a {
  background-color: #d34836
}

.shariff .googleplus a:hover {
  background-color: #f75b44
}

.shariff .googleplus .fa-google-plus-g {
  font-size: 22px
}

.shariff .googleplus .share_count {
  color: #a31601;
  background-color: #eda79d
}

.shariff .theme-white .googleplus a {
  color: #d34836
}

@media only screen and (min-width:600px) {
  .shariff .googleplus .fa-google-plus-g {
    font-size: 19px
  }
}

.shariff .info {
  border: 1px solid #ccc
}

.shariff .info a {
  color: #666;
  background-color: #fff
}

.shariff .info a:hover {
  background-color: #efefef
}

.shariff .info .fa-info {
  font-size: 20px;
  width: 33px
}

.shariff .info .share_text {
  display: block!important;
  text-indent: -9999px!important
}

.shariff .theme-grey .info a {
  background-color: #fff
}

.shariff .theme-grey .info a:hover {
  background-color: #efefef
}

.shariff .orientation-vertical .info {
  width: 35px;
  float: right
}

@media only screen and (min-width:360px) {
  .shariff .orientation-horizontal .info {
    -webkit-box-flex: 0!important;
    -ms-flex: none!important;
    flex: none!important;
    width: 35px;
    min-width: 35px!important
  }
}

@media only screen and (min-width:1024px) {
  .shariff .info .fa-info {
    font-size: 16px;
    width: 23px
  }
  .shariff .orientation-horizontal .info {
    width: 25px;
    min-width: 25px!important
  }
  .shariff .orientation-vertical .info {
    width: 25px
  }
}

.shariff .linkedin a {
  background-color: #0077b5
}

.shariff .linkedin a:hover {
  background-color: #0369a0
}

.shariff .linkedin .fa-linkedin-in {
  font-size: 22px
}

.shariff .linkedin .share_count {
  color: #004785;
  background-color: #33aae8
}

.shariff .theme-white .linkedin a {
  color: #0077b5
}

@media only screen and (min-width:600px) {
  .shariff .linkedin .fa-linkedin-in {
    font-size: 19px
  }
}

.shariff .mail a {
  background-color: #999
}

.shariff .mail a:hover {
  background-color: #a8a8a8
}

.shariff .mail .fa-envelope {
  font-size: 21px
}

.shariff .theme-white .mail a {
  color: #999
}

@media only screen and (min-width:600px) {
  .shariff .mail .fa-envelope {
    font-size: 18px
  }
}

.shariff .print a {
  background-color: #999
}

.shariff .print a:hover {
  background-color: #a8a8a8
}

.shariff .print .fa-print {
  font-size: 21px
}

.shariff .theme-white .print a {
  color: #999
}

@media only screen and (min-width:600px) {
  .shariff .print .fa-print {
    font-size: 18px
  }
}

.shariff .pinterest a {
  background-color: #bd081c
}

.shariff .pinterest a:hover {
  background-color: #d50920
}

.shariff .pinterest .fa-pinterest-p {
  font-size: 22px
}

.shariff .pinterest .share_count {
  color: #a31601;
  background-color: #eda79d
}

.shariff .theme-white .pinterest a {
  color: #bd081c
}

@media only screen and (min-width:600px) {
  .shariff .pinterest .fa-pinterest-p {
    font-size: 19px;
    position: relative;
    top: 1px
  }
}

.shariff .reddit a {
  background-color: #ff4500
}

.shariff .reddit a:hover {
  background-color: #ff6a33
}

.shariff .reddit .fa-reddit {
  font-size: 17px
}

.shariff .theme-white .reddit a {
  color: #ff4500
}

@media only screen and (min-width:600px) {
  .shariff .reddit .fa-reddit {
    font-size: 16px
  }
}

.shariff .stumbleupon a {
  background-color: #eb4924
}

.shariff .stumbleupon a:hover {
  background-color: #ef7053
}

.shariff .stumbleupon .fa-stumbleupon {
  font-size: 17px
}

.shariff .theme-white .stumbleupon a {
  color: #eb4924
}

@media only screen and (min-width:600px) {
  .shariff .stumbleupon .fa-stumbleupon {
    font-size: 16px
  }
}

.shariff .twitter a {
  background-color: #55acee
}

.shariff .twitter a:hover {
  background-color: #32bbf5
}

.shariff .twitter .fa-twitter {
  font-size: 28px
}

.shariff .twitter .share_count {
  color: #0174a4;
  background-color: #96d4ee
}

.shariff .theme-white .twitter a {
  color: #55acee
}

@media only screen and (min-width:600px) {
  .shariff .twitter .fa-twitter {
    font-size: 24px
  }
}

.shariff .whatsapp a {
  background-color: #5cbe4a
}

.shariff .whatsapp a:hover {
  background-color: #34af23
}

.shariff .whatsapp .fa-whatsapp {
  font-size: 28px
}

.shariff .theme-white .whatsapp a {
  color: #5cbe4a
}

@media only screen and (min-width:600px) {
  .shariff .whatsapp .fa-whatsapp {
    font-size: 22px
  }
}

.shariff .xing a {
  background-color: #126567
}

.shariff .xing a:hover {
  background-color: #29888a
}

.shariff .xing .fa-xing {
  font-size: 22px
}

.shariff .xing .share_count {
  color: #15686a;
  background-color: #4fa5a7
}

.shariff .theme-white .xing a {
  color: #126567
}

@media only screen and (min-width:600px) {
  .shariff .xing .fa-xing {
    font-size: 19px
  }
}

.shariff .tumblr a {
  background-color: #36465d
}

.shariff .tumblr a:hover {
  background-color: #44546b
}

.shariff .tumblr .fa-tumblr {
  font-size: 28px
}

.shariff .theme-white .tumblr a {
  color: #5cbe4a
}

@media only screen and (min-width:600px) {
  .shariff .tumblr .fa-tumblr {
    font-size: 22px
  }
}

.shariff .threema a {
  background-color: #333
}

.shariff .threema a:hover {
  background-color: #1f1f1f
}

.shariff .threema .fa-lock {
  font-size: 28px
}

.shariff .theme-white .threema a {
  color: #333
}

@media only screen and (min-width:600px) {
  .shariff .threema .fa-lock {
    font-size: 22px
  }
}

.shariff .weibo a {
  background-color: #f56770
}

.shariff .weibo a:hover {
  background-color: #fa7f8a
}

.shariff .weibo .fa-weibo {
  font-size: 28px
}

.shariff .weibo .share_count {
  color: #0174a4;
  background-color: #f56770
}

.shariff .theme-white .weibo a {
  color: #f56770
}

@media only screen and (min-width:600px) {
  .shariff .weibo .fa-weibo {
    font-size: 24px
  }
}

.shariff .tencent-weibo a {
  background-color: #26ace0
}

.shariff .tencent-weibo a:hover {
  background-color: #38bbeb
}

.shariff .tencent-weibo .fa-tencent-weibo {
  font-size: 28px
}

.shariff .tencent-weibo .share_count {
  color: #0174a4;
  background-color: #26ace0
}

.shariff .theme-white .tencent-weibo a {
  color: #26ace0
}

@media only screen and (min-width:600px) {
  .shariff .tencent-weibo .fa-tencent-weibo {
    font-size: 24px
  }
}

.shariff .telegram a {
  background-color: #08c
}

.shariff .telegram a:hover {
  background-color: #007dbb
}

.shariff .telegram .fa-telegram {
  font-size: 28px
}

.shariff .theme-white .telegram a {
  color: #08c
}

@media only screen and (min-width:600px) {
  .shariff .telegram .fa-telegram {
    font-size: 22px
  }
}

.shariff .qzone a {
  background-color: #2b82d9
}

.shariff .qzone a:hover {
  background-color: #398fe6
}

.shariff .qzone .fa-qq {
  font-size: 28px
}

.shariff .qzone .share_count {
  color: #0174a4;
  background-color: #2b82d9
}

.shariff .theme-white .qzone a {
  color: #2b82d9
}

@media only screen and (min-width:600px) {
  .shariff .qzone .fa-qq {
    font-size: 24px
  }
}

.shariff .vk a {
  background-color: #5d7fa4
}

.shariff .vk a:hover {
  background-color: #678eb4
}

.shariff .vk .fa-vk {
  font-size: 22px
}

.shariff .vk .share_count {
  color: #55677d;
  background-color: #fff
}

.shariff .theme-white .vk a {
  color: #3b5998
}

@media only screen and (min-width:600px) {
  .shariff .vk .fa-vk {
    font-size: 19px
  }
}

.floating-banner {
  width: 100%;
  min-height: 50px;
  margin: auto;
  position: fixed;
  bottom: 0;
  background: transparent;
  text-align: center;
  z-index: 999;
}

.floating-banner .floating-width {
  margin: auto;
  cursor: pointer;
  display: table;
  width: 100%;
}

.floating-banner div {
  color: #fff;
  background: #7E8083;
  height: 100%;
  line-height: 50px;
  font-weight: bold;
  font-size: 40px;
}

.floating-banner div a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  vertical-align: top;
}

.floating-banner-desc {
  width: 100%;
  background: transparent;
  min-height: 50px;
}

.floating-banner-desc .col-sm-2 {
  margin: 0;
  padding: 10px 20px;
  background: #B91A30;
  color: #fff;
  height: 100%;
  display: block;
  font-size: 40px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
}

.floating-banner-desc .col-sm-10 {
  margin: 0;
  background: #58595B;
  color: #fff;
  padding: 10px 20px;
  height: 100%;
  display: block;
  font-size: 20px;
}

.floating-banner-desc .col-sm-10 b {
  font-size: 26px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .floating-banner {
    min-height: 50px;
    height: auto;
  }
  .floating-banner div {
    font-size: 26px;
    line-height: 1.2;
  }
  .floating-banner .col-sm-2 {
    width: 27%;
    border-left: 1px solid #000;
  }
  .floating-banner .col-sm-10 {
    padding: 10px;
  }
  .floating-banner-desc .col-sm-2 {
    display: block;
    min-height: 26px;
    height: auto;
    font-size: 26px;
  }
  .floating-banner-desc .col-sm-10 {
    display: block;
    min-height: 75px;
    height: auto;
  }
  .floating-banner-desc .col-sm-10 p {
    margin-right: 15px;
    word-break: normal;
    font-size: 15px;
  }
  .floating-banner-desc .col-sm-10 b {
    font-size: 18px;
  }
  .floating-banner div a {
    vertical-align: middle;
    font-size: 12px;
  }
}

iframe.fleet-iframebox.h02 {
  height: 1100px;
}

.slider-play-controller.slider--pause {
  background-position: 0 -196px;
}

.slider-play-controller.slider--play {
  background-position: -40px -196px;
}

.slider-play-controller {
  background: url(../../../../../../../../content/dam/kwcms/kme/global/en/assets/static/common/banner-plays-pause.png) no-repeat left -196px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
  width: 33px;
  height: 33px;
  text-indent: -9999px;
  border: none;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .slider-play-controller {
    top: 2px;
    right: 2px;
  }
}

.eut_find_a_dealer .findADealer_ArrowIcon {
  background: url(../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/spr-common-large.png) -271px -115px no-repeat;
  float: right;
  position: relative;
  top: -13px;
  right: 14px;
  width: 15px;
  height: 29px;
}
/*.reservationlist .reservationDealer_ArrowIcon {
  background: url(../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/spr-common-large.png) -271px -115px no-repeat;
  float: right;
  position: relative;
  top: -13px;
  right: 14px;
  width: 15px;
  height: 29px;
}
 */
.ui-datepicker-calendar .ui-state-disabled {
  pointer-events: auto;
}

.optanon-alert-box-body a.banner-policy-link {
  text-decoration: underline !important;
  vertical-align: baseline;
  outline: 0;
}

.eut_ctva_t .eut_cmpe_btn {
  margin: 0 5px;
}

@media only screen and (max-width: 767px){
    .optanon-alert-box-wrapper .optanon-alert-box-logo {
        display: none !important;
    }
    .optanon-alert-box-wrapper .optanon-alert-box-body{
        margin: 0px;
        padding: 5px;
    }
    .optanon-alert-box-bg .optanon-alert-box-button-container{
        margin: 0px;
    }
    .optanon-alert-box-wrapper .optanon-alert-box-button{
        display: inline-block;
        position: relative;
        margin: 3px;
        margin-bottom: 5px;
    }
    .optanon-alert-box-wrapper .optanon-alert-box-button-middle{
        padding: 8px 2px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
  .s-hidden {
    display: none !important;
  }

  .m-only {
    display: none;
  }

  .l-only {
    display: none;
  }

  .xl-only {
    display: none;
  }

  #eut_footer .site_info ul li {
    padding: 10px 30px 6px 0;
    position: relative;
  }

  #eut_footer .site_info ul li::after {
    position: absolute;
    right: 14px;
    top: 16px;
    display: block;
    width: 1px;
    height: 10px;
    background: #f7f8f8;
    opacity: 0.2;
    content: '';
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .m-hidden {
    display: none !important;
  }

  .s-only {
    display: none;
  }

  .l-only {
    display: none;
  }

  .xl-only {
    display: none;
  }

  #eut_footer .site_info ul li {
    padding: 8px 30px 10px 0;
    position: relative;
  }

  #eut_footer .site_info ul li::after {
    position: absolute;
    right: 14px;
    top: 14px;
    display: block;
    width: 1px;
    height: 10px;
    background: #f7f8f8;
    opacity: 0.2;
    content: '';
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .l-hidden {
    display: none !important;
  }

  .s-only {
    display: none;
  }

  .m-only {
    display: none;
  }

  .xl-only {
    display: none;
  }

}

@media (min-width: 1440px) {
  .xl-hidden {
    display: none !important;
  }

  .s-only {
    display: none;
  }

  .m-only {
    display: none;
  }

  .l-only {
    display: none;
  }
}

.circles {
  z-index: 1;
  position: absolute;
  width: 100%;
  max-width: 1920px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  max-height: 2px;
  justify-content: center;
}

.circles li {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-right: 10px;
  background-color: transparent;
  margin-top: -15px;
}

.circles li::after {
  display: block;
  content: '';
  width: 40px;
  height: 30px;
  opacity: 0.2;

  background: linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
}

.circles li:last-child {
    margin-right: 0;
}

.circles li.active::after {
  opacity: 1;
}

@media (max-width: 320px) {
  .circles li::after,
  .circles li {
    width: 30px;
  }
}

.mainContainer {
    position: relative;
}
@media (max-width: 767px) {
    #contents.main .mainBase .eut_main_type4 .key_visual .text_wrap .button_wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    a.eut_cmpe_btn_home.homepage {
        min-width: 313px;
        margin-bottom: 10px;
        margin-right: 0;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;

    }
}

@media (max-width: 320px) {
  a.eut_cmpe_btn_home.homepage {
    min-width: 90%;
  }
}
@media (max-width: 250px) {
  #contents.main .eut_main_type4 .key_visual .text_wrap {
    bottom: 0!important;
    background-color: #05141f;
    position: relative;
    height: 100%;
    min-height: auto;
  }
  .circles {
    top: 100vw!important;
  }
}
/* importants due to external styling files, not accesible */
.wltp-tl-container, .wltp-tl-arrowhead {
  background-color: #05141f !important;
}

.guarantee_image {
    position: absolute;
    bottom: 10px;
    width: 119px;
    height: 96px;
    left: 10px;
    background-size: cover;
}

 #contents.main .eut_main_type4 .key_visual.guarantee .text_wrap:after {
    content: none;
    display: none;
}


.eut_tn3 .eut_tn3_slide .right .item .tn3Base_2 .list_txt_box p.title.txt_fff, .eut_tn3 .eut_tn3_slide .left .item .tn3Base_3 .list_txt_box p.title.txt_fff{

	color : #fff;
}

.eut_tn3 .eut_tn3_slide .right .item .tn3Base_2 .list_txt_box p.title.txt_333, .eut_tn3 .eut_tn3_slide .left .item .tn3Base_3 .list_txt_box p.title.txt_333{

  color: #05141f;
}



.eut_tn3 .eut_tn3_slide .right .item .list_txt_box a.txt_fff ,
.eut_tn3 .eut_tn3_slide .left .bottom .item .list_txt_box a.txt_fff,
.eut_tn3 .eut_tn3_slide .left .item .list_txt_box a.txt_fff
{
color : #fff;
}


.eut_tn3 .eut_tn3_slide .right .item .list_txt_box a.txt_333 ,
.eut_tn3 .eut_tn3_slide .left .bottom .item .list_txt_box a.txt_333,
.eut_tn3 .eut_tn3_slide .left .item .list_txt_box a.txt_333
                    {

    color: #05141f;

}
a.txt_fff.eut_cmpe_btn_text:before{
                                background:url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_right_white.svg") 0 0 no-repeat
                            }
a.txt_333.eut_cmpe_btn_text:before{
                                background:url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_right_black.svg") 0 0 no-repeat
                            }


div.video-maincontainer div div.player-container div.fp-player video {
    object-fit: cover;
}

.key_visual .img_wrap {
    display: block;
    height: 100%;
    max-height: calc(100vh - 25px);;
    min-height: 400px;
    margin-top: -10px;
}


@media (min-width: 768px) {

        .key_visual .img_wrap  {
        max-height: calc(100vh + 110px);
        min-height: 540px;
        margin-top: -100px;
    }

}
@media (min-width: 1025px) {
        .key_visual .img_wrap  {
        max-height: calc(100vh + 101px);
        min-height: 650px;
        margin-top: -100px;
    }
}
@media (min-width: 1440px) {
        .key_visual .img_wrap  {
        max-height: calc(100vh + 100px);
        min-height: 600px;
        margin-top: -120px;
    }

}
@media (min-width: 1601px) {
        .key_visual .img_wrap  {
        max-height: calc(100vh + 110px);
        min-height: 600px;
        margin-top: -140px;

    }
}



@media screen and (max-width: 767px) {
    .key_visual .text_wrap .button_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .key_visual .text_wrap {
        bottom: 160px;
    }
}

@media (max-width: 500px) {
    .key_visual .text_wrap .button_wrap {
        width: 100%;
        margin-top: 0;
    }

}
@media  (orientation: landscape)  and  (max-width: 1023px) {
    .key_visual .img_wrap {
        min-height: 900px;
    }
    .key_visual .img_wrap img {
        min-height: 900px;
    }
}

@media  (orientation: landscape)  and  (max-width: 767px) {
    .key_visual .img_wrap {
        min-height: 650px;
    }
    .key_visual .img_wrap img {
        min-height: 650px;
    }
}

@media (min-width: 767px) {
    #contents.main .eut_main_type4 .key_visual .text_wrap .sub_title {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 22px;
    }
}
@media (min-width: 767px) {
    #contents.main .eut_main_type4 .key_visual .text_wrap .title {
        margin-bottom: 18px;
    }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  #contents.main .eut_main_type4 .banners .img_wrap img {
      width: auto;
  }
}


/* KWCMSLIVE-17938 */
div.text_wrap h2.title a:hover, div.text_wrap h3.sub_title a:hover{
  text-decoration: underline ;
}
div.text_wrap h2.title a , div.text_wrap h3.sub_title a {
  text-decoration: none;
}

/* KWCMSLIVE-18996 */
.etu_op2a_list .pic_area div, .eut_op2b.op2b_op2c .pic_area div{
  height: 100%;
}
.etu_op2a_list li, .eut_op2b.op2b_op2c li {
   display: flex;
}
.eut_op2a .etu_op2a_list li>div.txt_area {
   height: auto !important;
}
.eut_op2b .pic_area, .op2b_op2c .pic_area {
   height: 176px !important;
}

/* KWCMSLIVE-21123 */
.ctaButton_secondary {background-color: #9BA1A5 !important;}
.ctaButton.ctaButton_secondary img{margin-bottom: -2px !important;}
/* KCMSLIVE-21123 */

/* Custom cookie Privacy button design */
#otc-btn-floating.otc-floating-button {
  position: fixed;
  bottom: 10px;
  opacity: 0;
  width: 50px;
  height: 50px;
  line-height: 15px;
  cursor: pointer;
  background-color: transparent;
  transition: all 300ms ease;
  z-index: 2147483646;
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-delay: 2ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: otFloatingBtnIntro; 
}
#otc-btn-floating.otc-floating-button::before,
#otc-btn-floating.otc-floating-button::after {
  text-transform: none;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  transform: scale(0);
  opacity: 0;
  transition: all 300ms ease;
  display: block;
  height: auto;
  top: 50%;
}

#otc-btn-floating.otc-floating-button::before {
  content: "";
  border: 5px solid transparent;
  z-index: 1001;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(10px, -50%);
}
#otc-btn-floating.otc-floating-button::after {
  content: attr(title);
  position: absolute;
  text-align: center;
  left: calc(100% + 5px);
  transform: translate(10px, -50%);
  font-size: .75rem;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, .35);
  background: #333;
  color: #fff;
  z-index: 2147483645;
}
#otc-btn-floating.otc-floating-button:hover::before,
#otc-btn-floating.otc-floating-button:hover::after {
  opacity: 1;
  top: 50%;
}

#otc-btn-floating .otc-floating-button__front{
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
  transition: transform .6s;
  transform-style: preserve-3d;
  background-color: #69c;
  background-image: url('../../../../../../../../content/dam/kwcms/kme/global/en/assets/common/ot_persistent_cookie_icon.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100px;
}
#otc-btn-floating .otc-floating-button__front a{
  display:block;
  height: 100%;
  width: 100%;
}

@keyframes otFloatingBtnIntro {
  0% {
      opacity: 0;
      left: -75px;
  }

  100% {
      opacity: 1;
      left: 1%;
  }
}

#eut_container .eut_cmly_section .inner .eut_tg3.eut_cmly_column3 li{
  width: unset;  
}

div.floating-wpp {
  z-index: 2000;
}

#myWhatsapp:has(textarea:focus) {
	outline: 2px solid rgb(0, 95, 204);
}

#eut_header .eut_header .eut_gnb_opener:focus,
.eut_header_navigation__searchButton:focus,
#eut_util_search.mobile-active button[type="submit"]:focus {  
  outline: 2px solid #000;
  outline-offset: 2px;
} 
html, body { margin: 0; padding: 0; }

/* ------------------------------------------------------ List style -------------------------------------------------- */
.cont_area li { list-style: disc; margin-left: 20px; display: list-item !important; }

/* ------------------------------------------------------ Disclaimer component -------------------------------------------------- */
.eut_dl1a .disclaimer { padding: 0px !important; }

/* ------------------------------------------------------ Emissions component -------------------------------------------------- */
.eut_dl1a .car_emissions { padding: 25px 0px; }

/* ------------------------------------------------------ eut_compare_cars ------------------------------------------------------ */

.eut_compare_cars .eut_cars_view .view_top_area .eut_compare_info .eut_btn_num .select_num { margin-bottom: 20px; }

.eut_dealer_info .dealer_list_info .dealer_info > li .sub_title.dealer_title { padding-left: 10px; }
.eut_dealer_info .dealer_list_info .dhtml, body { margin: 0; padding: 0; }

/* ------------------------------------------------------ List style -------------------------------------------------- */
.cont_area li { list-style: disc; margin-left: 20px; display: list-item !important; }

/* ------------------------------------------------------ Disclaimer component -------------------------------------------------- */
.eut_dl1a .disclaimer { padding: 0px !important; }

/* ------------------------------------------------------ Emissions component -------------------------------------------------- */
.eut_dl1a .car_emissions { padding: 25px 0px; }

/* ------------------------------------------------------ eut_compare_cars ------------------------------------------------------ */

.eut_compare_cars .eut_cars_view .view_top_area .eut_compare_info .eut_btn_num .select_num { margin-bottom: 20px; }

.eut_dealer_info .dealer_list_info .dealer_info > li .sub_title.dealer_title { padding-left: 10px; }
.eut_dealer_info .dealer_list_info .dealer_info > li .sub_title.dealer_title:before {background:none;}

.eut_pop_mview_detail_info_layer .group_dealer_de { padding-top: 5px; }
.eut_pop_mview_detail_info_layer .group_dealer_de .eut_cmpe_btn.small { margin-right: 40px; }


@media (max-width: 1024px)
{

  .eut_compare_cars .eut_cars_view .view_top_area .eut_compare_info .eut_btn_num .select_num {margin-bottom: 40px;}
  .eut_compare_cars .eut_cars_view .view_top_area .eut_compare_info .eut_btn_num button.eut_cmpe_btn.reset {font-size: 11px !important;}

}

@media (max-width: 767px)
{
	.eut_compare_cars .eut_cars_view .view_top_area .eut_compare_info .eut_btn_num button.eut_cmpe_btn.reset span.reset {padding: 0 5px !important;}
  .eut_compare_cars .eut_cars_view .view_top_area .eut_compare_info .eut_btn_num button.eut_cmpe_btn.reset span.reset {margin: 6px 6px 0 0 !important;}
  .de_electrification .eut_ih1.eut_ih_large .ih_slide .ih_control .ih_thumbs {top: 183px  !important;}
	.de_electrification .eutTg5 .big .tg5Base {min-height: 250px !important;}
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .txt_vat {color:#697279}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a strong { word-break: normal; }

.img_wrap_offer_teaser { position: absolute; top: 0; left: 50%; margin-left: -340px; height: inherit;}

.img_wrap_offer_teaser img {height: 100%;}

.eut_newcar_discover .eut_newcar_m05b ul li h3, .eut_newcar_discover .eut_newcar_m05b ul li h4{word-break:break-word;}

.eut_map_location .map_area.centered_map { width: 960px; margin: 0 auto; padding: 0; }
a{     vertical-align: baseline; }

@media (max-width: 768px) {
  .eut_map_location .map_area.centered_map { width: 95%; }
}
.eut_map_location .map_area .in img {height:100%;}
.eut_map_location .cnt_scr .address br{
	display:none;
}



.eut_tn3 .eut_tn3_slide .right .item .tn3Base_2 .list_txt_box p.title.txt_fff, .eut_tn3 .eut_tn3_slide .left .item .tn3Base_3 .list_txt_box p.title.txt_fff{

	color : #fff;
}

.eut_tn3 .eut_tn3_slide .right .item .tn3Base_2 .list_txt_box p.title.txt_333, .eut_tn3 .eut_tn3_slide .left .item .tn3Base_3 .list_txt_box p.title.txt_333{

  color: #05141f;
}



.eut_hf1d .type li .cont_area.eut_ctva_t {
  padding: 7px 30px 7px 0px;
}


  .player-container div video {

    height: 100% !important;
  }


  .flowplayer video.fp-engine{
    width:100vw;
  	max-width:100%;
   }


     /* .eut_ih1 .ih_slide .ix-list-viewport .ix-list-items, .eut_ih1 .ih_slide .eut_slide_item{
       width : 100vw !important ;
     } */


@media (max-width: 767px){
  .eut_common_modal_container .eut_compare_cars_popup .eut_lb_content .select_trim_wrap .eut_trim_area ul li>div.btn_btm_area{
         display :block
      }
      }


@media (max-width: 1024px){
  .eut_dealer_main .section .other{
      width : 100vw;
    }
  }


      .eut_tn3 .eut_tn3_slide .right .item .list_txt_box a.txt_fff ,
      .eut_tn3 .eut_tn3_slide .left .bottom .item .list_txt_box a.txt_fff,
      .eut_tn3 .eut_tn3_slide .left .item .list_txt_box a.txt_fff
                          {

      color : #fff;

      }


      .eut_tn3 .eut_tn3_slide .right .item .list_txt_box a.txt_333 ,
      .eut_tn3 .eut_tn3_slide .left .bottom .item .list_txt_box a.txt_333,
      .eut_tn3 .eut_tn3_slide .left .item .list_txt_box a.txt_333
                          {

          color: #05141f;

      }
      a.txt_fff.eut_cmpe_btn_text:before{
                                      background:url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_right_white.svg") 0 0 no-repeat
                                  }
      a.txt_333.eut_cmpe_btn_text:before{
                                      background:url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_right_black.svg") 0 0 no-repeat
                                  }

/*
ticket 17171
*/
.guarantee span.disclaimer-bubble__bottom-full-width > span.disclaimer-content {
  font-size:12px;}

.eut_newcar_m01 span.disclaimer-bubble__dark > span{
	background-color: #05141f40;
    }
@media  (min-width: 1025px){
  .eut_newcar_m01	span.disclaimer-bubble > span{
	padding-top: 15px;
        }
}

/*
ticket 17171
*/


.par.parsys .eut_ih1 .ih_slide .ix-list-viewport .ix-list-items,.par.parsys .eut_ih1 .ih_slide .eut_slide_item{
  width : 100vw  ;
}



div.video-maincontainer div div.player-container div.fp-player video {
  object-fit: cover; }


/*17525 */

img.bonus-overlay-desktop{
  right:5%;
}


@media screen and (max-width: 767px){
.component_list .tg_image_1.tg5Base.tg1Base div.eut_component_item div img{
  position: relative;
}


.component_list div.tg_image_1.tg1Base.tg5Base .eut_component_item .disclaimer-bubble{
margin-top:0px;
}

.eut_tg5 .tg5Base .full_link>span.btn_play {
  margin-top:1%;
/*top:117px !important;  */
}


.eut_ih1.eut_ih_large .ih_slide .ih_control .ih_thumbs {
  opacity: 1;
}

.eut_ih1.eut_ih_large .ih_slide .ih_control ul.ih_thumbs{
  top: 0 !important;
  margin: 50% 0 0 0;
}

}
span.ev-uvo-spacer{
    padding-top:41%;
}

span.disclaimer-bubble>span{
   padding: 15px 25px 15px 20px;
   /* width:210px;*/
}



/*
@media screen and (max-width: 1024px){
  .eut_ih1.eut_ih_large .ih_slide .ih_control ul.ih_thumbs{
    top: 0 !important ;
    margin: 0% 0% 0% 0%;
  }
}

@media screen and (max-width: 1024px){
.eut_ih1 .ih_slide .ix-controller.ih_control .slide_direction {
display: block;
width: 86%;
    }
}
@media screen and (max-width: 767px){
.eut_ih1.eut_ih_large .ih_slide .ix-controller.ih_control .prev,.eut_ih1.eut_ih_large .ih_slide .ix-controller.ih_control .next{

margin: 33% 0%;
  }
}
*/





/*17525 */

#eut_header.active .country-selector__wrapper  span > a{
  margin-top:0px;
}
#eut_header.active span.country-list{
  height:100%;
}
.eut_header_navigation--xl-hidden.xl-hidden .country-selector__wrapper .country-list.init-country a{
  line-height:21px;
padding-top:3%;
      }
@media only screen and (max-width: 500px){
.eut_header_navigation--xl-hidden.xl-hidden .country-selector__wrapper .country-list.init-country a{
 padding-top:4%;
      }
              }
.eut_header_navigation--xl-hidden .country-selector__wrapper .country-selector.active{
          top:80%;
      }
.eut_header_navigation--xl-hidden.xl-hidden > div.country-selector__wrapper > span > a > span.Germany {
  margin-top: 3px;
      }
#eut_header.active span.country-list.init-country:before{
              top:12px;
              left:4%
          }
@media only screen
   and (max-device-width: 667px)
   and (-webkit-min-device-pixel-ratio: 2) {

  .eut_header_navigation--xl-hidden .country-selector__wrapper .country-selector.active {
   position: absolute;

   left: 0;
   width: 100vw;
   max-width: 600px;
   height: auto;
   overflow-y: auto;
 }

 .eut_header ul.country-selector .country-list:not(.init-country) {

  width: 50%;
 }

}
ealer_info > li .sub_title.dealer_title:before {background:none;}

.eut_pop_mview_detail_info_layer .group_dealer_de { padding-top: 5px; }
.eut_pop_mview_detail_info_layer .group_dealer_de .eut_cmpe_btn.small { margin-right: 40px; }


@media (max-width: 1024px)
{

  .eut_compare_cars .eut_cars_view .view_top_area .eut_compare_info .eut_btn_num .select_num {margin-bottom: 40px;}
  .eut_compare_cars .eut_cars_view .view_top_area .eut_compare_info .eut_btn_num button.eut_cmpe_btn.reset {font-size: 11px !important;}

}

@media (max-width: 767px)
{
	.eut_compare_cars .eut_cars_view .view_top_area .eut_compare_info .eut_btn_num button.eut_cmpe_btn.reset span.reset {padding: 0 5px !important;}
  .eut_compare_cars .eut_cars_view .view_top_area .eut_compare_info .eut_btn_num button.eut_cmpe_btn.reset span.reset {margin: 6px 6px 0 0 !important;}
  .de_electrification .eut_ih1.eut_ih_large .ih_slide .ih_control .ih_thumbs {top: 183px  !important;}
	.de_electrification .eutTg5 .big .tg5Base {min-height: 250px !important;}
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .txt_vat {color:#697279}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a strong { word-break: normal; }

.img_wrap_offer_teaser { position: absolute; top: 0; left: 50%; margin-left: -340px; }

.eut_newcar_discover .eut_newcar_m05b ul li h3, .eut_newcar_discover .eut_newcar_m05b ul li h4{word-break:break-word;}

.eut_map_location .map_area.centered_map { width: 960px; margin: 0 auto; padding: 0; }
a{     vertical-align: baseline; }

@media (max-width: 768px) {
  .eut_map_location .map_area.centered_map { width: 95%; }
}
.eut_map_location .map_area .in img {height:100%;}
.eut_map_location .cnt_scr .address br{
	display:none;
}



.eut_tn3 .eut_tn3_slide .right .item .tn3Base_2 .list_txt_box p.title.txt_fff, .eut_tn3 .eut_tn3_slide .left .item .tn3Base_3 .list_txt_box p.title.txt_fff{

	color : #fff;
}

.eut_tn3 .eut_tn3_slide .right .item .tn3Base_2 .list_txt_box p.title.txt_333, .eut_tn3 .eut_tn3_slide .left .item .tn3Base_3 .list_txt_box p.title.txt_333{

  color: #05141f;
}



.eut_hf1d .type li .cont_area.eut_ctva_t {
  padding: 7px 30px 7px 0px;
}


  .player-container div video {

    height: 100% !important;
  }


  .flowplayer video.fp-engine{
    width:100vw;
  	max-width:100%;
   }


     /* .eut_ih1 .ih_slide .ix-list-viewport .ix-list-items, .eut_ih1 .ih_slide .eut_slide_item{
       width : 100vw !important ;
     } */


@media (max-width: 767px){
  .eut_common_modal_container .eut_compare_cars_popup .eut_lb_content .select_trim_wrap .eut_trim_area ul li>div.btn_btm_area{
         display :block
      }
      }


@media (max-width: 1024px){
  .eut_dealer_main .section .other{
      width : 100vw;
    }
  }


      .eut_tn3 .eut_tn3_slide .right .item .list_txt_box a.txt_fff ,
      .eut_tn3 .eut_tn3_slide .left .bottom .item .list_txt_box a.txt_fff,
      .eut_tn3 .eut_tn3_slide .left .item .list_txt_box a.txt_fff
                          {

      color : #fff;

      }


      .eut_tn3 .eut_tn3_slide .right .item .list_txt_box a.txt_333 ,
      .eut_tn3 .eut_tn3_slide .left .bottom .item .list_txt_box a.txt_333,
      .eut_tn3 .eut_tn3_slide .left .item .list_txt_box a.txt_333
                          {

          color: #05141f;

      }
      a.txt_fff.eut_cmpe_btn_text:before{
                                      background:url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_right_white.svg") 0 0 no-repeat
                                  }
      a.txt_333.eut_cmpe_btn_text:before{
                                      background:url("../../../../../../../../etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_right_black.svg") 0 0 no-repeat
                                  }

/*
ticket 17171
*/
.guarantee span.disclaimer-bubble__bottom-full-width > span.disclaimer-content {
  font-size:12px;}

.eut_newcar_m01 span.disclaimer-bubble__dark > span{
	background-color: #05141f40;
    }
@media  (min-width: 1025px){
  .eut_newcar_m01	span.disclaimer-bubble > span{
	    padding:15px 15px;
        }
}

/*
ticket 17171
*/


.par.parsys .eut_ih1 .ih_slide .ix-list-viewport .ix-list-items,.par.parsys .eut_ih1 .ih_slide .eut_slide_item{
  width : 100%  ;
}
.par.parsys .eut_ih1 .ih_slide .ix-list-viewport .ix-list-items,.par.parsys .eut_ih1 .ih_slide .eut_slide_item{
  width : 100%;
}



div.video-maincontainer div div.player-container div.fp-player video {
  object-fit: cover; }


/*17525 */

img.bonus-overlay-desktop{
  right:5%;
}


@media screen and (max-width: 767px){
.component_list .tg_image_1.tg5Base.tg1Base div.eut_component_item div img{
  position: relative;
}


.component_list div.tg_image_1.tg1Base.tg5Base .eut_component_item .disclaimer-bubble{
margin-top:0px;
}

.eut_tg5 .tg5Base .full_link>span.btn_play {
  margin-top:1%;
/*top:117px !important;  */
}


.eut_ih1.eut_ih_large .ih_slide .ih_control .ih_thumbs {
  opacity: 1;
}

.eut_ih1.eut_ih_large .ih_slide .ih_control ul.ih_thumbs{
  top: 0 !important;
  margin: 50% 0 0 0;
}

}
span.ev-uvo-spacer{
    padding-top:41%;
}
/*
span.disclaimer-bubble>span{
    padding: 15px 25px 15px 20px;
}
*/
#eut_gnb>li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.new_carbtn a{
	margin-right:20px;
}

/*
@media screen and (max-width: 1024px){
  .eut_ih1.eut_ih_large .ih_slide .ih_control ul.ih_thumbs{
    top: 0 !important ;
    margin: 0% 0% 0% 0%;
  }
}

@media screen and (max-width: 1024px){
.eut_ih1 .ih_slide .ix-controller.ih_control .slide_direction {
display: block;
width: 86%;
    }
}
@media screen and (max-width: 767px){
.eut_ih1.eut_ih_large .ih_slide .ix-controller.ih_control .prev,.eut_ih1.eut_ih_large .ih_slide .ix-controller.ih_control .next{

margin: 33% 0%;
  }
}
*/

/* KWCMSLIVE-17371 */

@media (max-width:420px){

  #eut_header div.eut_header.eut_header-de{
        height:auto;
          }


   .eut_header-xl-hidden-cta-buttons__ctaList	.eut_configurator{
          padding : 10px 0px 45px 0px;
          }
  }


/* KWCMSLIVE-17371 */



/*17525 */

@media (max-width: 1439px){
  .overlaY.active {

              width: 200%;}}
.eut_ih1 .ih_slide .ix-list-viewport .ix-list-items {
   /* overflow:hidden;
    height: 100%; */
    height: auto !important;
    overflow: inherit !important;
  }

/*! jQuery UI - v1.9.2 - 2012-11-23
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 0; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 0; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position:-65px -16px;
}
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
    background-image: none;
}
body .ui-tooltip { border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(../../../../eut/clientlib/css/css/resources/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(../../../../eut/clientlib/css/css/resources/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(../../../../eut/clientlib/css/css/resources/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(../../../../eut/clientlib/css/css/resources/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(../../../../eut/clientlib/css/css/resources/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(../../../../eut/clientlib/css/css/resources/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(../../../../eut/clientlib/css/css/resources/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../../../../eut/clientlib/css/css/resources/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../../../../eut/clientlib/css/css/resources/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../../../../eut/clientlib/css/css/resources/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../../../../eut/clientlib/css/css/resources/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../../../../eut/clientlib/css/css/resources/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../../../../eut/clientlib/css/css/resources/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../../../../eut/clientlib/css/css/resources/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../../../../eut/clientlib/css/css/resources/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(../../../../eut/clientlib/css/css/resources/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../../../../eut/clientlib/css/css/resources/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

