:root {
  --yellow-green: #87bf40;
  --white: white;
  --dim-grey: #545;
  --white-smoke: #f3f3f3;
  --steel-blue: #2c76bc;
  --blue: #0e4da9;
  --dark-slate-blue-2: #0e3e6f;
  --dark-slate-blue: #195188;
  --black: black;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.w-commerce-commercecheckoutcustomerinfowrapper {
  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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

.w-commerce-commercecheckoutshippingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutshippingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

.w-commerce-commercecheckoutshippingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutshippingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutshippingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutshippingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

.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-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutcardexpirationdate {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutcardsecuritycode {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutbillingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutbillingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutbillingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutbillingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutorderitemswrapper {
  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-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

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

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

.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;
  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-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.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-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 {
  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;
  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-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-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartquantityinput {
  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-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

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

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

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

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

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

.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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .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, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 62px;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  display: block;
}

h3 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #43464d;
  text-decoration: underline;
  transition: opacity .2s;
  display: inline-block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
  padding: 5px 10px 0 15px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid var(--yellow-green);
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.divider.cc-dark-divider {
  background-color: #202020;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-product-detail {
  align-items: center;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  display: flex;
}

.container.cc-heading-wrap {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
}

.container.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.cart-footer {
  padding-top: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.product-name-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-quantity {
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  max-width: 70px;
  height: auto;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart {
  margin-left: 20px;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus, .text-field.-wfp-focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-quantity-field {
  background-color: #fff;
  border-color: #e6e6e6;
  width: 80px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 12px;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

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

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.icon, .logo-image {
  display: block;
}

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

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px #00000014;
}

.products-heading {
  text-align: center;
  margin-bottom: 80px;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1-wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.collection-item {
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
  margin-bottom: 20px;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.main-heading-wrap {
  margin-bottom: 60px;
}

.main-paragraph-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  margin-top: 60px;
  margin-bottom: 150px;
}

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

.form-block {
  margin-top: 20px;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
  / 2fr 1fr;
  grid-auto-flow: column;
  place-items: start;
  margin-bottom: 60px;
  padding-top: 120px;
}

.footer-link {
  opacity: .6;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link:hover {
  opacity: 1;
}

.made-with-webflow {
  opacity: .5;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: .8;
}

.links-section-footer {
  margin-top: 40px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-image-wrap {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 620px;
  margin-bottom: 20px;
  text-decoration: none;
  transition: opacity .6s;
  display: flex;
  position: relative;
}

.product-image-wrap:hover {
  opacity: .9;
  color: #fff;
}

.product-image-wrap:active {
  opacity: .85;
  color: #fff;
}

.product-description {
  background-color: #00000080;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  margin-bottom: 20px;
  padding: 15px;
  display: flex;
  position: static;
  inset: auto auto 30px 30px;
}

.product-price-text {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.about-quote {
  text-align: center;
  width: 70%;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

.picture-placeholder {
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1.svg');
  background-position: 45%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 460px;
}

.picture-placeholder.cc-about-2 {
  background-image: url('../images/placeholder-1-wide.svg');
  background-position: 50%;
  background-size: cover;
  height: 620px;
}

.picture-placeholder.cc-about-3 {
  background-image: url('../images/placeholder-2.svg');
  background-position: 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-1 {
  background-image: url('../images/placeholder-1_1.svg');
  background-position: 50%;
  background-size: cover;
}

.about-pictures-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 150px;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: 10px;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: 10px;
}

.get-in-touch-form-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.credentials-inputs-wrap {
  display: flex;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.paragraph-contact-text {
  margin-bottom: 10px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.support-link {
  opacity: .7;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition: opacity .2s;
}

.support-link:hover {
  opacity: 1;
}

.support-link:active {
  opacity: .8;
}

.contacts-section {
  text-align: center;
  margin-bottom: 100px;
}

.store-categories-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.products-category-link {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.products-category-link:hover {
  opacity: 1;
}

.products-category-link:active {
  opacity: .8;
}

.products-category-link.w--current {
  opacity: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

.products-category-link.w--current:hover {
  opacity: .8;
}

.products-category-link.w--current:active {
  opacity: .7;
}

.collection-list {
  justify-content: center;
  display: flex;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 30px;
  display: block;
  box-shadow: 0 0 9px #0000001a;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 85%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.protected-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.product-detail-measurement {
  align-items: center;
  display: flex;
}

.product-detail-main-details {
  margin-bottom: 30px;
}

.product-details-wrap {
  width: 50%;
  max-width: 470px;
  margin-bottom: 20px;
  margin-left: 100px;
}

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

.product-image {
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 700px;
  margin-bottom: 30px;
  display: flex;
}

.product-detail-cta-wrap {
  display: flex;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.product-detail-price {
  opacity: .6;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 52px;
}

.product-detail-name {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 52px;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  border-color: #e4e4e4;
  padding: 16px 24px;
}

.block-content {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
  padding: 24px 24px 12px;
  font-weight: 400;
}

.full-width-form {
  background-color: #f4f4f4;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.order-item-list {
  margin-bottom: -5px;
}

.order-item-description-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  height: 42px;
  margin-bottom: 16px;
  display: flex;
}

.checkbox-label {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 14px;
  line-height: 26px;
}

.billing-address-toggle {
  align-items: center;
  margin-bottom: 20px;
}

.checkbox {
  margin-top: 0;
  margin-bottom: 4px;
}

.shipping-method {
  border-bottom-color: #e4e4e4;
  padding: 20px 24px;
}

.shipping-method-list {
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.blog-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 0;
  display: block;
}

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.option-list {
  display: none;
}

.option {
  margin-bottom: 10px;
  margin-right: 4px;
}

.option.color-option {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.option.color-option.selected {
  border: 1px solid #000;
}

.option.color-option.soldout {
  opacity: .48;
  cursor: not-allowed;
}

.option.text-option {
  cursor: pointer;
}

.option.text-option.selected {
  font-weight: 800;
}

.option.text-option.soldout {
  opacity: .62;
  cursor: not-allowed;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay, .pay-with-browser {
  height: 42px;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.result-wrapper {
  display: none;
}

.my-account-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.orders---copy-this, .collection-list-2 {
  width: 100%;
}

.empty-state {
  background-color: #0000;
  height: 0;
  padding: 0;
  font-size: 0;
  display: none;
}

.div-block-39 {
  display: none;
}

.order-numebr-footer {
  border-top: 1px solid #f6f6f6;
  border-bottom: 2px solid #f6f6f6;
  border-left: 2px solid #f6f6f6;
  border-right: 0 #f6f6f6;
  flex-basis: 20%;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.order-row-data-right {
  border: 2px solid #f6f6f6;
  border-top-width: 1px;
  flex-basis: 20%;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.order-row---copy-this {
  border: 0 #000;
  display: flex;
}

.order-row-data {
  border-top: 1px solid #f6f6f6;
  border-bottom: 2px solid #f6f6f6;
  border-left: 2px solid #f6f6f6;
  border-right: 1px #000;
  flex-basis: 20%;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

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

.my-account {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.heading-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 20px;
  display: flex;
}

.logout-link---copy-this {
  color: #1a1b1f;
}

.name-wrapper {
  align-items: center;
  display: flex;
}

.user-last-name---copy-this {
  margin-left: 5px;
}

.tab-pane-tab-1, .tab-pane-tab-2 {
  border: 1px solid #cacaca;
  padding: 20px;
}

.container-2, .account-container {
  margin-top: 65px;
  margin-bottom: 65px;
}

.addresses---copy-this {
  width: 100%;
}

.decline {
  background-color: #f14040;
  margin-left: 10px;
}

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

.order-name---copy-this {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
}

.text-block {
  margin-right: 5px;
}

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

.billing-wrapper, .shipping-wrapper {
  width: 50%;
}

.order-line {
  border-bottom: 1px solid #f0f0f0;
  justify-content: space-between;
  padding: 15px 10px;
  display: flex;
}

.order-details-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.cart-actions {
  justify-content: flex-end;
  align-items: center;
  margin-top: 31px;
  display: flex;
}

.table-header-label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.collection-list-cart {
  width: 100%;
}

.table-header-data-2 {
  color: #fff;
  background-color: #000;
  flex-basis: 20%;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
}

.table-header-data-2.product {
  flex-basis: 40%;
}

.cart-table {
  margin-top: 20px;
  margin-bottom: 40px;
}

.table-header {
  border: 1px #000;
  width: 100%;
  display: flex;
}

.cart-details-line {
  justify-content: flex-end;
  align-items: center;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

.update {
  margin-right: 10px;
}

.total-label {
  margin-bottom: 0;
  margin-right: 14px;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.discount-price {
  margin-bottom: 0;
  font-size: 18px;
}

.discounts-label {
  margin-bottom: 0;
  margin-right: 14px;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.collection-list-wrapper-cart {
  border: 1px #000;
  border-top: 0 solid #000;
  width: 100%;
}

.total-price {
  margin-bottom: 0;
  font-size: 18px;
}

.image-29 {
  width: 10px;
  padding-left: 0;
}

.product-title {
  text-decoration: none;
}

.cart-vendor {
  margin-bottom: 0;
  font-size: 12px;
}

.remove {
  color: #ff3232;
  margin-bottom: 0;
  font-size: 12px;
}

.table-row-data {
  border: 1px solid #f7f7f7;
  flex-basis: 20%;
  padding: 10px;
}

.table-row-data.total {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.table-row-data.quantity, .table-row-data.price {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.table-row-data.product {
  background-color: #fff;
  flex-direction: column;
  flex-basis: 40%;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 0 30px 20px;
  display: flex;
}

.table-row-data.quantity {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.table-row-data.product {
  background-color: #fff;
  flex-direction: column;
  flex-basis: 40%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cart-original-price {
  margin-bottom: 0;
  padding-left: 5px;
  text-decoration: line-through;
}

.product-info-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 16px;
  display: flex;
}

.remove-item {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.cart-total-price {
  font-size: 15px;
}

.cart-price {
  margin-bottom: 0;
  font-size: 18px;
}

.cart-row---copy-this {
  display: flex;
}

.variant-title {
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 12px;
}

.cart-image {
  width: 80px;
  height: 80px;
}

.properties {
  margin-bottom: 0;
  font-size: 12px;
}

.quantity {
  width: 70px;
}

.search-button {
  display: none;
}

.search-input {
  max-width: 400px;
}

.search-webflow {
  justify-content: center;
  display: flex;
}

.gift-card-active {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  font-family: Inconsolata, monospace;
  display: flex;
}

.paragraph-17 {
  color: #fff;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  display: block;
}

.text-block-74 {
  color: #fff;
  font-family: Inconsolata, monospace;
}

.paragraph-23 {
  margin-bottom: 0;
  font-size: 24px;
}

.paragraph-16 {
  margin-bottom: 0;
  margin-left: 21px;
}

.div-block-136 {
  justify-content: space-between;
  display: flex;
}

.paragraph-36 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Inconsolata, monospace;
}

.section-13 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.gift-card-expired {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Inconsolata, monospace;
  display: flex;
}

.div-block-135 {
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.image-30 {
  border: 3px solid #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}

.paragraph-18 {
  color: #fff;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
}

.paragraph-38 {
  color: #fff;
  font-family: Inconsolata, monospace;
}

.gift-card-wrapper {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.mini-cart-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.mini-cart-image {
  background-image: url('../images/imani-clovis-234736-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 50px;
  height: 50px;
}

.remove-product-link {
  background-color: #ff5f5f;
  background-image: url('../images/cancel.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 7px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-right: 13px;
}

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

.text-block-79 {
  text-transform: uppercase;
  font-size: 10px;
}

.text-block-78 {
  color: #969696;
  font-family: Inconsolata, monospace;
}

.checkout-actions {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.product-info-wrapper-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 16px;
  display: flex;
}

.mini-cart-price-wrapper {
  font-family: Inconsolata, monospace;
  display: flex;
}

.mini-cart-info-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 15px;
  padding-left: 0;
  display: flex;
}

.mini-cart-left-block {
  align-items: center;
  display: flex;
}

.text-block-76 {
  color: #969696;
}

.mini-cart-list-item {
  padding: 10px 20px;
}

.product-row {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.cart-quantity-2 {
  color: #000;
}

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

.color-option {
  background-color: #972222;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

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

.login-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.login-item:hover {
  opacity: .9;
}

.login-item:active {
  opacity: .8;
}

.login-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.login-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.login-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between stretch;
  place-items: center end;
  margin-top: 20px;
  display: grid;
}

.text-field-2 {
  margin-bottom: 0;
}

.product-info-wrapper-3 {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.image-35, .text-block-80, .div-block-162 {
  margin-left: 10px;
}

.text-field-3 {
  max-width: 79px;
}

.div-block-163 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between stretch;
  place-items: center end;
  display: grid;
}

.cart-buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between stretch;
  place-items: center end;
  margin-top: 40px;
  display: grid;
}

.text-field-4, .cart-quantity-field {
  width: 50px;
}

.cart-totals---copy-this {
  text-align: right;
}

.cart-total-wrapper {
  background-color: #f4f4f4;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.product-info-wrapper-4 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  display: flex;
}

.text-field-5 {
  width: auto;
  max-width: 70px;
}

.price-compare-block {
  display: flex;
}

.product-detail-regular-price {
  opacity: .6;
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 30px;
  line-height: 52px;
  text-decoration: line-through;
}

.product-regular-price-text {
  opacity: .6;
  margin-left: 5px;
  font-size: 14px;
  line-height: 26px;
  text-decoration: line-through;
}

.button-2 {
  color: #323336;
  background-color: #0000;
  flex: 0 auto;
}

.div-block-164 {
  display: flex;
}

.field-label {
  background-color: #0000;
  border: 1px #9c2323;
}

.submit-button-2 {
  color: #1a1b1b;
  background-color: #0000;
  border: 1px solid #1b1b1b;
  border-radius: 10px;
}

.form {
  padding: 18px;
}

.div-block-11 {
  padding: 10px;
}

.list-item-3 {
  margin-bottom: 0;
}

.container-3 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.list-3 {
  margin-bottom: 0;
  padding-left: 0;
}

.button-3 {
  color: #1b1b1b;
  background-color: #0000;
  border-bottom: 2px solid #1b1b1b;
  min-width: 200px;
  display: block;
}

.text-field-6 {
  color: #1b1b1b;
  background-color: #0000;
  border: 1px #1b1b1b;
  border-bottom-style: solid;
}

.variation {
  text-align: center;
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  font-size: 8px;
  line-height: 1;
  display: flex;
}

.submit-button-3 {
  background-color: #1b1b1b;
}

.section-14 {
  flex-direction: row;
  height: 80%;
  margin-left: 30px;
  margin-right: 30px;
  display: block;
}

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

.blog-list-wrap-2 {
  flex-flow: wrap;
  margin-bottom: 100px;
  display: flex;
}

.blog-item-2 {
  flex-direction: column;
  flex: 0 30%;
  justify-content: center;
  width: 200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image-2:hover {
  opacity: .7;
}

.collection-item-3, .collection-list-3 {
  display: flex;
}

.section-15 {
  flex-direction: row;
  margin-left: 30px;
  margin-right: 30px;
  display: block;
}

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

.container-5.cc-heading-wrap {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
}

.image {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.select-field {
  display: flex;
}

.select-field-2 {
  display: block;
}

.search-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1-wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.container-6 {
  display: block;
}

.header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1-wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.body {
  background-color: var(--white);
  color: var(--dim-grey);
  font-family: Open Sans, sans-serif;
}

.utility-nav {
  background-color: var(--white);
  justify-content: center;
  align-items: stretch;
  min-height: 50px;
  display: flex;
}

.main-navigation-container {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: stretch;
  min-height: 150px;
  display: flex;
}

.utility-container {
  width: 100%;
  max-width: 1370px;
  min-height: 50px;
}

.nav-container {
  width: 100%;
  max-width: 1370px;
}

.homepage-banner {
  background-color: var(--dim-grey);
  background-image: url('../images/swoosh.png'), url('../images/family.jpg');
  background-position: 50% 105%, 0 90%;
  background-repeat: no-repeat, no-repeat;
  background-size: 2000px, 2200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1000px;
  padding-top: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.homepage-banner.bg2 {
  background-image: url('../images/swoosh.png'), url('../images/depositphotos_4823020_l-2015.jpg');
  background-position: 50% 105%, 50%;
  background-size: 2000px, cover;
  align-items: flex-start;
  padding-left: 5vw;
  padding-right: 45vw;
}

.homepage-banner.bg2.bg3 {
  background-image: url('../images/swoosh.png'), url('../images/depositphotos_11059740_xl-2015.jpg');
  background-position: 50% 105%, 50%;
  background-size: 2000px, cover;
}

.homepage-banner.bg5 {
  background-image: url('../images/swoosh.png'), url('../images/elderly.webp');
  background-position: 50% 105%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: 2000px, cover;
}

.homepage-banner.bg5.bg6 {
  background-image: url('../images/swoosh.png'), url('../images/depositphotos_35319099_xl-2015.webp');
  background-position: 50% 105%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: 2000px, cover;
}

.header-container {
  z-index: 10;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 4px #0000000f;
}

.bruce-buffer {
  min-height: 200px;
}

.body-container {
  background-image: url('../images/cream_dust.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.center-container {
  background-color: var(--white);
  width: 100%;
  max-width: 1960px;
  box-shadow: 0 0 6px 4px #00000012;
}

.about-intro-section {
  border-bottom: 15px solid var(--steel-blue);
  background-color: var(--white);
  background-image: linear-gradient(to bottom, #fff0 55%, var(--white-smoke) 55%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 1200px;
  display: flex;
}

.section-19 {
  border-bottom: 20px solid var(--steel-blue);
  background-color: var(--white-smoke);
  min-height: 520px;
}

.services-section {
  background-image: linear-gradient(#0000 91%, #fff 91%), url('../images/greypix.jpg');
  background-position: 0 0, 20% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 2800px;
  justify-content: center;
  min-height: 1200px;
  padding: 60px 3vw;
  display: flex;
}

.green-outline-container {
  border: 1px solid var(--yellow-green);
  flex-direction: column;
  width: 100%;
  min-height: 1100px;
  margin-bottom: -25px;
  padding-top: 60px;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.services-header-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 100%;
  min-height: auto;
  margin-top: 80px;
  margin-bottom: 110px;
}

.blue-bucket {
  border: 1px solid var(--yellow-green);
  background-color: var(--blue);
  transition: all .2s;
}

.blue-bucket:hover, .blue-bucket.green-bucket:hover {
  background-color: var(--yellow-green);
}

.green-bucket {
  border: 1px solid var(--yellow-green);
  background-color: var(--yellow-green);
}

.div-block-169 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
}

.div-block-170 {
  width: 100%;
  max-width: 1400px;
  min-height: 1050px;
  display: flex;
}

.div-block-171 {
  width: 100%;
  max-width: 600px;
}

.div-block-172 {
  width: 100%;
  max-width: 800px;
}

.grid-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  min-height: auto;
  margin-top: 75px;
  margin-bottom: 50px;
}

.navigation-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
  display: block;
}

.image-36 {
  width: 22vw;
  max-width: 320px;
}

.nav-link {
  color: var(--dim-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 14px;
  font-weight: 700;
}

.nav-link:hover {
  background-color: var(--white);
  color: var(--yellow-green);
  border-radius: 5px;
  box-shadow: 0 0 3px #00000017;
}

.nav-link:focus {
  background-color: var(--white);
  color: var(--yellow-green);
}

.nav-link.w--current {
  color: var(--blue);
}

.nav-link.w--current:hover {
  color: var(--yellow-green);
  border-radius: 5px;
}

.nav-link.w--open {
  background-color: var(--white);
  color: var(--yellow-green);
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 3px #0000001c;
}

.nav-link.w--open:hover {
  background-color: var(--blue);
  color: var(--white);
}

.nav-menu {
  margin-top: 13px;
}

.navbar {
  background-color: #0000;
}

.div-block-173 {
  border: 1px solid var(--yellow-green);
  text-shadow: 2px 2px 12px #000;
  background-color: #00000057;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 610px;
  min-height: 450px;
  padding: 60px;
  display: flex;
}

.div-block-174 {
  width: 85%;
  margin-top: 4%;
}

.banner-h1 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 72px;
  line-height: 85px;
}

.white-tag-line {
  color: var(--white);
  font-size: 24px;
  line-height: 36px;
}

.app-button {
  background-color: var(--blue);
  background-image: linear-gradient(126deg, var(--blue), var(--yellow-green));
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  width: 100%;
  max-width: 300px;
  padding: 18px 25px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.app-button:hover {
  background-image: linear-gradient(126deg, var(--yellow-green), var(--blue));
  color: var(--white);
}

.app-button.topmar30 {
  margin-top: 30px;
}

.app-button.topmar {
  margin-top: 20px;
  margin-bottom: 30px;
}

.app-button.width-50 {
  background-image: linear-gradient(113deg, var(--yellow-green), var(--blue));
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.utility-cols {
  min-height: 50px;
  display: flex;
}

.utility-left-col {
  background-image: url('../images/xmlid_1054_.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  display: flex;
}

.utility-right-col {
  justify-content: flex-end;
  align-items: center;
  min-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.header-addy {
  text-decoration: none;
}

.header-addy:hover {
  text-decoration: underline;
}

.big-green-phone-number {
  color: var(--blue);
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 37px;
  text-decoration: none;
}

.big-green-phone-number:hover {
  color: var(--steel-blue);
}

.phone-icon-header {
  margin-top: 5px;
  margin-right: 5px;
  padding-bottom: 5px;
}

.social-links-block {
  width: 110px;
  min-height: 50px;
  margin-right: 25px;
  display: flex;
}

.social-link-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 50px;
  padding: 7px;
  display: flex;
}

.soc-icon {
  width: 100%;
}

.service-bucket-image {
  border-bottom: 1px solid var(--yellow-green);
  background-color: var(--dim-grey);
  background-image: url('../images/implants.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 205px;
}

.service-bucket-image.bi2 {
  background-image: url('../images/invisalign.jpg');
}

.service-bucket-image.bi3 {
  background-image: url('../images/veneers.jpg');
  background-position: 50% 25%;
}

.service-bucket-image.bi4 {
  background-image: url('../images/theoc.jpg');
}

.div-block-175 {
  min-height: auto;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition-property: all;
  display: flex;
}

.div-block-175:hover {
  color: var(--white);
  text-shadow: 1px 1px 4px #000;
}

.blue-circle {
  background-color: var(--blue);
  border-radius: 300%;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-top: -65px;
  margin-bottom: 15px;
  display: flex;
}

.blue-circle.green-circle {
  background-color: var(--yellow-green);
}

.bucket-icon {
  filter: invert();
  width: 70px;
  height: auto;
}

.bucket-blurb {
  text-align: center;
  width: 95%;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 36px;
}

.green-line {
  background-color: var(--yellow-green);
  width: 100px;
  height: 5px;
  margin-bottom: 25px;
  box-shadow: 0 0 7px #00000075;
}

.green-line.white-line {
  background-color: var(--white);
}

.services-sub-blurb {
  font-size: 24px;
  line-height: 36px;
}

.alan-greenspan {
  color: var(--yellow-green);
}

.div-block-176 {
  min-height: 400px;
  margin-top: 105px;
}

.div-block-177 {
  flex-direction: column;
  justify-content: flex-start;
  min-height: 650px;
  display: flex;
}

.div-block-178 {
  background-image: url('../images/img_2302-min.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 505px;
  height: 525px;
  padding-bottom: 25px;
  padding-right: 25px;
}

.image-box {
  border: 1px solid var(--yellow-green);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 505px;
  height: 525px;
  margin-top: -25px;
  margin-left: -25px;
  padding: 25px;
  display: flex;
}

.about-heading {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 56px;
}

.about-tagline {
  font-size: 24px;
  line-height: 48px;
}

.white-box {
  border: 1px solid var(--yellow-green);
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 110px;
  padding-bottom: 30px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.white-box:hover {
  border-color: var(--white);
  box-shadow: 1px 1px 12px 5px #00000021;
}

.white-box.nobotmar {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.circle-icon {
  background-color: var(--yellow-green);
  border-radius: 300%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 142px;
  height: 142px;
  margin-top: -75px;
  margin-bottom: 35px;
  display: flex;
}

.circle-icon.int-ci {
  width: 80px;
  height: 80px;
  margin-top: -13px;
  margin-bottom: 20px;
  padding: 15px;
}

.bucket-p {
  width: 90%;
  font-size: 18px;
  line-height: 32px;
}

.block-quote {
  border-left-width: 10px;
  font-family: Raleway, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 68px;
}

.johnny-doe {
  color: var(--yellow-green);
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.client-testimonials-section {
  background-image: linear-gradient(to bottom, #0000 74%, var(--blue)), url('../images/curve.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 2000px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.footer-section {
  background-color: var(--blue);
  background-image: linear-gradient(#fff0, #000000cf 71%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-182 {
  width: 100%;
  max-width: 1370px;
  min-height: auto;
  display: flex;
}

.services-header {
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.services-header.cap-case {
  text-transform: capitalize;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  width: 100%;
  min-height: 612px;
  margin-top: 45px;
}

.testi-block {
  border: 2px solid var(--white-smoke);
  background-color: var(--white);
  background-image: url('../images/blue-quote.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 63px 30px 15px;
}

.testi-block.dark-bg {
  background-color: var(--blue);
  background-image: url('../images/green-quote.png');
}

.testi-block.light-blue-bg {
  background-color: var(--steel-blue);
  background-image: url('../images/green-quote.png');
  min-height: 150px;
}

.column {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.image-37 {
  margin-bottom: -45px;
  padding-top: 45px;
}

.column-2 {
  min-height: 250px;
  padding-top: 50px;
}

.testitext {
  color: var(--dim-grey);
  font-size: 18px;
  line-height: 36px;
}

.testitext.jane-doe {
  color: var(--blue);
  font-weight: 700;
}

.testitext.jane-doe.white-doe, .testitext.white-p {
  color: var(--white);
}

.div-block-183 {
  width: 100%;
  max-width: 1370px;
  min-height: 650px;
  position: relative;
}

.div-block-184 {
  min-height: auto;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 75px;
  display: flex;
}

.contact-headline {
  text-transform: capitalize;
  font-size: 48px;
  line-height: 56px;
}

.contact-tagline {
  text-align: center;
  max-width: 900px;
  font-size: 24px;
  line-height: 36px;
}

.contact-logo {
  width: 100%;
  max-width: 300px;
  margin-top: 25px;
}

.grid-5 {
  grid-template-rows: auto;
}

.white-block {
  background-color: var(--blue);
  min-height: 720px;
  color: var(--dim-grey);
}

.white-block.contact-form-container {
  background-color: var(--blue);
  padding: 45px;
}

.div-block-186 {
  min-height: 300px;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.div-block-187 {
  min-height: 265px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.footer-phone {
  color: var(--white);
  font-size: 40px;
  line-height: 42px;
  text-decoration: none;
}

.footer-addy {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
}

.footer-email {
  color: var(--yellow-green);
  margin-bottom: 0;
  font-size: 24px;
  line-height: 42px;
  text-decoration: none;
}

.div-block-188 {
  width: 90%;
  color: var(--dim-grey);
}

.cf-heading {
  max-width: 350px;
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 56px;
}

.form-2 {
  flex-direction: column;
  display: flex;
}

.field {
  border: 1px solid var(--steel-blue);
  background-color: #003670;
  border-radius: 10px;
  min-height: 60px;
  margin-bottom: 15px;
  padding-left: 30px;
  font-weight: 600;
}

.field:focus {
  color: var(--white);
  box-shadow: inset 1px 1px 4px #0000006e;
}

.field::placeholder {
  color: var(--white);
  font-size: 18px;
}

.field.area {
  min-height: 175px;
  padding-top: 20px;
}

.field.area:focus {
  color: var(--white);
}

.columns {
  width: 100%;
}

.column-3 {
  text-align: right;
}

.paragraph-39 {
  justify-content: flex-end;
  display: flex;
}

.foolink {
  color: var(--yellow-green);
  padding-left: 5px;
  text-decoration: none;
}

.foolink:hover {
  color: var(--yellow-green);
  text-decoration: underline;
}

.dropdown-list {
  background-color: var(--blue);
}

.dropdown-list.w--open {
  border-radius: 0;
  overflow: hidden;
}

.dropdown-list.horix {
  margin-left: -220px;
}

.drop-link {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
}

.drop-link:hover {
  background-color: var(--yellow-green);
  color: var(--white);
}

.drop-link.w--current {
  background-color: var(--yellow-green);
  color: var(--white-smoke);
}

.int-body-container {
  justify-content: center;
  align-items: stretch;
  min-height: 450px;
  padding: 65px;
  display: block;
}

.staff-bio {
  background-color: var(--white);
  border-radius: 5px;
  min-height: 400px;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 3px #00000017;
}

.bio-right-col {
  background-image: url('../images/beautiful-beauty-blond-blonde-879117.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 0;
  display: flex;
}

.bio-right-col.kelly {
  background-image: url('../images/kelly.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  padding-left: 0;
}

.bio-right-col.carmen {
  background-image: url('../images/carmen-min.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bio-right-col.cathy {
  background-image: url('../images/danielle-min.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}

.bio-right-col.lisa {
  background-image: url('../images/lisa-min.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}

.bio-right-col.maria {
  background-image: url('../images/maria.png');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bio-right-col.vickie {
  background-image: url('../images/vickie-min.avif');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}

.bio-right-col.pam {
  background-image: url('../images/kayla-min.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}

.bio-right-col.stacey {
  background-image: url('../images/stacey-min.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}

.bio-right-col.tamara {
  background-image: url('../images/tamara.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bio-right-col.sandy {
  background-image: url('../images/sandy-min.avif');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}

.bio-right-col.verlinda {
  background-image: url('../images/verlinda-min.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bio-right-col.robin {
  background-image: url('../images/robin.jpg');
  background-position: 50% 0;
  background-size: cover;
  min-height: 450px;
}

.bio-right-col.marcela {
  background-image: url('../images/maras_marcela.webp');
  background-position: 50% 0;
  background-size: cover;
  min-height: 450px;
}

.bio-right-col.pam {
  background-image: url('../images/mara_pam.webp');
  background-position: 50% 0;
  background-size: cover;
  min-height: 450px;
}

.bio-right-col.kayla {
  background-image: url('../images/kayla-min.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 450px;
}

.bio-right-col.ariana {
  background-image: url('../images/ariana.webp');
  background-position: 50% 0;
  background-size: cover;
  min-height: 450px;
}

.image-38 {
  width: 75%;
}

.bold-text {
  font-weight: 600;
}

.heading {
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.bucket-head {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 32px;
}

.int-frame {
  background-image: url('../images/curve.jpg');
  background-position: 50% -40%;
  background-repeat: no-repeat;
  background-size: 1960px;
  justify-content: center;
  min-height: auto;
  padding-bottom: 100px;
  display: flex;
}

.int-frame.bluebg {
  background-color: #001c42;
  background-image: url('../images/curve.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1960px;
}

.int-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1370px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.int-header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.int-header.nobotpad {
  padding-bottom: 0;
}

.div-block-191 {
  background-color: var(--yellow-green);
  border-radius: 4px;
  width: 5px;
  height: 65px;
}

.wave-section {
  background-color: var(--white);
  background-image: url('../images/swoosh.png'), url('../images/cream_dust_2x.png');
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  justify-content: center;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 130px;
  display: flex;
}

.big-pic-container {
  background-color: var(--dim-grey);
  background-image: url('../images/img_2300-min.avif');
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 65px;
  border-bottom-left-radius: 65px;
  flex-direction: row;
  width: 100%;
  min-height: 650px;
  margin-top: 0;
  margin-bottom: 100px;
  padding: 40px 40px 0;
  display: flex;
}

.big-pic-container.bgpi2 {
  background-image: url('../images/dentist-dentistry-smile-patient-white-dental-1446753-pxhere.com.jpg');
}

.div-block-193 {
  width: 100%;
  max-width: 1370px;
}

.columns-5 {
  min-height: 500px;
  margin-bottom: 4vw;
  display: flex;
}

.links {
  color: var(--yellow-green);
  text-decoration: none;
}

.links:hover {
  color: var(--yellow-green);
  text-decoration: underline;
}

.image-39 {
  width: 100%;
  box-shadow: 8px 8px 0 0 var(--yellow-green);
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.column-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 0;
  display: flex;
}

.column-5.vert-flext.hide {
  display: none;
}

.column-5.leftflex {
  align-items: flex-start;
}

.int-back-button {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  display: flex;
}

.div-block-195 {
  background-color: var(--steel-blue);
  width: 33%;
  height: 2px;
}

.div-block-196 {
  width: 100%;
  max-width: 1350px;
}

.column-6 {
  background-image: linear-gradient(#fffffff7, #fffffff7), url('../images/002-dental-implant.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 75%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 300px 0 40px;
  display: flex;
}

.column-6.bg-icon {
  background-image: linear-gradient(#fffffff7, #fffffff7), url('../images/037-dentist-chair.svg');
  padding-right: 150px;
}

.image-40 {
  border-top-left-radius: 45px;
  border-bottom-right-radius: 45px;
}

.columns-6 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-197 {
  border: 2px solid var(--yellow-green);
  border-top-right-radius: 65px;
  border-bottom-left-radius: 65px;
  width: 100%;
  margin-bottom: -40px;
  padding: 45px;
}

.div-block-198 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 65px;
  display: flex;
}

.image-41 {
  margin-bottom: 30px;
}

.column-7 {
  padding-right: 100px;
}

.column-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.aboutgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--white-smoke);
  border-bottom: 1px solid var(--white-smoke);
  grid-template: ". Area"
  / 1fr 1fr 1fr 1fr 1fr;
}

.aboutgrid.servicesgrid {
  grid-template-rows: auto auto auto auto auto;
}

.service-bucket {
  border-right: 1px solid var(--white-smoke);
  background-image: url('../images/cream_dust_2x.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 250px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.view-page {
  background-color: var(--white);
  color: var(--yellow-green);
  border-radius: 5px;
  padding: 15px 25px;
  font-weight: 600;
  box-shadow: 0 0 10px #00000017;
}

.heading-2 {
  color: var(--dim-grey);
}

.bucket-container {
  border: 1px solid var(--white-smoke);
  background-color: var(--white);
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px;
  transition: all .2s;
  display: flex;
}

.bucket-container:hover {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, white, var(--white-smoke));
  color: var(--yellow-green);
  text-shadow: 1px 1px 1px var(--white);
  border-radius: 5px;
}

.text-span {
  background-image: url('../images/rightarrow.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto 65%;
  padding-right: 25px;
}

.content-container {
  background-color: var(--white);
  width: 100%;
  min-height: 250px;
  box-shadow: none;
  text-align: left;
  border-radius: 5px;
  margin-top: 60px;
  padding: 20px 20px 0;
}

.content-container.blog-box {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.bio-pic {
  float: right;
  border: 6px solid var(--white);
  border-radius: 5px;
  width: 100%;
  max-width: 450px;
  margin-bottom: 30px;
  margin-left: 50px;
  box-shadow: 0 0 8px #00000024;
}

.bio-pic.p2 {
  width: 100%;
  max-width: 300px;
}

.interior-box {
  border: 1px solid var(--white);
  background-image: url('../images/cream_dust.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 5px;
  padding: 30px;
}

.green-bar {
  background-color: var(--yellow-green);
  border-radius: 5px;
  width: 350px;
  height: 2px;
  margin-top: 30px;
}

.dnav {
  color: var(--dim-grey);
  text-align: center;
  text-transform: uppercase;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
}

.dnav.w--open {
  background-color: var(--white);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0 0 3px #0000001c;
}

.bio-left-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 20px 25px 0;
  display: flex;
}

.bio-header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.bio-header.office-block {
  margin-top: 0;
}

.holist {
  border: 1px solid var(--white);
  background-image: linear-gradient(to bottom, white, var(--white-smoke));
  border-radius: 5px;
  justify-content: space-between;
  margin-top: 45px;
  margin-bottom: 0;
  padding: 25px;
  display: flex;
}

.hoitem {
  background-color: var(--white);
  width: 22%;
  color: var(--blue);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 25px 25px 10px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  box-shadow: 0 0 3px #00000017;
}

.div-block-199 {
  width: 100%;
  min-height: 440px;
  max-height: 440px;
}

.html-embed {
  filter: grayscale();
}

.list {
  border-left: 6px solid var(--yellow-green);
  background-color: var(--white);
  margin-top: 10px;
  padding: 15px 15px 10px;
  display: inline-block;
}

.list.list-1 {
  display: inline-block;
}

.lottie-animation {
  width: 100%;
  max-width: 26px;
  margin-bottom: 20px;
}

.bio-subtitle {
  background-color: var(--yellow-green);
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.bio-subtitle.hide {
  display: none;
}

.html-embed-2 {
  width: 100%;
}

.h3subtat {
  margin-top: -5px;
  margin-bottom: 15px;
}

.footer-hours {
  color: var(--white);
  font-weight: 600;
}

.lottie-animation-2 {
  width: 540px;
  max-width: none;
}

.section-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 650px;
  display: flex;
}

.section-20.typage {
  height: 80vh;
}

.lottie-animation-3 {
  filter: hue-rotate(210deg);
  width: 100%;
  max-width: 90%;
  margin-top: 30px;
  margin-bottom: 35px;
}

.tyh1 {
  text-align: center;
  max-width: 85%;
  margin-bottom: 120px;
}

.columns-7 {
  align-items: stretch;
  min-height: 290px;
  display: flex;
}

.columns-7.c7-2 {
  margin-bottom: 30px;
  margin-left: 0;
}

.column-9 {
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 30px;
}

.right-col-img {
  background-image: url('../images/smiling.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  align-self: auto;
}

.right-col-img.invisalign {
  background-image: url('../images/woman-wearing-white-top-972217.jpg');
}

.right-col-img.veneers {
  background-image: url('../images/veneers.jpg');
}

.right-col-img.bonding {
  background-image: url('../images/bonding.jpg');
  background-position: 70%;
}

.right-col-img.implants {
  background-image: url('../images/implants.jpg');
}

.right-col-img.cleaning {
  background-image: url('../images/exams.jpg');
}

.right-col-img.bridges {
  background-image: url('../images/por-bridge.jpg');
  background-position: 20%;
}

.right-col-img.crowns {
  background-image: url('../images/crown.jpg');
}

.right-col-img.dentures {
  background-image: url('../images/dentures.jpg');
  background-position: 100%;
}

.right-col-img.extractions {
  background-image: url('../images/extraction.jpg');
}

.right-col-img.rc {
  background-image: url('../images/rootcanal.jpg');
}

.right-col-img.mg {
  background-image: url('../images/mouthguard.jpg');
}

.right-col-img.seal {
  background-image: url('../images/sealants.jpg');
}

.right-col-img.wt {
  background-image: url('../images/wisdom-tooth.jpg');
  background-position: 0%;
}

.right-col-img.xrays {
  background-image: url('../images/xrays.jpg');
}

.right-col-img.cam {
  background-image: url('../images/cam.jpg');
}

.right-col-img.theoc {
  background-image: url('../images/theoc.jpg');
}

.right-col-img.pediatric {
  background-image: url('../images/pediatry-copy.jpg');
}

.right-col-img.jupiter-family-dentistry {
  background-image: url('../images/jupiter-family-dentistry.jpg');
  background-position: 50%;
}

.right-col-img.general-dentistry {
  background-image: url('../images/general-dentistry-main-image.avif');
}

.right-col-img.botox {
  background-image: url('../images/screen-shot-2022-06-28-at-3.01.40-PM-1.png');
  background-position: 50% 0;
  background-size: contain;
}

.white-sub-text {
  width: 100%;
  max-width: 65%;
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 26px;
  line-height: 36px;
}

.youtube {
  border: 8px solid var(--white);
  box-shadow: 0 0 20px 5px #0003;
}

.youtube.hide {
  display: none;
}

.cta-box {
  border: 1px solid var(--white-smoke);
  background-color: var(--white);
  background-image: linear-gradient(#fff, #00000005);
  border-radius: 5px;
  min-height: 200px;
  margin-top: 25px;
  display: flex;
  box-shadow: 0 0 3px #00000014;
}

.cta-block {
  width: 50%;
  padding: 15px;
  text-decoration: none;
}

.cta-block.about-tagline {
  border-right: 1px solid var(--white-smoke);
}

.cta-block.r {
  border-left: 1px solid var(--white);
}

.div-block-200 {
  border: 2px solid var(--yellow-green);
  background-color: var(--white);
  text-align: center;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 200px;
  padding-bottom: 20px;
  transition: all .2s;
  display: flex;
}

.div-block-200:hover {
  border-color: var(--white);
  box-shadow: 0 0 11px #0000001a;
}

.buck-icon {
  width: 100%;
  max-width: 80%;
}

.column-10, .column-11 {
  padding-left: 0;
  padding-right: 0;
}

.columns-8 {
  width: 600px;
}

.bit-bot-mar {
  margin-bottom: 50px;
}

.mask {
  height: 1000px;
}

.slider {
  background-color: #0000;
  height: 1000px;
}

.bg23 {
  background-color: #ff0808;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1000px;
}

.care-credit-link {
  float: right;
  clear: right;
  background-color: var(--white);
  border-radius: 5px;
  width: 100%;
  max-width: 450px;
  margin-top: 15px;
  margin-bottom: 40px;
  margin-left: 40px;
  padding: 20px;
  box-shadow: 1px 1px 10px #00000017;
}

.care-credit-link:hover {
  border: 2px solid var(--yellow-green);
}

.text-block-81 {
  background-color: var(--dark-slate-blue-2);
  color: var(--white);
  border-radius: 8px;
  padding: 5px 21px;
}

.columns-9 {
  flex-direction: column;
  display: flex;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px #0000;
  border-radius: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.1em;
  transition: background-position .45s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 0 4px 11px #0003;
}

.button-4:hover {
  color: #fff;
  background-position: 100% 100%;
}

.button-4.blue-btn {
  background-color: #3278a3;
  background-image: url('../images/blue-bg-2.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.button-4.blue-btn:hover {
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.div-list {
  border-left: 6px solid var(--yellow-green);
  background-color: var(--white);
  width: 50%;
  margin-top: 10px;
  padding: 15px 15px 10px;
  display: inline-block;
}

.div-list.list-1 {
  display: inline-block;
}

.container-div {
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.text-span-2 {
  font-weight: 700;
}

.internal-image.general-dentistry {
  width: 100%;
}

.html-embed-recaptcha {
  margin-bottom: 12px;
}

.jup-pbg-area {
  text-transform: none;
}

.kor-brand {
  justify-content: center;
  display: flex;
}

.image-43 {
  display: inline-block;
}

.banner-block {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.lowercase-span {
  text-transform: lowercase;
}

.int-video {
  margin-bottom: 30px;
}

.patient-special {
  background-color: var(--dark-slate-blue);
}

.patient-special-h3 {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem;
  font-size: 1.2rem;
  font-weight: 400;
}

.bold-text-2 {
  font-weight: 600;
}

.portal-payment-section {
  background-color: var(--white);
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
}

.portal-payment-section.margin-top {
  margin-top: 4rem;
}

.payment-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  padding: 2rem 1rem 4rem;
  display: flex;
}

.payment-container.two-columns {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.heading-3 {
  width: 100%;
}

.paragraph-40, .paragraph-41, .bold-text-3, .paragraph-42, .paragraph-43, .heading-4, .paragraph-44 {
  color: var(--black);
}

.g-banner {
  z-index: 11;
  background-color: var(--blue);
  min-height: 50px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: none;
}

.banner-link {
  width: 100%;
}

.div-block-201 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  padding-bottom: 0;
  display: flex;
}

.image-44 {
  width: 400px;
  max-width: 400px;
  margin-top: 1px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 16px;
}

.image-44-copy {
  width: 400px;
  max-width: 400px;
  margin-top: 40px;
  font-size: 16px;
}

.headercherry {
  text-align: left;
  font-size: 16px;
  text-decoration: none;
}

.headercherry-copy {
  text-align: left;
  font-family: Raleway, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 35px;
}

.bold-text-4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
}

.link-2 {
  color: var(--yellow-green);
  text-decoration: none;
}

.div-block-202 {
  flex-flow: column;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.div-block-203 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.care-credit-link-copy {
  float: right;
  clear: right;
  background-color: var(--white);
  border-radius: 5px;
  width: 100%;
  max-width: 450px;
  margin-top: 15px;
  margin-bottom: 40px;
  margin-left: 40px;
  padding: 20px;
  box-shadow: 1px 1px 10px #00000017;
}

.care-credit-link-copy:hover {
  border: 2px solid var(--yellow-green);
}

@media screen and (max-width: 991px) {
  .section.cc-product-detail {
    flex-direction: column;
  }

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

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

  .button {
    justify-content: center;
  }

  .button.cc-cart {
    margin-right: 30px;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .text-field.cc-quantity-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text {
    width: auto;
  }

  .picture-placeholder.cc-about-2 {
    height: 460px;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .number-contact-wrap {
    margin-bottom: 20px;
  }

  .blog-list-wrap {
    margin-bottom: 0;
  }

  .blog-item {
    width: 95%;
    margin-bottom: 3vw;
    padding: 0;
  }

  .blog-preview-image {
    height: 45vw;
    margin-bottom: 0;
  }

  .blog-summary-wrap {
    width: 100%;
    margin-bottom: 0;
    padding: 3vw;
  }

  .product-details-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

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

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .orders---copy-this {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-list-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .collection-item-2 {
    float: none;
    flex-basis: 100%;
    display: block;
  }

  .my-account {
    padding-left: 15px;
    padding-right: 15px;
  }

  .addresses---copy-this {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .order-line {
    padding-left: 0;
    padding-right: 0;
  }

  .login-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .login-item:hover {
    background-color: #f7f8f9;
  }

  .login-item:active {
    background-color: #eef0f3;
  }

  .blog-item-2 {
    width: 80%;
  }

  .blog-preview-image-2 {
    height: 460px;
  }

  .main-navigation-container {
    min-height: auto;
  }

  .homepage-banner {
    background-position: 50% 102%, 50% 100%;
    background-size: contain, 2200px;
    justify-content: center;
  }

  .homepage-banner.bg2 {
    background-position: 50% 100%, 40% 40%;
    background-size: contain, cover;
  }

  .homepage-banner.bg2.bg3 {
    background-position: 50% 100%, 100% 0;
    background-size: contain, cover;
  }

  .homepage-banner.bg5 {
    background-position: 50% 105%, 50%;
  }

  .bruce-buffer {
    min-height: 110px;
  }

  .services-section {
    background-image: url('../images/greypix.jpg');
    background-position: 20% 80%;
    background-repeat: no-repeat;
    background-size: 2800px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .div-block-170 {
    flex-direction: column;
  }

  .div-block-171 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-172 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-bar {
    margin-top: 0;
  }

  .image-36 {
    width: 150px;
    max-width: 150px;
  }

  .nav-link {
    border-bottom: 1px solid var(--white-smoke);
  }

  .nav-link:hover {
    background-color: var(--yellow-green);
    color: var(--white);
  }

  .nav-link.w--current:hover {
    color: var(--white);
  }

  .nav-menu {
    background-color: var(--white);
    margin-top: 0;
    padding-left: 2vw;
    padding-right: 2vw;
    overflow: visible;
  }

  .app-button.topmar {
    margin-top: 15px;
  }

  .social-links-block {
    display: none;
  }

  .div-block-176 {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-177 {
    min-height: auto;
    margin-bottom: 40px;
  }

  .div-block-178 {
    width: 100%;
    height: auto;
    padding: 30px;
  }

  .image-box {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .white-box {
    margin-bottom: 0;
  }

  .circle-icon {
    margin-top: -15px;
    margin-bottom: 15px;
  }

  .client-testimonials-section {
    padding-top: 30px;
  }

  .div-block-183 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .brand {
    padding: 5px 10px 0;
  }

  .dropdown-list.horix.w--open {
    flex-direction: row;
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .drop-link._5050 {
    float: left;
    object-fit: fill;
    width: 100%;
    max-width: 50%;
  }

  .nav-button.w--open {
    background-color: var(--blue);
  }

  .staff-bio {
    flex-direction: column-reverse;
  }

  .bio-right-col {
    min-height: 65vh;
  }

  .bio-right-col.tamara {
    background-position: 50%;
    background-size: cover;
  }

  .int-frame {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 30px;
  }

  .int-frame.bluebg {
    background-color: #0000;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .int-container {
    padding-left: 0;
    padding-right: 0;
  }

  .int-header {
    padding: 40px 10px 10px;
  }

  .wave-section {
    padding-top: 45px;
  }

  .big-pic-container {
    background-size: cover;
    width: 95%;
    min-height: 45vw;
    margin-bottom: 65px;
  }

  .div-block-193 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-5 {
    flex-direction: column;
    width: 90%;
  }

  .column-5.vert-flext {
    padding-left: 0;
  }

  .int-back-button {
    flex-direction: column;
  }

  .div-block-195 {
    width: 65%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .div-block-196 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-6 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .columns-6 {
    flex-direction: column;
    width: 90%;
  }

  .div-block-197 {
    margin-bottom: -15px;
  }

  .column-7 {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-42, .column-8 {
    display: none;
  }

  .aboutgrid {
    border-bottom-width: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .service-bucket {
    border-bottom: 1px solid var(--white-smoke);
  }

  .bucket-container {
    text-align: center;
  }

  .content-container {
    margin-top: 40px;
  }

  .bio-pic {
    max-width: 350px;
  }

  .interior-box {
    padding: 2vw;
  }

  .green-bar {
    width: 45%;
    margin-top: 3vw;
  }

  .dnav {
    border-bottom: 1px solid var(--white-smoke);
    text-align: left;
    width: 100%;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .bio-left-col {
    padding-bottom: 0;
    padding-right: 0;
  }

  .holist {
    margin-top: 4.5vw;
  }

  .columns-7 {
    flex-direction: column-reverse;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .right-col-img {
    min-height: 65vw;
    margin-bottom: 5vw;
  }

  .right-col-img.implants {
    background-size: cover;
  }

  .right-col-img.bridges {
    background-position: 50%;
  }

  .right-col-img.jupiter-family-dentistry {
    background-position: 50% 0;
  }

  .right-col-img.botox {
    min-height: 49vw;
  }

  .white-sub-text {
    background-color: var(--blue);
    max-width: 100%;
    margin-bottom: 0;
    padding: 6vw;
  }

  .columns-8 {
    width: 100%;
  }

  .bit-bot-mar {
    margin-bottom: 20px;
  }

  .care-credit-link, .care-credit-link-copy {
    max-width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 0;
    line-height: 52px;
  }

  h2 {
    line-height: 42px;
  }

  h4 {
    line-height: 28px;
  }

  .section, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .text-field.cc-subscribe-text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .cart-container {
    min-width: 360px;
  }

  .intro-content {
    width: 80%;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .about-quote {
    width: 80%;
    max-width: 470px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .collection-list {
    flex-direction: column;
  }

  .blog-item {
    width: 100%;
    max-width: 470px;
  }

  .blog-preview-image {
    height: 45vw;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .orders---copy-this {
    align-items: stretch;
  }

  .collection-list-2 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-2 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    display: block;
  }

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

  .addresses---copy-this {
    align-items: stretch;
  }

  .order-date---copy-this, .billing-address---copy-this, .shipping-address---copy-this {
    text-align: left;
  }

  .order-line {
    padding-left: 0;
    padding-right: 0;
  }

  .table-row-data.product {
    flex-direction: column;
    padding-left: 15px;
  }

  .product-info-wrapper {
    padding-left: 0;
  }

  .section-14 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container-4 {
    text-align: center;
  }

  .blog-item-2 {
    width: 90%;
    max-width: 470px;
  }

  .section-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container-5 {
    text-align: center;
  }

  .container-5.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .homepage-banner {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .homepage-banner.bg2 {
    padding-right: 5vw;
  }

  .homepage-banner.bg2.bg3 {
    background-position: 50% 100%, 80% 0;
    background-size: contain, cover;
    padding-right: 5vw;
  }

  .body-container {
    overflow: hidden;
  }

  .services-section {
    background-image: url('../images/greypix.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .green-outline-container {
    padding-top: 20px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .grid-3 {
    grid-column-gap: 25px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .navigation-bar {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .image-36 {
    width: 150px;
    max-width: none;
  }

  .div-block-173 {
    width: 100%;
    padding: 20px;
  }

  .app-button.topmar {
    margin-top: 15px;
  }

  .utility-left-col {
    display: none;
  }

  .utility-right-col {
    flex-direction: row;
    justify-content: center;
  }

  .white-box {
    margin-bottom: 10px;
  }

  .white-box.nobotmar {
    margin-bottom: 65px;
  }

  .bucket-p {
    line-height: 26px;
  }

  .client-testimonials-section {
    padding-top: 30px;
  }

  .services-header.cap-case {
    text-align: center;
  }

  .grid-4 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .testi-block {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testi-block.dark-bg, .testi-block.light-blue-bg {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .div-block-184 {
    padding-top: 75px;
  }

  .div-block-186 {
    text-align: center;
    min-height: auto;
  }

  .paragraph-39 {
    justify-content: center;
  }

  .foolink {
    margin-left: 5px;
  }

  .foolink:hover {
    color: var(--yellow-green);
    text-decoration: underline;
  }

  .columns-2, .columns-3, .columns-4 {
    width: 90%;
  }

  .staff-bio {
    flex-direction: column-reverse;
    padding: 1vw;
  }

  .bio-right-col, .bio-right-col.kelly {
    min-height: 450px;
  }

  .bio-right-col.pam, .bio-right-col.kayla {
    background-size: contain;
  }

  .int-header {
    background-color: var(--white);
    padding: 7vw 2vw 2vw;
  }

  .big-pic-container {
    padding: 15px;
  }

  .big-pic-container.bgpi2 {
    min-height: 450px;
    padding: 6vw;
  }

  .column-6.bg-icon {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-197 {
    margin-bottom: -30px;
  }

  .content-container {
    border: 1px solid var(--white-smoke);
    margin-top: 30px;
    padding: 0;
  }

  .bio-pic {
    width: 100%;
    max-width: 30vw;
    margin-left: 20px;
  }

  .bio-left-col {
    padding: 6vw;
  }

  .holist {
    flex-direction: column;
  }

  .hoitem {
    width: 100%;
    margin-bottom: 3vw;
    padding: 15vw 5vw 3vw;
  }

  .columns-7 {
    flex-direction: column-reverse;
  }

  .right-col-img.veneers, .right-col-img.botox {
    background-position: 50% 20%;
  }

  .div-block-200 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ada-content-wrapper {
    padding: 10px;
  }

  .button-4 {
    font-size: .8em;
  }

  .div-list {
    width: 75%;
  }

  .payment-container.two-columns {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }

  h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .section.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cart {
    margin-right: 20px;
  }

  .navigation {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cart-container {
    min-width: 320px;
  }

  .form-block, .about-quote, .get-in-touch-form-wrap {
    width: 100%;
    max-width: none;
  }

  .blog-item {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .blog-preview-image {
    height: 45vw;
    margin-bottom: 4vw;
  }

  .product-details-wrap {
    width: 100%;
    max-width: none;
  }

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

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .order-item-price {
    margin-left: 24px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .order-numebr-footer {
    background-color: #93bd452e;
  }

  .order-row---copy-this {
    flex-flow: column;
  }

  .orders-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .cancel-reason---copy-this {
    text-align: left;
  }

  .address-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .billing-wrapper, .shipping-wrapper {
    width: 100%;
  }

  .order-line {
    padding-left: 0;
    padding-right: 0;
  }

  .table-header {
    flex-direction: column;
  }

  .table-row-data.quantity {
    width: 100%;
  }

  .table-row-data.price {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .table-row-data.product {
    background-color: #0000;
    padding-left: 0;
  }

  .cart-row---copy-this {
    flex-direction: column;
  }

  .section-13, .gift-card-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-info-wrapper-3 {
    padding-left: 0;
  }

  .blog-item-2 {
    width: 100%;
    max-width: none;
  }

  .homepage-banner {
    background-image: url('../images/swoosh.png'), linear-gradient(#00000080, #00000080), url('../images/family.jpg');
    background-position: 50% 102%, 0 0, 50%;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: contain, auto, cover;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 130px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .homepage-banner.bg2 {
    background-image: url('../images/swoosh.png'), linear-gradient(#00000080, #00000080), url('../images/depositphotos_4823020_l-2015.jpg'), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 0 0, 50%, 0 0;
    background-repeat: no-repeat, repeat, repeat, repeat;
    background-size: contain, auto, cover, auto;
    padding: 100px 5vw 130px;
  }

  .homepage-banner.bg2.bg3 {
    background-image: url('../images/swoosh.png'), linear-gradient(#00000080, #00000080), url('../images/depositphotos_11059740_xl-2015.jpg'), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 0 0, 80% 0, 0 0;
    background-repeat: no-repeat, repeat, repeat, repeat;
    background-size: contain, auto, cover, auto;
    padding: 100px 5vw 130px;
  }

  .homepage-banner.bg5 {
    background-image: url('../images/swoosh.png'), linear-gradient(#00000096, #00000096), url('../images/elderly.jpg');
    background-position: 50% 100%, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat;
    background-size: contain, auto, cover;
  }

  .grid-2 {
    margin-top: 40px;
  }

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

  .image-36 {
    width: 150px;
    max-width: none;
  }

  .nav-link {
    padding-left: 5vw;
    padding-right: 4vw;
  }

  .nav-menu {
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .div-block-173 {
    background-color: #0000;
    width: 100%;
    min-height: auto;
    padding: 20px;
  }

  .div-block-174 {
    width: 95%;
  }

  .banner-h1 {
    font-size: 12vw;
    line-height: 120%;
  }

  .app-button.topmar {
    margin-bottom: 15px;
  }

  .big-green-phone-number {
    text-align: center;
  }

  .div-block-175 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-178 {
    padding: 18px;
  }

  .image-box {
    height: 350px;
    padding: 14px;
  }

  .about-tagline {
    margin-bottom: 30px;
  }

  .white-box.nobotmar {
    margin-bottom: 0;
  }

  .circle-icon.int-ci {
    margin-bottom: 13px;
  }

  .block-quote {
    font-size: 26px;
    line-height: 42px;
  }

  .client-testimonials-section {
    padding-top: 35px;
  }

  .services-header.cap-case {
    text-align: center;
  }

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

  .testi-block {
    flex-direction: column;
  }

  .div-block-184 {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .grid-5 {
    place-items: center;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .white-block {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .white-block.contact-form-container {
    min-height: auto;
    padding: 20px;
  }

  .div-block-186 {
    text-align: center;
    min-height: auto;
  }

  .div-block-187 {
    padding: 25px 10px;
  }

  .footer-email {
    font-size: 4vw;
    line-height: 120%;
  }

  .cf-heading {
    margin-bottom: 3vw;
    font-size: 12vw;
    line-height: 120%;
  }

  .field {
    padding-left: 5vw;
  }

  .column-3 {
    text-align: center;
  }

  .paragraph-39 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .staff-bio {
    flex-direction: column-reverse;
    width: 100%;
    margin-bottom: 1vw;
  }

  .bio-right-col, .bio-right-col.kelly, .bio-right-col.stacey, .bio-right-col.tamara, .bio-right-col.verlinda, .bio-right-col.robin, .bio-right-col.marcela, .bio-right-col.pam, .bio-right-col.ariana {
    min-height: 350px;
  }

  .int-frame {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    min-height: auto;
    padding-bottom: 0;
  }

  .int-header {
    width: 100%;
    padding: 6vw 2vw 2vw;
  }

  .wave-section {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .big-pic-container {
    border-radius: 0;
    min-height: 45vw;
    margin-bottom: 30px;
    padding: 7px;
  }

  .big-pic-container.bgpi2 {
    min-height: 250px;
    margin-bottom: 0;
  }

  .image-39 {
    box-shadow: 3px 3px 0 0 var(--yellow-green);
  }

  .column-5.vert-flext {
    padding-left: 0;
  }

  .div-block-195 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .column-6 {
    background-image: linear-gradient(#fffffff5, #fffffff5), url('../images/002-dental-implant.svg');
    background-position: 0 0, 50%;
    background-size: auto, contain;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-197 {
    border-radius: 0;
    margin-bottom: 0;
  }

  .div-block-198 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-42 {
    display: none;
  }

  .aboutgrid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .service-bucket {
    border-right-width: 0;
  }

  .content-container {
    margin-top: 20px;
    padding: 0;
  }

  .bio-pic {
    width: 100%;
    max-width: 100%;
  }

  .interior-box {
    width: 100%;
    padding: 10px;
  }

  .green-bar {
    width: 25%;
    margin-top: 3vw;
  }

  .dnav {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .bio-left-col {
    padding: 5vw;
  }

  .bio-header {
    margin-top: 12vw;
  }

  .bio-header.office-block {
    padding: 5vw 2vw 2vw;
  }

  .holist {
    padding: 2vw 2vw 0;
  }

  .hoitem {
    justify-content: center;
    margin-bottom: 2vw;
    padding: 11vw 6vw 6vw;
  }

  .lottie-animation {
    margin-bottom: 3vw;
  }

  .bio-subtitle {
    margin-bottom: 10px;
  }

  .columns-7 {
    flex-direction: column-reverse;
  }

  .column-9 {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .right-col-img.jupiter-family-dentistry {
    background-position: 100% 0;
  }

  .white-sub-text {
    background-color: var(--blue);
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 15px 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .cta-box {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-block {
    width: 100%;
  }

  .cta-block.about-tagline {
    border-bottom: 1px solid var(--white);
    border-right-width: 0;
    margin-bottom: 0;
  }

  .cta-block.r {
    border-top: 1px solid var(--white-smoke);
    border-left-width: 0;
  }

  .bit-bot-mar {
    margin-bottom: 6px;
  }

  .mask, .slider {
    height: auto;
  }

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

  .bg23 {
    background-color: #fff;
    background-image: none;
    height: auto;
  }

  .care-credit-link {
    margin-bottom: 25px;
  }

  .list-4 {
    padding-left: 20px;
  }

  .div-list {
    width: 100%;
  }

  .care-credit-link-copy {
    margin-bottom: 25px;
  }
}

#w-node-a1f810d2-9665-5d32-dc8e-3a7260b4cbe9-b4eb1711 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971b-87e29718 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971f-87e29718 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972f-87e29718 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29736-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29738-87e29718 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_0f8ea258-6905-c5ab-1e7c-449268d37016-68d36ff8, #w-node-_0f8ea258-6905-c5ab-1e7c-449268d37032-68d36ff8, #w-node-_0f8ea258-6905-c5ab-1e7c-449268d37039-68d36ff8, #w-node-_0f8ea258-6905-c5ab-1e7c-449268d37047-68d36ff8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e835c21-a93f-2712-0d3b-ce88212cf220-68d36ff8 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_0f8ea258-6905-c5ab-1e7c-449268d37063-68d36ff8 {
  grid-area: 5 / 3 / 6 / 5;
}

#w-node-_62069225-6e14-4ec8-d13f-ffe803120d4d-a6e4459f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_0f8ea258-6905-c5ab-1e7c-449268d37032-68d36ff8, #w-node-_0f8ea258-6905-c5ab-1e7c-449268d37047-68d36ff8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e835c21-a93f-2712-0d3b-ce88212cf220-68d36ff8 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_0f8ea258-6905-c5ab-1e7c-449268d37063-68d36ff8 {
    grid-area: 9 / 2 / 10 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0335539d-6a90-4e0f-4b08-5919680f3f73-b4eb1711 {
    justify-self: center;
  }

  #w-node-a1f810d2-9665-5d32-dc8e-3a7260b4cbea-b4eb1711, #w-node-a1f810d2-9665-5d32-dc8e-3a7260b4cbec-b4eb1711, #w-node-f306ac2a-6947-22f9-2e11-ead4de501411-a6e4459f, #w-node-_7ac7fcb7-b22d-737a-a640-760682c90406-a6e4459f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4e835c21-a93f-2712-0d3b-ce88212cf220-68d36ff8, #w-node-_0f8ea258-6905-c5ab-1e7c-449268d37063-68d36ff8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


