:root {
  --mint-green: #c7de86;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper, .w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }
}

body {
  background-color: var(--mint-green);
  color: #333;
  font-family: Thicccboi, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

a {
  text-decoration: none;
}

.page {
  box-sizing: border-box;
  background-color: #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
}

.page.collection, .page.entree {
  overflow: visible;
}

.page.select-location {
  justify-content: space-between;
  align-items: stretch;
}

.page.landing {
  overflow: hidden;
}

.page.checkout-form {
  justify-content: center;
  align-items: center;
}

.hero-text {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5%;
  padding: 20px;
  display: none;
}

.hero-text.video {
  display: none;
}

.icon {
  color: #fff;
  transition: all .3s;
  display: block;
  position: relative;
  top: 50%;
}

.icon:hover {
  transform: scale(1.25);
}

.icon.reviews {
  color: #000;
}

.slide-image {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

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

.overlay-cta {
  background-image: linear-gradient(#0000, #0000 78%, #000);
  flex-direction: column;
  justify-content: flex-end;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  position: absolute;
}

.hero-slider {
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  position: relative;
}

.slide-heading {
  color: var(--mint-green);
  margin-top: 0;
  font-size: 60px;
  line-height: 70px;
}

.slide-heading.video {
  display: block;
}

.slider {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.slide-nav {
  display: none;
}

.btn-primary {
  background-color: var(--mint-green);
  color: #111;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 48px;
  justify-content: center;
  margin-bottom: 10px;
  padding: 26px 38px;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  transform: scale(1.05);
}

.btn-primary.small {
  width: 100%;
  margin-bottom: 10px;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.hero {
  background-color: var(--mint-green);
  color: #000;
  width: 200px;
  min-height: auto;
  margin: 20px;
}

.btn-primary.small.map {
  z-index: 100;
  width: 90%;
  font-size: 20px;
  display: none;
  position: absolute;
  inset: auto 0% 5% 5%;
}

.btn-primary.confirm {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hero {
  justify-content: center;
  min-height: 100%;
  display: flex;
}

.hero-video {
  min-width: 100vw;
  min-height: 100vh;
}

.hero-video.mobile {
  display: none;
}

.right-arrow {
  display: block;
}

.footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.footer-list-item.horizontal {
  background-color: #0000;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.footer-wrapper {
  background-color: #0000;
  margin-top: 20px;
}

.footer-link-2 {
  color: #fff;
  text-decoration: none;
  transition: color .3s, opacity .2s;
}

.footer-link-2:hover {
  color: var(--mint-green);
}

.logo-box {
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 40px;
  display: flex;
}

.grid-footer-3-columns {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  align-items: center;
}

.footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.footer-logo:hover {
  transform: scale3d(1.05, 1.05, 1.01);
}

.footer-container {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.logos-wrap {
  background-color: #0000;
  border-radius: 11px;
  justify-content: space-between;
  padding: 25px;
  display: flex;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-list-wrapper.horizontal {
  background-color: #0000;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  display: flex;
}

.footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-top.pd-72px {
  padding-top: 30px;
  padding-bottom: 10px;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: end;
  justify-items: end;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.mg-bottom-0.width-100.header {
  min-width: 500px;
}

.mg-bottom-0.width-100.header.mobile {
  display: none;
}

.mg-bottom-0.width-100.header.desk-top {
  width: 100%;
  min-width: 100px;
  max-width: 100%;
  padding-left: 32px;
}

.social-icon-square {
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  color: #fff;
  transform: scale(1.1);
}

.payment-logo {
  object-fit: contain;
  flex: 0 auto;
  height: 25px;
}

.payment-logo.custom-logo {
  height: 40px;
}

.payment-logo.visa-logo {
  height: 15px;
}

.bold-text-3 {
  color: #fff;
  font-size: 16px;
}

.footer-logo-wrapper {
  margin-bottom: 24px;
}

.footer-logo-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.footer-bottom {
  text-align: center;
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer-social {
  object-fit: contain;
}

.section-container {
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
  overflow: visible;
}

.section-container.map {
  margin-top: 100px;
}

.map-text {
  color: #111;
  text-align: center;
  margin-top: 20px;
  margin-bottom: -3px;
  font-size: 16px;
}

.video-play-icon {
  width: 100%;
  max-width: 24px;
  height: 100%;
  max-height: 24px;
  display: none;
}

.background-video {
  z-index: 10;
  width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.video-wrapper {
  color: red;
  min-width: 100%;
  max-width: 1279px;
  min-height: 750px;
  max-height: 750px;
  position: relative;
}

.video-play-pause-icon-wrapper {
  z-index: 20;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
  inset: auto 40px 40px auto;
  overflow: hidden;
}

.map-card-img {
  height: 35%;
}

.map-details {
  height: 65%;
  overflow: hidden;
}

.map-card {
  z-index: 80;
  background-color: var(--mint-green);
  border-radius: 35px;
  width: 300px;
  height: 70%;
  transition: all .3s;
  position: absolute;
  inset: 15% 5% 10% auto;
  overflow: hidden;
  box-shadow: 0 0 20px 4px #00000078;
}

.map-card:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px 8px #0000008f;
}

.video-pause-icon {
  width: 100%;
  max-width: 24px;
  height: 100%;
  max-height: 24px;
}

.map-img {
  object-fit: cover;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.map-heading {
  color: #111;
  text-align: center;
  margin-top: 10px;
}

.hidden-on-desktop {
  display: none;
}

.text-200 {
  line-height: 20px;
}

.btn-circle-secondary {
  background-color: var(--mint-green);
  transform-style: preserve-3d;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  transform: none;
  box-shadow: 0 2px 12px #14142b14;
}

.btn-circle-secondary:hover {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
}

.btn-circle-secondary.slider-arrow {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-circle-secondary.slider-arrow.left---center-center {
  top: 50%;
  transform: none;
}

.btn-circle-secondary.slider-arrow.left---center-center:hover {
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.left---center-center.outside {
  left: -11px;
}

.btn-circle-secondary.slider-arrow.left---center-center.outside.testimonials-v12 {
  transform: none;
}

.btn-circle-secondary.slider-arrow.right---center-center {
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: none;
}

.btn-circle-secondary.slider-arrow.right---center-center:hover {
  transform: none;
}

.review-card {
  border: 1px solid var(--mint-green);
  background-color: #000;
  border-radius: 35px;
  box-shadow: 0 2px 7px #14142b0f;
}

.review-card.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.review-card.content-left._32px---48px---56px {
  color: var(--mint-green);
  padding: 0 32px 10px;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-390px {
  width: 390px;
  max-width: 390px;
  overflow: visible;
}

.slide-item {
  margin-right: 28px;
}

.flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-answer {
  word-break: break-all;
  margin-bottom: 10px;
}

.heading-h4-size {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.heading-h4-size.heading-link {
  color: var(--mint-green);
}

.section {
  padding: 50px 20px;
}

.section.testimonials {
  background-color: var(--mint-green);
  padding-bottom: 100px;
}

.section.specials {
  margin-top: 50px;
  padding-left: 0;
}

.section.static {
  flex-flow: column;
  display: flex;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.testimonials-header {
  color: #000;
  margin-top: 0;
  margin-bottom: 41px;
  font-size: 50px;
  line-height: 75px;
}

.position-relative {
  position: relative;
}

.cart-button-image {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
}

.header-nav-menu-wrapper {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.line-rounded-icon {
  background-color: #0000;
  max-width: none;
  position: absolute;
  inset: 0% 20px 0% auto;
}

.line-rounded-icon.search-input {
  color: #a0a3bd;
  align-items: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 20px 0% auto;
}

.empty-state {
  display: none;
}

.cart-footer-2 {
  border-top-color: var(--mint-green);
  padding-top: 22px;
  padding-bottom: 22px;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.cart-subtotal-number {
  color: var(--mint-green);
}

.header-logo {
  max-width: 240px;
}

.header-logo.mailer {
  max-width: 200px;
  padding-top: 5%;
}

.cart-button {
  background-color: #0000;
  max-height: 30px;
  padding: 0;
  transition: opacity .3s, color .3s;
  position: relative;
}

.cart-button:hover {
  opacity: .7;
}

.remove-button {
  text-decoration: none;
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 4px;
  display: flex;
}

.heading-h5-size {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.cart-quantity-2 {
  background-color: var(--mint-green);
  color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  display: flex;
  position: absolute;
  inset: auto auto -8px -16px;
}

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

.option {
  color: var(--mint-green);
}

.header-nav-list-item {
  margin-bottom: 0;
}

.header-nav-menu-list {
  z-index: 1;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.cart-button-wrapper {
  min-width: 30px;
  margin-left: 32px;
  margin-right: -5px;
  padding-right: 0;
}

.cart-line-item-2 {
  margin-bottom: 24px;
}

.cart-wrapper {
  color: var(--mint-green);
}

.home-page-header {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #00000080;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.cart-list-2 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.cart-container-2 {
  border: 1px solid var(--mint-green);
  background-color: #111;
  border-radius: 40px;
  width: 150%;
  margin-right: 169px;
  box-shadow: 0 5px 25px #14142b3d;
}

.header-container {
  flex-direction: column;
  max-width: 1792px;
  margin-top: 15px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.cart-item-wrapper {
  padding-top: 23px;
  padding-bottom: 23px;
}

.account-icon {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  margin-left: 10px;
}

.cart-remove-link {
  color: var(--mint-green);
  line-height: 20px;
  text-decoration: underline;
}

.apple-pay-btn {
  border-radius: 90px;
}

.apple-pay-btn.cart {
  height: 60px;
}

.collection-list-wrapper-6 {
  width: 100%;
}

.option-list-2 {
  margin-top: auto;
}

.header-logo-link {
  all: unset;
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover, .header-logo-link.w--current:hover {
  transform: scale3d(1.05, 1.05, 1.01);
}

.cart-header-2 {
  border-bottom: 1px solid var(--mint-green);
  padding-top: 22px;
  padding-bottom: 22px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hamburger-menu-bar {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.input {
  box-shadow: none;
  color: var(--mint-green);
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.input.small {
  min-height: 46px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small.search-header {
  background-color: #000;
  width: 100%;
  min-width: 100%;
  max-width: 360px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.input.small.search-header:hover {
  border-color: var(--mint-green);
  box-shadow: 0 0 20px 1px #c7de8699;
}

.input.small.search-header:focus {
  border-width: 2px;
  border-color: var(--mint-green);
  color: var(--mint-green);
  box-shadow: 0 0 20px 5px #c7de8699;
}

.input.small.search-header::placeholder {
  color: var(--mint-green);
}

.input.cart-quantity-input {
  background-color: var(--mint-green);
  color: #111;
  text-align: center;
  border-style: none;
  width: 60px;
  min-height: 50px;
  padding-left: 16px;
  padding-right: 16px;
}

.input.cart-quantity-input:hover, .input.cart-quantity-input:focus {
  border-color: #f36c21;
}

.cart-item-title {
  color: var(--mint-green);
  letter-spacing: 1px;
  font-weight: 400;
  text-decoration: underline;
}

.cart-close-button {
  color: var(--mint-green);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.cart-image-image.border-radius-8px {
  object-fit: cover;
  border-radius: 8px;
  width: 125px;
  min-width: 125px;
  max-width: 125px;
  height: 100px;
  max-height: 100px;
}

.header-nav-link {
  all: unset;
  padding: 0;
  text-decoration: none;
  transition-property: color;
  transition-duration: .3s;
}

.header-nav-link.w--current {
  color: #f36c21;
  text-transform: none;
  transition-property: color;
  transition-duration: .3s;
}

.header-nav-link.w--current:hover {
  color: #205375;
}

.home-nav-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  transition: all .3s;
}

.home-nav-text:hover {
  color: var(--mint-green);
}

.error-state-wrap {
  background-color: var(--mint-green);
  color: #111;
  text-align: center;
  border-radius: 20px;
  margin-top: 10px;
}

.error-state-wrap.products {
  justify-content: center;
  width: 50%;
  max-width: 1279px;
  display: flex;
}

.collections-lists {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.categories-item {
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 350px;
  margin: 10px 1%;
  display: flex;
}

.categories-item.home-page {
  width: 100%;
  height: 400px;
  margin-bottom: 0;
  padding: 30px 35px;
}

._w-details {
  width: 100%;
  max-width: 1279px;
}

.collection-list-container {
  margin-left: 30px;
  margin-right: 30px;
}

.collection-list-container.home-page {
  margin-top: 75px;
  margin-bottom: 30px;
}

.categories-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.categories-list.home-page {
  grid-template-columns: 1fr 1fr 1fr;
}

.section-heading {
  color: var(--mint-green);
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 70px;
}

.c-card-link {
  border: 2px solid var(--mint-green);
  box-shadow: none;
  color: var(--mint-green);
  letter-spacing: 1px;
  background-color: #333;
  border-radius: 200px;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-decoration: none;
  transition: all .35s;
  position: relative;
  overflow: hidden;
}

.c-card-link:hover {
  color: var(--mint-green);
  box-shadow: 0 -1px 11px 10px #c7de86d4;
}

.c-card-content {
  background-color: var(--mint-green);
  height: 100%;
  position: relative;
}

.c-card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.card-gradient-overlay {
  z-index: 999;
  object-fit: contain;
  background-image: linear-gradient(#13131326, #04040400 54%, #000000c4);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-card-title {
  z-index: 9999;
  position: absolute;
  inset: auto 0% 0%;
}

._w-card-title {
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px;
}

.card-name {
  text-align: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 42px;
  font-size: 2.5em;
  display: flex;
}

.slider-container {
  width: 100vw;
  min-height: 300px;
  padding: 40px;
}

.slider-right-arrow {
  color: #444;
}

.slider-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-content-wrapper {
  aspect-ratio: 1;
  background-color: #e1e1e1;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.mask-2 {
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
}

.slider-2 {
  background-color: #0000;
  width: 400px;
  height: 400px;
  position: static;
}

.clicks-section-nav {
  display: none;
}

.clicks-section-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-h {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.8em;
  line-height: 1;
}

._3d-cards-section {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}

._3d-cards-section.section-hero {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 1000px;
  margin-top: 0;
  display: flex;
}

.card-inner {
  border-radius: 1.2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.card-inner.card-inner-mid {
  justify-content: flex-end;
  align-items: center;
}

.card-inner.card-inner-edge.card-inner-right {
  transform-origin: -50%;
  justify-content: flex-end;
  align-items: center;
}

.card-inner.card-inner-edge.card-inner-left {
  transform-origin: 150%;
}

.card-img {
  object-fit: cover;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.card-text {
  background-image: linear-gradient(0deg, var(--mint-green), #31507a00 35%);
  opacity: 0;
  transform-origin: 0 100%;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 50rem;
  padding-bottom: 4rem;
  padding-left: 4rem;
  transition: all .8s cubic-bezier(.684, .153, .25, 1);
  display: flex;
  position: absolute;
  inset: -1px;
}

.cards-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  align-self: stretch;
  max-width: 1600px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.cards-list {
  perspective: 50rem;
  flex: 1;
  align-self: stretch;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.card {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 4rem;
  margin-left: .75rem;
  margin-right: .75rem;
  transition: all .6s cubic-bezier(.684, .153, .25, 1);
  display: flex;
  position: relative;
}

.card-index {
  color: #ffffffab;
  text-align: center;
  letter-spacing: .1rem;
  width: 2rem;
  font-size: 1.25em;
  font-weight: 700;
  position: absolute;
  bottom: 60vh;
  left: 3.7rem;
  transform: rotate(-90deg);
}

.custom-code {
  display: none;
  position: fixed;
}

.btn-primary-2 {
  background-color: var(--mint-green);
  color: #111;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 48px;
  justify-content: center;
  margin-bottom: 10px;
  padding: 26px 38px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-2:hover {
  transform: scale(1.05);
}

.btn-primary-2.small {
  width: 100%;
  margin-bottom: 10px;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary-2.small.product {
  margin-top: 20px;
}

.btn-primary-2.small.product:hover {
  transform: scale(1.05);
}

.page-header {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #00000080;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  inset: 0% 0% auto;
}

.collection-list-wrapper {
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.collection-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start center;
  place-items: stretch stretch;
  max-width: 1279px;
  margin-left: -15px;
  margin-right: -15px;
  display: grid;
}

.product-card {
  all: unset;
  background-color: var(--mint-green);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 350px;
  margin: 10px;
  font-size: 16px;
  line-height: 28px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  box-shadow: 0 0 20px -5px #c7de86b3;
}

.product-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px -1px #c7de8675;
}

.product-card.img {
  border-radius: 20px;
  padding-bottom: 0;
}

.product-card.img:hover {
  transform: scale(1.13);
}

.product-card.img.product-page {
  border-radius: 20px;
  padding-bottom: 0;
}

.product-card.img.product-page:hover {
  box-shadow: none;
  transform: scale(1.15);
}

.collection-heading {
  color: var(--mint-green);
  text-align: center;
}

.product-img {
  object-fit: cover;
  border-radius: 20px;
  min-width: 100%;
  min-height: 250px;
  max-height: 250px;
}

.product-info {
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.product-info.locations {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.heading-5 {
  color: #111;
  text-align: left;
  border-right: .5px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-top: 0;
  margin-right: 10px;
  padding-right: 5px;
  font-size: 23px;
  line-height: 22px;
  display: flex;
}

.heading-5.location {
  text-align: center;
  border-right-style: none;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  padding-right: 0;
}

.text-block-6 {
  color: #111111ab;
  letter-spacing: 1px;
  font-size: 20px;
  text-decoration: line-through;
}

.starting-at {
  color: #111;
}

.text-block-11 {
  color: #111;
  font-size: 16px;
}

.text-block-3 {
  color: #111;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 20px;
}

.accordion-item-trigger {
  align-items: flex-start;
  width: 100%;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.heading-8 {
  color: var(--mint-green);
  text-align: center;
  margin-top: 40px;
}

.compare-price {
  color: #bdbdbd;
  text-align: left;
  margin-right: 8px;
  font-style: italic;
  line-height: 28px;
  text-decoration: line-through;
  display: inline-block;
}

.option-list, .default-state {
  flex-direction: column;
  display: flex;
}

.text-block-10 {
  word-break: break-all;
}

.text-block-10:focus {
  color: #000;
}

.field-label-3 {
  text-align: left;
  background-color: #000;
  font-size: 18px;
  line-height: 35px;
  position: sticky;
  top: 99px;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.error-state-wrap-2 {
  background-color: var(--mint-green);
  color: #111;
  text-align: center;
  border-radius: 20px;
  margin-top: 10px;
}

.price-2 {
  text-align: left;
  letter-spacing: 1px;
  margin-right: 8px;
  line-height: 28px;
  display: inline-block;
}

.cc-quantity-field-label {
  text-align: center;
  margin-bottom: 0;
  display: none;
}

.full-width {
  flex: 1;
}

.option-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.sticky-bar {
  position: sticky;
  top: 70px;
}

.sticky-bar._20-pixels {
  color: var(--mint-green);
  max-width: 1000px;
  margin-bottom: 20px;
  position: static;
  top: 115px;
}

.product-description-2 {
  color: var(--mint-green);
  font-size: 16px;
}

.content-wrapper-2 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.sec-image {
  object-fit: cover;
  border-radius: 25px;
  width: 500px;
  height: 300px;
}

.open-close-box {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.vertical {
  background-color: #4e91bb;
  width: 2px;
  height: 14px;
  position: absolute;
}

.vertical.color {
  background-color: var(--mint-green);
}

.product-page-2 {
  background-color: #0000;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
}

.top-margin-2 {
  position: relative;
}

.top-margin-2._20-pixels {
  margin-top: 20px;
}

.top-margin-2._40-pixels {
  margin-top: 40px;
}

.top-margin-2._10-pixels {
  text-align: center;
  flex-flow: column wrap;
  margin-top: 10px;
  font-size: 25px;
  line-height: 28px;
  display: flex;
}

.right-product-column {
  width: 35%;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.text-block {
  text-align: center;
}

.product-main-image {
  border-radius: 25px;
  min-width: 100%;
  max-width: 500px;
  max-height: 1000px;
  transition: transform .3s, box-shadow .3s;
}

.product-main-image:hover {
  transform: scale(1.02);
}

.product-detail-cta-wrap {
  flex-direction: column;
  margin-top: 5px;
  display: flex;
  position: sticky;
  bottom: 10px;
}

.credentials-input {
  color: var(--mint-green);
  text-align: center;
  background-color: #111;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .3s, opacity .2s, box-shadow .3s, border-color .3s;
}

.credentials-input:hover {
  border-color: #ffd900;
}

.credentials-input:focus {
  color: #ffd900;
  background-color: #111;
  border-color: #ffd900;
}

.credentials-input.w--ecommerce-pill-selected {
  background-color: var(--mint-green);
  color: #000;
  border-color: #f36c21;
}

.credentials-input.options {
  border-color: var(--mint-green);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 120px;
  max-width: 100px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  display: flex;
}

.credentials-input.options.w--ecommerce-pill-disabled {
  border-style: none;
  text-decoration: line-through;
}

.credentials-input.options.selected {
  background-color: var(--mint-green);
  color: #000;
}

.credentials-input.quantity {
  text-align: center;
  width: 100%;
}

.credentials-input.quantity.product {
  display: none;
}

.credentials-input.quantity.product:focus {
  color: #ffffffc4;
  background-color: #205375;
}

.on-load {
  background-color: #0000;
  min-width: 100%;
}

.add-to-cart {
  margin-top: 30px;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 10px;
  display: grid;
}

.error-message {
  text-align: center;
}

.related-products {
  justify-content: center;
  display: flex;
}

.horizontal {
  background-color: #4e91bb;
  width: 14px;
  height: 2px;
}

.horizontal.color {
  background-color: var(--mint-green);
}

.product-title-2 {
  color: var(--mint-green);
  text-align: left;
  min-width: 100%;
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 1.3;
}

.product-description {
  color: var(--mint-green);
  margin-bottom: 10px;
  font-size: 16px;
}

.button-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.product-images {
  flex-wrap: wrap;
  flex: 1;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 115px;
}

.product-images.sec {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.accordion-item-content {
  padding-left: 30px;
  padding-right: 0;
  overflow: hidden;
}

.accordion-item-content.no-padding {
  color: var(--mint-green);
  padding-left: 0;
}

.accordion-wrapper {
  margin-bottom: 10px;
}

.accordion-wrapper.product-min-info {
  border-bottom: 1px solid var(--mint-green);
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 10px;
}

.accordion-wrapper.product-min-info.shipping {
  display: none;
}

.product-title {
  color: #111;
  text-align: center;
  margin: 10px;
  font-size: 20px;
  text-decoration: none;
  display: block;
}

.product-price {
  margin-bottom: 10px;
}

.option-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100px;
  min-height: 40%;
  margin-bottom: 10px;
}

.input-label {
  color: #fff;
  margin-top: 16.5px;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 400;
}

.flex-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 90vh;
  padding-bottom: 150px;
  display: flex;
}

.bank-image {
  max-width: 80px;
  max-height: 70px;
}

.space {
  width: 10px;
  height: 10px;
}

.search-svg {
  opacity: .5;
  flex: 1;
  max-width: 11px;
  max-height: 11px;
  position: absolute;
  inset: 25% auto auto 10px;
}

.bank-text {
  padding-top: 10px;
  font-size: 12.5px;
}

.product-wrap {
  margin-top: 32px;
  font-size: 17px;
  line-height: 23px;
}

.add-image {
  width: 42px;
  max-width: 42px;
  height: 42px;
  max-height: 42px;
  margin-right: 13px;
  display: none;
}

.pm-tab {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  width: 49%;
  padding: 9px 12px 5px;
}

.pm-tab.w--current {
  background-color: #fff;
  border-color: #000;
  box-shadow: 0 0 0 3px #c3ddf1, 1px 1px 4px #00000012;
}

.bank-link {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 111.336px;
  margin-bottom: 0;
  padding: 7px 12px;
  display: flex;
  box-shadow: 0 1px 1.5px #0000000d, 2px 0 4px #00000012;
}

.checkout {
  background-color: #fff;
  min-height: 100vh;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  display: none;
}

.frequency {
  color: #8b8b8b;
  font-size: 13.5px;
}

.right-section {
  z-index: 1;
  width: 50%;
  min-height: 100vh;
  padding-top: 40px;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: 0 0 50px #0000002e;
}

.pm-heading {
  color: #fff;
  padding-top: 7px;
  padding-bottom: 16px;
  font-size: 16.5px;
  font-weight: 400;
}

.bank-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 8px;
}

.subtotal-row {
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 11px;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.flex-row {
  display: flex;
  position: relative;
}

.flex-row.z10 {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.flex-row.center {
  align-items: center;
}

.container {
  width: 100%;
  max-width: 1086px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.container._380 {
  width: 380px;
  padding-top: 33px;
}

.container._380.left {
  width: 372px;
  padding-top: 53px;
}

.order-totals {
  width: 100%;
  margin-top: 10px;
  padding-left: 45px;
  padding-right: 45px;
}

.input-2 {
  letter-spacing: .02em;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  height: 37px;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  box-shadow: 0 1px 1.5px #0000000d, 2px 0 4px #00000012;
}

.input-2:hover {
  box-shadow: 0 1px 1.5px #0000001a, 2px 0 4px #0000001a;
}

.input-2.bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.input-2.bottom-left {
  border-radius: 0 0 0 6px;
}

.input-2.search {
  padding-left: 28px;
}

.input-2.top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: -1px;
}

.input-2.disabled {
  color: #303030;
  background-color: #f7f7f7;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  margin-bottom: 21px;
  display: flex;
}

.input-2.bottom-right {
  border-radius: 0 0 6px;
}

.pm-tabs {
  justify-content: space-between;
  width: 100%;
  padding-bottom: 8px;
  display: flex;
}

.terms {
  text-align: center;
  padding-top: 14px;
  font-size: 13.5px;
}

.normal {
  font-weight: 400;
}

.cta {
  color: #8b8b8b;
  font-size: 17px;
}

.big-price {
  padding-right: 10px;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.2em;
}

._100 {
  width: 100%;
}

.card-svg {
  flex: 1;
  max-width: 16px;
  max-height: 16px;
}

.arrow-svg {
  opacity: .5;
  color: #8b8b8b;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 6px;
  display: flex;
  position: absolute;
  left: -22px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 44px;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 400;
  display: flex;
}

.link {
  color: #0074d4;
}

.home-text {
  color: #303030;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.relative {
  position: relative;
}

.home-svg {
  color: #8b8b8b;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-left: 2px;
  padding: 6px;
  display: flex;
  box-shadow: 1px 1px 4px #00000012;
}

.plan-row {
  border: 1px solid #dcdcdc;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  justify-content: space-between;
  align-items: flex-start;
  margin: 16px -16px -1px;
  padding: 16px;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.plan-row.no-upsell {
  border-style: none;
}

.plan-row.no-upsell.cross-sell {
  margin-top: -16px;
}

.plan-row.no-upsell.fee {
  margin-bottom: -32px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.order-confirmation {
  background-color: #000;
}

.order-summary, .order-items, .customer-info, .review-form {
  border-radius: 35px;
  overflow: hidden;
}

.review-field {
  border: 2px solid var(--mint-green);
  border-radius: 30px;
  height: 150px;
}

.div-block {
  flex-direction: row;
  display: flex;
}

.reviews-submit {
  background-color: var(--mint-green);
  color: #000;
  border-radius: 100px;
  width: 100%;
  margin-top: 10px;
}

.form-block {
  margin-bottom: 0;
}

.sl-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 15px;
  display: flex;
}

.sl-logo {
  max-width: 250px;
}

.sl-locations {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.sl-heading {
  color: var(--mint-green);
  margin-top: 0;
  margin-bottom: 0;
  overflow: visible;
}

.sl-locations-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.openclose {
  color: #111111ab;
  letter-spacing: 1px;
  font-size: 20px;
  text-decoration: none;
}

.search-page-header {
  color: var(--mint-green);
  text-align: center;
}

.deals-card {
  border-radius: 20px;
  width: 250px;
  height: 250px;
  position: absolute;
  overflow: hidden;
  transform: rotate(-2deg);
  box-shadow: 0 1px 8px #1a00014d;
}

.deals-card.top {
  z-index: 99;
}

.section-container-2 {
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  overflow: visible;
}

.card-wrap {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 30vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.cards-callout {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1279px;
  max-width: 1279px;
  display: flex;
}

.heading-20 {
  color: var(--mint-green);
  text-align: left;
  margin-bottom: 20px;
  font-size: 45px;
}

.text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-width: 50%;
  padding-right: 100px;
  display: flex;
}

.btn-primary-3 {
  color: #111;
  text-align: center;
  letter-spacing: 1px;
  background-color: #ffd900;
  border-radius: 48px;
  justify-content: center;
  margin-bottom: 10px;
  padding: 26px 38px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-3:hover {
  transform: scale(1.05);
}

.btn-primary-3.small {
  width: 100%;
  margin-bottom: 10px;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary-3.small.cards-callout {
  background-color: var(--mint-green);
  color: #000;
  width: 35%;
}

.deals-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.category-image {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.review-right-arrow {
  max-width: 70%;
  padding-left: 5px;
}

.review-left-arrow {
  max-width: 70%;
  padding-right: 5px;
}

.static-heading {
  color: var(--mint-green);
  text-align: center;
  font-size: 45px;
  word-wrap: break-word;
}

.static-paragraph {
  color: var(--mint-green);
  text-align: center;
  font-size: 25px;
  padding: 0 40px;
  line-height: 50px;
}

.loading-animation {
  z-index: 99;
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #00000069;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.image {
  max-width: 35%;
}

.benefits_card_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.benefits_wrap {
  container-type: inline-size;
}

.benefits_card_mask_clip {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.benefits_card_wrap {
  color: #fff;
  background-color: #000;
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  padding: 1rem;
  transition: width .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.u-container {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 70rem;
  min-height: 45svh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.benefits_card_mask_wrap {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: grid;
}

.benefits_card_img {
  opacity: .8;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.benefits_card_text {
  text-wrap: balance;
  margin-bottom: 1rem;
  padding-top: .7rem;
}

.button-2 {
  color: #000;
  background-color: #fff;
  border-radius: 100vw;
  padding: .5em 1.5em;
}

.benefits_card_title {
  text-wrap: balance;
  font-size: 2rem;
}

.benefits_layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.benefits_card_icon {
  width: 3rem;
}

.namma-logo {
  align-self: center;
}

.card_number-circle {
  background-color: #fff;
  border-radius: 20rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.youtube-container {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  font-size: 1rem;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.youtube-container:hover {
  transform: scale(1.05);
}

.content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--mint-green);
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.card_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  padding: 2rem;
  display: flex;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.card-2 {
  border-radius: 1rem;
  width: 100%;
  min-height: 35rem;
  display: flex;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.card-2.is-three {
  background-color: #511de0;
}

.card-2.is-two {
  background-color: #2ba07d;
}

.card-2.is-one {
  background-color: #e63f3f;
}

.cards_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-bottom: 14rem;
  display: flex;
  position: relative;
}

.card_image {
  object-fit: cover;
  width: 100%;
  height: 35rem;
}

.main-wrapper {
  z-index: 1;
  position: relative;
}

.card_number {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.marquee-text_component {
  color: var(--mint-green);
  flex-direction: column;
  width: 100%;
  font-size: 1.2vw;
}

.marquee-text_component.is-2 {
  z-index: 3;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.marquee-text_panel {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  transform: translate(0%);
}

.marquee-text_text {
  letter-spacing: -.04em;
  font-size: 10em;
  line-height: 1.5;
}

.marquee-text_wrapper {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee-text_wrapper.is-2 {
  justify-content: flex-end;
}

.home-hero_section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 65vh;
  max-height: 500px;
  display: flex;
}

.home-hero_img {
  z-index: 2;
  width: 25%;
  max-width: 500px;
  display: block;
  position: absolute;
  transform: rotate(-9deg);
}

.marquee-text_icon {
  flex: none;
  width: 4.81em;
  margin-left: 2.38em;
  margin-right: 2.38em;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.88em;
}

.container-2.is-home-photos {
  padding-top: 0;
  padding-bottom: 0;
}

.marquee-photo_wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2em;
  display: flex;
}

.home-photos_section {
  margin-top: 0;
  padding-bottom: 12em;
}

.marquee-photo_item {
  flex: none;
  width: 500px;
  margin-right: 50px;
}

.marquee-photo_img {
  object-fit: cover;
  border-radius: 45px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.marquee-photo_panel {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.marquee-photo_height {
  width: 100%;
  padding-top: 117%;
  position: relative;
}

.home-photos_h-bottom {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-photos_heading {
  text-align: center;
  font-size: 6.3em;
}

.mail-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-height: 350px;
  display: flex;
}

.mailer-header-text {
  color: var(--mint-green);
  text-align: center;
}

.input-3 {
  color: #000;
  background-color: #fff;
  border: 1px solid #5e5e60;
  border-radius: 100px;
  min-height: 72px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.111em;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 12px #06060680;
}

.input-3:hover {
  border-color: #97979d;
  box-shadow: 0 2px 12px #14142b1a;
}

.input-3::placeholder {
  color: #c0c0c8;
  font-size: 18px;
}

.color-neutral-400 {
  color: #5e5e5e;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.form {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  padding-left: 5px;
  padding-right: 5px;
}

.grid-2-columns._1fr---1-2fr {
  grid-template-columns: 1fr 1.2fr;
}

.grid-2-columns._1fr---1-2fr.gap-row-64px {
  max-width: 1200px;
  padding-top: 100px;
  padding-bottom: 150px;
}

.text-201 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-201.bold {
  font-weight: 700;
}

.mg-bottom-32px {
  color: #fff;
  margin-bottom: 0;
}

.text-area {
  color: #fff;
  background-color: #212123;
  border: 1px solid #5e5e60;
  border-radius: 16px;
  min-height: 144px;
  margin-bottom: 0;
  padding: 24px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 12px #06060680;
}

.text-area:hover {
  border-color: #97979d;
  box-shadow: 0 2px 12px #14142b1a;
}

.text-area:focus {
  border-color: #ff4264;
}

.text-area::placeholder {
  color: #c0c0c8;
  font-size: 18px;
}

.card-link-title.heading-h3-size.mg-bottom-8px {
  color: #000;
}

.inner-container._354px {
  max-width: 354px;
}

.inner-container._498px {
  max-width: 498px;
}

.inner-container._498px._100-tablet {
  width: 100%;
  max-width: none;
}

.display-1 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.222em;
}

.width-100 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #0000;
  padding: 0;
}

.flex-2 {
  display: flex;
}

.flex-2.align-center {
  align-items: center;
}

.flex-2.align-center.mg-bottom-12px {
  padding-bottom: 15px;
}

.icon-left-link-card---main-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 512px;
  display: grid;
}

.error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  width: 100%;
  margin-top: 20px;
  padding: 20px 24px;
}

.card-3 {
  background-color: #21212366;
  border: 1px solid #212123;
  border-radius: 30px;
}

.card-3.form {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding: 20px 15px 15px;
  display: flex;
  position: sticky;
  top: 181px;
}

.card-3.icon-left-link-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  transform-style: preserve-3d;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 28px 28px;
  text-decoration: none;
  transition-property: transform;
  transition-duration: .2s;
  display: flex;
}

.card-3.icon-left-link-card:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.line-rounded-icon-2.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon-2.success-message-check.large {
  color: #ff4264;
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.btn-primary-4 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 96px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s, background-color .3s, transform .3s, color .3s;
}

.mg-right-8px {
  margin-right: 8px;
}

.div-block-8 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .video-wrapper {
    flex-direction: column;
  }

  .section.static {
    justify-content: flex-start;
    align-items: center;
  }

  .input.small.search-header {
    width: 360px;
  }

  .static-paragraph {
    max-width: 1200px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .home-hero_section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .page {
    background-color: #000;
  }

  .hero-text {
    margin-bottom: 0%;
  }

  .slide-image {
    display: none;
  }

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

  .hero-slider {
    height: 90vh;
    min-height: 75vh;
  }

  .slide-heading {
    margin-bottom: 0;
    font-size: 50px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.small {
    margin-top: 15px;
  }

  .btn-primary.small.map {
    background-color: var(--mint-green);
    color: #000;
    display: block;
  }

  .hero-video {
    display: none;
  }

  .hero-video.mobile {
    display: block;
  }

  .logo-box {
    width: 50px;
  }

  .grid-footer-3-columns {
    grid-template-columns: 1fr;
  }

  .logos-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around;
    place-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .footer-top.pd-72px {
    padding-top: 64px;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

  .social-media-grid-top.right.center-tablet {
    justify-content: center;
  }

  .mg-bottom-0 {
    display: block;
  }

  .mg-bottom-0.width-100.header.mobile {
    margin-top: 0;
    margin-bottom: 7px;
    display: block;
  }

  .mg-bottom-0.width-100.header.desk-top {
    display: none;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .footer-social {
    min-height: 0;
  }

  .section-container {
    padding-top: 20px;
    display: block;
    overflow: hidden;
  }

  .background-video {
    min-height: 200px;
    inset: 0 auto auto 0;
  }

  .video-wrapper {
    min-height: 500px;
  }

  .map-card {
    display: none;
  }

  .slider-mask {
    position: static;
  }

  .heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .header-nav-menu-wrapper {
    border-style: none solid solid;
    border-width: 1px;
    border-color: #fff var(--mint-green) var(--mint-green);
    background-color: #000000f0;
    border-radius: 0 0 20px 20px;
    width: 90%;
    padding: 24px;
    left: 5vw;
    right: 5vw;
  }

  .hamburger-menu-wrapper {
    padding-left: 24px;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .header-content-wrapper {
    margin-top: -11px;
  }

  .header-nav-list-item {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: auto;
    display: flex;
  }

  .header-nav-menu-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column wrap;
    align-items: center;
    padding-left: 0;
  }

  .home-page-header {
    padding-top: 0;
    padding-bottom: 5px;
  }

  .header-container {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .collection-item {
    padding-left: 0;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    background-color: #fff;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .hamburger-menu-bar.top {
    background-color: #fff;
  }

  .input.small.search-header {
    max-width: 100%;
  }

  .home-nav-text {
    color: var(--mint-green);
    font-size: 20px;
  }

  .collections-lists {
    width: 100%;
    margin-left: 0%;
    padding: 20px;
  }

  .collection-list-container.home-page {
    margin-bottom: auto;
  }

  .categories-list {
    grid-template-columns: 1fr 1fr;
  }

  .categories-list.home-page {
    grid-template-rows: auto auto auto 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .section-heading {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .slider-right-arrow, .slider-left-arrow {
    display: none;
  }

  .card-h {
    font-size: 3.6em;
  }

  ._3d-cards-section.section-hero {
    display: none;
  }

  .card-inner {
    border-radius: .9rem;
  }

  .card-inner.card-inner-edge.card-inner-right {
    transform-origin: 50% -50%;
  }

  .card-inner.card-inner-edge.card-inner-left {
    transform-origin: 50% 150%;
  }

  .card-img {
    width: 130%;
    height: auto;
    min-height: 100%;
  }

  .card-text {
    padding-bottom: 1.8rem;
    padding-left: 2.2rem;
    font-size: 1.6vw;
  }

  .cards-list {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .card {
    margin: .5rem 0;
  }

  .card-index {
    font-size: 1em;
    bottom: 27vh;
    left: 2rem;
  }

  .btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary-2.small {
    margin-top: 15px;
  }

  .page-header {
    padding-top: 0;
    padding-bottom: 5px;
  }

  .collection-wrap {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .content-wrapper-2 {
    max-width: 100%;
  }

  .flex {
    flex-direction: column;
    align-items: center;
  }

  .sec-image {
    height: 300px;
  }

  .right-product-column {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .product-main-image {
    min-height: auto;
  }

  .product-detail-cta-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .credentials-input {
    margin-bottom: 10px;
  }

  .on-load {
    flex-flow: column;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .product-title-2 {
    font-size: 45px;
  }

  .product-description {
    max-width: 300px;
  }

  .product-images {
    position: static;
  }

  .input-label {
    color: #000;
  }

  .flex-column {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding-bottom: 0;
  }

  .checkout {
    height: auto;
  }

  .right-section {
    display: none;
  }

  .pm-heading {
    color: #000;
  }

  .flex-row.z10 {
    all: unset;
    flex-flow: column;
  }

  .terms, .normal.grey {
    color: #000;
  }

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

  .deals-card {
    width: 250px;
    height: 250px;
  }

  .section-container-2 {
    padding-top: 20px;
    display: block;
    overflow: hidden;
  }

  .card-wrap {
    margin-top: 25px;
    margin-bottom: 60px;
  }

  .cards-callout {
    flex-direction: column;
    width: auto;
    max-width: 1279px;
  }

  .heading-20 {
    text-align: center;
    line-height: 60px;
  }

  .text {
    align-items: center;
    width: 75%;
    padding-right: 0;
  }

  .btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary-3.small {
    margin-top: 15px;
  }

  .btn-primary-3.small.cards-callout {
    width: 70%;
    margin-bottom: 10px;
  }

  .image {
    max-width: 50%;
  }

  .u-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .marquee-text_component {
    font-size: 1.5vw;
  }

  .home-hero_section {
    min-height: 50vh;
  }

  .home-hero_img {
    width: 17em;
    max-width: 80%;
  }

  .container-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-2-columns._1fr---1-2fr.gap-row-64px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .display-1 {
    font-size: 64px;
  }

  .icon-left-link-card---main-grid {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .btn-primary-4 {
    border-radius: 45px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .icon.reviews {
    color: var(--mint-green);
  }

  .slide-heading {
    font-size: 30px;
    line-height: 50px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

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

  .btn-primary.confirm {
    width: 100%;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .logo-box {
    width: 50px;
  }

  .logos-wrap {
    flex-direction: row;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-top.pd-72px {
    padding-top: 48px;
  }

  .mg-bottom-0.width-100.header.mobile {
    min-width: 300px;
  }

  .payment-logo {
    padding-right: 0;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    transform: none;
  }

  .btn-circle-secondary.slider-arrow.left---center-center {
    inset: auto auto -86px 36%;
  }

  .btn-circle-secondary.slider-arrow.left---center-center.outside {
    bottom: -86px;
    left: 36%;
  }

  .btn-circle-secondary.slider-arrow.left---center-center.outside.testimonials-v12 {
    bottom: -104px;
    left: 20%;
  }

  .btn-circle-secondary.slider-arrow.right---center-center {
    inset: auto 36% -86px auto;
  }

  .btn-circle-secondary.slider-arrow.right---center-center.testimonials-v12 {
    bottom: -104px;
    right: 20%;
    box-shadow: 0 2px 20px 2px #14142b14;
  }

  .heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .section.testimonials {
    padding-bottom: 160px;
  }

  .slider-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-logo {
    max-width: 220px;
    min-height: auto;
  }

  .heading-h5-size {
    font-size: 16px;
    line-height: 22px;
  }

  .cart-container-2 {
    margin-right: 90px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .collection-list-container {
    margin-left: 15px;
    margin-right: 15px;
  }

  .categories-list, .categories-list.home-page {
    grid-template-columns: 1fr;
  }

  .c-card-link {
    border-radius: 50px;
  }

  .c-card-img {
    z-index: 0;
  }

  .card-name {
    font-size: 3em;
  }

  .card-inner {
    border-radius: .6rem;
  }

  .cards-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cards-list {
    perspective: 20rem;
  }

  .btn-primary-2 {
    padding: 20px 32px;
  }

  .btn-primary-2.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .collection-wrap {
    grid-template-columns: 1fr;
  }

  .product-description-2 {
    font-size: 16px;
    line-height: 25px;
  }

  .div-block-7 {
    margin-top: -18px;
  }

  .content-wrapper-2 {
    z-index: 5;
  }

  .flex {
    min-width: 100%;
  }

  .sec-image {
    height: 200px;
  }

  .right-product-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .product-main-image {
    max-width: 400px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .product-description {
    font-size: 16px;
    line-height: 25px;
  }

  .product-images {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 20px;
  }

  .product-title {
    max-width: 350px;
  }

  .flex-column {
    min-height: auto;
  }

  .checkout {
    overflow: scroll;
  }

  .right-section {
    display: none;
  }

  .btn-primary-3 {
    padding: 20px 32px;
  }

  .btn-primary-3.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .loading-animation {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image {
    max-width: 75%;
  }

  .u-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .benefits_card_img {
    object-fit: cover;
    width: 100%;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .marquee-text_component {
    font-size: 2vw;
  }

  .marquee-photo_item {
    width: 40vw;
  }

  .input-3 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .input-3::placeholder {
    font-size: 16px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.form {
    grid-column-gap: 16px;
  }

  .grid-2-columns._1fr---1-2fr {
    grid-template-columns: 1fr;
  }

  .text-201 {
    font-size: 16px;
  }

  .mg-bottom-32px {
    text-align: center;
  }

  .text-area {
    border-radius: 18px;
  }

  .text-area::placeholder {
    font-size: 16px;
  }

  .display-1 {
    text-align: center;
    font-size: 48px;
  }

  .icon-left-link-card---main-grid {
    grid-template-columns: 1fr;
    max-width: 512px;
  }

  .card-3 {
    border-radius: 24px;
  }

  .card-3.icon-left-link-card {
    grid-template-columns: 48px 1fr;
    padding-left: 20px;
  }

  .line-rounded-icon-2.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .btn-primary-4 {
    padding: 20px 32px;
  }
}

@media screen and (max-width: 479px) {
  .page.mailer {
    justify-content: space-between;
    align-items: stretch;
  }

  .slide-heading {
    margin-bottom: 0;
    font-size: 35px;
  }

  .btn-primary {
    width: 100%;
    padding: 26px 38px;
  }

  .btn-primary.small {
    margin-top: 15px;
  }

  .hero-video {
    display: none;
  }

  .hero-video.mobile {
    display: block;
  }

  .footer-list-item.horizontal {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-box {
    width: 30px;
  }

  .footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logos-wrap {
    grid-column-gap: 3px;
    grid-row-gap: 6px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .footer-list-wrapper.horizontal {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .mg-bottom-0.width-100.header.mobile {
    min-width: 100%;
    margin-top: 5px;
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .footer-bottom {
    padding-top: 0;
  }

  .background-video {
    min-height: 200px;
  }

  .hidden-on-desktop {
    display: none;
  }

  .btn-circle-secondary.slider-arrow.left---center-center {
    left: 31%;
  }

  .btn-circle-secondary.slider-arrow.right---center-center {
    right: 31%;
  }

  .review-card.content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-answer {
    margin-bottom: 16px;
  }

  .slider-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-nav-menu-wrapper {
    max-height: 80vh;
    overflow: scroll;
  }

  .hamburger-menu-wrapper {
    padding-left: 9px;
    padding-right: 0;
  }

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

  .header-content-wrapper {
    align-content: space-around;
    min-height: 50px;
    overflow: scroll;
  }

  .header-nav-list-item {
    text-align: left;
    justify-content: center;
    width: 100%;
  }

  .header-nav-menu-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    overflow: scroll;
  }

  .cart-container-2 {
    border-style: none;
    border-radius: 0;
    height: 90vh;
    margin-right: 0;
  }

  .header-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-item-wrapper {
    margin-left: 5px;
    margin-right: 5px;
  }

  .apple-pay-btn.cart {
    height: 53px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .cart-image-image.border-radius-8px {
    object-fit: cover;
    width: 125px;
    max-width: 125px;
    height: 100px;
    min-height: auto;
    max-height: 100px;
  }

  .header-nav-link {
    justify-content: center;
    display: flex;
  }

  .categories-item {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .categories-item.home-page {
    margin-top: 0;
    margin-bottom: -51px;
    padding: 0;
  }

  .categories-list {
    display: block;
  }

  .c-card-link {
    border-radius: 50px;
    height: 300px;
  }

  .card-name {
    font-size: 2em;
  }

  .slide-content-wrapper {
    height: auto;
  }

  .slider-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 300px;
  }

  ._3d-cards-section.section-hero {
    margin-top: 0;
  }

  .card-text {
    padding-bottom: 1.2rem;
    padding-left: 1.6rem;
  }

  .cards-list {
    margin-top: 0;
    margin-bottom: 0;
  }

  .card-index {
    bottom: 25vh;
    left: 1rem;
  }

  .btn-primary-2 {
    width: 100%;
    padding: 26px 38px;
  }

  .btn-primary-2.small {
    margin-top: 15px;
  }

  .product-card:hover {
    transform: scale(1.05);
  }

  .product-card.img:hover {
    transform: scale(1.13);
  }

  .compare-price {
    text-align: center;
  }

  .field-label-3 {
    text-align: center;
    background-color: #000;
    line-height: 30px;
    position: sticky;
    top: 120px;
  }

  .price-2 {
    text-align: center;
  }

  .sticky-bar._20-pixels {
    max-width: 400px;
  }

  .sec-image {
    height: 150px;
  }

  .product-page-2 {
    padding-top: 0;
  }

  .right-product-column {
    width: 100%;
  }

  .product-main-image {
    object-fit: cover;
    width: 50%;
  }

  .on-load {
    max-width: 100%;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .product-title-2 {
    text-align: center;
  }

  .product-description {
    max-width: 300px;
  }

  .button-group {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .product-title {
    max-width: 300px;
  }

  .flex-row.z10 {
    justify-content: space-between;
    align-items: center;
    overflow: scroll;
  }

  .container._380 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    max-width: 90%;
    display: flex;
  }

  .container._380.left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  ._100 {
    align-self: center;
    width: 100%;
    max-width: 90%;
  }

  .btn-primary-3 {
    width: 100%;
    padding: 26px 38px;
  }

  .btn-primary-3.small {
    margin-top: 15px;
  }

  .static-paragraph {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .card_number-circle {
    width: 1.5rem;
    height: 1.5rem;
  }

  .card_number {
    font-size: .8rem;
  }

  .marquee-photo_item {
    width: 51vw;
  }

  .input-3::placeholder {
    font-size: 16px;
  }

  .grid-2-columns.form {
    grid-row-gap: 40px;
  }

  .display-1 {
    font-size: 40px;
  }

  .card-3 {
    border-radius: 20px;
  }

  .card-3.icon-left-link-card {
    grid-column-gap: 16px;
    grid-template-columns: 40px 1fr;
    padding: 32px 24px 32px 16px;
  }

  .line-rounded-icon-2.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .btn-primary-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

#w-node-_867f8158-0da7-ab0b-2822-1f79738f8d35-738f8d31 {
  justify-self: start;
}

#w-node-_57e22212-77b5-7399-829c-64b30c0c427e-0c0c4276 {
  justify-self: center;
}

#w-node-_5a65a8c0-eb22-ff9d-f9a9-3802a71a8530-51dc9a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5a65a8c0-eb22-ff9d-f9a9-3802a71a8537-51dc9a12, #w-node-_5a65a8c0-eb22-ff9d-f9a9-3802a71a8538-51dc9a12, #w-node-_5a65a8c0-eb22-ff9d-f9a9-3802a71a853a-51dc9a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a65a8c0-eb22-ff9d-f9a9-3802a71a854b-51dc9a12 {
  align-self: start;
}

#w-node-_5a65a8c0-eb22-ff9d-f9a9-3802a71a856c-51dc9a12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_867f8158-0da7-ab0b-2822-1f79738f8d35-738f8d31 {
    justify-self: center;
  }

  #w-node-_5a65a8c0-eb22-ff9d-f9a9-3802a71a8530-51dc9a12 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5a65a8c0-eb22-ff9d-f9a9-3802a71a854b-51dc9a12 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_867f8158-0da7-ab0b-2822-1f79738f8d35-738f8d31 {
    justify-self: center;
  }

  #w-node-_5a65a8c0-eb22-ff9d-f9a9-3802a71a8530-51dc9a12, #w-node-_5a65a8c0-eb22-ff9d-f9a9-3802a71a854b-51dc9a12 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5a65a8c0-eb22-ff9d-f9a9-3802a71a856c-51dc9a12 {
    grid-column: span 1 / span 1;
  }
}