@charset "UTF-8";
/* Begin Reset CSS */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
  box-sizing: border-box; }

/* End Reset CSS */
#ad-container {
  position: relative;
  top: 0px;
  left: 0px;
  width: 300px;
  /* Match banner width */
  height: 250px;
  /* Match banner height */
  overflow: hidden;
  background-color: #18213B;
  /* Font */
  font-family: "Arial Bold", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff; }

/* auto generated sprite classes */
.sprite {
  background: url('sprite-s05dcab721e.png');
  position: absolute; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min—moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .sprite {
      background: url('sprite2x-sd8b6eebd1e.png');
      background-size: 232px 592px; } }

.arrow-left {
  background-position: 0 0;
  height: 104px;
  width: 104px; }

.arrow-right {
  background-position: 0 -106px;
  height: 104px;
  width: 104px; }

.cta-txt {
  background-position: 0 -212px;
  height: 12px;
  width: 131px; }

.endframe-txt1 {
  background-position: 0 -226px;
  height: 100px;
  width: 232px; }

.headline-txt1 {
  background-position: 0 -328px;
  height: 100px;
  width: 232px; }

.headline-txt2 {
  background-position: 0 -430px;
  height: 100px;
  width: 232px; }

.legal {
  background-position: 0 -532px;
  height: 18px;
  width: 98px; }

.logo {
  background-position: 0 -552px;
  height: 40px;
  width: 166px; }

.trans-0 {
  -webkit-transition: all 0ms linear !important;
  transition: all 0ms linear !important; }

.trans1 {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.trans2 {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.trans-500-io-expo {
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1); }

.trans-1000-io-expo {
  -webkit-transition: all 1s cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 1s cubic-bezier(0.75, 0, 0.25, 1); }

.cta-trans {
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0.5, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0.5, 1); }

.alpha0 {
  opacity: 0 !important; }

.vis-off {
  visibility: hidden; }

.vis-on {
  visibility: visible; }

#banner {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%; }

#catch_all {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  -ms-touch-action: none; }

/*	Frame assets  */
.frame-div {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: none; }

#arrows_logo {
  position: absolute;
  overflow: visible;
  top: 73px;
  left: 97px;
  width: 104px;
  height: 104px; }

.arrow-left-pos2 {
  -webkit-transform: translateX(-132px);
      -ms-transform: translateX(-132px);
          transform: translateX(-132px); }

.arrow-right-pos2 {
  -webkit-transform: translateX(132px);
      -ms-transform: translateX(132px);
          transform: translateX(132px); }

#logo {
  position: absolute;
  left: 70px;
  top: 192px; }

#legal {
  position: absolute;
  left: 0px;
  bottom: 0px; }

.headline-txt {
  position: absolute;
  left: 34px;
  top: 76px; }

.text-offset {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0; }

#endframe_txt1 {
  position: absolute;
  left: 34px;
  top: 42px; }

/* CTA */
#banner_cta {
  position: absolute;
  overflow: visible;
  width: 162px;
  height: 34px;
  top: 150px;
  left: 70px; }

#cta_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6633cc;
  color: #6633cc;
  border-radius: 20px; }

.abs-center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

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

.btn-over {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }
