body {
  background-color: white; }

body {
  height: 250px;
  width: 300px;
  margin: 0;
  padding: 0; 
}

.ad {
  cursor: pointer;
}

.banner {
  background-color: #f1eee1;
  overflow: hidden;
  cursor: pointer;
  display: block;
  position: relative; }
  .banner .layer {
    top: 0;
    position: absolute;
    background-size: cover;
    animation-fill-mode: both; }

.b300x250 {
  width: 300px;
  height: 250px; }
  .b300x250 .layer {
    width: 300px;
    height: 250px; }
  .b300x250 .circle {
    animation: kf--300x250--circle 1s ease-out 0s; }

.b560x100 {
  width: 560px;
  height: 100px; }
  .b560x100 .layer {
    width: 560px;
    height: 100px; }
  .b560x100 .circle {
    animation: kf--560x100--circle 1s ease-out 0s; }

.b300x600 {
  width: 300px;
  height: 600px; }
  .b300x600 .layer {
    width: 300px;
    height: 600px; }
  .b300x600 .circle {
    animation: kf--300x600--circle 1s ease-out 0s; }

.b640x90 {
  width: 640px;
  height: 90px; }
  .b640x90 .layer {
    width: 640px;
    height: 90px; }
  .b640x90 .circle {
    animation: kf--640x90--circle 1s ease-out 0s; }

.b728x90 {
  width: 728px;
  height: 90px; }
  .b728x90 .layer {
    width: 728px;
    height: 90px; }
  .b728x90 .circle {
    animation: kf--728x90--circle 1s ease-out 0s; }

.b1280x250 {
  width: 1280px;
  height: 250px; }
  .b1280x250 .layer {
    width: 1280px;
    height: 250px; }
  .b1280x250 .circle {
    animation: kf--1280x250--circle 1s ease-out 0s; }

.frost-logo {
  z-index: 1;
  animation: fade-in 0.5s ease-out 2.25s; }
  .b1280x250 .frost-logo, .b728x90 .frost-logo, .b640x90 .frost-logo, .b560x100 .frost-logo {
    animation: fade-in 0.5s ease-out 3.75s backwards; }

.circle {
  z-index: 2; }
  .b1280x250 .circle, .b728x90 .circle, .b640x90 .circle, .b560x100 .circle {
    animation: kf--1280x250--circle 1s ease-out 0s backwards, fade-out 0.5s ease-out 3.75s forwards; }

.lines {
  z-index: 3;
  animation: fade-in 0.5s ease-out 0.75s; }
  .b1280x250 .lines, .b728x90 .lines, .b640x90 .lines, .b560x100 .lines {
    animation: fade-in 0.5s ease-out 0.75s backwards, fade-out 0.5s ease-out 3.75s forwards; }

.secret-word {
  z-index: 4; }
  .b1280x250 .secret-word, .b728x90 .secret-word, .b640x90 .secret-word, .b560x100 .secret-word {
    animation: fade-out 0.5s ease-out 3.75s both; }

@keyframes fade-in {
  from {
    opacity: 0;
    background-color: transparent; }
  to {
    opacity: 1;
    background-color: transparent; } }
@keyframes fade-out {
  from {
    opacity: 1;
    background-color: transparent; }
  to {
    opacity: 0;
    background-color: transparent; } }
@keyframes slide-down {
  from {
    opacity: 0;
    transform: translate3D(0%, -100%, 0) scale(1);
    background-color: transparent; }
  to {
    opacity: 1;
    transform: translate3D(0%, 0%, 0) scale(1);
    background-color: transparent; } }
@keyframes kf--1280x250--circle {
  0% {
    transform: translate3D(-100%, 0%, 0) scale(1);
    background-color: transparent; }
  100% {
    transform: translate3D(0%, 0%, 0) scale(1);
    background-color: transparent; } }
@keyframes kf--728x90--circle {
  0% {
    transform: translate3D(-100%, 0%, 0) scale(1);
    background-color: transparent; }
  100% {
    transform: translate3D(0%, 0%, 0) scale(1);
    background-color: transparent; } }
@keyframes kf--640x90--circle {
  0% {
    transform: translate3D(-100%, 0%, 0) scale(1);
    background-color: transparent; }
  100% {
    transform: translate3D(0%, 0%, 0) scale(1);
    background-color: transparent; } }
@keyframes kf--300x600--circle {
  0% {
    transform: translate3D(0%, -100%, 0) scale(1);
    background-color: transparent; }
  100% {
    transform: translate3D(0%, 0%, 0) scale(1);
    background-color: transparent; } }
@keyframes kf--300x250--circle {
  0% {
    transform: translate3D(0%, -100%, 0) scale(0.25);
    background-color: transparent; }
  100% {
    transform: translate3D(0%, 0%, 0) scale(1);
    background-color: transparent; } }

/*# sourceMappingURL=main.css.map */
