.chs-h1 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chs-h2 {
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 66px;
  font-weight: 700;
}

.chs-p {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #c4c4c4;
  font-size: 18px;
  line-height: 26px;
}

.chs-p.intro {
  font-size: 16px;
}

.test {
  background-color: #000;
}

.chs-cta {
  margin-top: 15px;
  padding-right: 1.5em;
  padding-left: 1.5em;
  border-radius: 50px;
  background-color: #ff9d00;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 16px;
}

.chs-cta.bow {
  background-color: #9f2e29;
  color: #fff;
}

.chs-h3 {
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 49px;
  font-weight: 400;
}

.black {
  color: #000;
}

.chs-section {
  position: static;
}

.chs-section.hero {
  position: relative;
  z-index: 1;
  height: 100%;
  background-image: url('../images/DSC06479-1-1.jpg');
  background-position: 50% 50%;
  background-size: 1440px;
}

.chs-section.intro {
  background-color: #1a1d20;
}

.chs-contain {
  margin-right: auto;
  margin-left: auto;
}

.chs-contain.hero {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 87px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.chs-contain.img-txt-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.chs-contain.product-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.chs-hero-copy-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65%;
  max-width: 58ch;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-image-sku {
  display: none;
}

.heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 18px;
  line-height: 50px;
  text-align: left;
  text-decoration: none;
}

.product-title-sku {
  display: none;
}

.product-title-link {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.chs-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43%;
  height: 65%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.chs-text-wrap.intro {
  width: 50%;
  height: 100%;
  padding: 80px 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.chs-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.chs-product-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 15px;
  -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;
}

.chs-p-products {
  height: 100%;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 26px;
}

.chs-p-products.intro {
  font-size: 16px;
}

.chs-cta-product {
  margin-top: 15px;
  padding-right: 1.5em;
  padding-left: 1.5em;
  border-radius: 50px;
  background-color: #ff9d00;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.chs-cta-product.bow {
  background-color: #9f2e29;
  color: #fff;
}

.chs-cta-product.temple {
  background-color: #606600;
}

.chs-cta-product.religiousaffections {
  background-color: #eaa003;
}

.chs-cta-product.ryle {
  background-color: #cdaf4d;
}

.chs-cta-product.jewel {
  background-color: #1e7da0;
}

.chs-cta-product.orthodoxy {
  background-color: #e95004;
}

.chs-cta-product.vindiciae {
  background-color: #c13624;
}

.chs-cta-product.lexrex {
  background-color: #69c9ff;
}

.chs-cta-product.spurgeon {
  background-color: #0bb07d;
}

.chs-cta-product.institutes {
  background-color: #ca7332;
}

.chs-cta-product.coral {
  background-color: #f08059;
}

.chs-cta-product.plague {
  background-color: #311113;
}

.chs-cta-product.everlasting {
  background-color: #e2cb6a;
}

.chs-cta-product.treatises {
  background-color: #d2d184;
}

.chs-cta-product.donne {
  background-color: #7ba989;
}

.html-embed {
  width: 50%;
  margin-bottom: 100px;
}

.logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 91px;
  -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;
}

.p {
  width: 72ch;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #e1e0ca;
  line-height: 26px;
  font-weight: 500;
}

.triangle {
  margin-left: 4px;
  border-style: solid;
  border-width: 10px 0px 10px 17.5px;
  border-color: #000 #e1e0ca;
  border-radius: 0px;
  background-color: #e1e0ca;
}

.tier-benefits-wrap.above {
  margin-top: 0px;
}

.page-wrap {
  background-color: #000;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  color: #e1e0ca;
  font-size: 36px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

.pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  color: #f3816b;
  font-size: 64px;
  line-height: 78px;
  font-weight: 500;
}

.pricing.gold {
  color: #caab3d;
}

.pricing.silver {
  color: #5c5c5c;
}

.pricing.plat {
  color: #b1b1b1;
}

.pricing.legendary {
  color: #f3816b;
}

.pricing.bronze {
  color: #8e8450;
}

.phone-wrap {
  display: none;
  overflow: hidden;
  width: 80vw;
  margin-top: 100px;
  margin-bottom: 100px;
  -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;
}

.phone-wrap.lightbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.email {
  color: #e1e0ca;
  text-decoration: underline;
}

.app-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  -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;
}

.copy {
  font-family: Montserrat, sans-serif;
  color: #e1e0ca;
  font-weight: 400;
}

.copy.tier-level {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Claire news cg', Georgia, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
}

.copy.list {
  padding-top: 0px;
  padding-left: 0px;
  font-size: 18px;
  line-height: 32px;
}

.copy.subscribe {
  line-height: 17px;
  font-weight: 300;
  letter-spacing: 0.415em;
  text-transform: uppercase;
}

.section.newsletter {
  display: block;
}

.contain {
  display: -ms-grid;
  display: grid;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contain.newsletter {
  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;
}

.contain.head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 210px;
  -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;
}

.newsletter-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: 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;
}

.pricing-is-diamond {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url('../images/ezgif.com-gif-maker-4.gif');
  background-position: 50% 50%;
  background-size: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 78px;
  font-weight: 500;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta {
  margin-top: 101px;
  padding: 21px 31px;
  border-radius: 20px;
  background-color: #f3816b;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.cta.contact {
  margin-top: 100px;
}

.cta.silver {
  background-color: #5c5c5c;
}

.cta.bronze {
  background-color: #8e8450;
}

.cta.plat {
  background-color: #b1b1b1;
}

.cta.gol {
  background-color: #caab3d;
}

.cta.diamond {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 94%, 0.74)), to(hsla(0, 0%, 94%, 0.74))), url('../images/ezgif.com-gif-maker-4.gif');
  background-image: linear-gradient(180deg, hsla(0, 0%, 94%, 0.74), hsla(0, 0%, 94%, 0.74)), url('../images/ezgif.com-gif-maker-4.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.h1 {
  margin-bottom: 20px;
  font-family: 'Claire news cg', Georgia, sans-serif;
  color: #f3816b;
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
}

.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: 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;
}

.tier-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 49px;
  margin-bottom: 49px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tier-wrap.legend {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.play-icon-wrap {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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;
  border-style: solid;
  border-width: 3px;
  border-color: #e1e0ca;
  border-radius: 50%;
  background-color: #000;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.hero-content-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: 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;
}

.section-hero {
  background-color: #f0e1d3;
}

.hero_fb-copy-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-padding {
  padding: 40px 100px;
}

.button {
  padding-right: 32px;
  padding-left: 32px;
  border-radius: 6px;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.31);
}

.button.inverse {
  border-style: solid;
  border-width: 2px;
  border-color: #627db2;
  background-color: #f0e1d3;
  color: #627db2;
}

.button.red {
  margin-left: 24px;
  background-color: #d15454;
}

.button.orange {
  background-color: #ed9558;
}

.page-wrapper {
  color: #f0e1d3;
}

.sps-h1 {
  font-family: 'Libre Baskerville', sans-serif;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
}

.bottom-padding-medium {
  margin-bottom: 40px;
}

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

.container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.container.vertical-column-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.vertical-column-center {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero_all-buttons-wrap {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 21px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sps-p {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.hero_image-wrap {
  width: 100%;
}

.hero_copy-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sps-button {
  padding-right: 32px;
  padding-left: 32px;
  border-radius: 6px;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.31);
  font-family: 'Open Sans', sans-serif;
}

.sps-button.inverse {
  border-style: solid;
  border-width: 2px;
  border-color: #627db2;
  background-color: #f0e1d3;
  color: #627db2;
}

.sps-button.red {
  background-color: #d15454;
}

.sps-button.orange {
  background-color: #ed9558;
}

.sps-bg {
  background-color: #f0e1d3;
}

.list {
  max-width: 60ch;
  font-size: 18px;
  line-height: 1.5;
}

.padding-vertical-medium {
  padding-top: 32px;
  padding-bottom: 32px;
}

.heading-2 {
  display: none;
  margin-top: 24px;
  margin-bottom: 24px;
}

.faq-wrapper {
  max-width: 610px;
  margin: 16px auto;
  padding: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 0 10px 0 #6793bf;
  color: #333;
  text-decoration: none;
}

.faq_icon-down {
  display: block;
  height: 20px;
  max-width: none;
}

.grid-row {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-row.mobile-1-col {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid-row.faq_cta {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq_question-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #4a638d;
  font-weight: 700;
}

.section-call-to-action {
  margin-top: 44px;
  margin-bottom: 44px;
}

.text-block {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.js-product-variant-sku {
  display: none;
}

.js-product-sku {
  display: none;
}

.page-padding-2 {
  padding-right: 92px;
  padding-left: 92px;
}

.intro-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.psalm-quotation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-style: italic;
  text-align: center;
}

.cantus-image-wrapper {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.call-to-action-content {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cantus-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -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: 8px;
  background-color: #dfb64a;
  font-family: 'Libre Baskerville', sans-serif;
  color: #0a0b20;
  font-size: 16px;
  text-decoration: none;
}

.cantus-button.black {
  background-color: #000;
  color: #fff;
}

.faq_icon-up {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  height: 20px;
}

.page-wrapper-2 {
  padding-bottom: 44px;
}

.heading-3 {
  font-family: 'Libre Baskerville', sans-serif;
}

.text-medium {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.text-medium.text-shipping-notice {
  margin-bottom: 20px;
  font-style: italic;
  font-weight: 800;
}

.text-faq-answer {
  width: 95%;
  margin-top: 10px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
}

.contain-2 {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.section-hero-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/cantus-christi-books-cantus-christi-2020-psalter-hymnal-15100184428592-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.faq_icon-wrapper {
  position: relative;
}

.text-faq-question {
  font-family: 'Libre Baskerville', sans-serif;
  color: #6793bf;
  font-size: 24px;
}

.card-layout {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.subheading {
  max-width: 30ch;
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 1.4;
}

.subheading.padding-vertical-small {
  padding-top: 17px;
  padding-bottom: 17px;
}

.faq_answer-wrapper {
  overflow: hidden;
  font-size: 16px;
}

.section-features {
  display: block;
  margin-top: 44px;
  margin-bottom: 44px;
}

.vertical-column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40ch;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.button-secondary {
  -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-style: solid;
  border-width: 2px;
  border-color: #1f2a2e;
  background-color: transparent;
  color: #1f2a2e;
}

.font-white {
  color: #fff;
}

.text-shipping-notice {
  color: #71bf5e;
}

.hero_geneva-content-wrap {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: minmax(auto, 172px);
  grid-template-rows: minmax(auto, 172px);
  color: #323232;
}

.background-layer {
  background-color: #0a0b20;
}

.hero_geneva-content-title {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -9%;
  -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;
}

.text-geneva {
  font-family: Cormorant, sans-serif;
  color: #bfcec9;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 500;
}

.image-5 {
  width: 13vw;
  max-width: none;
  padding-right: 13px;
  color: #b1a076;
}

.geneva-image-wrap {
  background-image: url('../images/Geneva_Header_2-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: contain;
  object-fit: contain;
}

.button_mgb-cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -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;
}

.hero-content_mgb-wrapper {
  padding-top: 40px;
}

.button-4 {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #e4a24e;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-4:hover {
  background-color: #32343a;
  color: #fff;
}

.button-4:active {
  background-color: #43464d;
}

.button-4.cart {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.faq-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 24px;
  margin-right: 16px;
}

.padding-horizontal-medium {
  padding-right: 32px;
  padding-left: 32px;
}

.image-author {
  position: relative;
  width: 100px;
  max-width: none;
  border-radius: 1850%;
}

.ollie-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -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;
}

.blurb_v1 {
  display: none;
}

.padding-vertical-medium-2 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.text-span-5 {
  color: #e4a24e;
}

.text-span-9 {
  color: #000;
}

.margin-top-medium {
  max-width: 100%;
  margin-top: 32px;
}

.margin-top-medium.hide {
  display: none;
}

.text-color-black {
  color: #000;
}

.prices-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cart-wrapper-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wiz-h1 {
  font-size: 5vw;
}

.author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-story {
  display: none;
}

.page-wrapper-3 {
  overflow: hidden;
}

.text-span-6 {
  font-size: 31px;
}

.ollie-bg-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -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;
}

.container-cart_products {
  display: block;
  overflow: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-large {
  font-size: 24px;
  line-height: 1.18;
}

.text-large.text-orange.wiz-text {
  font-size: 1.9vw;
}

.left-arrow {
  left: -17px;
  top: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  padding: 10px;
  -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: 100px;
  background-color: #e4a24e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
}

.left-arrow:hover {
  -webkit-transform: translate(-2px, 0px);
  -ms-transform: translate(-2px, 0px);
  transform: translate(-2px, 0px);
}

.padding-vertical-large {
  padding-top: 64px;
  padding-bottom: 64px;
}

.dynamic-add-to-cart-custom.button {
  padding: 12px 20px;
  background-color: #35539d;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  text-decoration: none;
}

.blurb-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blurb-image.image-position-down {
  height: 125%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.author-name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #151c34;
  font-size: 20px;
  font-weight: 400;
}

.wiz-h2 {
  font-size: 3.5vw;
}

.home-content {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #e8901b;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.h3.chapters {
  width: 100%;
  color: #fff;
  font-size: 1.7vw;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
}

.blurb_author-image {
  max-width: 120px;
  margin-right: 3%;
  border-radius: 100px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.14);
}

.blurb_author-image.medium-image {
  max-height: 215px;
  max-width: 215px;
}

.grid-row-2 {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-author-job {
  color: rgba(21, 28, 52, 0.5);
  font-size: 1.82vw;
}

.divider {
  width: 80%;
  height: 3px;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: #fff;
}

.striekthrough-red {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 58%;
  height: 3px;
  margin-top: 13px;
  background-color: #9b3a3a;
  -webkit-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.container-7 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.wide {
  position: relative;
  max-width: 70%;
  padding-top: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.logo-image {
  position: relative;
  max-height: 80px;
}

.blurb-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  box-shadow: 17px 88px 60px -100px rgba(79, 94, 120, 0.18), 11px 0 20px -9px rgba(79, 94, 120, 0.1);
}

.text-span-7 {
  color: #e4a24e;
  font-size: 37px;
}

.pricing-2 {
  font-family: Montserrat, sans-serif;
  color: #e8901b;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.pricing-2.discount {
  display: none;
  color: #9c3c3c;
  font-size: 18px;
  text-decoration: line-through;
}

.pricing-2.cart {
  display: none;
  color: #e5e5e5;
}

.text-span-8 {
  font-size: 46px;
}

.right-arrow {
  top: 17px;
  right: -17px;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background-color: #e4a24e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
}

.right-arrow:hover {
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
}

.cart-contents {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100%;
  max-width: 480px;
  min-width: 400px;
  padding: 40px;
  clear: none;
  -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;
  background-color: #000;
  text-align: left;
}

.cart-items-wrapper-2 {
  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;
}

.cart_quantity-text {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.contain-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
  -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;
}

.contain-3.chapters-wrap {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.cart_quantity-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
}

.image-8 {
  position: relative;
  max-width: 95%;
}

.ollie-wrap {
  display: -ms-grid;
  display: grid;
  width: 600px;
  height: 500px;
  margin-top: 52px;
  margin-bottom: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #2c4896;
}

.faq-p {
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
  background-color: #f4f6f8;
}

.part-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.blurb-image-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  height: 100%;
  -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;
}

.slider-horizontal {
  width: 50%;
  height: 100%;
  background-color: transparent;
}

.card-layout-2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr minmax(200px, 1fr);
  grid-template-columns: 1fr minmax(200px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-9 {
  max-width: 71%;
}

.cart_exit-link {
  margin-top: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #fff;
  font-size: 20px;
  text-align: left;
  text-decoration: none;
}

.cart-wrap {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999999999;
  display: block;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.story-content {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.blurb_title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.horizontal-quote-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #151c34;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.horizontal-quote-h4.text-testimonial-headline {
  color: #e4a24e;
  font-size: 26px;
}

.cart-quantity-edit {
  padding: 4px 8px;
  background-color: #000;
  font-size: 20px;
  line-height: 20px;
}

.strikethrough-wrapper {
  position: relative;
}

.horizontal-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 20px 75px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide-nav {
  top: 575.901px;
  display: none;
  max-width: 150px;
  border-radius: 500px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.blurb-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-container {
  display: block;
  max-width: 600px;
  min-width: 600px;
}

.div-block-11 {
  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;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #35539d;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: break-spaces;
}

.faq.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.horizontal-fixed-height {
  min-height: 100px;
}

.column-center {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-xlarge {
  font-size: 48px;
  line-height: 1.18;
}

.paragraph-2 {
  padding-top: 20px;
}

.faq-body {
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
}

.faq-body.w--open {
  background-color: transparent;
}

.cart_quantity-adjust {
  display: block;
  padding: 4px 8px;
  background-color: #000;
  font-size: 20px;
  line-height: 20px;
}

.text-color-white {
  color: #fff;
}

.text-color-white.text-xxlarge {
  font-size: 61px;
  line-height: 1.1;
  letter-spacing: -1px;
}

.padding-vertical-small {
  padding-top: 16px;
  padding-bottom: 16px;
}

.image-logo {
  display: inline-block;
  max-width: 70%;
  padding-left: 15px;
}

.faq-body-cont {
  padding: 30px;
  border-top: 1px none #000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.home-hero_image-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-padding-3 {
  padding-right: 40px;
  padding-left: 40px;
}

.page-padding-3.padding-xxlarge {
  padding-right: 10%;
  padding-left: 10%;
}

.blurb_v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 3%;
  padding-left: 3%;
  -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;
}

.section-home-hero {
  background-color: #f1f1f1;
}

.div-block-4 {
  display: none;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.59);
}

.button-5 {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  -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: 6px;
  background-color: #35539d;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.button-5.button_orange.margin-top-medium.image-button {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-size: 40px;
  line-height: 1.1;
}

.section-faqs {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.cart_quantities-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.quantity-wrapper {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.horizontal-logo {
  max-width: 200px;
  margin-bottom: 20px;
}

.cart_quantity-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2px;
  margin-bottom: 0px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.mask-horizontal {
  overflow: visible;
}

.ollie-long-banner {
  display: -ms-grid;
  display: grid;
  width: 90vw;
  height: 30vw;
  margin-top: 52px;
  margin-bottom: 52px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2.25fr 1fr;
  grid-template-columns: 2.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #2c4896;
}

.story_image {
  display: block;
  min-width: 390px;
  box-shadow: -17px 46px 20px 19px rgba(0, 0, 0, 0.01);
}

.link-block {
  padding-right: 38px;
  padding-left: 38px;
}

.price-compare {
  text-decoration: line-through;
}

.js-collection-slug {
  display: none;
}

.dynamic-collection-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.collection-width {
  max-width: 30vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.collection_product-title {
  font-family: 'Libre Baskerville', sans-serif;
  color: #000;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.collection-product-title-wrapper {
  width: 100%;
  text-decoration: none;
}

._420-wrapper {
  overflow: hidden;
}

.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;
  text-decoration: none;
}

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

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

.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;
}

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

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

.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;
}

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

.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);
}

.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: 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.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.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-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-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);
}

.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-wrap._1-bottom-margin {
  margin-top: -8em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.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;
}

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

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

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

.dbc-contain.dbc-copy-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.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-cover-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -59px;
  -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;
}

.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;
}

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

.rjbwebinar-h3 {
  margin: 0px;
  font-family: Canela, sans-serif;
  color: #52566b;
  font-size: 1.25em;
  line-height: 1.74em;
  font-weight: 700;
}

.rjbwebinar-h3.cross-sell {
  max-width: 17ch;
  color: #fff;
  font-size: 2.5em;
  line-height: 1.22;
  font-weight: 700;
  text-align: center;
}

.rjwebinar-mobile-app-image {
  display: none;
}

.text-block-7 {
  margin-top: 0px;
  padding-right: 20px;
  text-decoration: none;
}

.rjwebinar-cross-sell-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #30323f;
}

.rjwebinar-cross-sell-card-wrap.app-plug {
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #52566b;
}

.rjwebinar-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 5em 10em;
  -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;
}

.rjwebinar-contain.live-widgets {
  padding: 0em;
}

.rjwebinar-contain.gated-hero {
  padding-bottom: 0em;
}

.rjwebinar-contain.cross-sell {
  padding: 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.rjwebinar-contain.webinar-product {
  padding-bottom: 5em;
}

.rjwebinar-contain.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.rjwebinar-contain.webinar-schedule {
  padding-top: 0em;
  padding-bottom: 0em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonials-wrapper-t8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.left-arrow-t8 {
  left: 0%;
  top: auto;
  right: 200px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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;
}

.rjwebinar-page-wrap-2 {
  background-color: #e6e3d9;
}

.mask-t8 {
  overflow: visible;
  width: 300px;
}

.brc-image-wrapper {
  position: relative;
}

.live-webinar-2 {
  width: 100%;
  margin-bottom: 30px;
  margin-left: 30px;
}

.rjwebinar-cta {
  padding-right: 1em;
  padding-left: 1em;
  border-radius: 18px;
  background-color: #52566b;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25em;
  line-height: 1.44;
  font-weight: 400;
  text-decoration: none;
}

.rjwebinar-cta.product {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rjwebinar-cta.product.invert {
  display: block;
  width: auto;
  background-color: #4c915e;
  text-align: center;
}

.rjwebinar-cta.product.invert:hover {
  text-decoration: none;
}

.rjwebinar-cta.white {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  background-color: #fff;
  color: #52566b;
}

.rjwebinar-cta.carousel {
  margin-top: 15px;
  border-style: solid;
  border-width: 3px;
  border-color: #52566b;
  background-color: transparent;
  color: #52566b;
}

.text-block-5 {
  display: none;
  text-decoration: none;
}

.padding-top-medium {
  padding-top: 40px;
}

.rjwebinar-cross-sell-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rjwebinar-h1-2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Canela, sans-serif;
  color: #52566b;
  font-size: 5em;
  line-height: 1.21;
  font-weight: 400;
  text-align: left;
}

.rjwebinar-h1-2.gated {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 2.5em;
  line-height: 1.22;
  font-weight: 700;
}

.rjwebinar-cross-sell-header-cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5em;
  -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;
}

.rjwebinar-page-margins {
  overflow: hidden;
  padding-right: 30px;
  padding-left: 30px;
}

.text-block-15 {
  text-align: left;
  text-decoration: none;
}

.right-arrow-t8 {
  left: 200px;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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;
}

.rjwebinar-h2-gated-hero-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 30px;
  -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;
  color: #52566b;
  font-size: 2.5em;
  line-height: 1.21;
  font-weight: 700;
  text-align: left;
}

.rjwebinar-h2-gated-hero-2.books {
  margin-top: 0px;
  text-align: center;
}

.rjwebinar-section.webinar-cross-sell {
  padding-top: 44px;
}

.rjwebinar-section.live-widgets {
  display: block;
  -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;
}

.rjwebinar-section.hero {
  height: auto;
}

.rjwebinar-section.webinar-schedule {
  margin-top: 0em;
}

.rjwebinar-section.webinar-product {
  display: none;
  background-color: #e6e3d9;
}

.books-section {
  -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;
}

.rjwebinar-hero-headline-wrap-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2em;
  padding-bottom: 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;
}

.testimonials-t8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonials-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.rjwebinar-live-wrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.slider-t8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: transparent;
}

.rjbwebinar-h2-2 {
  margin: 0px;
  font-family: Montserrat, sans-serif;
  color: #52566b;
  font-size: 1.25em;
  line-height: 1.67;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.rjbwebinar-h2-2.widgets {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0px;
  text-align: center;
}

.slide-wrapper-t8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  margin: 25px auto 78px;
  padding: 0px;
  -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;
  border-radius: 4px;
}

.rjwebinar-live-video-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav-t8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-size: 10px;
}

.book-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.add-to-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.add-to-cart.rjwebinar-cta {
  margin-top: 18px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #e6e3d9;
  text-decoration: none;
}

.below-the-fold-copy-wrapper {
  max-width: 60ch;
  margin-right: auto;
  margin-left: auto;
  padding: 122px 40px;
}

.hero_button-wrap-grid {
  display: -ms-grid;
  display: grid;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero_button-wrap-grid.padding-vertical-medium {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.star {
  width: 20px;
}

.app-h3 {
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 1.3;
}

.app-h3.text-color-black {
  color: #000;
}

.app-cta {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  -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: 30px;
  background-color: #ff9d00;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero_button-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-top-small {
  margin-top: 16px;
}

.grid-2-col {
  display: -ms-grid;
  display: grid;
  padding: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.below-the-fold-image-wrapper {
  position: relative;
}

.app-content_copy-wrapper {
  max-width: 60ch;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 40px;
}

.hero_button-app-image-wrapper {
  width: 115px;
  height: 35px;
}

.background-gold {
  background-color: #b59d51;
  color: #f5f5f5;
}

.hero_copy-wrapper {
  max-width: 54ch;
}

.full-image-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.star-ratings-wraper {
  width: 50%;
}

.page-padding-4 {
  padding-right: 40px;
  padding-left: 40px;
}

.text-span {
  text-decoration: line-through;
}

.hero-grid-2-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero_stars-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-mobile-app {
  display: none;
}

.background-purple {
  background-color: #2c2d3a;
}

.app-p {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.app-h1 {
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 1.3;
}

.app-h1.text-color-black {
  color: #000;
}

.margin-left-small {
  margin-left: 16px;
}

.margin-right-small {
  margin-right: 16px;
}

.rjwebinar-faq-content-wrap {
  margin-top: 15px;
  margin-bottom: 15px;
}

.rjwebinar-add-variant-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slider {
  display: none;
}

.rjwebinar-faq-icon {
  margin-left: 2em;
}

.image-2 {
  width: 40%;
}

.schedule-date {
  padding-bottom: 30px;
  font-family: Canela, sans-serif;
  color: #52566b;
  font-size: 2.5em;
  line-height: 1.22;
  font-weight: 700;
}

.link {
  color: #52566b;
  font-weight: 700;
  text-decoration: underline;
}

.rjwebinar-links {
  color: #52566b;
  font-size: 2.5em;
  line-height: 1.22;
  font-weight: 700;
  text-decoration: underline;
}

.rjwebinar-links:hover {
  text-decoration: none;
}

.rjwebinar-links:active {
  text-decoration: none;
}

.rjwebinar-links:focus {
  text-decoration: none;
}

.rjwebinar-links:visited {
  text-decoration: none;
}

.rjwebinar-price-discount-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video-thumbnail {
  display: block;
  width: 55em;
  border-radius: 8px;
  background-color: #c5c5c5;
}

.rjwebinar-link-list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.rjwebinar-link-accordion-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.rjwebinar-link-accordion-wrap:hover {
  text-decoration: none;
}

.rjwebinar-link-accordion-wrap:active {
  text-decoration: none;
}

.rjwebinar-link-accordion-wrap:focus {
  text-decoration: none;
}

.schedule-day-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;
  font-size: 14px;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12.3em;
  height: 10.42em;
  padding-right: 1.5em;
  padding-left: 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #52566b;
  border-radius: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #30323f;
  text-decoration: none;
}

.link-block-2:hover {
  background-color: #52566b;
  color: #e6e3d9;
  text-decoration: none;
}

.rjwebinar-page-wrap {
  overflow: hidden;
  background-color: #e6e3d9;
}

.rjwebinar-hero-headline-wrap {
  padding-top: 2em;
  padding-bottom: 2em;
}

.schedule-details-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -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;
}

.rjwebinar-accordion-content {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 20px;
}

.rjwebinar-schedule-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rjwebinar-h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Canela, sans-serif;
  color: #52566b;
  font-size: 5em;
  line-height: 1.21;
  font-weight: 700;
  text-align: left;
}

.rjwebinar-h1.product {
  margin-top: -10px;
  font-weight: 700;
  text-align: left;
}

.rjwebinar-variant-title {
  margin-top: 0px;
  font-size: 1.67em;
  font-weight: 700;
}

.rjwebinar-video-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7em;
  -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;
}

.schedule-circle {
  z-index: 0;
  width: 12em;
  height: 12em;
  border-radius: 50%;
  background-color: #cfc9bd;
}

.schedule-circle.kitchen {
  background-image: url('../images/sidekix-media-UIK8XJ6s54I-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.schedule-circle.kitchen:hover {
  background-image: url('../images/sidekix-media-UIK8XJ6s54I-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.schedule-circle.bedroom {
  background-image: url('../images/lauren-haden-V3rewXkHo94-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.schedule-circle.bedroom:hover {
  background-image: url('../images/lauren-haden-V3rewXkHo94-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.schedule-circle.spaces {
  background-image: url('../images/sophia-kunkel-F84XvXyEYk4-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.schedule-circle.spaces:hover {
  background-image: url('../images/sophia-kunkel-F84XvXyEYk4-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.schedule-circle.home {
  background-image: url('../images/rick-lobs-ptRWMbqXNUo-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rjwebinar-product-details-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.schedule-details-wrap {
  position: relative;
  z-index: 1;
  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;
}

.rjwebinar-accordion-faq-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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 12px;
}

.rjbwebinar-p {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #52566b;
  font-size: 16px;
  line-height: 1.43;
  text-align: left;
}

.rjbwebinar-p.faq-a {
  font-size: 1.25em;
  line-height: 1.43;
  font-weight: 400;
}

.rjbwebinar-p.schedule-microcopy {
  width: 25ch;
  margin-top: 15px;
  font-size: 0.97em;
  line-height: 1.43;
  text-align: center;
}

.rjbwebinar-p.product {
  margin-bottom: 2em;
}

.rjbwebinar-p.faq-q {
  font-size: 1.25em;
  line-height: 1.44;
  font-weight: 700;
}

.rjwebinar-text-wrap {
  padding-top: 2em;
  padding-bottom: 2em;
}

.rjwebinar-text-wrap.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47ch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rjwebinar-hero-image-contain {
  position: relative;
  width: 34%;
}

.lightbox-cta {
  color: #fff;
  text-decoration: none;
}

.rjwebinar-link-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5em;
  margin-bottom: 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;
}

.rjwebinar-variant-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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;
}

.rjwebinar-product-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3em;
  margin-bottom: 3em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rjbwebinar-h2 {
  margin: 0px;
  font-family: Canela, sans-serif;
  color: #52566b;
  font-size: 1.25em;
  line-height: 1.67;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.rjbwebinar-h2.schedule-header {
  margin-bottom: 2em;
  font-size: 2.5em;
  line-height: 1.22;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.rjbwebinar-h2.small {
  margin-bottom: 30px;
  font-size: 0.97em;
}

.rjwebinar-variant-price {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25em;
  line-height: 1.44;
}

.rjwebinar-variant-price.discount {
  width: auto;
  height: auto;
  color: #4c915e;
  font-weight: 700;
  text-decoration: none;
}

.img-float-banners {
  border-radius: 8px;
}

.img-float-banners.wallpaper {
  width: 16.1em;
  margin-top: -1.9em;
  margin-left: -3.5em;
}

.img-float-banners.kitchen {
  width: 25em;
}

.rjwebinar-hero-banners-contain {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9em;
  margin-bottom: -23px;
  margin-left: -15.9em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.img-rachel {
  display: block;
  margin-left: 25px;
}

.img-rachel.mobile-square {
  display: none;
}

.rsr-cta {
  padding: 15px 28px;
  border-style: solid;
  border-width: 4px;
  border-color: #ff6d6d;
  border-radius: 2px;
  background-color: #ff6d6d;
  font-family: 'Claire news cg', Georgia, sans-serif;
  text-transform: uppercase;
}

.rsr-cta.inverse {
  border-style: solid;
  border-width: 4px;
  border-color: #ff6d6d;
  border-radius: 2px;
  background-color: rgba(165, 115, 115, 0);
  color: #ff6d6d;
}

.rsr-bg-video-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: none;
  width: 70%;
  -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;
}

.rsr-bg-video-play {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}

.rsr-h1 {
  font-family: 'Claire news cg', Georgia, sans-serif;
  font-size: 24px;
  text-align: center;
}

.rsr-bg-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.lightbox-link-2 {
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
}

.section-rsr-hero {
  position: relative;
}

.background-black {
  background-color: #000;
}

@media screen and (min-width: 1280px) {
  .button-4.cart {
    width: 90px;
  }

  .text-large {
    font-size: 1.88vw;
  }

  .dynamic-add-to-cart-custom.button {
    font-size: 1.88vw;
  }

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

  .dbc-section.hero {
    background-color: transparent;
  }

  .rjwebinar-cta.product.invert {
    background-color: #4c915e;
  }

  .rjwebinar-hero-image-contain {
    width: 40%;
  }

  .rjwebinar-hero-banners-contain {
    font-size: 15px;
  }

  .img-rachel {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .image-5 {
    max-width: 170px;
  }

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

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

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

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

  .rjwebinar-cta.product {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rjwebinar-h2-gated-hero-2 {
    font-family: Canela, sans-serif;
  }

  .schedule-day-wrap {
    font-size: 16px;
  }

  .rjwebinar-hero-banners-contain {
    margin-left: -13.9em;
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .button-4.cart {
    width: 100px;
    height: 100px;
  }

  .dynamic-add-to-cart-custom.button {
    font-size: 2vw;
  }

  .h3.chapters {
    font-size: 1.8vw;
  }

  .horizontal-quote-h4 {
    font-size: 2vw;
  }

  .button-5.button_orange {
    font-size: 2vw;
  }

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

  .cannabeleafit.bottom:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

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

  .rjwebinar-cross-sell-card-wrap {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .rjwebinar-cross-sell-card-wrap.app-plug {
    width: auto;
  }

  .rjwebinar-contain.webinar-product {
    padding-right: 0em;
    padding-left: 0em;
  }

  .rjwebinar-contain.hero {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .rjwebinar-cta.product {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rjwebinar-cta.product.invert {
    font-size: 22px;
  }

  .rjwebinar-cta.white {
    font-size: 22px;
  }

  .rjwebinar-add-variant-wrap {
    font-size: 20px;
  }

  .rjwebinar-price-discount-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .schedule-day-wrap {
    font-size: 22px;
  }

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

  .rjwebinar-schedule-wrap {
    width: 130%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .rjwebinar-accordion-faq-wrap {
    font-size: 20px;
  }

  .rjbwebinar-p {
    font-size: 24px;
    line-height: 1.44;
  }

  .rjbwebinar-p.product {
    font-size: 24px;
  }

  .rjwebinar-hero-image-contain {
    width: 46%;
    margin-left: -6em;
  }

  .rjbwebinar-h2.small {
    font-size: 16px;
  }

  .rjwebinar-variant-price {
    text-decoration: none;
  }

  .rjwebinar-variant-price.discount {
    color: #4c915e;
    text-decoration: none;
  }

  .rjwebinar-hero-banners-contain {
    font-size: 23px;
  }
}

@media screen and (max-width: 991px) {
  .chs-h1 {
    font-size: 14px;
  }

  .chs-h2 {
    font-size: 40px;
  }

  .chs-p {
    font-size: 16px;
  }

  .chs-cta {
    font-size: 16px;
  }

  .chs-contain.img-txt-card {
    -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;
  }

  .chs-contain.product-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .chs-text-wrap.intro {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .chs-image-wrap {
    width: 100%;
  }

  .logo-wrap {
    width: 600px;
    height: 91px;
  }

  .tier-benefits-wrap.above {
    margin-top: 60px;
  }

  .page-wrap {
    -webkit-perspective: 1078px;
    perspective: 1078px;
  }

  .h2 {
    font-family: Montserrat, sans-serif;
    color: #e1e0ca;
    font-size: 32px;
    font-weight: 400;
  }

  .pricing {
    font-size: 44px;
  }

  .phone-wrap {
    width: 85vw;
    height: auto;
  }

  .contain {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contain.head {
    padding: 150px;
  }

  .pricing-wrap {
    width: 100%;
  }

  .pricing-is-diamond {
    font-size: 44px;
  }

  .cta.bronze {
    margin-top: 50px;
  }

  .tier-wrap {
    min-width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero-content-wrap {
    -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;
  }

  .hero_fb-copy-wrap {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .page-wrapper {
    background-color: #f0e1d3;
  }

  .sps-h1 {
    text-align: center;
  }

  .bottom-padding-medium {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sps-p {
    max-width: 30ch;
  }

  .hero_image-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }

  .image-4 {
    max-width: 100%;
  }

  .hero_copy-wrap {
    width: 100%;
    -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;
  }

  .padding-vertical-medium {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .faq-wrapper {
    margin: 5px 10px;
  }

  .grid-row.faq_cta {
    justify-items: center;
  }

  .intro-text {
    font-size: 12px;
  }

  .cantus-image-wrapper {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .call-to-action-content {
    justify-items: center;
  }

  .cantus-button {
    font-size: 14px;
  }

  .heading-3 {
    font-size: 20px;
    text-align: center;
  }

  .text-medium {
    font-size: 18px;
  }

  .text-faq-question {
    font-size: 20px;
  }

  .card-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .subheading.padding-vertical-small {
    font-size: 24px;
  }

  .text-geneva {
    font-size: 29px;
  }

  .image-5 {
    width: 15vw;
  }

  .button-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-4.cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .padding-horizontal-medium {
    padding-right: 24px;
    padding-left: 24px;
  }

  .padding-vertical-medium-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .cart-wrapper-2 {
    display: none;
  }

  .wiz-h1 {
    font-size: 44px;
  }

  .text-large.text-orange.wiz-text {
    font-size: 17px;
  }

  .text-large.wiz-text {
    font-size: 22px;
  }

  .padding-vertical-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blurb-image {
    position: relative;
  }

  .wiz-h2.text-orange {
    font-size: 28px;
  }

  .home-content {
    max-width: none;
  }

  .h3.chapters {
    width: 100%;
    font-size: 18px;
  }

  .blurb_author-image {
    max-width: 90px;
  }

  .striekthrough-red {
    width: 95%;
  }

  .cart-contents {
    width: auto;
    max-width: none;
    min-width: auto;
    padding: 0px 20px;
  }

  .contain-3 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .contain-3.chapters-wrap {
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .card-layout-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .cart-wrap {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }

  .horizontal-content-block {
    padding-right: 40px;
    padding-left: 25px;
  }

  .faq-container {
    width: 100%;
    min-width: 0px;
  }

  .padding-vertical-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .image-logo {
    position: static;
    bottom: 0px;
    max-width: 70%;
  }

  .home-hero_image-wrapper {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .page-padding-3.padding-xxlarge {
    padding-right: 6%;
    padding-left: 6%;
  }

  .horizontal-logo {
    max-width: 170px;
  }

  .story_image {
    z-index: 20;
    min-width: 298px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .dbc-variant-wrap._1-bottom-margin {
    margin-top: -45px;
  }

  .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-contain.dbc-covers {
    width: 85%;
  }

  .dbc-contain.dbc-copy-contain {
    width: 85%;
    font-size: 9px;
  }

  .dbc-cover-wrapper {
    position: static;
    font-size: 1px;
  }

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

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

  .rjbwebinar-h3.cross-sell {
    width: auto;
  }

  .rjwebinar-contain.webinar-product {
    padding-bottom: 0em;
  }

  .rjwebinar-contain.hero {
    padding-bottom: 0em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .rjwebinar-contain.webinar-schedule {
    font-size: 13px;
  }

  .live-webinar-2 {
    width: 100%;
    margin-left: 0px;
  }

  .rjwebinar-cta.product.invert {
    width: auto;
    font-size: 14px;
    text-align: center;
  }

  .rjwebinar-cta.white {
    font-size: 14px;
  }

  .rjwebinar-h1-2 {
    font-size: 40px;
  }

  .rjwebinar-h1-2.gated {
    font-weight: 700;
  }

  .rjwebinar-h2-gated-hero-2 {
    margin-top: 40px;
    font-size: 40px;
  }

  .rjwebinar-section.hero {
    height: auto;
  }

  .rjwebinar-section.webinar-schedule {
    margin-top: 3em;
  }

  .testimonials-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .rjwebinar-live-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .rjbwebinar-h2-2 {
    font-size: 11px;
  }

  .rjbwebinar-h2-2.widgets {
    font-size: 17px;
  }

  .rjwebinar-live-video-wrap {
    padding-right: 0px;
  }

  .app-h3 {
    font-size: 2.5vw;
    line-height: 1.4;
  }

  .hero_button-app-image-wrapper.margin-right-small {
    padding-right: 0px;
  }

  .star-ratings-wraper {
    width: 65%;
  }

  .app-h1 {
    font-size: 2.5vw;
    line-height: 1.4;
  }

  .margin-right-small {
    margin-right: 16px;
  }

  .rjwebinar-add-variant-wrap {
    display: -ms-grid;
    display: grid;
    margin-top: 0em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-2 {
    width: auto;
    font-size: 1px;
  }

  .rjwebinar-link-list-wrap {
    margin-top: 3em;
  }

  .schedule-day-wrap {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 10px;
  }

  .link-block-2 {
    width: 15.1em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
  }

  .rjwebinar-schedule-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px;
  }

  .rjwebinar-h1 {
    font-size: 40px;
    font-weight: 700;
  }

  .rjwebinar-h1.product {
    margin-bottom: 0em;
  }

  .rjwebinar-variant-title {
    margin-top: 0px;
    font-size: 1.67em;
  }

  .rjwebinar-video-wrap {
    margin-top: 3em;
  }

  .rjwebinar-product-details-wrap {
    width: auto;
    height: auto;
    margin-top: 50px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 10px;
  }

  .rjwebinar-accordion-faq-wrap {
    font-size: 12px;
  }

  .rjbwebinar-p {
    font-size: 15px;
  }

  .rjbwebinar-p.product {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .rjwebinar-text-wrap.hero {
    font-size: 9px;
  }

  .rjwebinar-hero-image-contain {
    width: 40%;
  }

  .rjwebinar-link-content-wrap {
    margin-bottom: 3em;
  }

  .rjwebinar-variant-card-wrap {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
  }

  .rjwebinar-product-card-wrap {
    height: auto;
    margin-bottom: 5em;
    -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;
  }

  .rjbwebinar-h2 {
    font-size: 11px;
  }

  .rjbwebinar-h2.small {
    font-size: 1.2em;
  }

  .rjwebinar-variant-price {
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25em;
    line-height: 1.44;
  }

  .rjwebinar-hero-headline-cta-wrap {
    font-size: 12px;
  }

  .rjwebinar-hero-banners-contain {
    margin-top: 17.9em;
    margin-left: -12.4em;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .chs-h2 {
    margin-top: 10px;
    font-size: 44px;
  }

  .chs-h3 {
    margin-top: 0px;
  }

  .chs-section.hero {
    background-image: linear-gradient(92deg, #1d2822, transparent), url('../images/DSC06479-1-1.jpg');
    background-position: 0px 0px, 60% 41%;
    background-size: auto, 1178px;
  }

  .chs-contain.hero {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 30px;
  }

  .chs-contain.product-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .heading {
    line-height: 26px;
  }

  .chs-product-wrap {
    height: 100%;
  }

  .chs-cta-product {
    font-size: 14px;
    text-align: center;
  }

  .chs-cta-product.bow {
    text-align: center;
  }

  .html-embed {
    width: 90%;
  }

  .logo-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    -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;
  }

  .p {
    width: 40ch;
  }

  .triangle {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 8.75px;
  }

  .h2 {
    margin-top: 11px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 23px;
  }

  .phone-wrap {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -161px;
  }

  .copy.tier-level {
    text-align: left;
  }

  .contain {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .contain.head {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pricing-wrap {
    width: 50%;
  }

  .cta {
    margin-top: 49px;
  }

  .cta.contact {
    margin-top: 70px;
  }

  .tier-wrap {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 40px;
  }

  .play-icon-wrap {
    width: 30px;
    height: 30px;
  }

  .image-3 {
    width: 300px;
    max-width: none;
  }

  .hero_fb-copy-wrap {
    -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;
  }

  .page-padding {
    padding: 18px 40px;
  }

  .button.inverse {
    text-align: center;
  }

  .button.red {
    margin-top: 24px;
    margin-left: 0px;
  }

  .button.orange {
    margin-bottom: 0px;
  }

  .sps-h1 {
    max-width: none;
    font-size: 25px;
  }

  .bottom-padding-medium {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-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;
  }

  .hero_button-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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero_all-buttons-wrap {
    justify-items: stretch;
    grid-column-gap: 16px;
  }

  .sps-p {
    margin-bottom: 24px;
    text-align: center;
  }

  .sps-button.inverse {
    text-align: center;
  }

  .sps-button.red {
    margin-left: 0px;
    -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;
  }

  .sps-button.orange {
    margin-bottom: 0px;
    text-align: center;
  }

  .faq-wrapper {
    margin: 5px 0px;
    padding: 8px;
  }

  .grid-row {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
  }

  .grid-row.mobile-1-col {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    justify-items: end;
    grid-auto-flow: row;
    grid-row-gap: 24px;
    -ms-grid-columns: -webkit-max-content 1fr;
    -ms-grid-columns: max-content 1fr;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
  }

  .faq_question-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-padding-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .intro-text {
    line-height: 18px;
  }

  .text-faq-answer {
    width: 90%;
  }

  .text-faq-question {
    line-height: 24px;
  }

  .subheading.padding-vertical-small {
    font-size: 20px;
  }

  .text-geneva {
    font-size: 4vw;
  }

  .image-5 {
    width: 18vw;
  }

  .button-4.cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
  }

  .padding-horizontal-medium {
    padding-right: 20px;
    padding-left: 20px;
  }

  .margin-top-medium {
    margin-top: 24px;
  }

  .cart-wrapper-2 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
  }

  .text-large {
    font-size: 20px;
  }

  .text-large.text-orange {
    font-size: 22px;
  }

  .text-large.wiz-text {
    font-size: 22px;
    text-align: center;
  }

  .home-content {
    justify-items: stretch;
  }

  .h3.chapters {
    color: #000;
    font-size: 24px;
  }

  .grid-row-2 {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
  }

  .text-author-job {
    font-size: 16px;
  }

  .striekthrough-red {
    width: 90%;
  }

  .container-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blurb-card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart-contents {
    width: 50%;
    max-width: none;
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .contain-3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .contain-3.chapters-wrap {
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
    border-bottom-style: none;
  }

  .part-title-wrap {
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .blurb-image-wrap {
    display: none;
    width: 100%;
    height: 280px;
  }

  .slider-horizontal {
    width: 100%;
    max-width: 87vw;
    margin-right: auto;
    margin-left: auto;
  }

  .card-layout-2 {
    grid-column-gap: 5vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cart_exit-link {
    padding: 10px;
  }

  .cart-wrap {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 99999;
  }

  .horizontal-content-block {
    width: 100%;
    padding: 45px;
  }

  .faq-container {
    display: block;
    margin-bottom: 0px;
  }

  .faq {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #bcbcbc;
  }

  .horizontal-fixed-height {
    min-height: 69px;
  }

  .text-xlarge {
    font-size: 20px;
  }

  .text-xlarge.text-orange.wiz-text-large {
    font-size: 28px;
  }

  .image-logo {
    bottom: 0px;
    max-width: 50%;
  }

  .home-hero_image-wrapper {
    max-width: 40vh;
  }

  .page-padding-3 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .blurb_v2 {
    overflow: visible;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .cart_product-image {
    width: 50%;
  }

  .heading-13 {
    font-size: 18px;
  }

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

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

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

  .dbc-variant-image {
    width: 70%;
  }

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

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

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

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

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

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

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

  .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-contain.dbc-copy-contain {
    width: 100%;
    font-size: 11px;
  }

  .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-copy.dbc-yellow {
    font-size: 1.4em;
    text-align: center;
  }

  .rjwebinar-mobile-app-image {
    display: block;
    width: 100%;
    margin-bottom: 25px;
  }

  .rjwebinar-cross-sell-card-wrap {
    width: 100%;
    height: auto;
  }

  .rjwebinar-cross-sell-card-wrap.app-plug {
    width: 100%;
  }

  .rjwebinar-contain {
    padding-right: 0em;
    padding-left: 0em;
  }

  .rjwebinar-contain.cross-sell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rjwebinar-contain.webinar-product {
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .rjwebinar-contain.hero {
    padding-right: 0em;
    padding-bottom: 0em;
    padding-left: 0em;
    -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;
  }

  .rjwebinar-contain.webinar-schedule {
    margin-bottom: 2em;
    padding-right: 0em;
    padding-left: 0em;
  }

  .rjwebinar-cta.product.invert {
    width: auto;
    font-size: 16px;
    text-align: center;
  }

  .rjwebinar-app-image {
    display: none;
  }

  .rjwebinar-cross-sell-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .rjwebinar-h1-2 {
    width: 10ch;
    text-align: center;
  }

  .rjwebinar-h1-2.gated {
    font-weight: 700;
  }

  .rjwebinar-cross-sell-header-cta-wrap {
    font-size: 12px;
  }

  .rjwebinar-page-margins {
    padding-right: 10px;
    padding-left: 10px;
  }

  .rjwebinar-h2-gated-hero-2 {
    width: 10ch;
    text-align: center;
  }

  .rjwebinar-h2-gated-hero-2.books {
    width: auto;
  }

  .rjwebinar-section {
    padding-right: 3em;
    padding-left: 3em;
  }

  .rjwebinar-section.webinar-cross-sell {
    padding-right: 0em;
    padding-left: 0em;
  }

  .rjwebinar-section.live-widgets {
    padding-right: 0em;
    padding-left: 0em;
  }

  .rjwebinar-section.webinar-schedule {
    margin-top: 2em;
  }

  .rjwebinar-hero-headline-wrap-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3em;
    -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;
  }

  .testimonials-t8 {
    padding: 40px 10px;
  }

  .testimonials-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .rjwebinar-live-wrap {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .rjwebinar-live-video-wrap {
    margin-bottom: 0px;
  }

  .app-h3 {
    font-size: 5vw;
  }

  .margin-top-small {
    margin-top: 12px;
  }

  .grid-2-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .below-the-fold-image-wrapper {
    position: static;
  }

  .full-image-right {
    position: static;
  }

  .hide-mobile {
    display: none;
  }

  .star-ratings-wraper {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .page-padding-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-grid-2-col.padding-vertical-xlarge {
    -ms-grid-columns: 1fr 0.75fr;
    grid-template-columns: 1fr 0.75fr;
  }

  .hero_stars-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-mobile-app {
    display: block;
  }

  .app-h1 {
    font-size: 5vw;
  }

  .rjwebinar-add-variant-wrap {
    display: -ms-grid;
    display: grid;
    margin-top: 3em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .slider {
    display: block;
    width: 100%;
    margin-left: 0px;
    background-color: transparent;
  }

  .mask {
    overflow: visible;
    width: 18.5em;
    background-color: transparent;
  }

  .image-2 {
    width: 100%;
  }

  .schedule-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -15px;
    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;
  }

  .schedule-date.kitchen {
    margin-bottom: 23px;
  }

  .rjwebinar-links {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .video-thumbnail {
    display: block;
  }

  .rjwebinar-link-list-wrap {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .schedule-day-wrap {
    height: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 12px;
  }

  .link-block-2 {
    font-size: 12px;
  }

  .rjwebinar-hero-headline-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3em;
    -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;
  }

  .schedule-details-header-wrap {
    font-size: 12px;
  }

  .right-arrow-2 {
    display: none;
  }

  .rjwebinar-schedule-wrap {
    display: none;
  }

  .rjwebinar-h1 {
    width: 10ch;
    text-align: center;
  }

  .rjwebinar-h1.product {
    margin-top: 0px;
    font-size: 52px;
    text-align: left;
  }

  .rjwebinar-video-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4em;
    -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;
  }

  .rjwebinar-product-details-wrap {
    width: 100%;
    height: 100%;
    margin-top: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .rjwebinar-slider-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rjwebinar-accordion-faq-wrap {
    font-size: 14px;
  }

  .rjbwebinar-p {
    max-width: 40ch;
    font-size: 17px;
    line-height: 1.43;
  }

  .rjbwebinar-p.product {
    font-size: 18px;
    text-align: left;
  }

  .rjwebinar-text-wrap.hero {
    width: 100%;
    padding-bottom: 0em;
    -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;
  }

  .rjwebinar-hero-image-contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }

  .rjwebinar-link-content-wrap {
    margin-top: 4em;
    margin-bottom: 4em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 11px;
  }

  .slide-nav-2 {
    display: none;
  }

  .rjwebinar-variant-card-wrap {
    font-size: 12px;
  }

  .rjwebinar-product-card-wrap {
    height: auto;
    margin-top: 0em;
    margin-bottom: 0em;
    -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;
  }

  .rjbwebinar-h2 {
    margin-bottom: 10px;
  }

  .rjbwebinar-h2.schedule-header {
    width: 17ch;
    margin-bottom: 1em;
    text-align: left;
  }

  .rjbwebinar-h2.small {
    margin-bottom: 2em;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .left-arrow-2 {
    display: none;
  }

  .img-float-banners.wallpaper {
    margin-left: -15.5em;
    font-size: 15px;
  }

  .img-float-banners.kitchen {
    margin-left: 5.8em;
  }

  .rjwebinar-hero-banners-contain {
    margin-top: 14.1em;
    margin-bottom: -66px;
    margin-left: -9.2em;
    font-size: 14px;
  }

  .img-rachel {
    display: none;
    margin-left: 0px;
  }

  .img-rachel.mobile-square {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .chs-h1 {
    font-size: 12px;
    line-height: 28px;
  }

  .chs-h2 {
    margin-top: 0px;
    font-size: 26px;
    line-height: 39px;
  }

  .chs-p {
    font-size: 14px;
    line-height: 24px;
  }

  .chs-p.intro {
    font-size: 15px;
  }

  .chs-h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .chs-section.hero {
    background-image: linear-gradient(92deg, #1d2822, transparent), url('../images/DSC06479-1-1.jpg');
    background-position: 0px 0px, 68% 50%;
    background-size: auto, 947px;
  }

  .chs-contain.product-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading {
    margin-top: 0px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
  }

  .product-title-link {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    text-transform: none;
  }

  .chs-image {
    margin-top: 30px;
  }

  .chs-product-wrap {
    height: 100%;
  }

  .chs-cta-product.bow {
    font-size: 13px;
  }

  .logo-wrap {
    width: auto;
  }

  .p {
    width: auto;
    max-width: 40ch;
  }

  .page-wrap {
    overflow: hidden;
    padding-right: 14px;
    padding-left: 14px;
  }

  .h2 {
    width: auto;
    font-size: 14px;
  }

  .phone-wrap {
    margin-left: -78px;
  }

  .email {
    font-size: 16px;
  }

  .contain.head {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pricing-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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;
  }

  .pricing-is-diamond {
    margin-bottom: 0px;
    background-image: url('../images/ezgif.com-gif-maker-4.gif');
    background-position: 50% 50%;
    background-size: auto;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 44px;
    line-height: 78px;
    font-weight: 500;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .cta {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .details-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: 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;
  }

  .tier-wrap {
    width: auto;
    -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;
  }

  .image-3 {
    width: 76vw;
  }

  .page-padding {
    padding: 16px;
  }

  .hero_all-buttons-wrap {
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .sps-p {
    margin-bottom: 0px;
  }

  .sps-button.red {
    text-align: center;
  }

  .padding-vertical-medium {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .faq-wrapper {
    box-shadow: 1px 0 10px 0 #6793bf;
  }

  .grid-row.mobile-1-col {
    display: -ms-grid;
    display: grid;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    grid-column-gap: 0px;
    grid-row-gap: 7px;
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .intro-text {
    font-size: 12px;
    text-align: center;
  }

  .psalm-quotation {
    padding-left: 0px;
  }

  .cantus-button {
    text-align: center;
  }

  .page-wrapper-2 {
    overflow: hidden;
  }

  .heading-3 {
    font-size: 20px;
  }

  .text-faq-answer {
    padding-left: 0px;
  }

  .faq_icon-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .card-layout {
    grid-auto-columns: 100%;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .subheading.padding-vertical-small {
    font-size: 18px;
    text-align: center;
  }

  .vertical-column-left {
    margin-top: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero_geneva-content-title {
    margin-left: auto;
    padding-left: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-geneva {
    max-width: 14ch;
    font-size: 22px;
  }

  .image-5 {
    display: block;
    width: 23vw;
  }

  .image-author {
    position: static;
    display: block;
  }

  .image-author.margin-bottom-medium {
    width: 80px;
  }

  .cart-wrapper-2 {
    display: none;
    overflow: scroll;
  }

  .author-block {
    margin-top: 15px;
  }

  .text-large.wiz-text {
    text-align: left;
  }

  .left-arrow {
    left: -25px;
    top: 0px;
    right: auto;
    bottom: -3%;
    background-color: transparent;
    font-size: 30px;
  }

  .home-content {
    max-width: 100%;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .h3.chapters {
    width: auto;
    font-size: 5vw;
  }

  .grid-row-2 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .logo-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-arrow {
    position: absolute;
    left: auto;
    top: 0px;
    right: -25px;
    bottom: -3%;
    background-color: transparent;
    font-size: 30px;
  }

  .cart-contents {
    width: 80%;
    height: auto;
    max-width: none;
    min-width: auto;
  }

  .card-layout-2 {
    grid-auto-columns: 100%;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .blurb_title-wrapper {
    width: 100vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .horizontal-content-block {
    padding: 20px 15px;
  }

  .blurb-card-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faq-container {
    display: block;
  }

  .image-logo {
    position: static;
    max-width: 70%;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-logo.margin-left-small {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .icon-2 {
    color: #e4a24e;
  }

  .blurb_v2 {
    min-height: 400px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-10 {
    width: 20px;
    max-width: none;
  }

  .cart_product-image {
    max-width: 50%;
  }

  .story_image {
    min-width: 0px;
  }

  .dbc-variant-cta.baggie {
    width: 14em;
    font-size: 16px;
  }

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

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

  .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-wrap._1-bottom-margin {
    margin-top: 0px;
  }

  .dbc-contain.dbc-copy-contain {
    font-size: 10px;
  }

  .dbc-copy.dbc-yellow {
    font-size: 24px;
    text-align: center;
  }

  .rjbwebinar-h3.cross-sell {
    width: auto;
    max-width: 20ch;
  }

  .rjwebinar-contain {
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .rjwebinar-contain.webinar-product {
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .rjwebinar-contain.hero {
    padding: 0em;
  }

  .rjwebinar-contain.webinar-schedule {
    margin-top: 10px;
    margin-bottom: 0em;
    padding-right: 0px;
    padding-left: 0px;
  }

  .rjwebinar-cta.product {
    font-size: 12px;
  }

  .rjwebinar-cta.product.invert {
    width: auto;
    font-size: 14px;
  }

  .padding-top-medium {
    padding-bottom: 0px;
  }

  .rjwebinar-cross-sell-wrap {
    margin-right: -10px;
    margin-left: -10px;
  }

  .rjwebinar-h1-2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 38px;
  }

  .rjwebinar-h1-2.gated {
    font-size: 44px;
    font-weight: 700;
  }

  .rjwebinar-page-margins {
    padding-right: 10px;
    padding-left: 10px;
  }

  .rjwebinar-h2-gated-hero-2 {
    margin-top: 36px;
    margin-bottom: 15px;
    font-size: 38px;
    font-weight: 700;
  }

  .rjwebinar-section {
    padding-right: 0em;
    padding-left: 0em;
  }

  .rjwebinar-section.hero {
    padding-top: 10px;
  }

  .rjwebinar-section.webinar-product {
    margin-top: 30px;
  }

  .rjwebinar-hero-headline-wrap-copy {
    margin-top: 24px;
    font-size: 2vw;
  }

  .testimonials-t8 {
    width: 100%;
  }

  .testimonials-wrapper {
    width: 100%;
    border-radius: 0px;
  }

  .rjwebinar-live-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .rjbwebinar-h2-2 {
    font-size: 14px;
    text-align: center;
  }

  .slide-wrapper-t8 {
    margin-right: auto;
    margin-left: auto;
  }

  .book-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero_button-wrap-grid.padding-vertical-medium {
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-2-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .app-content_copy-wrapper.mobile-pad-vertical-medium {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .hide-mobile {
    display: none;
  }

  .hero-grid-2-col.padding-vertical-xlarge {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rjwebinar-faq-content-wrap {
    font-size: 11px;
  }

  .rjwebinar-add-variant-wrap {
    display: -ms-grid;
    display: grid;
    margin-top: 0em;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .slider {
    display: block;
    width: 100%;
    margin-left: 0px;
    -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;
  }

  .mask {
    width: 16.5em;
  }

  .schedule-date {
    margin-top: 20px;
    margin-bottom: -45px;
  }

  .video-thumbnail {
    display: block;
    width: 100%;
  }

  .slide {
    margin-left: 0px;
  }

  .schedule-day-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
  }

  .link-block-2 {
    width: 12.3em;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 1em;
  }

  .rjwebinar-page-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }

  .rjwebinar-hero-headline-wrap {
    margin-top: 40px;
    font-size: 7px;
  }

  .schedule-details-header-wrap {
    font-size: 14px;
  }

  .right-arrow-2 {
    display: block;
    overflow: hidden;
  }

  .rjwebinar-h1 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 36px;
  }

  .rjwebinar-h1.product {
    width: auto;
    max-width: 10ch;
    font-size: 38px;
    text-align: left;
  }

  .rjwebinar-video-wrap {
    padding-right: 0px;
    padding-left: 0em;
  }

  .rjwebinar-product-details-wrap {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 8px;
  }

  .rjwebinar-slider-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rjbwebinar-p {
    max-width: none;
    font-size: 14px;
  }

  .rjbwebinar-p.product {
    font-size: 16px;
  }

  .rjwebinar-text-wrap.hero {
    margin-top: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rjwebinar-link-content-wrap {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .slide-nav-2 {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .rjwebinar-variant-card-wrap {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    font-size: 10px;
  }

  .rjwebinar-product-card-wrap {
    margin-bottom: 1em;
  }

  .rjbwebinar-h2 {
    font-size: 14px;
    text-align: center;
  }

  .rjbwebinar-h2.schedule-header {
    width: 11ch;
    margin-bottom: 0em;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 28px;
  }

  .rjbwebinar-h2.small {
    margin-bottom: 2em;
    font-size: 14px;
  }

  .left-arrow-2 {
    display: none;
  }

  .rjwebinar-hero-banners-contain {
    margin-top: 17.9em;
    margin-bottom: -65px;
    margin-left: -8.4em;
    font-size: 0.6em;
  }

  .img-rachel.mobile-square {
    display: block;
  }
}

#w-node-e2413311-78c3-a1bd-21db-f27d8aa3c5bf-4e64418b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_111e017d-3c5e-a893-6b0d-7a5560587de3-9751a10d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_111e017d-3c5e-a893-6b0d-7a5560587de5-9751a10d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bea32d02-dfcd-66fc-e257-e1b9642ad7c4-9751a10d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_21ea5254-a2c3-e94b-5eb7-aaf6d2f42fe0-9751a10d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_1113df6b-6d6c-c933-67d7-b01adc253400-c5075e77 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_1113df6b-6d6c-c933-67d7-b01adc253419-c5075e77 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_1113df6b-6d6c-c933-67d7-b01adc253420-c5075e77 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1113df6b-6d6c-c933-67d7-b01adc253430-c5075e77 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_1113df6b-6d6c-c933-67d7-b01adc253431-c5075e77 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_1113df6b-6d6c-c933-67d7-b01adc25343d-c5075e77 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_1113df6b-6d6c-c933-67d7-b01adc25343e-c5075e77 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_1113df6b-6d6c-c933-67d7-b01adc25344a-c5075e77 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_1113df6b-6d6c-c933-67d7-b01adc25344c-c5075e77 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_1113df6b-6d6c-c933-67d7-b01adc25344e-c5075e77 {
  -ms-grid-column-span: -1;
  grid-column-end: 2;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 0;
  grid-row-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

@media screen and (max-width: 991px) {
  #w-node-_1113df6b-6d6c-c933-67d7-b01adc253419-c5075e77 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_1113df6b-6d6c-c933-67d7-b01adc253430-c5075e77 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1113df6b-6d6c-c933-67d7-b01adc25343d-c5075e77 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_1113df6b-6d6c-c933-67d7-b01adc25344a-c5075e77 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_1113df6b-6d6c-c933-67d7-b01adc25344c-c5075e77 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_1113df6b-6d6c-c933-67d7-b01adc25344e-c5075e77 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_111e017d-3c5e-a893-6b0d-7a5560587dde-9751a10d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_111e017d-3c5e-a893-6b0d-7a5560587de0-9751a10d {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_59681cfd-bce3-6834-d3fa-53f446109563-8b7bc420 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1113df6b-6d6c-c933-67d7-b01adc25342b-c5075e77 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_1113df6b-6d6c-c933-67d7-b01adc253430-c5075e77 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_1113df6b-6d6c-c933-67d7-b01adc253431-c5075e77 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_1113df6b-6d6c-c933-67d7-b01adc25343d-c5075e77 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_1113df6b-6d6c-c933-67d7-b01adc25343e-c5075e77 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_111e017d-3c5e-a893-6b0d-7a5560587dde-9751a10d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_111e017d-3c5e-a893-6b0d-7a5560587de0-9751a10d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_111e017d-3c5e-a893-6b0d-7a5560587de3-9751a10d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_111e017d-3c5e-a893-6b0d-7a5560587de5-9751a10d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_59681cfd-bce3-6834-d3fa-53f4461095a6-8b7bc420 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_59681cfd-bce3-6834-d3fa-53f4461095d0-8b7bc420 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_1113df6b-6d6c-c933-67d7-b01adc253419-c5075e77 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1113df6b-6d6c-c933-67d7-b01adc253446-c5075e77 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_1113df6b-6d6c-c933-67d7-b01adc253448-c5075e77 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_1113df6b-6d6c-c933-67d7-b01adc25344a-c5075e77 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_1113df6b-6d6c-c933-67d7-b01adc25344e-c5075e77 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@font-face {
  font-family: 'Canela';
  src: url('../fonts/Canela-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claire news cg';
  src: url('../fonts/Claire-News-CG-Light-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}