:root {
  --text: #5f4d5d;
  --price: #b0b0b0;
  --thistle: #ba9fb7;
  --titles-text-thistle-deep: #d71a20;
  --thistle-medium: #ceb3cb;
  --white: #fff0;
  --black: black;
  --pink: #d6bbd3;
  --bg-darker: #b08ead;
  --lines: #e6e6e6;
  --thistle-dark: #c9adc6;
  --whiteb: var(--white);
  --thistle-noble: #d7b7d4;
  --slider-button: #a78ba4;
  --whitel: var(--thistle-dark);
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  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-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

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

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

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

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

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

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

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

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

.w-commerce-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-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

.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-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

.w-commerce-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-commercecheckoutsummaryitem {
  margin-bottom: 8px;
}

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

body {
  color: var(--text);
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

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

p {
  margin-bottom: 10px;
}

a {
  color: var(--text);
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 22px;
}

li {
  margin-bottom: 2px;
}

figcaption {
  color: var(--price);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.navbar {
  border-top: 4px solid var(--thistle);
  background-color: #fff;
  flex-flow: wrap;
  justify-content: space-around;
  width: 100%;
  height: 120px;
  display: flex;
}

.brand {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding-left: 0;
  transition: opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .8;
}

.brand.w--current {
  height: auto;
}

.menu-button {
  z-index: 10;
  float: left;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5%;
  height: 116px;
  padding-top: 56px;
  transition: opacity .2s;
}

.menu-button:hover {
  opacity: .8;
}

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

.burger-line {
  background-color: var(--titles-text-thistle-deep);
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
}

.content-section {
  background-color: #ffe6e6;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.content-section.thistle-medium {
  background-color: var(--thistle-medium);
}

.content-section.gray {
  background-color: #f3f3f3;
}

.content-wrapper {
  background-color: var(--white);
  color: var(--thistle-medium);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 0 #000;
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  position: relative;
}

.hero-section {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 72px;
  position: relative;
}

.slide-nav {
  display: none;
}

.center-box {
  color: var(--titles-text-thistle-deep);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.mini-title {
  color: var(--titles-text-thistle-deep);
  text-align: center;
  letter-spacing: 1.5px;
  -webkit-text-stroke-color: var(--titles-text-thistle-deep);
  text-transform: none;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 40px;
}

.mini-title.white {
  color: #fff;
}

.intro-paragraph {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
}

.button {
  border: 1px solid var(--titles-text-thistle-deep);
  color: var(--titles-text-thistle-deep);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 25px;
  min-width: 110px;
  height: 45px;
  padding-top: 15px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: background-color .2s, color .2s;
}

.button:hover {
  background-color: var(--titles-text-thistle-deep);
  color: #fff;
}

.top-border._20 {
  margin-top: 20px;
}

.top-border._50 {
  text-align: center;
  margin-top: 50px;
}

.top-border._5 {
  margin-top: 5px;
}

.top-border._40 {
  margin-top: 40px;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.relative {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-text-box {
  background-color: var(--thistle-medium);
  padding: 23px;
}

.title-link {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
}

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

.text-link {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}

.image-hover {
  text-align: left;
  flex: 0 auto;
  max-width: 70%;
  transition: transform .2s;
  display: block;
  position: relative;
  left: auto;
}

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

.intro-box {
  background-color: var(--thistle-medium);
  width: 30.3%;
  margin-right: 3%;
}

.intro-box.no-border {
  margin-right: 0%;
}

.h1-white {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.h1-white.white {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
}

.h1-white.medium {
  font-size: 40px;
  line-height: 50px;
}

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

.underline {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.arrow {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 22px;
}

.nav-menu {
  float: right;
  background-color: #fff;
  width: 403px;
  height: 100vh;
  padding-top: 130px;
  display: none;
  position: fixed;
}

.nav-link {
  color: var(--black);
  border: 1px #000;
  height: 116px;
  padding-top: 46px;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 500;
  transition: background-color .2s;
}

.nav-link:hover {
  border-bottom: 4px solid var(--thistle-medium);
}

.nav-link.w--current {
  color: var(--black);
  background-color: #fff0;
  border: 3px #ba2727;
  border-bottom-style: solid;
}

.cart-button {
  color: var(--text);
  background-color: #0000;
  justify-content: center;
  width: 75px;
  height: 116px;
  padding-top: 18px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

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

.cart {
  float: right;
  width: 5%;
  min-width: 75px;
}

.cart-icon {
  margin-right: 3px;
}

.cart-quantity {
  background-color: var(--pink);
  color: #fff;
  margin-left: 0;
  padding-top: 2px;
  font-family: Roboto, sans-serif;
  line-height: 15px;
}

.profile-image {
  background-image: url('../images/4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 44%;
  min-width: 540px;
  height: 675px;
  display: inline-block;
  position: relative;
  left: 135px;
}

.profile-image.left {
  background-image: url('../images/7.jpg');
  left: -135px;
}

.flex-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 70%;
  display: flex;
}

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

._50-column {
  width: 50%;
}

.text-block-2 {
  width: 100%;
}

.image {
  border: 17px solid var(--pink);
}

._50-column-center {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.bottom-line {
  text-align: center;
  border: 1px #000;
  padding-bottom: 40px;
}

.empty-state {
  background-color: #0000;
  font-size: 22px;
}

.collection-item {
  width: 31%;
  margin-bottom: 4%;
  margin-right: 2.2%;
}

.products-details {
  text-align: center;
  padding-top: 10px;
}

.link {
  color: var(--text);
  font-weight: 500;
  text-decoration: none;
}

.price {
  color: var(--price);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 17.5px;
  text-decoration: none;
}

.price.large {
  color: #fff;
  font-size: 26px;
  line-height: 27.5px;
}

.text-field-4 {
  color: #fff;
  background-color: #0000;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 1px;
  width: 48%;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
}

.text-field-4::placeholder {
  color: #fff;
}

.textarea-2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 41px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
}

.textarea-2::placeholder {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.submit-button-3 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  min-width: 210px;
  height: 50px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  transition: background-color .2s, color .2s;
}

.submit-button-3:hover {
  color: var(--titles-text-thistle-deep);
  background-color: #fff;
}

.success-message {
  color: #fff;
  background-color: #0000;
  font-size: 22px;
}

.error-message {
  padding-bottom: 8px;
  font-size: 22px;
}

.form-block {
  width: 51%;
}

._25-column {
  width: 25%;
  margin-right: 5%;
}

.contact-link {
  color: #fff;
  font-size: 22.5px;
  text-decoration: none;
}

.mini-title-white {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
}

.text-small {
  font-size: 22.5px;
}

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

.top-border-2 {
  z-index: 10;
  margin-top: 20px;
  position: relative;
}

.top-border-2._10 {
  box-sizing: border-box;
  text-align: center;
  object-fit: fill;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  left: auto;
}

.text-field-2 {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--thistle-medium);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 35%;
  height: 60px;
  padding-left: 21px;
}

.text-field-2::placeholder {
  color: var(--titles-text-thistle-deep);
  font-size: 19px;
  font-style: italic;
}

.text-field-2._2 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.success-message-2 {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.submit-button-2 {
  background-color: var(--thistle-medium);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  flex: 1;
  width: 10%;
  height: 60px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
}

.flex-2 {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

._49-column-2 {
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.perk {
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 26%;
  margin-right: 20px;
  display: flex;
}

.perk-icon {
  background-color: var(--thistle);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  margin-right: 20px;
}

.perk-icon._1 {
  background-image: url('../images/compras.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.perk-icon._2 {
  background-image: url('../images/entrega.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.perk-icon._3 {
  background-image: url('../images/como.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.text-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.text-white {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 17px;
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.perks {
  background-color: var(--pink);
  padding-top: 35px;
  padding-bottom: 35px;
  overflow: hidden;
}

.footer {
  background-color: var(--titles-text-thistle-deep);
  padding-top: 40px;
}

.form-block-2 {
  max-width: 600px;
  margin-bottom: 0;
  display: block;
}

._90-column {
  flex-flow: row;
  flex: 1;
  align-items: center;
  width: 91%;
  display: flex;
}

.footer-links {
  width: 100%;
  margin-left: 6%;
}

.footer-link {
  color: #fff;
  margin-right: 35px;
  font-size: 21px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

.social-icons {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.social-icon {
  background-color: var(--pink);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-icon:hover {
  background-color: var(--thistle);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: 125px;
}

.social-icon.facebook {
  background-image: url('../images/facebook-logo.svg');
  background-size: 15px;
}

.social-icon.instagram {
  background-image: url('../images/instagram-2.svg');
  background-size: 15px;
}

.social-icon.twitter {
  background-image: url('../images/gorjeo-1.svg');
  background-size: 15px;
}

.footer-notice {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.footer-notice-text {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.go-up {
  background-color: var(--thistle);
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 32.6px;
  height: 30px;
  transition: background-color .2s;
}

.go-up:hover {
  background-color: var(--titles-text-thistle-deep);
}

.notice-link {
  color: #fff;
}

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

.hero-image {
  background-image: url('../images/noah-buscher-1118080-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
  height: 675px;
  position: relative;
  right: -65px;
}

.hero-image._5-copy {
  background-image: url('../images/cover-5.jpg');
  width: 100%;
  right: auto;
}

.hero-image._2-copy {
  background-image: url('../images/cover-2.jpg');
  width: 100%;
  right: auto;
}

.hero-image._3-copy {
  background-image: url('../images/cover-3.jpg');
  width: 100%;
  right: auto;
}

.hero-image._5-copy-copy {
  background-image: url('../images/cover-4.jpg');
  width: 100%;
  right: auto;
}

.hero-image._3-copy-copy {
  background-image: url('../images/cover-3.jpg');
  width: 100%;
  right: auto;
}

.hero-image._5-copy-copy-copy {
  background-image: url('../images/cover-1.jpg');
  width: 100%;
  right: auto;
}

.right-arrow {
  background-color: #ccc;
  border: 1px #000;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-right: auto;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: absolute;
  inset: auto 0% 0% 5%;
}

.right-arrow:hover {
  opacity: .8;
}

.left-arrow {
  color: var(--black);
  background-color: #ccc;
  border: 1px #000;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
  inset: auto 5% 0% 0%;
}

.left-arrow:hover {
  opacity: .8;
}

.hero-flex {
  display: flex;
}

.hero-flex.vertical {
  background-color: var(--bg-darker);
  flex-direction: row;
}

.slide-2 {
  margin-bottom: 70px;
}

.hero-text-box {
  z-index: 10;
  background-color: var(--bg-darker);
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  max-width: 440px;
  height: 450px;
  margin-top: 110px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.text-box {
  z-index: 1;
  background-color: var(--bg-darker);
  background-image: none;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  max-width: 440px;
  height: 450px;
  margin-top: 110px;
  margin-right: 10%;
  padding-left: 5%;
  padding-right: 4%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.text-box.left {
  margin-left: 10%;
  inset: 0 auto 0 0;
}

.flex-grid {
  flex-wrap: wrap;
  display: flex;
}

.footer-notice-box {
  margin-bottom: 5px;
  padding-top: 9px;
}

.footer-brand.w--current {
  transition: opacity .2s;
}

.footer-brand.w--current:hover {
  opacity: .8;
}

.checkout-button {
  background-color: var(--thistle-medium);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-top: 11px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: opacity .2s;
}

.checkout-button:hover {
  opacity: .8;
}

.remove-button {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}

.remove-button:hover {
  opacity: .8;
}

.product-title {
  font-size: 20px;
}

.cart-quantity-2 {
  width: 40px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.product-image {
  margin-top: 10px;
}

.small-text {
  color: var(--price);
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 21px;
}

.bottom-border._15 {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px;
  padding-bottom: 8px;
}

.top-line {
  border-top: 1px solid #ddd;
  margin-top: 5px;
  padding-top: 7px;
}

.footer-section {
  background-color: #822b2b;
}

.inner-hero {
  background-color: var(--pink);
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.row {
  margin-bottom: 3%;
}

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

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

.text-link-2 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  transition: opacity .2s;
}

.text-link-2:hover {
  opacity: .8;
}

.product-slider {
  background-color: #0000;
  flex: 0 auto;
  width: 105%;
  height: auto;
  position: relative;
}

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

.product-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.mini-title-link {
  color: var(--titles-text-thistle-deep);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  transition: opacity .2s;
}

.mini-title-link:hover {
  opacity: .8;
}

.product-description {
  z-index: 10;
  background-color: var(--bg-darker);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-height: 530px;
  padding: 32px 40px 20px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.required {
  font-size: 16px;
}

.field-label {
  font-size: 18px;
}

.heading-4 {
  font-size: 22px;
}

.input-field {
  border-radius: 0;
  height: 45px;
}

.small-text-2 {
  color: var(--price);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.checkbox {
  margin-top: 3px;
}

.submit-button-4 {
  background-color: var(--thistle-medium);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  flex: 1;
  width: auto;
  height: 60px;
  margin-left: 35px;
  margin-right: 35px;
  padding-top: 23px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
}

.submit-button-4:hover {
  opacity: .8;
}

.checkout-form {
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.contact-info {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  width: 60%;
  max-width: 700px;
  padding-top: 25px;
  padding-bottom: 15px;
}

.ordered-items {
  width: 35%;
  max-width: 700px;
}

.line-item, .extra-item, .line-item-2 {
  align-items: center;
}

.order-confirmation-container {
  background-color: #0000;
}

.block-header {
  border-style: none;
}

.fieldset {
  border-bottom: 1px solid var(--lines);
  padding-bottom: 4%;
  padding-left: 5%;
  padding-right: 5%;
}

.block-content {
  border-style: none;
}

.shipping-method-list {
  border-top: 1px solid var(--lines);
}

.submit-button-5 {
  background-color: var(--thistle-medium);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
}

.submit-button-5:hover {
  opacity: .8;
}

.add-to-cart {
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
}

.quantity {
  color: var(--text);
  width: 55px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.quantity-white {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.error-state {
  background-color: #ffdede;
  font-size: 20px;
}

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

.navbar-2 {
  color: var(--thistle);
  background-color: #fff;
  border: 1px #ba2727;
  height: 120px;
  display: flex;
}

.nav-menu-2 {
  color: var(--black);
  -webkit-text-stroke-color: var(--thistle-medium);
  background-color: #0000;
  display: block;
}

.submit-button-6 {
  background-color: var(--thistle-medium);
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  flex: 1;
  width: auto;
  height: 60px;
  margin-bottom: 0;
  padding-top: 23px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
}

.submit-button-6:hover {
  opacity: .8;
}

.bg-botttom {
  background-color: var(--pink);
  height: 44%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-top {
  background-color: var(--thistle-dark);
  height: 56%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.product-section {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 72px;
  padding-bottom: 100px;
  position: relative;
}

.slider-2 {
  height: 100%;
  position: absolute;
  inset: 0;
}

._100-percent {
  width: 100%;
}

.product-image-large {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 680px;
  margin-bottom: 40px;
}

.paypal {
  margin-left: 35px;
  margin-right: 35px;
}

.country {
  font-size: 20px;
}

.buy-now {
  background-color: var(--black);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding-top: 19px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
}

.buy-now:hover {
  opacity: .8;
}

.slide-2-copy {
  margin-bottom: 70px;
}

.image-2 {
  vertical-align: baseline;
  margin-top: 20px;
  display: inline-block;
}

.link-block-2 {
  margin-top: 20px;
}

.section {
  text-align: center;
}

.image-3 {
  text-align: center;
  object-fit: contain;
  border: 1px solid #000;
  width: auto;
  min-width: 30px;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.content-section-bg_gray {
  color: var(--titles-text-thistle-deep);
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 50px;
  overflow: hidden;
}

.content-section-bg_gray.thistle-medium {
  background-color: var(--thistle-medium);
}

.content-section-bg_gray.gray {
  background-color: #f3f3f3;
}

.mini-title-copy {
  color: var(--titles-text-thistle-deep);
  letter-spacing: 1.5px;
  -webkit-text-stroke-color: var(--titles-text-thistle-deep);
  text-transform: none;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.mini-title-copy.white {
  color: #fff;
}

.paragraph {
  color: var(--black);
  text-align: left;
  -webkit-text-stroke-color: var(--black);
  text-transform: none;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.heading-5 {
  color: var(--black);
  text-align: left;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 20px;
}

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

.paragraph-2 {
  color: var(--black);
  text-align: left;
  font-weight: 400;
}

.image-5 {
  object-fit: contain;
  max-height: 500px;
  margin-left: 0;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area" 1.5fr
                 "." 1.5fr
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start stretch;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 0;
  display: grid;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.heading-6 {
  color: var(--black);
  text-transform: none;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.text-block-3 {
  color: var(--black);
  text-transform: none;
  font-style: italic;
}

.flex-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  display: grid;
}

.image-6 {
  text-align: center;
  object-fit: contain;
  max-width: 90%;
  max-height: 90%;
  position: static;
}

.image-7 {
  aspect-ratio: auto;
  object-fit: contain;
  max-width: 90%;
  max-height: 90%;
}

.image-8 {
  text-align: center;
  object-fit: contain;
  max-width: 90%;
  max-height: 90%;
}

.image-9 {
  object-fit: contain;
  max-width: 90%;
  max-height: 90%;
}

.div-block {
  margin-bottom: 20px;
}

.content-section-copy {
  background-color: var(--white);
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.content-section-copy.thistle-medium {
  background-color: var(--thistle-medium);
}

.content-section-copy.gray {
  background-color: #f3f3f3;
}

.content-section-copy-copy {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 0;
  overflow: hidden;
}

.content-section-copy-copy.thistle-medium {
  background-color: var(--thistle-medium);
}

.content-section-copy-copy.gray {
  background-color: #f3f3f3;
}

.content-section-copy2 {
  background-color: #fff0f1;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.content-section-copy2.thistle-medium {
  background-color: var(--thistle-medium);
}

.content-section-copy2.gray {
  background-color: #f3f3f3;
}

.paragraph-3 {
  color: var(--black);
  font-size: 15px;
}

.image-10, .image-11 {
  object-fit: contain;
}

.flex-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-2 {
  float: none;
  clear: none;
  background-color: var(--titles-text-thistle-deep);
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  inset: auto auto 0;
}

.text-block-4 {
  text-align: left;
  font-size: 13px;
}

.column {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-right: 10px;
  display: block;
}

.columns {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  border: 1px #000;
  flex-flow: row;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.column-2 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding-bottom: 20px;
  position: static;
  top: 0;
  bottom: auto;
}

.image-12 {
  object-fit: contain;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-footer {
  background-color: var(--white);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  max-width: 1265px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.flex-block-4 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  object-fit: fill;
  flex-flow: wrap;
  flex: 0 auto;
  align-content: stretch;
  align-items: flex-start;
  padding-left: 40px;
}

.columns-2 {
  text-align: center;
  object-fit: fill;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  left: auto;
  right: auto;
  overflow: visible;
}

.column-3 {
  text-align: center;
  border: 1px solid #000;
  padding-left: 0;
  padding-right: 0;
}

.code-embed {
  aspect-ratio: auto;
  object-fit: scale-down;
  max-width: 100%;
  margin-right: 0;
  position: relative;
}

.code-embed-2 {
  text-align: center;
  max-width: 100%;
  margin-left: 0;
}

.paragraph-4 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-weight: 500;
  position: relative;
}

.container {
  text-align: center;
  max-width: 70%;
  position: relative;
}

.section-2 {
  text-align: center;
  max-width: 45%;
  position: relative;
}

.container-2 {
  text-align: center;
  max-width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
  position: relative;
  inset: auto;
}

.column-4 {
  background-color: #fff0;
  border: 1px solid #000;
}

.container-3 {
  text-align: center;
  max-width: 100%;
  position: relative;
}

.columns-3 {
  border: 1px #000;
  border-radius: 0;
  min-width: 100%;
  max-width: none;
  margin-left: 10px;
  margin-right: 10px;
}

.column-5 {
  border: 1px solid #b7b7b7;
  height: auto;
  padding-left: 10px;
}

.column-6 {
  border: 1px solid #b7b7b7;
  height: auto;
}

.container-4, .container-5 {
  max-width: 100%;
}

.column-7, .column-8 {
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
}

.columns-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 0;
  flex-flow: row;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-3 {
  background-color: var(--whiteb);
  text-align: center;
  margin-right: 0;
}

.column-9 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding-bottom: 20px;
}

.heading-7 {
  background-color: var(--whiteb);
  color: var(--black);
  text-transform: none;
}

.image-13 {
  max-width: 35%;
}

.image-14, .image-15 {
  max-width: 45%;
}

.list {
  list-style-type: disc;
}

.list-2 {
  color: var(--black);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 13px;
}

.list-2-copy {
  color: var(--black);
  text-align: left;
  margin-top: 55px;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 13px;
}

.intro-paragraph-copy {
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
}

.container-6 {
  width: 80%;
  max-width: none;
}

.navbar-no-shadow {
  z-index: 2;
  float: none;
  background-color: #ffffff9c;
  height: 12%;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 90%;
  height: 10%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.image-16 {
  max-width: 70%;
  height: 12%;
}

.paragraph-5 {
  color: var(--black);
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.text-block-5, .text-block-6 {
  color: var(--black);
  font-family: Roboto, sans-serif;
}

.slide-4 {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/ds-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  border: 1px #ff0606;
  border-radius: 18px;
  padding-bottom: 0;
  padding-right: 0;
}

.mask {
  border: 1px #000;
  padding-right: 0;
}

.slide-5 {
  background-image: url('../images/ds-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-6 {
  background-image: url('../images/ds-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-3 {
  background-color: #fff0;
  border: 0 #000;
}

.image-17, .image-18, .image-19 {
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.mini-paragraph {
  color: var(--black);
  text-align: center;
  text-transform: none;
  font-size: 25px;
  font-weight: 400;
}

.image-20, .image-21 {
  aspect-ratio: auto;
  object-fit: contain;
  max-width: 90%;
  max-height: 90%;
}

.image-22 {
  object-fit: contain;
  max-width: 90%;
  max-height: 90%;
}

.center-box-top {
  color: var(--titles-text-thistle-deep);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.submit-button-7 {
  text-align: center;
  letter-spacing: 0;
  background-color: #d70a21;
  border-radius: 8px;
  width: 240px;
  height: 40px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.container-7 {
  text-align: left;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.success-message-3 {
  background-color: #ffb5b5;
}

.text-block-7 {
  color: var(--black);
}

.text-field-5 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.heading-8, .heading-9 {
  color: var(--black);
}

.text-block-8 {
  color: var(--black);
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 60px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  text-decoration: line-through;
  position: absolute;
  inset: auto 0% 20px;
}

.text-block-8.text-block-8-copy {
  text-decoration: line-through;
}

.text-block-9, .text-block-10 {
  color: var(--black);
  margin-bottom: 40px;
  font-size: 32px;
}

.image-23 {
  margin-bottom: 15px;
}

.container-8 {
  position: absolute;
  inset: auto 0% 20px;
}

.faq-title {
  color: var(--black);
  text-align: center;
  font-family: Roboto, sans-serif;
}

.faq-subtitle {
  color: var(--black);
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.faq-text {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.container-9 {
  margin-bottom: 40px;
}

.bold-text {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.link-2 {
  color: #00f;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.container-10, .container-11, .container-12, .container-13 {
  margin-bottom: 40px;
}

.heading-12 {
  color: var(--black);
  margin-top: 40px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.privacy-policy-text {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

.container-14 {
  margin-bottom: 20px;
}

.terms-subtitle {
  color: var(--black);
  font-family: Roboto, sans-serif;
}

.terms-text {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.heading-14 {
  color: var(--black);
  text-align: center;
  font-family: Roboto, sans-serif;
}

.container-15 {
  margin-bottom: 40px;
}

.section-4 {
  text-align: center;
}

.form {
  color: var(--black);
  text-align: left;
}

.heading-15 {
  text-align: center;
  font-family: Roboto, sans-serif;
}

.heading-16 {
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
}

.section-5 {
  color: var(--black);
  background-color: #dfffe100;
  margin-top: 60px;
  margin-bottom: 40px;
  font-weight: 300;
}

.heading-17 {
  color: var(--black);
  text-align: center;
  font-family: Roboto, sans-serif;
}

.text-block-14 {
  color: var(--black);
  margin-left: 20px;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.heading-18 {
  color: var(--black);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.text-block-15 {
  color: var(--black);
  text-align: left;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.button-3 {
  border: 0px none var(--black);
  color: var(--lines);
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  background-color: #d70a21;
  border-radius: 8px;
  width: 240px;
  height: 40px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.container-16 {
  text-align: center;
  margin-bottom: 40px;
}

.text-block-15-copy {
  color: var(--black);
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14px;
}

.text-block-16 {
  color: var(--text);
  text-align: left;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.section-6, .section-7, .section-8 {
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-6 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.list-item, .list-item-2 {
  color: var(--text);
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.list-item-3 {
  font-family: Roboto, sans-serif;
}

.paragraph-7 {
  color: var(--black);
  text-align: left;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.text-block-8-tester {
  color: var(--black);
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 60px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  text-decoration: line-through;
  position: absolute;
  inset: auto 0% 20px;
}

.list-item-4, .list-item-5 {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.list-item-6 {
  color: var(--black);
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.list-item-7 {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.list-3 {
  color: var(--black);
  text-align: left;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}

.bold-text-2 {
  text-transform: none;
}

.text-block-17 {
  color: var(--titles-text-thistle-deep);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 600%;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.columns-5 {
  height: auto;
}

.button-4 {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  column-count: auto;
  background-color: #d70a21;
  border-radius: 8px;
  width: 250px;
  height: 45px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 13px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.button-4.w--current {
  text-align: center;
  height: 45px;
  padding-top: 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.text-block-18 {
  color: var(--titles-text-thistle-deep);
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  column-count: 0;
  word-break: normal;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
}

.div-block-4 {
  font-size: 0;
  line-height: 0;
}

.why-vintage {
  background-color: #ffe6e6;
  padding-top: 0;
}

.image-24 {
  margin-bottom: 10px;
}

.image-25, .image-26 {
  margin-left: auto;
  margin-right: auto;
}

.serviseflow-fig-desktop {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  margin-left: auto;
  margin-right: auto;
}

.list-4 {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.field-label-2, .field-label-3, .field-label-4 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.textarea-3, .text-field-6 {
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  place-content: start center;
  place-items: center;
}

.grid-3 {
  z-index: auto;
  grid-template-rows: auto;
  align-content: stretch;
  align-items: stretch;
  position: relative;
  bottom: auto;
}

.container-17, .container-18 {
  border: 1px solid #000;
}

.text-block-19 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.list-item-8 {
  color: var(--black);
  font-weight: 300;
}

.text-block-20 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.italic-text {
  color: var(--black);
  font-weight: 300;
}

.serviceflow-mobile {
  height: 0;
  position: relative;
  inset: 0%;
}

.serviceflow-slide1 {
  background-image: url('../images/ds-1-v2.png');
  background-position: 0 0;
  background-size: auto;
}

.serviceflow-desktop {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 10px;
}

.serviceflow-fig-mobile {
  max-width: 100%;
}

.slide-nav-3 {
  height: 0;
  overflow: hidden;
}

.serviceflow-slide3 {
  background-image: url('../images/ds-3-v2.png');
  background-position: 0 0;
  background-size: auto;
}

.serviceflow-slide2 {
  background-image: url('../images/ds-2-v2.png');
  background-position: 0 0;
  background-size: auto;
}

.why-japanese-web {
  background-color: #ffe6e6;
  margin-bottom: 0;
  padding-bottom: 0;
}

.why-japanese-mobile {
  height: 0;
  overflow: hidden;
}

.div-block-5 {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.grid-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.image-27 {
  max-width: 90%;
  max-height: 90%;
}

.image-28, .image-29, .image-30 {
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
}

.code-embed-3 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-section-top {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 0;
  overflow: hidden;
}

.content-section-top.thistle-medium {
  background-color: var(--thistle-medium);
}

.content-section-top.gray {
  background-color: #f3f3f3;
}

.div-block-6 {
  margin-top: 40px;
}

.link-3, .link-4 {
  color: #00f;
}

.content-section-bg_gray-copy {
  color: var(--titles-text-thistle-deep);
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 50px;
  overflow: hidden;
}

.content-section-bg_gray-copy.thistle-medium {
  background-color: var(--thistle-medium);
}

.content-section-bg_gray-copy.gray {
  background-color: #f3f3f3;
}

.link-5, .link-6 {
  color: #00f;
  font-weight: 400;
}

.body {
  margin-top: 40px;
}

.body-3 {
  padding-top: 100px;
}

.list-item-9, .list-item-10 {
  color: var(--black);
  font-weight: 300;
}

.link-7, .link-8, .link-9 {
  color: #00f;
  font-weight: 400;
}

.body-4 {
  padding-top: 60px;
}

.link-10, .link-11, .link-12 {
  color: #00f;
  font-weight: 400;
}

.body-5 {
  padding-top: 60px;
}

.body-6, .body-7, .body-8 {
  padding-top: 100px;
}

@media screen and (max-width: 991px) {
  .menu-button {
    float: right;
    width: 60px;
    padding-top: 51px;
  }

  .center-box {
    width: 80%;
  }

  .nav-link {
    height: 70px;
    padding-top: 20px;
  }

  .cart {
    z-index: 100;
    float: right;
  }

  .profile-image {
    min-width: 420px;
  }

  ._25-column {
    width: 35%;
  }

  .perk {
    width: 40%;
  }

  .perk.tablet-none {
    display: none;
  }

  .hero-flex, .hero-flex.vertical {
    flex-direction: column;
  }

  .hero-text-box, .text-box {
    width: 45%;
    margin-right: 5%;
  }

  .product-slider {
    width: 100%;
    height: 450px;
  }

  .product-slide {
    height: 450px;
  }

  .product-description {
    width: 100%;
    max-width: 100%;
    min-height: 430px;
    position: relative;
  }

  .checkout-form {
    justify-content: center;
  }

  .contact-info {
    width: 100%;
    margin-bottom: 40px;
  }

  .ordered-items {
    width: 100%;
  }

  .icon {
    color: var(--thistle-medium);
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .paragraph {
    margin-bottom: 5px;
    line-height: 24px;
  }

  .heading-5 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .button-2 {
    aspect-ratio: auto;
    margin-bottom: 10px;
  }

  .columns-3 {
    min-width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .container-5 {
    max-width: 100%;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .mini-paragraph {
    color: var(--text);
    font-size: 20px;
    line-height: 25px;
  }

  .center-box-top {
    width: 80%;
  }

  .container-8 {
    padding-bottom: 0;
  }

  .faq-text {
    color: var(--text);
  }

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

  .text-block-17 {
    font-size: 500%;
    line-height: 100%;
  }

  .list-4 {
    color: var(--text);
    padding-left: 20px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    justify-content: flex-end;
  }

  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .center-box {
    width: 90%;
  }

  .intro-box {
    flex-direction: column;
    display: flex;
  }

  .profile-image {
    width: 80%;
    min-width: auto;
    left: 40px;
  }

  .profile-image.left {
    left: -40px;
  }

  ._50-column, .text-block-2 {
    width: 100%;
  }

  .image {
    border-width: 10px;
  }

  ._50-column-center {
    justify-content: flex-start;
    width: 100%;
  }

  ._50-column-center.mobile-border {
    justify-content: center;
    margin-bottom: 4%;
  }

  .collection-item {
    width: 47.8%;
  }

  .perk {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 4%;
    margin-right: 0;
  }

  .perk.tablet-none {
    display: flex;
  }

  .perk-icon {
    margin-right: 0;
  }

  ._90-column {
    flex-direction: column;
    flex: 0 auto;
    width: 100%;
  }

  .footer-links {
    flex-direction: row;
    justify-content: center;
    margin-top: 4%;
    margin-left: 0%;
    display: flex;
  }

  .footer-link, .footer-link.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .social-icons {
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .go-up {
    margin-top: 15px;
  }

  .checkout-form {
    width: 100%;
  }

  .paragraph {
    font-size: 12px;
  }

  .text-block-3 {
    font-size: 8px;
    line-height: 10px;
  }

  .columns {
    flex-flow: wrap;
    width: 80%;
  }

  .flex-block-4 {
    flex-flow: column;
  }

  .container-5 {
    max-width: 100%;
  }

  .columns-4 {
    flex-flow: wrap;
  }

  .container-6 {
    width: 90%;
  }

  .navbar-no-shadow-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .image-17, .image-18, .image-19 {
    max-width: 30%;
  }

  .mini-paragraph {
    color: var(--black);
  }

  .center-box-top {
    width: 100%;
  }

  .terms-subtitle {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .terms-subtitle.faq-subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .terms-text {
    font-size: 14px;
    line-height: 17px;
  }

  .heading-14.faq-title {
    font-size: 26px;
    line-height: 30px;
  }

  .text-block-17 {
    font-size: 40px;
    line-height: 45px;
  }

  .text-block-18 {
    font-size: 45px;
    line-height: 45px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    margin-left: 2%;
  }

  .brand.w--current {
    width: 40%;
    margin-left: 7%;
  }

  .center-box {
    max-width: none;
  }

  .mini-title {
    font-size: 30px;
    line-height: 35px;
  }

  .intro-paragraph {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

  .intro-box {
    width: auto;
    margin-bottom: 9%;
    margin-right: 0%;
  }

  .profile-image {
    width: 100%;
    max-width: 440px;
    left: 0;
  }

  .profile-image.left {
    left: 0;
  }

  .collection-item {
    width: 100%;
    max-width: 360px;
    margin-bottom: 8%;
    margin-right: 0%;
  }

  .form-block {
    width: 100%;
    margin-top: 10%;
  }

  ._25-column {
    width: 100%;
    margin-right: 0%;
  }

  .text-field-2 {
    border-right-style: solid;
    border-radius: 3px;
    width: 100%;
  }

  .submit-button-2 {
    border-radius: 0;
  }

  ._90-column {
    width: 100%;
  }

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

  .footer-link {
    margin-bottom: 7%;
    margin-right: 0;
  }

  .hero-image {
    width: 100%;
    right: 0;
  }

  .hero-flex {
    flex-direction: column;
  }

  .hero-text-box, .text-box {
    width: 100%;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    position: relative;
  }

  .text-box.left {
    margin-left: 0%;
  }

  .flex-grid {
    justify-content: center;
  }

  .footer-brand {
    margin-bottom: 7%;
  }

  .product-description {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    position: relative;
  }

  .flex-column {
    flex: 0 auto;
    width: 100%;
  }

  .mini-title-copy {
    font-size: 25px;
    line-height: 24px;
  }

  .paragraph {
    text-align: left;
    letter-spacing: .5px;
    font-size: 12px;
    line-height: 20px;
  }

  .heading-5 {
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 17px;
  }

  .image-5 {
    max-width: 95%;
    max-height: 95%;
  }

  .grid {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow-wrap: normal;
    grid-template-rows: 1.5fr 1.5fr;
    place-content: space-around;
    place-items: stretch stretch;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 0;
    overflow: visible;
  }

  .text-block-3 {
    letter-spacing: 0;
    font-size: 6px;
    line-height: 8px;
  }

  .image-6 {
    max-width: 95%;
    max-height: 95%;
  }

  .image-7, .image-8 {
    max-width: 95%;
    max-height: 95%;
    overflow: clip;
  }

  .image-9 {
    max-width: 95%;
    max-height: 95%;
  }

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

  .columns-3 {
    min-width: 100%;
  }

  .heading-7 {
    letter-spacing: .5px;
    font-size: 18px;
    line-height: 20px;
  }

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

  .nav-menu-3 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .text-block-5, .text-block-6 {
    font-size: 16px;
    line-height: 18px;
  }

  .mini-paragraph {
    letter-spacing: .8px;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
  }

  .image-20 {
    max-width: 95%;
    max-height: 95%;
  }

  .image-21 {
    vertical-align: baseline;
    max-width: 95%;
    max-height: 95%;
  }

  .image-22 {
    max-width: 95%;
    max-height: 95%;
  }

  .submit-button-7 {
    text-align: center;
    vertical-align: baseline;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
  }

  .faq-title {
    font-size: 20px;
    line-height: 22px;
  }

  .faq-subtitle {
    font-size: 18px;
    line-height: 22px;
  }

  .faq-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
  }

  .bold-text {
    font-size: 18px;
    line-height: 22px;
  }

  .link-2 {
    font-size: 10px;
    font-weight: 500;
    line-height: 13px;
  }

  .heading-12 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-16 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .text-block-14 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-15 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
  }

  .text-block-16 {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
  }

  .list-item, .list-item-2 {
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
  }

  .paragraph-7 {
    font-size: 16px;
    line-height: 20px;
  }

  .list-3 {
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }

  .bold-text-2 {
    letter-spacing: .5px;
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-17 {
    font-size: 25px;
    line-height: 30px;
  }

  .button-4 {
    letter-spacing: 0;
    width: 220px;
    height: 38px;
    padding-top: 9px;
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-18 {
    font-size: 28px;
    line-height: 30px;
  }

  .serviseflow-fig-desktop {
    max-width: 60%;
  }

  .list-4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
  }

  .field-label-2, .field-label-3, .field-label-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .textarea-3 {
    line-height: 30px;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    place-items: stretch stretch;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 10px;
    line-height: 15px;
  }

  .text-block-19 {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 13px;
  }

  .list-item-8 {
    font-size: 18px;
    line-height: 22px;
  }

  .italic-text {
    font-size: 14px;
    line-height: 16px;
  }

  .serviceflow-mobile {
    background-color: #0000;
    width: auto;
    height: 200px;
    overflow: hidden;
  }

  .serviceflow-slide1 {
    background-color: #0000;
    background-image: url('../images/ds-1-v2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    border: 1px #000;
    border-bottom-width: 0;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slide-8 {
    box-sizing: border-box;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: url('../images/ds-3-v2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    background-clip: border-box;
    width: 120%;
    height: 100%;
  }

  .serviceflow-desktop {
    height: 0;
    overflow: hidden;
  }

  .serviceflow-fig-mobile {
    max-width: 80%;
  }

  .slide-nav-3 {
    height: 0%;
    overflow: hidden;
  }

  .serviceflow-slide1-copy {
    background-image: url('../images/ds-1-v2.png');
    background-position: 0 0;
    background-size: auto;
  }

  .serviceflow-slide3 {
    background-image: url('../images/ds-3-v2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .serviceflow-slide2 {
    background-image: url('../images/ds-2-v2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .right-arrow-2 {
    position: absolute;
    inset: 0% 0% 0% 75%;
  }

  .left-arrow-2 {
    position: absolute;
    left: auto;
    right: 75%;
  }

  .icon-2 {
    color: var(--price);
    border-radius: 0;
  }

  .icon-3 {
    color: var(--price);
  }

  .why-japanese-web {
    height: 0;
    overflow: hidden;
  }

  .why-japanese-mobile {
    height: auto;
    overflow: visible;
  }

  .grid-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-bottom: 0;
  }

  .image-28, .image-29, .image-30, .flex-block-6 {
    max-height: 0;
  }

  .body-2 {
    padding-top: 60px;
  }
}

#w-node-b30b699a-9dcd-f02d-11b5-00ea5378d4c7-6114f3dd {
  place-self: center;
}

#w-node-b30b699a-9dcd-f02d-11b5-00ea5378d4c8-6114f3dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b30b699a-9dcd-f02d-11b5-00ea5378d4c9-6114f3dd, #w-node-b30b699a-9dcd-f02d-11b5-00ea5378d4ca-6114f3dd, #w-node-b30b699a-9dcd-f02d-11b5-00ea5378d4d4-6114f3dd, #w-node-b30b699a-9dcd-f02d-11b5-00ea5378d4d5-6114f3dd, #w-node-b30b699a-9dcd-f02d-11b5-00ea5378d4d6-6114f3dd {
  place-self: center;
}

#w-node-b30b699a-9dcd-f02d-11b5-00ea5378d4d7-6114f3dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_02e0af4a-e46d-50e0-d1fc-b858bb802e86-6114f3dd {
  place-self: center;
}

#w-node-_02e0af4a-e46d-50e0-d1fc-b858bb802e87-6114f3dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_02e0af4a-e46d-50e0-d1fc-b858bb802e88-6114f3dd, #w-node-_02e0af4a-e46d-50e0-d1fc-b858bb802e89-6114f3dd, #w-node-_09c0ca3f-8461-d721-b59b-5fd54c22770e-6114f3dd, #w-node-_09c0ca3f-8461-d721-b59b-5fd54c22770f-6114f3dd, #w-node-_09c0ca3f-8461-d721-b59b-5fd54c227710-6114f3dd {
  place-self: center;
}

#w-node-_09c0ca3f-8461-d721-b59b-5fd54c227711-6114f3dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_81298087-aecf-996f-2335-400886a729cd-6114f462 {
  place-self: center;
}

#w-node-_81298087-aecf-996f-2335-400886a729ce-6114f462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_81298087-aecf-996f-2335-400886a729cf-6114f462, #w-node-_81298087-aecf-996f-2335-400886a729d0-6114f462, #w-node-_81298087-aecf-996f-2335-400886a729da-6114f462, #w-node-_81298087-aecf-996f-2335-400886a729db-6114f462, #w-node-_81298087-aecf-996f-2335-400886a729dc-6114f462 {
  place-self: center;
}

#w-node-_81298087-aecf-996f-2335-400886a729dd-6114f462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}


