@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 : 300px;
    height : 250px;
    overflow: hidden;
}

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

#container {
    position: absolute;
    top: 0;
	width: 252px;
	height: 220px;
	padding: 15px 24px;
}

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

#headline, #headline2, #headline3{
    position: absolute;
    left: 24px;
    top: 24px;
    width: 135px;
  	font-family: "ATSurt-BoldExtended";
	line-height: 1;
    height: auto;
	color: #ffffff;
}
#headline2, #headline3{
    opacity: 0;
}
#headline img, #headline2 img, #headline3 img{
	position: absolute;
	top: 0;
	left: 0;
    height: 250px;
	width: 300px;
}

#footer {
	position: relative;
    width: 252px;
    height: 71.57px;
    top: 141.22px;
}
#bottomLeft {    
	position: absolute;
    bottom: 0;
    left: 0;
    width: 172px;
    height: 58.45px;
	overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
#modelcopy, #modelcopy2, #modelcopy3 {
    position: relative;
    left: 0px;
    top: 0px;
  	font-family: "ATSurt-MediumExtended";
	font-size: 9.14px;
	opacity: 0;
	color: #00599b;
	line-height: 1.3375;
}
#modelcopy img, #modelcopy2 img, #modelcopy3 img{
    height: 7px;
	width: auto;
}
#modelcopy, #modelcopy2, #modelcopy3 {
	opacity: 0;
}

#ctaMask {
    position: absolute;
    bottom: 0;
    left: 0;
	width: 0px;
    height: 15.6px;
	overflow: hidden;
    background-color: rgb(165 202 218 / 20%);
}
#cta {
    position: absolute;
    bottom: 0;
    left: 0;
  	font-family: "ATSurt-BoldExtended";
    font-size: 7.93px;
	font-weight: bold;
    color: #3d6ba1;
    padding: 4.7px 11.3px;
    white-space: nowrap;
    line-height: 0.4;
}
#arrow {
	position: absolute;
	right: 0;
	top: 5px;
	height: 6px;
	width: auto;
	margin-left: 3px;
	margin-right: 6px;
}
#line, #line2 {
	position: absolute;
    bottom: 0;
    left: 0;
    font-size: 32px;
    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: 0;
    right: 0;
    width: 40px;
    height: 58px;
 }
#logo {
    z-index: 1001;
    position: absolute;
	bottom: 0;
    right: 0;
    width: 68px;
 }

#terms {
	position: absolute;
    bottom: 2px;
    left: 24px;
    font-size: 4.5px;
    color: #00599b;
    font-family: "ATSurt-BoldExtended";
	display: none;
}