@charset "UTF-8";

body, div {
  margin: 0;
  padding: 0;
}

#content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  cursor: pointer;
  z-index: 10;
  opacity: 0;

  background: #561d62; /* For browsers that do not support gradients */
  background: url(assets3/ESWI_webinar2021-07.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Sample Content CSS */

div {
  font-family: Verdana;
  font-size: 11px;
  font-weight: 700;
  color: rgb(85, 103, 112);
  text-align: left;
  text-decoration: none;
}

.background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; /* Optional: -2px for border */
  height: 500px; /* Optional: -2px for border */
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: rgb(248, 248, 248);
}


#b-wrapper {
  position: relative;
  width: 1900px;
  height: 500px;
  cursor: pointer;
  background-color: transparent;
  overflow: visible;
  border: 0;

  margin: 0px auto;

  top: 0px;
  opacity: 0;
}

.fullscreen {
  width: 100%;
  height: 500px;
}

#b-animation {
  position: absolute;
  width: 100%;
  height: 500px;
  margin: 0px auto;
  display: block;
  cursor: pointer;
  z-index: 50;
  left: 0px;
  top: 0px;

}

#click {
  z-index: 60;
}

.animation-object {
  position: absolute;
}

.tracer-object {
  opacity: 0.3;
}

.invisible {
  display: none;
}

.notvisible {
  opacity: 0;
}

.toplink {
  z-index: 500;
  cursor: pointer;
}
