/* line 23, styles.scss */
html, body {
  margin: 0px;
  padding: 0px; }

/* line 28, styles.scss */
img {
  width: auto;
  height: auto; }

/* line 33, styles.scss */
.pos_abs {
  position: absolute; }

/* line 37, styles.scss */
.full {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px; }

/* line 45, styles.scss */
#banner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border: solid 1px #bcbec0;
  background-color: #FFFFFF;
  width: 300px;
  height: 250px; }

/* line 55, styles.scss */
#intro_fade {
  background-color: #FFFFFF; }

/* line 59, styles.scss */
#logo {
  top: 23px;
  right: 16px; }

/* line 64, styles.scss */
.block {
  bottom: 0px;
  left: 0px;
  width: 215px;
  height: 226px; }

/* line 71, styles.scss */
#block_1 {
  background-color: #ff7900; }

/* line 75, styles.scss */
#block_2 {
  background-color: #7bcbdd; }

/* line 79, styles.scss */
#block_3 {
  background-color: #c8d415; }

/* line 83, styles.scss */
#block_4 {
  background-color: #b1afc5; }

/* line 87, styles.scss */
.van {
  bottom: 60px; }

/* line 91, styles.scss */
.copy {
  display: block;
  width: 300px;
  height: 250px;
  left: 13px;
  top: 87px; }

/* line 99, styles.scss */
.copy img {
  position: relative;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 50%; }

/* line 105, styles.scss */
.price {
  display: block;
  width: 300px;
  height: 250px;
  left: 13px;
  top: 87px; }

/* line 113, styles.scss */
.price img {
  position: relative;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 50%; }

/* line 119, styles.scss */
.cta {
  display: block;
  width: 300px;
  height: 250px;
  left: 13px;
  top: 87px;
  opacity: 0; }

/* line 128, styles.scss */
.cta img {
  position: relative;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 50%; }
