/** Shopify CDN: Minification failed

Line 19:10 Unexpected "{"
Line 19:19 Expected ":"
Line 20:16 Expected identifier but found whitespace
Line 20:18 Unexpected "{"
Line 20:27 Expected ":"
Line 20:78 Expected ":"
Line 21:19 Expected identifier but found whitespace
Line 21:21 Unexpected "{"
Line 21:30 Expected ":"
Line 21:84 Expected ":"
... and 130 more hidden warnings

**/


/* CSS from section stylesheet tags */
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
.little-rick-specail {
  text-align: center;
  padding: 8rem 0;
  position: relative;
}
.mw {
  max-width: 60%;
  display: block;
  margin: auto;
}
/* .can-images {
  position: relative;
  height: 0;
} */
.can {
  position: absolute;
  /* width: 15rem; */
}
.can-left {
  left: 0;
  top: 0;
}
.can-right {
  right: 0;
  bottom: 0;
}


.fs-64 {
  font-size: 6.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}  
.icons span {
  display: inline-block;
  margin: 0.5rem;
  padding: 0.3rem 1rem;
  background: #fff;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.buttons {
  margin-top: 2rem;
}
.fs-34 {
  font-size: 3.4rem;
}
@media (max-width: 768px) {
  .little-rick-specail {
    padding: 4rem;
  }
  .can-images {
    top: 50%;
    transform: translateY(-50%);
  }
  .fs-64 {
    font-size: 3rem;
  }
  .can {
    position: absolute;
    width: 7rem;
  }
  .can-left {
    left: -4rem;
  }
  .can-right {
    right: -4rem;
  }
  .buttons .button--primary {
    margin-bottom: 2rem;
  }
  .mw {
    max-width: 100%;
  }
  .can-right{
    bottom: unset;
  }
}
.hero-banner {
  position: relative;
}
.img-hero {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.img-content {
  position: absolute;
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.hero-banner h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
.hero-banner .subheading {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.hero-banner p {
  font-size: 1.4rem;
  margin-top: 1rem;
  text-align: center;
  color: #fff;
}
  @media (max-width: 768px) {
    .img-content {
      top: 0;
      width: 95%;
      position: relative;
    }
    .hero-banner h1 {
      font-size: 3rem;
      color: #000;
    }
    .hero-banner .subheading {
      font-size: 1.6rem;
      color: #000;
    }
    .hero-banner p {
      color: #000;
    }
  }
.icon-grid-benefits {
  padding: 8rem 0;
  padding-top: 4rem;
  text-align: center;
}
.icon-grid-benefits .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}
.icon-grid-benefits .item {
  width: 25rem;
  background: #EFF0F5;
  padding: 3rem;
  border-radius: 1rem;
}
.icon-grid-benefits .icon-bg {
  background: #fff;
  width: 50px;
  height: 50px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: auto;
  position: relative;
  border-radius: 50px;
  margin-bottom: 1.5rem;
}
.icon-grid-benefits .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.icon-grid-benefits .item p {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
  @media (max-width: 768px) {
  .icon-grid-benefits .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.icon-grid-benefits .item {
  width: calc(50% - 1.5rem);
  padding: 1.5rem;
}
    .icon-grid-benefits .item p {
      font-size: 1.4rem;
    }
  }
.two-col-section {
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 8rem 0;
  }
  .row-flex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
  }
  .row-flex.reverse {
    flex-direction: row-reverse;
  }
  .col-6 {
    width: 50%;
  }
  .image-col img {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
  }
  .fs-14 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .fs-48 {
    font-size: 4.8rem;
    font-weight: 700;
  }
  .mt-0 {
    margin-top: 0;
  }
  .mb {
    margin-bottom: 6rem;
  }
  @media (max-width: 768px) {
    .col-6 {
      width: 100%;
    }
    .row-flex {
      flex-wrap: wrap!important;
      flex-direction: column!important;
      gap: 1.5rem!important;
    }
    .image-col img {
      max-width: 80%;
    }
    .fs-48 {
      font-size: 3rem;
    }
    .mb {
      margin-bottom: 3rem!important;
    }
    .bgm {
      padding: 2rem 1.5rem !important;
      background: rgba(255,255,255,.8);
    }
  }
  .custom_icons {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  width: 100%;
}
.custom_icon {
  background: #fff;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  position: relative;
  border-radius: 50px;
}
.custom_icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom_icons p {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
  color: #000;
}
.fs-34 {
  font-size: 3.4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
  .image-col img{
    border-radius: 15px;
  }
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }