html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img {
  border: none !important;
}

img {
  height: auto;
}

body {
  margin: 0;
}

#banner {
  position: relative;
  width: 300px;
  height: 250px;
  overflow: hidden;
  cursor: pointer;
}
#banner #banner-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #000000;
}

.init #banner #banner-inner {
  left: 1000px;
  top: 1000px;
}

#super-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  pointer-events: none;
}

.banner-sized {
  width: 300px;
  height: 250px;
}

.frame {
  position: absolute;
  width: 300px;
  height: 250px;
  transform-origin: 0 0;
}

#catch-all {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

* {
  -webkit-text-size-adjust: none;
}

svg rect[id^=border] {
  visibility: hidden;
}

#svg-elements {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#svg-elements svg #logo-under {
  transform: translate(1px, 0);
}

.photo {
  position: absolute;
}
.photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 425px;
  height: 325px;
}

[id^=giant-circle] {
  display: none;
}

#giant-circle-cover-under-A {
  display: block;
  transform-origin: 100% 50%;
}

#headlines {
  stroke: #ffffff;
  stroke-width: 0.5px;
  stroke-opacity: 0.5;
}

#photo2-cover {
  position: absolute;
}

#headlines-group,
.headline-group {
  position: absolute;
}
#headlines-group #tab,
.headline-group #tab {
  position: absolute;
  left: 0;
  top: 0;
  background: #0d62ff;
  border-radius: 0 100px 100px 0;
}
#headlines-group #headlines,
.headline-group #headlines {
  position: absolute;
  width: 100%;
  height: 100%;
}
#headlines-group #headlines > div,
.headline-group #headlines > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#logo-group {
  position: absolute;
}
#logo-group #logo-text {
  position: absolute;
  left: 0;
  top: 0;
}
#logo-group #tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #112f64;
  border-radius: 100px 0 0 100px;
}

#photo1-cover {
  position: absolute;
}
#photo1-cover img {
  position: absolute;
}
#photo1-cover #patch {
  position: absolute;
  background: #ffffff;
}

#photo2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}
#photo2 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-radius: 100%;
  overflow: hidden;
}
#photo2 .mask .undo {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}
#photo2 .mask .undo img {
  position: absolute;
  left: 0;
  top: 0;
}

#photo2-circles {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#photo2-circles svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

img {
  height: auto;
}

.logo {
  display: block;
  position: absolute;
}

#endframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#endframe-inline-legal {
  position: absolute;
}

#cta-mover {
  position: absolute;
}

#cta {
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  height: 25px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #7dedb5;
  transition: transform 0.2s ease-out;
}
#cta:hover {
  transform: scale(1.1);
}
#cta .circle {
  position: absolute;
  left: -7.5px;
  top: -38px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  transform: scale(0);
}
#cta svg {
  position: relative;
}

#legal-click {
  position: absolute;
}
.show-debug #legal-click {
  outline: 1px solid red;
}

#legal {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
}
#legal > .inner {
  position: absolute;
  padding: 6px 7px;
  background: #fff;
  color: #60a630;
  font-family: sans-serif;
  font-size: 6px;
  line-height: 1.4em;
  border-radius: 4px;
}
#legal > .inner .sup {
  top: -4px;
}
#legal > .inner .arrow {
  position: absolute;
  border: 4px solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
}

#banner {
  background: #ffffff;
  background-size: 100% 100%;
}

#banner:after {
  border-color: #666;
}

#super-cover {
  background: #fff;
}

.headline {
  pointer-events: none;
}

.blender {
  mix-blend-mode: color-dodge;
}

.blender.red {
  transform: translate(0, 0);
}
.blender.red * {
  fill: #ff0080 !important;
}

.blender.green * {
  fill: #00ff80 !important;
}

.blender.blue * {
  fill: #0000ff !important;
}

img,
svg {
  vertical-align: middle;
}

.purple,
[id*=purple] {
  background-color: #b1a9fe;
  fill: #b1a9fe;
}

.green,
[id*=green] {
  background-color: #7dedb5;
  fill: #7dedb5;
}

.yellow,
[id*=yellow] {
  background-color: #fbef61;
  fill: #fbef61;
}

.teal,
[id*=teal] {
  background-color: #87dbf4;
  fill: #87dbf4;
}

.show-debug .debug-red {
  filter: grayscale(1) sepia(1000) hue-rotate(300deg) saturate(1000);
}
.show-debug .debug-green {
  filter: grayscale(1) sepia(1000) hue-rotate(18deg) saturate(1000);
}
.show-debug .debug-yellow {
  filter: grayscale(1) sepia(1000) hue-rotate(0deg) saturate(1000);
}

#banner,
.frame {
  width: 728px;
  height: 90px;
}
#banner #banner-inner,
.frame #banner-inner {
  width: 728px;
  height: 90px;
}

#banner #banner-inner #photo2 {
  left: 420px;
  top: 40px;
}

#photo2-circles svg #circles {
  transform: translate(420px, 40px);
}

#photo2 .mask .undo img {
  left: -367px;
  top: -131px;
  width: 775px;
  height: 325px;
  transform: scale(0.75);
}

#banner .photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 545px;
  height: 282px;
}

#photo1.photo {
  left: -196px;
  top: -61px;
  width: 895px;
  height: 282px;
  transform: scale(0.68);
}

#photo1 img {
  position: relative;
  width: 100%;
  height: 100%;
}

#photo1-cover {
  left: 0;
  top: -55px;
  width: 1000px;
  height: 200px;
  transform-origin: 0 50%;
  transform: scale(0.91);
}
#photo1-cover::before {
  content: "";
  position: absolute;
  left: -900px;
  top: 0;
  width: 1000px;
  height: 200px;
  background: #fff;
}
#photo1-cover::after {
  content: "";
  position: absolute;
  left: 900px;
  top: 0;
  width: 1000px;
  height: 200px;
  background: #fff;
}
#photo1-cover img {
  width: 1000px;
  height: 200px;
}
#photo1-cover #patch {
  display: none;
}

#photo2-cover {
  display: none;
}

.photo {
  left: -63px;
  top: -38px;
  width: 425px;
  height: 325px;
}

#giant-circle-cover-under-A {
  transform: scale(0.9) translate(66px, 88px);
}

.headline-group {
  left: -75px;
  top: -1px;
  width: 850px;
  height: 92px;
}
.headline-group #tab {
  width: 850px;
  height: 92px;
}
.headline-group #headlines {
  left: 605px;
  top: 0;
}

#headline3-group {
  left: -631px;
}
#headline3-group #headlines {
  left: 631px;
}

#logo-group {
  position: absolute;
  left: 634px;
  top: 6px;
  width: 200px;
  height: 82px;
  z-index: 2;
  transform-origin: 0 0;
  transform: scale(0.95);
}
#logo-group #tab {
  background: #8de1fa;
}
#logo-group #logo-text {
  width: 200px;
  height: 82px;
}

#cta-mover {
  left: 246px;
  top: 32px;
}