:root {
  --colour-four: #301e0e;
  --colour-one: #f0ebe6;
  --colour-one-transparent: #ebece580;
  --colour-five: #47250680;
  --colour-two: #f0ebe6;
  --colour-six: #a38461;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

.w-commerce-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;
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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 {
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

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

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

.w-commerce-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: 767px) {
  .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);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Butler ultra, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Butler ultra, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: .9;
}

h3 {
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Butler ultra, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}

h4 {
  text-transform: capitalize;
  font-family: Butler ultra, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}

h5 {
  font-family: Butler ultra, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
}

h6 {
  font-family: Butler, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

a {
  color: var(--colour-four);
  text-decoration: none;
  transition: border-color .4s, opacity .4s, color .4s;
}

a:hover {
  opacity: .5;
}

blockquote {
  text-align: left;
  text-transform: uppercase;
  border-left-style: none;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px 10px 0;
  font-family: Butler, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}

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

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

.section.colour-one.top-secition {
  margin-top: 120px;
}

.section.colour-three {
  background-color: #b9ac46;
}

.section._300px {
  min-height: 300px;
}

.section._300px.top-margin-140px {
  margin-top: 140px;
}

.section.colour-four.z {
  z-index: 10;
}

.section.first-on-page {
  margin-top: 140px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 10vw;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

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

.container.nav.center {
  justify-content: center;
}

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

.container.overflow-hidden {
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.styleguide-section-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: 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 {
  border: 1px solid #0000001a;
  width: 200px;
  height: 200px;
  position: relative;
}

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

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

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

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

.styleguide-left-column-sticky-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 100px;
}

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

.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: column;
  align-items: center;
  width: 100%;
  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: #0000001a;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  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-class-label.class-label-no-margin.tag, .styleguide-class-label.tag {
  color: #fff;
  background-color: #be49a5;
}

.styleguide-all-sections-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: 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);
  color: var(--colour-one);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Butler, sans-serif;
  font-size: 13px;
  font-weight: 300;
  transition: color .2s, opacity .2s;
  display: flex;
  position: relative;
}

.button-basic-one:hover {
  opacity: .9;
}

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

.button-basic-one.top-margin-10px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.button-basic-one.top-margin-20px.button-wide {
  width: 100%;
}

.button-basic-one.button-small {
  height: 40px;
}

.button-basic-two {
  border: 1px solid var(--colour-one);
  background-color: var(--colour-one);
  color: var(--colour-four);
  letter-spacing: 0;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Butler, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  transition: background-color .2s, opacity .4s, color .4s;
  display: flex;
  position: relative;
}

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

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

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

.button-basic-two.top-margin-mobile-portrait-10px:hover {
  color: var(--colour-four);
}

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

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

.paragraph-small {
  font-size: 13px;
}

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

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

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

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

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

.animated-link-wrapper:hover {
  opacity: 1;
}

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

.animated-link-wrapper.no-margins {
  margin-left: 0;
  margin-right: 10px;
  font-size: 30px;
}

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

.line-hover.invisible-mobile.line-light, .line-hover.line-light {
  background-color: var(--colour-one);
}

.brand {
  justify-content: center;
  align-items: center;
  width: 160px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.brand:hover {
  opacity: 1;
}

.navlink {
  opacity: .8;
  color: var(--colour-one);
  text-transform: capitalize;
  padding: 0;
  font-family: Butler ultra, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.navlink:hover {
  opacity: 1;
}

.navlink.w--current {
  color: var(--colour-two);
}

.navlink.dropdown-link {
  padding: 14px;
}

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

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

.line-horizontal._01 {
  background-color: var(--colour-one);
  height: 2px;
  top: -4px;
}

.line-horizontal._02 {
  background-color: var(--colour-one);
  width: 60%;
  height: 2px;
  top: 4px;
}

.line-horizontal.short {
  width: 100px;
}

.line-horizontal.line-light {
  background-color: var(--colour-one-transparent);
}

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

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

.success-message {
  background-color: var(--colour-two);
  width: 100%;
}

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

.field {
  border-style: none none solid;
  border-width: 1px;
  border-color: #00000080 #00000080 var(--colour-four);
  color: var(--colour-four);
  background-color: #0000;
  flex: 0 auto;
  width: 100%;
  height: 50px;
  padding-left: 0;
}

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

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

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

.field.no-margin.no-right-margin, .field.no-right-margin {
  margin-right: 0;
}

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

.field.selector {
  height: 61px;
  font-weight: 200;
}

.field.field-footer {
  border-color: var(--colour-one-transparent);
  color: var(--colour-one);
  margin-top: 0;
}

.field.field-footer::placeholder {
  color: var(--colour-one-transparent);
}

.field.field-small {
  height: 40px;
  margin-top: 0;
}

.field.field-small::placeholder {
  font-size: 12px;
}

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

.links-wrapper-footer-01 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.newsletter-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

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

.form.newsletter {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: stretch;
}

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

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

.footer-wrapper {
  grid-row-gap: 10px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

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

.footer-links-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.brand-footer {
  width: 90px;
  padding-bottom: 6px;
}

.link-caps {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom-style: none;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Butler, sans-serif;
  font-size: 11px;
  font-weight: 300;
  display: flex;
}

.text-caps {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

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

.text-light.text-caps.top-margin-100px {
  margin-top: 100px;
}

.text-light.text-caps.text-slim {
  font-weight: 200;
}

.text-light.price-text {
  font-family: Butler ultra, sans-serif;
  font-size: 24px;
}

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

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

.link-light-reversed:focus {
  color: var(--colour-one);
}

.invisible {
  display: none;
}

.cart-button {
  opacity: 1;
  color: #272726;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

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

.cart-quantity.cart-light {
  background-color: var(--colour-one);
  color: var(--colour-four);
}

.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 {
  background-color: #0000;
  border-style: none none solid;
  border-bottom-color: #0000001a;
  margin-top: 30px;
  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 {
  background-color: #0000000d;
  border-style: solid;
  border-color: #00000080;
}

.web-payments-wrappoer {
  flex-direction: row;
  justify-content: center;
  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;
}

.image-full {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.center {
  text-align: center;
}

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

.image-vertical {
  border-top-left-radius: 46%;
  border-top-right-radius: 46%;
  width: 100%;
  padding-bottom: 134%;
  position: relative;
  overflow: hidden;
}

.image-vertical:hover {
  opacity: 1;
}

.image-vertical.image-rounded {
  border-radius: 100%;
  overflow: hidden;
}

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

.colour-layer {
  z-index: 6;
  background-color: var(--colour-five);
  position: absolute;
  inset: 0%;
}

.colour-layer.colour-three {
  background-color: #00000080;
}

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

.web-payments {
  width: 100%;
  margin-bottom: 0;
}

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

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

.product-description-wrapper {
  margin-top: 30px;
}

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

.layout-product-01 {
  grid-column-gap: 10vw;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  align-items: start;
  width: 100%;
  margin-top: 100px;
}

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

.add-to-cart {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.quantity {
  border-style: none none solid;
  border-color: black black var(--colour-four);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 70px;
}

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

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

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

.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 {
  width: 100%;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

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

.coming-soon-form {
  grid-column-gap: 10px;
  flex-direction: row;
  display: flex;
}

.coming-soon-social-links {
  grid-column-gap: 20px;
  display: flex;
}

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

.coming-soon-form-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.coming-soon-form-social {
  z-index: 2;
  background-color: var(--colour-one);
  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);
}

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

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

.page-change-l01-brand {
  justify-content: center;
  align-items: center;
  width: 70px;
  display: flex;
  position: relative;
}

.cart-container {
  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 {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 100px;
  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;
  display: flex;
}

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

.zerocodegirl-image-wrapper:hover {
  opacity: 1;
}

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

.animated-link-wrapper-nav {
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animated-link-wrapper-nav:hover {
  opacity: 1;
}

.animated-link-wrapper-nav.w--current {
  border-color: #000 #000 #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.animated-link-wrapper-nav.wrapper-nav-light {
  border-color: var(--colour-one);
}

.animated-link-wrapper-nav.language-switch-mobile {
  display: none;
}

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

.field-light {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--colour-one);
  color: var(--colour-one);
  background-color: #0000;
  flex: 0 auto;
  width: 100%;
  min-width: 220px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 30px;
}

.field-light::placeholder {
  color: var(--colour-one);
}

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

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

.content-wrapper-steps-01 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

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

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

.form-wrapper-opt-in-04 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-opt-in-04 {
  flex-direction: column;
  width: 100%;
}

.form-horizontal-wrapper {
  width: 100%;
  display: flex;
}

.image-horizontal {
  width: 100%;
  padding-bottom: 65%;
  display: flex;
  position: relative;
}

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

.showcase-l01-image-wrapper-01 {
  cursor: pointer;
  border-radius: 30px;
  width: 100%;
  overflow: hidden;
}

.parallax-image-wrapper {
  filter: blur(4px);
  width: 100%;
  height: 200vh;
  position: relative;
}

.full-image-video-wrapper-parallax {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  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;
}

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

.layout-intro-04 {
  grid-column-gap: 15vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  display: grid;
}

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

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

.blog-n02-title-description {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container-showcase-08 {
  cursor: pointer;
  position: relative;
}

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

.shop-n01-layout {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 30% 1fr;
  width: 100%;
  margin-top: 60px;
}

.product-details-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-top: 1px #2c1403;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product-description-preview-wrapper {
  padding-right: 5vw;
}

.product-image-02 {
  width: 100%;
}

.product-description-content-wrapper {
  grid-row-gap: 20px;
  border: 1px #2c1403;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 5vw;
  padding-right: 0;
  display: flex;
}

.number-bullet {
  text-align: center;
  border: 1px solid #00000080;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 46px 40px 40px 41px;
  font-family: Butler, sans-serif;
  font-size: 40px;
  line-height: 1;
  display: flex;
  position: relative;
}

.purchase-the-template-wrapper {
  z-index: 300;
  background-color: var(--colour-four);
  width: 40px;
  height: 160px;
  transition: width .4s, opacity .4s, color .4s;
  position: fixed;
  inset: auto 0% 25vh auto;
}

.purchase-the-template-wrapper:hover {
  opacity: 1;
  width: 50px;
}

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

.learn-more-wrapper.vertical {
  justify-content: flex-start;
  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 {
  flex: 0 auto;
  width: auto;
  height: auto;
}

.preview-l06-columns {
  grid-column-gap: 7vw;
  grid-template-rows: auto;
  grid-template-columns: 180px 1fr;
  width: 90%;
  margin-bottom: 10vw;
}

.preview-l06-columns.top-margin {
  margin-top: 10vw;
}

.preview-l06-columns.bottom-margin {
  margin-bottom: 10vw;
}

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

.announcement-link-wrapper {
  padding-top: 3px;
}

.line-horizontal-reversed {
  background-color: var(--colour-four);
  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: 2000;
  position: fixed;
  inset: 0% 0% auto;
}

.announcement {
  z-index: 1000;
  background-color: var(--colour-one);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: relative;
  overflow: hidden;
}

.shop-n01-image-preview {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.shop-n01-image-preview:hover {
  opacity: 1;
}

.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-license-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-basic-one-outlined {
  color: var(--colour-four);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #00000080;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 12px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Butler, sans-serif;
  font-size: 12px;
  font-weight: 500;
  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);
}

.fixed-wrapper {
  z-index: 2;
  width: 100%;
  position: fixed;
}

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

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

.footer-01.colour-four {
  background-color: var(--colour-four);
  padding-top: 7vw;
  padding-bottom: 8vw;
}

.footer-01.footer-top {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.cart-header {
  padding-top: 36px;
}

.empty-state {
  background-color: #0000;
  flex-direction: column;
}

.caps-accent {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Butler, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
}

.form-opt-in-01 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-smallest {
  font-size: 11px;
  line-height: 15px;
}

.paragraph-smallest.paragraph-lighter {
  opacity: .5;
}

.layout-opt-in-01 {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.opt-in-01 {
  border-top: 1px solid var(--colour-four);
  border-bottom: 1px solid var(--colour-four);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-horizontal {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 100%;
  display: flex;
}

.showcase-l08 {
  z-index: 2;
  border: 1px solid var(--colour-four);
  color: var(--colour-four);
  cursor: pointer;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section-under-content-wrapper {
  cursor: pointer;
  border: 1px #000;
  border-right-style: solid;
  flex-direction: column;
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.heading-largest-h1 {
  text-transform: uppercase;
  overflow-wrap: anywhere;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Butler ultra, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.heading-medium-h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Butler ultra, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: .9;
}

.heading-medium-h2._60 {
  text-align: center;
  width: 60%;
}

.heading-smaller-h3 {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Butler ultra, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}

.heading-smaller-h3.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-small-h4 {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Butler ultra, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}

.heading-smallest-h5 {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Butler ultra, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
}

.heading-smallest-h5.transparent {
  opacity: 0;
}

.text-accent-one {
  letter-spacing: -3px;
  text-transform: none;
}

.text-lighter {
  opacity: 1;
  -webkit-text-stroke-color: var(--colour-four);
}

.text-wrapper-60 {
  z-index: 4;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
  position: relative;
}

.features-text {
  z-index: 2;
  width: 100%;
  position: relative;
}

.card-preview-c01 {
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  min-height: 600px;
  margin-top: 5vw;
  margin-bottom: 10vw;
}

.shop-n01-description {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.tiles-preview-c02 {
  grid-column-gap: 0vw;
  grid-row-gap: 10vw;
  border-top: 1px solid var(--colour-four);
  grid-template-rows: auto;
}

.tile-wrapper-preview-c02 {
  min-height: 70vh;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tile-wrapper-preview-c02:hover {
  opacity: 1;
}

.full-image-parallax-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.preview-04-wrapper {
  width: 400px;
  position: relative;
  overflow: hidden;
}

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

.image-hover-scale-full {
  position: relative;
  overflow: hidden;
}

.layout-accent-03 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  background-color: var(--colour-one);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  position: relative;
}

.accordion-c01-tab-02 {
  border: 1px solid #000;
  border-left: 1px #624040cc;
  border-right-style: none;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.content-information-02 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
}

.wrapper-three-columns {
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 160px 5vw;
  display: flex;
}

.three-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  overflow: auto;
}

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

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

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

.tes-02-image-wrapper {
  width: 210px;
  margin-bottom: 20px;
  overflow: hidden;
}

.line-animation {
  background-color: #00000080;
  width: 12vw;
  height: 1px;
  margin-left: 140px;
  margin-right: 30px;
  position: absolute;
  inset: 40px 0% auto;
}

.accent-c08-text-2 {
  letter-spacing: -10px;
  text-transform: none;
  text-shadow: 1px 1px 2px #f4f7e7cc, -1px -1px 1px #c0c0af;
  white-space: nowrap;
  font-style: normal;
  line-height: 1;
}

.layout-steps-01 {
  grid-column-gap: 10vw;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.content-steps-01 {
  padding-top: 10px;
}

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

.label {
  color: var(--colour-four);
  font-size: 14px;
  font-weight: 300;
}

.radio-button {
  background-color: var(--colour-one);
  border-color: #00000080;
  width: 16px;
  height: 16px;
}

.radio-button.w--redirected-checked {
  border-color: var(--colour-four);
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 3px 1px #00000080;
}

.form-radio-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.radio-button-field {
  margin-right: 20px;
}

.checkbox {
  background-color: var(--colour-one);
  border: 1px solid #00000080;
  width: 16px;
  height: 16px;
}

.checkbox.w--redirected-checked {
  border-color: var(--colour-four);
  background-color: var(--colour-four);
  background-size: 10px 10px;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #00000080;
}

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

.video {
  z-index: 2;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content-wrapper-accent-09 {
  z-index: 3;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 10vw 5vw;
  display: flex;
}

.image-wrapper-accent-09 {
  width: 200px;
  position: relative;
}

.accordion-c01-tab-2-02 {
  border: 1px solid #000;
  border-left: 1px #624040cc;
  border-right-style: none;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.tab-accordion-01 {
  background-color: var(--colour-one);
  border: 1px #00000080;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.image-wrapper-categories-01 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.content-wrapper-episodes-01 {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-wrapper-episodes-01:hover {
  opacity: 1;
}

.image-square {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrapper-opt-in-01 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-left: 1px solid var(--colour-four);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 10vw;
  display: flex;
  position: relative;
}

.image-container-opt-in-01 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 140px 180px;
  display: flex;
  position: relative;
}

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

.container-wide.z {
  z-index: 10;
}

.image-wrapper-opt-in-01 {
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.text-copywrite {
  color: var(--colour-one);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
}

.image-wrapper-01-info-01 {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.image-wrapper-01-info-01.request-image-wrapper {
  position: absolute;
}

.button-basic-one-underlined {
  color: var(--colour-four);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #00000080;
  justify-content: center;
  align-items: center;
  padding: 5px 0 2px;
  font-size: 11px;
  font-weight: 600;
  transition: border-color .2s, opacity .2s;
  display: flex;
  position: relative;
}

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

.button-basic-one-underlined.button-light {
  color: #fff;
  border-bottom-color: #ffffff4d;
}

.button-basic-one-underlined.button-light:hover {
  border-bottom-color: #fff;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.image.static {
  position: static;
}

.image.image-blur {
  filter: blur(6px);
}

.image.request-image {
  width: 100%;
  height: auto;
  inset: auto auto 0% 0%;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.play-button-accent-06 {
  z-index: 2;
  opacity: .7;
  background-color: #00000080;
  background-image: url('../images/Video.png');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 30%;
  width: 70px;
  height: 70px;
  margin: 20px;
  position: absolute;
}

.process {
  z-index: 2;
  position: relative;
}

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

.accent-image-or-video {
  z-index: 2;
  position: relative;
}

.layout-info-05 {
  grid-column-gap: 5vw;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-info-05 {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.preview-wrapper-opt-in-04 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  position: relative;
}

.layout-opt-in-04 {
  grid-column-gap: 10vw;
  background-color: var(--colour-one);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5vw 15vw;
}

.facts {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.all-success-stories {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.accent-10 {
  padding-bottom: 10vw;
}

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

.accent-08 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.faq {
  z-index: 2;
  position: relative;
}

.faq-item {
  border-top: 1px solid var(--colour-five);
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.item-open-colour {
  background-color: var(--colour-two);
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hover-faq-c01 {
  width: 100%;
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.title-faq-c01 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-faq-c01 {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.faq-01 {
  padding-left: 10%;
  padding-right: 10%;
}

.layout-accent-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start center;
  width: 100%;
  margin-top: 60px;
  position: relative;
}

.preview-wrapper-accent-12 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.preview-wrapper-accent-12.top {
  align-items: center;
}

.getting-started {
  height: 100vh;
}

.getting-started.colour-one.z {
  z-index: 40;
  position: relative;
}

.getting-started.z {
  z-index: 10;
  position: relative;
}

.faq-02 {
  grid-column-gap: 7vw;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
}

.freebie-form {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.heading-tiny-h6 {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.default-state {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-01 {
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-menu {
  display: flex;
}

.tab-tab-01 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  font-size: 14px;
  font-weight: 500;
}

.tab-tab-01.w--current {
  background-color: var(--colour-two);
}

.tab-content-tab-01 {
  text-align: left;
  padding: 30px 0 0;
}

.nav-bar-no-dynamic {
  z-index: 10;
  background-color: #0000;
  height: 90px;
}

.nav-bar-no-dynamic.no-dynamic {
  width: 100%;
  height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.animated-link-wrapper-nav-dark {
  color: var(--colour-one);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 35px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animated-link-wrapper-nav-dark:hover {
  opacity: 1;
}

.animated-link-wrapper-nav-dark.w--current {
  background-color: var(--colour-one);
  color: var(--colour-four);
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
  overflow: hidden;
}

.utility-page-content-password {
  z-index: 2;
  text-align: center;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 120px 5vw 5vw;
  display: flex;
  position: relative;
}

.opt-in-04.request-form {
  border: 1px #000;
  border-bottom: 1px solid #9c7454;
  display: none;
  overflow: visible;
}

.product-01 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.details-product-01 {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: color .2s;
  display: flex;
  position: relative;
}

.right-content-pop-up {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  padding: 5vw;
  display: flex;
}

.colour-layer-pop-up {
  background-color: #000000b3;
  position: absolute;
  inset: 0%;
}

.discount-code {
  background-color: #e9e6bd;
  margin-top: 20px;
  padding: 30px;
}

.pop-up-close-wrapper {
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: -15% 0% auto auto;
  transform: rotate(45deg);
}

.form-wrapper-pop-up {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.content-wrapper-pop-up {
  background-color: var(--colour-one);
  width: 80%;
  max-width: 1000px;
  height: 60vh;
  min-height: 550px;
  display: flex;
  position: relative;
}

.paragraph-smaller {
  font-size: 14px;
  line-height: 22px;
}

.title-wrapper-pop-up {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.lead-generating-pop-up {
  z-index: 2000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lead-generating-pop-up.display {
  display: flex;
  position: static;
}

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

.form-success {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.image-wrapper-pop-up {
  z-index: 1;
  width: 50%;
  height: 100%;
  position: relative;
}

.line-close {
  background-color: var(--colour-one);
  width: 70%;
  height: 1px;
  position: relative;
  transform: rotate(90deg);
}

.line-close-reversed {
  background-color: var(--colour-one);
  width: 70%;
  height: 1px;
  position: absolute;
  inset: auto;
}

.trigger-lead-generating-pop-up {
  width: 100%;
  height: 0;
}

.instagram-footer-01 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.image-instagram {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.promotion, .blog-posts {
  z-index: 2;
  position: relative;
}

.collection-item-2 {
  flex-direction: row;
  display: inline-block;
}

.blog-category {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.pagination {
  background-color: #0000;
  border-style: none;
  margin-top: 20px;
}

.second-image-wrapper-top-04 {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22vw;
  margin: auto;
  display: flex;
  position: absolute;
  inset: auto;
}

.page-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.page-content.min-60vh {
  min-height: 60vh;
}

.service-request-form {
  z-index: 2;
  position: relative;
}

.text-same-as-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #00000080;
  padding-bottom: 5px;
  font-size: 11px;
  font-weight: 600;
  transition: border-color .2s;
}

.text-same-as-button:hover {
  border-bottom-color: var(--colour-four);
}

.container-showcase-10 {
  grid-column-gap: 10vw;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.container-showcase-10:hover {
  opacity: 1;
}

.accent-14 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.top-n01-image-parallax {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.content-wrapper-accent-14 {
  z-index: 4;
  grid-row-gap: 20px;
  background-color: var(--colour-one);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70vw;
  margin: 10vw auto;
  padding: 5vw;
  display: flex;
  position: relative;
}

.content-wrapper-accent-14:hover {
  opacity: 1;
}

.content-wrapper-accent-14.invisible {
  display: none;
}

.content-accent-14 {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.image-wrapper-accent-14 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-wrapper-preview-03 {
  margin-bottom: 100px;
  display: flex;
}

.link-wrapper-preview-03:hover {
  opacity: 1;
}

.label-products {
  z-index: 2;
  background-color: var(--colour-four);
  color: var(--colour-one);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8vw;
  min-width: 100px;
  height: 8vw;
  min-height: 100px;
  margin-bottom: 0;
  padding: 20px;
  font-size: 10px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 20px -20px auto auto;
}

.label-products.inside-the-product {
  z-index: 6;
  background-color: var(--colour-four);
  inset: -4vw auto auto -15vw;
}

.label-new-course {
  z-index: 2;
  background-color: var(--colour-four);
  color: var(--colour-one);
  text-align: center;
  text-transform: uppercase;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 0;
  padding: 30px 20px 20px;
  font-family: Butler, sans-serif;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: -40px -40px auto auto;
}

.label-new-course.label-light {
  background-color: var(--colour-one);
  color: var(--colour-four);
}

.label-new-course.label-light.invisible {
  display: none;
}

.accent-l02-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.text-same-as-button-basic-one {
  background-color: var(--colour-four);
  color: var(--colour-one);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #00000080;
  align-items: center;
  min-height: 50px;
  padding-top: 2px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 11px;
  font-weight: 500;
  transition: border-color .2s;
  display: flex;
}

.text-same-as-button-basic-one:hover {
  border-bottom-color: var(--colour-four);
}

.text-same-as-button-basic-one.absolut-accent-14 {
  position: absolute;
}

.images-wrapper-product-01 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 0 auto auto;
  display: flex;
}

.cookie-policy {
  z-index: 3000;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--colour-four);
  color: #fff;
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  margin: 10px;
  padding: 10px 10px 10px 20px;
  display: grid;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.out-of-stock {
  background-color: var(--colour-two);
  width: 100%;
}

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

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

.top.colour-one.top-sections {
  margin-top: 45px;
}

.purchase-text {
  color: var(--colour-one);
  white-space: nowrap;
  word-break: normal;
  flex: 0 auto;
  width: auto;
  height: auto;
  font-family: Butler, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: block;
  transform: rotate(-90deg);
}

.text-accent-second {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  font-family: Butler ultra, sans-serif;
  font-weight: 400;
  line-height: .8;
}

.content-wrapper-02-accent-14 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 240px;
  margin-bottom: 240px;
  display: flex;
  position: relative;
}

.content-02-accent-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--colour-one);
  color: var(--colour-one);
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5vw 8vw;
  display: flex;
  position: relative;
}

.form-opt-in-01-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.information-01 {
  background-color: #ebeade;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

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

.timeline-c01-line {
  background-color: var(--colour-four);
  width: .3px;
  height: 100%;
}

.container-3 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 10vw;
  display: flex;
  position: relative;
}

.timeline-c01-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  place-content: start center;
  align-items: center;
  display: grid;
}

.top-c01 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 900px;
  display: flex;
  position: relative;
}

.top-c04 {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 10vw 15vw;
  display: flex;
  position: relative;
}

.accent-15 {
  margin-left: auto;
  margin-right: auto;
}

.play-button-02 {
  z-index: 2;
  background-color: var(--colour-five);
  opacity: .7;
  background-image: url('../images/Video.png');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin: 20px;
  position: absolute;
  inset: 0%;
}

.tes-n01-video {
  border: 1px solid var(--colour-four);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow .4s;
  overflow: hidden;
}

.item-faq-c01 {
  border-top: 2px solid var(--colour-two);
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.open-faq-c01 {
  object-fit: fill;
  background-color: #d3d1cc;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.category-blog {
  z-index: 10;
  text-align: left;
}

.blog-n02-author-image-wrapper {
  width: 100px;
}

.layout-faq-c01 {
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.container-opt-in-04 {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.brand-logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.brand-logo:hover {
  opacity: 1;
}

.form-block-2 {
  width: 70%;
}

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

.button-basic-one-outlined-light {
  border: 1px solid var(--colour-one-transparent);
  opacity: .9;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 12px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Butler, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: border-color .2s, opacity .2s;
  display: flex;
  position: relative;
}

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

.button-basic-one-outlined-light.small-button {
  white-space: nowrap;
  height: 30px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 10px;
}

.button-basic-one-outlined-light.small-button:hover {
  border-color: var(--colour-one);
  opacity: 1;
  color: var(--colour-one);
}

.service-n01 {
  border-top: 1px solid var(--colour-four);
  border-bottom: 1px solid var(--colour-four);
  background-color: var(--colour-one);
  width: 100%;
  height: 100vh;
  position: relative;
}

.mood-m01-image-wrapper {
  cursor: move;
  justify-content: center;
  align-items: center;
  position: relative;
}

.mood-m01-image-wrapper:hover {
  z-index: 15;
}

.three-image-rotation {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.shop-n01-sticky-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 30vh;
}

.container-6 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 10vw;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.shop-n01-product {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 30vw 1fr;
  align-content: space-between;
  align-items: start;
  width: 100%;
  position: relative;
}

.resources-n01 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-n01-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
}

.resources-n01-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  padding: 0 5vw;
  display: flex;
}

.resources-n01-content-wrapper:hover {
  opacity: 1;
}

.resources-n01-content-wrapper.right-border {
  border-right: 1px solid var(--colour-five);
}

.resources-n01-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.resources-n01-content {
  margin-left: auto;
  margin-right: auto;
}

.top-n01-video {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-am01-left-arrow {
  background-image: url('../images/Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 7vw;
  left: -10vw;
  transform: rotate(180deg);
}

.slider-am01-right-arrow {
  background-image: url('../images/Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 7vw;
  right: -10vw;
}

.praise-n01-nav {
  justify-content: center;
  align-items: center;
  display: none;
}

.mask {
  position: static;
  overflow: visible;
}

.form-block-4 {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.form-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.preview-n01 {
  border-top: 1px solid var(--colour-four);
  background-color: var(--colour-one);
  width: 100%;
  height: 100vh;
  position: relative;
}

.image-scale-wrapper {
  cursor: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-scale-wrapper.coursor {
  cursor: pointer;
}

.mood-m01-image-wrapper-02 {
  cursor: move;
  justify-content: center;
  align-items: center;
  position: relative;
}

.mood-m01-image-wrapper-02:hover {
  z-index: 15;
}

.links-a01-animation-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: opacity .6s, color .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.links-a01-animation-wrapper.w--current {
  color: #326660;
  border-bottom: 1px #326660;
  overflow: hidden;
}

.menu-n01 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 140px;
  margin-bottom: 140px;
  display: flex;
}

.menu-n01-item {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.menu-n01-image-wrapper {
  width: 20vw;
  position: absolute;
  inset: auto -30vw auto auto;
}

.shop-n01-product-wrapper {
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.shop-n01-product-wrapper:hover {
  opacity: 1;
}

.preview-n02-item-wrapper {
  width: 100%;
}

.preview-n02-item-wrapper:hover {
  opacity: 1;
}

.accent-c02 {
  border-top: 1px solid var(--colour-four);
  border-bottom: 1px solid var(--colour-four);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 20px 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.accent-c02-content-wrapper {
  white-space: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.accent-c02-content {
  white-space: nowrap;
  flex-direction: row;
  display: flex;
}

.preview-n03 {
  border-top: 1px solid var(--colour-four);
  background-color: var(--colour-one);
  width: 100%;
  height: 70vh;
  position: relative;
}

.blog-n02-fields-wrapper {
  grid-column-gap: 15px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.show-n01-image-wrapper {
  overflow: hidden;
}

.columns-accent-n02 {
  grid-column-gap: 7vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.text-n01-layout {
  grid-column-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.text-n01-content-wrapper {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

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

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

.top-page-menu {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.blog-n02-layout {
  grid-column-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 25%;
}

.blog-n02 {
  width: 100%;
}

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

.blog-n02-right-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.blog-n02-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.blog-n02-content-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog-n02-image-wrapper {
  z-index: 10;
}

.blog-n02-image-wrapper:hover {
  opacity: 1;
}

.blog-n02-content {
  z-index: 1;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.blog-n02-author-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  min-width: 250px;
  display: flex;
  position: sticky;
  top: auto;
  bottom: 40px;
}

.blog-n02-form {
  width: 100%;
  margin-bottom: 0;
}

.blog-n02-form-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-categories, .categories-n01 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.categories-n01-collection-wrapper {
  width: 100%;
  margin-top: 40px;
}

.categories-n01-collection-list {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.categories-n01-content-wrapper {
  cursor: pointer;
  width: 100%;
  position: relative;
}

.categories-n01-content-wrapper:hover {
  opacity: 1;
}

.categories-n01-image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.categories-n01-content {
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.split-n01-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.split-n01-content-wrapper {
  z-index: 10;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5vw 5vw 5vw 10vw;
  display: flex;
}

.split-n01-content {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.split-n01-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.category-n02 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.blog-n02-text-wrapper {
  display: flex;
}

.top-n06 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.top-n06-preview-wrapper {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.top-n06-content-wrapper {
  z-index: 5;
  grid-row-gap: 30px;
  color: var(--colour-one);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 25vw;
  padding-right: 25vw;
  display: flex;
  position: relative;
}

.top-n06-layout {
  grid-column-gap: 0px;
  border-top: 1px solid var(--colour-one);
  border-bottom: 1px solid var(--colour-one);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.top-n06-content {
  grid-row-gap: 30px;
  color: var(--colour-one);
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.no-dynamics-layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: center;
  width: 100%;
  display: grid;
}

.shop-n01-ecommerce {
  width: 100%;
}

.accent-n02-content-wrapper {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-accent-largest {
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Butler ultra, sans-serif;
  font-size: 110px;
  font-weight: 300;
  line-height: .8;
  position: relative;
}

.text-accent-largest.text-light {
  overflow-wrap: anywhere;
  font-family: Butler ultra, sans-serif;
}

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

.slider-am01 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 140px;
  display: flex;
  position: relative;
}

.slider-am01-slider {
  background-color: #0000;
  width: 30vw;
  height: auto;
  position: static;
}

.slider-am01-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.slider-am01-content:hover {
  opacity: 1;
}

.slider-am01-image-hover-wrapper {
  overflow: hidden;
}

.accent-m01 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.accent-m01-layout {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0;
}

.cell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
}

.cell-2 {
  justify-content: center;
}

.facts-m01 {
  width: 100%;
  position: relative;
}

.facts-m01-layout {
  z-index: 2;
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  border: 1px solid var(--colour-four);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.facts-m01-layout.colour-white {
  background-color: #fff;
}

.facts-m01-content {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.slogan-m01 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.info-m01 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  align-items: center;
  width: 90%;
  margin: 100px auto 0;
}

.info-m01-layout {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  padding: 0;
}

.info-m01-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  justify-content: center;
  height: 100%;
}

.info-m01-label {
  width: 100%;
  position: relative;
}

.info-m01-horizontal {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cell-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content-accent-15 {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
}

.accent-m02-content {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-direction: row;
  align-items: stretch;
  height: auto;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.accent-m01-line-vertical {
  background-color: var(--colour-one);
  width: 1px;
  display: flex;
}

.footer-m01 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  margin-bottom: 100px;
  padding: 0;
}

.footer-m01-cell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.footer-m01-emblem {
  width: 50px;
}

.footer-m01-emblem-wrapper {
  margin-left: auto;
  margin-right: auto;
}

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

.navigation-m01-layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr 100px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: grid;
  position: relative;
}

.navigation-m02-nav-cell {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.navigation-m02-brand-cell {
  align-items: center;
}

.navbar {
  background-color: #0000;
  position: static;
}

.brand-wrapper {
  width: 60px;
}

.cart-menu-button {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.brand-wrapper-mobile {
  opacity: 0;
  border-radius: 0;
  width: 40px;
}

.navlink-cart {
  opacity: .8;
  color: var(--colour-one);
  text-transform: capitalize;
  padding: 0;
  font-family: Butler ultra, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
}

.navlink-cart:hover {
  opacity: 1;
}

.navlink-cart.w--current {
  color: var(--colour-two);
}

.top-m02-content {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.top-m02-title {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.top-m02-cell {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.facts-m02-layout {
  z-index: 2;
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  border: 1px solid var(--colour-four);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.facts-m01-background {
  background-color: #fff;
  height: 50%;
  line-height: 1.41;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

.slider-am03 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.slider-am03-slider {
  background-color: #0000;
  width: 90vw;
  height: auto;
  margin-top: 20px;
  margin-right: auto;
  position: static;
}

.slider-am03-slide {
  width: 33.3333%;
}

.slider-am03-content {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-am03-content:hover {
  opacity: 1;
}

.slider-am02-image-hover-wrapper {
  overflow: hidden;
}

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

.mask-m03 {
  position: static;
  overflow: hidden;
}

.accent-m02 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.accent-m02-layout {
  grid-column-gap: 7vw;
  grid-row-gap: 200px;
  width: 100%;
  margin-top: 0;
  padding: 0;
}

.accent-m02-cell {
  justify-content: flex-start;
}

.accent-m02-cell-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
}

.accent-m02-image-02-wrapper {
  width: 66%;
  margin-left: auto;
  margin-right: 10%;
}

.accent-m02-image-01-wrapper {
  width: 50%;
  margin-left: auto;
}

.top-m04 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.top-m03-small-photo {
  z-index: 10;
  width: 600px;
  position: absolute;
  inset: auto auto -180px;
}

.info-m02 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  align-items: center;
  width: 90%;
  margin-top: 280px;
  margin-left: auto;
  margin-right: auto;
}

.slogan-m03 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  text-align: center;
  align-items: center;
  width: 70%;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
}

.moodboard-m01 {
  width: 100%;
  overflow: hidden;
}

.moodboard-m01-layout {
  grid-column-gap: 20px;
  width: 90%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.mood-m02-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  bottom: -10vw;
}

.mood-m02-image-wrapper:hover {
  z-index: 15;
}

.mood-m01-image-01 {
  width: 100%;
}

.mood-m03-image-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  bottom: -5vw;
  left: 0;
}

.mood-m03-image-wrapper:hover {
  z-index: 15;
}

.mood-m04-image-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  bottom: -5vw;
  right: -5vw;
}

.mood-m04-image-wrapper:hover {
  z-index: 15;
}

.mood-m05-image-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  top: -5vw;
  left: 0;
}

.mood-m05-image-wrapper:hover {
  z-index: 15;
}

.mood-m06-image-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  top: -10vw;
  left: -3vw;
}

.mood-m06-image-wrapper:hover {
  z-index: 15;
}

.mood-m07-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  top: -10vw;
  right: -5vw;
}

.mood-m07-image-wrapper:hover {
  z-index: 15;
}

.info-m02-layout {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.top-m05 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.top-m05-content {
  width: 100%;
}

.accent-l03-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.accent-l03 {
  width: 90%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.slogan-m04 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.accent-l03-background {
  background-color: #fff;
  height: 50%;
  line-height: 1.41;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

.top-m06 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
}

.top-m06-content {
  z-index: 6;
  width: 100%;
  margin-top: 260px;
  margin-bottom: 100px;
  position: relative;
}

.top-m06-background {
  background-color: #fff;
  width: 70vw;
  height: 100%;
  line-height: 1.41;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.facts-m01-line {
  z-index: 8;
  background-color: var(--colour-four);
  width: 1px;
  height: 60%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.top-m06-image-wrapper {
  width: 100%;
}

.quick-stack {
  grid-column-gap: 5vw;
  grid-row-gap: 140px;
  padding: 0;
}

.cell-6 {
  justify-content: center;
}

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

.showcase-l04-2:hover {
  opacity: 1;
  color: #000;
}

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

.facts-m01-line-vertical {
  background-color: var(--colour-four);
  width: 1px;
  height: 60%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slogan-m05 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  text-align: center;
  align-items: center;
  width: 70%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper-info-c02 {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
  left: 5vw;
  overflow: hidden;
}

.image-wrapper-02-info-c02 {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  right: 0;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 10vw;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.info-m03 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.info-m03-layout {
  grid-column-gap: 5vw;
  grid-row-gap: 10vw;
  padding: 0;
}

.info-m03-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  justify-content: center;
  height: 100%;
}

.info-m03-images {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.2fr;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.content-wrapper-description-01 {
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.content-wrapper-description-01.invisible {
  display: none;
}

.layout-project-description-01 {
  grid-column-gap: 10vw;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50%;
  place-content: start;
  align-items: start;
  width: 100%;
  margin: auto;
}

.full-image-02-preview-wrapper {
  overflow: hidden;
}

.project-r01-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-details {
  z-index: 2;
  position: relative;
}

.layout-project-01 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  overflow: hidden;
}

.project-01 {
  position: relative;
}

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

.project-01-content-wrapper {
  grid-row-gap: 100px;
  flex-direction: column;
  width: 100%;
  padding-top: 0;
  padding-bottom: 140px;
  display: flex;
}

.image-square-2 {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.project-image-03-wrapper-02 {
  overflow: hidden;
}

.heading-wrapper-accent-13 {
  z-index: 7;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.top-accent-image-or-video {
  z-index: 2;
  position: relative;
}

.accent-16 {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 160px 10vw 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon {
  color: var(--colour-one);
  margin-right: 0;
}

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

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

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  padding-left: 0;
  padding-right: 30px;
}

.info-m06 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  align-items: center;
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.info-m06.info-m06-top-margin {
  margin-top: 100px;
}

.info-m06-layout {
  grid-column-gap: 10vw;
  grid-row-gap: 20px;
  padding: 0;
}

.info-m06-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  justify-content: center;
  height: 100%;
}

.menu-n02-text {
  z-index: 2;
  grid-row-gap: 0px;
  align-items: center;
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}

.menu-n02-text:hover {
  opacity: .8;
}

.top-m05-title {
  z-index: 10;
  width: 100%;
  margin-top: 360px;
  margin-bottom: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.project-am01-cell {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  align-items: center;
}

.project-am01-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.project-am01-image-parallax {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-am01-layout {
  z-index: 10;
  grid-row-gap: 40px;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 150px;
  padding-left: 15vw;
  padding-right: 15vw;
  position: relative;
}

.project-am03 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.project-am03-image-parallax {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-am03-layout {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.div-block {
  width: 100%;
  height: 100%;
  position: relative;
}

.project-am03-layout-content {
  z-index: 10;
  grid-row-gap: 40px;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

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

.top-am02 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.top-am02._100vh {
  height: 100vh;
}

.top-am02-content {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.top-am02-title-layout {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.top-am02-cell {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.top-am02-small-photo {
  z-index: 10;
  width: 300px;
  position: absolute;
  inset: auto auto -220px;
}

.info-am01-cell {
  grid-row-gap: 20px;
}

.top-am03 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.top-am03-content {
  width: 100%;
}

.top-am03-layout {
  z-index: 10;
  width: 100%;
  margin-top: 360px;
  margin-bottom: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.top-am03-cell {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.top-am04 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.top-am04._100vh {
  height: 100vh;
}

.top-am04-content {
  z-index: 10;
  width: 100%;
  position: relative;
}

.top-am04-layout {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.top-am04-cell {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.top-am04-emblem {
  z-index: 10;
  background-color: var(--colour-one);
  border-radius: 100%;
  padding: 30px;
  position: absolute;
  inset: auto auto -129px;
}

.top-am04-emblem-wrapper {
  width: 110px;
}

.top-m05-cell {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.info-am02 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  align-items: center;
  width: 90%;
  margin: 100px auto 0;
}

.info-am02-layout {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  padding: 0;
}

.info-am02-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  justify-content: center;
  height: 100%;
}

.top-am05-title {
  z-index: 10;
  width: 100%;
  margin-top: 360px;
  margin-bottom: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.top-am05-content {
  width: 100%;
}

.top-am05 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section-under-wrapper-a01 {
  height: 100vh;
}

.freebie-content-wrapper {
  grid-row-gap: 30px;
  text-align: center;
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 30px;
  display: flex;
  position: relative;
}

.freebie-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 470px 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

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

.freebie {
  border: 1px solid var(--colour-five);
  width: 100%;
}

.freebie-preview-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
}

.freebie-container {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

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

.image-license {
  width: 100%;
  padding-bottom: 130%;
  position: relative;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

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

.mark-01-layout {
  grid-column-gap: 60px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.mark-01-content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  border: 1px solid #f8fce6;
  flex-direction: column;
  padding: 11px 11px 20px;
  display: flex;
}

.mark-01-content-wrapper:hover {
  opacity: 1;
  color: #000;
  border: 1px solid #0000004d;
}

.mark-01-preview {
  margin-bottom: 20px;
}

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

.collection-item-3 {
  margin-bottom: 220px;
}

.accent-l01-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.preview-l06-content-wrapper {
  z-index: 2;
  position: relative;
}

.preview-l06-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.preview-l06-preview-wrapper {
  border: 1px solid var(--colour-one-transparent);
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

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

.preview-l06-full-page-wrapper {
  width: 102%;
  position: absolute;
  inset: 0%;
}

.title-am01 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.title-am01.spacing-bottom-80 {
  margin-bottom: 80px;
}

.ui-kit-elements {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.slogan-m06 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  text-align: center;
  align-items: center;
  width: 70%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.info-m04 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  align-items: center;
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.four-columns {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
}

.white, .link {
  color: var(--colour-one);
}

.extra-vertical {
  background-color: #f0ebe7;
  border-top-left-radius: 46%;
  border-top-right-radius: 46%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 260px;
  padding-top: 0;
  padding-bottom: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.extra-vertical:hover {
  opacity: 1;
}

.extra-vertical.image-rounded {
  border-radius: 100%;
  overflow: hidden;
}

.extra-text {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Butler, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.language-switch {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  right: 80px;
}

.extra-image {
  width: 180px;
  margin-bottom: 40px;
}

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

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

  .container {
    padding: 60px 40px;
  }

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

  .brand {
    z-index: 1;
    margin-right: auto;
  }

  .navlink {
    color: var(--colour-one);
    font-size: 29px;
  }

  .menu-icon-wrapper {
    position: relative;
  }

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

  .line-horizontal._01.line-light {
    background-color: var(--colour-one);
  }

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

  .line-horizontal._02.line-light {
    background-color: var(--colour-one);
  }

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

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

  .links-wrapper-footer-01 {
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .form {
    width: 100%;
  }

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

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

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

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

  .image-vertical {
    justify-content: center;
    align-items: center;
  }

  .layout-product-01 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .coming-soon-form {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .search-container {
    width: 90%;
  }

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

  .animated-link-wrapper-nav {
    flex: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .animated-link-wrapper-nav.w--current {
    background-color: #0000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .animated-link-wrapper-nav.wrapper-nav-light {
    z-index: 3;
    color: var(--colour-one);
  }

  .animated-link-wrapper-nav.wrapper-nav-light.w--current {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .animated-link-wrapper-nav.language-switch-mobile {
    display: block;
  }

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

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

  .form-wrapper-opt-in-04 {
    width: 100%;
  }

  .image-horizontal {
    border-radius: 20px;
  }

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

  .container-showcase-08 {
    width: 50%;
  }

  .video-wrapper-accent-09 {
    width: 100%;
  }

  .number-bullet {
    width: 50px;
    height: 50px;
  }

  .preview-l06-columns, .preview-l06-columns.top-margin {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

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

  .shop-n01-image-preview:hover {
    opacity: 1;
  }

  .footer-01 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .empty-state {
    background-color: #0000;
  }

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

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

  .heading-medium-h2 {
    font-size: 50px;
  }

  .card-preview-c01 {
    grid-column-gap: 40px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .container-2 {
    padding: 60px 40px;
  }

  .accordion-c01-tab-02 {
    border-bottom-style: none;
    border-left-style: solid;
    border-right-style: solid;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .wrapper-three-columns {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .three-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

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

  .tes-02-image-wrapper {
    border-radius: 100%;
    width: 60%;
    overflow: hidden;
  }

  .accent-c08-text-2 {
    letter-spacing: -2px;
  }

  .layout-steps-01 {
    grid-column-gap: 5vw;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .content-wrapper-accent-09 {
    width: 100%;
  }

  .image-wrapper-accent-09 {
    width: 30vw;
  }

  .accordion-c01-tab-2-02, .tab-accordion-01 {
    border-bottom-style: none;
    border-left-style: solid;
    border-right-style: solid;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .content-wrapper-opt-in-01 {
    border-left-style: none;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }

  .image-container-opt-in-01 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 0;
  }

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

  .image-wrapper-01-info-01 {
    align-items: flex-end;
  }

  .accent-09 {
    height: auto;
  }

  .layout-info-05 {
    width: 100%;
  }

  .layout-opt-in-04 {
    grid-column-gap: 5vw;
  }

  .accent-08 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: center;
  }

  .nav-bar-no-dynamic {
    background-color: var(--colour-one);
    height: 70px;
  }

  .nav-bar-no-dynamic.no-dynamic {
    background-color: #0000;
    padding-bottom: 20px;
  }

  .animated-link-wrapper-nav-dark {
    height: 60px;
    margin-right: 20px;
  }

  .content-wrapper-pop-up {
    width: 90%;
    height: 50vh;
    min-height: 470px;
    margin-top: 100px;
  }

  .lead-generating-pop-up {
    align-items: flex-start;
    display: none;
  }

  .top-n01-image-parallax {
    width: 100%;
  }

  .content-wrapper-accent-14 {
    width: 90vw;
  }

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

  .label-products.inside-the-product {
    position: relative;
    left: auto;
  }

  .images-wrapper-product-01 {
    width: 100%;
    margin-top: 0;
  }

  .cookie-policy {
    width: 40%;
  }

  .content-wrapper-02-accent-14 {
    width: 80%;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .container-3 {
    text-align: center;
    padding: 40px 5vw;
  }

  .top-c01 {
    min-height: 1000px;
  }

  .top-c04 {
    min-height: auto;
  }

  .container-5 {
    text-align: center;
    padding: 40px 5vw;
  }

  .accent-15 {
    width: 100%;
  }

  .play-button-02 {
    margin-right: 0;
  }

  .blog-n02-author-image-wrapper {
    width: 220px;
  }

  .blog-text {
    width: 100%;
  }

  .brand-logo {
    z-index: 1;
    margin-right: auto;
  }

  .top-n01-image-wrapper {
    width: 100%;
  }

  .service-n01 {
    height: auto;
  }

  .shop-n01-title {
    padding-bottom: 10vw;
  }

  .container-6 {
    padding: 40px 5vw;
  }

  .shop-n01-product {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .slider-am01-left-arrow, .slider-am01-right-arrow {
    display: none;
  }

  .praise-n01-nav {
    margin-top: 40px;
    display: flex;
    position: relative;
  }

  .preview-n01 {
    height: auto;
  }

  .links-a01-animation-wrapper {
    margin-bottom: 10px;
  }

  .menu-n01-image-wrapper {
    right: auto;
  }

  .shop-n01-product-wrapper {
    margin-bottom: 20px;
  }

  .accent-c02-content-wrapper {
    width: 600vw;
  }

  .blog-n02-fields-wrapper {
    flex-direction: row;
  }

  .columns-accent-n02, .text-n01-layout {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-n02-layout {
    grid-template-columns: 1fr;
  }

  .blog-n02-left-content {
    border-right-style: none;
    margin-bottom: 0;
  }

  .blog-n02-collection-list {
    grid-row-gap: 60px;
  }

  .blog-n02-content-wrapper, .blog-n02-image-wrapper {
    width: 100%;
  }

  .blog-n02-author-wrapper {
    text-align: center;
    align-items: center;
  }

  .blog-n02-form-wrapper {
    align-items: center;
  }

  .categories-n01-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .split-n01-content-wrapper {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .category-n02 {
    margin-top: 140px;
  }

  .top-n06-preview-wrapper, .top-n06-image-wrapper {
    width: 100%;
  }

  .top-n06-content-wrapper {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .no-dynamics-layout {
    grid-column-gap: 20px;
    grid-template-columns: auto 1fr auto;
    width: 100%;
  }

  .shop-n01-ecommerce {
    margin-top: 100px;
  }

  .text-accent-largest {
    font-size: 100px;
  }

  .slider-am01 {
    margin-bottom: 40px;
  }

  .slider-am01-slider {
    width: 50vw;
  }

  .accent-m01-layout {
    margin-top: 0;
    margin-bottom: 0;
  }

  .facts-m01-layout {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .facts-m01-content {
    padding: 100px 20%;
  }

  .slogan-m01 {
    width: 90%;
  }

  .info-m01 {
    width: 100%;
    margin-top: 0;
  }

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

  .navbar-m01-background-colour {
    position: absolute;
    inset: 0%;
  }

  .navigation-m01-layout {
    grid-template-columns: 100fr auto;
  }

  .navigation-m02-nav-cell {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .navigation-m02-brand-cell {
    display: none;
  }

  .brand-wrapper {
    opacity: 1;
  }

  .brand-wrapper-mobile {
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .quick-stack-m01 {
    grid-row-gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .top-m02-title {
    grid-row-gap: 70px;
  }

  .facts-m02-layout {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-am03 {
    margin-bottom: 40px;
  }

  .image-parallax {
    width: 100%;
  }

  .accent-m02-layout {
    grid-row-gap: 60px;
  }

  .accent-m02-cell {
    display: none;
  }

  .info-m02 {
    width: 100%;
  }

  .slogan-m03 {
    width: 80%;
  }

  .slogan-m04 {
    width: 100%;
  }

  .facts-m01-line.invisible-mobile {
    display: none;
  }

  .quick-stack {
    grid-row-gap: 60px;
  }

  .facts-m01-line-vertical.invisible-mobile {
    display: none;
  }

  .image-wrapper-info-c02, .image-wrapper-02-info-c02 {
    align-items: flex-end;
  }

  .container-7 {
    padding: 40px 5vw;
  }

  .info-m03 {
    width: 100%;
  }

  .layout-project-description-01 {
    grid-template-columns: 1fr;
  }

  .layout-project-01 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .project-01-content-wrapper {
    grid-row-gap: 40px;
    padding-bottom: 0;
  }

  .heading-wrapper-accent-13 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .accent-16 {
    height: auto;
  }

  .info-m06 {
    width: 100%;
  }

  .info-m06-layout {
    grid-column-gap: 5vw;
  }

  .top-m05-title {
    grid-row-gap: 70px;
  }

  .project-am01-wrapper {
    height: auto;
  }

  .project-am01-image-parallax {
    width: 100%;
  }

  .project-am01-layout {
    margin-top: 140px;
    margin-bottom: 140px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .project-am03 {
    height: auto;
  }

  .project-am03-image-parallax {
    width: 100%;
    height: 500px;
    position: relative;
  }

  .project-am03-layout {
    grid-row-gap: 0px;
  }

  .project-am03-layout-content {
    grid-row-gap: 70px;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .top-am02-title-layout, .top-am03-layout, .top-am04-layout {
    grid-row-gap: 70px;
  }

  .info-am02-layout {
    grid-column-gap: 40px;
  }

  .top-am05-title {
    margin-top: 140px;
    margin-bottom: 0;
  }

  .section-under-wrapper-a01.section-mobile {
    z-index: 10;
    height: auto;
    position: relative;
  }

  .freebie-content-wrapper {
    padding: 10vw 10vw 20vw;
  }

  .freebie-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .section-under-a01 {
    margin-top: 0;
  }

  .section-under-a01.colour-four {
    height: auto;
    position: relative;
  }

  .freebie-preview-wrapper {
    width: 40%;
    margin: 140px auto 0;
    padding: 0;
  }

  .section-m01 {
    position: relative;
  }

  .freebie-container {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

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

  .mark-01-layout {
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

  .cell-7, .cell-8 {
    display: none;
  }

  .info-m04 {
    width: 100%;
    margin-top: 0;
  }

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

  .extra-vertical {
    justify-content: center;
    align-items: center;
  }

  .language-switch {
    display: none;
  }
}

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

  h4 {
    font-size: 32px;
  }

  .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-mobile-10px {
    margin-top: 10px;
  }

  .field {
    margin-right: 0;
  }

  .newsletter-grid {
    grid-auto-columns: auto;
  }

  .links-wrapper-footer-01 {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .form {
    flex-direction: column;
  }

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

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

  .checkout-wrapper {
    flex-direction: column;
    margin-top: 60px;
  }

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

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

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

  .layout-product-01 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .utility-page-wrap {
    position: relative;
  }

  .utility-page-form {
    width: 100%;
    margin-top: 40px;
  }

  .div-horizontal {
    flex-direction: column;
    width: 100%;
  }

  .full-image-coming-soon {
    inset: 0%;
  }

  .coming-soon-form, .search-container {
    flex-direction: column;
  }

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

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

  .int-01-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-horizontal-wrapper {
    flex-direction: column;
  }

  .layout-intro-04, .shop-n01-layout, .product-details-grid {
    grid-template-columns: 1fr;
  }

  .product-description-preview-wrapper {
    padding-right: 0;
  }

  .product-description-content-wrapper {
    margin-top: 40px;
  }

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

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

  .announcement {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 50px;
    min-height: auto;
    padding: 22px 40px;
    display: none;
  }

  .shop-n01-image-preview {
    width: 100%;
  }

  .shop-n01-image-preview:hover {
    opacity: 1;
  }

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

  .footer-01 {
    padding-top: 10vw;
    padding-bottom: 5vw;
  }

  .section-under-content-wrapper {
    padding-top: 5vw;
  }

  .heading-largest-h1 {
    font-size: 70px;
  }

  .heading-medium-h2 {
    font-size: 50px;
  }

  .text-accent-one {
    letter-spacing: -4px;
  }

  .card-preview-c01 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .shop-n01-description {
    padding: 5vw 0 0;
  }

  .tiles-preview-c02 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .tile-wrapper-preview-c02 {
    height: 60vh;
    min-height: auto;
  }

  .container-2 {
    padding: 0 30px 30px;
  }

  .layout-accent-03 {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .content-information-02 {
    text-align: center;
    align-items: center;
  }

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

  .tes-02-image-wrapper {
    width: 30%;
  }

  .line-animation {
    display: none;
  }

  .accent-c08-text-2 {
    text-align: center;
    letter-spacing: 0;
    white-space: normal;
    font-size: 17vw;
  }

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

  .form-radio-wrapper {
    flex-direction: column;
  }

  .radio-button-field {
    text-align: left;
  }

  .image-container-opt-in-01 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .layout-info-05 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .content-wrapper-info-05 {
    text-align: center;
    align-items: center;
  }

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

  .all-success-stories {
    min-height: 400px;
  }

  .info-05, .title-faq-c01 {
    height: auto;
  }

  .faq-01 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .layout-accent-12 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .faq-02 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .freebie-form {
    min-height: 400px;
  }

  .utility-page-content-password {
    padding-top: 80px;
  }

  .opt-in-04 {
    text-align: center;
  }

  .product-01 {
    min-height: 400px;
  }

  .details-product-01 {
    position: static;
  }

  .right-content-pop-up {
    text-align: center;
    width: 100%;
  }

  .colour-layer-pop-up {
    width: 100%;
    height: 100%;
  }

  .pop-up-close-wrapper {
    top: -60px;
  }

  .content-wrapper-pop-up {
    flex-direction: column;
    height: auto;
    min-height: auto;
    margin-top: 80px;
  }

  .lead-generating-pop-up {
    align-items: flex-start;
    min-height: 100vh;
    inset: 0% 0% auto;
  }

  .image-wrapper-pop-up {
    width: 100%;
    height: 150px;
  }

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

  .link-wrapper-preview-03 {
    margin-bottom: 40px;
  }

  .label-products.inside-the-product {
    margin-top: 40px;
    margin-bottom: 20px;
    position: static;
  }

  .label-new-course {
    right: -20px;
  }

  .cookie-policy {
    width: 100%;
    margin: 0;
  }

  .content-wrapper-02-accent-14 {
    width: 90%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .information-01 {
    padding-top: 0;
    padding-bottom: 40px;
    position: relative;
  }

  .timeline-c01-line {
    display: none;
  }

  .top-c01 {
    height: auto;
  }

  .layout-faq-c01 {
    grid-template-columns: 1fr;
  }

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

  .shop-n01-title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 5vw;
  }

  .shop-n01-sticky-wrapper {
    text-align: center;
    position: static;
  }

  .shop-n01-product {
    grid-row-gap: 0px;
    background-color: #fffcf3;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding: 5vw;
  }

  .resources-n01 {
    margin-bottom: 40px;
  }

  .blog-n01-layout {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .resources-n01-content-wrapper.right-border {
    border-right-style: none;
  }

  .resources-n01-image-wrapper {
    height: 270px;
    overflow: hidden;
  }

  .menu-n01 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .preview-n03 {
    height: auto;
  }

  .columns-accent-n02, .text-n01-layout {
    grid-template-columns: 1fr;
  }

  .text-n01-content-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .statement, .top-page-menu {
    min-height: 400px;
  }

  .blog-n02-left-content {
    border-right-style: none;
  }

  .blog-n02-content-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .blog-n02-image-wrapper {
    bottom: 0;
    left: 0;
  }

  .blog-n02-content {
    margin-top: 20px;
  }

  .top-n06 {
    height: auto;
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .top-n06-content-wrapper {
    width: 90%;
  }

  .accent-n02-content-wrapper {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-accent-largest {
    font-size: 70px;
  }

  .slider-am01-slider {
    border-top-style: none;
    border-bottom-style: none;
    height: auto;
  }

  .accent-m01 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .facts-m01-layout {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .facts-m01-content {
    grid-row-gap: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-accent-15.right-border {
    margin-bottom: 40px;
  }

  .accent-m02-content {
    flex-direction: column;
    width: 100%;
  }

  .facts-m02-layout {
    border-bottom-style: none;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .slider-am03-slider {
    border-top-style: none;
    border-bottom-style: none;
    height: auto;
  }

  .accent-m02 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .top-m04 {
    height: auto;
    margin-top: 140px;
  }

  .top-m03-small-photo {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 60px;
    position: relative;
    bottom: 0;
  }

  .info-m02 {
    margin-top: 0;
  }

  .info-m02-layout {
    width: 100%;
  }

  .accent-l03 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .top-m06 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .top-m06-content {
    margin-top: 200px;
  }

  .image-wrapper-info-c02 {
    width: 100%;
  }

  .project-image-02-wrapper {
    margin-bottom: 20px;
  }

  .accent-16 {
    height: auto;
  }

  .top-m05-title {
    margin-top: 140px;
    margin-bottom: 60px;
  }

  .project-am01-layout {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .project-am03-layout-content {
    grid-row-gap: 40px;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .info-am02 {
    width: 100%;
    margin-top: 0;
  }

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

  .freebie-grid {
    border-style: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .freebie-preview-wrapper {
    width: 60%;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-8 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .mark-01-layout {
    width: 100%;
  }

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

  .title-am01 {
    padding-left: 0%;
    padding-right: 0%;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: 0;
    font-size: 36px;
  }

  h2 {
    letter-spacing: 1px;
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  .container {
    padding: 40px 30px;
  }

  .styleguide-colour {
    width: 100%;
  }

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

  .button-wrapper {
    width: 100%;
  }

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

  .button-basic-two {
    width: 100%;
    margin-left: 0;
  }

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

  .brand {
    width: 60px;
  }

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

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

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

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

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

  .copyright-wrapper {
    text-align: left;
  }

  .footer-wrapper {
    margin-bottom: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .brand-footer {
    width: 80px;
    top: 0;
  }

  .invisible-mobile {
    display: none;
  }

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

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

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

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

  .int-01-link {
    border-bottom: 1px solid #00000080;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .field-light {
    min-width: auto;
  }

  .form-wrapper-opt-in-04 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-horizontal-wrapper {
    flex-direction: column;
  }

  .image-horizontal {
    border-radius: 10px;
  }

  .container-showcase-08 {
    width: 100%;
  }

  .product-details-grid {
    grid-template-columns: 1fr;
  }

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

  .announcement-link-wrapper {
    text-align: center;
  }

  .announcement {
    text-align: left;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 60px;
  }

  .styleguide-license-grid {
    grid-template-columns: 1fr;
  }

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

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

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

  .heading-largest-h1 {
    font-size: 36px;
    line-height: 1;
  }

  .heading-medium-h2 {
    font-size: 40px;
  }

  .heading-smaller-h3 {
    font-size: 30px;
  }

  .text-accent-one {
    line-height: .6;
  }

  .text-wrapper-60 {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .shop-n01-description {
    padding-top: 10vw;
  }

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

  .container-2 {
    padding: 10px;
  }

  .accent-c08-text-2 {
    font-size: 23vw;
  }

  .layout-steps-01 {
    grid-row-gap: 60px;
    width: 90%;
    margin-top: 0;
  }

  .form-radio-wrapper {
    flex-direction: column;
  }

  .image-wrapper-accent-09 {
    width: 40vw;
  }

  .content-wrapper-info-05 {
    margin-top: 5vw;
  }

  .layout-opt-in-04 {
    padding-left: 5vw;
  }

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

  .opt-in-04.request-form {
    margin-top: 40px;
  }

  .product-01.colour-one {
    min-height: auto;
  }

  .right-content-pop-up {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-wrapper-pop-up {
    order: 1;
    height: 150px;
    display: flex;
  }

  .image-instagram {
    overflow: hidden;
  }

  .second-image-wrapper-top-04 {
    width: 40vw;
  }

  .container-showcase-10 {
    width: 100%;
  }

  .content-wrapper-accent-14 {
    flex-direction: column;
  }

  .label-new-course {
    right: -10px;
  }

  .styleguide-images {
    grid-template-columns: 1fr;
  }

  .container-no-padding-2 {
    text-align: center;
  }

  .timeline-c01-content {
    grid-template-columns: 1fr;
  }

  .play-button-02 {
    margin-left: 0;
  }

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

  .shop-n01-sticky-wrapper {
    text-align: left;
  }

  .shop-n01-product {
    grid-template-columns: 1fr;
  }

  .links-a01-animation-wrapper {
    margin-bottom: 0;
  }

  .text-n01-content-wrapper {
    width: 100%;
  }

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

  .blog-n02-image-wrapper {
    height: 300px;
  }

  .categories-n01-collection-list {
    grid-template-columns: 1fr;
  }

  .categories-n01-content-wrapper {
    width: 100%;
  }

  .split-n01-layout {
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
  }

  .split-n01-content-wrapper {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .split-n01-content {
    width: 100%;
  }

  .split-n01-image-wrapper {
    min-height: 400px;
  }

  .accent-n02-content-wrapper {
    width: 100%;
  }

  .text-accent-largest {
    font-size: 42px;
    line-height: 1;
  }

  .accent-m01 {
    min-height: auto;
  }

  .facts-m01-content {
    border-bottom: 1px solid var(--colour-four);
  }

  .accent-m02 {
    min-height: auto;
  }

  .accent-m02-image-02-wrapper, .accent-m02-image-01-wrapper, .slogan-m03 {
    width: 100%;
  }

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

  .image-square-2 {
    overflow: hidden;
  }

  .project-am01-layout {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .project-am03-layout-content {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .freebie-preview-wrapper {
    margin-top: 100px;
  }

  .grid-images {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .mark-01-layout, .preview-l06-grid {
    grid-template-columns: 1fr;
  }

  .title-am01 {
    min-height: auto;
  }
}

#w-node-fbd8e098-c382-c684-2bae-2eb31d6c0a41-e0eb703d {
  grid-template-rows: auto;
  grid-template-columns: 180px 1fr 180px;
}

#w-node-_1d9b4bfe-efca-1ac5-ea3b-8800f033a616-e0eb703d, #w-node-_5d16559c-0bdb-f388-d4c9-a904f0102157-e0eb703d, #w-node-e43130de-2b19-60b9-b5e0-2dff45af7d78-e0eb703d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af50517c-7d9d-3f14-f8ac-13bdf7eef6b4-e0eb703d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-af50517c-7d9d-3f14-f8ac-13bdf7eef6b5-e0eb703d, #w-node-af50517c-7d9d-3f14-f8ac-13bdf7eef6bd-e0eb703d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b7e8c3b-fc0e-0134-aec0-caa03f3a5657-3f3a5644 {
  place-self: auto;
}

#w-node-fae69c0f-be57-49b7-d6a8-3c1c9ee088f9-9ee088f3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fae69c0f-be57-49b7-d6a8-3c1c9ee088fa-9ee088f3, #w-node-fae69c0f-be57-49b7-d6a8-3c1c9ee08907-9ee088f3, #w-node-fae69c0f-be57-49b7-d6a8-3c1c9ee0890a-9ee088f3, #w-node-d2f32d1c-d8a0-fc55-1ec1-64a7d090ad65-9865087b, #w-node-_3b129140-c92f-24d3-1cb2-4ed56db6f1bd-9865087b, #w-node-a2357373-e039-c1f8-0730-f1c1b536bf28-905c6c8f, #w-node-ef37fadf-e1c4-6672-4ba4-7201ac97672a-905c6c8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df1719c2-955d-242f-b2f0-ece36bc05243-e0eb709c {
  grid-template-rows: auto;
  grid-template-columns: 180px 1fr 180px;
}

#w-node-df1719c2-955d-242f-b2f0-ece36bc05244-e0eb709c, #w-node-df1719c2-955d-242f-b2f0-ece36bc05247-e0eb709c, #w-node-df1719c2-955d-242f-b2f0-ece36bc0524c-e0eb709c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42712cec-e86a-80cf-7dfe-c2de64d06673-e0eb709c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_42712cec-e86a-80cf-7dfe-c2de64d06674-e0eb709c, #w-node-_42712cec-e86a-80cf-7dfe-c2de64d06682-e0eb709c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_934d53ff-eed8-cd38-3de2-c4abdb101636-e0eb709c {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0e8c3984-bdf8-f4c1-deae-f3a8f0f3791e-e0eb709c, #w-node-_12a1d701-8a42-38e5-af16-ebf7ff4e8064-e0eb709c, #w-node-_4fde5af0-1e11-eecb-7e58-9e96d2853647-e0eb709c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9e63a19-2d78-b359-6abc-efe2f2a24b4b-e0eb709c {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-b5fd2c7b-67c4-528e-de10-c8c2777b35e3-e0eb709c, #w-node-_8703a5f5-400b-d3c0-d1d5-81b13f50acfb-e0eb709c, #w-node-cae5f686-370b-3842-3489-f99de7fab32d-e0eb709c, #w-node-_47c508dd-4f2e-4dcd-3a9d-7d68731f2491-e0eb709c, #w-node-a9fb2b21-86ec-adf6-f74e-729444c8fc61-e0eb709c, #w-node-_343a166b-4217-5ada-f850-6a232c473fea-e0eb709c, #w-node-ea397903-8c4c-254f-39c6-2f4deb4471ca-e0eb709c, #w-node-_35337955-5142-9f16-364f-cd8db067b2f4-e0eb709c, #w-node-_6bcd8d30-8ebe-60b8-2789-39e6843240c8-e0eb709c, #w-node-af32d84d-c2c4-6ed0-317c-7d2476e9f123-e0eb709c, #w-node-a39891a8-d5f9-50ef-36ea-cca9db0dd8aa-e0eb709c, #w-node-cb856115-f43b-baa4-ebae-d4bb678c6a78-e0eb709c, #w-node-fca792f3-c2f3-e84d-7927-86c75f05082a-e0eb709c, #w-node-_5ff3b51d-63e8-b35d-3b2e-8d974d31cefc-e0eb709c, #w-node-_466824cb-6e9d-096c-5d15-f10d77bc425c-e0eb709c, #w-node-_9817e0b7-cddf-ca46-a008-dd42683855ba-e0eb709c, #w-node-c5238c92-a496-11ec-3743-0a456a7bc23a-e0eb709c, #w-node-_9417ed05-25b4-974c-ff68-c23c1aec0175-e0eb709c, #w-node-_7e949ffb-7b11-a00d-04a1-148821c6ee43-e0eb709c, #w-node-_2487cd31-4c5d-ebe5-0878-fdad836e892b-e0eb709c, #w-node-_74e12432-205c-913b-b3ed-bf708fed433c-e0eb709c, #w-node-_934d53ff-eed8-cd38-3de2-c4abdb101637-e0eb709c, #w-node-_934d53ff-eed8-cd38-3de2-c4abdb101638-e0eb709c, #w-node-_3bf1bdd0-8b02-8f89-3985-e2390c8db41b-e0eb709c, #w-node-_2de89e7b-77e0-e665-0382-effb2a6c5294-e0eb709c, #w-node-fcadc407-ea24-fd7d-14f8-dfd1b17e4a28-e0eb709c, #w-node-a9bb0edb-654e-08fa-4b70-6252877b15f4-e0eb709c, #w-node-c6538910-8862-ee32-55ec-c36b86a73d57-e0eb709c, #w-node-_5b766466-5100-b140-c4a1-f4fe4c320567-e0eb709c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bbfc81b-39ad-4347-6677-f79c9cb8184c-e0eb709c {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-_66d2e30a-dc70-88dc-b9d5-d8b3bcbaea3d-e0eb709c {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-d5333388-dfde-adde-be1a-693e039f5099-e0eb709c {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-a8d74e5d-9488-bc93-00f6-7b1a926fd674-e0eb709c, #w-node-_8ff6052b-db17-ab14-b672-27db2c1947c0-e0eb709c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cf9669f-00c6-2b25-baaf-804d8368ba9f-e0eb709c {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_7ffc0dbb-25d7-5944-c198-584e28200c43-e0eb709c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01d2777b-4145-748f-4d9a-705d42a15f77-e0eb709c {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_676d2663-8a84-48e9-c42b-52612250a397-e0eb709c, #w-node-_14c6941b-61f7-a4af-fd5d-8985861f4827-e0eb709c, #w-node-_94d55e48-6404-7b28-c064-96afde2a3239-e0eb709c, #w-node-_744274b7-5390-7000-b6f3-8027fb34b6b9-e0eb709c, #w-node-_623767b5-fd13-aead-d743-342da578e631-e0eb709c, #w-node-cb54750d-6d59-295b-ea13-33bc182247c2-e0eb709c, #w-node-_316e8a61-c51e-f419-f6c9-3718efb0216e-e0eb709c, #w-node-cc28933d-7f2c-5bcb-1401-5a9aa0c54c23-e0eb709c, #w-node-_786ef70e-6a59-1663-0057-24b737b0aa5e-e0eb709c, #w-node-_884e2e6c-dcb6-9097-0629-9e86d3aa97a4-e0eb709c, #w-node-_4b051020-c9d6-abb6-6b58-faf43f0f671e-e0eb709c, #w-node-_6b040efa-0d84-918f-0f47-8c760585463e-e0eb709c, #w-node-bc37012e-708d-108d-ae4c-2894cc7223b1-e0eb709c, #w-node-aeeaf3cd-412a-77fe-dfd9-3883118653d2-e0eb709c, #w-node-ce092429-3562-1692-0ea2-544936e59205-e0eb709c, #w-node-_3689146c-e9f0-1e3b-3edf-b4a1427bfe4c-e0eb709c, #w-node-_7761addb-1b68-f923-0b0c-d5b990b86a4e-e0eb709c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df1719c2-955d-242f-b2f0-ece36bc05243-e0eb709e {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_6f5ab6a1-48ef-64d9-d901-280b0d2d2852-e0eb709f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f177c743-07e9-5d96-ccde-4362cdf6d105-e0eb709f, #w-node-_6f5ab6a1-48ef-64d9-d901-280b0d2d2859-e0eb709f {
  grid-column: span 2 / span 2;
}

#w-node-_934d53ff-eed8-cd38-3de2-c4abdb101636-e0eb709f {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0e8c3984-bdf8-f4c1-deae-f3a8f0f3791e-e0eb709f, #w-node-_12a1d701-8a42-38e5-af16-ebf7ff4e8064-e0eb709f, #w-node-_4fde5af0-1e11-eecb-7e58-9e96d2853647-e0eb709f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9e63a19-2d78-b359-6abc-efe2f2a24b4b-e0eb709f {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-b5fd2c7b-67c4-528e-de10-c8c2777b35e3-e0eb709f, #w-node-_8703a5f5-400b-d3c0-d1d5-81b13f50acfb-e0eb709f, #w-node-cae5f686-370b-3842-3489-f99de7fab32d-e0eb709f, #w-node-_47c508dd-4f2e-4dcd-3a9d-7d68731f2491-e0eb709f, #w-node-a9fb2b21-86ec-adf6-f74e-729444c8fc61-e0eb709f, #w-node-_343a166b-4217-5ada-f850-6a232c473fea-e0eb709f, #w-node-ea397903-8c4c-254f-39c6-2f4deb4471ca-e0eb709f, #w-node-_35337955-5142-9f16-364f-cd8db067b2f4-e0eb709f, #w-node-_6bcd8d30-8ebe-60b8-2789-39e6843240c8-e0eb709f, #w-node-af32d84d-c2c4-6ed0-317c-7d2476e9f123-e0eb709f, #w-node-a39891a8-d5f9-50ef-36ea-cca9db0dd8aa-e0eb709f, #w-node-cb856115-f43b-baa4-ebae-d4bb678c6a78-e0eb709f, #w-node-fca792f3-c2f3-e84d-7927-86c75f05082a-e0eb709f, #w-node-_5ff3b51d-63e8-b35d-3b2e-8d974d31cefc-e0eb709f, #w-node-_466824cb-6e9d-096c-5d15-f10d77bc425c-e0eb709f, #w-node-_9817e0b7-cddf-ca46-a008-dd42683855ba-e0eb709f, #w-node-c5238c92-a496-11ec-3743-0a456a7bc23a-e0eb709f, #w-node-_9417ed05-25b4-974c-ff68-c23c1aec0175-e0eb709f, #w-node-_7e949ffb-7b11-a00d-04a1-148821c6ee43-e0eb709f, #w-node-_2487cd31-4c5d-ebe5-0878-fdad836e892b-e0eb709f, #w-node-_74e12432-205c-913b-b3ed-bf708fed433c-e0eb709f, #w-node-_934d53ff-eed8-cd38-3de2-c4abdb101637-e0eb709f, #w-node-_934d53ff-eed8-cd38-3de2-c4abdb101638-e0eb709f, #w-node-_3bf1bdd0-8b02-8f89-3985-e2390c8db41b-e0eb709f, #w-node-_2de89e7b-77e0-e665-0382-effb2a6c5294-e0eb709f, #w-node-fcadc407-ea24-fd7d-14f8-dfd1b17e4a28-e0eb709f, #w-node-a9bb0edb-654e-08fa-4b70-6252877b15f4-e0eb709f, #w-node-c6538910-8862-ee32-55ec-c36b86a73d57-e0eb709f, #w-node-_5b766466-5100-b140-c4a1-f4fe4c320567-e0eb709f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bbfc81b-39ad-4347-6677-f79c9cb8184c-e0eb709f {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-_66d2e30a-dc70-88dc-b9d5-d8b3bcbaea3d-e0eb709f {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-d5333388-dfde-adde-be1a-693e039f5099-e0eb709f {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-a8d74e5d-9488-bc93-00f6-7b1a926fd674-e0eb709f, #w-node-_8ff6052b-db17-ab14-b672-27db2c1947c0-e0eb709f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cf9669f-00c6-2b25-baaf-804d8368ba9f-e0eb709f {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_7ffc0dbb-25d7-5944-c198-584e28200c43-e0eb709f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01d2777b-4145-748f-4d9a-705d42a15f77-e0eb709f {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_676d2663-8a84-48e9-c42b-52612250a397-e0eb709f, #w-node-_14c6941b-61f7-a4af-fd5d-8985861f4827-e0eb709f, #w-node-_94d55e48-6404-7b28-c064-96afde2a3239-e0eb709f, #w-node-_744274b7-5390-7000-b6f3-8027fb34b6b9-e0eb709f, #w-node-_623767b5-fd13-aead-d743-342da578e631-e0eb709f, #w-node-cb54750d-6d59-295b-ea13-33bc182247c2-e0eb709f, #w-node-_316e8a61-c51e-f419-f6c9-3718efb0216e-e0eb709f, #w-node-cc28933d-7f2c-5bcb-1401-5a9aa0c54c23-e0eb709f, #w-node-_786ef70e-6a59-1663-0057-24b737b0aa5e-e0eb709f, #w-node-_884e2e6c-dcb6-9097-0629-9e86d3aa97a4-e0eb709f, #w-node-_4b051020-c9d6-abb6-6b58-faf43f0f671e-e0eb709f, #w-node-_6b040efa-0d84-918f-0f47-8c760585463e-e0eb709f, #w-node-bc37012e-708d-108d-ae4c-2894cc7223b1-e0eb709f, #w-node-aeeaf3cd-412a-77fe-dfd9-3883118653d2-e0eb709f, #w-node-ce092429-3562-1692-0ea2-544936e59205-e0eb709f, #w-node-_3689146c-e9f0-1e3b-3edf-b4a1427bfe4c-e0eb709f, #w-node-_7761addb-1b68-f923-0b0c-d5b990b86a4e-e0eb709f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de620749-8969-9f9d-4bcd-42ca9a1e7be7-e0eb70b7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-de620749-8969-9f9d-4bcd-42ca9a1e7be8-e0eb70b7, #w-node-de620749-8969-9f9d-4bcd-42ca9a1e7bef-e0eb70b7, #w-node-de620749-8969-9f9d-4bcd-42ca9a1e7bf6-e0eb70b7, #w-node-de620749-8969-9f9d-4bcd-42ca9a1e7bfd-e0eb70b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85b8d211-3670-8e95-1168-1b9ca2063e53-e0eb70b7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 38vw 1fr;
}

#w-node-_85b8d211-3670-8e95-1168-1b9ca2063e54-e0eb70b7, #w-node-_85b8d211-3670-8e95-1168-1b9ca2063e57-e0eb70b7, #w-node-_85b8d211-3670-8e95-1168-1b9ca2063e5d-e0eb70b7, #w-node-_0e861b85-7d15-0a20-9c3a-42a63d0fa990-e0eb70dd, #w-node-_0e861b85-7d15-0a20-9c3a-42a63d0fa999-e0eb70dd, #w-node-_0e861b85-7d15-0a20-9c3a-42a63d0fa9a2-e0eb70dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23fc094f-8c25-4496-b95d-e2245aefa179-e0eb7109 {
  grid-template-rows: auto;
  grid-template-columns: 180px 1fr 180px;
}

#w-node-_23fc094f-8c25-4496-b95d-e2245aefa17a-e0eb7109, #w-node-_23fc094f-8c25-4496-b95d-e2245aefa17d-e0eb7109, #w-node-_23fc094f-8c25-4496-b95d-e2245aefa182-e0eb7109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27e1ebb9-6f46-4aec-bbeb-bf2901e6f182-e0eb7109 {
  grid-template-rows: auto;
  grid-template-columns: 180px 1fr 180px;
}

#w-node-_27e1ebb9-6f46-4aec-bbeb-bf2901e6f183-e0eb7109, #w-node-_27e1ebb9-6f46-4aec-bbeb-bf2901e6f186-e0eb7109, #w-node-_27e1ebb9-6f46-4aec-bbeb-bf2901e6f18a-e0eb7109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c46c041d-6af9-0fbb-58c7-1272308225c7-e0eb7109 {
  grid-template-rows: auto;
  grid-template-columns: 180px 1fr 180px;
}

#w-node-c46c041d-6af9-0fbb-58c7-1272308225c8-e0eb7109, #w-node-c46c041d-6af9-0fbb-58c7-1272308225cb-e0eb7109, #w-node-c46c041d-6af9-0fbb-58c7-1272308225d0-e0eb7109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5b688a9-390c-f8db-cfe7-9df737132aac-e0eb7109 {
  grid-template-rows: auto;
  grid-template-columns: 180px 1fr 180px;
}

#w-node-d5b688a9-390c-f8db-cfe7-9df737132aad-e0eb7109, #w-node-d5b688a9-390c-f8db-cfe7-9df737132ab0-e0eb7109, #w-node-d5b688a9-390c-f8db-cfe7-9df737132ab6-e0eb7109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5a19415-3101-ff88-b119-34a10c4b6a34-e0eb7109 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_5d6996b7-3bfd-a5f7-c420-93ad85c0c5be-e0eb7109 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5d6996b7-3bfd-a5f7-c420-93ad85c0c5bf-e0eb7109 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d6996b7-3bfd-a5f7-c420-93ad85c0c5c5-e0eb7109, #w-node-_5d6996b7-3bfd-a5f7-c420-93ad85c0c5c9-e0eb7109, #w-node-_5d6996b7-3bfd-a5f7-c420-93ad85c0c5ca-e0eb7109, #w-node-_5d6996b7-3bfd-a5f7-c420-93ad85c0c5cf-e0eb7109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28c707cd-902a-e9a2-5170-ac4a6f68d13a-e0eb7109 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_28c707cd-902a-e9a2-5170-ac4a6f68d13b-e0eb7109, #w-node-_28c707cd-902a-e9a2-5170-ac4a6f68d143-e0eb7109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33610e56-8aa1-ac38-a62f-20e1c9e9589a-e0eb710e {
  grid-template-rows: auto;
  grid-template-columns: 180px 1fr 180px;
}

#w-node-_33610e56-8aa1-ac38-a62f-20e1c9e9589b-e0eb710e, #w-node-_33610e56-8aa1-ac38-a62f-20e1c9e9589e-e0eb710e, #w-node-_33610e56-8aa1-ac38-a62f-20e1c9e958a2-e0eb710e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f5e6e24-dded-8933-51e1-56ed7d99a947-e0eb710e {
  grid-template-rows: auto;
  grid-template-columns: 40% 1fr;
}

#w-node-_6f5e6e24-dded-8933-51e1-56ed7d99a948-e0eb710e, #w-node-_6f5e6e24-dded-8933-51e1-56ed7d99a949-e0eb710e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_725a5af1-ce60-9707-1100-04510b043f1b-e0eb710e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_725a5af1-ce60-9707-1100-04510b043f1c-e0eb710e, #w-node-_725a5af1-ce60-9707-1100-04510b043f22-e0eb710e, #w-node-_725a5af1-ce60-9707-1100-04510b043f28-e0eb710e, #w-node-_725a5af1-ce60-9707-1100-04510b043f2e-e0eb710e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23a7a3a4-9704-29dc-2166-d9b28c321fa1-e0eb710e {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 38vw 1fr;
}

#w-node-e4671fc1-ba86-8886-d9df-0d62b473cba3-e0eb710e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f166bfb-f0cf-c220-5c98-4be50fd56c47-e0eb710e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c3940fa7-e8fc-e694-0ba4-97f59ab135b0-e0eb710e, #w-node-b1cad07f-f0ad-d40b-c552-e5a845b3bdf4-e0eb710e, #w-node-c2eae78d-fe97-aee2-f533-ee7360704ab5-e0eb710e, #w-node-e890d5c6-9db5-fa39-b6c1-1e4cb610da22-e0eb710e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eeb268e8-54d4-02f2-2d81-b2b0e52746d8-e0eb710e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fbd8e098-c382-c684-2bae-2eb31d6c0a41-e0eb7125 {
  grid-template-rows: auto;
  grid-template-columns: 180px 1fr 180px;
}

#w-node-_1d9b4bfe-efca-1ac5-ea3b-8800f033a616-e0eb7125, #w-node-_5d16559c-0bdb-f388-d4c9-a904f0102157-e0eb7125, #w-node-e43130de-2b19-60b9-b5e0-2dff45af7d78-e0eb7125 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_725a5af1-ce60-9707-1100-04510b043f1b-e0eb7125 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_725a5af1-ce60-9707-1100-04510b043f1c-e0eb7125, #w-node-_725a5af1-ce60-9707-1100-04510b043f22-e0eb7125, #w-node-_725a5af1-ce60-9707-1100-04510b043f28-e0eb7125, #w-node-_725a5af1-ce60-9707-1100-04510b043f2e-e0eb7125 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dae65e9-41b5-0f1d-4468-924fadf839e4-e0eb7125 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 38vw 1fr;
}

#w-node-_7dae65e9-41b5-0f1d-4468-924fadf839e5-e0eb7125, #w-node-_7dae65e9-41b5-0f1d-4468-924fadf839e8-e0eb7125, #w-node-_7dae65e9-41b5-0f1d-4468-924fadf839ee-e0eb7125 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f5e6e24-dded-8933-51e1-56ed7d99a947-e0eb7125 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6f5e6e24-dded-8933-51e1-56ed7d99a948-e0eb7125, #w-node-_6f5e6e24-dded-8933-51e1-56ed7d99a949-e0eb7125 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fac74a3-1ba7-5f8e-d127-424149725cc5-e0eb712a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 38vw 1fr;
}

#w-node-_4fac74a3-1ba7-5f8e-d127-424149725cc6-e0eb712a, #w-node-_4fac74a3-1ba7-5f8e-d127-424149725cc9-e0eb712a, #w-node-_4fac74a3-1ba7-5f8e-d127-424149725ccf-e0eb712a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fe63e9b-b36f-fd0a-f9ba-883a03725448-e0eb712a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5fe63e9b-b36f-fd0a-f9ba-883a03725449-e0eb712a, #w-node-_5fe63e9b-b36f-fd0a-f9ba-883a03725457-e0eb712a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54ec46e7-cd51-b089-38dd-b41b13b144b3-e0eb712a {
  grid-template-rows: auto;
  grid-template-columns: 40% 1fr;
}

#w-node-_54ec46e7-cd51-b089-38dd-b41b13b144b4-e0eb712a, #w-node-_54ec46e7-cd51-b089-38dd-b41b13b144c2-e0eb712a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f802661b-09cd-d458-316c-880fbcedb2c1-e0eb712a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f802661b-09cd-d458-316c-880fbcedb2c2-e0eb712a, #w-node-f802661b-09cd-d458-316c-880fbcedb2ca-e0eb712a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0a49ff3-a282-a61e-40e3-66bb3ad360da-e0eb712a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e0a49ff3-a282-a61e-40e3-66bb3ad360db-e0eb712a, #w-node-e0a49ff3-a282-a61e-40e3-66bb3ad360e3-e0eb712a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3993649e-7305-4b8f-072e-006ebb1ceb60-e0eb713e, #w-node-_67c6f75b-5d7e-8229-89ef-32e016fc4ab3-e0eb713e, #w-node-_69708da4-ced7-6323-c1a6-e0f8851a6a37-e0eb713e, #w-node-f1ebc093-acff-67d5-23f3-84d12c0794b2-e0eb713e {
  grid-template-rows: auto auto auto;
  grid-template-columns: auto;
}

#w-node-f53d9019-4105-7b5d-ec48-9755b96ea723-e0eb7140 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_76572a23-05e4-b65a-253a-ea4c4c303509-e0eb7140 {
  grid-template-rows: auto auto auto;
  grid-template-columns: auto;
}

#w-node-_4a146ac8-ee21-ccdf-8358-f3e87e658c94-e0eb7140 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4a146ac8-ee21-ccdf-8358-f3e87e658c9c-e0eb7140 {
  grid-template-rows: auto auto auto;
  grid-template-columns: auto;
}

#w-node-_28e9f837-87ce-ae36-4295-0ea70627bf04-e0eb7140 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_28e9f837-87ce-ae36-4295-0ea70627bf0c-e0eb7140 {
  grid-template-rows: auto auto auto;
  grid-template-columns: auto;
}

#w-node-_89671703-416d-9c70-5ccf-1f5172c34461-e0eb7140 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_89671703-416d-9c70-5ccf-1f5172c34469-e0eb7140 {
  grid-template-rows: auto auto auto;
  grid-template-columns: auto;
}

#w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d2-e0eb7142 {
  grid-template-rows: auto;
  grid-template-columns: 180px 1fr 180px;
}

#w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d3-e0eb7142, #w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d4-e0eb7142, #w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d8-e0eb7142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c06cdbe5-d62a-9374-db8e-1c5f7dfb3469-e0eb7142, #w-node-c06cdbe5-d62a-9374-db8e-1c5f7dfb347b-e0eb7142, #w-node-c06cdbe5-d62a-9374-db8e-1c5f7dfb348d-e0eb7142 {
  grid-template-rows: auto auto auto;
  grid-template-columns: auto;
}

#w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d2-e0eb7143 {
  grid-template-rows: auto;
  grid-template-columns: 180px 1fr 180px;
}

#w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d3-e0eb7143, #w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d4-e0eb7143, #w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d8-e0eb7143 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3769ae90-785a-d716-1bf0-57ec50aaf354-e0eb714e {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_3769ae90-785a-d716-1bf0-57ec50aaf355-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf356-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf357-e0eb714e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3769ae90-785a-d716-1bf0-57ec50aaf358-e0eb714e {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_3769ae90-785a-d716-1bf0-57ec50aaf35d-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf35e-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf35f-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf360-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf361-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf362-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf363-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf364-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf365-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf366-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf367-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf368-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf369-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf36a-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf36b-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf36c-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf36d-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf36e-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf36f-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf370-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf371-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf372-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf373-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf374-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf375-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf376-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf377-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf378-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf379-e0eb714e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3769ae90-785a-d716-1bf0-57ec50aaf37a-e0eb714e {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-_3769ae90-785a-d716-1bf0-57ec50aaf37f-e0eb714e {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_3769ae90-785a-d716-1bf0-57ec50aaf384-e0eb714e {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-_3769ae90-785a-d716-1bf0-57ec50aaf389-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf38a-e0eb714e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3769ae90-785a-d716-1bf0-57ec50aaf38b-e0eb714e {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_3769ae90-785a-d716-1bf0-57ec50aaf390-e0eb714e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3769ae90-785a-d716-1bf0-57ec50aaf391-e0eb714e {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_3769ae90-785a-d716-1bf0-57ec50aaf396-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf397-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf398-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf399-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf39a-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf39b-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf39c-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf39d-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf39e-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf39f-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf3a0-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf3a1-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf3a2-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf3a3-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf3a4-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf3a5-e0eb714e, #w-node-_3769ae90-785a-d716-1bf0-57ec50aaf3a6-e0eb714e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0629389-7d1a-b86a-8728-ea585b0a52ed-e0eb714e {
  grid-template-rows: auto auto auto;
  grid-template-columns: auto;
}

#w-node-_4d4c41e4-1b80-fcda-d51e-d444249f5702-e0eb714e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4d4c41e4-1b80-fcda-d51e-d444249f570a-e0eb714e, #w-node-c2f1eb06-c67c-35bb-2793-9585318d274c-e0eb714e {
  grid-template-rows: auto auto auto;
  grid-template-columns: auto;
}

#w-node-_778afddd-d429-dd69-db12-289c7e8f9075-e0eb7156, #w-node-_366f4f61-5339-8835-bc4c-8d880f2b7786-e0eb7156, #w-node-ba40c17e-ba6b-4742-73ce-7f39f1d04fd1-e0eb7156 {
  justify-self: start;
}

#w-node-fbd8e098-c382-c684-2bae-2eb31d6c0a41-75a694af {
  grid-template-rows: auto;
  grid-template-columns: 180px 1fr 180px;
}

#w-node-_1d9b4bfe-efca-1ac5-ea3b-8800f033a616-75a694af, #w-node-_5d16559c-0bdb-f388-d4c9-a904f0102157-75a694af, #w-node-e43130de-2b19-60b9-b5e0-2dff45af7d78-75a694af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af50517c-7d9d-3f14-f8ac-13bdf7eef6b4-75a694af {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-af50517c-7d9d-3f14-f8ac-13bdf7eef6b5-75a694af, #w-node-af50517c-7d9d-3f14-f8ac-13bdf7eef6bd-75a694af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37386664-8d74-c881-4ae5-ac6231f6b43b-31f6b431 {
  place-self: auto;
}

#w-node-dacfc9e3-cc96-8d0e-fe7e-759c191bfdb0-191bfdaa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-dacfc9e3-cc96-8d0e-fe7e-759c191bfdb1-191bfdaa, #w-node-dacfc9e3-cc96-8d0e-fe7e-759c191bfdbe-191bfdaa, #w-node-dacfc9e3-cc96-8d0e-fe7e-759c191bfdc1-191bfdaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f5ab6a1-48ef-64d9-d901-280b0d2d2852-f6aed20a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f177c743-07e9-5d96-ccde-4362cdf6d105-f6aed20a, #w-node-_6f5ab6a1-48ef-64d9-d901-280b0d2d2859-f6aed20a {
  grid-column: span 2 / span 2;
}

#w-node-_934d53ff-eed8-cd38-3de2-c4abdb101636-f6aed20a {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0e8c3984-bdf8-f4c1-deae-f3a8f0f3791e-f6aed20a, #w-node-_12a1d701-8a42-38e5-af16-ebf7ff4e8064-f6aed20a, #w-node-_4fde5af0-1e11-eecb-7e58-9e96d2853647-f6aed20a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9e63a19-2d78-b359-6abc-efe2f2a24b4b-f6aed20a {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-b5fd2c7b-67c4-528e-de10-c8c2777b35e3-f6aed20a, #w-node-_8703a5f5-400b-d3c0-d1d5-81b13f50acfb-f6aed20a, #w-node-cae5f686-370b-3842-3489-f99de7fab32d-f6aed20a, #w-node-_47c508dd-4f2e-4dcd-3a9d-7d68731f2491-f6aed20a, #w-node-a9fb2b21-86ec-adf6-f74e-729444c8fc61-f6aed20a, #w-node-_343a166b-4217-5ada-f850-6a232c473fea-f6aed20a, #w-node-ea397903-8c4c-254f-39c6-2f4deb4471ca-f6aed20a, #w-node-_35337955-5142-9f16-364f-cd8db067b2f4-f6aed20a, #w-node-_6bcd8d30-8ebe-60b8-2789-39e6843240c8-f6aed20a, #w-node-af32d84d-c2c4-6ed0-317c-7d2476e9f123-f6aed20a, #w-node-a39891a8-d5f9-50ef-36ea-cca9db0dd8aa-f6aed20a, #w-node-cb856115-f43b-baa4-ebae-d4bb678c6a78-f6aed20a, #w-node-fca792f3-c2f3-e84d-7927-86c75f05082a-f6aed20a, #w-node-_5ff3b51d-63e8-b35d-3b2e-8d974d31cefc-f6aed20a, #w-node-_466824cb-6e9d-096c-5d15-f10d77bc425c-f6aed20a, #w-node-_9817e0b7-cddf-ca46-a008-dd42683855ba-f6aed20a, #w-node-c5238c92-a496-11ec-3743-0a456a7bc23a-f6aed20a, #w-node-_9417ed05-25b4-974c-ff68-c23c1aec0175-f6aed20a, #w-node-_7e949ffb-7b11-a00d-04a1-148821c6ee43-f6aed20a, #w-node-_2487cd31-4c5d-ebe5-0878-fdad836e892b-f6aed20a, #w-node-_74e12432-205c-913b-b3ed-bf708fed433c-f6aed20a, #w-node-_934d53ff-eed8-cd38-3de2-c4abdb101637-f6aed20a, #w-node-_934d53ff-eed8-cd38-3de2-c4abdb101638-f6aed20a, #w-node-_3bf1bdd0-8b02-8f89-3985-e2390c8db41b-f6aed20a, #w-node-_2de89e7b-77e0-e665-0382-effb2a6c5294-f6aed20a, #w-node-fcadc407-ea24-fd7d-14f8-dfd1b17e4a28-f6aed20a, #w-node-a9bb0edb-654e-08fa-4b70-6252877b15f4-f6aed20a, #w-node-c6538910-8862-ee32-55ec-c36b86a73d57-f6aed20a, #w-node-_5b766466-5100-b140-c4a1-f4fe4c320567-f6aed20a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bbfc81b-39ad-4347-6677-f79c9cb8184c-f6aed20a {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-_66d2e30a-dc70-88dc-b9d5-d8b3bcbaea3d-f6aed20a {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-d5333388-dfde-adde-be1a-693e039f5099-f6aed20a {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-a8d74e5d-9488-bc93-00f6-7b1a926fd674-f6aed20a, #w-node-_8ff6052b-db17-ab14-b672-27db2c1947c0-f6aed20a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cf9669f-00c6-2b25-baaf-804d8368ba9f-f6aed20a {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_7ffc0dbb-25d7-5944-c198-584e28200c43-f6aed20a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01d2777b-4145-748f-4d9a-705d42a15f77-f6aed20a {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_676d2663-8a84-48e9-c42b-52612250a397-f6aed20a, #w-node-_14c6941b-61f7-a4af-fd5d-8985861f4827-f6aed20a, #w-node-_94d55e48-6404-7b28-c064-96afde2a3239-f6aed20a, #w-node-_744274b7-5390-7000-b6f3-8027fb34b6b9-f6aed20a, #w-node-_623767b5-fd13-aead-d743-342da578e631-f6aed20a, #w-node-cb54750d-6d59-295b-ea13-33bc182247c2-f6aed20a, #w-node-_316e8a61-c51e-f419-f6c9-3718efb0216e-f6aed20a, #w-node-cc28933d-7f2c-5bcb-1401-5a9aa0c54c23-f6aed20a, #w-node-_786ef70e-6a59-1663-0057-24b737b0aa5e-f6aed20a, #w-node-_884e2e6c-dcb6-9097-0629-9e86d3aa97a4-f6aed20a, #w-node-_4b051020-c9d6-abb6-6b58-faf43f0f671e-f6aed20a, #w-node-_6b040efa-0d84-918f-0f47-8c760585463e-f6aed20a, #w-node-bc37012e-708d-108d-ae4c-2894cc7223b1-f6aed20a, #w-node-aeeaf3cd-412a-77fe-dfd9-3883118653d2-f6aed20a, #w-node-ce092429-3562-1692-0ea2-544936e59205-f6aed20a, #w-node-_3689146c-e9f0-1e3b-3edf-b4a1427bfe4c-f6aed20a, #w-node-_7761addb-1b68-f923-0b0c-d5b990b86a4e-f6aed20a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d2-d97ab11f {
  grid-template-rows: auto;
  grid-template-columns: 180px 1fr 180px;
}

#w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d3-d97ab11f, #w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d4-d97ab11f, #w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d8-d97ab11f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c06cdbe5-d62a-9374-db8e-1c5f7dfb3469-d97ab11f, #w-node-c06cdbe5-d62a-9374-db8e-1c5f7dfb347b-d97ab11f, #w-node-c06cdbe5-d62a-9374-db8e-1c5f7dfb348d-d97ab11f {
  grid-template-rows: auto auto auto;
  grid-template-columns: auto;
}

@media screen and (max-width: 991px) {
  #w-node-fbd8e098-c382-c684-2bae-2eb31d6c0a41-e0eb703d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1d9b4bfe-efca-1ac5-ea3b-8800f033a616-e0eb703d, #w-node-_5d16559c-0bdb-f388-d4c9-a904f0102157-e0eb703d, #w-node-e43130de-2b19-60b9-b5e0-2dff45af7d78-e0eb703d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-af50517c-7d9d-3f14-f8ac-13bdf7eef6b4-e0eb703d {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e316272188-1627215c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e31627218a-1627215c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_10e6ca01-5d53-73a8-58ca-ab60091f5bca-1627215c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fae69c0f-be57-49b7-d6a8-3c1c9ee088f9-9ee088f3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fae69c0f-be57-49b7-d6a8-3c1c9ee088fa-9ee088f3, #w-node-fae69c0f-be57-49b7-d6a8-3c1c9ee08907-9ee088f3, #w-node-fae69c0f-be57-49b7-d6a8-3c1c9ee0890a-9ee088f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df1719c2-955d-242f-b2f0-ece36bc05243-e0eb709c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-df1719c2-955d-242f-b2f0-ece36bc05244-e0eb709c, #w-node-df1719c2-955d-242f-b2f0-ece36bc05247-e0eb709c, #w-node-df1719c2-955d-242f-b2f0-ece36bc0524c-e0eb709c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df1719c2-955d-242f-b2f0-ece36bc05243-e0eb709e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-df1719c2-955d-242f-b2f0-ece36bc05247-e0eb709e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6f5ab6a1-48ef-64d9-d901-280b0d2d2852-e0eb709f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6f5ab6a1-48ef-64d9-d901-280b0d2d2853-e0eb709f, #w-node-_6f5ab6a1-48ef-64d9-d901-280b0d2d2859-e0eb709f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-de620749-8969-9f9d-4bcd-42ca9a1e7be7-e0eb70b7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-de620749-8969-9f9d-4bcd-42ca9a1e7be8-e0eb70b7, #w-node-de620749-8969-9f9d-4bcd-42ca9a1e7bef-e0eb70b7, #w-node-de620749-8969-9f9d-4bcd-42ca9a1e7bf6-e0eb70b7, #w-node-de620749-8969-9f9d-4bcd-42ca9a1e7bfd-e0eb70b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_85b8d211-3670-8e95-1168-1b9ca2063e53-e0eb70b7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_85b8d211-3670-8e95-1168-1b9ca2063e54-e0eb70b7, #w-node-_85b8d211-3670-8e95-1168-1b9ca2063e57-e0eb70b7, #w-node-_85b8d211-3670-8e95-1168-1b9ca2063e5d-e0eb70b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_23fc094f-8c25-4496-b95d-e2245aefa179-e0eb7109 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_23fc094f-8c25-4496-b95d-e2245aefa17a-e0eb7109, #w-node-_23fc094f-8c25-4496-b95d-e2245aefa17d-e0eb7109, #w-node-_23fc094f-8c25-4496-b95d-e2245aefa182-e0eb7109 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27e1ebb9-6f46-4aec-bbeb-bf2901e6f182-e0eb7109 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_27e1ebb9-6f46-4aec-bbeb-bf2901e6f183-e0eb7109, #w-node-_27e1ebb9-6f46-4aec-bbeb-bf2901e6f186-e0eb7109, #w-node-_27e1ebb9-6f46-4aec-bbeb-bf2901e6f18a-e0eb7109 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c46c041d-6af9-0fbb-58c7-1272308225c7-e0eb7109 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c46c041d-6af9-0fbb-58c7-1272308225c8-e0eb7109, #w-node-c46c041d-6af9-0fbb-58c7-1272308225cb-e0eb7109, #w-node-c46c041d-6af9-0fbb-58c7-1272308225d0-e0eb7109 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d5b688a9-390c-f8db-cfe7-9df737132aac-e0eb7109 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d5b688a9-390c-f8db-cfe7-9df737132aad-e0eb7109, #w-node-d5b688a9-390c-f8db-cfe7-9df737132ab0-e0eb7109, #w-node-d5b688a9-390c-f8db-cfe7-9df737132ab6-e0eb7109 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c5a19415-3101-ff88-b119-34a10c4b6a34-e0eb7109 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c5a19415-3101-ff88-b119-34a10c4b6a35-e0eb7109 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d6996b7-3bfd-a5f7-c420-93ad85c0c5be-e0eb7109 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5d6996b7-3bfd-a5f7-c420-93ad85c0c5c9-e0eb7109, #w-node-_5d6996b7-3bfd-a5f7-c420-93ad85c0c5ca-e0eb7109 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_33610e56-8aa1-ac38-a62f-20e1c9e9589a-e0eb710e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_33610e56-8aa1-ac38-a62f-20e1c9e9589b-e0eb710e, #w-node-_33610e56-8aa1-ac38-a62f-20e1c9e9589e-e0eb710e, #w-node-_33610e56-8aa1-ac38-a62f-20e1c9e958a2-e0eb710e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_725a5af1-ce60-9707-1100-04510b043f1b-e0eb710e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_725a5af1-ce60-9707-1100-04510b043f1c-e0eb710e, #w-node-_725a5af1-ce60-9707-1100-04510b043f22-e0eb710e, #w-node-_725a5af1-ce60-9707-1100-04510b043f28-e0eb710e, #w-node-_725a5af1-ce60-9707-1100-04510b043f2e-e0eb710e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_23a7a3a4-9704-29dc-2166-d9b28c321fa1-e0eb710e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c3940fa7-e8fc-e694-0ba4-97f59ab135b0-e0eb710e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b1cad07f-f0ad-d40b-c552-e5a845b3bdf4-e0eb710e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c2eae78d-fe97-aee2-f533-ee7360704ab5-e0eb710e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fbd8e098-c382-c684-2bae-2eb31d6c0a41-e0eb7125 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1d9b4bfe-efca-1ac5-ea3b-8800f033a616-e0eb7125, #w-node-_5d16559c-0bdb-f388-d4c9-a904f0102157-e0eb7125, #w-node-e43130de-2b19-60b9-b5e0-2dff45af7d78-e0eb7125 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_725a5af1-ce60-9707-1100-04510b043f1b-e0eb7125 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_725a5af1-ce60-9707-1100-04510b043f1c-e0eb7125, #w-node-_725a5af1-ce60-9707-1100-04510b043f22-e0eb7125, #w-node-_725a5af1-ce60-9707-1100-04510b043f28-e0eb7125, #w-node-_725a5af1-ce60-9707-1100-04510b043f2e-e0eb7125 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7dae65e9-41b5-0f1d-4468-924fadf839e4-e0eb7125 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7dae65e9-41b5-0f1d-4468-924fadf839e5-e0eb7125, #w-node-_7dae65e9-41b5-0f1d-4468-924fadf839e8-e0eb7125, #w-node-_7dae65e9-41b5-0f1d-4468-924fadf839ee-e0eb7125 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4fac74a3-1ba7-5f8e-d127-424149725cc5-e0eb712a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4fac74a3-1ba7-5f8e-d127-424149725cc6-e0eb712a, #w-node-_4fac74a3-1ba7-5f8e-d127-424149725cc9-e0eb712a, #w-node-_4fac74a3-1ba7-5f8e-d127-424149725ccf-e0eb712a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f802661b-09cd-d458-316c-880fbcedb2c1-e0eb712a {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
  }

  #w-node-_3993649e-7305-4b8f-072e-006ebb1ceb60-e0eb713e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3993649e-7305-4b8f-072e-006ebb1ceb61-e0eb713e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_67c6f75b-5d7e-8229-89ef-32e016fc4ab3-e0eb713e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_67c6f75b-5d7e-8229-89ef-32e016fc4ab4-e0eb713e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_69708da4-ced7-6323-c1a6-e0f8851a6a37-e0eb713e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_69708da4-ced7-6323-c1a6-e0f8851a6a38-e0eb713e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f1ebc093-acff-67d5-23f3-84d12c0794b2-e0eb713e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f1ebc093-acff-67d5-23f3-84d12c0794b3-e0eb713e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f53d9019-4105-7b5d-ec48-9755b96ea723-e0eb7140, #w-node-_76572a23-05e4-b65a-253a-ea4c4c303509-e0eb7140 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_76572a23-05e4-b65a-253a-ea4c4c30350d-e0eb7140 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a146ac8-ee21-ccdf-8358-f3e87e658c94-e0eb7140, #w-node-_4a146ac8-ee21-ccdf-8358-f3e87e658c9c-e0eb7140 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4a146ac8-ee21-ccdf-8358-f3e87e658ca0-e0eb7140 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_28e9f837-87ce-ae36-4295-0ea70627bf04-e0eb7140, #w-node-_28e9f837-87ce-ae36-4295-0ea70627bf0c-e0eb7140 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_28e9f837-87ce-ae36-4295-0ea70627bf10-e0eb7140 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_89671703-416d-9c70-5ccf-1f5172c34461-e0eb7140, #w-node-_89671703-416d-9c70-5ccf-1f5172c34469-e0eb7140 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_89671703-416d-9c70-5ccf-1f5172c3446d-e0eb7140 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d2-e0eb7142 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d3-e0eb7142, #w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d4-e0eb7142, #w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d8-e0eb7142 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c06cdbe5-d62a-9374-db8e-1c5f7dfb3469-e0eb7142 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c06cdbe5-d62a-9374-db8e-1c5f7dfb346d-e0eb7142 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c06cdbe5-d62a-9374-db8e-1c5f7dfb347b-e0eb7142 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c06cdbe5-d62a-9374-db8e-1c5f7dfb347f-e0eb7142 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c06cdbe5-d62a-9374-db8e-1c5f7dfb348d-e0eb7142 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c06cdbe5-d62a-9374-db8e-1c5f7dfb3491-e0eb7142 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d2-e0eb7143 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d3-e0eb7143, #w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d4-e0eb7143, #w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d8-e0eb7143 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d0629389-7d1a-b86a-8728-ea585b0a52ed-e0eb714e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d0629389-7d1a-b86a-8728-ea585b0a52f1-e0eb714e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d4c41e4-1b80-fcda-d51e-d444249f5702-e0eb714e, #w-node-_4d4c41e4-1b80-fcda-d51e-d444249f570a-e0eb714e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4d4c41e4-1b80-fcda-d51e-d444249f570e-e0eb714e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2f1eb06-c67c-35bb-2793-9585318d274c-e0eb714e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c2f1eb06-c67c-35bb-2793-9585318d2750-e0eb714e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fbd8e098-c382-c684-2bae-2eb31d6c0a41-75a694af {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1d9b4bfe-efca-1ac5-ea3b-8800f033a616-75a694af, #w-node-_5d16559c-0bdb-f388-d4c9-a904f0102157-75a694af, #w-node-e43130de-2b19-60b9-b5e0-2dff45af7d78-75a694af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-af50517c-7d9d-3f14-f8ac-13bdf7eef6b4-75a694af {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
  }

  #w-node-_2fea2263-2725-32a6-83c7-a83f1ca4a8ab-1ca4a8a8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2fea2263-2725-32a6-83c7-a83f1ca4a8ae-1ca4a8a8 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_2fea2263-2725-32a6-83c7-a83f1ca4a8b6-1ca4a8a8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dacfc9e3-cc96-8d0e-fe7e-759c191bfdb0-191bfdaa {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-dacfc9e3-cc96-8d0e-fe7e-759c191bfdb1-191bfdaa, #w-node-dacfc9e3-cc96-8d0e-fe7e-759c191bfdbe-191bfdaa, #w-node-dacfc9e3-cc96-8d0e-fe7e-759c191bfdc1-191bfdaa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6f5ab6a1-48ef-64d9-d901-280b0d2d2852-f6aed20a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6f5ab6a1-48ef-64d9-d901-280b0d2d2853-f6aed20a, #w-node-_6f5ab6a1-48ef-64d9-d901-280b0d2d2859-f6aed20a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d2-d97ab11f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d3-d97ab11f, #w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d4-d97ab11f, #w-node-b45443b5-e3ab-06f1-d2d1-cd21f87e89d8-d97ab11f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c06cdbe5-d62a-9374-db8e-1c5f7dfb3469-d97ab11f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c06cdbe5-d62a-9374-db8e-1c5f7dfb346d-d97ab11f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c06cdbe5-d62a-9374-db8e-1c5f7dfb347b-d97ab11f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c06cdbe5-d62a-9374-db8e-1c5f7dfb347f-d97ab11f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c06cdbe5-d62a-9374-db8e-1c5f7dfb348d-d97ab11f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c06cdbe5-d62a-9374-db8e-1c5f7dfb3491-d97ab11f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-af50517c-7d9d-3f14-f8ac-13bdf7eef6b4-e0eb703d {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_4daec34f-e905-9e7c-f233-50db546a5a1b-546a5a16 {
    justify-self: center;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e316272188-1627215c {
    grid-column-start: 1;
  }

  #w-node-ce996563-1494-8035-fde6-bbea9ff95916-9ff9590f, #w-node-ce996563-1494-8035-fde6-bbea9ff9591d-9ff9590f, #w-node-ce996563-1494-8035-fde6-bbea9ff95926-9ff9590f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_42712cec-e86a-80cf-7dfe-c2de64d06673-e0eb709c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bd6c90b2-dc56-c221-fd56-5b76e387353b-e0eb70dd {
    order: -9999;
  }

  #w-node-aa6f5a67-4b59-2ae5-e841-e447ab49042c-e0eb70dd, #w-node-aa6f5a67-4b59-2ae5-e841-e447ab490431-e0eb70dd, #w-node-aa6f5a67-4b59-2ae5-e841-e447ab490436-e0eb70dd, #w-node-_0e861b85-7d15-0a20-9c3a-42a63d0fa990-e0eb70dd, #w-node-_0e861b85-7d15-0a20-9c3a-42a63d0fa999-e0eb70dd, #w-node-_0e861b85-7d15-0a20-9c3a-42a63d0fa9a2-e0eb70dd, #w-node-ee15703b-bf6e-2d80-2186-13a06b713960-e0eb70dd, #w-node-ee15703b-bf6e-2d80-2186-13a06b713965-e0eb70dd, #w-node-_2a31ee8c-ce7f-9dc9-6c1d-d3a1df05d526-e0eb70e0, #w-node-_95660e29-bc1a-bff3-661c-6812f3314b02-e0eb70e0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_28c707cd-902a-e9a2-5170-ac4a6f68d13a-e0eb7109 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_28c707cd-902a-e9a2-5170-ac4a6f68d143-e0eb7109 {
    order: -9999;
  }

  #w-node-f802661b-09cd-d458-316c-880fbcedb2c1-e0eb712a {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-bcd218df-1789-051c-d806-a06838314ba6-e0eb712a, #w-node-bcd218df-1789-051c-d806-a06838314bad-e0eb712a, #w-node-bcd218df-1789-051c-d806-a06838314bb4-e0eb712a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e0a49ff3-a282-a61e-40e3-66bb3ad360da-e0eb712a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e0a49ff3-a282-a61e-40e3-66bb3ad360e3-e0eb712a {
    order: -9999;
  }

  #w-node-af50517c-7d9d-3f14-f8ac-13bdf7eef6b4-75a694af {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_2fea2263-2725-32a6-83c7-a83f1ca4a8ab-1ca4a8a8 {
    grid-column-start: 1;
  }

  #w-node-a24929b5-1868-713f-d917-3704e386ecc5-e386ecbe, #w-node-a24929b5-1868-713f-d917-3704e386eccc-e386ecbe, #w-node-a24929b5-1868-713f-d917-3704e386ecd5-e386ecbe, #w-node-_2a31ee8c-ce7f-9dc9-6c1d-d3a1df05d526-2909c346, #w-node-_95660e29-bc1a-bff3-661c-6812f3314b02-2909c346 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_47dc8845-baf2-21df-35e9-95e316272188-1627215c, #w-node-_47dc8845-baf2-21df-35e9-95e31627218a-1627215c, #w-node-_10e6ca01-5d53-73a8-58ca-ab60091f5bca-1627215c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6f5ab6a1-48ef-64d9-d901-280b0d2d2852-e0eb709f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f177c743-07e9-5d96-ccde-4362cdf6d105-e0eb709f {
    grid-column: span 1 / span 1;
  }

  #w-node-de620749-8969-9f9d-4bcd-42ca9a1e7be7-e0eb70b7, #w-node-_5d6996b7-3bfd-a5f7-c420-93ad85c0c5be-e0eb7109 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5d6996b7-3bfd-a5f7-c420-93ad85c0c5bf-e0eb7109 {
    grid-column: span 1 / span 1;
  }

  #w-node-_53ed10cd-01f6-4f35-9d14-04b952ed388f-e0eb7109 {
    order: -9999;
  }

  #w-node-_6f5e6e24-dded-8933-51e1-56ed7d99a947-e0eb710e, #w-node-_725a5af1-ce60-9707-1100-04510b043f1b-e0eb710e, #w-node-_725a5af1-ce60-9707-1100-04510b043f1b-e0eb7125, #w-node-_6f5e6e24-dded-8933-51e1-56ed7d99a947-e0eb7125, #w-node-_5fe63e9b-b36f-fd0a-f9ba-883a03725448-e0eb712a, #w-node-_54ec46e7-cd51-b089-38dd-b41b13b144b3-e0eb712a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_05525079-2724-7e59-870a-49044c08ff95-e0eb714a, #w-node-_89e10046-bac6-6e70-5e21-57853ffc9a68-e0eb714a, #w-node-_6eaa0744-b92b-0444-9da9-e3b618a53d47-e0eb714a, #w-node-_90123d71-aa69-8d76-6cd7-ff4a49ea1c6b-e0eb714a {
    order: -9999;
  }

  #w-node-_2fea2263-2725-32a6-83c7-a83f1ca4a8ab-1ca4a8a8, #w-node-_2fea2263-2725-32a6-83c7-a83f1ca4a8ae-1ca4a8a8, #w-node-_2fea2263-2725-32a6-83c7-a83f1ca4a8b6-1ca4a8a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6f5ab6a1-48ef-64d9-d901-280b0d2d2852-f6aed20a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f177c743-07e9-5d96-ccde-4362cdf6d105-f6aed20a {
    grid-column: span 1 / span 1;
  }

  #w-node-_05525079-2724-7e59-870a-49044c08ff95-c07e4cee, #w-node-_89e10046-bac6-6e70-5e21-57853ffc9a68-c07e4cee, #w-node-_6eaa0744-b92b-0444-9da9-e3b618a53d47-c07e4cee, #w-node-_90123d71-aa69-8d76-6cd7-ff4a49ea1c6b-c07e4cee {
    order: -9999;
  }
}


@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler ultra';
  src: url('../fonts/Butler_Ultra_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Branch Updated';
  src: url('../fonts/Branch-Updated.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}