:root {
  --colour-four: black;
  --colour-two: #777;
  --colour-one: #f3f3f3;
  --colour-three: #d1d1cf;
  --colour-four-transparent: #0000004d;
  --colour-one-transparent: #fff9;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.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-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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

.w-commerce-commerceorderconfirmationcontainer, .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;
}

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

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

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: var(--colour-four);
  text-transform: none;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}

h1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Julius Sans One, sans-serif;
  font-size: 3.6vw;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Julius Sans One, sans-serif;
  font-size: 2.8vw;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Julius Sans One, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Julius Sans One, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

h5 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Julius Sans One, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Julius Sans One, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  margin-bottom: 30px;
}

a {
  color: var(--colour-two);
  font-family: Barlow, sans-serif;
  line-height: 1;
  text-decoration: none;
  transition: opacity .4s, color .4s;
}

a:hover {
  opacity: .7;
  color: var(--colour-two);
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 24px;
  line-height: 34px;
}

.section {
  background-color: #f3f3f3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section._100-vh {
  height: 100vh;
}

.section.colour-one {
  background-color: var(--colour-one);
  margin-top: 80px;
}

.section.colour-one._100-vh {
  height: 230%;
}

.section.z {
  z-index: 4;
}

.section._400-px {
  min-height: 400px;
}

.section._400-px.bottom {
  justify-content: flex-end;
}

.section.colour-white {
  background-color: #fff;
}

.section.colour-white.z {
  z-index: 4;
}

.section.colour-three {
  background-color: var(--colour-three);
}

.container {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5vw 10vw;
  display: flex;
  position: relative;
}

.container.nav {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container.colour-four {
  background-color: var(--colour-four);
  padding-bottom: 3vw;
}

.container.container-extra-padding {
  height: auto;
  padding-top: 150px;
}

.styleguide-section-wrapper {
  border-bottom: 1px solid var(--colour-four-transparent);
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.styleguide-section-wrapper.headings {
  padding-top: 40px;
  padding-bottom: 40px;
}

.styleguide-colour-info {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.styleguide-colour {
  width: 200px;
  height: 200px;
  position: relative;
}

.styleguide-colour.colour-two {
  background-color: var(--colour-two);
}

.styleguide-colour.colour-three {
  background-color: var(--colour-three);
}

.styleguide-colour.bg-darkest {
  background-color: var(--colour-four);
}

.styleguide-colour.colour-one {
  background-color: var(--colour-one);
}

.styleguide-left-column-sticky-container {
  margin-bottom: 10vw;
  position: sticky;
  top: 400px;
}

.styleguide-left-column {
  width: 20%;
}

.styleguide-left-column.center {
  align-items: center;
  display: flex;
}

.paragraph-light {
  opacity: .5;
}

.styleguide-colours {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.styleguide-right-column {
  flex-direction: row;
  align-items: center;
  width: 80%;
  padding-left: 5vw;
  display: flex;
}

.styleguide-right-column.vertical {
  flex-direction: column;
}

.styleguide-colour-wrapper {
  flex-direction: column;
  display: flex;
}

.styleguide-wrapper {
  width: 100%;
  display: flex;
  position: relative;
}

.styleguide-class-label {
  background-color: var(--colour-one);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 1;
  display: flex;
}

.styleguide-class-label.class-label-no-margin {
  margin-top: 0;
}

.styleguide-all-sections-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.labels-wrapper {
  flex-flow: wrap;
  display: flex;
}

.styleguide-two-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.button-wrapper {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.button-basic-one {
  background-color: var(--colour-four);
  height: 60px;
  color: var(--colour-one);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.button-basic-one:hover {
  opacity: .9;
  color: var(--colour-two);
}

.button-basic-one.wide {
  width: 100%;
}

.label-button {
  z-index: 1;
  position: relative;
}

.button-basic-two {
  z-index: 2;
  border: 1px solid var(--colour-one);
  background-color: var(--colour-one);
  height: 60px;
  color: var(--colour-four);
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.button-basic-two:hover {
  opacity: .9;
  color: var(--colour-two);
}

.button-basic-two.small {
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-basic-two.small.border {
  border-style: solid;
  border-color: var(--colour-four-transparent);
}

.link-light {
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: color .4s;
}

.link-light:hover {
  opacity: .8;
  color: var(--colour-one);
}

.link-light.margin-right {
  margin-right: 20px;
}

.paragraph-small {
  font-size: 12px;
  line-height: 1.4;
}

.paragraph-big {
  font-size: 26px;
  line-height: 1.2;
}

.styleguide-content-wrapper {
  padding: 20px;
}

.styleguide-content-wrapper.colour-four {
  background-color: var(--colour-four);
}

.animated-link-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animated-link-wrapper.w--current {
  color: #326660;
  border-bottom: 1px #326660;
  overflow: hidden;
}

.animated-link-wrapper.no-margins {
  font-size: 30px;
}

.line-hover {
  background-color: var(--colour-four);
  color: #0000;
  width: 30%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-menu {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 100%;
  display: flex;
}

.brand.margin-right {
  margin-right: 10vw;
}

.brand.margin-right.w--current {
  width: 149px;
}

.nav-bar {
  z-index: 10;
  background-color: #0000;
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.navlink {
  opacity: .8;
  color: var(--colour-four);
  padding: 0;
  font-size: 18px;
}

.navlink:hover {
  opacity: 1;
  color: var(--colour-two);
}

.navlink.w--current {
  color: var(--colour-two);
  font-style: italic;
  font-weight: 400;
}

.line-horizontal {
  background-color: var(--colour-four-transparent);
  width: 100%;
  height: 1px;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.line-horizontal.short {
  width: 100px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.search-wrapper {
  justify-content: flex-end;
  height: 50px;
  margin-right: 40px;
  display: flex;
}

.search-wrapper.mobile {
  display: none;
}

.search {
  align-items: center;
  width: 200px;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: transparent transparent var(--colour-four);
  width: 100%;
  height: 36px;
  color: var(--colour-one);
  background-color: #0000;
  margin-bottom: 0;
  padding: 0;
  font-style: italic;
}

.search-input:active {
  background-color: #0000;
}

.search-input::placeholder {
  color: var(--colour-four);
}

.search-button {
  opacity: .8;
  background-color: #0000;
  background-image: url('../images/icons8-search_1icons8-search.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 46px;
  height: 36px;
  transition: opacity .2s;
}

.search-button:hover {
  opacity: 1;
}

.brand-nav {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.no-margin.text-light.text-caps {
  transition: color .4s;
}

.no-margin.text-light.text-caps.right-margin {
  margin-right: 20px;
}

.no-margin.text-light.text-caps.right-margin-60px {
  margin-right: 60px;
}

.success-message {
  background-color: #91867e33;
}

.success-message.dark {
  background-color: #90707033;
}

.field {
  background-color: var(--colour-four-transparent);
  width: 100%;
  min-width: 200px;
  height: 60px;
  color: var(--colour-four);
  border: 1px #000;
  flex: 0 auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
}

.field.no-margin {
  margin-top: 0;
}

.field.no-margin::placeholder {
  color: var(--colour-four);
}

.field.no-margin.field-light {
  background-color: var(--colour-one-transparent);
  border-style: none;
}

.field.field-light {
  background-color: var(--colour-one-transparent);
  color: var(--colour-two);
  border: 1px #000;
  font-family: Indian type foundry editor condensed;
  font-size: 16px;
}

.field.field-light::placeholder {
  color: var(--colour-two);
  font-family: Indian type foundry editor condensed;
  font-size: 16px;
}

.newsletter-grid {
  z-index: 2;
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: auto;
  position: relative;
}

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

.newsletter-wrapper {
  flex-direction: row;
  display: flex;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 80px 1fr 1fr 1fr;
  width: 100%;
}

.form {
  flex-direction: row;
  display: flex;
}

.form.newsletter {
  flex-direction: column;
}

.copyright-wrapper {
  background-color: var(--colour-four);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px 10vw 20px;
  display: flex;
}

.form-block-newsletter {
  width: 100%;
  margin-bottom: 0;
}

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

.footer-wrapper.bottom {
  align-items: flex-end;
  display: flex;
}

.footer-wrapper.right {
  align-items: flex-end;
}

.footer-wrapper.left-margin {
  margin-left: 40px;
}

.footer-links-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.footer-links-wrapper.bottom-margin {
  margin-bottom: 0;
}

.brand-footer {
  justify-content: center;
  align-items: flex-start;
  width: 470px;
  display: flex;
}

.link-caps {
  color: var(--colour-four);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  display: flex;
}

.link-caps.top-margin-10px {
  margin-top: 10px;
}

.text-caps {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
}

.text-light {
  color: #fff;
  position: relative;
}

.text-light.top-margin-20px {
  margin-top: 20px;
}

.link-light-reversed {
  color: var(--colour-one-transparent);
  transition: color .4s;
}

.link-light-reversed:hover {
  opacity: .8;
  color: var(--colour-one);
}

.search-cart-menu {
  align-items: center;
  display: flex;
}

.invisible {
  display: none;
}

.cart-button {
  color: #272726;
  background-color: #0000;
}

.cart-quantity {
  background-color: var(--colour-four);
  width: 40px;
  height: 40px;
  color: var(--colour-one);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.search-wrapper-mobile {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.search-wrapper-mobile.w--current {
  color: #326660;
  border-bottom: 1px #326660;
  overflow: hidden;
}

.info-wrapper {
  flex-basis: 50%;
  margin-right: 0;
  padding: 5vw;
}

.order-summary {
  flex-basis: 50%;
  padding: 5vw;
}

.checkout-wrapper {
  flex-direction: row;
  justify-content: center;
  width: 90vw;
  display: flex;
  position: relative;
}

.checkout-form {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.order-summary-sticky {
  position: sticky;
  top: 5vw;
}

.bg-checkout {
  position: fixed;
  inset: 0%;
}

.bg-checkout-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  height: 100%;
}

.colour-checkout {
  width: 100%;
  height: 100%;
}

.colour-checkout.colour-one {
  background-color: var(--colour-one);
}

.colour-checkout.colour {
  background-color: #fff;
}

.block-content-transparent {
  background-color: #0000;
  border: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.block-header-transparent {
  border-style: none none solid;
  border-bottom-color: var(--colour-four-transparent);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.field-label {
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.field-checkout {
  height: 46px;
}

.field-checkout:active {
  border-color: var(--colour-four);
}

.field-checkout.transparent {
  border-style: solid;
  border-color: var(--colour-four-transparent);
  background-color: #0000000d;
}

.web-payments-wrappoer {
  border: 1px solid var(--colour-four-transparent);
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
  padding: 20px 20px 12px;
  display: flex;
}

.image-stripe {
  opacity: .5;
  width: 130px;
  margin-top: 20px;
}

.paypal-checkout-form {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.thank-you {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw;
  display: flex;
}

.order-confirmation {
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  display: flex;
}

.logo-checkout {
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-bottom: 40px;
  display: flex;
}

.full-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.full-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 100%;
  background-size: cover;
  width: 100%;
  height: 120vh;
  position: absolute;
  inset: auto 0% 0%;
}

.full-image.contacts-01-image-01 {
  background-image: url('../images/The-Lovers-1993-40×36.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.center {
  text-align: center;
}

.center._70 {
  width: 70%;
}

.colour-one {
  background-color: var(--colour-one);
}

.image-vertical {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 140%;
  position: relative;
}

.image-vertical.support-image-01 {
  background-image: url('../images/LIZ09219-1-1.jpg');
  background-position: 39% 80%;
  background-repeat: no-repeat;
  background-size: 150%;
}

.image-vertical.packages-image-01 {
  background-image: url('../images/zerocodegirl-photo.jpg');
  background-position: 58%;
  background-repeat: no-repeat;
  background-size: 140%;
}

.image-vertical.intro-l01-image-01 {
  background-image: url('../images/nati-melnychuk-oO0JAOJhquk-unsplash.jpg');
}

.image-vertical.opt-in-01-image-01 {
  background-image: url('../images/DSC_3132.jpeg');
}

.image-vertical.accent-c06-image-01 {
  background-image: none;
  height: 100%;
  display: block;
  overflow: visible;
}

.image-vertical.accent-l04-image-01 {
  background-image: url('../images/bharath-g-s-aLGiPJ4XRO4-unsplash.jpg');
}

.image-vertical.accent-l04-image-02 {
  background-image: url('../images/mojtaba-mosayebzadeh-UzqLTRZorBg-unsplash.jpg');
}

.image-vertical.showcase-l01-image-01 {
  background-image: url('../images/2-Picture-for-estate-text_.jpg');
}

.image-vertical.showcase-l01-image-03 {
  background-image: url('../images/Picture-for-estate-text-bw-option_.jpg');
}

.image-vertical.showcase-l01-image-04 {
  background-image: url('../images/19146012_1718400964840931_4857456624691578858_n.jpg');
}

.image-vertical.showcase-l05-image-01 {
  background-image: url('../images/Art05.jpg');
}

.image-vertical.showcase-l05-image-02 {
  background-image: url('../images/nati-melnychuk-oO0JAOJhquk-unsplash.jpg');
}

.image-vertical.showcase-l05-image-03 {
  background-image: url('../images/bekah-allmark-CkH8PiV2qsA-unsplash-1.jpg');
}

.image-vertical.project-01-image-01 {
  background-image: url('../images/The-mother-199670×50.jpg');
}

.image-vertical.project-image-04 {
  background-image: url('../images/Mixed-media-on-canvas-For-Shokran_.jpg');
}

.image-vertical.project-image-03 {
  background-image: url('../images/I-am-the-murderer-1996-50×35.jpg');
}

.image-vertical.tes-c02-image-02 {
  background-image: url('../images/DSC_3132.jpeg');
}

.image-vertical.tes-c02-image-03 {
  background-image: url('../images/I-am-the-murderer-1996-50×35.jpg');
}

.image-vertical.tes-c02-image-04 {
  background-image: url('../images/Black-Jesus-For-Rania.-1996-60×45.jpg');
}

.image-vertical.tes-c02-image-05 {
  background-image: url('../images/Love-and-the-Icône-the-stranger_s.-1993-60×46_.jpg');
}

.image-vertical.tes-c02-image-06 {
  background-image: url('../images/Landscape_.jpg');
}

.image-vertical.tes-c02-image-01 {
  background-image: url('../images/The-Lovers-198475×55.jpg');
}

.image-vertical.tutorials-image-02 {
  background-image: url('../images/Screenshot-2022-03-04-at-8.18.08-PM.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 260%;
}

.productwrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.colour-layer {
  background-color: var(--colour-four-transparent);
  position: absolute;
  inset: 0%;
}

.web-payments {
  width: 50%;
}

.item-checkout {
  border-radius: 4px;
  overflow: hidden;
}

.checkout-item-image {
  height: 100%;
}

.faq-info-label {
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: 0;
  font-size: 18px;
  display: flex;
  position: relative;
}

.faq-info-label.faq-info-label-product {
  text-align: left;
  letter-spacing: 2px;
  font-size: 12px;
}

.faq-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.faq-info-wrapper {
  border-top: 1px solid #3d3a3133;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 30vw;
  display: flex;
  position: relative;
}

.faq-info-wrapper.last {
  border-bottom: 1px solid #3d3a3133;
}

.faq-expanded {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 60px;
  display: none;
}

.faq-expanded._01 {
  width: 100%;
  min-width: 30vw;
  height: auto;
  display: flex;
  overflow: hidden;
}

.faq-collapsed {
  z-index: 2;
  transform-origin: 50% 0;
  text-align: center;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-left: 0;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.faq-wrapper {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  margin-top: 80px;
  margin-bottom: 100px;
  display: flex;
  overflow: visible;
}

.line-vertical {
  background-color: #000;
  width: 1px;
  height: 100%;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.line-vertical.line-absolut {
  position: absolute;
}

.tab {
  border-top: 2px none var(--colour-two);
  border-right: 2px none var(--colour-two);
  border-bottom: 2px none var(--colour-two);
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.caps-accent {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
}

.caps-accent.text-colour-four {
  color: var(--colour-four);
}

.caps-accent.text-colour-four.top-margin-10px.compare-at-price {
  text-decoration: line-through;
}

.caps-accent.about {
  display: none;
}

.top-margin {
  margin-top: 10px;
  position: relative;
}

.preview-01-animated-link-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  transition: color .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preview-01-animated-link-wrapper.w--current {
  color: #326660;
  border-bottom: 1px #326660;
  overflow: hidden;
}

.contacts-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50%;
  width: 100%;
  min-height: 66vw;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  overflow: hidden;
}

.utility-page-content {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 5vw;
  display: flex;
  position: relative;
}

.utility-page-content.center {
  justify-content: center;
}

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

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

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

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

.full-image-coming-soon {
  background-image: url('../images/bharath-g-s-aLGiPJ4XRO4-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.success-message-2 {
  background-color: #efebe21a;
}

.coming-soon-form {
  flex-direction: row;
  margin-top: 20px;
  display: flex;
}

.coming-soon-social-links {
  margin-top: 40px;
}

.form-error {
  background-color: #ff9e9e66;
}

.coming-soon-form-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.coming-soon-form-social {
  background-color: var(--colour-four-transparent);
  margin: 5vw;
  padding: 40px 5vw;
  position: relative;
}

.search-container {
  width: 70%;
  display: flex;
}

.search-result-list {
  grid-column-gap: 5vw;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.colour-two {
  background-color: var(--colour-two);
}

.search-results {
  width: 70%;
}

.privacy-policy-wrapper {
  width: 70%;
  margin-top: 0;
}

.image-license {
  background-image: none;
  width: 100%;
  padding-bottom: 130%;
}

.image-license.styleguide-unsplash-image-04 {
  background-image: url('../images/ryan-stefan-5K98ScREEUY-unsplash.jpg');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-05 {
  background-image: url('../images/dannie-jing-3GZlhROZIQg-unsplash.jpg');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-06 {
  background-image: url('../images/kimi-lee-24tQMaV32Y0-unsplash.jpg');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-02 {
  background-image: url('../images/mike-von-v9-ZW3VONcw-unsplash-1.jpg');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-01 {
  background-image: url('../images/alvan-nee-nGSkrLhC94Q-unsplash.jpg');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-03 {
  background-image: url('../images/yi-liu-iWqQIp1vU7w-unsplash.jpg');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-07 {
  background-image: url('../images/armin-djuhic-mcL2f-J74GY-unsplash.jpg');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-08 {
  background-image: url('../images/jason-briscoe-UV81E0oXXWQ-unsplash.jpg');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-09 {
  background-image: url('../images/geordanna-cordero-5NE6mX0WVfQ-unsplash.jpg');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-10 {
  background-image: url('../images/bharath-g-s-aLGiPJ4XRO4-unsplash.jpg');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-11 {
  background-image: url('../images/annie-spratt-b0XSjnITSoA-unsplash.jpg');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-12 {
  background-image: url('../images/andrea-davis-duXRC8vT5wQ-unsplash.jpg');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-13 {
  background-image: url('../images/jean-philippe-delberghe-exBd9GXAFhs-unsplash.jpg');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-14 {
  background-image: url('../images/anchor-lee-kO1G3neRA2o-unsplash.jpg');
  background-size: cover;
}

.grid-images {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.link-accent-two {
  color: var(--colour-two);
}

.password-wrap {
  background-color: var(--colour-one);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 5vw;
  display: flex;
  overflow: hidden;
}

.website-login {
  margin-bottom: 20px;
}

.logo-coming-soon {
  align-items: flex-start;
  width: 100px;
  display: flex;
}

.body {
  background-color: var(--colour-one);
}

.page-change-l01-appearance-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.page-change-l01-brand {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cart-container {
  height: 100vh;
}

.cart-wrapper-100-vh {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 40%;
  width: 100%;
  min-height: 100vh;
}

.card-logotypes-wrapper {
  flex-direction: row;
  margin-left: 40px;
  display: flex;
}

.logotype-image {
  border: 1px solid #5655414d;
  border-radius: 4px;
  margin-right: 5px;
}

.getting-started-section-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.zerocodegirl-avatar-wrapper {
  border-radius: 200px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.zerocodegirl-avatar {
  background-image: url('../images/Zerocodegirl.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.signature-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 170px;
  margin-top: 20px;
  display: flex;
}

.zerocodegirl-image-wrapper {
  width: 150px;
}

.tutorials-image {
  justify-content: center;
  align-items: center;
  width: 10vw;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.support-image {
  width: 10vw;
  margin-bottom: 40px;
}

.where-to-start-grid-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 4vw;
  display: flex;
}

.where-to-start-grid-wrapper.right-border {
  border-right: 1px solid #0000001a;
}

.where-to-start-grid-wrapper.right-border.invisible {
  display: none;
}

.template-info-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.page-change-l01-wrapper {
  z-index: 600;
  background-color: var(--colour-one);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.contacts-grid-content {
  background-color: var(--colour-one);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw;
  display: flex;
  position: relative;
}

.contacts-grid-preview {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.animated-link-wrapper-nav {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animated-link-wrapper-nav.w--current {
  color: #326660;
  border-bottom: 1px #326660;
  overflow: hidden;
}

.int-l01 {
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-bottom: 5vw;
  display: flex;
}

.intro-l01-image-wrapper {
  border-radius: 100%;
  width: 18vw;
  position: absolute;
  top: -20vw;
}

.int-l01-image-container {
  justify-content: flex-end;
  width: 100%;
  height: 160px;
  margin-top: -100px;
  display: flex;
  position: relative;
}

.int-l01-text-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 10vw;
  display: grid;
}

.int-l01-text-grid.invisible {
  display: none;
}

.int-l01-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.int-01-link {
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.three-columns {
  column-count: 3;
  column-gap: 5vw;
}

.container-paddings {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 2000px;
  height: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
}

.opt-in-form-02 {
  margin-top: 40px;
  margin-bottom: 0;
}

.field-default {
  border: 1px solid var(--colour-four-transparent);
  background-color: var(--colour-one-transparent);
  width: 100%;
  min-width: 150px;
  height: 60px;
  color: var(--colour-four);
  flex: 0 auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
}

.field-default.text {
  height: 100px;
}

.field-default.no-top-margin {
  color: var(--colour-four);
  border-style: none;
  margin-top: 0;
}

.field-default.no-top-margin::placeholder, .field-default.field-light::placeholder {
  color: var(--colour-four);
}

.field-default.field-light.no-margin {
  margin-top: 0;
}

.instagram-content {
  margin-right: 0;
  padding-bottom: 100%;
  position: relative;
}

.instagram-content._01 {
  background-image: url('../images/I-am-the-murderer-1996-50×35.jpg');
  background-position: 50%;
  background-size: cover;
}

.instagram-content._05 {
  background-image: url('../images/Beirut-198640×31.jpg');
  background-position: 50%;
  background-size: cover;
}

.instagram-content._02 {
  background-image: url('../images/Landscape-mixed-media_.jpg');
  background-position: 50%;
  background-size: cover;
}

.instagram-content._03 {
  background-image: url('../images/DSC_3234.jpeg');
  background-position: 50%;
  background-size: cover;
}

.instagram-content._04 {
  background-image: url('../images/The-Lovers-1993-40×36.jpg');
  background-position: 50%;
  background-size: cover;
}

.instagram-content._06 {
  background-image: url('../images/Love-and-the-Icône-the-stranger_s.-1993-60×46_.jpg');
  background-position: 50%;
  background-size: cover;
}

.instagram-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.instagram-content-wrapper:hover {
  opacity: 1;
}

.opt-in-01-grid {
  grid-column-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 25vw;
  width: 100%;
  margin-top: 10vw;
}

.opt-in-01-image-01-wrapper {
  width: 100%;
  position: absolute;
  top: -5vw;
  right: auto;
}

.opt-in-01 {
  flex-direction: column;
  justify-content: center;
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: flex;
}

.grid-content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.grid-content-wrapper.facts-01-layout {
  border: 1px solid var(--colour-two);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5vw;
  display: flex;
}

.grid-content-wrapper.facts-01-layout.no-bottom-border {
  border-bottom-style: none;
}

.grid-content-wrapper.facts-01-layout.no-right-border {
  border-right-style: none;
}

.grid-content-wrapper.show-01-layout.padding-left {
  padding-left: 10vw;
}

.grid-content-wrapper.show-01-line-04-layout {
  text-align: right;
  padding-top: 5vw;
  padding-left: 20vw;
  padding-right: 0;
}

.grid-content-wrapper.vert-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.grid-content-wrapper.vert-bottom.show-01-layout {
  padding-left: 0;
}

.grid-content-wrapper.show-01-line-02-layout {
  text-align: right;
  padding-right: 10vw;
}

.opt-in-01-form-wrapper {
  z-index: 1;
  background-color: var(--colour-one);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10vw;
  display: flex;
  position: relative;
}

.instagram-text {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 40% -30%;
}

.text-block {
  order: 1;
}

.text-span {
  font-weight: 400;
}

.purchase {
  height: 10%;
}

.opt-in-01-colour-layer {
  background-color: var(--colour-one);
  width: 5vw;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.colour-four {
  background-color: var(--colour-four);
}

.button-basic-one-3 {
  color: #f6f7f0;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #907070;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.button-basic-one-3:hover {
  opacity: .8;
  color: #fff;
}

.preview-wrapper {
  overflow: hidden;
}

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

.info-c03-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90vw;
  display: grid;
}

.info-c03-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5vw 0;
  display: flex;
  position: relative;
}

.accent-c06-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: flex;
}

.accent-l04-grid {
  grid-column-gap: 0px;
  grid-row-gap: 160px;
  grid-template-rows: auto;
  grid-template-columns: 25% 1fr;
  width: 100%;
}

.accent-l04-image-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.accent-l04-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20vw 10vw 20vw 20vw;
  display: flex;
  position: relative;
}

.accent-l04-image-wrapper-01 {
  z-index: 1;
  width: 36vw;
  position: absolute;
  inset: 0% 0% auto;
}

.two-columns {
  column-count: 2;
  column-gap: 5vw;
}

.accent-l04-image-wrapper-02 {
  width: 15vw;
  position: absolute;
  inset: auto 0% -10vw auto;
}

.showcase-l01-line-01 {
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.2fr;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.showcase-l01-content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-horizontal {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 60%;
  position: relative;
}

.image-horizontal.showcase-l01-image-02 {
  background-image: url('../images/Picture-for-Bio_.jpg');
}

.image-horizontal.project-01-image-02 {
  background-image: url('../images/A-child-of-Beirut-1984-30×40.jpg');
}

.showcase-l02-image-wrapper-02 {
  width: 100%;
  overflow: hidden;
}

.showcase-l01-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-columns: 4fr;
}

.showcase-l01-image-wrapper-01 {
  cursor: pointer;
  width: 100%;
}

.showcase-l01-content-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.intro-c03-two-column-grid {
  grid-column-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
}

.container-max {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.container-max.justify-right {
  align-items: flex-end;
}

.container-max.justify-right.container-top-padding {
  padding-top: 140px;
}

.full-image-video {
  width: 100%;
  height: 160vh;
  position: absolute;
  inset: auto 0% 0%;
}

.full-image-video.intro-c03-image-02 {
  background-image: url('../images/Mixed-media-on-paper-1996.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-image-video.showcase-l04-image-01 {
  background-image: url('../images/reham-youssef-XLBDdrNQwqo-unsplash.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.full-image-video-wrapper-parallax {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.container-paddings-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
}

.paragraph-bigger {
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 31px;
}

.container-max-2 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.showcase-l04 {
  z-index: 2;
  width: 100%;
  height: 70vh;
  color: var(--colour-four);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-top: 5vw;
  display: flex;
  position: relative;
}

.showcase-l04:hover {
  opacity: 1;
  color: var(--colour-four);
}

.showcase-l05 {
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.showcase-l05-container {
  cursor: pointer;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-right: 0;
  position: relative;
}

.showcase-l05-image-wrapper {
  position: relative;
  overflow: hidden;
}

.preview-l02-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 40% 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: grid;
}

.preview-l02-image-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: -40px;
  right: -40px;
}

.preview-l02-content-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 7vw;
  display: flex;
  position: relative;
}

.preview-l02-content {
  cursor: pointer;
  position: relative;
}

.preview-l02-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.preview-l03-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.preview-l03-image-wrapper.preview-l03-image-01 {
  background-image: url('../images/Picture-for-estate-text_.jpg');
  background-position: 50% 0;
  position: relative;
}

.preview-l03-image-wrapper.preview-l03-image-02 {
  background-image: url('../images/mike-von-v9-ZW3VONcw-unsplash-1.jpg');
  background-position: 50% 0;
  position: relative;
}

.preview-l03-split-left {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.preview-l03-split-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.preview-l03-split-wrapper._100-vh {
  height: 100vh;
}

.preview-l03-content-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5vw 10vw 5vw 8vw;
  display: flex;
  position: relative;
}

.preview-l03-split-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.preview-l03 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.shop-accent-c02-grid {
  grid-column-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 40% 1fr;
  width: 100%;
  margin-top: 90px;
  margin-bottom: 10vw;
}

.categories-left-menu-wrapper {
  padding: 5vw;
}

.categories-sticky-wrapper {
  position: sticky;
  top: 25vh;
}

.title-wrapper-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.statement {
  display: flex;
  position: relative;
}

.blog-post-content-wrapper {
  width: 70%;
  margin-top: 10vw;
  margin-bottom: 5vw;
}

.purchase-the-template-wrapper {
  z-index: 300;
  background-color: #000;
  width: 40px;
  height: 180px;
  position: fixed;
  inset: auto 0% 40vh auto;
}

.learn-more-wrapper {
  align-items: flex-end;
  height: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.learn-more-wrapper.vertical {
  justify-content: center;
  width: 40px;
  height: 100%;
  inset: 0% auto 0% 0%;
}

.learn-more-text {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.learn-more-text.vertical {
  width: auto;
  height: auto;
  line-height: 1;
  transform: rotate(-90deg);
}

.preview-l06-preview-wrapper {
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.preview-l06-preview-wrapper:hover {
  opacity: 1;
}

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

.preview-l04-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 1000px;
  height: auto;
  padding: 5vw;
  display: flex;
  position: relative;
  top: 5vw;
}

.preview-l04-content-wrapper.bg-white {
  background-color: #fff;
}

.facts-01-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 5vw;
}

.close-icon-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  transform: rotate(45deg);
}

.text-info-line {
  color: #ebe3d8;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: center;
  align-items: center;
  margin-right: 5px;
  font-size: 10px;
  line-height: 20px;
  display: flex;
}

.line-horizontal-reversed {
  background-color: var(--colour-one);
  width: 100%;
  height: 1px;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.line-horizontal-reversed.line-absolut {
  position: absolute;
  inset: auto;
}

.line-horizontal-reversed.line-absolut.line-rotate {
  transform: rotate(90deg);
}

.empty-div {
  width: 1px;
  height: 1px;
}

.navbar-announcement {
  z-index: 1000;
  position: fixed;
  inset: 0% 0% auto;
}

.announcement {
  z-index: 500;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-wrapper.w--current {
  color: #326660;
  border-bottom: 1px #326660;
  overflow: hidden;
}

.showcase-l07 {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 70vh;
  padding-top: 5vw;
  display: flex;
  position: relative;
}

.showcase-l07-content-wrapper {
  background-color: var(--colour-one);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: auto;
  padding: 5vw;
  display: flex;
  position: relative;
  bottom: -5vw;
}

.contacts-colour-reveal {
  background-color: var(--colour-one);
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.styleguide-license-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.styleguide-section-license-wrapper {
  border-bottom: 1px solid #3d3a3133;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.styleguide-left-column-sticky-container-2 {
  position: sticky;
  top: 400px;
}

.styleguide-left-column-sticky-container-2.not-sticky {
  position: static;
}

.styleguide-license-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.barlow {
  font-family: Barlow, sans-serif;
}

.button-basic-one-outlined {
  border: 1px solid var(--colour-four-transparent);
  height: 60px;
  color: var(--colour-four);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  transition: border-color .2s, opacity .2s;
  display: flex;
  position: relative;
}

.button-basic-one-outlined:hover {
  border-color: var(--colour-four);
  opacity: .9;
  color: var(--colour-four);
}

.styleguide-changelog-grid {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.styleguide-section-changelog-wrapper {
  border-bottom: 1px solid #3d3a3133;
  padding-top: 60px;
  padding-bottom: 60px;
}

.styleguide-section-changelog-wrapper.bottom {
  border-bottom-style: none;
}

.details-l05-container {
  cursor: pointer;
  width: 33.3333%;
  padding-bottom: 10px;
  padding-right: 10px;
  position: relative;
}

.option-style {
  border-color: var(--colour-four-transparent);
  text-align: center;
  width: 100%;
  margin-right: 0;
  padding: 15px 5px;
}

.option-style.no-right-border {
  border-right-style: none;
}

.option-style.no-right-border.w--ecommerce-pill-selected {
  background-color: var(--colour-one);
  color: var(--colour-four);
}

.button-group {
  border-right: 1px solid var(--colour-four-transparent);
  flex-direction: row;
  width: 100%;
}

.product-cart {
  width: 100%;
}

.product-cart-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quantity {
  border-color: var(--colour-four-transparent);
  border-radius: 0;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
}

.default-state {
  text-align: center;
}

.show-01-line-01 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 30vw 5vw 1fr 1fr 10vw;
  width: 100%;
  margin-top: 15vw;
}

.show-01-image-04-wrapper {
  width: 100%;
  overflow: hidden;
}

.show-01-line-03 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 15vw 5vw 18vw 2fr 10vw;
  width: 100%;
  margin-top: 15vw;
}

.turn-container {
  align-items: flex-start;
  width: auto;
  display: flex;
  position: relative;
  bottom: -20px;
  transform: rotate(-90deg);
}

.turn-container.turn-container-right {
  justify-content: flex-end;
}

.show-01-image-02-wrapper-02, .show-01-image-03-wrapper {
  width: 100%;
  overflow: hidden;
}

.show-01-line-02 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 10vw 1fr 1fr 5vw 10vw;
  width: 100%;
  margin-top: 15vw;
}

.show-01 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 150px;
  display: flex;
  overflow: hidden;
}

.show-01-line-04 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 5vw 10vw 20vw;
  width: 100%;
  margin-top: 15vw;
}

.container-max-3 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 2000px;
  height: 100%;
  display: flex;
  position: relative;
}

.project-image-01-wrapper {
  width: 100%;
  overflow: hidden;
}

.hero-c07-title-wrapper {
  text-align: center;
  width: 70%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.hero-c07 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.hero-c07.extra-padding {
  padding-top: 100px;
}

.hero-c07-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: auto;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.hero-c07-top-wrapper {
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 5vw;
  padding-bottom: 3vw;
  display: flex;
  position: relative;
}

.hero-c07-bg-top {
  background-color: var(--colour-one);
  width: 100%;
  height: 90%;
}

.hero-c07-content-wrapper {
  position: relative;
}

.hero-c07-rotation {
  transform-origin: 100% 0;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  min-width: 60vh;
  height: 15vw;
  display: flex;
  position: absolute;
  inset: 0% 15vw auto auto;
  transform: rotate(-90deg);
}

.hero-c07-bg {
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-c07-image-01 {
  text-align: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-bottom: 0%;
}

.hero-c07-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1170px;
  display: flex;
  overflow: hidden;
}

.hero-c07-bg-bottom {
  width: 100%;
  height: 15%;
}

.hero-c07-grid-inside {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 15% 70% 15%;
  justify-items: stretch;
  width: 100%;
}

.hero-c07-bottom-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 5vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.star-image {
  width: 12px;
  height: 12px;
}

.tes-c02-image-wrapper {
  width: 80%;
  margin-bottom: 40px;
}

.tes-c02 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.tes-c02-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.star {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.tes-c02-tes-wrapper {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.stars-wrapper {
  flex-direction: row;
  display: none;
}

.tes-c02-content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.tes-c02-content-wrapper.invisible {
  flex-direction: column;
  display: flex;
}

.infinite-rotation-wrapper {
  width: 580px;
  margin-top: 5vw;
  margin-bottom: 10vw;
  overflow: hidden;
}

.accent-c08-wide-line {
  z-index: 4;
  border-top: 1px solid var(--colour-two);
  border-bottom: 1px solid var(--colour-two);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 1160%;
  height: auto;
  padding: 20px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accent-c08-line {
  white-space: nowrap;
  align-items: center;
  display: flex;
}

.caps-bold {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.dot {
  border-radius: 100%;
  width: 7px;
  height: 7px;
  margin-left: 25px;
  margin-right: 25px;
}

.dot.colour-three {
  background-color: var(--colour-four);
}

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

.play-icon {
  z-index: 2;
  width: 60px;
  position: absolute;
}

.section-under-wrapper {
  height: 250vh;
}

.section-under-wrapper.section-mobile {
  display: none;
}

.section-under {
  z-index: 2;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: -100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section-under.colour-white {
  background-color: #fff;
}

.section-under.colour-white.section-mobile {
  display: none;
}

.all-products-menu {
  margin-top: 40px;
}

.image-square {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 100%;
}

.image-square.product-image-inside-01 {
  background-image: url('../images/laura-chouette-m93Z1qQNOlc-unsplash.jpg');
  height: 100%;
}

.product-content-inside {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 10vw 10vw 10vw 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-wrapper-grid-inside {
  grid-column-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  width: 100%;
  min-height: 100vh;
}

.product-preview-inside {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.product-price-inside {
  margin-top: 40px;
  font-size: 18px;
  position: static;
}

.heading {
  overflow: visible;
}

.heading.legal-estate {
  display: none;
}

.logo {
  color: var(--colour-four);
  letter-spacing: 0;
  flex: 0 auto;
  font-size: 24px;
  display: block;
}

.heading-2 {
  color: var(--colour-two);
  margin-top: 15px;
}

.heading-3 {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-4 {
  display: block;
}

.div-block-2 {
  flex: 1;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
  font-style: italic;
}

.image-5 {
  margin-top: 40px;
}

.image-6 {
  margin-bottom: 0;
}

.div-block-4 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.text-block-2 {
  margin-top: 10px;
}

.image-7 {
  vertical-align: middle;
  width: 75%;
}

.image-10 {
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: clip;
}

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

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 40px;
  }

  .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .button-basic-two {
    text-align: center;
  }

  .animated-link-wrapper.no-margins {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .line-hover.invisible-mobile {
    display: none;
  }

  .nav-menu {
    background-color: var(--colour-one);
    align-items: flex-end;
    height: 100vh;
    padding-top: 20vh;
    inset: 0% 0% auto;
  }

  .brand.margin-right {
    margin-right: 0;
  }

  .nav-bar {
    background-color: var(--colour-one);
  }

  .navlink.invisible-mobile-tablet {
    display: none;
  }

  .menu-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
  }

  .line-horizontal._01 {
    background-color: #000;
    height: 2px;
    position: relative;
    top: -5px;
  }

  .line-horizontal._02 {
    background-color: #000;
    height: 2px;
    position: relative;
    top: 5px;
    left: 0%;
    right: 0%;
  }

  .search-wrapper.desktop {
    display: none;
  }

  .search-wrapper.mobile {
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .search {
    width: 100%;
  }

  .search-input {
    height: 60px;
  }

  .search-button {
    background-size: 24px;
    height: 60px;
  }

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

  .newsletter-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block {
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .form, .form-block-newsletter {
    width: 100%;
  }

  .footer-wrapper {
    margin-bottom: 40px;
  }

  .footer-wrapper.right {
    margin-bottom: 0;
  }

  .link-caps.top-margin-10px {
    margin-bottom: 15px;
  }

  .search-wrapper-mobile {
    height: 60px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .checkout-wrapper {
    width: 100%;
  }

  .block-content-transparent {
    border: 1px #000;
  }

  .field-checkout {
    margin-bottom: 10px;
  }

  .faq-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }

  .tab {
    border-left: 2px none var(--colour-two);
    border-bottom-style: solid;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .preview-01-animated-link-wrapper {
    margin-bottom: 10px;
  }

  .search-results, .privacy-policy-wrapper, .getting-started-section-wrapper {
    width: 100%;
  }

  .tutorials-image, .support-image {
    width: 90%;
  }

  .animated-link-wrapper-nav {
    height: 60px;
  }

  .int-01-link {
    border-top-style: none;
    border-right: 1px solid #624040;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-paddings {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .opt-in-01-grid {
    grid-template-columns: 30% 1fr;
  }

  .opt-in-01-image-01-wrapper {
    width: 20%;
    left: 0;
  }

  .grid-content-wrapper.facts-01-layout {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .grid-content-wrapper.show-01-layout, .grid-content-wrapper.show-01-layout.padding-left {
    padding-left: 5vw;
  }

  .grid-content-wrapper.show-01-line-02-layout {
    padding-right: 5vw;
  }

  .accent-c06-image-wrapper {
    width: 100%;
  }

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

  .preview-l02-grid, .preview-l02-image-wrapper {
    width: 100%;
  }

  .preview-l03-image-wrapper {
    min-height: 40vh;
  }

  .preview-l03-image-wrapper.preview-l03-image-01 {
    background-position: 50%;
    min-height: 127vh;
  }

  .preview-l03-image-wrapper.preview-l03-image-02 {
    background-position: 50%;
  }

  .preview-l03-split-left {
    width: 100%;
  }

  .preview-l03-split-wrapper {
    flex-direction: column;
    overflow: hidden;
  }

  .preview-l03-split-wrapper._100-vh {
    height: auto;
  }

  .preview-l03-content-wrapper {
    justify-content: center;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 5vw;
  }

  .preview-l03-split-right {
    align-items: flex-start;
    width: 100%;
  }

  .preview-l03 {
    height: auto;
  }

  .shop-accent-c02-grid {
    grid-template-columns: 1fr;
  }

  .categories-left-menu-wrapper {
    padding-bottom: 10vw;
  }

  .blog-post-content-wrapper {
    width: 90%;
  }

  .preview-l04-content-wrapper {
    width: 80vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 10vw;
  }

  .close-icon-wrapper {
    opacity: .4;
    flex: 0 auto;
  }

  .dropdown {
    width: 100%;
  }

  .nav-link-wrapper {
    flex-direction: column;
    height: 60px;
  }

  .showcase-l07-content-wrapper {
    width: 80vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 10vw;
  }

  .show-01-line-01 {
    grid-template-columns: 20vw 5vw 1fr 2fr 5vw;
  }

  .hero-c07-title-wrapper {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-c07-grid-inside {
    grid-template-columns: 25% 50% 25%;
  }

  .tes-c02-grid {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-columns: 1fr 1fr;
  }

  .tes-c02-tes-wrapper {
    padding: 20px;
  }

  .tes-c02-tes-wrapper.top-margin {
    margin-top: 3vw;
  }

  .tes-c02-content-wrapper.invisible {
    display: none;
  }

  .section-under-wrapper.section-mobile {
    height: auto;
  }

  .section-under.colour-white.section-mobile {
    height: auto;
    margin-top: 0;
  }

  .product-content-inside {
    padding-right: 5vw;
  }

  .product-wrapper-grid-inside {
    grid-column-gap: 0vw;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
  }

  .section._100-vh {
    height: auto;
  }

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

  .styleguide-section-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .styleguide-left-column {
    width: 100%;
    margin-bottom: 40px;
  }

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

  .styleguide-wrapper {
    flex-direction: column;
  }

  .styleguide-all-sections-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-basic-one {
    width: 100%;
  }

  .button-basic-one.top-margin-10px-mobile {
    margin-top: 10px;
  }

  .search-wrapper {
    width: 40vw;
  }

  .search-wrapper.mobile {
    height: auto;
  }

  .field {
    margin-right: 0;
  }

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

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

  .form {
    flex-direction: column;
  }

  .copyright-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .footer-wrapper.no-border {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .link-caps.top-margin-10px {
    margin-top: 20px;
    font-size: 25px;
  }

  .checkout-wrapper {
    flex-direction: column;
  }

  .checkout-form {
    background-color: #fff;
  }

  .bg-checkout.invisible-mobile {
    display: none;
  }

  .paypal-checkout-form {
    background-color: #fff;
  }

  .full-image.contacts-01-image-01 {
    background-position: 0 100%;
    background-size: cover;
  }

  .contacts-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .div-horizontal, .coming-soon-form {
    flex-direction: column;
  }

  .search-container {
    flex-direction: column;
    width: 100%;
  }

  .search-result-list {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .logo-coming-soon {
    z-index: 1;
    position: relative;
  }

  .getting-started-section-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tutorials-image, .support-image {
    width: 100%;
  }

  .where-to-start-grid-wrapper {
    min-height: 330px;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .where-to-start-grid-wrapper.right-border {
    border-right-style: none;
  }

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

  .contacts-grid-preview {
    min-height: 350px;
  }

  .field-default {
    margin-right: 0;
  }

  .field-default.no-top-margin {
    margin-right: 10px;
  }

  .field-default.field-light.no-margin {
    margin-top: 10px;
  }

  .instagram-content {
    margin-bottom: 0;
    margin-right: 0;
  }

  .instagram-content._05, .instagram-content._06 {
    display: none;
  }

  .instagram-content-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: 5vw;
  }

  .button-basic-one-3 {
    width: 100%;
  }

  .info-c03-grid {
    grid-template-columns: 1fr 1fr;
  }

  .title-wrapper {
    width: 80%;
  }

  .two-columns {
    column-count: 1;
  }

  .showcase-l01-line-01 {
    grid-column-gap: 3vw;
  }

  .showcase-l01-content-wrapper {
    padding-bottom: 5vw;
  }

  .showcase-l01-grid {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .showcase-l01-content-container {
    padding-bottom: 5vw;
  }

  .intro-c03-two-column-grid {
    grid-template-columns: 1fr;
  }

  .container-max.justify-right.container-top-padding {
    align-items: center;
  }

  .showcase-l05 {
    flex-direction: column;
  }

  .preview-l02-grid {
    grid-template-columns: 1fr;
  }

  .preview-l02-image-container {
    border: 1px #000;
    right: 0;
  }

  .preview-l02-content-wrapper {
    border: 1px #000;
  }

  .preview-l03-split-wrapper {
    height: 120vh;
  }

  .preview-l03-content-wrapper {
    width: 100%;
  }

  .preview-l03-split-right {
    flex-direction: column;
  }

  .shop-accent-c02-grid {
    grid-template-columns: 1fr;
  }

  .categories-sticky-wrapper {
    position: static;
  }

  .learn-more-wrapper.vertical {
    overflow: hidden;
  }

  .preview-l04-content-wrapper {
    width: 90vw;
  }

  .facts-01-grid {
    grid-template-columns: 1fr;
  }

  .close-icon-wrapper {
    z-index: 2;
    opacity: 1;
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-right: 10px;
    font-size: 30px;
    position: absolute;
    inset: auto 0% auto auto;
  }

  .text-info-line {
    flex-wrap: wrap;
  }

  .announcement {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 60px;
    min-height: auto;
    padding: 30px 40px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .showcase-l07-content-wrapper {
    width: 90vw;
  }

  .button-basic-one-outlined {
    width: 100%;
  }

  .details-l05-container {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .show-01-line-01 {
    grid-template-columns: 20vw 10vw 1fr 2fr 5vw;
  }

  .show-01-line-03 {
    grid-template-columns: 15vw 10vw 18vw 2fr 10vw;
  }

  .show-01-line-02 {
    grid-template-columns: 5vw 1fr 1fr 10vw 10vw;
  }

  .show-01-line-04 {
    grid-template-columns: 1fr 10vw 5vw 5vw;
  }

  .hero-c07-top-wrapper {
    padding-bottom: 130px;
  }

  .hero-c07-bg-top {
    width: 100%;
  }

  .hero-c07-rotation {
    min-width: 50vh;
    height: 15vw;
    right: 15vw;
  }

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

  .hero-c07-image-wrapper, .hero-c07-bg-bottom {
    width: 100%;
  }

  .hero-c07-grid-inside {
    grid-template-columns: 15% 70% 15%;
  }

  .hero-c07-bottom-wrapper {
    width: 100%;
  }

  .tes-c02-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .infinite-rotation-wrapper {
    width: 430px;
    margin-bottom: 15vw;
  }

  .section-under-wrapper.section-mobile {
    height: auto;
  }

  .section-under.colour-white.section-mobile {
    height: auto;
    margin-top: 0;
  }

  .bold-text {
    font-size: 19px;
  }

  .product-content-inside {
    padding: 5vw;
  }

  .product-wrapper-grid-inside {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

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

  h2 {
    font-size: 40px;
  }

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

  .section.colour-one {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section.colour-one._100-vh {
    height: auto;
    padding-bottom: 0;
  }

  .section.colour-white.z {
    margin-top: 115vw;
    margin-bottom: 122vw;
  }

  .section.colour-three {
    margin-top: auto;
  }

  .container {
    padding-top: 10vw;
    padding-left: 0;
    padding-right: 0;
  }

  .container.colour-four {
    padding-top: 10vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container.container-extra-padding {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .styleguide-colour {
    width: 100%;
  }

  .styleguide-colours, .styleguide-two-column-grid {
    grid-template-columns: 1fr;
  }

  .button-wrapper, .button-basic-one, .button-basic-two {
    width: 100%;
  }

  .button-basic-two.top-margin-10px-mobile {
    margin-top: 10px;
  }

  .animated-link-wrapper {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .brand {
    width: 130px;
  }

  .brand.margin-right.w--current {
    width: 90px;
    padding-left: 0;
  }

  .menu-icon-wrapper {
    width: 30px;
    height: 30px;
  }

  .no-margin {
    font-size: 27px;
  }

  .no-margin.text-light.text-caps.right-margin, .no-margin.paragraph-small.paragraph-light.text-light.top-margin-20px {
    font-size: 12px;
  }

  .no-margin.smaller-on-mobile {
    font-size: 13px;
  }

  .field.no-margin {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .newsletter-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .newsletter-wrapper {
    flex-direction: column;
  }

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

  .form {
    flex-direction: column;
  }

  .footer-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .footer-wrapper.no-border {
    border-bottom-style: none;
    margin-top: 20px;
  }

  .footer-wrapper.left-margin {
    margin-top: 40px;
    margin-left: 0;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .footer-links-wrapper.bottom-margin {
    font-size: 15px;
  }

  .brand-footer {
    width: 80px;
  }

  .link-caps.top-margin-10px {
    margin-top: 10px;
    font-size: 16px;
  }

  .link-caps.top-margin-10px.w--current {
    font-size: 16px;
  }

  .search-wrapper-mobile {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .invisible-mobile {
    display: none;
  }

  .logo-checkout {
    width: 130px;
  }

  .full-image-wrapper {
    min-height: 120vw;
    overflow: visible;
  }

  .center {
    font-size: 10vw;
  }

  .center._70 {
    width: 100%;
    font-size: 8vw;
  }

  .image-vertical.showcase-l01-image-03 {
    padding-bottom: 100%;
  }

  .faq-expanded._01 {
    padding-right: 0;
  }

  .faq-wrapper {
    margin-bottom: 40px;
  }

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

  .preview-01-animated-link-wrapper {
    margin-bottom: 0;
  }

  .contacts-grid {
    min-height: 0;
  }

  .coming-soon-social-links {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .body {
    background-color: var(--colour-one);
  }

  .page-change-l01-brand {
    width: 130px;
  }

  .card-logotypes-wrapper {
    margin-left: 0;
  }

  .tutorials-image, .support-image {
    width: 40vw;
  }

  .where-to-start-grid-wrapper {
    padding: 20px;
  }

  .where-to-start-grid-wrapper.right-border {
    margin-bottom: 40px;
  }

  .contacts-grid-preview {
    min-height: 0;
  }

  .animated-link-wrapper-nav {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .int-l01 {
    margin-bottom: 0;
  }

  .int-l01-image-container {
    margin-top: 0;
    padding-top: 0;
  }

  .int-l01-text-grid.invisible {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .int-01-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .three-columns {
    column-count: 1;
    margin-bottom: 0;
  }

  .field-default.no-top-margin {
    margin-left: auto;
    margin-right: auto;
  }

  .opt-in-01-grid {
    grid-template-columns: 1fr;
  }

  .opt-in-01-image-01-wrapper {
    width: 100%;
  }

  .grid-content-wrapper.show-01-layout {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-right: 5vw;
  }

  .grid-content-wrapper.show-01-layout.mobile-layout {
    text-align: left;
    justify-content: flex-start;
    display: flex;
  }

  .grid-content-wrapper.show-01-line-04-layout {
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .grid-content-wrapper.show-01-line-04-layout.mobile-layout {
    text-align: left;
  }

  .grid-content-wrapper.vert-bottom.show-01-layout {
    padding: 5vw;
  }

  .grid-content-wrapper.vert-bottom.show-01-layout.mobile-layout {
    padding-left: 5vw;
  }

  .grid-content-wrapper.show-01-line-02-layout {
    text-align: left;
    padding-left: 5vw;
  }

  .button-basic-one-3 {
    width: 100%;
  }

  .info-c03-grid {
    grid-template-columns: 1fr;
  }

  .info-c03-content-wrapper {
    padding-right: 0;
  }

  .title-wrapper {
    width: 90%;
  }

  .accent-l04-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .accent-l04-content-wrapper.colour-one {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .accent-l04-image-wrapper-01 {
    width: 100%;
    position: static;
  }

  .showcase-l01-line-01 {
    grid-template-columns: 1fr;
    margin-top: 10vw;
    margin-bottom: 0;
  }

  .showcase-l01-content-wrapper {
    padding-bottom: 0;
  }

  .showcase-l01-grid {
    grid-template-columns: 1fr;
  }

  .showcase-l01-content-container {
    padding-bottom: 0;
  }

  .intro-c03-two-column-grid {
    grid-template-columns: 1fr;
  }

  .container-max.justify-right.container-top-padding {
    padding-top: 60px;
  }

  .full-image-video-wrapper-parallax {
    width: 100%;
  }

  .paragraph-bigger {
    font-size: 20px;
    line-height: 24px;
  }

  .preview-l03-image-wrapper.preview-l03-image-01 {
    background-image: url('../images/Picture-for-estate-text_.jpg');
    background-position: 0 0;
    background-size: cover;
    min-height: 47vh;
    margin-top: 40px;
  }

  .preview-l03-content-wrapper {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .preview-l03 {
    margin-top: 60px;
  }

  .blog-post-content-wrapper {
    width: 100%;
  }

  .learn-more-wrapper.vertical {
    overflow: hidden;
  }

  .preview-l04-content-wrapper {
    align-items: flex-start;
  }

  .preview-l04-content-wrapper.bg-white {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5vw;
  }

  .facts-01-grid {
    grid-template-columns: 1fr;
  }

  .text-info-line {
    text-align: left;
  }

  .announcement-link-wrapper {
    text-align: center;
  }

  .announcement {
    text-align: left;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 60px;
  }

  .dropdown {
    align-self: flex-start;
    width: auto;
  }

  .nav-link-wrapper {
    margin-bottom: 0;
  }

  .showcase-l07 {
    height: auto;
  }

  .showcase-l07.extra-padding-mobile {
    padding-top: 100px;
  }

  .showcase-l07-content-wrapper {
    align-items: flex-start;
    padding-left: 5vw;
  }

  .styleguide-license-grid {
    grid-template-columns: 1fr;
  }

  .button-basic-one-outlined {
    width: 100%;
  }

  .option-style.no-right-border {
    border-bottom-style: none;
  }

  .button-group {
    border-bottom: 1px solid var(--colour-four-transparent);
    flex-direction: column;
  }

  .show-01-line-01 {
    text-align: left;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .show-01-line-03 {
    grid-template-columns: 1fr;
  }

  .turn-container {
    bottom: 0;
    transform: none;
  }

  .show-01-line-02 {
    grid-template-columns: 1fr;
  }

  .show-01 {
    padding-bottom: 0;
  }

  .show-01-line-04 {
    grid-template-columns: 1fr;
  }

  .hero-c07-title-wrapper {
    width: 100%;
  }

  .hero-c07-grid {
    grid-template-rows: auto max-content;
  }

  .hero-c07-top-wrapper {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-c07-image-01 {
    padding-bottom: 0%;
  }

  .hero-c07-image-wrapper {
    height: 380px;
  }

  .tes-c02-grid {
    grid-template-columns: 1fr;
  }

  .infinite-rotation-wrapper {
    width: 220px;
  }

  .collection-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-under.colour-white.section-mobile {
    height: auto;
  }

  .smaller-on-mobile {
    font-size: 26px;
    line-height: 1.2;
  }

  .product-wrapper-grid-inside {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .logo {
    margin-top: 0;
    margin-left: 60px;
    font-size: 21px;
  }

  .heading-2 {
    margin-top: 40px;
    font-size: 26px;
  }

  .heading-4 {
    font-size: 9vw;
  }

  .heading-5 {
    font-size: 32px;
  }

  .heading-6 {
    font-size: 35px;
  }

  .heading-7, .heading-8 {
    font-size: 8vw;
  }

  .title {
    font-size: 10vw;
  }

  .title-text {
    font-size: 8vw;
  }

  .rich-text-block {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .image-5 {
    margin-top: 220px;
  }

  .div-block-4 {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .container-2 {
    display: block;
  }

  .image-8 {
    max-width: 136px;
  }

  .flex-block {
    padding: 40px;
  }

  .text-block-3 {
    text-align: center;
    font-size: 15px;
  }

  .heading-9 {
    font-size: 12vw;
  }

  .image-9 {
    margin-top: 0;
  }
}

#w-node-_47dc8845-baf2-21df-35e9-95e316272174-1627215c {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_47dc8845-baf2-21df-35e9-95e316272177-1627215c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_47dc8845-baf2-21df-35e9-95e316272188-1627215c {
  align-self: start;
}

#w-node-_00fba187-e6ce-ea28-99c3-1d55581fd0fb-da38b782 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_778afddd-d429-dd69-db12-289c7e8f9075-da38b7a1 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_47dc8845-baf2-21df-35e9-95e31627215f-1627215c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_56aa3e1e-f9ee-1148-2e21-4ded79b88b23-1627215c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e316272174-1627215c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e316272177-1627215c {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e31627218a-1627215c {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e316272188-1627215c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1cdd57cd-9df6-56c4-7b79-65b1ba80890a-ba808906 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_47dc8845-baf2-21df-35e9-95e31627215f-1627215c, #w-node-_56aa3e1e-f9ee-1148-2e21-4ded79b88b23-1627215c {
    grid-column: span 3 / span 3;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e316272177-1627215c {
    grid-column: span 2 / span 2;
  }

  #w-node-ceb270a2-7e83-07e7-3de7-4e365ecba741-da38b78d {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_277d2cf6-c6c1-d77b-ad10-40cd5650b733-da38b781, #w-node-_277d2cf6-c6c1-d77b-ad10-40cd5650b747-da38b781 {
    order: -9999;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e31627215f-1627215c, #w-node-_56aa3e1e-f9ee-1148-2e21-4ded79b88b23-1627215c {
    grid-column: span 1 / span 1;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e316272174-1627215c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e316272177-1627215c {
    grid-column: span 1 / span 1;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e31627218a-1627215c, #w-node-_47dc8845-baf2-21df-35e9-95e316272188-1627215c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_00fba187-e6ce-ea28-99c3-1d55581fd0fb-da38b782, #w-node-_1cdd57cd-9df6-56c4-7b79-65b1ba80890a-ba808906 {
    grid-column: span 1 / span 1;
  }
}


