@font-face {
  font-family: "ATSurt-MediumExtended";
  src: url("../fonts/ATSurt-MediumExtended.woff2") format("woff2");
}
@font-face {
  font-family: "ATSurt-BoldExtended";
  src: url("../fonts/ATSurt-BoldExtended.woff2") format("woff2");
}
* {
    margin: 0;
    padding:0;
}

body {
      background-color: #fff;
      font-family: 'Lato', sans-serif;
}

#ad {
    position: absolute;
    width : 728px;
    height : 90px;
    overflow: hidden;
}

#border {
    z-index: 2000;
    position: absolute;
    width: 726px;
    height: 88px;
    border: 1px solid black;
    top: 0px;
    left: 0px;
}

#container {
    position: absolute;
    top: 0;
	width: 652px;
	height: 50px;
	padding: 20px 38px;
}

#background, #background2, #background3{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 90px;
    width: 410px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#background2, #background3{
    opacity: 0;
}

#headline, #headline2, #headline3{
    position: absolute;
    left: 21px;
    top: 21px;
    width: 170px;
	height: 48px;
  	font-family: "ATSurt-BoldExtended";
	line-height: 1;
	color: #ffffff;
	text-align: left;
}
#headline2, #headline3{
    opacity: 0;
}
#headline img, #headline2 img, #headline3 img{
	position: absolute;
	top: 0;
	left: 0;
    height: 90px;
	width: 728px;
}

#footer {
	position: absolute;
    width: 318px;
    height: 90px;
    top: 0px;
    left: 410px;
}
#bottomLeft {    
	position: absolute;
    top: 15px;
    left: 20px;
    width: 170px;
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
#modelcopy, #modelcopy2, #modelcopy3 {
    position: relative;
    left: 0px;
    top: 0px;
  	font-family: "ATSurt-MediumExtended";
	font-size: 11px;
	opacity: 0;
	color: #00599b;
	line-height: 1.2;
}
#modelcopy img, #modelcopy2 img, #modelcopy3 img{
    height: 8.5px;
	width: auto;
}
#modelcopy2, #modelcopy3 {
	position: absolute;
}

#ctaMask {
    position: absolute;
    bottom: 0;
    left: 0;
	width: 0px;
    height: 17.14px;
	overflow: hidden;
    background-color: rgb(165 202 218 / 20%);
}
#cta {
    position: absolute;
    bottom: 0;
    left: 0;
  	font-family: "ATSurt-BoldExtended";
    font-size: 8.4px;
	font-weight: bold;
    color: #3d6ba1;
    padding: 4.7px 11.3px;
    white-space: nowrap;
    line-height: 0.5;
}
#arrow {
	height: 6px;
    width: auto;
    position: absolute;
    margin-left: 3px;
    margin-right: 5px;
    right: 0;
    top: 5px;
}
#line, #line2 {
	position: absolute;
    bottom: 0;
    left: 0;
    font-size: 36px;
    margin-left: -3px;
    color: #14315b;
    opacity: 0;
    line-height: 0.15;
}
#dealer {
    position: relative;
    bottom: 0;
    left: 0;
	height: 9px;
	width: auto;
    padding: 2px 11px;
    background-color: #eaf1f5;
	display: flex;
}
#bottomRight {    
	position: absolute;
    bottom: 15px;
    right: 28px;
    width: 40px;
    height: 58px;
 }
#logo {
    z-index: 1001;
    position: absolute;
	bottom: 0;
    right: 0;
    width: 88px;
 }

#terms {
	position: absolute;
    bottom: 74px;
    left: 371px;
    font-size: 4.5px;
    color: #fff;
    font-family: "ATSurt-BoldExtended";
    display: none;
}