@font-face {
  font-family: Instrument Serif;
  src: url('../fonts/InstrumentSerif-Italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Instrument Serif;
  src: url('../fonts/InstrumentSerif-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tuesday Night;
  src: url('../fonts/TuesdayNight-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Coastal Hand;
  src: url('../fonts/Coastal-Hand.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Anton;
  src: url('../fonts/Anton-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #0c0c0c;
  --sand: #faf7f3;
  --sand-dark: #ebe6df;
  --green: #05a081;
  --white: #fff;
  --grey-dark: #2b2b2b;
}

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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

  .w-commerce-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-commerceaddtocartquantityinput, .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(--black);
  background-color: #fff0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 4.625rem;
  font-weight: 400;
  line-height: 1;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: var(--black);
  text-decoration: none;
}

li {
  margin-bottom: 1rem;
}

blockquote {
  border-left: .4em #e2e2e2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 1.75rem;
  font-style: italic;
  line-height: 1.3;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: .75rem;
}

.how_container_kkbb {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.how_container_kkbb.full-width_navbar {
  max-width: none;
  height: 100%;
}

.why_section_kkbb {
  position: relative;
}

.why_section_kkbb.nav {
  z-index: 200;
  background-color: var(--sand);
  border-bottom: 1px solid #0000;
  height: 4.1em;
  position: sticky;
  top: 0;
}

.why_section_kkbb.sand {
  background-color: var(--sand-dark);
}

.why_section_kkbb.dark {
  background-color: #0c0c0c;
}

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

.navbar_logo_wrapper_kkbb {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 8rem;
  height: 100%;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 99;
  background-color: var(--sand);
  border-bottom: 1px solid #0c0c0c00;
  width: 100%;
  position: relative;
  top: 0;
}

.navbar_self_kkbb {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: .8rem;
  padding-bottom: .8rem;
  display: flex;
  position: relative;
}

.nav-logo {
  pointer-events: none;
  width: 5rem;
  color: var(--black);
  text-align: center;
  margin-bottom: -3px;
  font-family: Anton, sans-serif;
  font-size: 2.2rem;
  line-height: .9;
  display: flex;
  position: absolute;
}

.spacing-section {
  background-image: url('../images/mexico_carso.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.spacing-section.top-half {
  padding-top: 5rem;
}

.how_content_wrapper_kkbb {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  margin: 4rem auto;
  display: flex;
}

.where_content_text_center_kkbb {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.display-inline {
  display: inline;
}

.button-component {
  grid-row-gap: .35rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.button-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.button-line {
  background-color: var(--black);
  width: 100%;
  height: 2px;
}

.button-line.sand {
  background-color: var(--sand);
}

.button-content {
  grid-column-gap: .25rem;
  align-items: flex-start;
  display: flex;
}

.button-arrow {
  width: .7rem;
  margin-top: .15rem;
  display: flex;
}

.navbar_menu_kkbb {
  grid-column-gap: 1rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  right: 1.5rem;
}

.menu-hamburger-lines {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-hamburger-line {
  background-color: var(--black);
  width: 1.875rem;
  height: 2px;
}

.menu-hamburger-line._2 {
  width: 60%;
}

.menu-hamburger {
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
}

.nav-symbol {
  width: 2rem;
}

.nav-symbol-wrap {
  z-index: 10;
  position: absolute;
  left: 0;
}

.slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.where_title_wrapper_kkbb {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logos-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-auto-flow: column;
}

.logos-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo {
  height: 1.75rem;
}

.logo-wrap {
  justify-content: center;
  align-items: center;
  width: 15rem;
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
  display: flex;
}

.process-page-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.process-page-image-preview {
  aspect-ratio: 1;
  border-radius: .5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.process-page-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 120%;
  position: absolute;
}

.process-page-link-wrap {
  aspect-ratio: 1;
  background-color: var(--sand);
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.process-button-wrap {
  z-index: 3;
  position: absolute;
  bottom: 3rem;
}

.process-page-block-content {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.process-page-block-content.align-left {
  align-items: flex-start;
}

.process-page-head-wrap {
  z-index: 2;
  text-align: center;
  position: relative;
}

.process-link-background {
  background-color: var(--green);
  transform-origin: 50% -20%;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 1.25rem;
}

.process-symbol-wrap {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 3rem;
}

.process-symbol {
  z-index: 3;
  width: 3.5rem;
  color: var(--green);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.process-alternative-text {
  font-family: Instrument Serif, sans-serif;
  font-size: 6rem;
  font-style: italic;
  line-height: .9;
  display: none;
}

.footer {
  z-index: -10;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-legal-wrap {
  z-index: 5;
  width: 100%;
  position: absolute;
  inset: auto 0% 2rem;
}

.footer-legal-text {
  color: #5c5c5c;
  font-size: .875rem;
  font-weight: 500;
}

.legal-link {
  color: #818181;
  border-bottom: 1px solid #0000;
  font-size: .875rem;
  font-weight: 500;
  display: inline-block;
}

.legal-link:hover {
  color: #c2c2c2;
  border: 1px #fff;
  border-bottom: 1px solid #c2c2c2;
}

.footer-legal-links {
  grid-column-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-legal-component {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-email {
  z-index: 5;
  color: var(--sand);
  border-bottom: 6px solid #0000;
  font-family: Instrument Serif, sans-serif;
  font-size: 12em;
  line-height: 1;
  position: relative;
}

.footer-email:hover {
  border-bottom: 6px solid var(--sand);
}

.footer-hover-effect {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.footer-hover-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.footer-hover-image {
  aspect-ratio: 2 / 2.8;
  object-fit: cover;
  border-radius: .25rem;
  width: 120%;
  max-width: none;
  height: 120%;
  position: absolute;
}

.footer-hover-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.footer-hover-item {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-hover-list-wrap {
  width: 100%;
}

.footer-hover-line {
  display: flex;
}

.menu {
  z-index: 101;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.menu-links-wrap {
  z-index: 3;
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.menu-link-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.menu-link {
  color: var(--sand);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.navbar_section_kkbb {
  z-index: 97;
  align-items: center;
  width: 100%;
  height: 10vh;
  display: flex;
  position: absolute;
  top: 0;
  overflow: visible;
}

.menu-close-button {
  z-index: 3;
  grid-column-gap: 1rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 1rem;
  display: flex;
  position: relative;
}

.menu-close-icon {
  width: .8rem;
}

.menu-background {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  box-shadow: 0 10px 60px #0003;
}

.who_horizontal_container_kkbb {
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.who_horizontal_img_kkbb {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: static;
  overflow: hidden;
}

.text-block-50 {
  font-size: 1.125rem;
  font-weight: 600;
}

.heading-style-h5 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.button {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  transition: color .2s;
  display: flex;
  position: relative;
}

.button:hover {
  color: #fff;
}

.heading-style-h2 {
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h6 {
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3 {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.label {
  z-index: 5;
  letter-spacing: .1em;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline;
  position: relative;
}

.heading-style-h4 {
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

.big_title_kkbb {
  text-transform: uppercase;
  font-family: Coastal Hand, Arial, sans-serif;
  font-size: 12rem;
  font-weight: 400;
  line-height: 1;
}

.big_title_kkbb.red {
  color: #d2242a;
}

.text-size-huge {
  font-size: 1.5rem;
}

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

.text-support_kkbb {
  letter-spacing: 0;
  text-transform: none;
  padding-left: .3rem;
  padding-right: .3rem;
  font-family: Instrument Serif, sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.text-support_kkbb.center {
  top: -1.25rem;
}

.text-support_kkbb.center.white {
  color: var(--white);
}

.text-support_kkbb.big {
  font-size: 3rem;
}

.text-support_kkbb.big.center_kkbb {
  top: -2rem;
}

.text-weight-medium {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Anton, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.why_main_content_kkbb {
  transform-origin: 50% 0;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.why_main_content_kkbb._2 {
  z-index: 10;
  display: flex;
  position: absolute;
}

.why_main_content_kkbb._3 {
  z-index: 15;
  height: 100vh;
  display: flex;
  position: absolute;
}

.why_main_content_kkbb._1 {
  z-index: 5;
  display: flex;
  position: relative;
}

.why_main_content_kkbb._0 {
  display: flex;
}

.why_main_wrapper_kkbb {
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: absolute;
}

.why_main_wrapper_kkbb._3 {
  top: 0%;
}

.why_background_img {
  object-fit: cover;
  width: 100%;
  height: 130vh;
  position: absolute;
  top: 0%;
  bottom: auto;
}

.why_content_container_kkbb {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.why_content_2col_kkbb {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.opacity-50 {
  opacity: .5;
}

.why_wrapper_kkbb {
  height: 300vh;
  position: relative;
}

.why_sticky_kkbb {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: sticky;
  top: 0;
}

.newsletter-component {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.newsletter-subheadline {
  margin-bottom: 1rem;
  font-family: Instrument Serif, sans-serif;
  font-size: 2.1rem;
  font-style: italic;
}

.newsletter-form-block {
  width: 100%;
  max-width: 43.75rem;
  margin-top: 3rem;
}

.hide {
  display: none;
}

.newsletter-button-wrap {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  display: flex;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0;
}

.newsletter-field-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.newsletter-field {
  height: 6rem;
  color: var(--black);
  background-color: #fff;
  border: 1px #000;
  border-radius: .5rem;
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 12.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.newsletter-field::placeholder {
  color: #0c0c0c66;
}

.newsletter-button {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.shop-item-block {
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

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

.shop-image-wrap {
  aspect-ratio: 1;
  border-radius: .25rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.text-detail {
  text-transform: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

.text-detail.small {
  font-size: 1.5rem;
}

.shop-item-info {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.shop-item-texts {
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.shop-arrow {
  width: 1rem;
  margin-top: .4rem;
}

.shop-arrow.small {
  width: 1rem;
}

.color-option {
  background-color: #fff;
  border-style: none;
  border-radius: 3rem;
  font-size: .875rem;
  font-weight: 500;
}

.shop-item-divider {
  background-color: #0000003d;
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.shop-item-wrapper {
  align-items: flex-start;
  display: flex;
}

.products-list {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-align-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.default-state {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.spacing-medium {
  width: 100%;
  height: 6rem;
}

.shop-item-image {
  width: 100%;
}

.shop-item-images {
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.shop-item-price {
  font-size: 1.3rem;
  font-weight: 500;
}

.navbar-link {
  color: #000;
  background-color: #e0e0dc;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-link:hover {
  color: #fff;
}

.navbar-link.w--current {
  color: #fff;
  background-color: #000;
}

.shop-item-infos {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  margin-top: 1.5rem;
  display: flex;
}

.shop-item-details {
  max-width: 34.75rem;
}

.shop-item-details-wrap {
  width: 50%;
  padding: 2rem 4rem;
  position: sticky;
  top: 3rem;
}

.shop-item-info-group {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.where_container_kbbb {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-shop {
  background-color: var(--green);
  border-radius: .25rem;
  padding: 1.35rem 1.7rem;
  font-size: 1.125rem;
}

.shop-list-wrapper {
  width: 100%;
}

.block-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.shipping-method-texts {
  grid-row-gap: .35rem;
}

.payment-checkbox-label {
  margin-bottom: 0;
  font-size: 1rem;
}

.payment-checkbox {
  margin-top: 0;
}

.shop-input {
  height: 2.7rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.field-label {
  font-size: 1rem;
  font-weight: 500;
}

.field-label.bold {
  font-weight: 700;
}

.order-product-image {
  border-radius: .2rem;
}

.utility-page-wrap {
  background-color: #ebe6df;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 18.75rem;
  display: flex;
}

.utility-page-content.large {
  max-width: 27rem;
}

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

.utility-button {
  background-color: var(--black);
  border-radius: .25rem;
  padding: 1.35rem 1.7rem;
  font-size: 1.125rem;
}

.utility-field {
  height: 4rem;
  color: var(--black);
  background-color: #fff;
  border: 1px #000;
  border-radius: .25rem;
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  font-weight: 500;
}

.utility-field::placeholder {
  color: #0c0c0c66;
}

.utility-404-content {
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 21.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.work-list-wrapper-v3 {
  z-index: 1;
  width: 100%;
  position: sticky;
  top: 0;
}

.menu-links-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  max-width: 81.25rem;
  margin-top: 6rem;
  margin-bottom: 2rem;
  display: grid;
}

.all-pages-button-wrap {
  z-index: 3;
  position: relative;
}

.menu-content-wrap {
  z-index: 3;
  width: 100%;
  padding-bottom: 3rem;
  position: relative;
}

.menu-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.menu-legal-links {
  z-index: 3;
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-links-secondary {
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-link-arrow {
  transform-origin: 0 100%;
  width: .75rem;
  margin-left: .625rem;
  position: absolute;
  top: 5px;
  left: 100%;
}

.menu-symbol-wrap {
  z-index: 10;
  position: absolute;
  top: 12.8px;
  left: 0;
}

.opacity-30 {
  opacity: .3;
}

.success-message-2 {
  background-color: var(--white);
}

.footer-small {
  background-color: var(--black);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.preloader {
  z-index: 1001;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.preloader-line-wrap {
  background-color: var(--grey-dark);
  width: 10rem;
  height: 4px;
}

.preloader-line {
  background-color: var(--sand);
  width: 0%;
  height: 100%;
}

.background-order {
  background-color: var(--sand-dark);
}

.nav_actions {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_tooltip-text {
  color: #ededed;
}

.nav_page-icon {
  justify-content: center;
  align-items: center;
  width: .7rem;
  min-width: .7rem;
  display: flex;
}

.nav_page-icon.folder {
  width: 1rem;
  min-width: 1rem;
}

.nav_tooltip {
  color: #383838;
  white-space: nowrap;
  background-color: #383838;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  display: flex;
  position: relative;
  box-shadow: 0 1px #000c, inset 0 .5px #fff3;
}

.nav_dropdown-content {
  background-color: #0000;
  display: none;
  position: absolute;
  top: 2.75rem;
  left: 0;
}

.nav_component {
  z-index: 1001;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #252525;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .35rem .5rem .35rem .35rem;
  display: flex;
  position: relative;
}

.nav_close-icon {
  width: .8rem;
  height: .8rem;
  display: flex;
}

.nav_figma {
  width: .5rem;
}

.nav_button-icon {
  justify-content: center;
  align-items: center;
  width: .7rem;
  display: flex;
}

.nav_button-icon.arrow {
  width: 5px;
  position: relative;
  bottom: -1px;
}

.nav_tooltip-wrap {
  z-index: 3;
  pointer-events: none;
  display: none;
  position: absolute;
  top: calc(100% + .75rem);
  bottom: auto;
  right: auto;
}

.nav_tooltip-wrap.left {
  left: 0;
}

.nav_main-links {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.nav_page-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #ccc;
  white-space: nowrap;
  border-bottom: 1px solid #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 2rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav_page-button.empty {
  background-image: url('../images/pattern.svg');
  background-position: 0 0;
  background-size: 4rem;
  border-right: 1px solid #000;
  flex: 1;
}

.nav_page-button.empty.no-border-bottom {
  border-bottom-color: #0000;
}

.nav_page-button.subpage {
  background-color: #2b2b2b;
  border-right: 1px solid #000;
  padding-left: 2rem;
}

.nav_page-button.subpage:hover {
  color: #e6e6e6;
  background-color: #474747;
}

.nav_page-button.subpage.no-border-right {
  border-right-color: #0000;
}

.nav_page-button.subpage.no-border-bottom {
  border-bottom-color: #0000;
}

.nav_page-button.head {
  background-color: #181818;
  border-right: 1px solid #000;
}

.nav_page-button.head.remove-border {
  border-right-style: none;
}

.nav_page-button.head.no-border-right {
  border-right-color: #0000;
}

.nav_button {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  color: #ededed;
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .35rem .6rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav_button:hover {
  background-color: #3b3b3b;
}

.nav_button.secondary {
  color: #a6a6a6;
}

.nav_button.secondary:hover {
  color: #c4c4c4;
}

.nav_button.templatesupply {
  z-index: 3;
  position: relative;
}

.nav_button.figma {
  color: #adadad;
}

.nav_button.figma:hover {
  color: #c4c4c4;
}

.nav_button.pages {
  background-color: #424242;
}

.nav_button.pages:hover {
  background-color: #4c4b4b;
}

.nav_button.buy {
  background-color: #424242;
  box-shadow: inset 0 .5px #ffffff1f, 0 1px 1px #0003;
}

.nav_button.buy:hover {
  background-color: #4c4b4b;
}

.nav_pages-buttons {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav_tooltip-arrow {
  width: 1.23rem;
  position: absolute;
  top: -.6rem;
}

.nav_tooltip-arrow._2 {
  color: #131313;
  top: -.8rem;
  left: 1rem;
}

.nav_tooltip-arrow.left {
  left: .5rem;
}

.nav_logo {
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  display: flex;
}

.nav_close {
  color: #818181;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.nav_close:hover {
  color: #bebebe;
}

.nav_dropdown {
  z-index: 1;
}

.nav_button-divider {
  background-color: #131313;
  width: 1px;
}

.nav_pages-groups {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #181818;
  border-radius: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: clip;
}

.nav_pages-group {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.why_opacity_kkbb {
  opacity: 1;
  background-image: linear-gradient(235deg, #0c0c0c00 37%, #0c0c0cba 72%, #0c0c0c);
  position: absolute;
  inset: 0%;
}

.why_opacity_kkbb._50percent {
  opacity: .5;
  background-image: radial-gradient(circle, #0c0c0c, #0c0c0c80 55%, #0c0c0c00);
}

.why_text_paragraph_kkbb {
  color: #faf7f3;
  text-align: center;
  text-transform: uppercase;
}

.menu-link-2 {
  color: #faf7f3;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.navbar_wrapper_kkbb {
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fffdfd;
  border: 1px solid #0000;
  border-bottom: .5px solid #b3b3b3;
  width: 100vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.navbar_logo_kkbb {
  color: #0c0c0c;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 2.2rem;
  line-height: .9;
  display: flex;
}

.highlight_text_kkbb {
  text-transform: uppercase;
  font-family: Coastal Hand, Arial, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

.highlight_text_kkbb.text_white_kkbb {
  color: var(--white);
}

.who_horizontal_1st_kkbb {
  width: 100vw;
}

.how_wrapper_kkbb {
  background-color: #fff;
  width: 100%;
}

.who_horizontal_title_wrapper_kkbb {
  z-index: 11;
  max-width: 1680px;
  color: var(--white);
  text-align: center;
  position: absolute;
  overflow: hidden;
}

.title_kkbb {
  text-transform: uppercase;
  font-family: Coastal Hand, Arial, sans-serif;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1;
}

.title_kkbb.d-inline {
  display: inline-flex;
}

.title_kkbb.d-inline.white_kkbb {
  color: var(--white);
}

.where_section_kkbb {
  position: relative;
}

.footer_contact_wrapper_kkbb {
  text-align: center;
  max-width: 75vw;
  margin-left: auto;
  margin-right: auto;
}

.footer_policy_link_kkbb {
  grid-column-gap: 1.5em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.footer_contact_btn {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer_text_kkbb {
  font-family: Coastal Hand, Arial, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1;
  display: inline;
  position: relative;
  top: -.03em;
}

.link-label {
  letter-spacing: 0;
  white-space: nowrap;
  font-family: Coastal Hand, Arial, sans-serif;
  font-size: 1.3rem;
  position: relative;
}

.footer_contact_btns_kkbb {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: top;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: inline-block;
}

.footer_legal_wrapper_kkbb {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 6vh;
  font-size: .875em;
  display: flex;
}

.footer_btn_kkbb {
  color: #fff;
  display: flex;
}

.footer_ig_btn {
  grid-column-gap: .375em;
  min-width: 4vw;
  height: 4vw;
  box-shadow: none;
  color: #0d0d11;
  letter-spacing: -.02em;
  text-transform: uppercase;
  background-color: #d2242a;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  transition: transform .5s cubic-bezier(.23, 1, .32, 1), box-shadow .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer_ig_btn:hover {
  transform: scale(1.05);
}

.footer_section_kkbb {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 25vh 5vw 2em;
  display: flex;
  position: relative;
}

.footer_logo_wrapper_kkbb {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.loading_wrapper_kkbb {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.intro_background_video_kkbb {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.intro_wrapper_video_kkbb {
  width: 100vw;
  height: 100vh;
  margin-top: auto;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.play-pause-button {
  display: none;
}

.how_second_text_kkbb {
  text-align: center;
  width: 60%;
  margin-top: 2rem;
}

.who_horizontal_section_kkbb {
  background-color: #3e558f;
  height: 400vw;
  position: relative;
  overflow: visible;
}

.how_img_kkbb {
  object-fit: fill;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.who_horizontal_camara_kkbb {
  flex-flow: row;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.how_content_titles_wrapper_kkbb {
  text-align: right;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.who_horizontal_item_kkbb {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400vw;
  height: 100%;
  display: flex;
  position: relative;
}

.how_img_container {
  object-fit: none;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.how_content_maintext_kkbb {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

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

.how_horizontal_content_wrap_kkbb {
  z-index: 5;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 60px 0% 0;
}

.who_horizontal_frame_kkbb {
  height: 100vh;
  display: flex;
  position: static;
}

.who_horizontal_itemself_kkbb {
  z-index: 10;
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.how_content_contain_kkbb {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 80%;
  display: flex;
}

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

.img-fluid_kkbb.contain {
  object-fit: contain;
}

.how_image_kkbb {
  z-index: 2;
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 33.35%;
  height: 30vw;
  display: flex;
  position: relative;
}

.how_images_wrapper_kkbb {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: start;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.how_content_image_kkbb {
  z-index: 2;
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
  position: relative;
}

.navbar_link_kkbb {
  border-bottom-style: none;
  overflow: hidden;
}

.navbar_link_kkbb.w--current {
  color: #049ef8;
  font-weight: 500;
}

.text_menu {
  color: #d2242a;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Coastal Hand, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.text_menu:hover {
  color: #000;
  text-decoration: underline;
}

.hover_links_kkbb {
  background-color: #fff;
  width: 100%;
  height: .1em;
  transform: translate(-100%);
}

.footer_logo_kkbb {
  width: 15vw;
  height: 7vw;
}

.intro_wrapper_kkbb {
  height: 200vh;
  position: relative;
}

.intro_sticky_kkbb {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: sticky;
  top: 0;
}

.intro_container_kkbb {
  transform-origin: 50% 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.intro_head_wrap_kkbb {
  width: 90vw;
  max-width: 1680px;
  color: var(--white);
  mix-blend-mode: normal;
  position: absolute;
  overflow: hidden;
}

.intro_head_wrap_kkbb._2 {
  mix-blend-mode: normal;
  display: none;
}

.intro_head_wrap_kkbb._0 {
  z-index: 5;
  display: block;
}

.text-span {
  color: #f3272e;
}

.where_wrapper_kkbb {
  background-image: url('../images/mexico_carso.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.where_wrapper_kkbb.img2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/kkbb_landscape.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.loading_img {
  object-fit: cover;
  width: 30%;
  height: auto;
  position: static;
  inset: 0%;
}

.where_content_wrap_kkbb {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70rem;
  display: flex;
}

.big_text_kkbb {
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.regular_text_kkbb {
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.how_section_kkbb {
  position: relative;
}

.text-support_sm_kkbb {
  letter-spacing: 0;
  text-transform: none;
  font-family: Instrument Serif, sans-serif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
}

.text-support_sm_kkbb.text_red_kkbb {
  color: #d2242a;
}

.small_text_kkbb {
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.who_video_opacity_kkbb {
  z-index: 1;
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.intro_video_opacity_kkbb {
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.how_img_kkbb-2 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.who_horizontal_title_wrapper_kkbb-2 {
  z-index: 11;
  color: #fff;
  text-align: center;
  max-width: 1680px;
  position: absolute;
  overflow: hidden;
}

.how_content_titles_wrapper_kkbb-2 {
  text-align: right;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.who_horizontal_itemself_kkbb-2 {
  z-index: 10;
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.how_img_container-2 {
  object-fit: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video-2 {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

@media screen and (min-width: 1440px) {
  .spacing-section {
    background-image: url('../images/mexico_carso.webp');
    background-size: cover;
  }

  .title_kkbb {
    font-family: Coastal Hand, Arial, sans-serif;
  }

  .who_horizontal_item_kkbb {
    width: 850vw;
  }

  .intro_head_wrap_kkbb._2 {
    mix-blend-mode: normal;
    justify-content: center;
    align-items: center;
  }

  .intro_head_wrap_kkbb._0 {
    justify-content: center;
    align-items: center;
  }

  .text-span {
    color: #f3272e;
  }

  .where_wrapper_kkbb {
    background-image: url('../images/mexico_carso.webp');
    background-size: cover;
  }
}

@media screen and (min-width: 1920px) {
  .who_horizontal_section_kkbb {
    height: 850vw;
  }

  .how_img_kkbb {
    background-image: none;
  }

  .who_horizontal_camara_kkbb {
    overflow: hidden;
  }

  .who_horizontal_item_kkbb {
    width: 850vw;
  }

  .text_menu {
    font-size: 1.2rem;
  }

  .how_img_kkbb-2 {
    background-image: none;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 12rem;
  }

  h2 {
    font-size: 5rem;
  }

  h3 {
    font-size: 4rem;
  }

  .spacing-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .spacing-section.top-half, .spacing-section.tablet-top-half {
    padding-top: 4rem;
  }

  .how_content_wrapper_kkbb {
    width: 80vw;
  }

  .process-page-component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .process-link-background {
    display: none;
  }

  .footer-legal-text {
    text-align: center;
  }

  .footer-legal-links {
    grid-column-gap: 1.5rem;
  }

  .footer-legal-component {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer-email {
    font-size: 8em;
  }

  .footer-email:hover {
    border-bottom-style: none;
  }

  .menu {
    display: none;
  }

  .menu-link-text {
    font-size: 2rem;
  }

  .button:hover {
    color: #000;
  }

  .heading-style-h2 {
    font-size: 5rem;
  }

  .heading-style-h3 {
    font-size: 4rem;
  }

  .label {
    font-size: 1rem;
  }

  .big_title_kkbb {
    font-size: 10rem;
  }

  .text-support_kkbb {
    -webkit-text-stroke-width: .5px;
    font-size: 2rem;
  }

  .text-support_kkbb.center {
    top: -.8rem;
  }

  .text-detail {
    font-size: 1.75rem;
  }

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

  .spacing-medium {
    height: 3rem;
  }

  .navbar-link:hover {
    color: #000;
  }

  .shop-item-details-wrap {
    padding: 3rem 1rem 3rem 3rem;
  }

  .menu-links-wrapper {
    grid-row-gap: 6rem;
    grid-template-columns: 1.25fr;
  }

  .menu-legal-links {
    grid-column-gap: 1.5rem;
  }

  .menu-link-arrow, .nav_component {
    display: none;
  }

  .footer_contact_wrapper_kkbb {
    grid-row-gap: 2em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .footer_text_kkbb {
    font-size: 6vw;
  }

  .footer_contact_btns_kkbb {
    display: block;
  }

  .footer_ig_btn {
    height: 8vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer_section_kkbb {
    align-items: center;
  }

  .who_horizontal_camara_kkbb {
    overflow: hidden;
  }

  .how_content_titles_wrapper_kkbb {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .how_horizontal_content_wrap_kkbb {
    width: 50%;
  }

  .footer_logo_kkbb {
    width: 30vw;
    height: 8vw;
  }

  .where_wrapper_kkbb {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .loading_img {
    width: 40%;
  }

  .text-support_sm_kkbb {
    -webkit-text-stroke-width: .5px;
  }

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

  .how_content_titles_wrapper_kkbb-2 {
    justify-content: flex-end;
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 6rem;
  }

  h2 {
    font-size: 4rem;
  }

  h3 {
    font-size: 3.25rem;
  }

  h4 {
    font-size: 2.2rem;
  }

  h5 {
    font-size: 1.8rem;
  }

  .spacing-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .how_content_wrapper_kkbb {
    margin-bottom: 2.5rem;
  }

  .button-text {
    font-size: 1.25rem;
  }

  .where_title_wrapper_kkbb {
    margin-bottom: 3rem;
    position: relative;
    top: auto;
  }

  .logo {
    height: 1.25rem;
  }

  .logo-wrap {
    width: 8rem;
  }

  .footer {
    grid-row-gap: 3rem;
    flex-flow: column;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .footer-legal-wrap {
    position: relative;
    inset: auto;
  }

  .footer-legal-links {
    justify-content: center;
    align-items: center;
  }

  .footer-email {
    font-size: 5em;
  }

  .heading-style-h5 {
    font-size: 1.8rem;
  }

  .heading-style-h2 {
    font-size: 4rem;
  }

  .heading-style-h2.mobile-smaller {
    font-size: 2.5rem;
  }

  .heading-style-h3 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 2.2rem;
  }

  .big_title_kkbb {
    font-size: 13rem;
  }

  .text-size-huge {
    font-size: 1.25rem;
  }

  .text-support_kkbb {
    font-size: 1.75rem;
  }

  .text-support_kkbb.center {
    top: -.5rem;
  }

  .text-support_kkbb.big {
    font-size: 2rem;
  }

  .why_main_content_kkbb, .why_main_content_kkbb._3 {
    height: auto;
  }

  .why_main_wrapper_kkbb {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
  }

  .why_background_img {
    height: 100%;
  }

  .newsletter-subheadline {
    font-size: 1.75rem;
  }

  .shop-item-block {
    grid-row-gap: 1rem;
  }

  .text-detail {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .text-detail.small {
    font-size: 1.25rem;
  }

  .products-list {
    grid-row-gap: 3rem;
  }

  .spacing-medium {
    height: 1.5rem;
  }

  .shop-item-images {
    grid-row-gap: 1rem;
  }

  .work-list-wrapper-v3 {
    position: relative;
  }

  .why_opacity_kkbb {
    background-image: linear-gradient(235deg, #0c0c0c78 14%, #0c0c0cba 52%, #0c0c0c);
  }

  .highlight_text_kkbb {
    font-size: 4rem;
  }

  .how_wrapper_kkbb {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .title_kkbb {
    font-size: 4rem;
  }

  .footer_contact_wrapper_kkbb {
    max-width: none;
  }

  .footer_contact_btn {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
  }

  .footer_ig_btn {
    font-size: .75rem;
  }

  .intro_wrapper_kkbb, .intro_container_kkbb {
    height: auto;
  }

  .where_wrapper_kkbb {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .where_content_wrap_kkbb {
    margin-bottom: 2.5rem;
  }

  .text-support_sm_kkbb {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 5rem;
  }

  h3 {
    font-size: 2.75rem;
  }

  .how_container_kkbb.full-width_navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_logo_wrapper_kkbb {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 3rem;
  }

  .navbar_self_kkbb {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: space-between;
    padding: .5rem .8rem;
  }

  .how_content_wrapper_kkbb {
    width: 90vw;
  }

  .where_content_text_center_kkbb {
    line-height: 1;
  }

  .navbar_menu_kkbb {
    grid-column-gap: .5rem;
    display: flex;
    position: static;
    left: auto;
    right: auto;
  }

  .slide {
    background-color: #000;
    min-width: 100%;
    height: auto;
  }

  .where_title_wrapper_kkbb {
    margin-bottom: 2rem;
  }

  .process-page-image-preview {
    border-radius: .25rem;
  }

  .process-page-link-wrap {
    grid-row-gap: 2rem;
    aspect-ratio: auto;
    border-radius: .25rem;
    padding: 2rem 1rem 3rem;
  }

  .process-button-wrap {
    position: relative;
    bottom: auto;
  }

  .process-page-block-content {
    width: 100%;
  }

  .process-symbol-wrap {
    position: relative;
    top: auto;
  }

  .process-symbol {
    width: 2rem;
  }

  .footer {
    grid-row-gap: 7rem;
    padding-top: 8rem;
  }

  .footer-legal-links {
    grid-column-gap: 1.5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    place-items: center;
    display: grid;
  }

  .footer-legal-component {
    grid-row-gap: 2rem;
  }

  .footer-email {
    font-size: 3.1em;
  }

  .menu {
    display: none;
  }

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

  .menu-link-text {
    font-size: 1.5rem;
  }

  .navbar_section_kkbb {
    height: auto;
  }

  .menu-close-button {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 2.7rem;
  }

  .big_title_kkbb {
    font-size: 6rem;
  }

  .text-support_kkbb {
    font-size: 1.5rem;
  }

  .text-support_kkbb.center {
    -webkit-text-stroke-width: 0px;
  }

  .text-support_kkbb.center.margin_mobile {
    margin-top: .5rem;
  }

  .text-support_kkbb.big.center_kkbb {
    top: -1.3rem;
  }

  .text-weight-medium {
    font-size: 1rem;
  }

  .why_main_content_kkbb._2, .why_main_content_kkbb._3, .why_main_content_kkbb._1, .why_main_content_kkbb._0 {
    height: 100vh;
  }

  .why_main_wrapper_kkbb._1 {
    min-height: 100vh;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: absolute;
  }

  .why_main_wrapper_kkbb._2, .why_main_wrapper_kkbb._3, .why_main_wrapper_kkbb._0 {
    min-height: 100vh;
    position: absolute;
  }

  .why_background_img._3 {
    height: 130vh;
  }

  .why_content_2col_kkbb {
    width: 80vw;
  }

  .why_wrapper_kkbb {
    height: 300vh;
  }

  .newsletter-button-wrap {
    margin-top: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
  }

  .newsletter-field {
    height: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .shop-item-block {
    grid-row-gap: 1rem;
  }

  .shop-item-wrapper {
    flex-direction: column;
  }

  .products-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .shop-item-images {
    grid-row-gap: 1rem;
    width: 100%;
  }

  .shop-item-infos {
    margin-top: 1.5rem;
  }

  .shop-item-details-wrap {
    width: 100%;
    margin-top: 2rem;
    padding: 0;
  }

  .menu-links-wrapper {
    grid-row-gap: 3rem;
    margin-top: 4rem;
  }

  .order-item {
    flex-flow: column;
  }

  .order-product-info {
    margin: 1rem 0;
  }

  .why_opacity_kkbb {
    opacity: .5;
    background-image: linear-gradient(235deg, #0c0c0c78 14%, #0c0c0cba 52%, #0c0c0c);
  }

  .highlight_text_kkbb {
    font-size: 6rem;
  }

  .how_wrapper_kkbb {
    padding-bottom: 0;
  }

  .who_horizontal_title_wrapper_kkbb {
    width: 85%;
  }

  .title_kkbb {
    font-size: 3rem;
    line-height: .9;
  }

  .title_kkbb.d-inline {
    font-size: 3.1rem;
  }

  .title_kkbb.d-inline.mobile-how {
    font-size: 2.5rem;
  }

  .footer_policy_link_kkbb {
    justify-content: center;
  }

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

  .footer_text_kkbb {
    text-align: center;
    font-size: 10vw;
  }

  .footer_contact_btns_kkbb {
    width: 100%;
  }

  .footer_btn_kkbb {
    justify-content: center;
  }

  .footer_ig_btn {
    flex: 1;
    height: 15vw;
    padding: .5rem 7.5vw;
  }

  .footer_section_kkbb {
    padding-top: 15vh;
  }

  .footer_logo_wrapper_kkbb {
    margin-top: 2rem;
  }

  .how_second_text_kkbb {
    width: 100%;
  }

  .who_horizontal_section_kkbb {
    height: 700vw;
  }

  .how_img_kkbb {
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .who_horizontal_camara_kkbb {
    overflow: hidden;
  }

  .who_horizontal_item_kkbb {
    width: 700vw;
  }

  .how_img_container {
    width: 100%;
    height: 100%;
  }

  .how_content_maintext_kkbb {
    width: 100%;
  }

  .image-30 {
    object-fit: cover;
  }

  .how_horizontal_content_wrap_kkbb {
    width: 40%;
  }

  .who_horizontal_itemself_kkbb {
    width: 200vw;
  }

  .img-fluid_kkbb {
    object-fit: cover;
  }

  .how_image_kkbb {
    width: 100%;
    height: 80vw;
  }

  .how_images_wrapper_kkbb {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 5rem;
  }

  .text_menu {
    font-size: 1.1rem;
  }

  .footer_logo_kkbb {
    width: 40vw;
    height: 15vw;
  }

  .intro_wrapper_kkbb {
    height: 200vh;
  }

  .intro_container_kkbb {
    height: 100vh;
  }

  .intro_head_wrap_kkbb._2, .intro_head_wrap_kkbb._0 {
    display: flex;
  }

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

  .loading_img {
    object-fit: cover;
    width: 80%;
  }

  .text-support_sm_kkbb {
    font-size: 1.5rem;
  }

  .how_img_kkbb-2 {
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .who_horizontal_title_wrapper_kkbb-2 {
    width: 85%;
  }

  .who_horizontal_itemself_kkbb-2 {
    width: 200vw;
  }

  .how_img_container-2 {
    width: 100%;
    height: 100%;
  }
}

#w-node-b856c1e7-0b74-91ed-faba-045272f0cf11-72f0cefc, #w-node-b856c1e7-0b74-91ed-faba-045272f0cf22-72f0cefc, #w-node-b856c1e7-0b74-91ed-faba-045272f0cf33-72f0cefc, #w-node-b856c1e7-0b74-91ed-faba-045272f0cf44-72f0cefc, #w-node-b856c1e7-0b74-91ed-faba-045272f0cf55-72f0cefc, #w-node-b856c1e7-0b74-91ed-faba-045272f0cf66-72f0cefc, #w-node-_38206d74-b4e6-076f-7346-f65057658d98-c3924b9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Instrument Serif';
  src: url('../fonts/InstrumentSerif-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Serif';
  src: url('../fonts/InstrumentSerif-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tuesday Night';
  src: url('../fonts/TuesdayNight-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coastal Hand';
  src: url('../fonts/Coastal-Hand.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}