 * {
     margin: 0;
     padding: 0;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
 }

 .btn {
     cursor: pointer;
 }

 .container {
     position: absolute;
     width: 728px;
     height: 90px;
     background: #fff;
     -webkit-touch-callout: none;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     overflow: hidden;
 }


 .border {
     position: absolute;
     pointer-events: none;
     z-index: 20;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     border: 1px solid #665d5b;
 }

 #exit {
     position: absolute;
     top: 0;
     left: 0;
     cursor: pointer;
     width: 100%;
     height: 100%;
     z-index: 1;
 }

 .main-content {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: none;
 }

 .background {
     position: absolute;
     top: -25px;
     left: -191px;
     width: 1031px;
     height: 140px;
 }

 .car {
     position: absolute;
     z-index: 3;
 }


 .logo {
     position: absolute;
     background-image: url('logo.svg');
     width: 95px;
     height: 40px;
     background-size: contain;
     background-repeat: no-repeat;
     left: 15px;
     bottom: 26px;
 }

 .headline {
     width: 280px;
     height: 27px;
     position: absolute;
     top: 34px;
     left: 144px;
 }

 .copy {
     opacity: 0;
     position: absolute;
 }

 .cta-btn {
     position: absolute;
     background: url('cta.svg') no-repeat;
     width: 90px;
     height: 24px;
     right: 14px;
     top: 50px;
 }

 .disclaimer-btn {
     position: absolute;
    bottom: 1px;
    left: 7px;
     z-index: 10;
     font-size: 7px;
     color: #fff;
     font-family: "Inter", sans-serif;
     opacity: 0;
     letter-spacing: 0.4px;
     width: 72px;
     height: 20px;
 }

 .disclaimer-btn p {
     position: absolute;
     top: 7px;
     left: 10px;
 }

 .disclaimer-btn.active {
     opacity: 0.2;
 }

 .disclaimer-content {
     position: absolute;
     top: 0;
     width: 100%;
     height: 90px;
     background: rgba(0, 0, 0, 0.8);
     z-index: 10;
     display: none;
     color: #fff;
     font-size: 13px;
     font-family: sans-serif;
     padding: 10px 20px 10px 10px;
     letter-spacing: 0.4px;
 }

 .disclaimer-content p:first-child {
     font-size: 13px;
     margin-bottom: 3px;
 }

 .close-btn {
     font-size: 14px;
     position: absolute;
     right: 5px;
     top: 5px;
     cursor: pointer;
     width: 30px;
     height: 30px;
 }

 .close-btn p {
     left: 10px;
     top: 5px;
     position: absolute;
 }

 .disclaimer-content.active {
     display: block;
 }

