@charset "UTF-8";
@font-face {
  font-family: 'DaimlerCAC-Regular';
  src: url("../fonts/DaimlerCAC-Regular.eot");
  src: url("../fonts/DaimlerCAC-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DaimlerCAC-Regular.woff2") format("woff2"), url("../fonts/DaimlerCAC-Regular.woff") format("woff"), url("../fonts/DaimlerCAC-Regular.ttf") format("truetype"), url("../fonts/DaimlerCAC-Regular.svg#DaimlerCAC-Regular") format("svg"); }

@font-face {
  font-family: 'DaimlerCS-Light';
  src: url("../fonts/DaimlerCS-Light.eot");
  src: url("../fonts/DaimlerCS-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DaimlerCS-Light.woff2") format("woff2"), url("../fonts/DaimlerCS-Light.woff") format("woff"), url("../fonts/DaimlerCS-Light.ttf") format("truetype"), url("../fonts/DaimlerCS-Light.svg#DaimlerCS-Light") format("svg"); }

@font-face {
  font-family: 'DaimlerCS-Regular';
  src: url("../fonts/DaimlerCS-Regular.eot");
  src: url("../fonts/DaimlerCS-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DaimlerCS-Regular.woff2") format("woff2"), url("../fonts/DaimlerCS-Regular.woff") format("woff"), url("../fonts/DaimlerCS-Regular.ttf") format("truetype"), url("../fonts/DaimlerCS-Regular.svg#DaimlerCS-Regular") format("svg"); }

@font-face {
  font-family: 'DaimlerCS-Demi';
  src: url("../fonts/DaimlerCS-Demi.eot");
  src: url("../fonts/DaimlerCS-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/DaimlerCS-Demi.woff2") format("woff2"), url("../fonts/DaimlerCS-Demi.woff") format("woff"), url("../fonts/DaimlerCS-Demi.ttf") format("truetype"), url("../fonts/DaimlerCS-Demi.svg#DaimlerCS-Demi") format("svg"); }

@font-face {
  font-family: "DaimlerIcons";
  src: url("../fonts/daimler.woff2") format("woff2"), url("../fonts/daimler.woff") format("woff"), url("../fonts/daimler.ttf") format("truetype"), url("../fonts/daimler.svg#daimler") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
    font-family: 'DaimlerCS-Regular', 'Microsoft JhengHei', 'Microsoft YaHei' !important;
    display:flex;
    flex-flow:column;
    min-height: 100vh;
}

a:hover{
    text-decoration: none;
}

.row{
    margin-right: 0;
    margin-left: 0;
}

.header{
    background: linear-gradient(180deg,#000 0,#2e2e2e 300px,#000 1000px);
}

.header .row{
  height: 108px;
  align-content: center;
  align-items: center;
}

.header .logo{
  margin-left: -19px;
}
.header a{
    color:#ffffff;
    display: table-row;
}

.header .logo .logo-icon{
  box-sizing: content-box;
  display: table-cell;
  width: 64px;
  height: 64px;
  padding-right: 64px;
}

.header .logo .logo-claim{
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 4px;
}


.main{
    flex: 1;
}

.footer{
    font-size:.875rem;
    padding: 20px 0;
    color:#999;
    background: linear-gradient(180deg,#000 0,#2e2e2e 300px,#000 1000px);
}

.footer a{
  color: #999;
}

.footer a:hover,
.footer a:active{
  color: #00adef;
}

.footer .copyright{
  margin-left: 15px;
}


  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;
  }

  .privacy-statement,
  .legal-notice  {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.95);
    overflow: hidden;
    display:none;
    z-index: 1;
  }

  .privacy-statement .close,
  .legal-notice .close{
    position: sticky;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    padding: 30px;
    background-image: url(../images/cancel.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 1;
    background-color: #fff;
    opacity: 1;
  }

  .privacy-statement .privacy-statement-inner,
  .legal-notice .legal-notice-inner{
    background-color: #ffffff;
    width:80%;
    height: 80%;
    top:50%;
    left:50%;
    transform: translate(-50% ,-50%);
    position: absolute;
    overflow-y: scroll;
    padding:30px;
  }

  .privacy-statement .section-title,
  .legal-notice .section-title {
    font-family: 'DaimlerCAC-Regular';
    font-size: 2.3rem;
    padding-bottom: 1rem;
  }
  
  .privacy-statement .boldList,
  .legal-notice .boldList {
    font-weight: bold;
    display: block;
    margin-bottom: 1rem;
  }

  .privacy-section-body ol.innerList li,
  .legal-notice-body ol.innerList li {
    padding-left: 65px;
    padding-bottom: 1rem;
  }

  .privacy-section-body ol li:before,
  .legal-notice-body ol li:before {
    position: absolute;
    left: 0;
    content: counters(item,".") " ";
    counter-increment: item;
  }

  .privacy-section-body ol,
  .legal-notice-body ol {
    position: relative;
    padding: 0;
    counter-reset: item;
  }

  .privacy-section-body ol li,
  .legal-notice-body ol li  {
      display: block;
      padding-left: 30px;
      padding-bottom: 1rem;
  }

  .privacy-section-body ol.innerList,
  .legal-notice-body ol.innerList {
    margin-left: -30px;
  }

  .privacy-section-body ol.innerList li .innerList,
  .legal-notice-body ol.innerList li .innerList {
      padding-top: 1rem;
      margin-left: -65px;
  }

  .privacy-section-body,
  .legal-notice-body {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 1rem;
    letter-spacing: 0.28px;
    line-height: 1.4rem;
  }

  .privacy-statement a,
  .privacy-statement a:hover,
  .legal-notice a,
  .legal-notice a:hover{
    transition: color 0.5s, opacity 0.5s;
    /* color: #D1A24B; */
    text-decoration: none !important;
  }


  .legal-notice .boldHeader {
    font-weight: bold;
    font-size: 1rem;
    display: block;
    margin-bottom: 1rem;
  }

  .legal-notice .section-content {
    padding-bottom: 1rem;
  }
  .legal-notice .para-spacer {
    height: 1rem;
  }