@font-face {
  font-family: "ING Me";
  src: url("INGMe.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ING Me Bold";
  src: url("INGMe-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*-------------------------------------
    Reset
---------------------------------------*/
* {
  margin: 0;
  padding: 0;
  position: absolute;
}

#banner br {
  position: static;
}

img {
  border: none;
}
/*-------------------------------------
    Layout
---------------------------------------*/
#ad {
  width: 728px;
  height: 90px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#banner {
  position: absolute;
  display: block;
  width: 728px;
  height: 90px;
  overflow: hidden;
  cursor: pointer;
  visibility: hidden;
  background: #ff6600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.outerBorder {
  width: 728px;
  height: 90px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clicktag {
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  background: gray;
  opacity: 0;
}
.clicktag img {
  border: none;
  outline: none;
}

/*-------------------------------------
    Banner Body
---------------------------------------*/
#intro {
  width: 728px;
  height: 90px;
  left: 0px;
  top: 0px;
}
#introContainer {
  width: 150px;
  height: auto;
  margin-top: 14px;
  font-family: "ING Me Bold";
  font-style: normal;
  font-weight: normal;
  will-change: transform;
  top: 0px;
}

.introCopyContainer {
  position: static;
  width: auto;
  height: auto;
  padding: 5px 10px;
  display: inline-block;
  transform-origin: left center;
  overflow: hidden;
  border-radius: 4px;
  background-color: #ff6600;
}
.introCopy {
  position: static;
  font-size: 14px;
  color: #fff;
  width: auto;
  height: auto;
  white-space: nowrap;
  font-size: 14px;
}
#introImage {
  will-change: transform;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.introFullContainer {
  display: block;
  position: relative;
  left: 80px;
}
#introContainer > div:nth-child(1) {
  margin-left: 53px;
}
#introContainer > div:nth-child(2) {
  margin-left: 66px;
}
#introContainer > div:nth-child(3) {
  margin-left: 80px;
}

.oldLogo {
  width: 85px;
  height: auto;

  margin-top: 16px;
  margin-left: 15px;
}

.logoOrange {
  position: absolute;
  width: 43px;
  height: 54px;
  left: 675px;
  top: 16px;
}

#dyt {
  position: absolute;
  top: 69px;
  left: 675px;

  white-space: nowrap;
  color: #ff6200;
  font-size: 7px;
  font-family: "ING Me Bold";
}

.endBgContainer {
  position: absolute;
  width: 730px;
  height: 200px;
  left: 0px;
  top: -76px;
}
.endBg {
  position: absolute;
  width: 728px;
  height: 170px;
  left: 0px;
  top: 76px;
  background-color: white;
}

#endCopy {
  position: absolute;
  height: 157px;
  left: 20px;
  top: 0px;
  letter-spacing: -0.001em;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  color: black;
  white-space: pre-wrap;
  font-family: "ING Me";
  font-weight: normal;
  font-style: normal;
  width: 100%;
  margin-top: 16px;
}

#endCopy > div:last-of-type {
  margin-top: -9px;
}
#ctaContainer {
  position: absolute;
  width: 170px;
  height: 120px;
  left: 503px;
  top: -19px;
  overflow: hidden;
  will-change: transform;
}
.ctaContainerFill {
  opacity: 0;
}
#ctaInnerContainer {
  width: auto;
  height: auto;
  margin-top: 56px;
  margin-left: 20px;
  padding: 5px 10px;
  overflow: hidden;
  display: block;
  color: white;
  border-radius: 6px;
  background-color: #AB0066;
  font-size: 14px;
  font-family: "ING Me Bold";
  font-style: normal;
  font-weight: normal;
  top: -10px;
}
.cta {
  position: static;
  float: left;
}

.loading {
  position: absolute;
  width: 728px;
  height: 90px;
  left: 0px;
  top: 0px;
  background: url("../images/loading.jpg");
  background-repeat: no-repeat;
  background-size: 728px, 90px;
}
