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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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 {
    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;
}

.menu-button {
  z-index: 10;
  float: left;
  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 {
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

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

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

.content-wrapper {
  width: 100%;
  max-width: 1265px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

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

.slide-nav {
  display: none;
}

.center-box {
  width: 65%;
  max-width: 820px;
  color: var(--titles-text-thistle-deep);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  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);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
}

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

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

.button {
  border: 1px solid var(--titles-text-thistle-deep);
  min-width: 110px;
  height: 45px;
  color: var(--titles-text-thistle-deep);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 25px;
  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 {
  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 {
  transition: transform .2s;
}

.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 {
  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 {
  height: 116px;
  color: var(--bg-darker);
  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 {
  border-bottom: 4px solid var(--pink);
  color: var(--bg-darker);
}

.cart-button {
  width: 75px;
  height: 116px;
  color: var(--text);
  background-color: #0000;
  justify-content: center;
  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 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

._50-column {
  width: 50%;
}

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

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

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

.bottom-line {
  border-bottom: 1px solid var(--thistle-noble);
  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 {
  margin-top: 10px;
}

.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;
  width: 49%;
  max-width: 689px;
  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(--white);
  padding-top: 40px;
}

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

._90-column {
  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._2 {
  background-image: url('../images/cushion.jpg');
}

.hero-image._2-100 {
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  min-width: 0;
  height: auto;
  min-height: auto;
  max-height: none;
  left: -62px;
  right: auto;
}

.right-arrow {
  background-color: var(--bg-darker);
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  transition: opacity .2s;
}

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

.left-arrow {
  background-color: var(--slider-button);
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 50px;
  transition: opacity .2s;
  bottom: 0;
  right: 0;
}

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

.hero-flex {
  display: flex;
}

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

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

.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 {
  width: 55px;
  color: var(--text);
  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 {
  border-top: 4px none var(--pink);
  background-color: #fff;
  border-bottom: 1px #000;
  height: 120px;
  margin-top: 0;
  display: flex;
}

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

.hero-flex-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
}

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

.h1-white-99.white {
  color: #494141eb;
  letter-spacing: 1px;
  text-indent: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zen Antique Soft, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  display: inline;
  position: static;
}

.div-block-10000 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

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

.h1-white-copy.white {
  color: #494141eb;
  text-indent: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 68px;
}

.image-copy-copy-copy {
  border: 17px #d6bbd3;
  width: 60%;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-left: 74px;
  position: relative;
}

.content-wrapper-top-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.hero-text-box-2 {
  z-index: 0;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  max-width: none;
  height: auto;
  max-height: 452px;
  margin-top: 72px;
  margin-right: 48px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-image-copy {
  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-copy._2 {
  background-image: none;
  width: 65%;
  min-width: 0;
  height: 100%;
  min-height: 486px;
  max-height: 598px;
  margin-left: 60px;
  margin-right: 0;
  position: relative;
  right: 0;
}

.hero-image-copy._2-100-copy {
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  min-width: 0;
  height: auto;
  min-height: auto;
  max-height: none;
  left: -62px;
  right: auto;
}

.bold-text-101 {
  color: #000000db;
  justify-content: center;
  margin-top: 22px;
  line-height: 45px;
  display: flex;
  position: static;
}

.image-15 {
  width: 270px;
  max-width: none;
  margin-top: 40px;
  margin-left: -42px;
  display: inline-block;
}

.hero-section-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding-top: 42px;
  display: flex;
  position: relative;
}

.hero-flex-3 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
}

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

.h1-white-100.white {
  color: #494141eb;
  letter-spacing: 1px;
  text-indent: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zen Antique Soft, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  display: inline;
  position: static;
}

.hero-text-box-3 {
  z-index: 0;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  max-width: none;
  height: auto;
  max-height: 452px;
  margin-top: 72px;
  margin-right: 48px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-16 {
  width: 270px;
  max-width: none;
  margin-top: 40px;
  margin-left: -42px;
  display: inline-block;
}

.intro-text-box-0000-copy45 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 23px 9px;
  display: flex;
}

.image-hover-10000 {
  transition: transform .2s;
}

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

.flex-center-0000 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.relative-2 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-link-9-copy {
  color: #000000c2;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

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

.title-link-9 {
  color: #000000f5;
  letter-spacing: 1px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
}

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

.intro-paragraph-copy {
  color: #000000f5;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 23px;
  margin-bottom: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
}

.div-block-4 {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 42px;
}

.intro-box-0000 {
  background-color: #fff;
  width: 23%;
  margin-right: 0%;
}

.content-wrapper-copy1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.mini-title-66-copy-copy {
  color: #000000f5;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.top-border-0000 {
  width: 87%;
}

.top-border-0000._50-0000 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.center-box-2 {
  color: #b99bb6;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 65%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.content-section01 {
  -webkit-text-stroke-color: white;
  background-color: #fff;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.text-block-3-3333 {
  color: #000000f5;
  text-align: justify;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  line-height: 27px;
}

.bold-text-2-copy3 {
  color: #000000f5;
  letter-spacing: 2px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
  display: inline-block;
}

.div-block-6 {
  align-items: flex-end;
  margin-bottom: 18px;
  margin-left: -4%;
  display: flex;
}

.h1-white-copy1 {
  color: #000000db;
  letter-spacing: 0;
  -webkit-text-stroke-color: #cc905be6;
  margin-top: 8px;
  margin-bottom: 12px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 44px;
  line-height: 55px;
  position: relative;
}

.profile-image-1234 {
  flex: 0 auto;
  width: 38%;
  min-width: auto;
  height: auto;
  min-height: 556px;
  max-height: none;
  padding-right: 0;
  display: inline-block;
  position: relative;
  left: auto;
  right: 0;
}

.div-block-66670 {
  margin-bottom: 0;
}

.text-block-4 {
  color: #000000f5;
  letter-spacing: 1px;
  text-indent: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 33px;
}

.mini-title-66 {
  color: #000000f5;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: capitalize;
  margin-bottom: 120px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: block;
}

.flex-center-2 {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.flex-center-2.reverse {
  justify-content: center;
}

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

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

.content-section02-copy {
  background-color: #fff;
  margin-top: 5%;
  margin-bottom: 8%;
  padding-top: 5%;
  padding-bottom: 5%;
  overflow: hidden;
}

.heading-5 {
  color: #000000db;
  letter-spacing: -1px;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 13px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.content-wrapper0 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

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

.text-link-3 {
  color: #000000c2;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 2px solid #494141;
  height: 116px;
  padding-bottom: 8px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  transition: opacity .2s;
}

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

.top-border-3 {
  width: 87%;
}

.top-border-3._20 {
  color: #fff;
  width: 100%;
  margin-top: 20px;
}

.top-border-3._40 {
  margin-top: 0;
}

.top-border-3._20 {
  color: #fff;
  width: 100%;
  margin-top: 20px;
}

.image-17 {
  width: 70px;
  max-width: none;
  height: 52px;
}

.mini-title-67 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-67.white {
  color: #000000f5;
  text-align: left;
  letter-spacing: 3.1px;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  align-items: stretch;
  margin-bottom: 7.5px;
  margin-left: 3px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17.2px;
  font-weight: 600;
  display: flex;
}

.image-copy-copy {
  border: 17px #d6bbd3;
  width: 182%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-right: 0;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.h1-white-copy9 {
  color: #000000db;
  letter-spacing: 3px;
  margin-bottom: 30px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 55px;
}

.profile-image-4321 {
  text-align: left;
  flex: 0 auto;
  width: 38%;
  min-width: auto;
  height: auto;
  min-height: 556px;
  display: inline-block;
  position: relative;
  left: 0;
}

.flex-center-10000 {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-66671 {
  align-items: flex-end;
  margin-bottom: 18px;
  margin-left: -4%;
  display: flex;
}

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

.text-box-3.left {
  z-index: 1;
  -webkit-text-stroke-color: white;
  background-color: #fff;
  align-items: flex-start;
  width: 35%;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 11%;
  padding-right: 4%;
  inset: 0 auto 0 0;
}

.text-block-444 {
  color: #000000f5;
  letter-spacing: 1px;
  text-indent: 0;
  margin-bottom: 11px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 33px;
}

.content-wrapper00 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.text-link-4 {
  color: #000000c2;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 2px solid #494141;
  height: 116px;
  padding-bottom: 8px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  transition: opacity .2s;
}

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

.mini-title-68 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-68.white {
  color: #000000f5;
  text-align: left;
  letter-spacing: 3.1px;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  align-items: stretch;
  margin-bottom: 7.5px;
  margin-left: 3px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17.2px;
  font-weight: 600;
  display: flex;
}

.content-section09 {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #f7f7f7;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.content-section09.thistle-medium {
  background-color: #0000;
  margin-top: 5%;
  margin-bottom: 0;
  padding-top: 5%;
  padding-bottom: 5%;
}

.div-block-66672 {
  margin-bottom: 0;
}

.image-copy {
  border: 17px #d6bbd3;
  width: 182%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  padding-right: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-66673 {
  align-items: flex-end;
  margin-bottom: 18px;
  margin-left: -4%;
  display: flex;
}

.div-block-66674 {
  margin-bottom: 0;
}

.text-block-445 {
  color: #000000f5;
  letter-spacing: 1px;
  text-indent: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 33px;
}

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

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

.text-link-5 {
  color: #000000c2;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 2px solid #494141;
  height: 116px;
  padding-bottom: 8px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  transition: opacity .2s;
}

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

.content-section02 {
  background-color: #fff;
  margin-top: 5%;
  margin-bottom: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
  overflow: hidden;
}

.mini-title-69 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-69.white {
  color: #000000f5;
  text-align: left;
  letter-spacing: 3.1px;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  align-items: stretch;
  margin-bottom: 7.5px;
  margin-left: 3px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17.2px;
  font-weight: 600;
  display: flex;
}

.content-wrapper-66 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.relative-3 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-link-9-copy-copy {
  color: #000000c2;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

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

.mini-title-66666 {
  color: #000000f5;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: block;
}

.top-border-1111 {
  width: 87%;
}

.top-border-1111._50-1111 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 62px;
  display: flex;
}

.content-section66 {
  -webkit-text-stroke-color: white;
  background-color: #fff;
  margin-top: 160px;
  padding-top: 20px;
  padding-bottom: 75px;
  overflow: hidden;
}

.intro-text-box-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 23px 10px;
  display: flex;
}

.title-link-10 {
  color: #000000f5;
  text-align: center;
  letter-spacing: 1px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
  position: static;
}

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

.text-block-30000 {
  color: #000000f5;
  text-align: justify;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  line-height: 27px;
}

.image-hover-10001 {
  transition: transform .2s;
}

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

.intro-box-66-1111 {
  background-color: #fff;
  flex: 1;
  width: 28%;
  margin-right: 0%;
}

.flex-center-66-11111 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.content-section03 {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #4941410f;
  margin-top: 0;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.content-section03.thistle-medium {
  background-color: #0000;
  margin-top: 20px;
}

.button-2 {
  color: #3a3a3a;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #3a3a3a;
  border-radius: 10px;
  min-width: 110px;
  height: 40px;
  margin-top: 15px;
  padding-top: 12px;
  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-2:hover {
  color: #fff;
  background-color: #3a3a3a;
}

.image-18 {
  border: 17px solid #4941410f;
}

.bottom-line-2 {
  border: 1px #000;
  padding-bottom: 0;
}

._50-column-2 {
  width: 50%;
}

.paragraph {
  color: #494141;
  text-align: justify;
  letter-spacing: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
}

.text-block-30001 {
  width: 75%;
}

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

.content-wrapper-67 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.flex-3 {
  flex-wrap: wrap;
  padding-bottom: 40px;
  display: flex;
}

.mini-title-66667 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.content-section07 {
  -webkit-text-stroke-color: white;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 75px;
  display: flex;
  overflow: hidden;
}

.content-wrapper-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.mini-title-66-copy {
  color: #000000f5;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.collection-list-wrapper-102 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.flex-grid-102 {
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 78%;
  display: flex;
}

.collection-item-2 {
  text-align: left;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 5%;
  margin-left: 2.2%;
  margin-right: 2.2%;
  display: block;
}

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

.h1-white-999.white {
  color: #000000db;
  letter-spacing: 1px;
  text-indent: 0;
  margin-top: 17px;
  font-family: Zen Antique, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 51px;
}

.hero-text-box-copy-copy {
  z-index: 10;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  max-width: 440px;
  height: 480px;
  margin-top: 60px;
  margin-left: 38px;
  padding: 50px 43px 60px 60px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero-image-copy-copy-copy {
  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-copy-copy-copy._2-copy {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: auto;
  max-height: none;
  display: flex;
  position: relative;
  left: 0;
  right: auto;
}

.hero-flex-copy {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.link-block-999 {
  margin-top: 0;
  text-decoration: none;
}

.text-link-2-999 {
  color: #000000c2;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 2px solid #494141;
  height: 116px;
  padding-bottom: 8px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  transition: opacity .2s;
}

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

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

.h1-white-copy-copy.white {
  color: #494141eb;
  letter-spacing: 5px;
  text-indent: 0;
  letter-spacing: 2px;
  text-indent: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 68px;
}

.content-wrapper-top-copy-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1265px;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.top-border-999._20-999 {
  color: #fff;
  margin-top: 20px;
}

.hero-section-copy {
  background-color: #4941410f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.image-copy-copy-copy-copy-copy {
  border: 17px #d6bbd3;
  width: 818px;
  min-width: 0;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  position: relative;
}

.text-block-3-copy {
  color: #000000f5;
  text-align: justify;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 14px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  line-height: 27px;
}

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

.top-border-1112._10 {
  margin-top: 10px;
}

.text-block-8 {
  color: #494141;
  margin-top: 40px;
  font-size: 20px;
}

._49-column-3 {
  text-align: center;
  width: 100%;
  min-width: 0;
  max-width: 960px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mini-title-copy {
  color: #494141;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.content-wrapper-68 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.text-field-5 {
  border: 1px solid #ceb3cb;
  border-right-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 35%;
  height: 60px;
  padding-left: 21px;
}

.text-field-5::placeholder {
  color: #b99bb6;
  font-size: 19px;
  font-style: italic;
}

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

.form-block-3 {
  color: #fff;
  max-width: 600px;
  margin-bottom: 0;
  display: block;
}

.submit-button-7 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ceb3cb;
  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;
}

.collection-item-3 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 18px;
}

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

.collection-list-wrapper-2 {
  line-height: 55px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  max-width: 600px;
  display: flex;
}

.text-field-6 {
  width: 48%;
  padding-left: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
}

.text-field-9 {
  font-family: Zen Kaku Gothic New, sans-serif;
}

.text-field-7 {
  width: 48%;
  padding-left: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
}

.mini-title-white-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-weight: 400;
}

.form-block-4 {
  flex-direction: row;
  justify-content: space-between;
  max-width: 600px;
  display: block;
}

.textarea-3 {
  min-height: 120px;
  font-family: Zen Kaku Gothic New, sans-serif;
}

.content-section11 {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.content-section11.thistle-medium {
  background-color: #3a3a3a;
}

.content-wrapper-69 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.text-field-10 {
  width: 48%;
  padding-left: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
}

.submit-button-8 {
  color: #000;
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  min-width: 210px;
  margin-top: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  line-height: 24px;
  position: relative;
}

.form-2 {
  flex-flow: wrap;
  display: flex;
  position: static;
}

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

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

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

.social-icons-copy {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-top: 7px;
  padding-left: 15px;
  padding-right: 0;
  font-size: 24px;
  display: flex;
}

.image-11 {
  width: 69px;
  max-width: none;
  margin-top: 2px;
}

.social-icon-2 {
  background-color: #d6bbd3;
  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-2:hover {
  background-color: #ba9fb7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: 125px;
}

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

.nav-link-2 {
  color: #000000f5;
  letter-spacing: 1.5px;
  text-indent: 0;
  text-transform: capitalize;
  height: 116px;
  padding-top: 46px;
  padding-left: 12px;
  padding-right: 13px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  transition: background-color .2s;
}

.nav-link-2:hover {
  border-bottom: 4px solid #494141eb;
}

.nav-link-2.w--current {
  color: #000000f5;
  border-bottom: 4px #ff9e98;
  margin-top: 0;
  padding-left: 0;
  padding-right: 13px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.nav-link-2.w--current:hover {
  -webkit-text-stroke-color: #494141eb;
  border-bottom-style: solid;
  border-bottom-color: #494141eb;
}

.content-wrapper-10001 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 20px;
  padding-left: 14px;
  padding-right: 14px;
  display: block;
  position: relative;
}

.nav-menu-3 {
  color: #000000db;
  display: flex;
}

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

.brand-2:hover {
  opacity: .8;
}

.brand-2.w--current {
  justify-content: center;
  align-items: center;
  width: 140px;
}

.social-icon-copy {
  background-color: #d6bbd3;
  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-copy:hover {
  background-color: #ba9fb7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: 125px;
}

.social-icon-copy.twitter {
  background-color: #000000a8;
  background-image: url('../images/gorjeo-1.svg');
  background-size: 15px;
  width: 26px;
  height: 26px;
  margin-right: 0;
}

.social-icon-copy-copy {
  background-color: #d6bbd3;
  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-copy-copy:hover {
  background-color: #ba9fb7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: 125px;
}

.social-icon-copy-copy.instagram {
  background-color: #000000a8;
  background-image: url('../images/instagram-2.svg');
  background-size: 15px;
  width: 26px;
  height: 26px;
}

.nav-link-1002 {
  color: #000000f5;
  letter-spacing: 1.5px;
  text-indent: 0;
  text-transform: capitalize;
  height: 116px;
  padding-top: 46px;
  padding-left: 18px;
  padding-right: 18px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: background-color .2s;
}

.nav-link-1002:hover {
  border-bottom: 4px solid #494141eb;
}

.nav-link-1002.w--current {
  color: #000000f5;
  border-bottom: 4px #ff9e98;
  margin-top: 0;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-1002.w--current:hover {
  -webkit-text-stroke-color: #494141eb;
  border-bottom-style: solid;
  border-bottom-color: #494141eb;
}

.navbar-2-copy {
  background-color: #fff;
  border-top: 4px #fdf5ed;
  height: 120px;
  display: flex;
}

.image-19 {
  width: 69px;
  max-width: none;
  margin-top: 2px;
}

.nav-link-1003 {
  color: #000000f5;
  letter-spacing: 1.5px;
  text-indent: 0;
  text-transform: capitalize;
  height: 116px;
  padding-top: 46px;
  padding-left: 12px;
  padding-right: 13px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  transition: background-color .2s;
}

.nav-link-1003:hover {
  border-bottom: 4px solid #494141eb;
}

.nav-link-1003.w--current {
  color: #000000f5;
  border-bottom: 4px #ff9e98;
  margin-top: 0;
  padding-left: 0;
  padding-right: 13px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.nav-link-1003.w--current:hover {
  -webkit-text-stroke-color: #494141eb;
  border-bottom-style: solid;
  border-bottom-color: #494141eb;
}

.nav-menu-2-copy {
  color: #000000db;
}

.content-wrapper-copy-2 {
  width: 100%;
  max-width: 1265px;
  margin-bottom: 90px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

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

.paragraph-2-copy-copy11 {
  color: #000000f5;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  line-height: 37px;
}

.flex-3-1000 {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.honmon-copy123 {
  color: #000000c2;
  text-align: justify;
  letter-spacing: 1px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 14px;
}

.mini-title-667-copy-copy19 {
  color: #000000f5;
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
  display: block;
}

.div-block-copy12234 {
  float: none;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: block;
  position: static;
}

.bold-text-100 {
  letter-spacing: 3px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.top-border-copy09 {
  width: 100%;
  margin-bottom: 55px;
  line-height: 31px;
}

.bottom-line-copy {
  border: 1px #000;
  padding-bottom: 0;
}

.mini-title-667-copy-copy19-copy {
  color: #000000f5;
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
  display: block;
}

.slide-101 {
  position: relative;
}

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

.image-14 {
  border: 17px #4941410f;
  width: 100%;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
}

.text-block-445-copy1 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 75%;
  margin-top: 35px;
  font-size: 24px;
  line-height: 30px;
  display: block;
  position: static;
}

.image-999-copy1 {
  width: 56px;
  max-width: none;
  height: 40px;
  margin-top: 0;
  margin-left: -7%;
  margin-right: 6px;
}

.div-block-666-copy1 {
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 508px;
  margin-bottom: 12px;
  display: flex;
  position: static;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #f9a826;
  border-radius: 30px;
  min-width: 324px;
  margin-top: 30px;
  margin-bottom: 40px;
  margin-right: 0;
  padding: 20px 34px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 13px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
  position: relative;
}

.button-3:hover {
  color: #6b6b6b;
  background-color: #dbdbdb;
}

.content-section99 {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #fff;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.slide-nav-5 {
  font-size: 12px;
}

.midashi-copy123 {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 14px;
}

.slider-3-1 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.button-wrap-copy07 {
  justify-content: center;
  width: auto;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  line-height: 30px;
  display: flex;
}

.content-section03-copy {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #4941410f;
  margin-top: 60px;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.content-section03-copy.gray {
  background-color: #0000;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-section03-copy.thistle-medium-copy {
  background-color: #0000;
  margin-top: 0;
  padding-top: 50px;
}

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

.mini-title-link-2 {
  color: #000000f5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: opacity .2s;
}

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

.content-section08 {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.content-section08.thistle-medium {
  background-color: #3a3a3a;
}

.text-field-11 {
  font-family: Zen Kaku Gothic New, sans-serif;
}

.text-field-12 {
  width: 48%;
  padding-left: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
}

.mini-title-white-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-weight: 400;
}

.form-block-5 {
  flex-direction: row;
  justify-content: space-between;
  max-width: 600px;
  display: block;
}

.textarea-4 {
  min-height: 120px;
  font-family: Zen Kaku Gothic New, sans-serif;
}

.content-wrapper-10002 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.text-field-13 {
  width: 48%;
  padding-left: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
}

.submit-button-9 {
  color: #000;
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  min-width: 210px;
  margin-top: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  line-height: 24px;
  position: relative;
}

.form-3 {
  flex-flow: wrap;
  display: flex;
  position: static;
}

.perks-2 {
  background-color: #d6bbd3;
  padding-top: 35px;
  padding-bottom: 35px;
  overflow: hidden;
}

.perk-icon-2 {
  background-color: #ba9fb7;
  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-2._1 {
  background-image: url('../images/compras.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

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

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

.social-icon-3 {
  background-color: #d6bbd3;
  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-3:hover {
  background-color: #ba9fb7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: 125px;
}

.social-icon-3.twitter {
  background-color: #000000a8;
  background-image: url('../images/gorjeo-1.svg');
  background-size: 15px;
  width: 30px;
  height: 30px;
  margin-right: 0;
}

.social-icon-3.instagram {
  background-color: #000000a8;
  background-image: url('../images/instagram-2.svg');
  background-size: 15px;
  width: 30px;
  height: 30px;
}

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

.footer-2 {
  background-color: #fff;
  padding-top: 40px;
}

.footer-links-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  margin-left: 1%;
  font-family: Vollkorn, serif;
  font-size: 24px;
  font-weight: 400;
}

.footer-link-100 {
  color: #000000f5;
  margin-right: 30px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}

.footer-link-100.w--current {
  color: #000000f5;
  font-size: 12px;
}

.go-up-2 {
  background-color: #3a3a3a;
  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-2:hover {
  background-color: #494141eb;
}

.link-6 {
  text-decoration: underline;
}

.footer-link-101 {
  color: #000000f5;
  text-transform: capitalize;
  margin-right: 30px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

.footer-link-101.w--current {
  color: #000000f5;
  font-size: 11.5px;
}

.social-icons-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 25px;
  font-size: 24px;
  display: flex;
}

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

.footer-notice-box-2 {
  flex: 0 auto;
  margin-bottom: 5px;
  padding-top: 9px;
  display: block;
  position: static;
}

.text-block-6 {
  color: #494141;
  letter-spacing: 2px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
}

.image-12 {
  width: 60px;
  max-width: none;
  margin-top: 1px;
}

.footer-brand-2 {
  margin-right: 25px;
}

.footer-brand-2.w--current {
  margin-right: 25px;
  transition: opacity .2s;
}

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

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

._90-column-2 {
  flex: 1;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link-1004 {
  color: #000000f5;
  letter-spacing: 1.5px;
  text-indent: 0;
  text-transform: capitalize;
  height: 116px;
  padding-top: 46px;
  padding-left: 18px;
  padding-right: 18px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: background-color .2s;
}

.nav-link-1004:hover {
  border-bottom: 4px solid #494141eb;
}

.nav-link-1004.w--current {
  color: #000000f5;
  border-bottom: 4px #ff9e98;
  margin-top: 0;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-1004.w--current:hover {
  -webkit-text-stroke-color: #494141eb;
  border-bottom-style: solid;
  border-bottom-color: #494141eb;
}

.image-20 {
  width: 69px;
  max-width: none;
  margin-top: 2px;
}

.nav-link-1005 {
  color: #000000f5;
  letter-spacing: 1.5px;
  text-indent: 0;
  text-transform: capitalize;
  height: 116px;
  padding-top: 46px;
  padding-left: 12px;
  padding-right: 13px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  transition: background-color .2s;
}

.nav-link-1005:hover {
  border-bottom: 4px solid #494141eb;
}

.nav-link-1005.w--current {
  color: #000000f5;
  border-bottom: 4px #ff9e98;
  margin-top: 0;
  padding-left: 0;
  padding-right: 13px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.nav-link-1005.w--current:hover {
  -webkit-text-stroke-color: #494141eb;
  border-bottom-style: solid;
  border-bottom-color: #494141eb;
}

.image-21 {
  border: 17px #4941410f;
  width: 100%;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
}

.slide-nav-4 {
  font-size: 12px;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  line-height: 30px;
  display: flex;
}

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

.text-field-14 {
  font-family: Zen Kaku Gothic New, sans-serif;
}

.text-field-15 {
  width: 48%;
  padding-left: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
}

.mini-title-white-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-weight: 400;
}

.text-field-16 {
  width: 48%;
  padding-left: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
}

.submit-button-10 {
  color: #000;
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  min-width: 210px;
  margin-top: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  line-height: 24px;
  position: relative;
}

.form-4 {
  flex-flow: wrap;
  display: flex;
  position: static;
}

.perks-3 {
  background-color: #d6bbd3;
  padding-top: 35px;
  padding-bottom: 35px;
  overflow: hidden;
}

.perk-icon-3 {
  background-color: #ba9fb7;
  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-3._1 {
  background-image: url('../images/compras.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

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

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

.social-icon-4 {
  background-color: #d6bbd3;
  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-4:hover {
  background-color: #ba9fb7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: 125px;
}

.social-icon-4.twitter {
  background-color: #000000a8;
  background-image: url('../images/gorjeo-1.svg');
  background-size: 15px;
  width: 30px;
  height: 30px;
  margin-right: 0;
}

.social-icon-4.instagram {
  background-color: #000000a8;
  background-image: url('../images/instagram-2.svg');
  background-size: 15px;
  width: 30px;
  height: 30px;
}

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

.footer-link-102 {
  color: #000000f5;
  margin-right: 30px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}

.footer-link-102.w--current {
  color: #000000f5;
  font-size: 12px;
}

.go-up-3 {
  background-color: #3a3a3a;
  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-3:hover {
  background-color: #494141eb;
}

.text-block-30002 {
  color: #494141;
  letter-spacing: 2px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
}

.image-22 {
  width: 60px;
  max-width: none;
  margin-top: 1px;
}

.footer-link-103 {
  color: #000000f5;
  margin-right: 30px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}

.footer-link-103.w--current {
  color: #000000f5;
  font-size: 12px;
}

._90-column-3 {
  flex: 1;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-23 {
  width: 69px;
  max-width: none;
  margin-top: 2px;
}

.nav-link-1006 {
  color: #000000f5;
  letter-spacing: 1.5px;
  text-indent: 0;
  text-transform: capitalize;
  height: 116px;
  padding-top: 46px;
  padding-left: 12px;
  padding-right: 13px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  transition: background-color .2s;
}

.nav-link-1006:hover {
  border-bottom: 4px solid #494141eb;
}

.nav-link-1006.w--current {
  color: #000000f5;
  border-bottom: 4px #ff9e98;
  margin-top: 0;
  padding-left: 0;
  padding-right: 13px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.nav-link-1006.w--current:hover {
  -webkit-text-stroke-color: #494141eb;
  border-bottom-style: solid;
  border-bottom-color: #494141eb;
}

.content-wrapper-copy-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.image-24 {
  border: 17px #4941410f;
  width: 100%;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
}

.slide-nav-3 {
  font-size: 12px;
}

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

.text-field-17 {
  font-family: Zen Kaku Gothic New, sans-serif;
}

.text-field-18 {
  width: 48%;
  padding-left: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
}

.mini-title-white-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-weight: 400;
}

.text-field-19 {
  width: 48%;
  padding-left: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
}

.submit-button-11 {
  color: #000;
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  min-width: 210px;
  margin-top: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  line-height: 24px;
  position: relative;
}

.form-5 {
  flex-flow: wrap;
  display: flex;
  position: static;
}

.text-field-8 {
  width: 48%;
  padding-left: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
}

.perks-4 {
  background-color: #d6bbd3;
  padding-top: 35px;
  padding-bottom: 35px;
  overflow: hidden;
}

.perk-icon-4 {
  background-color: #ba9fb7;
  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-4._1 {
  background-image: url('../images/compras.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

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

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

.social-icon-5 {
  background-color: #d6bbd3;
  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-5:hover {
  background-color: #ba9fb7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: 125px;
}

.social-icon-5.twitter {
  background-color: #000000a8;
  background-image: url('../images/gorjeo-1.svg');
  background-size: 15px;
  width: 30px;
  height: 30px;
  margin-right: 0;
}

.social-icon-5.instagram {
  background-color: #000000a8;
  background-image: url('../images/instagram-2.svg');
  background-size: 15px;
  width: 30px;
  height: 30px;
}

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

.footer-link-104 {
  color: #000000f5;
  margin-right: 30px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}

.footer-link-104.w--current {
  color: #000000f5;
  font-size: 12px;
}

.footer-link-105 {
  color: #000000f5;
  margin-right: 30px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}

.footer-link-105.w--current {
  color: #000000f5;
  font-size: 12px;
}

.go-up-4 {
  background-color: #3a3a3a;
  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-4:hover {
  background-color: #494141eb;
}

.footer-link-106 {
  color: #000000f5;
  text-transform: capitalize;
  margin-right: 30px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

.footer-link-106.w--current {
  color: #000000f5;
  font-size: 12px;
}

.text-block-30003 {
  color: #494141;
  letter-spacing: 2px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
}

.image-25 {
  width: 60px;
  max-width: none;
  margin-top: 1px;
}

.navbar-2-copy-2 {
  background-color: #fff;
  border-top: 4px #fdf5ed;
  height: 120px;
  display: flex;
}

.content-wrapper-103 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

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

.brand-copy-copy:hover {
  opacity: .8;
}

.brand-copy-copy.w--current {
  justify-content: center;
  align-items: center;
}

.image-26 {
  width: 69px;
  max-width: none;
  margin-top: 2px;
}

.nav-menu-2-copy7 {
  float: right;
  color: #000000db;
}

.nav-link-100 {
  color: #000000f5;
  letter-spacing: 1.5px;
  text-indent: 0;
  text-transform: uppercase;
  height: 116px;
  padding-top: 46px;
  padding-left: 13px;
  padding-right: 13px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  transition: background-color .2s;
}

.nav-link-100:hover {
  border-bottom: 4px solid #494141eb;
}

.nav-link-100.w--current {
  color: #000000f5;
  border-bottom: 4px #ff9e98;
  margin-top: 0;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.nav-link-100.w--current:hover {
  -webkit-text-stroke-color: #494141eb;
  border-bottom-style: solid;
  border-bottom-color: #494141eb;
}

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

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

.image-copy-copy-copy-copy {
  border: 17px #d6bbd3;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  position: relative;
}

.hero-flex-100 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.right-arrow-2 {
  background-color: #b08ead;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  transition: opacity .2s;
}

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

.mini-title-66-100 {
  color: #000000f5;
  text-align: center;
  letter-spacing: 3px;
  text-transform: capitalize;
  flex: 0 auto;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -10%;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 21px;
  font-weight: 400;
  display: block;
  position: relative;
}

.image-15-100 {
  width: 280px;
  max-width: none;
  margin-top: 45px;
  margin-bottom: 16px;
  margin-left: 6%;
  display: inline-block;
}

.left-arrow-2 {
  background-color: #a78ba4;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 50px;
  transition: opacity .2s;
  bottom: 0;
  right: 0;
}

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

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

.h1-white-999-100-copy.white-100-copy {
  color: #000000db;
  letter-spacing: 2px;
  text-indent: 0;
  width: 100%;
  margin: 10px 0% 0 7%;
  font-family: Zen Antique, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 42px;
  position: relative;
}

.content-wrapper-top-100 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1265px;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.div-block-100 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-top: 8px;
  display: flex;
}

.hero-section-100 {
  background-color: #4941410f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-top: 0;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.hero-text-box-100 {
  z-index: 10;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 440px;
  max-width: none;
  height: 479px;
  margin-top: 50px;
  padding: 100px 34px 180px 60px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.intro-text-box-102-copy1234 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 33px 12px 23px;
  display: flex;
}

.text-block-102 {
  color: #000000f5;
  text-align: justify;
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 12px;
  line-height: 30px;
}

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

.intro-box-102 {
  background-color: #fff;
  width: 30.3%;
  margin-right: 3%;
}

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

.flex-center-102 {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 65px;
  display: flex;
}

.div-block-66676 {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 42px;
}

.content-wrapper-102 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.title-link-9-102 {
  color: #000000c2;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

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

.bold-text-2 {
  color: #000000f5;
  letter-spacing: 2px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
  display: inline-block;
}

.content-section100-copy34 {
  -webkit-text-stroke-color: white;
  background-color: #fff;
  margin-top: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.image-102 {
  transition: transform .2s;
}

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

.mini-title-66-copy-copy12 {
  color: #000000f5;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.title-link-102-copy09 {
  color: #000000f5;
  letter-spacing: 1px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
  position: static;
}

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

.top-border-102-copy6._50-102-copy6 {
  margin-top: 85px;
}

.intro-paragraph-2 {
  color: #000000f5;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 23px;
  margin-bottom: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
}

.center-box-102-copy12 {
  color: #b99bb6;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 65%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.profile-image-4322 {
  flex: 1;
  width: 44%;
  min-width: auto;
  height: 561px;
  display: inline-block;
  position: relative;
  left: 0;
}

.div-block-66667 {
  margin-top: 15px;
}

.flex-4 {
  flex-wrap: wrap;
  padding-bottom: 40px;
  display: flex;
}

._50-column-3 {
  width: 50%;
}

.div-block-102-7777 {
  align-items: flex-end;
  margin-bottom: 32px;
  margin-left: -6%;
  display: flex;
}

.image-1000 {
  border: 17px solid #0000;
}

.image-9876 {
  border: 17px #d6bbd3;
  width: 70%;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.h1-white-1000 {
  color: #000000db;
  letter-spacing: 2px;
  margin-top: 2px;
  margin-bottom: 34px;
  margin-left: 6px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 55px;
}

.image-100 {
  width: 78px;
  max-width: none;
  height: 58px;
  margin-bottom: -4px;
}

.h1-white-101 {
  color: #000000db;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 55px;
}

.paragraph-4 {
  color: #000000f5;
  text-align: justify;
  letter-spacing: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
}

.text-block-447 {
  width: 75%;
}

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

.text-box-102-copy5 {
  z-index: 1;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  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-102-copy5.left-102-copy5 {
  z-index: 1;
  -webkit-text-stroke-color: white;
  background-color: #fff;
  width: 386px;
  max-width: none;
  margin-left: 10%;
  margin-right: 10%;
  padding-right: 0%;
  inset: 0 auto 0 0;
}

.mini-title-100-98 {
  color: #000000f5;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 22px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-6666-copy66 {
  color: #000000f5;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: capitalize;
  margin-bottom: 120px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: block;
}

.button-2-100 {
  color: #000000c2;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #3a3a3a;
  border-radius: 10px;
  min-width: 110px;
  height: 40px;
  margin-top: 15px;
  padding-top: 12px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 15px;
  transition: background-color .2s, color .2s;
}

.button-2-100:hover {
  color: #fff;
  background-color: #3a3a3a;
}

.link-3 {
  color: #000000f5;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  line-height: 30px;
  text-decoration: underline;
}

.content-section1000 {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #f7f7f7;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.content-section1000.thistle-medium-1000 {
  background-color: #4941410f;
  margin-bottom: 0;
  padding-top: 110px;
  display: block;
}

.content-wrapper-67-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-top: 200px;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.mini-title-66668 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-66668.white {
  color: #000000f5;
  text-align: left;
  letter-spacing: 3.1px;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  align-items: stretch;
  margin-bottom: 7.5px;
  margin-left: 3px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17.2px;
  font-weight: 600;
  display: flex;
}

.text-link-2-8888 {
  color: #000000c2;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 2px solid #494141;
  height: 116px;
  padding-bottom: 8px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  transition: opacity .2s;
}

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

.top-border-copy {
  width: 100%;
}

.mini-title-102 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-102.white-102 {
  color: #000000f5;
  text-align: left;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.profile-image-4323 {
  flex: 1;
  width: 44%;
  min-width: auto;
  height: 561px;
  display: inline-block;
  position: relative;
  left: 0;
}

.div-block-66677 {
  margin-top: 15px;
}

.flex-5 {
  flex-wrap: wrap;
  padding-bottom: 40px;
  display: flex;
}

._50-column-4 {
  width: 50%;
}

.image-9877 {
  border: 17px solid #0000;
}

.image-9878 {
  border: 17px #d6bbd3;
  width: 70%;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-9879 {
  width: 78px;
  max-width: none;
  height: 58px;
  margin-bottom: -4px;
}

.h1-white-1001 {
  color: #000000db;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 55px;
}

.text-block-30004 {
  width: 75%;
}

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

.link-7 {
  color: #000000f5;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  line-height: 30px;
  text-decoration: underline;
}

.mini-title-66669 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-66669.white {
  color: #000000f5;
  text-align: left;
  letter-spacing: 3.1px;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  align-items: stretch;
  margin-bottom: 7.5px;
  margin-left: 3px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17.2px;
  font-weight: 600;
  display: flex;
}

.mini-title-100-98-copy1 {
  color: #000000f5;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 22px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-66670 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-66670.white-102 {
  color: #000000f5;
  text-align: left;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.profile-image-4324 {
  flex: 1;
  width: 44%;
  min-width: auto;
  height: 561px;
  display: inline-block;
  position: relative;
  left: 0;
}

.flex-6 {
  flex-wrap: wrap;
  padding-bottom: 40px;
  display: flex;
}

._50-column-5 {
  width: 50%;
}

.image-9880 {
  border: 17px solid #0000;
}

.image-9881 {
  border: 17px #d6bbd3;
  width: 70%;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.content-wrapper-67-9999 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-top: 200px;
  margin-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.image-9882 {
  width: 78px;
  max-width: none;
  height: 58px;
  margin-bottom: -4px;
}

.content-section1000-copy3 {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #f7f7f7;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.content-section1000-copy3.thistle-medium-1000-copy3 {
  background-color: #4941410f;
  margin-bottom: 0;
  padding-top: 110px;
}

.h1-white-1002 {
  color: #000000db;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 55px;
}

.text-block-30005 {
  width: 75%;
}

.mini-title-66671 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-66671.white {
  color: #000000f5;
  text-align: left;
  letter-spacing: 3.1px;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  align-items: stretch;
  margin-bottom: 7.5px;
  margin-left: 3px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17.2px;
  font-weight: 600;
  display: flex;
}

.mini-title-66672 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-66672.white-102 {
  color: #000000f5;
  text-align: left;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.mini-title-66-10000 {
  color: #000000f5;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.relative-103 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-link-9-1000 {
  color: #000000c2;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

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

.intro-text-box-4444-copy1 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 23px 6px;
  display: flex;
}

.content-section101 {
  -webkit-text-stroke-color: white;
  background-color: #fff;
  margin-top: 90px;
  padding-top: 20px;
  padding-bottom: 75px;
  overflow: hidden;
}

.intro-box-101-copy1 {
  background-color: #fff;
  flex: 1;
  width: 100%;
}

.flex-center-101-copy1 {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  display: grid;
}

.div-block-66678 {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 42px;
}

.text-block-3-7777 {
  color: #000000f5;
  text-align: justify;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
  line-height: 29px;
}

.title-link-11 {
  color: #000000f5;
  text-align: center;
  letter-spacing: 1px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
  position: static;
}

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

.bold-text-2-copy {
  color: #000000f5;
  letter-spacing: 2px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
  display: inline-block;
}

.title-link-9-1000-copy4 {
  color: #000000c2;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.title-link-9-1000-copy4:hover {
  opacity: .8;
}

.image-hover-copy {
  max-width: 100%;
  transition: transform .2s;
  position: static;
}

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

.center-box-3 {
  color: #b99bb6;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 65%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.intro-paragraph-copy12 {
  color: #000000f5;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 23px;
  margin-bottom: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
}

.content-wrapper-101 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.intro-box-101 {
  background-color: #fff;
  flex: 1;
  width: 100%;
}

.top-border-101._50-101 {
  margin-top: 62px;
}

.text-field-20, .text-field-5-copy {
  width: 48%;
  padding-left: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
}

.text-field-21 {
  font-family: Zen Kaku Gothic New, sans-serif;
}

.text-field-22 {
  width: 48%;
  padding-left: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
}

.mini-title-white-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-weight: 400;
}

.content-section11-copy1 {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.content-section11-copy1.thistle-medium-copy1 {
  background-color: #3a3a3a;
}

.submit-button-12 {
  color: #000;
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  min-width: 210px;
  margin-top: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  line-height: 24px;
  position: relative;
}

.content-wrapper-66666 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.div-block-66669 {
  flex: 0 auto;
}

.form-6 {
  flex-flow: wrap;
  display: flex;
  position: static;
}

.text-field-23 {
  width: 48%;
  padding-left: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
}

.button-4 {
  color: #3a3a3a;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #3a3a3a;
  border-radius: 10px;
  min-width: 110px;
  height: 40px;
  margin-top: 15px;
  padding-top: 12px;
  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-4:hover {
  color: #fff;
  background-color: #3a3a3a;
}

.image-9883 {
  border: 17px solid #4941410f;
}

.paragraph-5 {
  color: #494141;
  text-align: justify;
  letter-spacing: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
}

.text-block-30006 {
  width: 75%;
}

.flex-7 {
  flex-wrap: wrap;
  padding-bottom: 40px;
  display: flex;
}

.mini-title-66673 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.content-wrapper-copy-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.collection-list-wrapper-3 {
  display: block;
}

.flex-grid-103 {
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 50%;
  display: flex;
}

.collection-item-4 {
  text-align: left;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 5%;
  margin-left: 2.2%;
  margin-right: 2.2%;
  display: block;
}

.container-4-copy {
  padding-left: 167px;
  padding-right: 167px;
}

.mini-title-101 {
  color: #494141;
  text-align: left;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.div-block-101 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.midashi-2 {
  color: #b0b0b0;
  width: 126px;
  margin-bottom: 10px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 14px;
}

.honmon-2 {
  letter-spacing: 1px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 14px;
  display: block;
}

.div-block-400 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: flex;
}

.link-2 {
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.social-icon-6 {
  background-color: #d6bbd3;
  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-6:hover {
  background-color: #ba9fb7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: 125px;
}

.social-icon-6.twitter {
  background-color: #000000a8;
  background-image: url('../images/gorjeo-1.svg');
  background-size: 15px;
  width: 30px;
  height: 30px;
  margin-right: 0;
}

.social-icon-6.instagram {
  background-color: #000000a8;
  background-image: url('../images/instagram-2.svg');
  background-size: 15px;
  width: 30px;
  height: 30px;
}

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

.go-up-5 {
  background-color: #3a3a3a;
  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-5:hover {
  background-color: #494141eb;
}

.footer-link-107 {
  color: #000000f5;
  text-transform: capitalize;
  margin-right: 30px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

.footer-link-107.w--current {
  color: #000000f5;
  font-size: 11.5px;
}

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

.text-block-30007 {
  color: #494141;
  letter-spacing: 2px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
}

.image-9884 {
  width: 60px;
  max-width: none;
  margin-top: 1px;
}

.image-14-copy {
  border: 17px #4941410f;
  width: 100%;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
}

.top-border-copy-4 {
  width: 87%;
}

.top-border-copy-4._40-copy {
  margin-top: 0;
}

.text-block-445-copy {
  color: #000000f5;
  letter-spacing: 1px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 75%;
  margin-top: 45px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  line-height: 37px;
  display: flex;
  position: static;
}

.top-border-copy-copy {
  color: #b0b0b0;
  text-align: center;
  letter-spacing: 0;
  font-family: Vollkorn, serif;
  font-size: 16px;
  line-height: 34px;
}

.content-section99-copy-copy {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 75px;
  position: relative;
  overflow: hidden;
}

.paragraph-2-copy-copy-copy4 {
  color: #000000f5;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  line-height: 37px;
}

.top-border-copy-copy1 {
  color: #000000f5;
  letter-spacing: 1px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  line-height: 37px;
}

.flex-center-copy-2 {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.text-block-445-spp {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  display: flex;
  position: static;
}

.mini-title-667-copy {
  color: #000000f5;
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
  display: block;
}

.flex-3-copy {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.paragraph-2-copy-copy-copy {
  color: #b0b0b0;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 16px;
  line-height: 34px;
}

.content-section03-copy-copy {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #4941410f;
  margin-top: 60px;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.content-section03-copy-copy.gray {
  background-color: #0000;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.mini-title-link-copyaxa {
  box-sizing: border-box;
  float: none;
  color: #000000f5;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  vertical-align: baseline;
  margin: 40px auto 60px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: opacity .2s;
  display: block;
  position: static;
}

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

.mini-title-link-copyaxa.w--current {
  min-width: 200px;
  max-width: 200px;
  margin-bottom: 60px;
}

.social-icon-7 {
  background-color: #d6bbd3;
  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-7:hover {
  background-color: #ba9fb7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: 125px;
}

.social-icon-7.twitter {
  background-color: #000000a8;
  background-image: url('../images/gorjeo-1.svg');
  background-size: 15px;
  width: 30px;
  height: 30px;
  margin-right: 0;
}

.social-icon-7.instagram {
  background-color: #000000a8;
  background-image: url('../images/instagram-2.svg');
  background-size: 15px;
  width: 30px;
  height: 30px;
}

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

.go-up-6 {
  background-color: #3a3a3a;
  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-6:hover {
  background-color: #494141eb;
}

.footer-link-108 {
  color: #000000f5;
  text-transform: capitalize;
  margin-right: 30px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

.footer-link-108.w--current {
  color: #000000f5;
  font-size: 12px;
}

.text-block-30008 {
  color: #494141;
  letter-spacing: 2px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
}

.products-details-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: space-around;
  padding-top: 0;
  display: flex;
}

.div-block-2 {
  text-align: left;
  flex: 1;
  display: block;
  position: relative;
}

.price-2 {
  color: #b0b0b0;
  text-align: left;
  margin-right: 4%;
  font-family: Vollkorn, serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.link-8 {
  color: #000000f5;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0%;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14.5px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: block;
  position: relative;
}

.content-wrapper-copy-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.hero-flex-101 {
  display: flex;
}

.content-wrapper-top {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

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

.h1-white-1003.white {
  color: #494141eb;
  letter-spacing: 1px;
  text-indent: 0;
  margin-top: 17px;
  font-family: Zen Antique, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 65px;
}

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

.div-block-3 {
  margin-left: 5px;
}

.image-copy-copy-copy-2 {
  border: 17px #d6bbd3;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 100%;
  min-height: 486px;
  max-height: 598px;
}

.left-arrow-3 {
  background-color: #a78ba4;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 50px;
  transition: opacity .2s;
  bottom: 0;
  right: 0;
}

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

.hero-section-101 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.hero-text-box-101 {
  z-index: 10;
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  max-width: 440px;
  height: 450px;
  margin-top: 60px;
  padding-left: 40px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

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

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

.text-block-3 {
  color: #494141;
  text-align: justify;
  letter-spacing: 1px;
  margin-top: 15px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 12px;
  line-height: 29px;
}

.text-block-5 {
  color: #494141;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 13px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-weight: 400;
}

.content-section01-2 {
  -webkit-text-stroke-color: white;
  background-color: #fff;
  padding-top: 3px;
  padding-bottom: 120px;
  overflow: hidden;
}

.bold-text-99 {
  color: #363131;
  letter-spacing: 2px;
  padding-left: 18px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
  display: inline-block;
}

.intro-paragraph-99 {
  color: #363131;
  letter-spacing: 2px;
  text-transform: none;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
}

.title-link-12 {
  color: #494141;
  letter-spacing: .5px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
}

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

.intro-text-box-3 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 12px 23px;
  display: flex;
}

.flex-center-10001 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.bold-text-102 {
  color: #363131;
  letter-spacing: 3px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 38px;
  display: inline-block;
}

.intro-paragraph-100 {
  color: #363131;
  letter-spacing: 3px;
  text-transform: none;
  margin-top: 23px;
  margin-bottom: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 39px;
}

.image-hover-10002 {
  transition: transform .2s;
}

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

.content-wrapper-100 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.title-link-9-copy-2 {
  color: #494141eb;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 21px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.title-link-9-copy-2:hover {
  opacity: .8;
}

.text-link-6 {
  color: #494141;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 1px solid #494141;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  transition: opacity .2s;
}

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

.text-link-6.w--current {
  font-size: 12.5px;
}

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

.center-box-4 {
  color: #b99bb6;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 65%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.top-border-1113._50 {
  margin-top: 70px;
}

.top-border-1113._5 {
  text-align: left;
  margin-top: 19px;
}

.div-block-66679 {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 42px;
}

.intro-box-103 {
  background-color: #fff;
  width: 30%;
  margin-right: 3%;
}

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

.content-section15 {
  -webkit-text-stroke-color: white;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
  overflow: hidden;
}

.content-wrapper-107 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.center-box-5 {
  color: #b99bb6;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 65%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.mini-title-111 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-111.white {
  color: #494141;
  text-align: center;
  letter-spacing: 1.5px;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  margin-bottom: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.h1-white-000 {
  color: #494141eb;
  letter-spacing: 2.5px;
  text-transform: none;
  margin-top: 5px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 55px;
}

.content-section02-2 {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

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

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

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

.text-box-5 {
  z-index: 1;
  background-color: #fff;
  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;
}

.content-wrapper0-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.image-copy-copy-2 {
  border: 17px #d6bbd3;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 675px;
  min-height: 0;
}

.profile-image-4325 {
  width: 44%;
  min-width: 540px;
  height: 675px;
  display: inline-block;
  position: relative;
  left: 135px;
}

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

.h1-white-copy1-2 {
  color: #494141eb;
  letter-spacing: 0;
  -webkit-text-stroke-color: #cc905be6;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 44px;
  line-height: 55px;
}

.top-border-1114._20 {
  color: #fff;
  text-align: center;
  min-width: auto;
  max-width: none;
  margin-top: 20px;
}

.text-block-30009 {
  color: #494141;
  letter-spacing: 2px;
  text-indent: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}

.mini-title-66674 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-66674.white {
  color: #494141;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  margin-bottom: 25px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.image-copy-copy-6 {
  border: 17px #d6bbd3;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 675px;
  min-height: 0;
}

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

.content-section02-copy-2 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
}

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

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

.text-block-4-copy {
  color: #494141;
  text-align: center;
  letter-spacing: 3px;
  text-indent: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 37px;
}

.text-box-copy-copy-cp {
  z-index: 1;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34%;
  max-width: 440px;
  height: 490px;
  margin-top: 90px;
  margin-right: 10%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.flex-center-copy-3 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.flex-center-copy-3.reverse-copy {
  background-color: #0000;
}

.content-wrapper0-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.top-border-1115._20 {
  color: #fff;
  text-align: center;
  min-width: auto;
  max-width: none;
  margin-top: 20px;
}

.div-block-66680 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.mini-title-66675 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-66675.white {
  color: #494141;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  margin-bottom: 25px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.image-15-copy {
  width: 272px;
  max-width: none;
  margin-top: 18px;
  margin-bottom: 25px;
  margin-left: -3%;
  display: inline-block;
}

.div-block-66672-100 {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 18px;
  margin-left: 0%;
  display: flex;
}

.image-9885 {
  width: 70px;
  max-width: none;
  height: auto;
}

.mini-title-113-copy-copy {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-113-copy-copy.white-copy-copy {
  color: #494141;
  text-align: left;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  align-items: stretch;
  margin-bottom: 7.5px;
  margin-left: 10px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: flex;
}

.image-17-copy {
  width: 48px;
  max-width: none;
  height: auto;
}

.button-5 {
  color: #3a3a3a;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #3a3a3a;
  border-radius: 10px;
  min-width: 110px;
  height: 40px;
  margin-top: 15px;
  padding-top: 12px;
  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-5:hover {
  color: #fff;
  background-color: #3a3a3a;
}

.paragraph-6 {
  color: #494141;
  text-align: justify;
  letter-spacing: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
  line-height: 32px;
}

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

.mini-title-116 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-116.white {
  color: #000000f5;
  text-align: left;
  letter-spacing: 3.1px;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  align-items: stretch;
  margin-bottom: 3px;
  margin-left: 2px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17.2px;
  font-weight: 600;
  display: flex;
}

.flex-8 {
  flex-wrap: wrap;
  padding-bottom: 80px;
  display: flex;
}

.bottom-line-3 {
  background-color: #4a424200;
  border: 1px #000;
  padding-bottom: 0;
}

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

.text-block-2-copy {
  width: 75%;
}

.mini-title-117 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-117.white {
  color: #000000f5;
  text-align: left;
  letter-spacing: 3.1px;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  align-items: stretch;
  margin-bottom: 3px;
  margin-left: 2px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17.2px;
  font-weight: 600;
  display: flex;
}

.text-block-30010 {
  width: 75%;
}

.mini-title-113 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-113.white {
  color: #000000f5;
  text-align: left;
  letter-spacing: 3.1px;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  align-items: stretch;
  margin-bottom: 3px;
  margin-left: 2px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17.2px;
  font-weight: 600;
  display: flex;
}

.div-block-66681 {
  align-items: flex-end;
  margin-bottom: 22px;
  margin-left: -4%;
  display: flex;
}

.content-section03-2 {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #4941410f;
  margin-top: 60px;
  padding-top: 75px;
  padding-bottom: 75px;
  display: block;
  overflow: hidden;
}

.content-section03-2.thistle-medium {
  background-color: #0000;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.top-border-1116._20 {
  color: #fff;
  text-align: center;
  min-width: auto;
  max-width: none;
  margin-top: 20px;
}

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

._89 {
  flex-wrap: wrap;
  padding-bottom: 80px;
  display: flex;
}

.image-9886 {
  border: 17px solid #fff;
}

.content-wrapper-66667 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.mini-title-1000 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 14px;
  padding-top: 0;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-66676 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.heading-6 {
  letter-spacing: 1px;
  margin-top: 22px;
  margin-bottom: 50px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 50px;
}

.hero-flex-102 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.image-copy-copy-copy-copy-2 {
  border: 17px #d6bbd3;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  position: relative;
}

.text-box-copy-copy {
  z-index: 1;
  background-color: #fff;
  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-copy-copy.left-copy-copy {
  z-index: 1;
  -webkit-text-stroke-color: white;
  background-color: #fff;
  justify-content: center;
  width: 38%;
  margin-top: 40px;
  margin-left: 5%;
  margin-right: 10%;
  padding-left: 0%;
  padding-right: 0%;
  inset: 0 auto 0 0;
}

.hero-section-102 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 75px;
  display: flex;
  position: relative;
}

.content-wrapper-top-101 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1265px;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.left-arrow-4 {
  background-color: #a78ba4;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 50px;
  transition: opacity .2s;
  bottom: 0;
  right: 0;
}

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

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

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

.text-block-444-copy {
  color: #494141;
  letter-spacing: 2px;
  text-indent: 0;
  margin-bottom: 21px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}

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

.mini-title-66677 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-66677.white {
  color: #494141;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  margin-bottom: 25px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.content-section15-copy11 {
  -webkit-text-stroke-color: white;
  background-color: #fff;
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 10px;
  overflow: hidden;
}

.content-wrapper-copy0 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.center-box-6 {
  color: #b99bb6;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 65%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.mini-title-66678 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-66678.white {
  color: #494141;
  text-align: center;
  letter-spacing: 1.5px;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  margin-bottom: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.h1-white-1004 {
  color: #494141eb;
  letter-spacing: 2.5px;
  text-transform: none;
  margin-top: 5px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 55px;
}

.text-box-copy-copy-copy {
  z-index: 1;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  width: 39%;
  max-width: 440px;
  height: 490px;
  margin-top: 90px;
  margin-right: 10%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.image-15-copy-copy {
  width: 365px;
  max-width: none;
  margin-top: 5px;
  margin-bottom: 20px;
  margin-left: -2%;
  display: inline-block;
}

.div-block-66676-copy {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.top-border-1117._20 {
  color: #fff;
  text-align: center;
  min-width: auto;
  max-width: none;
  margin-top: 20px;
}

.text-block-30011 {
  color: #494141;
  letter-spacing: 2px;
  text-indent: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}

.mini-title-66679 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-66679.white {
  color: #494141;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  margin-bottom: 25px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.content-section101-2 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 100px;
  overflow: hidden;
}

.text-block-30012 {
  color: #494141;
  letter-spacing: 1px;
  text-indent: 0;
  margin-bottom: 21px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 33px;
}

.text-box-6 {
  z-index: 1;
  background-color: #fff;
  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-6.left {
  z-index: 1;
  -webkit-text-stroke-color: white;
  background-color: #fff;
  width: 35%;
  margin-left: 10%;
  margin-right: 10%;
  padding-right: 4%;
  inset: 0 auto 0 0;
}

.image-copy-2 {
  border: 17px #d6bbd3;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 675px;
  min-height: 0;
  padding-right: 0;
}

.top-border-1118._20 {
  color: #fff;
  text-align: center;
  min-width: auto;
  max-width: none;
  margin-top: 20px;
}

.h1-white-1005 {
  color: #494141eb;
  letter-spacing: 2px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.mini-title-66680 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-66680.white {
  color: #494141;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  margin-bottom: 25px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.heading-7 {
  letter-spacing: 1px;
  margin-top: 22px;
  margin-bottom: 50px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 50px;
}

.hero-section-103 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-top: 0;
  padding-top: 25px;
  display: flex;
  position: relative;
}

.hero-flex-103 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.image-copy-copy-copy-copy-3 {
  border: 17px #d6bbd3;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  position: relative;
}

.left-arrow-5 {
  background-color: #a78ba4;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 50px;
  transition: opacity .2s;
  bottom: 0;
  right: 0;
}

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

.text-box-copy {
  z-index: 1;
  background-color: #fff;
  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-copy.left-copy {
  z-index: 1;
  -webkit-text-stroke-color: white;
  background-color: #fff;
  justify-content: center;
  width: 36%;
  margin-top: 40px;
  margin-left: 5%;
  margin-right: 10%;
  padding-left: 0%;
  padding-right: 0%;
  inset: 0 auto 0 0;
}

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

.top-border-copy-6._20-copy {
  color: #fff;
  text-align: left;
  min-width: auto;
  max-width: none;
  margin-top: 20px;
}

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

.mini-title-66681 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-66681.white {
  color: #494141;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  margin-bottom: 25px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.content-wrapper-top-100-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1265px;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.div-block-66672-copy {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 18px;
  margin-left: 0%;
  display: flex;
}

.mini-title-113-copy {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-113-copy.white-copy {
  color: #494141;
  text-align: left;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  align-items: stretch;
  margin-bottom: 7.5px;
  margin-left: 10px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: flex;
}

.mini-title-113-copy.white {
  color: #000000f5;
  text-align: left;
  letter-spacing: 3.1px;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  text-align: left;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  align-items: stretch;
  margin-bottom: 5px;
  margin-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17.2px;
  font-weight: 600;
  display: flex;
}

.button-6 {
  color: #3a3a3a;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #3a3a3a;
  border-radius: 10px;
  min-width: 110px;
  height: 40px;
  margin-top: 15px;
  padding-top: 12px;
  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-6:hover {
  color: #fff;
  background-color: #3a3a3a;
}

.flex-9 {
  flex-wrap: wrap;
  padding-bottom: 80px;
  display: flex;
}

.bottom-line-4 {
  background-color: #4a424200;
  border: 1px #000;
  padding-bottom: 0;
}

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

.mini-title-109 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.div-block-66672-copy-copy {
  align-items: flex-end;
  margin-bottom: 18px;
  margin-left: 0%;
  display: flex;
}

.div-block-66684 {
  align-items: flex-end;
  margin-bottom: 18px;
  margin-left: -4%;
  display: flex;
}

.mini-title-66682 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-66682.white {
  color: #000000f5;
  text-align: left;
  letter-spacing: 3.1px;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  align-items: stretch;
  margin-bottom: 3px;
  margin-left: 2px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17.2px;
  font-weight: 600;
  display: flex;
}

.text-block-30013 {
  width: 75%;
}

.content-wrapper-221 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.bottom-line-copy-2 {
  background-color: #4a424200;
  border: 1px #000;
  padding-bottom: 0;
}

.flex-copy {
  flex-wrap: wrap;
  padding-bottom: 55px;
  display: flex;
}

.image-copy1 {
  text-align: left;
  border: 17px solid #fff;
  max-width: 93%;
}

.paragraph-copy {
  color: #494141;
  text-align: justify;
  letter-spacing: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
  line-height: 33px;
}

.top-border-1119._20 {
  color: #fff;
  text-align: center;
  min-width: auto;
  max-width: none;
  margin-top: 20px;
}

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

.image-9887 {
  border: 17px solid #fff;
}

.mini-title-66683 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.text-block-30014 {
  color: #494141;
  letter-spacing: 1px;
  text-indent: 0;
  margin-bottom: 21px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 33px;
}

.content-section05 {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.text-box-7 {
  z-index: 1;
  background-color: #fff;
  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;
}

.top-border-1120._20 {
  color: #fff;
  text-align: center;
  min-width: auto;
  max-width: none;
  margin-top: 20px;
}

.h1-white-1006 {
  color: #494141eb;
  letter-spacing: 2px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.image-copy-copy-7 {
  border: 17px #d6bbd3;
  width: 8%;
  min-width: 540px;
  max-width: none;
  height: 675px;
}

.mini-title-66684 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-66684.white {
  color: #494141;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  margin-bottom: 25px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.text-block-30015 {
  color: #494141;
  letter-spacing: 1px;
  text-indent: 0;
  margin-bottom: 21px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 33px;
}

.text-box-8 {
  z-index: 1;
  background-color: #fff;
  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-8.left {
  z-index: 1;
  -webkit-text-stroke-color: white;
  background-color: #fff;
  width: 35%;
  margin-left: 10%;
  margin-right: 10%;
  padding-right: 4%;
  inset: 0 auto 0 0;
}

.image-copy-3 {
  border: 17px #d6bbd3;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 675px;
  min-height: 0;
  padding-right: 0;
}

.top-border-1121._20 {
  color: #fff;
  text-align: center;
  min-width: auto;
  max-width: none;
  margin-top: 20px;
}

.h1-white-1007 {
  color: #494141eb;
  letter-spacing: 2px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.mini-title-66685 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-66685.white {
  color: #494141;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  margin-bottom: 25px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.content-section15-copy {
  -webkit-text-stroke-color: white;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.content-wrapper-copy000 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.center-box-7 {
  color: #b99bb6;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 65%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.mini-title-66686 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-66686.white {
  color: #494141;
  text-align: center;
  letter-spacing: 1.5px;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  margin-bottom: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.h1-white-1008 {
  color: #494141eb;
  letter-spacing: 2.5px;
  text-transform: none;
  margin-top: 5px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 55px;
}

.content-section09-copy {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #f7f7f7;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.content-section09-copy.thistle-medium-copy {
  background-color: #0000;
  margin-bottom: 100px;
  padding-top: 60px;
  padding-bottom: 80px;
}

.div-block-66685 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-15-copy-copy-copy {
  width: 194px;
  max-width: none;
  margin-top: 2px;
  margin-bottom: 5px;
  margin-left: 10%;
  display: inline-block;
}

.flex-center-copy4 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.top-border-1122._20 {
  color: #fff;
  text-align: center;
  min-width: auto;
  max-width: none;
  margin-top: 20px;
}

.text-box-copy3 {
  z-index: 1;
  background-color: #fff;
  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-copy3.left-copy1 {
  z-index: 1;
  -webkit-text-stroke-color: white;
  background-color: #fff;
  width: 35%;
  margin-left: 10%;
  margin-right: 10%;
  padding-right: 4%;
  inset: 0 auto 0 0;
}

.h1-white-1009 {
  color: #494141eb;
  letter-spacing: 2px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.text-block-30016 {
  color: #494141;
  letter-spacing: 2px;
  text-indent: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}

.mini-title-66687 {
  color: #494141;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.mini-title-66687.white {
  color: #494141;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-color: #383838;
  text-indent: 0;
  margin-bottom: 25px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.collection-list-wrapper-103 {
  font-size: 24px;
  line-height: 55px;
  display: block;
}

.content-wrapper-copy22 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

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

.top-border-1123._10 {
  margin-top: 10px;
}

.text-block-30017 {
  color: #494141;
  margin-top: 40px;
  font-size: 20px;
  line-height: 51px;
}

.collection-list {
  font-size: 24px;
  display: block;
}

.text-field-24 {
  border: 1px solid #ceb3cb;
  border-right-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 35%;
  height: 60px;
  padding-left: 21px;
}

.text-field-24::placeholder {
  color: #b99bb6;
  font-size: 19px;
  font-style: italic;
}

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

.mini-title-copy-2 {
  color: #494141;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 14px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.form-block-6 {
  color: #fff;
  max-width: 600px;
  margin-bottom: 0;
  display: block;
}

.content-section03-3 {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #4941410f;
  margin-top: 60px;
  padding-top: 75px;
  padding-bottom: 60px;
  display: block;
  overflow: hidden;
}

.top-border-1124._20 {
  color: #fff;
  text-align: center;
  min-width: auto;
  max-width: none;
  margin-top: 20px;
}

.collection-item-5 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 18px;
  display: block;
}

._49-column-4 {
  text-align: center;
  width: 100%;
  min-width: 0;
  max-width: 960px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content-section07-2 {
  -webkit-text-stroke-color: white;
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.content-wrapper-copy-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 620px;
  margin-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.mini-title-copy-3 {
  color: #b99bb6;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-weight: 700;
  display: block;
}

.collection-list-wrapper-104 {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-grid-104 {
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.collection-item-6 {
  text-align: left;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 6%;
  margin-left: 2.2%;
  margin-right: 2.2%;
  display: block;
}

.text-field-25 {
  font-family: Zen Kaku Gothic New, sans-serif;
}

.text-field-26, .text-field-27, .text-field-28, .text-field-29 {
  width: 48%;
  padding-left: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
}

.form-7 {
  flex-flow: wrap;
  display: flex;
  position: static;
}

.form-block-7 {
  flex-direction: row;
  justify-content: space-between;
  max-width: 600px;
  display: block;
}

.top-border-1125._20 {
  color: #fff;
  text-align: center;
  min-width: auto;
  max-width: none;
  margin-top: 20px;
}

.mini-title-white-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-weight: 400;
}

.submit-button-13 {
  color: #000;
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  min-width: 210px;
  margin-top: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  line-height: 24px;
  position: static;
}

.content-wrapper-66668 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

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

.brand-3:hover {
  opacity: .8;
}

.brand-3.w--current {
  justify-content: center;
  align-items: center;
  margin-left: 0;
}

.image-9888 {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-menu-4 {
  margin-top: 3px;
}

.nav-link-1007 {
  color: #494141;
  letter-spacing: 2px;
  text-indent: 0;
  text-transform: uppercase;
  height: 116px;
  padding-top: 46px;
  font-family: Vollkorn, serif;
  font-size: 15.5px;
  font-weight: 400;
  transition: background-color .2s;
}

.nav-link-1007:hover {
  border-bottom: 4px solid #494141eb;
}

.nav-link-1007.w--current {
  color: #494141;
  border-bottom: 4px #ff9e98;
  font-family: Vollkorn, serif;
  font-size: 15.5px;
  font-weight: 400;
}

.nav-link-1007.w--current:hover {
  -webkit-text-stroke-color: #494141eb;
  border-bottom-style: solid;
  border-bottom-color: #494141eb;
}

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

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

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

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

.social-icon-8 {
  background-color: #d6bbd3;
  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-8:hover {
  background-color: #ba9fb7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: 125px;
}

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

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

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

.footer-links-3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  margin-left: 5%;
  font-family: Vollkorn, serif;
  font-size: 24px;
  font-weight: 400;
}

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

.go-up-7 {
  background-color: #3a3a3a;
  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-7:hover {
  background-color: #494141eb;
}

.footer-link-109 {
  color: #494141;
  margin-right: 35px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

.footer-link-109.w--current {
  color: #494141;
  font-size: 14px;
}

.content-wrapper-copy23 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.text-block-30018 {
  color: #5f4d5d;
  letter-spacing: 2px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
}

.image-9889 {
  margin-top: -4px;
}

.footer-3 {
  background-color: #fff;
  padding-top: 40px;
}

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

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

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

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

.navbar-2-copy-3 {
  background-color: #fff;
  border-top: 4px #fdf5ed;
  flex-flow: row;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.content-wrapper-copy00000 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

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

.brand-copy:hover {
  opacity: .8;
}

.brand-copy.w--current {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.nav-link-1008 {
  color: #494141;
  letter-spacing: 2px;
  text-indent: 0;
  text-transform: uppercase;
  height: 116px;
  padding-top: 46px;
  font-family: Vollkorn, serif;
  font-size: 15.5px;
  font-weight: 400;
  transition: background-color .2s;
}

.nav-link-1008:hover {
  border-bottom: 4px solid #494141eb;
}

.nav-link-1008.w--current {
  color: #494141;
  border-bottom: 4px #ff9e98;
  font-family: Vollkorn, serif;
  font-size: 15.5px;
  font-weight: 400;
}

.nav-link-1008.w--current:hover {
  -webkit-text-stroke-color: #494141eb;
  border-bottom-style: solid;
  border-bottom-color: #494141eb;
}

.content-section99-2 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: center;
  -webkit-text-stroke-color: #4d4d4d;
  object-fit: fill;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 25px;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: block;
}

.midashi {
  color: #b0b0b0;
  text-align: left;
  width: 90px;
  margin-bottom: 10px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 14px;
}

.honmon {
  text-align: center;
  letter-spacing: 1px;
  width: 284px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 14px;
}

.text-field-30 {
  font-family: Zen Kaku Gothic New, sans-serif;
}

.text-field-31, .text-field-32, .text-field-33, .text-field-34 {
  width: 48%;
  padding-left: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
}

.form-8 {
  flex-flow: wrap;
  display: flex;
  position: static;
}

.form-block-8 {
  flex-direction: row;
  justify-content: space-between;
  max-width: 600px;
  display: block;
}

.top-border-1126._20 {
  color: #fff;
  text-align: center;
  min-width: auto;
  max-width: none;
  margin-top: 20px;
}

.mini-title-white-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-weight: 400;
}

.submit-button-14 {
  color: #000;
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  min-width: 210px;
  margin-top: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  line-height: 24px;
  position: static;
}

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

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

.go-up-8 {
  background-color: #3a3a3a;
  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-8:hover {
  background-color: #494141eb;
}

.footer-link-110 {
  color: #494141;
  margin-right: 35px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

.footer-link-110.w--current {
  color: #494141;
  font-size: 14px;
}

.text-block-30019 {
  color: #5f4d5d;
  letter-spacing: 2px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
}

.footer-4 {
  background-color: #fff;
  padding-top: 40px;
}

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

.content-wrapper-copy345 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.image-9891 {
  margin-top: -3px;
}

.text-block-30017-copy {
  color: #494141;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 51px;
}

.products-details-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: space-around;
  padding-top: 0;
  display: flex;
}

.div-block-66686 {
  text-align: left;
  flex: 1;
  display: block;
  position: relative;
}

.price-copy {
  color: #b0b0b0;
  text-align: left;
  margin-bottom: 10px;
  margin-right: 4%;
  font-family: Vollkorn, serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.link-9 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0%;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14.5px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: block;
  position: relative;
}

.flex-8-copy {
  flex-wrap: wrap;
  padding-bottom: 80px;
  display: flex;
}

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

.collection-list-wrapper-104-copy {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.collection-item-6-copy {
  text-align: left;
  text-align: left;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 7%;
  margin-left: 2.2%;
  margin-right: 2.2%;
  display: block;
}

.align-right-copy-copy {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.mini-title-link-copy-copy {
  box-sizing: border-box;
  float: none;
  color: #000000f5;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  vertical-align: baseline;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: opacity .2s;
  display: block;
  position: static;
}

.content-section99-2-copy {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: left;
  -webkit-text-stroke-color: #4d4d4d;
  object-fit: fill;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 25px;
  display: block;
  position: relative;
  overflow: visible;
}

.navbar-3 {
  background-color: #fff;
  border-top: 4px #d6bbd3;
  border-bottom: 1px #000;
  height: 120px;
  margin-top: 0;
  display: flex;
}

.content-wrapper-66669 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

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

.brand-4:hover {
  opacity: .8;
}

.brand-4.w--current {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.image-9892 {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-link-1009 {
  color: #494141;
  letter-spacing: 2px;
  text-indent: 0;
  text-transform: uppercase;
  height: 116px;
  padding-top: 46px;
  font-family: Vollkorn, serif;
  font-size: 15.5px;
  font-weight: 400;
  transition: background-color .2s;
}

.nav-link-1009:hover {
  border-bottom: 4px solid #494141eb;
}

.nav-link-1009.w--current {
  color: #494141;
  border-bottom: 4px #ff9e98;
  font-family: Vollkorn, serif;
  font-size: 15.5px;
  font-weight: 400;
}

.nav-link-1009.w--current:hover {
  -webkit-text-stroke-color: #494141eb;
  border-bottom-style: solid;
  border-bottom-color: #494141eb;
}

.nav-menu-4-copy {
  margin-top: 3px;
}

.content-section07-2-copy {
  -webkit-text-stroke-color: white;
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.content-wrapper-copy-5-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 620px;
  margin-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.collection-list-wrapper-104-copy {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-grid-104-copy {
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.top-border-1119-copy._20 {
  color: #fff;
  text-align: center;
  min-width: auto;
  max-width: none;
  margin-top: 20px;
}

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

.collection-item-6-copy-copy {
  text-align: left;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 7%;
  margin-left: 2.2%;
  margin-right: 2.2%;
  display: block;
}

.products-details-3-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: space-around;
  padding-top: 0;
  display: flex;
}

.div-block-66686-copy {
  text-align: left;
  flex: 1;
  display: block;
  position: relative;
}

.price-copy-copy {
  color: #b0b0b0;
  text-align: left;
  margin-bottom: 10px;
  margin-right: 4%;
  font-family: Vollkorn, serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.link-9-copy {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0%;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14.5px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: block;
  position: relative;
}

.div-block-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 430px;
  margin-bottom: 40px;
  display: flex;
}

.mini-title-667-copy-copy {
  color: #000000f5;
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
  display: block;
}

.paragraph-2-copy-copy-copy-copy {
  color: #b0b0b0;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 16px;
  line-height: 34px;
}

.image-14-copy-copy {
  border: 17px #4941410f;
  width: 60%;
  max-width: none;
  margin: auto;
  display: inline-block;
  position: static;
}

.paragraph-2-copy-copy-copy4-copy {
  color: #000000f5;
  text-align: justify;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
  line-height: 37px;
}

.mini-title-copy-copy {
  color: #494141;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.paragraph-2-copy-copy-copy4-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000000f5;
  text-align: center;
  letter-spacing: 1px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  margin: 50px auto 40px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
  line-height: 33px;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.mini-title-copy-copy-copy {
  color: #494141;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 70px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.mini-title-link-copy-copy {
  box-sizing: border-box;
  float: none;
  color: #000000f5;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  vertical-align: baseline;
  margin: 60px auto;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: opacity .2s;
  display: block;
  position: static;
}

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

.mini-title-link-copy-copy.w--current {
  max-width: 200px;
  margin-bottom: 60px;
}

.paragraph-2-copy-copy-copy4-copy-copy-copy, .paragraph-2-copy-copy-copy4-copy-copy-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000000f5;
  text-align: center;
  letter-spacing: 1px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  margin: 50px auto 40px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
  line-height: 33px;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.bold-text-103 {
  text-decoration: underline;
}

.paragraph-2-copy-copy-copy4-copy-copy-copy-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000000f5;
  text-align: center;
  letter-spacing: 1px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  margin: 50px auto 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
  line-height: 33px;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.div-block-copy-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  margin-bottom: 40px;
  display: flex;
}

.container-3-copy-copy75 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.honmon-copy {
  text-align: center;
  letter-spacing: 1px;
  width: 284px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
}

.midashi-copy {
  color: #b0b0b0;
  text-align: left;
  width: 104px;
  margin-bottom: 10px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
}

.honmon-copy {
  text-align: center;
  letter-spacing: 1px;
  width: 392px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  line-height: 30px;
}

.mini-title-667iuo {
  color: #000000f5;
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
  display: block;
}

.content-section99-copy-copy-copy {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.top-border-copy-4-copy {
  width: 87%;
}

.top-border-copy-4-copy._40-copy {
  width: 100%;
  margin-top: 0;
}

.text-block-445-copy-copy, .text-block-445-copyaaa {
  color: #000000f5;
  letter-spacing: 1px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 75%;
  margin-top: 45px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  line-height: 37px;
  display: flex;
  position: static;
}

.top-border-copy-copy1-copy {
  color: #000000f5;
  letter-spacing: 1px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  line-height: 37px;
}

.paragraph-2-copy-copy-copy4-copy-copy {
  color: #000000f5;
  text-align: left;
  letter-spacing: 1px;
  max-width: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
  line-height: 37px;
}

.align-right-copy-copy-copyaxas {
  text-align: center;
  max-width: 200px;
  margin: 50px auto 140px;
}

.text-block-445-copy-copy-copy, .text-block-445-copy-copy-copy-copy {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  display: flex;
  position: static;
}

.flex-center-copy-2-copy {
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto;
  display: flex;
}

.honmon-copy-copy {
  text-align: center;
  letter-spacing: 1px;
  flex: 0 auto;
  min-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
}

.container-3-copy-copy-copy {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mini-title-667-copy-copy-copy-copy {
  color: #000000f5;
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
  display: block;
}

.bold-text-103-copy {
  font-size: 14.5px;
  text-decoration: underline;
}

.link-10 {
  font-size: 16px;
}

.link-10.w--current {
  font-size: 15px;
}

.honmon-copy-copy-copy {
  text-align: center;
  letter-spacing: 1px;
  width: 386px;
  margin-bottom: 30px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
}

.div-block-copy-copy-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-bottom: 40px;
  display: block;
}

.top-border-copy-4-copy-copy {
  width: 100%;
}

.top-border-copy-4-copy-copy._40-copy {
  width: auto;
  margin-top: 0;
}

.content-section99-copy-copy-copy-copy {
  -webkit-text-stroke-color: #4d4d4d;
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.content-section99-copy-copy-copy-copy, .content-section99-copy-copy-copy-copy-copy {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.text-block-445-copy-copy-copy-copy-copy {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  display: flex;
  position: static;
}

.content-section99-copy-copy-copy-copy-copy, .content-section99-copy-copy-copy-copy-copy-copy {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.content-section99-copy-copy-copy-copy-copy-copy {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.text-block-445-copy-copy-copy, .text-block-445-copy-copy-copy-copy {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  display: flex;
  position: static;
}

.container-3-copy-copy-copy-copy {
  margin-top: 50px;
  margin-bottom: 30px;
}

.paragraph-2-copy-copy-copy4-copy-copy {
  color: #000000f5;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  line-height: 37px;
}

.paragraph-2-copy-copy45 {
  color: #000000f5;
  text-align: left;
  letter-spacing: 1px;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  line-height: 26px;
  display: block;
}

.link-11 {
  font-size: 13px;
  text-decoration: underline;
}

.content-section99-copy-copy-copy-copy-copy99 {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.mini-title-copy-copy-copyyrt {
  color: #494141;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.content-section99-pp {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.content-section99-copyrr {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.div-block-copy-copy-copy-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-bottom: 0;
  display: block;
}

.paragraph-2-copy-copy-copy-copy-copy {
  color: #b0b0b0;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 15px;
  line-height: 34px;
}

.paragraph-2-copy-copy-copy-copy-copy-copy {
  color: #b0b0b0;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 14px;
  line-height: 34px;
}

.image-14-copy-copy-copylp4 {
  border: 17px #4941410f;
  width: 40%;
  max-width: none;
  margin: auto;
  display: inline-block;
  position: static;
}

.mini-title-copy-copy-copy-copy {
  color: #494141;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 70px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.image-14-copy-copy-copy {
  border: 17px #4941410f;
  width: 60%;
  max-width: none;
  margin: 10px auto;
  display: inline-block;
  position: static;
}

.button-6-copy {
  color: #3a3a3a;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #3a3a3a;
  border-radius: 10px;
  min-width: 110px;
  height: 40px;
  margin-top: 15px;
  padding-top: 12px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  transition: background-color .2s, color .2s;
}

.button-6-copy:hover {
  color: #fff;
  background-color: #3a3a3a;
}

.content-section03-3-copy {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #4941410f;
  margin-top: 0;
  padding-top: 75px;
  padding-bottom: 75px;
  display: block;
  overflow: hidden;
}

.image-14-copy-copy-copy-copy {
  border: 17px #4941410f;
  width: 60%;
  max-width: none;
  margin: 10px auto;
  display: inline-block;
  position: static;
}

.text-block-30011-copy {
  color: #494141;
  letter-spacing: 2px;
  text-indent: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
}

.content-wrapper-copy22-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1265px;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.flex-center-copy-2-copy-copy {
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto 0;
  display: flex;
}

.content-section99-copy-copy-copy-copy-copy-copy-copy {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.content-section99po {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #fff;
  margin-top: 0;
  padding-top: 75px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.honmon-copy-copy-copy {
  text-align: center;
  letter-spacing: 1px;
  flex: 0 auto;
  min-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
}

.honmon-copy-copy-copy-copy {
  text-align: center;
  letter-spacing: 1px;
  flex: 0 auto;
  min-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 14px;
}

.mini-title-667-copy-copy-copy, .mini-title-667-copy-copy-copy-copy {
  color: #000000f5;
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
  display: block;
}

.mini-title-667-copy-copy-copy-copy, .mini-title-667-copy-copy-copy-copy-copy {
  color: #000000f5;
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  flex: 1;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
  display: block;
}

.text-block-445-copy-copy-copy-copy, .text-block-445-copy-copy-copy-copy-copy {
  color: #000000f5;
  letter-spacing: 1px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 75%;
  margin-top: 45px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  line-height: 37px;
  display: flex;
  position: static;
}

.text-block-445-copy-copy-copy-copy-copy-copy {
  color: #000000f5;
  letter-spacing: 1px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 63%;
  margin-top: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  line-height: 37px;
  display: flex;
  position: static;
}

.text-block-445-copy-copy-copy-copy-copya {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  display: flex;
  position: static;
}

.paragraph-2-copy-copy-copy4-copy-copy-copy {
  color: #000000f5;
  text-align: left;
  letter-spacing: 1px;
  max-width: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  line-height: 37px;
}

.paragraph-2-copy-copy-copy4-copy-copy-copy-copy {
  color: #000000f5;
  text-align: justify;
  letter-spacing: 1px;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
  line-height: 37px;
}

.container-3-copy-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.mini-title-667-copy-copy-copy-copy-copy {
  color: #000000f5;
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
  display: block;
}

.content-section99-copy-copy-copy-copy-copy-copy-copy-copy {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.content-section99-copy-copy-copy-copy-copy-copy-copy-copy-copy {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #fff;
  margin-top: 65px;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.mini-title-667-copy-copy-copy-copy-copy-copy {
  color: #000000f5;
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  flex: 1;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
  display: block;
}

.mini-title-667-sp {
  color: #000000f5;
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
  display: block;
}

.mini-title-667-copy-copy-copy-copy-copy-copy-copy {
  color: #000000f5;
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
  display: block;
}

.mini-title-667-copy-copy-copy-copy-copy-copy-copy-copy {
  color: #000000f5;
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
  display: block;
}

.content-section99-pp-copy {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #fff;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.content-section99-copyrr-copy {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #fff;
  max-width: none;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.flex-center-copy-2-copy-copyaaaxa {
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 30px;
  display: flex;
}

.text-block-445-copyaaa-copy {
  color: #000000f5;
  letter-spacing: 1px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 600px;
  max-width: none;
  margin-top: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  line-height: 37px;
  display: flex;
  position: static;
}

.image-14-copy-copy-copylp4-copy {
  border: 17px #4941410f;
  width: 60%;
  max-width: none;
  margin: auto;
  display: inline-block;
  position: static;
}

.container-3-copy-copy75-copy {
  margin-top: 80px;
  margin-bottom: 0;
}

.mini-title-667iuo-copy {
  color: #000000f5;
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
  display: block;
}

.content-section99-copy-copy-copy-copy-copy99-copy {
  -webkit-text-stroke-color: #4d4d4d;
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.mini-title-copy-copy-copyyrt-copy {
  color: #494141;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.flex-center-copy-2-copy-copyaaaxa-copy {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto 60px;
  display: flex;
}

.container-3-copyaae-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
}

.align-right-copy-copy-copyaxas-copy {
  text-align: center;
  max-width: 200px;
  margin: 0 auto 140px;
}

.mini-title-link-copyaxa-copy {
  box-sizing: border-box;
  float: none;
  color: #000000f5;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  vertical-align: baseline;
  margin: 40px auto 60px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: opacity .2s;
  display: block;
  position: static;
}

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

.mini-title-link-copyaxa-copy.w--current {
  min-width: 200px;
  max-width: 200px;
  margin-bottom: 60px;
}

.mini-title-667-copy-copy-copy {
  color: #000000f5;
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
  display: block;
}

.mini-title-copy-copy {
  color: #494141;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.bold-text-104, .bold-text-105 {
  font-size: 13px;
}

.paragraph-2-copy-copy-copy4-copy-copy-copyl {
  color: #000000f5;
  text-align: left;
  letter-spacing: 1px;
  max-width: none;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
  line-height: 37px;
}

.paragraph-2-copy-copy-copy4-copy-copy-copy {
  color: #000000f5;
  text-align: left;
  letter-spacing: 1px;
  max-width: none;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
  line-height: 37px;
}

.paragraph-2-copy-copy-copy4-copy-copy-copyl-copy {
  color: #000000f5;
  text-align: left;
  letter-spacing: 1px;
  max-width: none;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
  line-height: 37px;
}

.text-block-445-spp-copy {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  display: flex;
  position: static;
}

.honmon-copy-copy, .honmon-copy-copy-copy {
  text-align: center;
  letter-spacing: 1px;
  text-align: center;
  letter-spacing: 1px;
  width: 373px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  line-height: 30px;
}

.honmon-copy-copy-copy {
  text-align: center;
  letter-spacing: 1px;
  width: 373px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 13px;
  line-height: 30px;
}

.bold-text-106 {
  font-size: 11px;
  font-weight: 700;
  line-height: 35px;
}

.bold-text-107 {
  font-size: 11px;
  font-weight: 400;
}

.mini-title-copy-copy-copy-copy-copy {
  color: #494141;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 70px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.link-13 {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

@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%;
  }

  ._49-column-2 {
    width: 80%;
  }

  .perk {
    width: 40%;
  }

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

  .hero-image._2-100 {
    inset: auto 0% 0%;
    background-image: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 70%;
    min-width: auto;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
    position: relative;
    inset: auto 0% 0%;
  }

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

  .navbar-2 {
    height: 110px;
  }

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

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

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

  .h1-white-99.white {
    letter-spacing: .8px;
    font-size: 16px;
    line-height: 50px;
  }

  .h1-white-copy.white {
    font-size: 37px;
    line-height: 50px;
  }

  .image-copy-copy-copy {
    width: 71%;
    min-width: auto;
    height: 100%;
    min-height: auto;
    max-height: none;
    margin-left: 4px;
  }

  .content-wrapper-top-copy {
    margin-bottom: 0;
  }

  .hero-text-box-2 {
    width: 35%;
    height: auto;
    max-height: 330px;
    margin-top: 40px;
    margin-right: 8px;
  }

  .hero-image-copy._2 {
    background-image: none;
    width: 86%;
    height: 100%;
    min-height: 406px;
    margin-top: 0;
    margin-left: 40px;
    right: 0;
  }

  .hero-image-copy._2-100-copy {
    background-image: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 70%;
    min-width: auto;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
    position: relative;
    inset: auto 0% 0%;
  }

  .bold-text-101 {
    margin-top: 15px;
    margin-left: 0;
    margin-right: -3%;
    font-size: 13px;
    line-height: 31px;
  }

  .image-15 {
    width: 156px;
    max-width: none;
    margin-top: 34px;
    margin-left: -5px;
  }

  .hero-section-2 {
    margin-bottom: 0%;
    padding-top: 0;
  }

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

  .h1-white-100.white {
    letter-spacing: .8px;
    font-size: 16px;
    line-height: 50px;
  }

  .hero-text-box-3 {
    width: 35%;
    height: auto;
    max-height: 330px;
    margin-top: 40px;
    margin-right: 8px;
  }

  .image-16 {
    width: 156px;
    max-width: none;
    margin-top: 34px;
    margin-left: -5px;
  }

  .intro-text-box-0000-copy45 {
    padding: 27px 5px 23px;
  }

  .flex-center-0000 {
    grid-column-gap: 10px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .title-link-9-copy {
    font-size: 25px;
  }

  .title-link-9 {
    letter-spacing: 1.5px;
    font-size: 14.5px;
  }

  .intro-paragraph-copy {
    color: #000000f5;
    margin-top: 20px;
    font-size: 12px;
    line-height: 36px;
  }

  .div-block-4 {
    font-size: 14px;
    line-height: 33px;
  }

  .intro-box-0000 {
    width: auto;
    max-width: 90%;
  }

  .content-wrapper-copy1 {
    margin-top: 0;
    padding-top: 0;
  }

  .mini-title-66-copy-copy {
    margin-bottom: 0;
    font-size: 14px;
  }

  .top-border-0000._50-0000 {
    align-items: flex-start;
    margin-top: 60px;
  }

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

  .content-section01 {
    margin-top: 70px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-3-3333 {
    margin-top: 14px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
    line-height: 26px;
  }

  .bold-text-2-copy3 {
    font-size: 12px;
    line-height: 36px;
  }

  .h1-white-copy1 {
    margin-top: 7px;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 52px;
  }

  .profile-image-1234 {
    background-image: none;
    width: 44%;
    min-width: 540px;
    height: auto;
    min-height: 361px;
    right: auto;
  }

  .div-block-66670 {
    margin-bottom: 0;
  }

  .text-block-4 {
    letter-spacing: 2px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 22px;
  }

  .mini-title-66 {
    margin-top: 30px;
    margin-bottom: 80px;
    font-size: 16px;
  }

  .flex-center-2 {
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: end;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: grid;
    position: relative;
  }

  .flex-center-2.reverse {
    margin-left: 0;
  }

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

  .text-box-2 {
    width: 45%;
    height: 290px;
    margin-top: 38px;
    margin-right: 0%;
    padding-bottom: 0;
    padding-left: 8%;
    inset: 0% 0% 0% auto;
  }

  .content-section02-copy {
    margin-top: 0%;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .heading-5 {
    margin-bottom: 23px;
    margin-left: 2px;
    font-size: 15px;
    line-height: 44px;
  }

  .content-wrapper0 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-link-3 {
    font-size: 11px;
  }

  .top-border-3 {
    width: 100%;
  }

  .top-border-3._20 {
    text-align: center;
    text-align: center;
    text-align: center;
    margin-top: 0;
    line-height: 30px;
  }

  .image-17 {
    width: 60px;
    height: 44px;
  }

  .mini-title-67 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .mini-title-67.white {
    margin-bottom: 5px;
    margin-left: 2px;
    font-size: 16px;
  }

  .image-copy-copy {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .h1-white-copy9 {
    margin-top: 11px;
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 48px;
  }

  .profile-image-4321 {
    background-image: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    width: 44%;
    min-width: 540px;
    height: auto;
    min-height: 361px;
    display: flex;
    position: relative;
    left: auto;
  }

  .flex-center-10000 {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .text-box-3 {
    width: 45%;
    height: 290px;
    margin-top: 38px;
    margin-right: 0%;
    padding-bottom: 0;
    padding-left: 8%;
    inset: 0% 0% 0% auto;
  }

  .text-box-3.left {
    margin-top: 38px;
    padding-left: 7%;
    padding-right: 3%;
  }

  .text-block-444 {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 22px;
  }

  .content-wrapper00 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-link-4 {
    font-size: 11px;
  }

  .mini-title-68 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .mini-title-68.white {
    margin-bottom: 5px;
    margin-left: 2px;
    font-size: 16px;
  }

  .content-section09.thistle-medium {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 45px;
    padding-top: 30px;
    padding-bottom: 75px;
    display: flex;
  }

  .image-copy {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .text-block-445 {
    letter-spacing: 2px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 22px;
  }

  .text-box-4 {
    width: 45%;
    height: 290px;
    margin-top: 38px;
    margin-right: 0%;
    padding-bottom: 0;
    padding-left: 8%;
    inset: 0% 0% 0% auto;
  }

  .text-link-5 {
    font-size: 11px;
  }

  .content-section02 {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mini-title-69 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .mini-title-69.white {
    margin-bottom: 5px;
    margin-left: 2px;
    font-size: 16px;
  }

  .title-link-9-copy-copy {
    font-size: 24px;
  }

  .mini-title-66666 {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .top-border-1111._50-1111 {
    margin-top: 55px;
  }

  .content-section66 {
    margin-top: 115px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .intro-text-box-2 {
    padding: 25px 0 23px;
  }

  .title-link-10 {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .text-block-30000 {
    letter-spacing: .7px;
    margin-top: 14px;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    line-height: 26px;
  }

  .flex-center-66-11111 {
    grid-column-gap: 43px;
    grid-row-gap: 43px;
  }

  .content-section03.thistle-medium {
    margin-top: 0;
    padding-top: 40px;
  }

  .button-2 {
    height: 31px;
    margin-top: 10px;
    font-size: 10px;
    line-height: 6px;
  }

  ._50-column-2 {
    margin-top: 0;
  }

  .paragraph {
    font-size: 10px;
    line-height: 23px;
  }

  ._50-column-center-2, ._50-column-center-2.mobile-border {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .mini-title-66667 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .content-section07 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    padding-bottom: 55px;
  }

  .mini-title-66-copy {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .flex-grid-102 {
    justify-content: flex-start;
    width: 64%;
  }

  .collection-item-2 {
    flex: 0 auto;
  }

  .h1-white-999.white {
    letter-spacing: .8px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 36px;
  }

  .hero-text-box-copy-copy {
    width: 45%;
    height: 410px;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 0%;
    padding-left: 50px;
    padding-right: 30px;
  }

  .hero-image-copy-copy-copy._2-copy {
    background-image: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 65%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    display: flex;
    left: 0;
    right: 0;
  }

  .hero-flex-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    position: relative;
  }

  .text-link-2-999 {
    font-size: 11px;
  }

  .h1-white-copy-copy.white {
    letter-spacing: 5px;
    letter-spacing: 2px;
    max-width: 352px;
    margin-top: 22px;
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 50px;
  }

  .content-wrapper-top-copy-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
    margin-bottom: auto;
  }

  .top-border-999._20-999 {
    margin-top: 0;
    line-height: 30px;
  }

  .hero-section-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: 555px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .image-copy-copy-copy-copy-copy {
    flex: 0 auto;
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
    max-height: none;
    position: relative;
  }

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

  .text-block-8 {
    font-size: 16px;
  }

  ._49-column-3 {
    width: 80%;
  }

  .mini-title-copy {
    font-size: 14px;
  }

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

  .collection-list-wrapper-2 {
    font-size: 24px;
  }

  .mini-title-white-2 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .form-block-4 {
    width: 100%;
    max-width: none;
  }

  .submit-button-8 {
    font-size: 13px;
  }

  .form-2 {
    width: 100%;
    max-width: none;
  }

  .menu-button-2 {
    float: right;
    width: 65px;
    height: 75px;
    padding-top: 27px;
    transition: opacity .2s;
  }

  .social-icons-copy {
    justify-content: center;
    height: 45px;
    margin-top: 1px;
    padding-right: 4px;
  }

  .image-11 {
    width: 46px;
    max-width: none;
    margin-top: 4px;
    margin-left: 0%;
  }

  .nav-link-2 {
    text-align: center;
    letter-spacing: 1.5px;
    height: 55px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    line-height: 5px;
  }

  .nav-link-2:hover {
    border-bottom-width: 1px;
  }

  .nav-link-2.w--current {
    letter-spacing: 1px;
    justify-content: flex-end;
    width: auto;
    padding-left: 0;
    padding-right: 5px;
    font-size: 10px;
    display: block;
  }

  .content-wrapper-10001 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .nav-menu-3 {
    float: right;
    background-color: #fff;
    flex: 0 auto;
    justify-content: flex-end;
    width: 85%;
    height: 100%;
    margin-left: 0%;
    padding-top: 18px;
    display: flex;
    position: relative;
  }

  .brand-2 {
    width: 126px;
    height: 75px;
  }

  .brand-2.w--current {
    width: 126px;
    margin-left: 0;
  }

  .social-icon-copy.twitter {
    width: 19px;
    height: 19px;
    margin-right: 0;
  }

  .icon-2 {
    color: #494141;
  }

  .social-icon-copy-copy.instagram {
    flex: 0 auto;
    width: 19px;
    height: 19px;
    font-size: 28px;
    line-height: 28px;
  }

  .nav-link-1002 {
    text-align: center;
    height: 55px;
    padding-top: 20px;
    font-size: 11px;
    line-height: 5px;
  }

  .nav-link-1002:hover {
    border-bottom-width: 1px;
  }

  .navbar-2-copy {
    height: 90px;
  }

  .image-19 {
    width: 46px;
    max-width: none;
    margin-top: 4px;
    margin-left: 0%;
  }

  .nav-link-1003 {
    text-align: center;
    letter-spacing: 1.5px;
    height: 55px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    line-height: 5px;
  }

  .nav-link-1003:hover {
    border-bottom-width: 1px;
  }

  .nav-link-1003.w--current {
    letter-spacing: 1px;
    justify-content: flex-end;
    width: auto;
    padding-left: 0;
    padding-right: 5px;
    font-size: 10px;
    display: block;
  }

  .nav-menu-2-copy {
    float: right;
    background-color: #fff;
    width: auto;
    height: 100%;
    margin-left: 0%;
    padding-top: 18px;
    display: flex;
    position: relative;
  }

  .paragraph-2-copy-copy11 {
    font-size: 13px;
    line-height: 32px;
  }

  .honmon-copy123 {
    font-size: 13px;
  }

  .mini-title-667-copy-copy19 {
    flex: 0 auto;
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 16px;
  }

  .bold-text-100 {
    font-size: 17px;
  }

  .top-border-copy09 {
    width: 100%;
  }

  .mini-title-667-copy-copy19-copy {
    flex: 0 auto;
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 17px;
  }

  .icon-5 {
    margin-right: 15px;
    font-size: 30px;
  }

  .container-3-copy-cop2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-999-copy1 {
    width: 50px;
    height: 37px;
    margin-top: 2px;
    margin-right: 0;
  }

  .div-block-666-copy1 {
    margin-bottom: 1px;
  }

  .button-3 {
    letter-spacing: 1px;
    border-radius: 30px;
    min-width: 280px;
    margin-bottom: 20px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 14px;
    line-height: 5px;
  }

  .slide-nav-5 {
    font-size: 9px;
  }

  .icon-4 {
    margin-left: 15px;
    font-size: 30px;
  }

  .midashi-copy123 {
    font-size: 13px;
  }

  .slider-3-1 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .button-wrap-copy07 {
    margin-top: 0;
  }

  .content-section03-copy.thistle-medium-copy {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 0;
  }

  .align-right-2 {
    font-size: 24px;
  }

  .mini-title-link-2 {
    font-size: 13px;
  }

  .mini-title-white-3 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .form-block-5 {
    width: 100%;
    max-width: none;
  }

  .submit-button-9 {
    font-size: 13px;
  }

  .form-3 {
    width: 100%;
    max-width: none;
  }

  .social-icon-3.twitter {
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .social-icon-3.instagram {
    width: 25px;
    height: 25px;
    font-size: 28px;
    line-height: 28px;
  }

  .footer-links-2 {
    margin-left: -3%;
  }

  .footer-link-100 {
    font-size: 10px;
  }

  .go-up-2 {
    font-size: 24px;
  }

  .footer-link-101 {
    letter-spacing: 1px;
    margin-right: 20px;
    font-size: 9.2px;
  }

  .footer-link-101.w--current {
    font-size: 9.2px;
  }

  .social-icons-2 {
    justify-content: center;
    margin-top: 25px;
  }

  .footer-notice-2 {
    justify-content: space-between;
    display: flex;
  }

  .text-block-6 {
    font-size: 9px;
  }

  .image-12 {
    width: 45px;
    max-width: none;
  }

  .footer-brand-2, .footer-brand-2.w--current {
    margin-right: 40px;
  }

  .nav-link-1004 {
    text-align: center;
    height: 55px;
    padding-top: 20px;
    font-size: 11px;
    line-height: 5px;
  }

  .nav-link-1004:hover {
    border-bottom-width: 1px;
  }

  .image-20 {
    width: 46px;
    max-width: none;
    margin-top: 4px;
    margin-left: 0%;
  }

  .nav-link-1005 {
    text-align: center;
    letter-spacing: 1.5px;
    height: 55px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    line-height: 5px;
  }

  .nav-link-1005:hover {
    border-bottom-width: 1px;
  }

  .nav-link-1005.w--current {
    letter-spacing: 1px;
    justify-content: flex-end;
    width: auto;
    padding-left: 0;
    padding-right: 5px;
    font-size: 10px;
    display: block;
  }

  .icon-6, .icon-7 {
    font-size: 30px;
  }

  .slide-nav-4 {
    font-size: 9px;
  }

  .button-wrap {
    margin-top: 0;
  }

  .align-right-3 {
    font-size: 24px;
  }

  .mini-title-white-4 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .submit-button-10 {
    font-size: 13px;
  }

  .form-4 {
    width: 100%;
    max-width: none;
  }

  .social-icon-4.twitter {
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .social-icon-4.instagram {
    width: 25px;
    height: 25px;
    font-size: 28px;
    line-height: 28px;
  }

  .footer-link-102 {
    font-size: 10px;
  }

  .go-up-3 {
    font-size: 24px;
  }

  .text-block-30002 {
    font-size: 9px;
  }

  .image-22 {
    width: 45px;
    max-width: none;
  }

  .footer-link-103 {
    font-size: 10px;
  }

  .image-23 {
    width: 46px;
    max-width: none;
    margin-top: 4px;
    margin-left: 0%;
  }

  .nav-link-1006 {
    text-align: center;
    letter-spacing: 1.5px;
    height: 55px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    line-height: 5px;
  }

  .nav-link-1006:hover {
    border-bottom-width: 1px;
  }

  .nav-link-1006.w--current {
    letter-spacing: 1px;
    justify-content: flex-end;
    width: auto;
    padding-left: 0;
    padding-right: 5px;
    font-size: 10px;
    display: block;
  }

  .icon-8, .icon-9 {
    font-size: 30px;
  }

  .slide-nav-3 {
    font-size: 9px;
  }

  .align-right-4 {
    font-size: 24px;
  }

  .mini-title-white-5 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .submit-button-11 {
    font-size: 13px;
  }

  .form-5 {
    width: 100%;
    max-width: none;
  }

  .social-icon-5.twitter {
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .social-icon-5.instagram {
    width: 25px;
    height: 25px;
    font-size: 28px;
    line-height: 28px;
  }

  .footer-link-104, .footer-link-105 {
    font-size: 10px;
  }

  .go-up-4 {
    font-size: 24px;
  }

  .footer-link-106 {
    letter-spacing: 1px;
    margin-right: 20px;
    font-size: 9.2px;
  }

  .footer-link-106.w--current {
    font-size: 9.2px;
  }

  .text-block-30003 {
    font-size: 9px;
  }

  .image-25 {
    width: 45px;
    max-width: none;
  }

  .navbar-2-copy-2 {
    height: 75px;
  }

  .content-wrapper-103 {
    margin-bottom: 0;
  }

  .brand-copy-copy {
    justify-content: center;
    width: 126px;
    height: 75px;
    margin-left: -16px;
    padding-right: 0;
    display: flex;
  }

  .image-26 {
    width: 46px;
    max-width: none;
    margin-top: 4px;
    margin-left: 0%;
  }

  .nav-menu-2-copy7 {
    float: right;
    background-color: #fff;
    justify-content: flex-end;
    width: 85%;
    height: 100%;
    margin-left: -4%;
    padding-top: 18px;
    display: flex;
    position: relative;
  }

  .nav-link-100 {
    text-align: center;
    letter-spacing: 1px;
    height: 55px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 6px;
    padding-right: 7px;
    font-size: 10px;
    line-height: 5px;
  }

  .nav-link-100:hover {
    border-bottom-width: 1px;
  }

  .nav-link-100.w--current {
    font-size: 10px;
  }

  .icon-10 {
    color: #494141;
  }

  .slider-100 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
    display: block;
  }

  .slide-100 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .mask {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .image-copy-copy-copy-copy {
    flex: 0 auto;
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
    max-height: none;
    position: relative;
  }

  .hero-flex-100 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
    position: relative;
  }

  .mini-title-66-100 {
    letter-spacing: 1.8px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -7%;
    font-size: 15px;
  }

  .image-15-100 {
    width: 186px;
    max-width: none;
    margin-top: 23px;
    margin-bottom: 15px;
    margin-left: 8%;
  }

  .h1-white-999-100-copy.white-100-copy {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 9px;
    margin-left: 18%;
    font-size: 13.5px;
    line-height: 32px;
  }

  .content-wrapper-top-100 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .div-block-100 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 20px;
  }

  .hero-section-100 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0;
    display: flex;
  }

  .hero-text-box-100 {
    z-index: 10;
    flex-flow: row;
    place-content: stretch flex-start;
    align-items: center;
    width: 287px;
    max-width: none;
    height: 320px;
    margin-top: 48px;
    margin-right: 0%;
    padding: 0 20px 30px;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .intro-text-box-102-copy1234 {
    padding-top: 21px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-102 {
    margin-top: 13px;
    font-size: 10px;
    line-height: 23px;
  }

  .flex-center-102 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .div-block-66676 {
    font-size: 14px;
    line-height: 33px;
  }

  .content-wrapper-102 {
    padding-top: 18px;
  }

  .title-link-9-102 {
    font-size: 24px;
  }

  .bold-text-2 {
    font-size: 12px;
    line-height: 36px;
  }

  .content-section100-copy34 {
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mini-title-66-copy-copy12 {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .title-link-102-copy09 {
    letter-spacing: 0;
    font-size: 13px;
  }

  .top-border-102-copy6._50-102-copy6 {
    margin-top: 60px;
  }

  .intro-paragraph-2 {
    color: #000000f5;
    font-size: 12px;
    line-height: 36px;
  }

  .center-box-102-copy12 {
    width: 100%;
  }

  .profile-image-4322 {
    background-image: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    width: 682px;
    min-width: auto;
    height: auto;
    display: flex;
    position: relative;
    left: auto;
  }

  .div-block-66667 {
    text-align: center;
    margin-top: 10px;
  }

  ._50-column-3 {
    margin-top: 0;
  }

  .div-block-102-7777 {
    margin-bottom: 15px;
    display: block;
  }

  .image-1000 {
    border-style: none;
  }

  .image-9876 {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .h1-white-1000 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 45px;
  }

  .image-100 {
    width: 67px;
    height: 50px;
    margin-bottom: 15px;
  }

  .h1-white-101 {
    font-size: 25px;
    line-height: 52px;
  }

  .paragraph-4 {
    font-size: 10.5px;
    line-height: 24px;
    text-decoration: none;
  }

  .text-block-447 {
    width: 80%;
  }

  ._50-column-center-3, ._50-column-center-3.mobile-border {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .text-box-102-copy5 {
    width: 45%;
    margin-right: 5%;
  }

  .text-box-102-copy5.left-102-copy5 {
    width: 274px;
    max-width: none;
    height: 362px;
    margin-top: 40px;
    margin-left: 34px;
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 3%;
    display: block;
  }

  .mini-title-100-98 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .mini-title-6666-copy66 {
    margin-top: 1px;
    margin-bottom: 80px;
    font-size: 16px;
  }

  .button-2-100 {
    height: 31px;
    margin-top: 25px;
    font-size: 10px;
    line-height: 6px;
  }

  .link-3 {
    font-size: 12px;
  }

  .content-section1000.thistle-medium-1000 {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .content-wrapper-67-copy {
    margin-top: 75px;
    margin-bottom: 20px;
  }

  .mini-title-66668 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .mini-title-66668.white {
    margin-bottom: 5px;
    margin-left: 2px;
    font-size: 16px;
  }

  .text-link-2-8888 {
    float: none;
    text-align: center;
    font-size: 11px;
    position: static;
  }

  .div-block-66668 {
    float: none;
  }

  .top-border-copy {
    width: 100%;
  }

  .mini-title-102 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .mini-title-102.white-102 {
    letter-spacing: 2px;
    margin-left: 9px;
    font-size: 12px;
  }

  .profile-image-4323 {
    background-image: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    width: 682px;
    min-width: auto;
    height: auto;
    display: flex;
    position: relative;
    left: auto;
  }

  .div-block-66677 {
    text-align: center;
    margin-top: 10px;
  }

  ._50-column-4 {
    margin-top: 0;
  }

  .image-9877 {
    border-style: none;
  }

  .image-9878 {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .image-9879 {
    width: 67px;
    height: 50px;
    margin-bottom: 15px;
  }

  .h1-white-1001 {
    font-size: 25px;
    line-height: 52px;
  }

  .text-block-30004 {
    width: 80%;
  }

  ._50-column-center-4, ._50-column-center-4.mobile-border, ._50-column-center-4.mobile-border {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .link-7 {
    font-size: 12px;
  }

  .mini-title-66669 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .mini-title-66669.white {
    margin-bottom: 5px;
    margin-left: 2px;
    font-size: 16px;
  }

  .mini-title-100-98-copy1, .mini-title-66670 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .mini-title-66670.white-102 {
    letter-spacing: 2px;
    margin-left: 9px;
    font-size: 12px;
  }

  .profile-image-4324 {
    background-image: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    width: 682px;
    min-width: auto;
    height: auto;
    display: flex;
    position: relative;
    left: auto;
  }

  ._50-column-5 {
    margin-top: 0;
  }

  .image-9880 {
    border-style: none;
  }

  .image-9881 {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .content-wrapper-67-9999 {
    margin-top: 90px;
    margin-bottom: 70px;
  }

  .image-9882 {
    width: 67px;
    height: 50px;
    margin-bottom: 15px;
  }

  .content-section1000-copy3.thistle-medium-1000-copy3 {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .h1-white-1002 {
    font-size: 25px;
    line-height: 52px;
  }

  .text-block-30005 {
    width: 80%;
  }

  .mini-title-66671 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .mini-title-66671.white {
    margin-bottom: 5px;
    margin-left: 2px;
    font-size: 16px;
  }

  .mini-title-66672 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .mini-title-66672.white-102 {
    letter-spacing: 2px;
    margin-left: 9px;
    font-size: 12px;
  }

  .mini-title-66-10000 {
    font-size: 15px;
  }

  .title-link-9-1000 {
    font-size: 24px;
  }

  .intro-text-box-4444-copy1 {
    padding: 25px 3px 23px;
  }

  .content-section101 {
    margin-top: 75px;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .intro-box-101-copy1 {
    font-size: 24px;
  }

  .flex-center-101-copy1 {
    grid-column-gap: 42px;
    grid-row-gap: 25px;
  }

  .div-block-66678 {
    font-size: 14px;
    line-height: 33px;
  }

  .text-block-3-7777 {
    margin-top: 14px;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    line-height: 26px;
  }

  .title-link-11 {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .bold-text-2-copy {
    font-size: 12px;
    line-height: 36px;
  }

  .title-link-9-1000-copy4 {
    font-size: 24px;
  }

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

  .intro-paragraph-copy12 {
    color: #000000f5;
    font-size: 12px;
    line-height: 36px;
  }

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

  .intro-box-101 {
    font-size: 24px;
  }

  .top-border-101._50-101 {
    margin-top: 50px;
  }

  .mini-title-white-6 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .submit-button-12 {
    font-size: 13px;
  }

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

  .div-block-66669 {
    width: 100%;
  }

  .form-6 {
    width: 100%;
    max-width: none;
  }

  .button-4 {
    height: 31px;
    margin-top: 10px;
    font-size: 10px;
    line-height: 6px;
  }

  .paragraph-5 {
    font-size: 10px;
    line-height: 23px;
  }

  .mini-title-66673 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .collection-item-4 {
    flex: 0 auto;
  }

  .container-4-copy {
    padding-left: 70px;
    padding-right: 70px;
  }

  .mini-title-101 {
    font-size: 14px;
  }

  .midashi-2, .honmon-2 {
    font-size: 13px;
  }

  .social-icon-6.twitter {
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .social-icon-6.instagram {
    width: 25px;
    height: 25px;
    font-size: 28px;
    line-height: 28px;
  }

  .go-up-5 {
    font-size: 24px;
  }

  .footer-link-107 {
    letter-spacing: 1px;
    margin-right: 20px;
    font-size: 9.2px;
  }

  .footer-link-107.w--current {
    font-size: 9.2px;
  }

  .flex-space-copy {
    display: block;
  }

  .text-block-30007 {
    font-size: 9px;
  }

  .image-9884 {
    width: 45px;
    max-width: none;
  }

  .top-border-copy-4 {
    width: 100%;
  }

  .text-block-445-copy {
    margin-top: 35px;
    font-size: 11px;
    line-height: 28px;
  }

  .top-border-copy-copy {
    text-align: center;
    font-size: 12px;
    line-height: 23px;
  }

  .content-section99-copy-copy {
    padding-top: 0;
  }

  .paragraph-2-copy-copy-copy4, .top-border-copy-copy1 {
    font-size: 11px;
    line-height: 28px;
  }

  .flex-center-copy-2 {
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    width: auto;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

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

  .text-block-445-spp {
    margin-top: 15px;
  }

  .mini-title-667-copy {
    flex: 1;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 44px;
  }

  .flex-3-copy {
    flex-flow: column;
  }

  .paragraph-2-copy-copy-copy {
    font-size: 13px;
    line-height: 23px;
  }

  .content-section03-copy-copy.gray {
    margin-top: 0;
  }

  .align-right-copy {
    font-size: 24px;
  }

  .mini-title-link-copyaxa {
    font-size: 12.5px;
  }

  .social-icon-7.twitter {
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .social-icon-7.instagram {
    width: 25px;
    height: 25px;
    font-size: 28px;
    line-height: 28px;
  }

  .go-up-6 {
    font-size: 24px;
  }

  .footer-link-108 {
    letter-spacing: 1px;
    margin-right: 20px;
    font-size: 9.2px;
  }

  .footer-link-108.w--current {
    font-size: 9.2px;
  }

  .text-block-30008 {
    font-size: 9px;
  }

  .price-2 {
    font-size: 14px;
  }

  .link-8 {
    margin-top: 8px;
    font-size: 12px;
  }

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

  .content-wrapper-top {
    margin-bottom: 0;
  }

  .h1-white-1003.white {
    letter-spacing: .8px;
    font-size: 16px;
    line-height: 50px;
  }

  .slide-102 {
    margin-bottom: 0;
  }

  .div-block-3 {
    margin-left: 4px;
  }

  .image-copy-copy-copy-2 {
    width: 86%;
    min-width: 420px;
    height: 100%;
    min-height: 406px;
  }

  .hero-section-101 {
    padding-top: 0;
  }

  .hero-text-box-101 {
    width: 45%;
    height: 310px;
    min-height: auto;
    margin-top: 55px;
    margin-right: 0%;
  }

  .slider-101 {
    height: 100%;
  }

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

  .text-block-5 {
    font-size: 14px;
  }

  .content-section01-2 {
    margin-top: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text-99 {
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 32px;
  }

  .intro-paragraph-99 {
    font-size: 16px;
    line-height: 32px;
  }

  .title-link-12 {
    letter-spacing: 1px;
    font-size: 13px;
  }

  .intro-text-box-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .bold-text-102, .intro-paragraph-100 {
    font-size: 13px;
    line-height: 33px;
  }

  .content-wrapper-100 {
    margin-bottom: 0;
  }

  .title-link-9-copy-2 {
    font-size: 24px;
  }

  .text-link-6 {
    font-size: 11px;
  }

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

  .top-border-1113._50 {
    margin-top: 60px;
  }

  .div-block-66679 {
    font-size: 14px;
    line-height: 33px;
  }

  .content-section15 {
    margin-top: 120px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper-107 {
    margin-bottom: 0;
  }

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

  .mini-title-111 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .mini-title-111.white {
    font-size: 14px;
  }

  .h1-white-000 {
    font-size: 26px;
    line-height: 52px;
  }

  .content-section02-2 {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .text-link-7 {
    text-align: left;
    font-size: 13px;
  }

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

  .content-wrapper0-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .image-copy-copy-2 {
    width: 44%;
    height: 675px;
    min-height: 515px;
  }

  .profile-image-4325 {
    background-image: none;
    min-width: 420px;
    height: 520px;
  }

  .profile-image-4325.left {
    background-image: none;
    min-width: 420px;
    height: 515px;
    min-height: 515px;
  }

  .h1-white-copy1-2 {
    font-size: 39px;
    line-height: 52px;
  }

  .top-border-1114._20 {
    margin-top: 0;
    line-height: 30px;
  }

  .text-block-30009 {
    margin-left: 6px;
    font-size: 14px;
    line-height: 37px;
  }

  .mini-title-66674 {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .mini-title-66674.white {
    font-size: 16px;
  }

  .image-copy-copy-6 {
    width: 100%;
    height: auto;
    min-height: 515px;
  }

  .content-section02-copy-2 {
    margin-top: 10px;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .text-link-8 {
    text-align: left;
    font-size: 13px;
  }

  .text-block-4-copy {
    margin-left: 20px;
    font-size: 14px;
  }

  .text-box-copy-copy-cp {
    width: 45%;
    max-width: 440px;
    height: 430px;
    margin-top: 40px;
    margin-right: 5%;
    padding-left: 0%;
  }

  .content-wrapper0-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .top-border-1115._20 {
    margin-top: 0;
    line-height: 30px;
  }

  .div-block-66680 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .mini-title-66675 {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .mini-title-66675.white {
    font-size: 16px;
  }

  .image-15-copy {
    width: 246px;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
  }

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

  .image-9885 {
    width: 54px;
    height: auto;
    margin-right: 2px;
  }

  .mini-title-113-copy-copy {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .mini-title-113-copy-copy.white-copy-copy {
    margin-bottom: 5px;
    margin-left: 2px;
    font-size: 14px;
  }

  .image-17-copy {
    width: 42px;
    height: auto;
  }

  .button-5 {
    height: 31px;
    margin-top: 10px;
    font-size: 10px;
    line-height: 6px;
  }

  .paragraph-6 {
    letter-spacing: 0;
    font-size: 10px;
    line-height: 23px;
  }

  ._50-column-center-copy, ._50-column-center-copy.mobile-border-copy {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .mini-title-116 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .mini-title-116.white {
    letter-spacing: 2px;
    margin-bottom: 1px;
    margin-left: 2px;
    font-size: 14px;
  }

  .bottom-line-3 {
    margin-bottom: 31px;
  }

  ._50-column-6 {
    width: 50%;
  }

  .text-block-2-copy {
    width: 75%;
  }

  .mini-title-117 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .mini-title-117.white {
    letter-spacing: 2px;
    margin-bottom: 1px;
    margin-left: 2px;
    font-size: 14px;
  }

  .mini-title-113 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .mini-title-113.white {
    letter-spacing: 2px;
    margin-bottom: 1px;
    margin-left: 2px;
    font-size: 14px;
  }

  .div-block-66681 {
    margin-bottom: 10px;
  }

  .content-section03-2.thistle-medium {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .top-border-1116._20 {
    margin-top: 0;
    line-height: 30px;
  }

  ._89 {
    padding-bottom: 40px;
  }

  .image-9886 {
    border-style: none;
    margin-top: 6px;
  }

  .top-border-copy-5, .content-wrapper-66667 {
    margin-bottom: 0;
  }

  .mini-title-1000, .mini-title-66676 {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .heading-6 {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .hero-flex-102 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
    position: relative;
  }

  .image-copy-copy-copy-copy-2 {
    flex: 0 auto;
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
    max-height: none;
    position: relative;
  }

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

  .text-box-copy-copy.left-copy-copy {
    justify-content: center;
    width: 43%;
    height: 309px;
    margin-top: 70px;
    margin-left: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-section-102 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .content-wrapper-top-101 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 40px;
    margin-bottom: 50px;
    padding-left: 30px;
    padding-right: 0;
    display: flex;
  }

  .slider-102 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
    display: block;
  }

  .slide-103 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-444-copy {
    font-size: 13px;
  }

  .mini-title-66677 {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .mini-title-66677.white {
    font-size: 16px;
  }

  .content-section15-copy11 {
    margin-top: 110px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper-copy0 {
    margin-bottom: 0;
  }

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

  .mini-title-66678 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .mini-title-66678.white {
    font-size: 14px;
  }

  .h1-white-1004 {
    font-size: 26px;
    line-height: 52px;
  }

  .text-box-copy-copy-copy {
    width: 45%;
    max-width: 440px;
    height: 430px;
    margin-top: 40px;
    margin-right: 5%;
    padding-left: 4%;
  }

  .image-15-copy-copy {
    align-self: auto;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
    margin-left: 0%;
  }

  .div-block-66676-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .top-border-1117._20 {
    margin-top: 0;
    line-height: 30px;
  }

  .text-block-30011 {
    margin-left: 6px;
    font-size: 14px;
    line-height: 37px;
  }

  .mini-title-66679 {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .mini-title-66679.white {
    font-size: 16px;
  }

  .content-section101-2 {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .text-block-30012 {
    font-size: 13px;
  }

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

  .text-box-6.left {
    flex-direction: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 38%;
    height: 430px;
    margin-top: 40px;
    margin-left: 8%;
    margin-right: 7%;
    padding-left: 0%;
    padding-right: 2%;
  }

  .image-copy-2 {
    width: 86%;
    min-width: 420px;
    height: 406px;
    min-height: 515px;
  }

  .top-border-1118._20 {
    margin-top: 0;
    line-height: 30px;
  }

  .h1-white-1005 {
    font-size: 39px;
    line-height: 52px;
  }

  .mini-title-66680 {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .mini-title-66680.white {
    font-size: 16px;
  }

  .heading-7 {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .hero-section-103 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 20px;
    padding-top: 0;
    display: flex;
  }

  .hero-flex-103 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
    position: relative;
  }

  .image-copy-copy-copy-copy-3 {
    flex: 0 auto;
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
    max-height: none;
    position: relative;
  }

  .div-block-66683 {
    height: 257px;
  }

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

  .text-box-copy.left-copy {
    justify-content: center;
    width: 41%;
    height: 352px;
    margin-top: 55px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .slide-104 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .top-border-copy-6._20-copy {
    margin-top: 0;
    line-height: 30px;
  }

  .mini-title-66681 {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .mini-title-66681.white {
    font-size: 16px;
  }

  .content-wrapper-top-100-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    height: 450px;
    margin-top: 60px;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 0;
    display: flex;
  }

  .div-block-66672-copy {
    margin-top: 20px;
  }

  .mini-title-113-copy {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .mini-title-113-copy.white-copy, .mini-title-113-copy.white {
    margin-bottom: 5px;
    margin-left: 2px;
    font-size: 16px;
  }

  .mini-title-113-copy.white {
    margin-bottom: 5px;
    margin-left: 2px;
    font-size: 14px;
  }

  .button-6 {
    height: 31px;
    margin-top: 10px;
    font-size: 10px;
    line-height: 6px;
  }

  .bottom-line-4 {
    margin-bottom: 31px;
  }

  ._50-column-7 {
    width: 50%;
  }

  .mini-title-109 {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .div-block-66672-copy-copy {
    margin-bottom: 10px;
  }

  .mini-title-66682 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .mini-title-66682.white {
    letter-spacing: 2px;
    margin-bottom: 1px;
    margin-left: 2px;
    font-size: 14px;
  }

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

  .bottom-line-copy-2 {
    margin-bottom: 31px;
  }

  .flex-copy {
    padding-bottom: 35px;
  }

  .image-copy1 {
    border-style: none;
    margin-top: 5px;
  }

  .paragraph-copy {
    letter-spacing: 0;
    font-size: 10px;
    line-height: 23px;
  }

  .top-border-1119._20 {
    margin-top: 0;
    line-height: 30px;
  }

  .image-9887 {
    border-style: none;
    margin-top: 6px;
  }

  .mini-title-66683 {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .text-block-30014 {
    font-size: 13px;
  }

  .content-section05 {
    padding-top: 60px;
  }

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

  .top-border-1120._20 {
    margin-top: 0;
    line-height: 30px;
  }

  .h1-white-1006 {
    font-size: 39px;
    line-height: 52px;
  }

  .mini-title-66684 {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .mini-title-66684.white {
    font-size: 16px;
  }

  .text-block-30015 {
    font-size: 13px;
  }

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

  .text-box-8.left {
    flex-direction: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 38%;
    height: 430px;
    margin-top: 40px;
    margin-left: 8%;
    margin-right: 7%;
    padding-left: 0%;
    padding-right: 2%;
  }

  .image-copy-3 {
    width: 86%;
    min-width: 420px;
    height: 406px;
    min-height: 515px;
  }

  .top-border-1121._20 {
    margin-top: 0;
    line-height: 30px;
  }

  .h1-white-1007 {
    font-size: 39px;
    line-height: 52px;
  }

  .mini-title-66685 {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .mini-title-66685.white {
    font-size: 16px;
  }

  .content-section15-copy {
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper-copy000 {
    margin-bottom: 0;
  }

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

  .mini-title-66686 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .mini-title-66686.white {
    font-size: 14px;
  }

  .h1-white-1008 {
    font-size: 26px;
    line-height: 52px;
  }

  .content-section09-copy.thistle-medium-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .div-block-66685 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .image-15-copy-copy-copy {
    width: 176px;
    max-width: 100%;
    margin-top: 7px;
    margin-bottom: 26px;
    margin-left: 8%;
  }

  .flex-center-copy4 {
    align-self: auto;
  }

  .top-border-1122._20 {
    margin-top: 0;
    line-height: 30px;
  }

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

  .text-box-copy3.left-copy1 {
    flex-direction: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 38%;
    height: 430px;
    margin-top: 40px;
    margin-left: 8%;
    margin-right: 7%;
    padding-left: 0%;
    padding-right: 2%;
  }

  .h1-white-1009 {
    font-size: 39px;
    line-height: 52px;
  }

  .text-block-30016 {
    margin-left: 6px;
    font-size: 14px;
    line-height: 37px;
  }

  .mini-title-66687 {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .mini-title-66687.white {
    font-size: 16px;
  }

  .collection-list-wrapper-103 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 24px;
    display: block;
  }

  .content-wrapper-copy22 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-30017 {
    font-size: 16px;
  }

  .mini-title-copy-2 {
    font-size: 14px;
  }

  .top-border-1124._20 {
    margin-top: 0;
    line-height: 30px;
  }

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

  ._49-column-4 {
    width: 80%;
    display: block;
  }

  .content-wrapper-copy-5 {
    margin-bottom: 30px;
  }

  .mini-title-copy-3 {
    font-size: 14px;
  }

  .collection-item-6 {
    margin-left: 14%;
    margin-right: 14%;
  }

  .top-border-1125._20 {
    margin-top: 0;
    line-height: 30px;
  }

  .mini-title-white-7 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .submit-button-13 {
    font-size: 13px;
  }

  .content-wrapper-66668 {
    margin-bottom: 0;
  }

  .brand-3.w--current {
    height: 100px;
    margin-left: 0;
  }

  .image-9888 {
    max-width: 85%;
    margin-left: 13%;
  }

  .nav-menu-4 {
    background-color: #fff;
    margin-top: 0;
  }

  .nav-link-1007 {
    text-align: center;
    height: 55px;
    padding-top: 20px;
    font-size: 12px;
    line-height: 5px;
  }

  .nav-link-1007:hover {
    border-bottom-width: 1px;
  }

  .nav-link-1007.w--current {
    font-size: 12px;
  }

  .menu-button-3 {
    float: right;
    width: 60px;
    height: 110px;
    padding-top: 36px;
  }

  .icon-11 {
    color: #494141;
  }

  .content-wrapper-copy23 {
    margin-bottom: 0;
  }

  .image-9889 {
    margin-top: -4px;
  }

  .navbar-2-copy-3 {
    height: 110px;
  }

  .content-wrapper-copy00000 {
    margin-bottom: 0;
  }

  .brand-copy, .brand-copy.w--current {
    height: 100px;
    margin-left: 0;
  }

  .image-9890 {
    max-width: 85%;
    margin-left: 13%;
  }

  .nav-link-1008 {
    text-align: center;
    height: 55px;
    padding-top: 20px;
    line-height: 5px;
  }

  .nav-link-1008:hover {
    border-bottom-width: 1px;
  }

  .icon-12 {
    color: #494141;
  }

  .content-section99-2 {
    padding-top: 40px;
  }

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

  .midashi, .honmon {
    font-size: 13px;
  }

  .top-border-1126._20 {
    margin-top: 0;
    line-height: 30px;
  }

  .mini-title-white-8 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .submit-button-14 {
    font-size: 13px;
  }

  .content-wrapper-copy345 {
    margin-bottom: 0;
  }

  .text-block-30017-copy {
    font-size: 13px;
  }

  .price-copy {
    font-size: 14px;
  }

  .link-9 {
    font-size: 13px;
  }

  ._50-column-center-copy-copy, ._50-column-center-copy-copy.mobile-border-copy {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .collection-item-6-copy {
    margin-left: 14%;
    margin-right: 14%;
  }

  .align-right-copy-copy {
    font-size: 24px;
  }

  .content-section99-2-copy {
    padding-top: 40px;
  }

  .navbar-3 {
    height: 110px;
  }

  .content-wrapper-66669 {
    margin-bottom: 0;
  }

  .brand-4 {
    height: 100px;
    padding-left: 0;
  }

  .brand-4.w--current {
    height: 100px;
    margin-left: 0;
  }

  .image-9892 {
    max-width: 85%;
    margin-left: 13%;
  }

  .nav-link-1009 {
    text-align: center;
    height: 55px;
    padding-top: 20px;
    font-size: 12px;
    line-height: 5px;
  }

  .nav-link-1009:hover {
    border-bottom-width: 1px;
  }

  .nav-link-1009.w--current {
    font-size: 12px;
  }

  .icon-13 {
    color: #494141;
  }

  .nav-menu-4-copy {
    background-color: #fff;
    margin-top: 0;
  }

  .content-wrapper-copy-5-copy {
    margin-bottom: 30px;
  }

  .top-border-1119-copy._20 {
    margin-top: 0;
    line-height: 30px;
  }

  .collection-item-6-copy-copy {
    margin-left: 14%;
    margin-right: 14%;
  }

  .price-copy-copy {
    font-size: 14px;
  }

  .link-9-copy {
    font-size: 13px;
  }

  .div-block-copy {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    width: 387px;
    display: flex;
  }

  .mini-title-667-copy-copy {
    flex: 1;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 44px;
  }

  .paragraph-2-copy-copy-copy-copy {
    font-size: 13px;
    line-height: 23px;
  }

  .image-14-copy-copy {
    width: 100%;
  }

  .paragraph-2-copy-copy-copy4-copy {
    font-size: 12px;
    line-height: 28px;
  }

  .mini-title-copy-copy {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .mini-title-copy-copy-copy {
    margin-bottom: 60px;
    font-size: 14px;
  }

  .mini-title-link-copy-copy {
    margin-top: 50px;
    font-size: 12.5px;
  }

  .paragraph-2-copy-copy-copy4-copy-copy-copy, .paragraph-2-copy-copy-copy4-copy-copy-copy-copy, .paragraph-2-copy-copy-copy4-copy-copy-copy-copy-copy {
    font-size: 11px;
    line-height: 28px;
  }

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

  .div-block-copy-copy {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: 500px;
    display: flex;
  }

  .container-3-copy-copy75 {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .midashi-copy, .honmon-copy {
    font-size: 12px;
  }

  .honmon-copy, .midashi-copy, .honmon-copy, .midashi-copy {
    font-size: 12px;
  }

  .midashi-copy {
    width: 72px;
    font-size: 12px;
  }

  .honmon-copy {
    width: 372px;
    font-size: 12px;
  }

  .mini-title-667iuo {
    flex: 1;
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 44px;
  }

  .content-section99-copy-copy-copy {
    padding-top: 0;
  }

  .top-border-copy-4-copy {
    width: 100%;
  }

  .text-block-445-copy-copy, .text-block-445-copyaaa {
    margin-top: 35px;
    font-size: 11px;
    line-height: 28px;
  }

  .top-border-copy-copy1-copy {
    font-size: 11px;
    line-height: 28px;
  }

  .paragraph-2-copy-copy-copy4-copy-copy {
    max-width: none;
    margin-top: 20px;
    font-size: 11px;
    line-height: 28px;
    display: block;
  }

  .align-right-copy-copy-copyaxas {
    font-size: 24px;
  }

  .text-block-445-copy-copy-copy, .text-block-445-copy-copy-copy-copy {
    margin-top: 15px;
  }

  .flex-center-copy-2-copy {
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    width: auto;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .container-3-copy-copy-copy {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-103-copy {
    font-size: 13px;
  }

  .honmon-copy-copy-copy {
    width: auto;
    min-width: auto;
    font-size: 12px;
  }

  .top-border-copy-4-copy-copy {
    width: 100%;
  }

  .content-section99-copy-copy-copy-copy, .content-section99-copy-copy-copy-copy-copy {
    padding-top: 0;
  }

  .content-section99-copy-copy-copy-copy, .content-section99-copy-copy-copy-copy-copy, .content-section99-copy-copy-copy-copy-copy-copy {
    padding-top: 0;
  }

  .text-block-445-copy-copy-copy-copy-copy {
    margin-top: 15px;
  }

  .content-section99-copy-copy-copy-copy-copy, .content-section99-copy-copy-copy-copy-copy-copy, .content-section99-copy-copy-copy-copy-copy-copy-copy, .content-section99-copy-copy-copy-copy-copy-copy {
    padding-top: 0;
  }

  .text-block-445-copy-copy-copy {
    margin-top: 15px;
  }

  .text-block-445-copy-copy-copy-copy {
    margin-top: 0;
    font-size: 24px;
  }

  .container-3-copy-copy-copy-copy {
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2-copy-copy-copy4-copy-copy, .paragraph-2-copy-copy45 {
    font-size: 11px;
    line-height: 28px;
  }

  .link-11 {
    font-size: 12px;
  }

  .content-section99-copy-copy-copy-copy-copy99 {
    padding-top: 0;
  }

  .mini-title-copy-copy-copyyrt {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .content-section99-pp, .content-section99-copyrr {
    padding-top: 0;
  }

  .paragraph-2-copy-copy-copy-copy-copy, .paragraph-2-copy-copy-copy-copy-copy-copy {
    font-size: 13px;
    line-height: 23px;
  }

  .image-14-copy-copy-copylp4 {
    width: auto;
  }

  .mini-title-copy-copy-copy-copy {
    margin-bottom: 60px;
    font-size: 14px;
  }

  .image-14-copy-copy-copy {
    width: auto;
  }

  .button-6-copy {
    height: 31px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 6px;
  }

  .image-14-copy-copy-copy-copy {
    width: auto;
    max-width: 450px;
    margin-bottom: 30px;
  }

  .text-block-30011-copy {
    margin-left: 0;
    font-size: 14px;
    line-height: 37px;
  }

  .content-wrapper-copy22-copy {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-center-copy-2-copy-copy {
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    width: auto;
    margin-top: 26px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .content-section99-copy-copy-copy-copy-copy-copy-copy {
    padding-top: 0;
  }

  .content-section99po {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .honmon-copy-copy-copy {
    font-size: 12px;
  }

  .honmon-copy-copy-copy-copy {
    font-size: 13px;
  }

  .mini-title-667-copy-copy-copy, .mini-title-667-copy-copy-copy-copy {
    flex: 1;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 44px;
  }

  .mini-title-667-copy-copy-copy-copy, .mini-title-667-copy-copy-copy-copy-copy {
    flex: 1;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 44px;
  }

  .text-block-445-copy-copy-copy-copy, .text-block-445-copy-copy-copy-copy-copy {
    margin-top: 35px;
    font-size: 11px;
    line-height: 28px;
  }

  .text-block-445-copy-copy-copy-copy-copy-copy {
    width: 70%;
    margin-top: 0;
    font-size: 11px;
    line-height: 28px;
  }

  .text-block-445-copy-copy-copy-copy-copya {
    margin-top: 0;
    font-size: 24px;
  }

  .paragraph-2-copy-copy-copy4-copy-copy-copy {
    max-width: none;
    margin-top: 20px;
    font-size: 11px;
    line-height: 28px;
    display: block;
  }

  .paragraph-2-copy-copy-copy4-copy-copy-copy-copy {
    max-width: none;
    margin-top: 20px;
    font-size: 12px;
    line-height: 28px;
    display: block;
  }

  .container-3-copy-copy {
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mini-title-667-copy-copy-copy-copy-copy {
    flex: 1;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 44px;
  }

  .content-section99-copy-copy-copy-copy-copy-copy-copy-copy {
    padding-top: 0;
  }

  .content-section99-copy-copy-copy-copy-copy-copy-copy-copy-copy {
    margin-top: 20px;
    padding-top: 0;
  }

  .mini-title-667-copy-copy-copy-copy-copy-copy {
    flex: 1;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 44px;
  }

  .mini-title-667-sp {
    flex: 1;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 44px;
  }

  .mini-title-667-copy-copy-copy-copy-copy-copy-copy, .mini-title-667-copy-copy-copy-copy-copy-copy-copy-copy {
    flex: 1;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 44px;
  }

  .text-block-445-spp-copy {
    margin-top: 15px;
  }

  .content-section99-pp-copy {
    margin-top: 0;
    padding-top: 0;
  }

  .content-section99-copyrr-copy {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-center-copy-2-copy-copyaaaxa {
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    width: auto;
    margin: 50px 0 10px;
    display: flex;
    position: relative;
  }

  .text-block-445-copyaaa-copy {
    width: 70%;
    margin-top: 20px;
    font-size: 11px;
    line-height: 28px;
  }

  .image-14-copy-copy-copylp4-copy {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-3-copy-copy75-copy {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .mini-title-667iuo-copy {
    flex: 1;
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 44px;
  }

  .content-section99-copy-copy-copy-copy-copy99-copy {
    margin-top: 40px;
    padding-top: 0;
  }

  .mini-title-copy-copy-copyyrt-copy {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .flex-center-copy-2-copy-copyaaaxa-copy {
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    width: 100%;
    margin: 0 0 40px;
    display: flex;
    position: relative;
  }

  .container-3-copyaae-copy {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .align-right-copy-copy-copyaxas-copy {
    font-size: 24px;
  }

  .mini-title-link-copyaxa-copy {
    font-size: 12.5px;
  }

  .mini-title-667-copy-copy-copy {
    flex: 1;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 44px;
  }

  .mini-title-copy-copy {
    font-size: 14px;
  }

  .bold-text-104, .bold-text-105 {
    font-size: 12px;
  }

  .paragraph-2-copy-copy-copy4-copy-copy-copyl, .paragraph-2-copy-copy-copy4-copy-copy-copy, .paragraph-2-copy-copy-copy4-copy-copy-copyl-copy {
    max-width: none;
    margin-top: 20px;
    font-size: 12px;
    line-height: 28px;
    display: block;
  }

  .text-block-445-spp-copy {
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .honmon-copy-copy, .honmon-copy-copy-copy, .honmon-copy-copy, .honmon-copy-copy-copy, .honmon-copy-copy, .honmon-copy-copy-copy {
    font-size: 12px;
  }

  .mini-title-copy-copy-copy-copy-copy {
    margin-bottom: 60px;
    font-size: 14px;
  }
}

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

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

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

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

  .hero-image._2-100 {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
  }

  .checkout-form {
    width: 100%;
  }

  .navbar-2 {
    height: 90px;
  }

  .hero-flex-2 {
    justify-content: center;
    align-items: stretch;
  }

  .h1-white-99.white {
    letter-spacing: -.4px;
    margin-left: 0%;
    font-size: 10px;
    line-height: 31px;
    position: relative;
    left: 0%;
  }

  .div-block-10000 {
    flex: 0 auto;
    min-width: 144px;
    margin-left: 16px;
    font-size: 24px;
    display: block;
    position: relative;
    left: 0;
  }

  .h1-white-copy.white {
    letter-spacing: 1.5px;
    padding-right: 0;
    font-size: 21px;
    line-height: 31px;
    position: relative;
    left: 0%;
  }

  .image-copy-copy-copy {
    border-width: 10px;
    width: 69%;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    margin-left: 0;
  }

  .content-wrapper-top-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-text-box-2 {
    justify-content: center;
    align-items: flex-start;
    width: 36%;
    height: 230px;
    max-height: none;
    margin-top: 5%;
    inset: 0% 0% 0% auto;
  }

  .hero-image-copy._2 {
    width: 84%;
    height: 100%;
    min-height: 307px;
    max-height: none;
    margin-left: 27px;
  }

  .hero-image-copy._2-100-copy {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
  }

  .bold-text-101 {
    letter-spacing: 0;
    justify-content: center;
    margin-top: 11px;
    margin-left: 0;
    margin-right: 0%;
    font-size: 12px;
    line-height: 26px;
  }

  .image-15 {
    width: 122px;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
    position: relative;
  }

  .hero-section-2 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .hero-flex-3 {
    justify-content: center;
    align-items: stretch;
  }

  .h1-white-100.white {
    letter-spacing: -.4px;
    margin-left: 0%;
    font-size: 10px;
    line-height: 31px;
    position: relative;
    left: 0%;
  }

  .hero-text-box-3 {
    justify-content: center;
    align-items: flex-start;
    width: 36%;
    height: 230px;
    max-height: none;
    margin-top: 5%;
    inset: 0% 0% 0% auto;
  }

  .image-16 {
    width: 122px;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
    position: relative;
  }

  .intro-text-box-0000-copy45 {
    max-width: none;
    padding: 30px 10px;
  }

  .image-hover-10000 {
    max-width: 100%;
  }

  .flex-center-0000 {
    grid-column-gap: 10px;
    flex-direction: column;
    place-content: stretch flex-start;
    align-items: center;
    display: flex;
  }

  .title-link-9-copy {
    margin-bottom: 28px;
    font-size: 24px;
  }

  .title-link-9 {
    letter-spacing: 1.5px;
    font-size: 14px;
  }

  .intro-paragraph-copy {
    color: #000000f5;
    letter-spacing: 1.8px;
    margin-top: 15px;
    font-size: 11.5px;
    line-height: 33px;
  }

  .div-block-4 {
    font-size: 12px;
    line-height: 29px;
  }

  .intro-box-0000 {
    flex-direction: column;
    width: auto;
    min-width: auto;
    max-width: 80%;
    margin-top: 15px;
    display: flex;
  }

  .content-wrapper-copy1 {
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 60px;
    display: block;
  }

  .mini-title-66-copy-copy {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .top-border-0000._50-0000 {
    margin-top: 50px;
  }

  .content-section01 {
    margin-top: 60px;
    padding-bottom: 20px;
  }

  .text-block-3-3333 {
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    line-height: 26px;
  }

  .bold-text-2-copy3 {
    letter-spacing: 1.8px;
    font-size: 11.5px;
    line-height: 33px;
  }

  .div-block-6 {
    margin-bottom: 10px;
  }

  .h1-white-copy1 {
    column-count: 0;
    margin-top: 4px;
    margin-bottom: 7px;
    padding-right: 0;
    font-size: 29px;
    line-height: 39px;
  }

  .profile-image-1234 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
    display: flex;
    left: 0;
    right: 0;
  }

  .text-block-4 {
    letter-spacing: 1px;
    font-size: 11px;
    line-height: 33px;
  }

  .mini-title-66 {
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 15px;
  }

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

  .flex-center-2.reverse {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: flex-start;
  }

  .text-box-2 {
    width: 42%;
    height: 290px;
    margin-top: 30px;
  }

  .content-section02-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-5 {
    margin-top: 3px;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .content-wrapper0 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .text-link-3 {
    font-size: 10px;
  }

  .top-border-3._20 {
    float: left;
    text-align: center;
    float: left;
    text-align: center;
    float: left;
    text-align: center;
  }

  .image-17 {
    width: 49px;
    height: 36px;
  }

  .mini-title-67.white {
    margin-bottom: 2px;
    font-size: 14px;
  }

  .image-copy-copy {
    clear: none;
    border-width: 10px;
    flex: 0 auto;
    width: 72%;
    min-width: 409px;
    height: auto;
    min-height: 273px;
    position: relative;
    inset: 0% 0 0% 0%;
  }

  .h1-white-copy9 {
    letter-spacing: 1px;
    margin-top: 2px;
    margin-bottom: 11px;
    font-size: 23px;
    line-height: 45px;
  }

  .profile-image-4321 {
    clear: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
    display: flex;
    left: 0;
  }

  .flex-center-10000 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .div-block-66671 {
    margin-bottom: 10px;
  }

  .text-box-3 {
    width: 42%;
    height: 290px;
    margin-top: 30px;
  }

  .text-box-3.left {
    padding-left: 5%;
  }

  .text-block-444 {
    letter-spacing: 1px;
    margin-bottom: 0;
    font-size: 11px;
  }

  .content-wrapper00 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .text-link-4 {
    font-size: 10px;
  }

  .mini-title-68.white {
    margin-bottom: 2px;
    font-size: 14px;
  }

  .content-section09.thistle-medium {
    padding-top: 45px;
  }

  .image-copy {
    border-width: 10px;
    flex: 0 auto;
    width: 72%;
    min-width: 409px;
    height: auto;
    min-height: 273px;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
  }

  .div-block-66673 {
    margin-bottom: 10px;
  }

  .text-block-445 {
    letter-spacing: 1px;
    font-size: 11px;
    line-height: 33px;
  }

  .text-box-4 {
    width: 42%;
    height: 290px;
    margin-top: 30px;
  }

  .text-link-5 {
    font-size: 10px;
  }

  .content-section02 {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .mini-title-69.white {
    margin-bottom: 2px;
    font-size: 14px;
  }

  .title-link-9-copy-copy {
    margin-bottom: 25px;
    font-size: 22px;
  }

  .mini-title-66666 {
    margin-bottom: 0;
  }

  .top-border-1111._50-1111 {
    margin-top: 50px;
  }

  .content-section66 {
    margin-top: 110px;
    padding-bottom: 20px;
  }

  .intro-text-box-2 {
    padding: 26px 90px 30px;
  }

  .title-link-10 {
    letter-spacing: 1px;
    font-size: 13px;
  }

  .text-block-30000 {
    font-size: 11px;
    line-height: 26px;
  }

  .image-hover-10001 {
    max-width: 58%;
  }

  .intro-box-66-1111 {
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .flex-center-66-11111 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .content-section03 {
    padding-bottom: 60px;
  }

  .content-section03.thistle-medium {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .image-18 {
    border-width: 10px;
  }

  ._50-column-2 {
    width: 100%;
    margin-bottom: 20px;
  }

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

  ._50-column-center-2 {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }

  ._50-column-center-2.mobile-border {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 4%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-wrapper-67 {
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 60px;
    display: block;
  }

  .content-section07 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
  }

  .content-wrapper-copy {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .mini-title-66-copy {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .collection-list-wrapper-102 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .flex-grid-102 {
    flex-direction: column;
    align-items: center;
    width: 60%;
  }

  .collection-item-2 {
    width: 100%;
  }

  .h1-white-999.white {
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 44px;
    position: relative;
    left: 0%;
  }

  .hero-text-box-copy-copy {
    flex: 0 auto;
    justify-content: flex-start;
    width: 80%;
    height: auto;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    padding: 21px 39px 40px;
    position: relative;
    inset: auto 0% 0%;
  }

  .hero-image-copy-copy-copy._2-copy {
    width: 100%;
    height: 100%;
    min-height: 307px;
    display: block;
  }

  .hero-flex-copy {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-link-2-999 {
    font-size: 11px;
  }

  .div-block-3-copy-copy {
    flex: 0 auto;
    min-width: 187px;
    font-size: 24px;
    display: block;
    position: relative;
    left: 17px;
  }

  .h1-white-copy-copy.white {
    letter-spacing: 4px;
    letter-spacing: 1.5px;
    max-width: 226px;
    margin-bottom: 24px;
    padding-right: 0;
    font-size: 22px;
    line-height: 36px;
    position: relative;
    left: 0%;
  }

  .content-wrapper-top-copy-copy {
    flex: 0 auto;
    height: auto;
    display: flex;
  }

  .top-border-999._20-999 {
    float: left;
    text-align: center;
  }

  .hero-section-copy {
    height: auto;
    margin-top: 40px;
    padding-bottom: 0;
  }

  .image-copy-copy-copy-copy-copy {
    border-width: 10px;
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
  }

  .text-block-3-copy {
    margin-top: 17px;
    margin-bottom: 25px;
    padding-right: 30px;
  }

  .content-wrapper-68 {
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 60px;
    display: block;
  }

  .collection-item-3, .collection-list-wrapper-2 {
    line-height: 55px;
  }

  .text-field-7 {
    width: 46%;
  }

  .content-wrapper-69 {
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 60px;
    display: block;
  }

  .submit-button-8 {
    font-size: 13px;
  }

  .menu-button-2 {
    height: 52px;
    margin-left: 0;
    padding-top: 17px;
    left: 0%;
  }

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

  .image-11 {
    flex: 0 auto;
    width: 41px;
    max-width: none;
    margin-top: 4px;
    margin-left: 0%;
    position: relative;
    left: 0%;
  }

  .nav-link-2 {
    clear: none;
    text-transform: capitalize;
    height: 50px;
    font-family: Zen Kaku Gothic Antique, sans-serif;
    font-size: 10px;
    line-height: 5px;
    overflow: visible;
  }

  .nav-link-2:hover {
    border-bottom-width: 1px;
  }

  .content-wrapper-10001 {
    max-width: none;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 60px;
    display: block;
  }

  .nav-menu-3 {
    width: 100%;
    height: auto;
    padding-bottom: 18px;
  }

  .brand-2 {
    justify-content: center;
    width: 61px;
    height: 52px;
  }

  .brand-2.w--current {
    width: 61px;
  }

  .social-icon-copy.twitter {
    width: 28px;
    height: 28px;
    margin-right: 0;
  }

  .social-icon-copy-copy.instagram {
    width: 28px;
    height: 28px;
  }

  .nav-link-1002 {
    height: 50px;
    font-size: 12px;
    line-height: 5px;
  }

  .nav-link-1002:hover {
    border-bottom-width: 1px;
  }

  .navbar-2-copy {
    height: 76px;
  }

  .image-19 {
    flex: 0 auto;
    width: 41px;
    max-width: none;
    margin-top: 4px;
    margin-left: 0%;
    position: relative;
    left: 0%;
  }

  .nav-link-1003 {
    clear: none;
    text-transform: capitalize;
    height: 50px;
    font-family: Zen Kaku Gothic Antique, sans-serif;
    font-size: 10px;
    line-height: 5px;
    overflow: visible;
  }

  .nav-link-1003:hover {
    border-bottom-width: 1px;
  }

  .nav-menu-2-copy {
    width: 100%;
    height: auto;
    padding-bottom: 18px;
  }

  .content-wrapper-copy-2 {
    margin-bottom: 0;
  }

  .paragraph-2-copy-copy11 {
    font-size: 11px;
    line-height: 28px;
  }

  .honmon-copy123 {
    font-size: 11px;
  }

  .mini-title-667-copy-copy19 {
    margin-left: 0;
    font-size: 15px;
  }

  .div-block-copy12234 {
    width: 100%;
  }

  .bold-text-100 {
    letter-spacing: 2px;
    font-size: 16px;
  }

  .mini-title-667-copy-copy19-copy {
    margin-left: 0;
    font-size: 15px;
  }

  .icon-5 {
    margin-right: 15px;
    font-size: 25px;
  }

  .container-3-copy-cop2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .image-14 {
    border-width: 10px;
  }

  .text-block-445-copy1 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-999-copy1 {
    width: 47px;
    height: 35px;
    margin-top: 4px;
    margin-left: -6%;
    margin-right: 3px;
  }

  .div-block-666-copy1 {
    width: 100%;
    margin-bottom: 0;
  }

  .button-3 {
    min-width: 260px;
    margin-top: 25px;
    padding-left: 29px;
    padding-right: 29px;
    font-size: 13px;
    line-height: 5px;
  }

  .content-section99 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-nav-5 {
    font-size: 10px;
  }

  .icon-4 {
    margin-left: 15px;
    font-size: 25px;
  }

  .midashi-copy123 {
    margin-bottom: 5px;
    font-size: 11px;
  }

  .slider-3-1 {
    margin-top: 20px;
    margin-bottom: 2px;
  }

  .content-section03-copy {
    padding-bottom: 60px;
  }

  .content-section03-copy.gray {
    margin-top: 20px;
  }

  .content-section03-copy.thistle-medium-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 40px;
    display: flex;
  }

  .align-right-2 {
    font-size: 24px;
  }

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

  .text-field-12 {
    width: 46%;
  }

  .content-wrapper-10002 {
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 60px;
    display: block;
  }

  .submit-button-9 {
    font-size: 13px;
  }

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

  .social-icon-3.twitter {
    width: 28px;
    height: 28px;
    margin-right: 0;
  }

  .social-icon-3.instagram {
    width: 28px;
    height: 28px;
  }

  .footer-2 {
    padding-top: 10px;
    display: block;
  }

  .footer-links-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: 80%;
    margin-top: 4%;
    margin-bottom: 10px;
    margin-left: 4%;
    display: grid;
    position: static;
  }

  .footer-link-100 {
    font-size: 11px;
  }

  .footer-link-100.w--current {
    flex: 0 auto;
    margin-right: 35px;
  }

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

  .footer-link-101 {
    letter-spacing: 2px;
    margin-right: 0;
    font-size: 10px;
  }

  .footer-link-101.w--current {
    flex: 0 auto;
    margin-right: 35px;
  }

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

  .text-block-6 {
    font-size: 9px;
  }

  .image-12 {
    text-align: left;
    width: 45px;
    max-width: none;
    margin-top: 17px;
    margin-bottom: 5px;
    display: inline-block;
  }

  .footer-brand-2 {
    max-width: 16%;
    margin-right: 30px;
  }

  .footer-brand-2.w--current {
    max-width: none;
    margin-right: 30px;
    position: static;
    inset: 0% auto auto 0%;
  }

  .flex-space-2 {
    flex-direction: row;
    place-content: stretch space-between;
    align-items: stretch;
    display: flex;
  }

  ._90-column-2 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .nav-link-1004 {
    height: 50px;
    font-size: 12px;
    line-height: 5px;
  }

  .nav-link-1004:hover {
    border-bottom-width: 1px;
  }

  .image-20 {
    flex: 0 auto;
    width: 41px;
    max-width: none;
    margin-top: 4px;
    margin-left: 0%;
    position: relative;
    left: 0%;
  }

  .nav-link-1005 {
    clear: none;
    text-transform: capitalize;
    height: 50px;
    font-family: Zen Kaku Gothic Antique, sans-serif;
    font-size: 10px;
    line-height: 5px;
    overflow: visible;
  }

  .nav-link-1005:hover {
    border-bottom-width: 1px;
  }

  .icon-6 {
    margin-right: 15px;
    font-size: 25px;
  }

  .image-21 {
    border-width: 10px;
  }

  .icon-7 {
    margin-left: 15px;
    font-size: 25px;
  }

  .slide-nav-4 {
    font-size: 10px;
  }

  .align-right-3 {
    font-size: 24px;
  }

  .text-field-15 {
    width: 46%;
  }

  .submit-button-10 {
    font-size: 13px;
  }

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

  .social-icon-4.twitter {
    width: 28px;
    height: 28px;
    margin-right: 0;
  }

  .social-icon-4.instagram {
    width: 28px;
    height: 28px;
  }

  .footer-link-102 {
    font-size: 11px;
  }

  .footer-link-102.w--current {
    flex: 0 auto;
    margin-right: 35px;
  }

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

  .text-block-30002 {
    font-size: 9px;
  }

  .image-22 {
    text-align: left;
    width: 45px;
    max-width: none;
    margin-top: 17px;
    margin-bottom: 5px;
    display: inline-block;
  }

  .footer-link-103 {
    font-size: 11px;
  }

  .footer-link-103.w--current {
    flex: 0 auto;
    margin-right: 35px;
  }

  ._90-column-3 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .image-23 {
    flex: 0 auto;
    width: 41px;
    max-width: none;
    margin-top: 4px;
    margin-left: 0%;
    position: relative;
    left: 0%;
  }

  .nav-link-1006 {
    clear: none;
    text-transform: capitalize;
    height: 50px;
    font-family: Zen Kaku Gothic Antique, sans-serif;
    font-size: 10px;
    line-height: 5px;
    overflow: visible;
  }

  .nav-link-1006:hover {
    border-bottom-width: 1px;
  }

  .content-wrapper-copy-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 60px;
    display: block;
  }

  .icon-8 {
    margin-right: 15px;
    font-size: 25px;
  }

  .icon-9 {
    margin-left: 15px;
    font-size: 25px;
  }

  .image-24 {
    border-width: 10px;
  }

  .slide-nav-3 {
    font-size: 10px;
  }

  .align-right-4 {
    font-size: 24px;
  }

  .text-field-18 {
    width: 46%;
  }

  .submit-button-11 {
    font-size: 13px;
  }

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

  .social-icon-5.twitter {
    width: 28px;
    height: 28px;
    margin-right: 0;
  }

  .social-icon-5.instagram {
    width: 28px;
    height: 28px;
  }

  .footer-link-104 {
    font-size: 11px;
  }

  .footer-link-104.w--current {
    flex: 0 auto;
    margin-right: 35px;
  }

  .footer-link-105 {
    font-size: 11px;
  }

  .footer-link-105.w--current {
    flex: 0 auto;
    margin-right: 35px;
  }

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

  .footer-link-106 {
    letter-spacing: 2px;
    margin-right: 0;
    font-size: 10px;
  }

  .footer-link-106.w--current {
    flex: 0 auto;
    margin-right: 35px;
  }

  .text-block-30003 {
    font-size: 9px;
  }

  .image-25 {
    text-align: left;
    width: 45px;
    max-width: none;
    margin-top: 17px;
    margin-bottom: 5px;
    display: inline-block;
  }

  .navbar-2-copy-2 {
    height: 54px;
  }

  .content-wrapper-103 {
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 60px;
  }

  .brand-copy-copy {
    justify-content: center;
    width: 61px;
    height: 52px;
    margin-left: 0;
  }

  .image-26 {
    flex: 0 auto;
    width: 41px;
    max-width: none;
    margin-top: 4px;
    margin-left: 0%;
    position: relative;
    left: 0%;
  }

  .nav-menu-2-copy7 {
    width: 100%;
    height: auto;
    padding-bottom: 18px;
  }

  .nav-link-100 {
    height: 55px;
    font-size: 10px;
    line-height: 5px;
  }

  .nav-link-100:hover {
    border-bottom-width: 1px;
  }

  .slide-100 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .image-copy-copy-copy-copy {
    border-width: 10px;
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
  }

  .hero-flex-100 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .mini-title-66-100 {
    letter-spacing: 3px;
    margin-top: 0;
    margin-left: 0%;
    font-size: 16.5px;
  }

  .image-15-100 {
    width: 238px;
    max-width: none;
    margin-top: 24px;
    margin-bottom: 10px;
    margin-left: 0%;
  }

  .h1-white-999-100-copy.white-100-copy {
    text-align: center;
    letter-spacing: 0;
    margin-top: 8px;
    margin-bottom: 4px;
    margin-left: 0%;
    font-size: 15px;
    line-height: 34px;
    position: relative;
    left: 0%;
  }

  .content-wrapper-top-100 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-100 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    min-width: auto;
    margin-top: 23px;
    margin-bottom: 22px;
    padding-top: 0;
    font-size: 24px;
    display: flex;
    position: relative;
    left: auto;
  }

  .hero-section-100 {
    align-items: center;
    height: 100%;
  }

  .hero-text-box-100 {
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 66%;
    height: 256px;
    margin-top: 0;
    padding-bottom: 0;
    position: relative;
    inset: 0% 0% auto;
  }

  .text-block-102 {
    margin-top: 16px;
    line-height: 22px;
  }

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

  .flex-center-102 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .div-block-66676 {
    font-size: 12px;
    line-height: 29px;
  }

  .content-wrapper-102 {
    margin-bottom: 0;
    padding-top: 16px;
  }

  .title-link-9-102 {
    font-size: 21px;
  }

  .bold-text-2 {
    letter-spacing: 1.8px;
    font-size: 11.5px;
    line-height: 35px;
  }

  .content-section100-copy34 {
    margin-top: 60px;
    padding-bottom: 20px;
  }

  .mini-title-66-copy-copy12 {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .title-link-102-copy09 {
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 25px;
  }

  .top-border-102-copy6._50-102-copy6 {
    margin-top: 60px;
  }

  .intro-paragraph-2 {
    color: #000000f5;
    letter-spacing: 1.8px;
    margin-top: 20px;
    font-size: 11.5px;
    line-height: 35px;
  }

  .profile-image-4322 {
    clear: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
    display: flex;
    left: 0;
  }

  .div-block-66667 {
    text-align: center;
    margin-top: 16px;
  }

  ._50-column-3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-102-7777 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    margin-left: 0%;
    display: flex;
  }

  .image-1000 {
    border-width: 10px;
  }

  .image-9876 {
    border-width: 10px;
    flex: 0 auto;
    width: 100%;
    min-width: 409px;
    height: auto;
    min-height: 273px;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
  }

  .h1-white-1000 {
    font-size: 20px;
    line-height: 45px;
  }

  .image-100 {
    margin-top: 0%;
    padding-top: 0;
  }

  .h1-white-101 {
    font-size: 25px;
    line-height: 45px;
  }

  .paragraph-4 {
    margin-bottom: 13px;
    font-size: 11.5px;
    line-height: 28px;
  }

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

  ._50-column-center-3 {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }

  ._50-column-center-3.mobile-border {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 4%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-box-102-copy5.left-102-copy5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 340px;
    max-width: none;
    height: auto;
    margin-top: -9%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 36px;
    padding-bottom: 65px;
    padding-left: 5%;
    display: flex;
    position: relative;
  }

  .mini-title-100-98 {
    text-align: center;
    letter-spacing: .1px;
    margin-top: 1px;
    margin-bottom: 17px;
    font-size: 15px;
  }

  .mini-title-6666-copy66 {
    margin-top: 28px;
    margin-bottom: 70px;
    font-size: 15px;
  }

  .content-section1000.thistle-medium-1000 {
    padding-top: 20px;
  }

  .content-wrapper-67-copy {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mini-title-66668.white {
    margin-bottom: 2px;
    font-size: 14px;
  }

  .text-link-2-8888 {
    font-size: 10px;
  }

  .div-block-66668 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .mini-title-102.white-102 {
    letter-spacing: .5px;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0;
    font-size: 12px;
    line-height: 24px;
  }

  .profile-image-4323 {
    clear: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
    display: flex;
    left: 0;
  }

  .div-block-66677 {
    text-align: center;
    margin-top: 16px;
  }

  ._50-column-4 {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-9877 {
    border-width: 10px;
  }

  .image-9878 {
    border-width: 10px;
    flex: 0 auto;
    width: 100%;
    min-width: 409px;
    height: auto;
    min-height: 273px;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
  }

  .image-9879 {
    margin-top: 0%;
    padding-top: 0;
  }

  .h1-white-1001 {
    font-size: 25px;
    line-height: 45px;
  }

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

  ._50-column-center-4 {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }

  ._50-column-center-4.mobile-border {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 4%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .mini-title-66669.white {
    margin-bottom: 2px;
    font-size: 14px;
  }

  .mini-title-100-98-copy1 {
    text-align: center;
    margin-top: 1px;
    margin-bottom: 17px;
    font-size: 15px;
  }

  .mini-title-66670.white-102 {
    letter-spacing: .5px;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0;
    font-size: 12px;
    line-height: 24px;
  }

  .profile-image-4324 {
    clear: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
    display: flex;
    left: 0;
  }

  ._50-column-5 {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-9880 {
    border-width: 10px;
  }

  .image-9881 {
    border-width: 10px;
    flex: 0 auto;
    width: 100%;
    min-width: 409px;
    height: auto;
    min-height: 273px;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
  }

  .content-wrapper-67-9999 {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-9882 {
    margin-top: 0%;
    padding-top: 0;
  }

  .content-section1000-copy3.thistle-medium-1000-copy3 {
    padding-top: 20px;
  }

  .h1-white-1002 {
    font-size: 25px;
    line-height: 45px;
  }

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

  .mini-title-66671.white {
    margin-bottom: 2px;
    font-size: 14px;
  }

  .mini-title-66672.white-102 {
    letter-spacing: .5px;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0;
    font-size: 12px;
    line-height: 24px;
  }

  .title-link-9-1000 {
    font-size: 21px;
  }

  .intro-text-box-4444-copy1 {
    padding: 26px 3px 30px 2px;
  }

  .content-section101 {
    margin-top: 50px;
    padding-bottom: 20px;
  }

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

  .flex-center-101-copy1 {
    grid-column-gap: 33px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .div-block-66678 {
    font-size: 12px;
    line-height: 29px;
  }

  .text-block-3-7777 {
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    line-height: 26px;
  }

  .title-link-11 {
    letter-spacing: 1px;
    font-size: 13px;
  }

  .bold-text-2-copy {
    letter-spacing: 1.8px;
    font-size: 11.5px;
    line-height: 35px;
  }

  .title-link-9-1000-copy4 {
    font-size: 21px;
  }

  .intro-paragraph-copy12 {
    color: #000000f5;
    letter-spacing: 1.8px;
    margin-top: 20px;
    font-size: 11.5px;
    line-height: 35px;
  }

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

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

  .top-border-101._50-101 {
    margin-top: 40px;
  }

  .text-field-5-copy, .text-field-22 {
    width: 46%;
  }

  .content-section11-copy1.thistle-medium-copy1 {
    padding-top: 60px;
  }

  .submit-button-12 {
    font-size: 13px;
  }

  .content-wrapper-66666 {
    margin-top: 15px;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .image-9883 {
    border-width: 10px;
  }

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

  .content-wrapper-copy-4 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .collection-list-wrapper-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-item-4 {
    width: 100%;
  }

  .container-4-copy {
    padding-left: 62px;
    padding-right: 62px;
  }

  .div-block-101 {
    margin-bottom: 10px;
  }

  .midashi-2, .honmon-2 {
    font-size: 12px;
  }

  .div-block-400 {
    margin-bottom: 10px;
  }

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

  .social-icon-6.twitter {
    width: 28px;
    height: 28px;
    margin-right: 0;
  }

  .social-icon-6.instagram {
    width: 28px;
    height: 28px;
  }

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

  .footer-link-107 {
    letter-spacing: 2px;
    margin-right: 0;
    font-size: 10px;
  }

  .footer-link-107.w--current {
    flex: 0 auto;
    margin-right: 35px;
  }

  .flex-space-copy {
    flex-direction: row;
    place-content: stretch space-between;
    align-items: stretch;
    display: flex;
  }

  .text-block-30007 {
    font-size: 9px;
  }

  .image-9884 {
    text-align: left;
    width: 45px;
    max-width: none;
    margin-top: 17px;
    margin-bottom: 5px;
    display: inline-block;
  }

  .image-14-copy {
    border-width: 10px;
  }

  .text-block-445-copy {
    width: 100%;
    margin-top: 30px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 10.5px;
    line-height: 27px;
  }

  .top-border-copy-copy {
    font-size: 10px;
  }

  .content-section99-copy-copy {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .paragraph-2-copy-copy-copy4 {
    font-size: 10.5px;
    line-height: 27px;
  }

  .top-border-copy-copy1 {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 10.5px;
    line-height: 27px;
  }

  .flex-center-copy-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 18px;
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
  }

  .container-3-copyaae {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block-445-spp {
    width: 100%;
  }

  .mini-title-667-copy {
    font-size: 12.5px;
    line-height: 32px;
  }

  .flex-3-copy {
    padding-bottom: 0;
  }

  .paragraph-2-copy-copy-copy {
    font-size: 11px;
  }

  .content-section03-copy-copy {
    padding-bottom: 60px;
  }

  .content-section03-copy-copy.gray {
    margin-top: 20px;
  }

  .align-right-copy {
    font-size: 24px;
  }

  .mini-title-link-copyaxa {
    font-size: 11px;
  }

  .social-icon-7.twitter {
    width: 28px;
    height: 28px;
    margin-right: 0;
  }

  .social-icon-7.instagram {
    width: 28px;
    height: 28px;
  }

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

  .footer-link-108 {
    letter-spacing: 2px;
    margin-right: 0;
    font-size: 10px;
  }

  .footer-link-108.w--current {
    flex: 0 auto;
    margin-right: 35px;
  }

  .text-block-30008 {
    font-size: 9px;
  }

  .products-details-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .link-8 {
    margin-top: 8px;
  }

  .content-wrapper-copy-copy {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .h1-white-1003.white {
    letter-spacing: .1px;
    font-size: 10px;
    line-height: 31px;
    position: relative;
    left: 0%;
  }

  .div-block-3 {
    flex: 0 auto;
    min-width: 149px;
    margin-left: -20px;
    font-size: 24px;
    display: block;
    position: relative;
    left: 8px;
  }

  .image-copy-copy-copy-2 {
    border-width: 10px;
    width: 84%;
    min-width: 400px;
    height: 100%;
    min-height: 307px;
  }

  .hero-text-box-101 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 42%;
    height: 256px;
    margin-top: 30px;
    margin-left: 0;
  }

  .text-block-3 {
    max-width: 390px;
    line-height: 24px;
  }

  .content-section01-2 {
    margin-top: 80px;
    padding-bottom: 20px;
  }

  .bold-text-99 {
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 29px;
  }

  .intro-paragraph-99 {
    font-size: 14px;
    line-height: 29px;
  }

  .title-link-12 {
    letter-spacing: 0;
    font-size: 14px;
  }

  .flex-center-10001 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .bold-text-102, .intro-paragraph-100 {
    font-size: 12px;
    line-height: 31px;
  }

  .content-wrapper-100 {
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .title-link-9-copy-2 {
    margin-bottom: 25px;
    font-size: 23px;
  }

  .relative-104 {
    align-self: center;
  }

  .top-border-1113._50 {
    margin-top: 80px;
  }

  .div-block-66679 {
    font-size: 12px;
    line-height: 29px;
  }

  .intro-box-103 {
    flex-direction: column;
    width: 70%;
    display: flex;
  }

  .content-section15 {
    margin-top: 60px;
    padding-bottom: 0;
  }

  .content-wrapper-107 {
    margin-bottom: 30px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .mini-title-111.white {
    margin-bottom: 0;
    font-size: 14px;
  }

  .h1-white-000 {
    letter-spacing: 2px;
    font-size: 27px;
    line-height: 45px;
  }

  .content-section02-2 {
    padding-bottom: 40px;
  }

  .text-link-7 {
    font-size: 11px;
  }

  .content-wrapper0-2 {
    padding-right: 0;
  }

  .image-copy-copy-2 {
    border-width: 10px;
    flex: 0 auto;
    align-self: auto;
    min-height: 480px;
    max-height: none;
    position: relative;
  }

  .profile-image-4325 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 71%;
    min-width: auto;
    height: 100%;
    min-height: 407px;
    display: flex;
    left: 0;
  }

  .profile-image-4325.left {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    width: 71%;
    min-width: auto;
    height: 13%;
    min-height: 407px;
    max-height: none;
    left: auto;
    right: 0;
  }

  .h1-white-copy1-2 {
    padding-right: 0;
    font-size: 29px;
    line-height: 45px;
  }

  .top-border-1114._20 {
    text-align: center;
    padding-top: 10px;
  }

  .text-block-30009 {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 31px;
  }

  .mini-title-66674.white {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .image-copy-copy-6 {
    border-width: 10px;
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    height: 100%;
    min-height: auto;
    max-height: none;
    position: relative;
  }

  .content-section02-copy-2 {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .text-link-8 {
    font-size: 11px;
  }

  .text-block-4-copy {
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 7px;
    margin-left: 0;
    font-size: 14px;
    line-height: 31px;
  }

  .text-box-copy-copy-cp {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 55%;
    height: 339px;
    margin-top: 40px;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
  }

  .flex-center-copy-3.reverse-copy {
    justify-content: center;
    display: flex;
  }

  .content-wrapper0-3 {
    padding-right: 0;
  }

  .top-border-1115._20 {
    text-align: center;
    padding-top: 10px;
  }

  .div-block-66680 {
    align-self: flex-start;
    margin-top: 0;
  }

  .mini-title-66675.white {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .image-15-copy {
    width: 247px;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 0;
    position: relative;
  }

  .div-block-66672-100 {
    margin-top: 47px;
    margin-bottom: 20px;
  }

  .image-9885 {
    width: 49px;
    height: 36px;
  }

  .mini-title-113-copy-copy.white-copy-copy {
    margin-bottom: 2px;
    font-size: 14px;
  }

  .image-17-copy {
    width: 11%;
    height: auto;
  }

  .paragraph-6 {
    font-size: 11px;
    line-height: 25px;
  }

  ._50-column-center-copy {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }

  ._50-column-center-copy.mobile-border-copy {
    justify-content: center;
    margin-bottom: 4%;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .mini-title-116.white {
    margin-bottom: 2px;
    font-size: 14px;
  }

  .bottom-line-3 {
    max-width: 460px;
  }

  ._50-column-6 {
    width: 100%;
    margin-bottom: 25px;
  }

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

  .mini-title-117.white {
    margin-bottom: 2px;
    font-size: 14px;
  }

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

  .mini-title-113.white {
    margin-bottom: 1px;
    font-size: 14px;
  }

  .div-block-66681 {
    margin-bottom: 14px;
    margin-left: -1%;
  }

  .content-section03-2 {
    padding-bottom: 60px;
  }

  .content-section03-2.thistle-medium {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-border-1116._20 {
    text-align: center;
    padding-top: 10px;
  }

  .image-9886 {
    border-width: 10px;
  }

  .top-border-copy-5 {
    max-width: 460px;
  }

  .top-border-copy-5._20-copy {
    text-align: center;
  }

  .content-wrapper-66667 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 70px;
    padding-right: 70px;
    display: flex;
  }

  .mini-title-1000 {
    text-align: center;
    font-size: 14px;
  }

  .heading-6 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 33px;
  }

  .div-block-66682 {
    flex: 0 auto;
    align-self: auto;
    margin-left: 0;
  }

  .hero-flex-102 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-copy-copy-copy-copy-2 {
    border-width: 10px;
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
  }

  .text-box-copy-copy.left-copy-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: 290px;
    margin-top: 40px;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 0%;
    display: flex;
    position: relative;
  }

  .hero-section-102 {
    align-items: center;
    height: 100%;
    padding-bottom: 0;
    display: flex;
  }

  .content-wrapper-top-101 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .slide-103 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-block-444-copy {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 31px;
  }

  .mini-title-66677.white {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .content-section15-copy11 {
    margin-top: 60px;
    padding-bottom: 0;
  }

  .content-wrapper-copy0 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 70px;
    padding-right: 70px;
    display: flex;
  }

  .mini-title-66678.white {
    margin-bottom: 0;
    font-size: 14px;
  }

  .h1-white-1004 {
    letter-spacing: 2px;
    font-size: 27px;
    line-height: 45px;
  }

  .text-box-copy-copy-copy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 282px;
    margin-top: 40px;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .image-15-copy-copy {
    width: 360px;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 38px;
    margin-right: 0;
    position: relative;
  }

  .div-block-66676-copy {
    align-self: flex-start;
    margin-top: 0;
  }

  .top-border-1117._20 {
    text-align: center;
    padding-top: 10px;
  }

  .text-block-30011 {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 31px;
  }

  .mini-title-66679.white {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .content-section101-2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .text-block-30012 {
    letter-spacing: -.3px;
    font-size: 11px;
  }

  .text-box-6.left {
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 60%;
    height: 336px;
    margin-top: 50px;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 0%;
    display: flex;
    position: relative;
  }

  .image-copy-2 {
    border-width: 10px;
    flex: 0 auto;
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: 0;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
  }

  .top-border-1118._20 {
    text-align: center;
    padding-top: 10px;
  }

  .h1-white-1005 {
    font-size: 29px;
    line-height: 45px;
  }

  .mini-title-66680.white {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .heading-7 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 33px;
  }

  .hero-section-103 {
    align-items: center;
    height: 100%;
    margin-top: 10px;
  }

  .hero-flex-103 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-copy-copy-copy-copy-3 {
    border-width: 10px;
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
  }

  .div-block-66683 {
    height: 272px;
  }

  .text-box-copy.left-copy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 48%;
    height: 286px;
    margin-top: 40px;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 0%;
    position: relative;
  }

  .slide-104 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .top-border-copy-6._20-copy {
    text-align: center;
    padding-top: 10px;
  }

  .mini-title-66681.white {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .content-wrapper-top-100-copy {
    height: 100%;
    margin-top: 65px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-66672-copy {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .mini-title-113-copy.white-copy, .mini-title-113-copy.white, .mini-title-113-copy.white {
    margin-bottom: 2px;
    font-size: 14px;
  }

  .bottom-line-4 {
    max-width: 460px;
  }

  ._50-column-7 {
    width: 100%;
    margin-bottom: 25px;
  }

  .mini-title-109 {
    text-align: center;
    font-size: 14px;
  }

  .div-block-66672-copy-copy {
    margin-bottom: 10px;
  }

  .div-block-66684 {
    margin-bottom: 10px;
    margin-left: -4%;
  }

  .mini-title-66682.white {
    margin-bottom: 2px;
    font-size: 14px;
  }

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

  .content-wrapper-221 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 70px;
    padding-right: 70px;
    display: flex;
  }

  .bottom-line-copy-2 {
    max-width: 460px;
    margin-bottom: 10px;
  }

  .image-copy1 {
    border-width: 10px;
  }

  .paragraph-copy {
    font-size: 11px;
    line-height: 25px;
  }

  .top-border-1119._20 {
    text-align: center;
    padding-top: 10px;
  }

  .image-9887 {
    border-width: 10px;
  }

  .text-block-30014 {
    letter-spacing: -.3px;
    font-size: 11px;
  }

  .top-border-1120._20 {
    text-align: center;
    padding-top: 10px;
  }

  .h1-white-1006 {
    font-size: 29px;
    line-height: 45px;
  }

  .image-copy-copy-7 {
    border-width: 10px;
    flex: 0 auto;
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: 407px;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .mini-title-66684.white {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .text-block-30015 {
    letter-spacing: -.3px;
    font-size: 11px;
  }

  .text-box-8.left {
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 60%;
    height: 336px;
    margin-top: 50px;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 0%;
    display: flex;
    position: relative;
  }

  .image-copy-3 {
    border-width: 10px;
    flex: 0 auto;
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: 0;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
  }

  .top-border-1121._20 {
    text-align: center;
    padding-top: 10px;
  }

  .h1-white-1007 {
    font-size: 29px;
    line-height: 45px;
  }

  .mini-title-66685.white {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .content-section15-copy {
    margin-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper-copy000 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 70px;
    padding-right: 70px;
    display: flex;
  }

  .mini-title-66686.white {
    margin-bottom: 0;
    font-size: 14px;
  }

  .h1-white-1008 {
    letter-spacing: 2px;
    font-size: 27px;
    line-height: 45px;
  }

  .content-section09-copy.thistle-medium-copy {
    padding-top: 30px;
  }

  .image-15-copy-copy-copy {
    width: 175px;
    max-width: none;
    margin-top: 5px;
    margin-bottom: 30px;
    margin-right: 0;
    position: relative;
  }

  .flex-center-copy4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .top-border-1122._20 {
    text-align: center;
    padding-top: 10px;
  }

  .text-box-copy3.left-copy1 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 60%;
    height: 336px;
    margin-top: 50px;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 0%;
    display: flex;
    position: relative;
  }

  .h1-white-1009 {
    font-size: 29px;
    line-height: 45px;
  }

  .text-block-30016 {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 31px;
  }

  .mini-title-66687.white {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .collection-list-wrapper-103 {
    line-height: 55px;
  }

  .content-wrapper-copy22 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 70px;
    padding-right: 70px;
    display: flex;
  }

  .mini-title-copy-2 {
    margin-bottom: 25px;
  }

  .content-section03-3 {
    padding-bottom: 30px;
  }

  .top-border-1124._20 {
    text-align: center;
    padding-top: 10px;
  }

  .collection-item-5 {
    line-height: 55px;
  }

  ._49-column-4 {
    width: 100%;
    max-width: none;
  }

  .collection-list-wrapper-104 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-item-6 {
    width: 100%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .text-field-26, .text-field-28 {
    width: 46%;
  }

  .top-border-1125._20 {
    text-align: center;
    padding-top: 10px;
  }

  .submit-button-13 {
    font-size: 13px;
  }

  .content-wrapper-66668 {
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .brand-3.w--current {
    height: 81px;
  }

  .image-9888 {
    flex: 0 auto;
    max-width: 73%;
    margin-left: 3%;
    position: relative;
    left: -2%;
  }

  .nav-menu-4 {
    font-size: 24px;
  }

  .nav-link-1007 {
    height: 55px;
    font-size: 15px;
    line-height: 5px;
  }

  .nav-link-1007:hover {
    border-bottom-width: 1px;
  }

  .menu-button-3, .menu-button-3.w--open {
    height: 90px;
    padding-top: 28px;
  }

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

  .footer-links-3 {
    text-align: left;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    margin-top: 4%;
    margin-bottom: 10px;
    margin-left: 0%;
    display: flex;
  }

  ._90-column-4 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

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

  .footer-link-109.w--current {
    flex: 0 auto;
    margin-right: 35px;
  }

  .content-wrapper-copy23 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    max-width: none;
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .text-block-30018 {
    font-size: 10px;
  }

  .image-9889 {
    text-align: left;
    max-width: 125%;
    margin-bottom: 5px;
    margin-left: -4px;
    display: inline-block;
  }

  .footer-brand-3 {
    max-width: 16%;
  }

  .footer-brand-3.w--current {
    max-width: 16%;
    position: static;
    inset: 0% auto auto 0%;
  }

  .navbar-2-copy-3 {
    height: 90px;
  }

  .content-wrapper-copy00000 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .brand-copy {
    justify-content: center;
    height: 81px;
  }

  .brand-copy.w--current {
    height: 81px;
  }

  .image-9890 {
    flex: 0 auto;
    max-width: 73%;
    margin-left: 3%;
    position: relative;
    left: -2%;
  }

  .nav-link-1008 {
    height: 55px;
    font-size: 15.5px;
    line-height: 5px;
  }

  .nav-link-1008:hover {
    border-bottom-width: 1px;
  }

  .content-section99-2 {
    padding-top: 30px;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .midashi {
    text-align: center;
    width: auto;
    font-size: 12px;
  }

  .honmon {
    width: auto;
    font-size: 12px;
  }

  .text-field-31, .text-field-33 {
    width: 46%;
  }

  .top-border-1126._20 {
    text-align: center;
    padding-top: 10px;
  }

  .submit-button-14 {
    font-size: 13px;
  }

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

  ._90-column-5 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

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

  .footer-link-110.w--current {
    flex: 0 auto;
    margin-right: 35px;
  }

  .text-block-30019 {
    font-size: 10px;
  }

  .content-wrapper-copy345 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .image-9891 {
    max-width: 125%;
    margin-top: -4px;
    margin-bottom: 5px;
    margin-left: -4px;
  }

  .text-block-30017-copy {
    font-size: 12px;
    line-height: 40px;
  }

  ._50-column-center-copy-copy {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }

  ._50-column-center-copy-copy.mobile-border-copy {
    justify-content: center;
    margin-bottom: 3%;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .collection-item-6-copy {
    width: 100%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .align-right-copy-copy {
    margin-top: 20px;
    font-size: 24px;
  }

  .mini-title-link-copy-copy {
    font-size: 11px;
  }

  .content-section99-2-copy {
    padding-top: 30px;
  }

  .navbar-3 {
    height: 90px;
  }

  .content-wrapper-66669 {
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .brand-4, .brand-4.w--current {
    height: 81px;
  }

  .image-9892 {
    flex: 0 auto;
    max-width: 73%;
    margin-left: 3%;
    position: relative;
    left: -2%;
  }

  .nav-link-1009 {
    height: 55px;
    font-size: 12px;
    line-height: 5px;
  }

  .nav-link-1009:hover {
    border-bottom-width: 1px;
  }

  .nav-menu-4-copy {
    font-size: 24px;
  }

  .collection-list-wrapper-104-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-border-1119-copy._20 {
    text-align: center;
    padding-top: 10px;
  }

  .collection-item-6-copy-copy {
    width: 100%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .div-block-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mini-title-667-copy-copy {
    font-size: 12.5px;
    line-height: 32px;
  }

  .paragraph-2-copy-copy-copy-copy {
    font-size: 11px;
  }

  .image-14-copy-copy {
    border-width: 10px;
    width: 100%;
  }

  .paragraph-2-copy-copy-copy4-copy {
    max-width: 535px;
    font-size: 11.5px;
    line-height: 27px;
  }

  .mini-title-copy-copy-copy {
    margin-bottom: 50px;
  }

  .mini-title-link-copy-copy {
    margin-top: 30px;
    font-size: 11px;
  }

  .paragraph-2-copy-copy-copy4-copy-copy-copy, .paragraph-2-copy-copy-copy4-copy-copy-copy-copy, .paragraph-2-copy-copy-copy4-copy-copy-copy-copy-copy {
    font-size: 10.5px;
    line-height: 27px;
  }

  .container-3-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
  }

  .container-3-copy-copy75 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .honmon-copy {
    width: auto;
    font-size: 11.5px;
  }

  .midashi-copy, .honmon-copy {
    text-align: left;
    width: auto;
    font-size: 11.5px;
  }

  .mini-title-667iuo {
    font-size: 12.5px;
    line-height: 32px;
  }

  .content-section99-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .text-block-445-copy-copy {
    width: 100%;
    margin-top: 30px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 10.5px;
    line-height: 27px;
  }

  .text-block-445-copyaaa {
    width: 100%;
    margin-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 10.5px;
    line-height: 27px;
  }

  .top-border-copy-copy1-copy {
    padding-left: 0;
    padding-right: 0;
    font-size: 10.5px;
    line-height: 27px;
  }

  .align-right-copy-copy-copyaxas {
    margin-top: 20px;
    font-size: 24px;
  }

  .text-block-445-copy-copy-copy, .text-block-445-copy-copy-copy-copy {
    width: 100%;
  }

  .flex-center-copy-2-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 18px;
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
  }

  .honmon-copy-copy {
    width: auto;
    min-width: auto;
    font-size: 11.5px;
  }

  .container-3-copy-copy-copy {
    padding-left: 50px;
    padding-right: 50px;
  }

  .mini-title-667-copy-copy-copy-copy {
    font-size: 12.5px;
    line-height: 32px;
  }

  .bold-text-103-copy {
    font-size: 12.5px;
  }

  .honmon-copy-copy, .honmon-copy-copy-copy {
    width: auto;
    font-size: 11.5px;
  }

  .content-section99-copy-copy-copy-copy, .content-section99-copy-copy-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .content-section99-copy-copy-copy-copy, .content-section99-copy-copy-copy-copy-copy, .content-section99-copy-copy-copy-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .text-block-445-copy-copy-copy-copy-copy {
    width: 100%;
  }

  .content-section99-copy-copy-copy-copy-copy, .content-section99-copy-copy-copy-copy-copy-copy, .content-section99-copy-copy-copy-copy-copy-copy-copy, .content-section99-copy-copy-copy-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .text-block-445-copy-copy-copy, .text-block-445-copy-copy-copy-copy {
    width: 100%;
  }

  .container-3-copy-copy-copy-copy {
    margin-top: 35px;
    margin-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .paragraph-2-copy-copy-copy4-copy-copy {
    font-size: 10.5px;
    line-height: 27px;
  }

  .paragraph-2-copy-copy45 {
    max-width: 535px;
    font-size: 10.5px;
    line-height: 27px;
  }

  .link-11 {
    font-size: 11.5px;
  }

  .content-section99-copy-copy-copy-copy-copy99, .content-section99-pp, .content-section99-copyrr {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .paragraph-2-copy-copy-copy-copy-copy, .paragraph-2-copy-copy-copy-copy-copy-copy {
    font-size: 11px;
  }

  .image-14-copy-copy-copylp4 {
    border-width: 10px;
    width: auto;
  }

  .mini-title-copy-copy-copy-copy {
    margin-bottom: 50px;
  }

  .image-14-copy-copy-copy {
    border-width: 10px;
    width: auto;
  }

  .content-section03-3-copy {
    padding-bottom: 60px;
  }

  .image-14-copy-copy-copy-copy {
    border-width: 10px;
    width: auto;
    max-width: 360px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-30011-copy {
    letter-spacing: 1px;
    margin-left: 0;
    font-size: 13px;
    line-height: 31px;
  }

  .content-wrapper-copy22-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .flex-center-copy-2-copy-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 18px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .content-section99-copy-copy-copy-copy-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .content-section99po {
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .honmon-copy-copy-copy, .honmon-copy-copy-copy-copy {
    width: auto;
    font-size: 11.5px;
  }

  .mini-title-667-copy-copy-copy-copy {
    margin-bottom: 10px;
    font-size: 12.5px;
    line-height: 32px;
  }

  .text-block-445-copy-copy-copy-copy, .text-block-445-copy-copy-copy-copy-copy {
    width: 100%;
    margin-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 10.5px;
    line-height: 27px;
  }

  .text-block-445-copy-copy-copy-copy-copy-copy {
    width: 90%;
    margin-top: 0;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 10.5px;
    line-height: 27px;
  }

  .text-block-445-copy-copy-copy-copy-copya {
    width: 100%;
    margin-top: 0;
  }

  .paragraph-2-copy-copy-copy4-copy-copy-copy {
    font-size: 10.5px;
    line-height: 27px;
  }

  .paragraph-2-copy-copy-copy4-copy-copy-copy-copy {
    min-width: auto;
    max-width: 535px;
    margin-top: 10px;
    font-size: 11.5px;
    line-height: 27px;
  }

  .container-3-copy-copy {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mini-title-667-copy-copy-copy-copy-copy {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 32px;
  }

  .mini-title-667-copy-copy-copy-copy-copy-copy {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 32px;
  }

  .content-section99-copy-copy-copy-copy-copy-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .content-section99-copy-copy-copy-copy-copy-copy-copy-copy-copy {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mini-title-667-copy-copy-copy-copy-copy-copy {
    margin-bottom: 0;
    font-size: 12.5px;
    line-height: 32px;
  }

  .mini-title-667-sp {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 32px;
  }

  .mini-title-667-copy-copy-copy-copy-copy-copy-copy {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 32px;
  }

  .mini-title-667-copy-copy-copy-copy-copy-copy-copy-copy {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 32px;
  }

  .content-section99-pp-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-section99-copyrr-copy {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .flex-center-copy-2-copy-copyaaaxa {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 18px;
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
  }

  .text-block-445-copyaaa-copy {
    width: 90%;
    margin-top: 0;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 10.5px;
    line-height: 27px;
  }

  .image-14-copy-copy-copylp4-copy {
    border-width: 10px;
    width: 100%;
  }

  .container-3-copy-copy75-copy {
    margin-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .mini-title-667iuo-copy {
    font-size: 12.5px;
    line-height: 32px;
  }

  .content-section99-copy-copy-copy-copy-copy99-copy {
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-center-copy-2-copy-copyaaaxa-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin: 0 0 30px;
    display: flex;
  }

  .container-3-copyaae-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .align-right-copy-copy-copyaxas-copy {
    margin-top: 0;
    font-size: 24px;
  }

  .mini-title-link-copyaxa-copy {
    margin-top: 0;
    font-size: 11px;
  }

  .mini-title-667-copy-copy-copy {
    font-size: 14px;
    line-height: 32px;
  }

  .bold-text-104, .bold-text-105 {
    font-size: 11.5px;
  }

  .paragraph-2-copy-copy-copy4-copy-copy-copyl, .paragraph-2-copy-copy-copy4-copy-copy-copy {
    font-size: 11.5px;
    line-height: 27px;
  }

  .paragraph-2-copy-copy-copy4-copy-copy-copyl-copy {
    margin-top: 25px;
    font-size: 11.5px;
    line-height: 27px;
  }

  .text-block-445-spp-copy {
    width: 100%;
    margin-top: 10px;
  }

  .honmon-copy-copy, .honmon-copy-copy-copy {
    width: auto;
    font-size: 11.5px;
  }

  .honmon-copy-copy {
    text-align: left;
    width: auto;
    font-size: 11.5px;
  }

  .honmon-copy-copy-copy {
    text-align: center;
    width: auto;
    font-size: 11.5px;
  }

  .mini-title-copy-copy-copy-copy-copy {
    margin-bottom: 50px;
  }
}

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

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

  .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-image._2-100 {
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: 224px;
    margin-top: 0;
    margin-bottom: 40px;
  }

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

  .navbar-2 {
    height: 42px;
  }

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

  .h1-white-99.white {
    letter-spacing: 2px;
    flex: 0 auto;
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 13px;
    display: block;
  }

  .div-block-10000 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    min-width: 150px;
    margin-top: 20px;
    margin-left: 0;
    line-height: 30px;
    display: flex;
    position: relative;
    top: -2%;
  }

  .h1-white-copy.white {
    min-width: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 38px;
  }

  .image-copy-copy-copy {
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: 224px;
    max-height: none;
  }

  .content-wrapper-top-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text-box-2 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 294px;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    padding-right: 9%;
    position: relative;
  }

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

  .hero-image-copy._2 {
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: 224px;
    margin-left: 0;
  }

  .hero-image-copy._2-100-copy {
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: 224px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .bold-text-101 {
    text-align: center;
    letter-spacing: 2px;
    margin-top: 0;
    font-size: 13px;
    line-height: 30px;
  }

  .image-15 {
    width: 155px;
    min-width: auto;
    margin-top: 21px;
    margin-bottom: 0;
    margin-left: -6px;
  }

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

  .h1-white-100.white {
    letter-spacing: 2px;
    flex: 0 auto;
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 13px;
    display: block;
  }

  .hero-text-box-3 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 294px;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    padding-right: 9%;
    position: relative;
  }

  .image-16 {
    width: 155px;
    min-width: auto;
    margin-top: 21px;
    margin-bottom: 0;
    margin-left: -6px;
  }

  .intro-text-box-0000-copy45 {
    padding-top: 24px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .flex-center-0000 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title-link-9-copy {
    margin-bottom: 30px;
  }

  .title-link-9 {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .intro-paragraph-copy {
    color: #000000f5;
    letter-spacing: .8px;
    margin-top: 15px;
    font-size: 11px;
    line-height: 32px;
  }

  .div-block-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 10px;
    line-height: 24px;
    display: flex;
  }

  .intro-box-0000 {
    width: auto;
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .content-wrapper-copy1 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mini-title-66-copy-copy {
    margin-bottom: 0;
    font-size: 12px;
  }

  .top-border-0000._50-0000 {
    margin-top: 55px;
  }

  .center-box-2 {
    margin-bottom: 10px;
  }

  .content-section01 {
    margin-top: 30px;
  }

  .text-block-3-3333 {
    letter-spacing: 0;
    margin-top: 13px;
    font-size: 10.5px;
    line-height: 26px;
  }

  .bold-text-2-copy3 {
    letter-spacing: .8px;
    text-indent: 0;
    white-space: normal;
    overflow-wrap: normal;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    line-height: 32px;
  }

  .div-block-6 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 12px;
    margin-left: -52%;
  }

  .h1-white-copy1 {
    margin-top: 3px;
    margin-bottom: 15px;
    padding-right: 0;
    font-size: 27px;
  }

  .profile-image-1234 {
    width: 100%;
    min-width: 320px;
    max-width: none;
    height: 100%;
    min-height: auto;
    left: 0;
    right: auto;
  }

  .div-block-66670 {
    margin-left: 15px;
    position: static;
  }

  .text-block-4 {
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 30px;
  }

  .mini-title-66 {
    margin-top: 3px;
    margin-bottom: 25px;
    font-size: 13px;
  }

  .text-box-2 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 236px;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: relative;
  }

  .content-section02-copy {
    margin-top: 40px;
    margin-bottom: 62px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-5 {
    margin-top: 2px;
  }

  .content-wrapper0 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5 {
    justify-content: flex-start;
  }

  .text-link-3 {
    float: none;
    clear: none;
    text-align: left;
    position: static;
    inset: 0% 0% 0% auto;
  }

  .top-border-3._40 {
    margin-top: 20px;
  }

  .top-border-3._20 {
    float: none;
    text-align: center;
    float: none;
    text-align: center;
    padding-right: 10px;
  }

  .image-17 {
    width: 51px;
    height: 38px;
  }

  .mini-title-67 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .mini-title-67.white {
    margin-bottom: 3px;
    margin-left: 3px;
    font-size: 16px;
  }

  .image-copy-copy {
    flex: 0 auto;
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: auto;
    padding-right: 0;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .h1-white-copy9 {
    letter-spacing: 2px;
    margin-bottom: 14px;
    font-size: 22px;
  }

  .profile-image-4321 {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    min-height: auto;
    left: 0;
    right: auto;
  }

  .div-block-66671 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 12px;
    margin-left: -52%;
  }

  .text-box-3 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 236px;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: relative;
  }

  .text-box-3.left {
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-block-444 {
    font-size: 12px;
    line-height: 30px;
  }

  .content-wrapper00 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-link-4 {
    float: none;
    clear: none;
    text-align: left;
    position: static;
    inset: 0% 0% 0% auto;
  }

  .mini-title-68 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .mini-title-68.white {
    margin-bottom: 3px;
    margin-left: 3px;
    font-size: 16px;
  }

  .content-section09.thistle-medium {
    margin-bottom: 62px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-66672 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-copy {
    border-top: 22px #fff;
    flex: 0 auto;
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: auto;
    margin-top: 0;
    padding-right: 0;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .div-block-66673 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 12px;
    margin-left: -52%;
  }

  .text-block-445 {
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 30px;
  }

  .text-box-4 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 236px;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: relative;
  }

  .div-block-66675 {
    justify-content: flex-start;
  }

  .text-link-5 {
    float: none;
    clear: none;
    text-align: left;
    position: static;
    inset: 0% 0% 0% auto;
  }

  .content-section02 {
    margin-bottom: 62px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mini-title-69 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .mini-title-69.white {
    margin-bottom: 3px;
    margin-left: 3px;
    font-size: 16px;
  }

  .mini-title-66666 {
    font-size: 12px;
  }

  .top-border-1111._50-1111 {
    margin-top: 60px;
  }

  .content-section66 {
    margin-top: 100px;
    padding-bottom: 5px;
  }

  .intro-text-box-2 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-link-10 {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .text-block-30000 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 24px;
  }

  .image-hover-10001 {
    max-width: 65%;
  }

  .intro-box-66-1111 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0%;
    margin-right: 0%;
  }

  .content-section03 {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section03.thistle-medium {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .bottom-line-2 {
    max-width: none;
  }

  .paragraph {
    font-size: 10px;
    line-height: 22px;
  }

  ._50-column-center-2.mobile-border {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper-67 {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .mini-title-66667 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .content-section07 {
    margin-top: 10px;
    padding-bottom: 30px;
  }

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

  .mini-title-66-copy {
    font-size: 12px;
  }

  .flex-grid-102 {
    justify-content: center;
    width: 86%;
  }

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

  .h1-white-999.white {
    letter-spacing: 1px;
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 15.5px;
    line-height: 37px;
  }

  .hero-text-box-copy-copy {
    align-items: flex-start;
    width: 91%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 40px;
    margin-right: 0%;
    padding-top: 5px;
    padding-left: 9%;
    padding-right: 9%;
    position: relative;
  }

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

  .hero-image-copy-copy-copy._2-copy {
    flex: 0 auto;
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: 224px;
  }

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

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

  .text-link-2-999 {
    float: none;
    clear: none;
    text-align: left;
    font-size: 10px;
    position: static;
    inset: 0% 0% 0% auto;
  }

  .div-block-3-copy-copy {
    min-width: 150px;
    margin-top: 12px;
    line-height: 30px;
    position: relative;
    top: 0%;
    left: 0;
  }

  .h1-white-copy-copy.white {
    letter-spacing: 3px;
    letter-spacing: 1.5px;
    min-width: 0;
    max-width: 286px;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 42px;
    font-size: 24px;
    line-height: 38px;
  }

  .content-wrapper-top-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .top-border-999._20-999 {
    float: none;
    text-align: right;
    padding-right: 10px;
  }

  .hero-section-copy {
    height: auto;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .image-copy-copy-copy-copy-copy {
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: 224px;
    max-height: none;
  }

  .text-block-3-copy {
    margin-top: 16px;
    margin-bottom: 26px;
    padding-right: 0;
    font-size: 10px;
    line-height: 24px;
  }

  .text-block-8 {
    margin-top: 30px;
    font-size: 13px;
  }

  .mini-title-copy {
    font-size: 12px;
  }

  .content-wrapper-68 {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

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

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

  .text-field-6 {
    width: 48%;
    padding-left: 12px;
    font-size: 12px;
  }

  .text-field-9 {
    font-size: 12px;
  }

  .text-field-7 {
    width: 46%;
    padding-left: 12px;
    font-size: 12px;
  }

  .form-block-4 {
    max-width: none;
  }

  .textarea-3 {
    font-size: 12px;
  }

  .content-section11.thistle-medium {
    padding-top: 60px;
  }

  .content-wrapper-69 {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-field-10 {
    width: 100%;
    padding-left: 12px;
    font-size: 12px;
  }

  .submit-button-8 {
    width: 100%;
    min-width: auto;
    font-size: 11px;
  }

  .form-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    max-width: none;
  }

  .menu-button-2 {
    width: 55px;
    height: 50px;
    padding-top: 13px;
    font-size: 22px;
    left: 7%;
  }

  .image-11 {
    width: 41px;
    max-width: none;
    margin-top: -1px;
    margin-left: 0%;
  }

  .nav-link-2 {
    text-align: center;
    height: 50px;
    padding-bottom: 20px;
    font-size: 10px;
    font-style: normal;
    line-height: 5px;
    display: block;
  }

  .nav-link-2:hover {
    border-bottom-width: 1px;
  }

  .content-wrapper-10001 {
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-menu-3 {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    line-height: 30px;
  }

  .brand-2 {
    justify-content: center;
    width: 16%;
    max-width: none;
    height: 50px;
    margin-left: 0%;
  }

  .brand-2.w--current {
    justify-content: center;
    width: 49px;
    max-width: none;
    height: 50px;
    margin-left: 0%;
  }

  .icon-2 {
    position: relative;
  }

  .nav-link-1002 {
    text-align: center;
    height: 40px;
    padding-bottom: 20px;
    font-size: 11px;
    line-height: 5px;
    display: block;
  }

  .nav-link-1002:hover {
    border-bottom-width: 1px;
  }

  .navbar-2-copy {
    height: 50px;
  }

  .image-19 {
    width: 41px;
    max-width: none;
    margin-top: -1px;
    margin-left: 0%;
  }

  .nav-link-1003 {
    text-align: center;
    height: 50px;
    padding-bottom: 20px;
    font-size: 10px;
    font-style: normal;
    line-height: 5px;
    display: block;
  }

  .nav-link-1003:hover {
    border-bottom-width: 1px;
  }

  .nav-menu-2-copy {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    line-height: 30px;
  }

  .flex-center-copy {
    margin-top: 0;
  }

  .paragraph-2-copy-copy11 {
    text-align: justify;
    width: 100%;
    max-width: none;
    font-size: 10px;
    line-height: 23px;
  }

  .honmon-copy123 {
    text-align: left;
    letter-spacing: 1px;
    font-size: 10px;
    line-height: 25px;
  }

  .mini-title-667-copy-copy19 {
    letter-spacing: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 12px;
    line-height: 32px;
  }

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

  .bold-text-100 {
    letter-spacing: 2px;
    font-size: 15px;
  }

  .top-border-copy09 {
    margin-bottom: 40px;
  }

  .mini-title-667-copy-copy19-copy {
    letter-spacing: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 14px;
    line-height: 32px;
  }

  .icon-5 {
    margin-right: 15px;
    font-size: 20px;
  }

  .container-3-copy-cop2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-445-copy1 {
    width: 88%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-999-copy1 {
    width: 42px;
    height: 31px;
    margin-top: 0;
    margin-left: -6%;
    margin-right: 2px;
  }

  .div-block-666-copy1 {
    flex: 0 auto;
    margin-bottom: 3px;
    line-height: 30px;
    display: flex;
  }

  .button-3 {
    letter-spacing: .5px;
    min-width: 260px;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 15px;
    font-size: 12px;
    line-height: 10px;
  }

  .content-section99 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 12px;
    padding-top: 0;
    display: flex;
  }

  .slide-nav-5 {
    font-size: 6px;
    line-height: 30px;
  }

  .icon-4 {
    margin-left: 15px;
    font-size: 20px;
  }

  .midashi-copy123 {
    margin-bottom: 0;
    font-size: 10px;
  }

  .slider-3-1 {
    margin-top: 17px;
  }

  .button-wrap-copy07 {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
    width: auto;
    min-width: 0;
  }

  .content-section03-copy {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .content-section03-copy.gray {
    margin-top: 10px;
  }

  .content-section03-copy.thistle-medium-copy {
    margin-top: 25px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .align-right-2 {
    font-size: 24px;
  }

  .mini-title-link-2 {
    font-size: 11px;
  }

  .content-section08.thistle-medium {
    padding-top: 60px;
  }

  .text-field-11 {
    font-size: 12px;
  }

  .text-field-12 {
    width: 46%;
    padding-left: 12px;
    font-size: 12px;
  }

  .form-block-5 {
    max-width: none;
  }

  .textarea-4 {
    font-size: 12px;
  }

  .content-wrapper-10002 {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-field-13 {
    width: 100%;
    padding-left: 12px;
    font-size: 12px;
  }

  .submit-button-9 {
    width: 100%;
    min-width: auto;
    font-size: 11px;
  }

  .form-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    max-width: none;
  }

  .social-icon-3.twitter, .social-icon-3.instagram {
    width: 27px;
    height: 27px;
  }

  .footer-2 {
    padding-top: 40px;
  }

  .footer-links-2 {
    letter-spacing: 2px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0;
    margin-left: 7%;
    font-size: 24px;
    display: flex;
  }

  .footer-link-100 {
    margin-bottom: 7%;
    margin-right: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .footer-link-100.w--current {
    font-size: 12px;
    line-height: 14px;
  }

  .footer-link-101 {
    text-align: left;
    margin-bottom: 3%;
    margin-right: 0;
    font-size: 10px;
    line-height: 14px;
  }

  .footer-link-101.w--current {
    font-size: 10px;
    line-height: 14px;
  }

  .social-icons-2 {
    margin-top: 4%;
  }

  .footer-notice-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    font-size: 24px;
    display: flex;
  }

  .text-block-6 {
    letter-spacing: 0;
    font-size: 9px;
  }

  .image-12 {
    width: 45px;
    max-width: none;
    margin-top: -2px;
    margin-bottom: 5px;
  }

  .footer-brand-2 {
    max-width: none;
    margin-bottom: 7px;
    margin-right: 10px;
  }

  .footer-brand-2.w--current {
    max-width: none;
    margin-bottom: 7px;
    margin-right: 10px;
    font-size: 24px;
  }

  ._90-column-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .nav-link-1004 {
    text-align: center;
    height: 40px;
    padding-bottom: 20px;
    font-size: 11px;
    line-height: 5px;
    display: block;
  }

  .nav-link-1004:hover {
    border-bottom-width: 1px;
  }

  .image-20 {
    width: 41px;
    max-width: none;
    margin-top: -1px;
    margin-left: 0%;
  }

  .nav-link-1005 {
    text-align: center;
    height: 50px;
    padding-bottom: 20px;
    font-size: 10px;
    font-style: normal;
    line-height: 5px;
    display: block;
  }

  .nav-link-1005:hover {
    border-bottom-width: 1px;
  }

  .icon-6, .icon-7 {
    font-size: 20px;
  }

  .slide-nav-4 {
    font-size: 6px;
  }

  .button-wrap {
    flex-direction: column;
    width: auto;
  }

  .align-right-3 {
    font-size: 24px;
  }

  .text-field-14 {
    font-size: 12px;
  }

  .text-field-15 {
    width: 46%;
    padding-left: 12px;
    font-size: 12px;
  }

  .text-field-16 {
    width: 100%;
    padding-left: 12px;
    font-size: 12px;
  }

  .submit-button-10 {
    width: 100%;
    min-width: auto;
    font-size: 11px;
  }

  .form-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    max-width: none;
  }

  .social-icon-4.twitter, .social-icon-4.instagram {
    width: 27px;
    height: 27px;
  }

  .footer-link-102 {
    margin-bottom: 7%;
    margin-right: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .footer-link-102.w--current {
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-30002 {
    letter-spacing: 0;
    font-size: 9px;
  }

  .image-22 {
    width: 45px;
    max-width: none;
    margin-top: -2px;
    margin-bottom: 5px;
  }

  .footer-link-103 {
    margin-bottom: 7%;
    margin-right: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .footer-link-103.w--current {
    font-size: 12px;
    line-height: 14px;
  }

  ._90-column-3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-23 {
    width: 41px;
    max-width: none;
    margin-top: -1px;
    margin-left: 0%;
  }

  .nav-link-1006 {
    text-align: center;
    height: 50px;
    padding-bottom: 20px;
    font-size: 10px;
    font-style: normal;
    line-height: 5px;
    display: block;
  }

  .nav-link-1006:hover {
    border-bottom-width: 1px;
  }

  .content-wrapper-copy-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .icon-8, .icon-9 {
    font-size: 20px;
  }

  .slide-nav-3 {
    font-size: 6px;
  }

  .align-right-4 {
    font-size: 24px;
  }

  .text-field-17 {
    font-size: 12px;
  }

  .text-field-18 {
    width: 46%;
    padding-left: 12px;
    font-size: 12px;
  }

  .text-field-19 {
    width: 100%;
    padding-left: 12px;
    font-size: 12px;
  }

  .submit-button-11 {
    width: 100%;
    min-width: auto;
    font-size: 11px;
  }

  .form-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    max-width: none;
  }

  .text-field-8 {
    width: 48%;
    padding-left: 12px;
    font-size: 12px;
  }

  .social-icon-5.twitter, .social-icon-5.instagram {
    width: 27px;
    height: 27px;
  }

  .footer-link-104 {
    margin-bottom: 7%;
    margin-right: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .footer-link-104.w--current {
    font-size: 12px;
    line-height: 14px;
  }

  .footer-link-105 {
    margin-bottom: 7%;
    margin-right: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .footer-link-105.w--current {
    font-size: 12px;
    line-height: 14px;
  }

  .footer-link-106 {
    text-align: left;
    margin-bottom: 3%;
    margin-right: 0;
    font-size: 10px;
    line-height: 14px;
  }

  .footer-link-106.w--current {
    font-size: 10px;
    line-height: 14px;
  }

  .text-block-30003 {
    letter-spacing: 0;
    font-size: 9px;
  }

  .image-25 {
    width: 45px;
    max-width: none;
    margin-top: -2px;
    margin-bottom: 5px;
  }

  .navbar-2-copy-2 {
    height: 50px;
  }

  .content-wrapper-103 {
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .brand-copy-copy {
    justify-content: center;
    width: 49px;
    max-width: none;
    height: 50px;
    margin-left: 0%;
  }

  .brand-copy-copy.w--current {
    justify-content: flex-start;
    width: 49px;
    max-width: none;
    height: 50px;
    margin-left: 0%;
  }

  .image-26 {
    width: 41px;
    max-width: none;
    margin-top: -1px;
    margin-left: 0%;
  }

  .nav-menu-2-copy7 {
    padding-bottom: 18px;
    line-height: 30px;
  }

  .nav-link-100 {
    text-align: center;
    height: 40px;
    padding-bottom: 20px;
    font-size: 10px;
    line-height: 5px;
    display: block;
  }

  .nav-link-100:hover {
    border-bottom-width: 1px;
  }

  .icon-10 {
    position: relative;
  }

  .slider-100 {
    height: 100%;
  }

  .image-copy-copy-copy-copy {
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: 224px;
    max-height: none;
  }

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

  .mini-title-66-100 {
    letter-spacing: 2.5px;
    font-size: 13px;
  }

  .image-15-100 {
    width: 166px;
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .h1-white-999-100-copy.white-100-copy {
    letter-spacing: .5px;
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: 2%;
    font-size: 12px;
    line-height: 28px;
  }

  .content-wrapper-top-100 {
    margin-top: 37px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-100 {
    justify-content: center;
    min-width: 150px;
    margin-top: 12px;
    margin-bottom: 17px;
    padding-top: 0;
    line-height: 30px;
    position: relative;
    top: -2%;
  }

  .hero-text-box-100 {
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
    margin-right: 30px;
    padding: 7px 9% 0;
    position: relative;
  }

  .intro-text-box-102-copy1234 {
    text-align: center;
    padding: 27px 12px 25px;
  }

  .text-block-102 {
    letter-spacing: 0;
    margin-top: 15px;
    font-family: Zen Kaku Gothic New, sans-serif;
    font-size: 10.5px;
    line-height: 26px;
  }

  .relative-102 {
    align-items: center;
  }

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

  .flex-center-102 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .div-block-66676 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 10px;
    line-height: 24px;
    display: flex;
  }

  .title-link-9-102 {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .bold-text-2 {
    letter-spacing: 1px;
    text-indent: 0;
    white-space: normal;
    overflow-wrap: normal;
    padding-left: 0;
    padding-right: 0;
    font-size: 11.5px;
    line-height: 33px;
  }

  .content-section100-copy34 {
    margin-top: 50px;
    padding-bottom: 0;
  }

  .mini-title-66-copy-copy12 {
    margin-bottom: 10px;
    font-size: 12.5px;
  }

  .title-link-102-copy09 {
    letter-spacing: 1px;
    margin-top: 0;
    font-size: 14px;
  }

  .top-border-102-copy6._50-102-copy6 {
    margin-top: 60px;
  }

  .intro-paragraph-2 {
    color: #000000f5;
    letter-spacing: 1px;
    margin-top: 15px;
    font-size: 11.5px;
    line-height: 33px;
  }

  .center-box-102-copy12 {
    margin-bottom: 50px;
  }

  .profile-image-4322 {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    min-height: auto;
    left: 0;
    right: auto;
  }

  .div-block-66667 {
    margin-top: 12px;
    margin-bottom: 4px;
  }

  .image-1000 {
    margin-top: 40px;
  }

  .image-9876 {
    border-top: 22px #fff;
    flex: 0 auto;
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
    margin-top: 0;
    padding-right: 0;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .h1-white-1000 {
    letter-spacing: 2px;
    margin-bottom: 12px;
    font-size: 17px;
  }

  .image-100 {
    width: 64px;
    height: 48px;
  }

  .h1-white-101 {
    letter-spacing: 2px;
    font-size: 22px;
  }

  .paragraph-4 {
    font-size: 10px;
    line-height: 24px;
  }

  .text-block-447 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  ._50-column-center-3.mobile-border {
    padding-left: 0;
    padding-right: 0;
  }

  .text-box-102-copy5 {
    width: 100%;
    height: 294px;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    padding-right: 0%;
    position: relative;
  }

  .text-box-102-copy5.left-102-copy5 {
    width: 100%;
    margin-top: -10px;
    margin-left: 0%;
    margin-right: 0%;
    padding: 30px 0% 48px;
  }

  .mini-title-100-98 {
    letter-spacing: 1px;
    width: 182px;
    margin-bottom: 13px;
    font-size: 13px;
  }

  .mini-title-6666-copy66 {
    margin-top: 45px;
    margin-bottom: 40px;
    font-size: 13px;
  }

  .link-3 {
    font-size: 11px;
  }

  .content-section1000.thistle-medium-1000 {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .mini-title-66668 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .mini-title-66668.white {
    margin-bottom: 3px;
    margin-left: 3px;
    font-size: 16px;
  }

  .text-link-2-8888 {
    float: none;
    clear: none;
    text-align: left;
    position: static;
    inset: 0% 0% 0% auto;
  }

  .mini-title-102 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .mini-title-102.white-102 {
    margin-left: 6px;
    font-size: 11px;
    line-height: 23px;
  }

  .profile-image-4323 {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    min-height: auto;
    left: 0;
    right: auto;
  }

  .div-block-66677 {
    margin-top: 12px;
    margin-bottom: 4px;
  }

  .image-9877 {
    margin-top: 40px;
  }

  .image-9878 {
    border-top: 22px #fff;
    flex: 0 auto;
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
    margin-top: 0;
    padding-right: 0;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .image-9879 {
    width: 64px;
    height: 48px;
  }

  .h1-white-1001 {
    letter-spacing: 2px;
    font-size: 22px;
  }

  .text-block-30004 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  ._50-column-center-4.mobile-border {
    max-width: 380px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-7 {
    font-size: 11px;
  }

  .mini-title-66669 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .mini-title-66669.white {
    margin-bottom: 3px;
    margin-left: 3px;
    font-size: 16px;
  }

  .mini-title-100-98-copy1 {
    letter-spacing: 1px;
    width: 166px;
    margin-bottom: 13px;
    font-size: 13px;
  }

  .mini-title-66670 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .mini-title-66670.white-102 {
    margin-left: 6px;
    font-size: 11px;
    line-height: 23px;
  }

  .profile-image-4324 {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    min-height: auto;
    left: 0;
    right: auto;
  }

  .image-9880 {
    margin-top: 40px;
  }

  .image-9881 {
    border-top: 22px #fff;
    flex: 0 auto;
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
    margin-top: 0;
    padding-right: 0;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .image-9882 {
    width: 64px;
    height: 48px;
  }

  .content-section1000-copy3.thistle-medium-1000-copy3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .h1-white-1002 {
    letter-spacing: 2px;
    font-size: 22px;
  }

  .text-block-30005 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .mini-title-66671 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .mini-title-66671.white {
    margin-bottom: 3px;
    margin-left: 3px;
    font-size: 16px;
  }

  .mini-title-66672 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .mini-title-66672.white-102 {
    margin-left: 6px;
    font-size: 11px;
    line-height: 23px;
  }

  .mini-title-66-10000 {
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-size: 13px;
  }

  .title-link-9-1000 {
    margin-bottom: 0;
  }

  .intro-text-box-4444-copy1 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-section101 {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .intro-box-101-copy1 {
    width: auto;
    margin-bottom: 5%;
    margin-right: 0%;
  }

  .flex-center-101-copy1 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .div-block-66678 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 10px;
    line-height: 24px;
    display: flex;
  }

  .text-block-3-7777 {
    margin-top: 12px;
    font-size: 11px;
    line-height: 26px;
  }

  .title-link-11 {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .bold-text-2-copy {
    letter-spacing: 1px;
    text-indent: 0;
    white-space: normal;
    overflow-wrap: normal;
    width: 252px;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    line-height: 33px;
  }

  .title-link-9-1000-copy4 {
    margin-bottom: 15px;
  }

  .center-box-3 {
    margin-bottom: 10px;
  }

  .intro-paragraph-copy12 {
    color: #000000f5;
    letter-spacing: 1px;
    width: 252px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 33px;
  }

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

  .top-border-101._50-101 {
    margin-top: 50px;
  }

  .text-field-20 {
    width: 48%;
    padding-left: 12px;
    font-size: 12px;
  }

  .text-field-5-copy {
    width: 46%;
    padding-left: 12px;
    font-size: 12px;
  }

  .text-field-21 {
    font-size: 12px;
  }

  .text-field-22 {
    width: 46%;
    padding-left: 12px;
    font-size: 12px;
  }

  .content-section11-copy1.thistle-medium-copy1 {
    padding-top: 50px;
  }

  .submit-button-12 {
    width: 100%;
    min-width: auto;
    font-size: 11px;
  }

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

  .div-block-66669 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .form-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    max-width: none;
  }

  .text-field-23 {
    width: 48%;
    padding-left: 12px;
    font-size: 12px;
  }

  .paragraph-5 {
    font-size: 10px;
    line-height: 22px;
  }

  .mini-title-66673 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .content-wrapper-copy-4 {
    margin-bottom: 20px;
  }

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

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

  .container-4-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mini-title-101 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .div-block-101 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 10px;
  }

  .midashi-2 {
    width: 103px;
    margin-bottom: 0;
    font-size: 10px;
  }

  .honmon-2 {
    font-size: 10px;
  }

  .div-block-400 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 10px;
  }

  .link-2 {
    font-size: 10px;
  }

  .social-icon-6.twitter, .social-icon-6.instagram {
    width: 27px;
    height: 27px;
  }

  .footer-link-107 {
    text-align: left;
    margin-bottom: 3%;
    margin-right: 0;
    font-size: 10px;
    line-height: 14px;
  }

  .footer-link-107.w--current {
    font-size: 10px;
    line-height: 14px;
  }

  .text-block-30007 {
    letter-spacing: 0;
    font-size: 9px;
  }

  .image-9884 {
    width: 45px;
    max-width: none;
    margin-top: -2px;
    margin-bottom: 5px;
  }

  .top-border-copy-4._40-copy {
    margin-top: 20px;
  }

  .text-block-445-copy {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .top-border-copy-copy {
    line-height: 22px;
  }

  .content-section99-copy-copy {
    max-width: 620px;
    margin-bottom: 60px;
    padding: 0;
  }

  .paragraph-2-copy-copy-copy4 {
    font-size: 10px;
    line-height: 27px;
  }

  .top-border-copy-copy1 {
    font-size: 10px;
  }

  .container-3-copyaae {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-445-spp {
    margin-top: 30px;
  }

  .mini-title-667-copy {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 29px;
  }

  .flex-3-copy {
    max-width: none;
  }

  .paragraph-2-copy-copy-copy {
    font-size: 11px;
    line-height: 22px;
  }

  .content-section03-copy-copy {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .content-section03-copy-copy.gray {
    margin-top: 10px;
  }

  .align-right-copy {
    font-size: 24px;
  }

  .mini-title-link-copyaxa {
    font-size: 11px;
  }

  .social-icon-7.twitter, .social-icon-7.instagram {
    width: 27px;
    height: 27px;
  }

  .footer-link-108 {
    text-align: left;
    margin-bottom: 3%;
    margin-right: 0;
    font-size: 10px;
    line-height: 14px;
  }

  .footer-link-108.w--current {
    font-size: 10px;
    line-height: 14px;
  }

  .text-block-30008 {
    letter-spacing: 0;
    font-size: 9px;
  }

  .price-2 {
    font-size: 13px;
  }

  .link-8 {
    margin-top: 8px;
    font-size: 10px;
    line-height: 24px;
  }

  .content-wrapper-copy-copy {
    margin-bottom: 20px;
  }

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

  .content-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }

  .h1-white-1003.white {
    letter-spacing: 1px;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 38px;
  }

  .div-block-3 {
    min-width: 150px;
    margin-top: 12px;
    margin-left: 0;
    line-height: 30px;
    position: relative;
    top: -2%;
  }

  .image-copy-copy-copy-2 {
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: 224px;
    max-height: none;
  }

  .hero-text-box-101 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 170px;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    padding-right: 9%;
    position: relative;
  }

  .slider-101 {
    height: 100%;
  }

  .text-block-3 {
    margin-top: 10px;
    font-size: 10px;
    line-height: 24px;
  }

  .text-block-5 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .content-section01-2 {
    margin-top: 60px;
  }

  .bold-text-99 {
    letter-spacing: 1.5px;
    text-indent: 0;
    white-space: normal;
    overflow-wrap: normal;
    margin-top: 7px;
    padding-left: 16px;
    font-size: 13px;
    line-height: 26px;
  }

  .intro-paragraph-99 {
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 26px;
  }

  .title-link-12 {
    letter-spacing: 1px;
    font-size: 13px;
  }

  .intro-text-box-3 {
    align-self: center;
    max-width: 388px;
    padding-top: 20px;
  }

  .flex-center-10001 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bold-text-102 {
    letter-spacing: 1px;
    text-indent: 0;
    white-space: normal;
    overflow-wrap: normal;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    line-height: 31px;
  }

  .intro-paragraph-100 {
    letter-spacing: 1px;
    margin-top: 19px;
    font-size: 11px;
    line-height: 30px;
  }

  .image-hover-10002 {
    align-self: center;
  }

  .title-link-9-copy-2 {
    margin-bottom: 16px;
  }

  .text-link-6 {
    font-size: 10px;
  }

  .center-box-4 {
    max-width: 820px;
  }

  .top-border-1113._50 {
    margin-top: 50px;
  }

  .top-border-1113._5 {
    margin-top: 12px;
  }

  .div-block-66679 {
    font-size: 10px;
    line-height: 24px;
  }

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

  .content-section15 {
    margin-top: 20px;
  }

  .content-wrapper-107 {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .center-box-5 {
    max-width: 820px;
  }

  .mini-title-111 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .mini-title-111.white {
    letter-spacing: 1.5px;
    font-size: 12px;
  }

  .h1-white-000 {
    letter-spacing: 1.5px;
    margin-top: 2px;
    font-size: 25px;
  }

  .content-section02-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-box-5 {
    width: 100%;
    height: 294px;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    padding-right: 0%;
    position: relative;
  }

  .content-wrapper0-2 {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-copy-copy-2 {
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: 400px;
  }

  .profile-image-4325 {
    width: 71%;
    min-width: 320px;
    max-width: none;
    height: 100%;
    min-height: 400px;
    margin-bottom: 0;
    left: 0;
    right: auto;
  }

  .profile-image-4325.left {
    min-width: 320px;
    height: 100%;
    min-height: 400px;
    left: 0;
    right: auto;
  }

  .h1-white-copy1-2 {
    padding-right: 77px;
  }

  .text-block-30009 {
    font-size: 13px;
    line-height: 30px;
  }

  .mini-title-66674 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .image-copy-copy-6 {
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: 400px;
  }

  .content-section02-copy-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-4-copy {
    font-size: 13px;
    line-height: 30px;
  }

  .text-box-copy-copy-cp {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 294px;
    margin-top: 40px;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: relative;
  }

  .content-wrapper0-3 {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-66680 {
    align-self: center;
    align-items: center;
  }

  .mini-title-66675 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .image-15-copy {
    width: 205px;
    min-width: auto;
    margin-top: 7px;
    margin-bottom: 15px;
  }

  .div-block-66672-100 {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    margin-top: 33px;
    margin-bottom: 12px;
    margin-left: 0%;
  }

  .image-9885 {
    width: 51px;
    height: auto;
  }

  .mini-title-113-copy-copy {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .mini-title-113-copy-copy.white-copy-copy {
    margin-bottom: 3px;
    margin-left: 3px;
    font-size: 13px;
  }

  .image-17-copy {
    width: 40px;
    height: auto;
  }

  .paragraph-6 {
    font-size: 10px;
    line-height: 23px;
  }

  ._50-column-center-copy.mobile-border-copy {
    max-width: 380px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mini-title-116 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .mini-title-116.white {
    margin-bottom: 0;
    margin-left: 3px;
    font-size: 14px;
  }

  .flex-8 {
    justify-content: center;
    margin-bottom: 31px;
    padding-bottom: 0;
  }

  .text-block-2-copy {
    max-width: none;
  }

  .mini-title-117 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .mini-title-117.white {
    margin-bottom: 0;
    margin-left: 3px;
    font-size: 14px;
  }

  .text-block-30010 {
    max-width: none;
  }

  .mini-title-113 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .mini-title-113.white {
    margin-bottom: 0;
    margin-left: 3px;
    font-size: 14px;
  }

  .div-block-66681 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 12px;
    margin-left: -3%;
  }

  .content-section03-2 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .content-section03-2.thistle-medium {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .top-border-1116._40 {
    margin-top: 30px;
  }

  ._89 {
    justify-content: center;
    padding-bottom: 0;
  }

  .image-9886 {
    width: 100%;
    max-width: 380px;
    margin-left: 0;
    margin-right: 0;
  }

  .top-border-copy-5 {
    margin-top: 20px;
  }

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

  .mini-title-1000 {
    letter-spacing: 0;
    margin-bottom: 11px;
    font-size: 12px;
  }

  .mini-title-66676 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .heading-6 {
    margin-bottom: 22px;
    font-size: 29px;
    line-height: 40px;
  }

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

  .image-copy-copy-copy-copy-2 {
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: 224px;
    max-height: none;
  }

  .text-box-copy-copy {
    width: 100%;
    height: 294px;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    padding-right: 0%;
    position: relative;
  }

  .text-box-copy-copy.left-copy-copy {
    width: 100%;
    height: 290px;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .content-wrapper-top-101 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-102 {
    height: 100%;
  }

  .text-block-444-copy {
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 30px;
  }

  .mini-title-66677 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .content-section15-copy11 {
    margin-top: 20px;
  }

  .content-wrapper-copy0 {
    margin-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .center-box-6 {
    max-width: 820px;
  }

  .mini-title-66678 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .mini-title-66678.white {
    letter-spacing: 1.5px;
    font-size: 12px;
  }

  .h1-white-1004 {
    letter-spacing: 1.5px;
    margin-top: 2px;
    font-size: 25px;
  }

  .text-box-copy-copy-copy {
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 294px;
    margin-top: 40px;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .image-15-copy-copy {
    width: 285px;
    min-width: 144px;
    margin-top: 5px;
    margin-bottom: 22px;
  }

  .div-block-66676-copy {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
  }

  .text-block-30011 {
    font-size: 13px;
    line-height: 30px;
  }

  .mini-title-66679 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .content-section101-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-30012 {
    font-size: 12px;
    line-height: 30px;
  }

  .text-box-6 {
    width: 100%;
    height: 294px;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    padding-right: 0%;
    position: relative;
  }

  .text-box-6.left {
    width: 100%;
    margin-top: 20px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-copy-2 {
    flex: 0 auto;
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: 400px;
    padding-right: 0;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .h1-white-1005 {
    letter-spacing: 2px;
    font-size: 27px;
  }

  .mini-title-66680 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .heading-7 {
    margin-bottom: 22px;
    font-size: 29px;
    line-height: 40px;
  }

  .hero-section-103 {
    margin-top: 5px;
  }

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

  .image-copy-copy-copy-copy-3 {
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: 224px;
    max-height: none;
  }

  .div-block-66683 {
    align-self: flex-start;
  }

  .text-box-copy {
    width: 100%;
    height: 294px;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    padding-right: 0%;
    position: relative;
  }

  .text-box-copy.left-copy {
    width: 100%;
    margin-top: 40px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .mini-title-66681 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .content-wrapper-top-100-copy {
    height: 100%;
    margin-top: 37px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-66672-copy {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 12px;
    margin-left: -52%;
  }

  .mini-title-113-copy {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .mini-title-113-copy.white-copy, .mini-title-113-copy.white {
    margin-bottom: 3px;
    margin-left: 3px;
    font-size: 16px;
  }

  .mini-title-113-copy.white {
    margin-bottom: 3px;
    margin-left: 3px;
    font-size: 14px;
  }

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

  .mini-title-109 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .div-block-66672-copy-copy {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 12px;
    margin-left: 0%;
  }

  .div-block-66684 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 12px;
    margin-left: -52%;
  }

  .mini-title-66682 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .mini-title-66682.white {
    margin-bottom: 0;
    margin-left: 3px;
    font-size: 14px;
  }

  .text-block-30013 {
    max-width: none;
  }

  .content-wrapper-221 {
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .bottom-line-copy-2 {
    margin-bottom: 0;
  }

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

  .image-copy1 {
    width: 100%;
    max-width: 380px;
  }

  .paragraph-copy {
    font-size: 10px;
    line-height: 22px;
  }

  .top-border-1119._40 {
    margin-top: 30px;
  }

  .image-9887 {
    width: 100%;
    max-width: 380px;
    margin-left: 0;
    margin-right: 0;
  }

  .mini-title-66683 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .text-block-30014 {
    font-size: 12px;
    line-height: 30px;
  }

  .content-section05 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .text-box-7 {
    width: 100%;
    height: 294px;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    padding-right: 0%;
    position: relative;
  }

  .h1-white-1006 {
    letter-spacing: 2px;
    font-size: 27px;
  }

  .image-copy-copy-7 {
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: 400px;
  }

  .mini-title-66684 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .text-block-30015 {
    font-size: 12px;
    line-height: 30px;
  }

  .text-box-8 {
    width: 100%;
    height: 294px;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    padding-right: 0%;
    position: relative;
  }

  .text-box-8.left {
    width: 100%;
    margin-top: 20px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-copy-3 {
    flex: 0 auto;
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: 400px;
    padding-right: 0;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .h1-white-1007 {
    letter-spacing: 2px;
    font-size: 27px;
  }

  .mini-title-66685 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .content-section15-copy {
    margin-top: 0;
  }

  .content-wrapper-copy000 {
    margin-bottom: 35px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .center-box-7 {
    max-width: 820px;
  }

  .mini-title-66686 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .mini-title-66686.white {
    letter-spacing: 1.5px;
    font-size: 12px;
  }

  .h1-white-1008 {
    letter-spacing: 1.5px;
    margin-top: 2px;
    font-size: 25px;
  }

  .content-section09-copy.thistle-medium-copy {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-15-copy-copy-copy {
    width: 145px;
    min-width: auto;
    margin-top: 3px;
    margin-bottom: 7px;
  }

  .flex-center-copy4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-box-copy3 {
    width: 100%;
    height: 294px;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    padding-right: 0%;
    position: relative;
  }

  .text-box-copy3.left-copy1 {
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .h1-white-1009 {
    letter-spacing: 2px;
    font-size: 27px;
  }

  .text-block-30016 {
    font-size: 13px;
    line-height: 30px;
  }

  .mini-title-66687 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .content-wrapper-copy22 {
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-30017 {
    margin-top: 30px;
    font-size: 13px;
  }

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

  .mini-title-copy-2 {
    font-size: 13px;
  }

  .content-section03-3 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .collection-item-5 {
    line-height: 55px;
  }

  ._49-column-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .content-section07-2 {
    padding-top: 60px;
  }

  .content-wrapper-copy-5 {
    margin-bottom: 0;
  }

  .mini-title-copy-3 {
    font-size: 14px;
  }

  .collection-list-wrapper-104 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .text-field-25 {
    font-size: 12px;
  }

  .text-field-26 {
    width: 46%;
    font-size: 12px;
  }

  .text-field-27 {
    font-size: 12px;
  }

  .text-field-28 {
    width: 46%;
    font-size: 12px;
  }

  .text-field-29 {
    font-size: 12px;
  }

  .mini-title-white-7 {
    text-align: left;
    font-size: 13px;
  }

  .submit-button-13 {
    font-size: 11px;
  }

  .content-wrapper-66668 {
    margin-bottom: 30px;
  }

  .brand-3 {
    width: 40%;
    max-width: 27%;
    height: 42px;
    margin-left: 2%;
  }

  .brand-3.w--current {
    justify-content: flex-start;
    align-items: center;
    width: 93px;
    max-width: none;
    height: 41px;
    margin-top: 0;
    margin-left: 0%;
  }

  .image-9888 {
    max-width: 108%;
    margin-top: 19px;
    margin-left: 2%;
  }

  .nav-menu-4 {
    line-height: 30px;
  }

  .nav-link-1007 {
    text-align: center;
    height: 40px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 5px;
    display: block;
  }

  .nav-link-1007:hover {
    border-bottom-width: 1px;
  }

  .menu-button-3 {
    width: 40px;
    height: 41px;
    padding-top: 16px;
    padding-bottom: 18px;
  }

  .menu-button-3.w--open {
    padding-top: 16px;
  }

  .icon-11 {
    width: auto;
    position: relative;
  }

  .footer-links-3 {
    letter-spacing: 2px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0;
    font-size: 24px;
    display: flex;
  }

  ._90-column-4 {
    width: 100%;
  }

  .footer-link-109 {
    margin-bottom: 7%;
    margin-right: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .footer-link-109.w--current {
    font-size: 12px;
    line-height: 14px;
  }

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

  .text-block-30018 {
    letter-spacing: 0;
    font-size: 10px;
  }

  .image-9889 {
    width: 95px;
    max-width: none;
  }

  .footer-notice-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    font-size: 24px;
    display: flex;
  }

  .footer-brand-3 {
    max-width: 25%;
    margin-bottom: 7%;
  }

  .footer-brand-3.w--current {
    max-width: 25%;
    font-size: 24px;
  }

  .navbar-2-copy-3 {
    height: 42px;
  }

  .content-wrapper-copy00000 {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .brand-copy {
    width: 93px;
    max-width: none;
    height: 43px;
    margin-left: 0%;
  }

  .brand-copy.w--current {
    justify-content: flex-start;
    width: 93px;
    max-width: none;
    height: 43px;
    margin-top: 0;
    margin-left: 0%;
  }

  .image-9890 {
    max-width: 108%;
    margin-top: 19px;
    margin-left: 2%;
  }

  .nav-link-1008 {
    text-align: center;
    height: 40px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 5px;
    display: block;
  }

  .nav-link-1008:hover {
    border-bottom-width: 1px;
  }

  .icon-12 {
    width: auto;
    position: relative;
  }

  .content-section99-2 {
    padding-top: 60px;
  }

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

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

  .midashi {
    text-align: center;
    width: auto;
    margin-bottom: 0;
    font-size: 10px;
  }

  .honmon {
    width: auto;
    font-size: 10px;
  }

  .text-field-30 {
    font-size: 12px;
  }

  .text-field-31 {
    width: 46%;
    font-size: 12px;
  }

  .text-field-32 {
    font-size: 12px;
  }

  .text-field-33 {
    width: 46%;
    font-size: 12px;
  }

  .text-field-34 {
    font-size: 12px;
  }

  .mini-title-white-8 {
    text-align: left;
    font-size: 13px;
  }

  .submit-button-14 {
    font-size: 11px;
  }

  ._90-column-5 {
    width: 100%;
  }

  .footer-link-110 {
    margin-bottom: 7%;
    margin-right: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .footer-link-110.w--current {
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-30019 {
    letter-spacing: 0;
    font-size: 10px;
  }

  .footer-notice-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    font-size: 24px;
    display: flex;
  }

  .content-wrapper-copy345 {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .image-9891 {
    width: 95px;
    max-width: none;
  }

  .text-block-30017-copy {
    margin-top: 0;
    font-size: 10px;
    line-height: 30px;
  }

  .price-copy {
    font-size: 12px;
  }

  .link-9 {
    margin-top: 8px;
    font-size: 10px;
    line-height: 24px;
  }

  .flex-8-copy {
    justify-content: center;
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  ._50-column-center-copy-copy.mobile-border-copy {
    max-width: 380px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .align-right-copy-copy {
    font-size: 24px;
  }

  .content-section99-2-copy {
    padding-top: 60px;
  }

  .navbar-3 {
    height: 42px;
  }

  .content-wrapper-66669 {
    margin-bottom: 30px;
  }

  .brand-4 {
    justify-content: flex-start;
    align-items: center;
    width: 93px;
    max-width: none;
    height: 41px;
    margin-left: 0%;
    padding-left: 0;
  }

  .brand-4.w--current {
    justify-content: flex-start;
    width: 93px;
    max-width: none;
    height: 41px;
    margin-top: 0;
    margin-left: 0%;
  }

  .image-9892 {
    max-width: 108%;
    margin-top: 19px;
    margin-left: 2%;
  }

  .nav-link-1009 {
    text-align: center;
    height: 40px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 5px;
    display: block;
  }

  .nav-link-1009:hover {
    border-bottom-width: 1px;
  }

  .nav-link-1009.w--current {
    font-size: 12px;
  }

  .icon-13 {
    width: auto;
    position: relative;
  }

  .nav-menu-4-copy {
    line-height: 30px;
  }

  .content-section07-2-copy {
    padding-top: 60px;
  }

  .content-wrapper-copy-5-copy {
    margin-bottom: 0;
  }

  .mini-title-copy-copy {
    font-size: 12px;
  }

  .collection-list-wrapper-104-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .top-border-1119-copy._40 {
    margin-top: 30px;
  }

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

  .price-copy-copy {
    font-size: 12px;
  }

  .link-9-copy {
    margin-top: 8px;
    font-size: 10px;
    line-height: 24px;
  }

  .div-block-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-bottom: 20px;
    display: block;
  }

  .mini-title-667-copy-copy {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 29px;
  }

  .paragraph-2-copy-copy-copy-copy {
    font-size: 11px;
    line-height: 22px;
  }

  .paragraph-2-copy-copy-copy4-copy {
    font-size: 10.5px;
    line-height: 27px;
  }

  .mini-title-copy-copy-copy {
    margin-bottom: 30px;
    font-size: 12px;
  }

  .mini-title-link-copy-copy {
    font-size: 11px;
  }

  .paragraph-2-copy-copy-copy4-copy-copy-copy, .paragraph-2-copy-copy-copy4-copy-copy-copy-copy {
    font-size: 10px;
    line-height: 27px;
  }

  .bold-text-103 {
    text-align: left;
  }

  .paragraph-2-copy-copy-copy4-copy-copy-copy-copy-copy {
    font-size: 10px;
    line-height: 27px;
  }

  .container-3-copy {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-3-copy-copy75 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .honmon-copy {
    width: auto;
    font-size: 11px;
  }

  .midashi-copy {
    text-align: left;
    width: auto;
    margin-bottom: 0;
    font-size: 11px;
  }

  .honmon-copy {
    text-align: left;
    width: auto;
    font-size: 11px;
  }

  .mini-title-667iuo {
    letter-spacing: 0;
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 29px;
  }

  .content-section99-copy-copy-copy {
    max-width: 620px;
    margin-bottom: 0;
    padding: 40px 0 75px;
  }

  .top-border-copy-4-copy._40-copy {
    max-width: none;
    margin-top: 0;
  }

  .text-block-445-copy-copy {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .text-block-445-copyaaa {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
  }

  .top-border-copy-copy1-copy {
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
  }

  .paragraph-2-copy-copy-copy4-copy-copy {
    margin-top: 15px;
    font-size: 10px;
    line-height: 27px;
  }

  .align-right-copy-copy-copyaxas {
    font-size: 24px;
  }

  .text-block-445-copy-copy-copy, .text-block-445-copy-copy-copy-copy {
    margin-top: 30px;
  }

  .honmon-copy-copy {
    width: auto;
    min-width: auto;
    font-size: 11px;
  }

  .container-3-copy-copy-copy {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mini-title-667-copy-copy-copy-copy {
    letter-spacing: 0;
    letter-spacing: 0;
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 29px;
  }

  .bold-text-103-copy {
    font-size: 11.5px;
  }

  .honmon-copy-copy, .honmon-copy-copy-copy {
    width: auto;
    font-size: 11px;
  }

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

  .top-border-copy-4-copy-copy._40-copy {
    margin-top: 0;
  }

  .content-section99-copy-copy-copy-copy, .content-section99-copy-copy-copy-copy-copy {
    max-width: 620px;
    margin-bottom: 0;
    padding: 40px 0 75px;
  }

  .content-section99-copy-copy-copy-copy, .content-section99-copy-copy-copy-copy-copy, .content-section99-copy-copy-copy-copy-copy-copy {
    max-width: 620px;
    margin-bottom: 0;
    padding: 40px 0 75px;
  }

  .text-block-445-copy-copy-copy-copy-copy {
    margin-top: 30px;
  }

  .content-section99-copy-copy-copy-copy-copy, .content-section99-copy-copy-copy-copy-copy-copy, .content-section99-copy-copy-copy-copy-copy-copy-copy, .content-section99-copy-copy-copy-copy-copy-copy {
    max-width: 620px;
    margin-bottom: 0;
    padding: 40px 0 75px;
  }

  .text-block-445-copy-copy-copy, .text-block-445-copy-copy-copy-copy {
    margin-top: 30px;
  }

  .container-3-copy-copy-copy-copy {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2-copy-copy-copy4-copy-copy, .paragraph-2-copy-copy45 {
    font-size: 10px;
    line-height: 27px;
  }

  .link-11 {
    font-size: 10.5px;
  }

  .content-section99-copy-copy-copy-copy-copy99 {
    max-width: 620px;
    margin-bottom: 0;
    padding: 40px 0 75px;
  }

  .mini-title-copy-copy-copyyrt {
    margin-bottom: 0;
    font-size: 12px;
  }

  .content-section99-pp, .content-section99-copyrr {
    max-width: 620px;
    margin-bottom: 0;
    padding: 40px 0 75px;
  }

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

  .paragraph-2-copy-copy-copy-copy-copy, .paragraph-2-copy-copy-copy-copy-copy-copy {
    font-size: 11px;
    line-height: 22px;
  }

  .mini-title-copy-copy-copy-copy {
    margin-bottom: 30px;
    font-size: 12px;
  }

  .button-6-copy {
    font-size: 11px;
  }

  .content-section03-3-copy {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .image-14-copy-copy-copy-copy {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-center-copy-2-copy-copy {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-30011-copy {
    letter-spacing: 0;
    font-size: 11px;
    line-height: 30px;
  }

  .content-wrapper-copy22-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-section99-copy-copy-copy-copy-copy-copy-copy {
    max-width: 620px;
    margin-bottom: 0;
    padding: 40px 0 75px;
  }

  .content-section99po {
    max-width: 620px;
    margin-bottom: 0;
    padding: 60px 0 20px;
  }

  .honmon-copy-copy-copy {
    width: auto;
    font-size: 11px;
  }

  .honmon-copy-copy-copy-copy {
    width: auto;
    min-width: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }

  .mini-title-667-copy-copy-copy, .mini-title-667-copy-copy-copy-copy, .mini-title-667-copy-copy-copy-copy, .mini-title-667-copy-copy-copy-copy-copy {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 29px;
  }

  .text-block-445-copy-copy-copy-copy, .text-block-445-copy-copy-copy-copy-copy {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
  }

  .text-block-445-copy-copy-copy-copy-copy-copy {
    width: 100%;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
  }

  .text-block-445-copy-copy-copy-copy-copya {
    margin-top: 10px;
  }

  .paragraph-2-copy-copy-copy4-copy-copy-copy {
    margin-top: 15px;
    font-size: 10px;
    line-height: 27px;
  }

  .paragraph-2-copy-copy-copy4-copy-copy-copy-copy {
    margin-top: 15px;
    font-size: 10.5px;
    line-height: 27px;
  }

  .container-3-copy-copy {
    padding-left: 25px;
    padding-right: 25px;
  }

  .mini-title-667-copy-copy-copy-copy-copy, .mini-title-667-copy-copy-copy-copy-copy-copy {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 29px;
  }

  .content-section99-copy-copy-copy-copy-copy-copy-copy-copy {
    max-width: 620px;
    margin-bottom: 0;
    padding: 40px 0 75px;
  }

  .content-section99-copy-copy-copy-copy-copy-copy-copy-copy-copy {
    max-width: 620px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 10px;
  }

  .mini-title-667-copy-copy-copy-copy-copy-copy {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 29px;
  }

  .mini-title-667-sp {
    letter-spacing: 0;
    margin-bottom: 1px;
    font-size: 11px;
    line-height: 29px;
  }

  .mini-title-667-copy-copy-copy-copy-copy-copy-copy {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 29px;
  }

  .mini-title-667-copy-copy-copy-copy-copy-copy-copy-copy {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 29px;
  }

  .text-block-445-spp-copy {
    margin-top: 0;
  }

  .content-section99-pp-copy {
    max-width: 620px;
    margin-bottom: 0;
    padding: 0;
  }

  .content-section99-copyrr-copy {
    max-width: 620px;
    margin-bottom: 0;
    padding: 0 0 75px;
  }

  .text-block-445-copyaaa-copy {
    width: 100%;
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 10px;
  }

  .image-14-copy-copy-copylp4-copy {
    width: 100%;
  }

  .container-3-copy-copy75-copy {
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mini-title-667iuo-copy {
    letter-spacing: 0;
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 29px;
  }

  .content-section99-copy-copy-copy-copy-copy99-copy {
    max-width: 620px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px 0 0;
  }

  .mini-title-copy-copy-copyyrt-copy {
    margin-bottom: 0;
    font-size: 12px;
  }

  .flex-center-copy-2-copy-copyaaaxa-copy {
    max-width: none;
    margin-bottom: 10px;
  }

  .container-3-copyaae-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .align-right-copy-copy-copyaxas-copy {
    font-size: 24px;
  }

  .mini-title-link-copyaxa-copy {
    font-size: 11px;
  }

  .mini-title-667-copy-copy-copy {
    letter-spacing: 0;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 29px;
  }

  .mini-title-copy-copy {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .bold-text-104, .bold-text-105 {
    font-size: 10.5px;
  }

  .paragraph-2-copy-copy-copy4-copy-copy-copyl, .paragraph-2-copy-copy-copy4-copy-copy-copy, .paragraph-2-copy-copy-copy4-copy-copy-copyl-copy {
    margin-top: 15px;
    font-size: 10.5px;
    line-height: 27px;
  }

  .text-block-445-spp-copy {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .link-12 {
    text-align: left;
  }

  .honmon-copy-copy {
    width: auto;
    font-size: 11px;
  }

  .honmon-copy-copy-copy {
    text-align: left;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11px;
  }

  .honmon-copy-copy-copy {
    text-align: center;
    width: auto;
    margin-top: 0;
    font-size: 11px;
  }

  .honmon-copy-copy {
    text-align: left;
    width: auto;
    font-size: 11px;
  }

  .honmon-copy-copy-copy {
    text-align: center;
    width: auto;
    font-size: 11px;
  }

  .bold-text-106 {
    font-size: 10px;
    line-height: 30px;
  }

  .bold-text-107 {
    font-size: 10px;
  }

  .mini-title-copy-copy-copy-copy-copy {
    margin-bottom: 30px;
    font-size: 12px;
  }
}


