* {
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;
}


.bgContainer {
position: absolute;
width: 100%;
height: 100%;
}

.background {
position: absolute;
width: 728px;
height: 130px;
top: 0;
left: 0;
transform: scale(1);
/*     filter: blur(2px);
will-change: filter;*/
}

.copy-one {
font-family: 'Noto Sans', sans-serif;
-webkit-text-size-adjust: 100%;
font-size: 15.3px;
color: white;
width: 248px;
height: auto;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 149px;
opacity: 0;
line-height: 1.2;
letter-spacing: 0.015em; 
font-weight: 400;
}

.copy-two {
font-family: 'Noto Sans', sans-serif;
-webkit-text-size-adjust: 100%;
font-size: 15.3px;
color: white;
width: 248px;
height: auto;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 149px;
opacity: 0;
line-height: 1.2;
letter-spacing: 0.015em;
font-weight: 400;
}

.cta {
position: absolute;
opacity: 0;
text-align: center;
font-size: 9px;
z-index: 6;
color: #fff;
border: 1px solid #fff;
padding: 1px 5px;
font-family: 'Noto Sans', sans-serif;
font-weight: 500;
right: 14.5px;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.cta-copy {
position: relative;
left: 0;
top: 0;
}

.cta-arrow {
font-size: 10px;
margin-left: -2px;
position: absolute;
margin-top: -1px;
}

.disclaimer-btn {
position: absolute;
z-index: 10;
font-size: 7px;
color: #fff;
bottom: 10px;
left: 18px;
font-family: 'Noto Sans', sans-serif;
font-weight: 400;
opacity: 0;
letter-spacing: 0.015em; 
}

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

.disclaimer-content {
position: absolute;
z-index: 4;
top: 0;
width: 100%;
height: 100%;
background: #000;
z-index: 10;
display: none;
}

.disclaimer-copy {
position: absolute;
top: 0;
display: block;
width: 100%;
height: auto;
color: #fff;
font-size: 9px;
font-family: 'Noto Sans', sans-serif;
padding: 10px 10px;
text-align: left;
letter-spacing: 0.015em; 
}


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

.close-btn {
font-size: 14px;
position: absolute;
right: 7px;
top: 4px;
cursor: pointer;
color: #fff;
}


.lockup {
position: absolute;
display: flex;
flex-direction: column;
left: 17px;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
opacity: 0;
width: 100px;
height: auto;
}

.lockup span {
font-family: 'Noto Sans', sans-serif;
font-size: 7.7px;
position: relative;
top: 2px;
left: 0;
color: #fff;
letter-spacing: 0.015em; 
}

.copy {
position: absolute;
top: 8px;
left: 8px;
width: 100%;
height: auto;
}



