@font-face {
    font-family: "DaimlerCS-Regular";
    src: url(https://assets.oneweb.mercedes-benz.com/global/1.19.1/fonts/WOFF2/DaimlerCS-Regular.woff2);
   }
   
   @font-face {
    font-family: "DaimlerCAC-Regular";
    src: url(https://assets.oneweb.mercedes-benz.com/global/1.19.1/fonts/WOFF2/DaimlerCAC-Regular.woff2);
   }
   
   body,
   html {
    font-family: "DaimlerCS-Regular", Helvetica, Arial, sans-serif;
    /* color: #ffffff; */
    color: #000000;
    text-align: left;
    min-height: 100vh;
    /* background: #000;
    background-image: linear-gradient(
     rgb(0, 0, 0) 0px,
     rgb(46, 46, 46) 150px,
     rgb(0, 0, 0) 500px
    ); */
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    /* background: linear-gradient(180deg, #000 0, #2e2e2e 150px, #000 500px);
    background-image: linear-gradient(
     rgb(0, 0, 0) 0px,
     rgb(46, 46, 46) 150px,
     rgb(0, 0, 0) 500px
    ); */
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    padding: 0;
    margin: 0;
   }
   
   h1 {
    font-family: "DaimlerCAC-Regular", Helvetica, Arial, sans-serif;
   }
   
   .navbar {
    background-color: black;
   }
   
   input {
    border-radius: 0 !important;
   }

  .container-nav {
     max-width: 70% !important;/*Set your own width %; */
  }
   
   .btn {
    color: white;
    background-color: #00adef;
    border-color: #00adef;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
   }
   
   .btn:hover {
    color: white;
    background-color: #005170;
    border-color: #005170;
   }
   .standard-box {
     padding: 2px;
     max-block-size: 160px;
     min-block-size: 100px;
   }
   
   .amp {
    display: none;
   }