body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.body {
  background-color: #f3f3f4;
}

.dbc-section {
  padding: 3em 10vw;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

.dbc-section.hero {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-perspective: 1420px;
  perspective: 1420px;
}

.dbc-section.dbc-covers {
  position: relative;
  z-index: 2;
  overflow: visible;
  background-color: #395031;
}

.dbc-contain {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.dbc-contain.dbc-covers {
  width: 75%;
}

.dbc-contain.dbc-copy-contain {
  width: 60vw;
}

.dbc-hero-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  font-size: 1.3em;
  text-align: center;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.dbc-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #395031;
  font-size: 3.33em;
  line-height: 1.2;
  font-weight: 400;
}

.dbc-h2 {
  font-family: Montserrat, sans-serif;
  color: #395031;
  font-size: 1.25em;
  line-height: 1.199;
  font-weight: 400;
  text-transform: uppercase;
}

.dbc-h3 {
  color: #395031;
  font-size: 1.67em;
  line-height: 1.4;
  font-weight: 400;
}

.cannabeleafit {
  position: absolute;
  max-width: 42%;
}

.cannabeleafit.top-left {
  left: -34.1em;
  top: -30.275em;
  max-width: 66%;
  -webkit-transform: rotate(-66deg);
  -ms-transform: rotate(-66deg);
  transform: rotate(-66deg);
  -webkit-transition: all 1420ms cubic-bezier(.23, 1, .32, 1);
  transition: all 1420ms cubic-bezier(.23, 1, .32, 1);
}

.cannabeleafit.top-left:hover {
  -webkit-transform: rotate(-108deg);
  -ms-transform: rotate(-108deg);
  transform: rotate(-108deg);
}

.cannabeleafit.top-left.transition {
  -webkit-transition: all 1420ms cubic-bezier(.19, 1, .22, 1);
  transition: all 1420ms cubic-bezier(.19, 1, .22, 1);
}

.cannabeleafit.mid-left {
  left: -35.5em;
  top: 12.2em;
  max-width: 50%;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-transition: all 840ms cubic-bezier(.19, 1, .22, 1);
  transition: all 840ms cubic-bezier(.19, 1, .22, 1);
}

.cannabeleafit.mid-left:hover {
  -webkit-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  transform: rotate(-22deg);
}

.cannabeleafit.low-left {
  left: -20.7em;
  top: auto;
  right: auto;
  bottom: -34.4em;
  max-width: 64%;
  -webkit-transform: rotate(29deg);
  -ms-transform: rotate(29deg);
  transform: rotate(29deg);
  -webkit-transition: all 840ms cubic-bezier(.19, 1, .22, 1);
  transition: all 840ms cubic-bezier(.19, 1, .22, 1);
}

.cannabeleafit.low-left:hover {
  -webkit-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  transform: rotate(-13deg);
}

.cannabeleafit.top-right {
  top: -24.775em;
  right: -41em;
  bottom: auto;
  max-width: 70%;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(-31deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(-31deg);
  -webkit-transition: all 840ms cubic-bezier(.19, 1, .22, 1);
  transition: all 840ms cubic-bezier(.19, 1, .22, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cannabeleafit.top-right:hover {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(-73deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(-73deg);
}

.cannabeleafit.low-right {
  top: auto;
  right: -38.6em;
  bottom: -22.875em;
  max-width: 67%;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(-6deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(-6deg);
  -webkit-transition: all 840ms cubic-bezier(.19, 1, .22, 1);
  transition: all 840ms cubic-bezier(.19, 1, .22, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cannabeleafit.low-right:hover {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(-48deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(-48deg);
}

.cannabeleafit.top {
  left: 26em;
  top: -26.95em;
  right: 0%;
  bottom: auto;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(9deg);
  transform: rotateX(180deg) rotateY(180deg) rotateZ(9deg);
  -webkit-transition: all 840ms cubic-bezier(.19, 1, .22, 1);
  transition: all 840ms cubic-bezier(.19, 1, .22, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cannabeleafit.top:hover {
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-33deg);
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-33deg);
}

.cannabeleafit.bottom {
  left: auto;
  right: 0%;
  bottom: -24.5em;
  -webkit-transition: all 840ms cubic-bezier(.19, 1, .22, 1);
  transition: all 840ms cubic-bezier(.19, 1, .22, 1);
}

.cannabeleafit.bottom:hover {
  -webkit-transform: rotate(-42deg);
  -ms-transform: rotate(-42deg);
  transform: rotate(-42deg);
}

.dbc-cover-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dbc-variant-wrap {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-top: -9.1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dbc-variant-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15em;
  height: 3em;
  margin-top: 5em;
  margin-bottom: 5em;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2.15em;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 1.5em;
  font-weight: 500;
}

.dbc-variant-cta.baggie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1c138;
  font-size: 1.3em;
  text-decoration: none;
}

.dbc-variant-cta.baggie.symbol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4em;
}

.dbc-variant-cta.neon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #8dd36c;
  font-size: 1.3em;
}

.dbc-variant-cta.bagg {
  background-color: #f1c138;
}

.dbc-variant-cta.neon-link {
  background-color: #8dd36c;
  font-size: 1.4em;
}

.dbc-variant-image {
  z-index: 2;
  width: 100%;
  box-shadow: -5px 24px 20px 4px rgba(0, 0, 0, 0.25);
}

.dbc-variant-image.cannabeleafit {
  width: 100%;
}

.dbc-variant-image.back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.dbc-copy-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dbc-copy-wrapper {
  font-size: 1.7em;
}

.dbc-copy.dbc-yellow {
  color: #b6a873;
  font-size: 2.2em;
  line-height: 1.19;
  font-weight: 400;
}

.dbc-copy.body-copy {
  max-width: 41.5em;
  font-family: 'Open Sans', sans-serif;
  color: #d1d1d1;
  font-size: 1em;
  line-height: 1.44;
}

.dbc-image-rollover-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  display: none;
}

.text-block-3 {
  display: none;
}

.link-block {
  text-decoration: none;
}

.body-overflow-hide {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.div-block {
  overflow: hidden;
}

._420-wrapper {
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .dbc-section.hero {
    background-color: transparent;
  }

  .dbc-hero-wrap {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 1440px) {
  .dbc-hero-wrap {
    font-size: 1em;
  }

  .cannabeleafit.top {
    top: -23.2em;
  }

  .dbc-variant-cta.baggie {
    font-size: 1.1em;
  }

  .dbc-variant-cta.neon {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 1920px) {
  .cannabeleafit.bottom:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .dbc-variant-cta.baggie {
    font-size: 1.1em;
  }

  .dbc-variant-cta.neon {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 991px) {
  .dbc-contain.dbc-covers {
    width: 85%;
  }

  .dbc-contain.dbc-copy-contain {
    width: 85%;
  }

  .dbc-hero-wrap {
    font-size: 15px;
  }

  .cannabeleafit.top-left {
    left: -40.1em;
    top: -34.675em;
    max-width: 72%;
  }

  .cannabeleafit.mid-left {
    left: -51.8em;
    top: 14.3em;
    max-width: 83%;
  }

  .cannabeleafit.low-left {
    left: -17.1em;
    bottom: -43.8em;
    max-width: 77%;
  }

  .cannabeleafit.top-right {
    top: -36.675em;
    right: -46.5em;
    max-width: 83%;
  }

  .cannabeleafit.low-right {
    right: -41.9em;
    bottom: -29.775em;
    max-width: 80%;
  }

  .cannabeleafit.top {
    top: -30.55em;
  }

  .cannabeleafit.bottom {
    left: 41.1em;
    bottom: -29.8em;
  }

  .dbc-variant-wrap {
    width: 46%;
  }

  .dbc-variant-cta {
    font-size: 2.4em;
  }

  .dbc-variant-cta.baggie {
    font-size: 2em;
  }

  .dbc-variant-cta.baggie.symbol {
    font-size: 16px;
  }

  .dbc-variant-cta.neon {
    font-size: 2em;
  }

  .dbc-variant-cta.bagg {
    background-color: #f1c138;
  }

  .dbc-variant-cta.neon-link {
    font-size: 16px;
  }

  .dbc-copy-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dbc-copy.dbc-yellow {
    font-size: 2em;
    text-align: left;
  }

  .dbc-copy.body-copy {
    font-size: 1em;
  }

  .dbc-copy.body-copy.disclaimer {
    color: #395031;
    font-size: 1.8em;
    font-weight: 300;
    text-transform: lowercase;
  }
}

@media screen and (max-width: 767px) {
  .dbc-contain.dbc-copy-contain {
    width: 100%;
  }

  .dbc-hero-wrap {
    font-size: 12px;
  }

  .cannabeleafit.top-left {
    left: -45.5em;
    top: -42.875em;
    max-width: 96%;
  }

  .cannabeleafit.mid-left {
    top: 38.2em;
  }

  .cannabeleafit.low-left {
    left: -19em;
    bottom: -44.6em;
    max-width: 88%;
  }

  .cannabeleafit.top-right {
    top: -34.975em;
    right: -43.7em;
    max-width: 81%;
  }

  .cannabeleafit.low-right {
    right: -44.1em;
    bottom: -35.275em;
    max-width: 90%;
  }

  .cannabeleafit.top {
    top: -34.85em;
  }

  .cannabeleafit.bottom {
    left: 38.3em;
    bottom: -37.2em;
  }

  .dbc-cover-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dbc-variant-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 99%;
    margin-top: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dbc-variant-wrap._1-bottom-margin {
    width: 100%;
    margin-top: -14.4em;
    margin-bottom: 0em;
  }

  .dbc-variant-cta {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 4.2em;
  }

  .dbc-variant-cta.baggie {
    font-size: 4em;
  }

  .dbc-variant-cta.neon {
    font-size: 4em;
  }

  .dbc-copy-content-wrapper {
    width: 100%;
  }

  .dbc-copy.dbc-yellow {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 479px) {
  .dbc-hero-wrap {
    font-size: 11px;
  }

  .dbc-variant-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dbc-variant-cta.neon-link {
    font-size: 16px;
  }

  .neon-link {
    width: 163%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block {
    overflow: hidden;
  }

  .html-embed {
    width: 100vw;
    height: 70vh;
  }
}

