body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

 

@font-face {
  font-family: 'MarkOT';
  src: url('https://s0.2mdn.net/creatives/assets/3888043/MarkOT.eot?#iefix') format('embedded-opentype'),  url('https://s0.2mdn.net/creatives/assets/3888043/MarkOT.otf')  format('opentype'),
	     url('https://s0.2mdn.net/creatives/assets/3888043/MarkOT.woff') format('woff'), url('https://s0.2mdn.net/creatives/assets/3888043/MarkOT.ttf')  format('truetype'), url('https://s0.2mdn.net/creatives/assets/3888043/MarkOT.svg#MarkOT') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MarkOT-Bold';
  src: url('https://s0.2mdn.net/creatives/assets/3888043/MarkOT-Bold.eot?#iefix') format('embedded-opentype'),  url('https://s0.2mdn.net/creatives/assets/3888043/MarkOT-Bold.otf')  format('opentype'),
	     url('https://s0.2mdn.net/creatives/assets/3888043/MarkOT-Bold.woff') format('woff'), url('https://s0.2mdn.net/creatives/assets/3888043/MarkOT-Bold.ttf')  format('truetype'), url('https://s0.2mdn.net/creatives/assets/3888043/MarkOT-Bold.svg#MarkOT-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Archer-Semibold';
  src: url('https://s0.2mdn.net/creatives/assets/3888043/Archer-Semibold.eot?#iefix') format('embedded-opentype'),  url('https://s0.2mdn.net/creatives/assets/3888043/Archer-Semibold.otf')  format('opentype'),
	     url('https://s0.2mdn.net/creatives/assets/3888043/Archer-Semibold.woff') format('woff'), url('https://s0.2mdn.net/creatives/assets/3888043/Archer-Semibold.ttf')  format('truetype'), url('https://s0.2mdn.net/creatives/assets/3888043/Archer-Semibold.svg#Archer-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Archer-Medium';
  src: url('https://s0.2mdn.net/creatives/assets/3888043/Archer-Medium.eot?#iefix') format('embedded-opentype'),  url('https://s0.2mdn.net/creatives/assets/3888043/Archer-Medium.otf')  format('opentype'),
	     url('https://s0.2mdn.net/creatives/assets/3888043/Archer-Medium.woff') format('woff'), url('https://s0.2mdn.net/creatives/assets/3888043/Archer-Medium.ttf')  format('truetype'), url('https://s0.2mdn.net/creatives/assets/3888043/Archer-Medium.svg#Archer-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  line-height: 1;
}

*,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin:0;padding:0
}
#wrapper,
#click_through {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 600px;
  overflow: hidden;
  cursor:pointer;
  z-index:9;
  
}
#wrapper {
  position: relative;
  visibility: hidden;
  border:1px solid #002455;
}
#wrapper.show {
  visibility: visible;
}

#bg_img,#logo_img {
  width: 300px;
  height: 600px;
  background-size: cover;
  position: absolute;
  background-repeat: no-repeat;
}
#prd_img{
	width:300px;
	height:316px;
	top:129px;left:0;
	background-size: 100%;
  position: absolute;
  background-repeat: no-repeat;
}
#header_copy{
  font-family: 'Archer-Semibold';
  width: 250px;
  position: absolute;
  left: 0px;
  right: 0;
  margin: 0 auto;
  top: 42px;
  z-index: 2;
  color: #ffffff;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  height: 85px;
  display: flex;
  align-items: center;
}
#copy {
  font-family: 'MarkOT';
  width: 240px;
  position: absolute;
  left: 0px;
  right: 0;
  margin: 0 auto;
  top: 446px;
  z-index: 2;
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  height: 95px;
  display: flex;
  align-items: center;
}
.offer #copy{
	 font-family: 'MarkOT';
	font-size: 20px;
    line-height: 25px;
	color:#ffffff;
	top: 457px;
	width: 230px;
}
.offer #copy span{
	display:block;
	font-family: 'Archer-Medium';
	color:#e3cfb8;
	font-size:19px;
	margin-bottom:6px
}
#cta {
  background: #f2c644;
  font-family: 'Archer-Semibold';
  width: 126px;
  position: absolute;
  right: 0px;
  left: 0;
  margin: 0 auto;
  bottom: 26px;
  z-index: 2;
  text-align: center;
  color: #000000;
  font-size: 21px;
  line-height: 30px;
}
#tnc {
	  font-family: 'MarkOT';
	width: 100%;
	position: absolute;
	right: 0px;
     left: 0;
    margin: 0 auto;
	bottom: 8px;
	z-index: 2;
	text-align: center;
	color: #e3cfb8;
	font-size: 10px;
    line-height: 11px;
}

/* Adjustments */
.no_offer #tnc {
  display: none;
}
.no_offer #copy span{
  display: none;
}
.Default #header_copy, .Default #copy{
	color: #56362a;
}
#offer_type {
  position: absolute;
  font-size: 18px;
  color: #fff;
  left: 0;
  top: 480px;
  font-family: 'MarkOT-Bold';
  height: 55px;
  justify-content: center;
  display: flex;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 30px;
  line-height: 20px;
  right: 0;
  text-align: center;
}
#offer_name {
  position: absolute;
  font-size: 18px;
  font-family: 'Archer-Medium';
  color: #e3cfb8;
  left: 0;
  top: 455px;
  height: 22px;
  width: 100%;
  text-align: center;
}
.bigger_btn #cta {
  width: 145px;
}