:root {
  --neutral-7: #f4f9ff;
  --neutral-0: #22232c;
  --neutral-3: #05008f;
  --primary: #2720ff;
  --neutral-1: #010029;
  --neutral-8: #e3ecf4;
  --neutral-6: #e1faed;
  --shade-6\<deleted\|variable-277ba7fb\>: white;
  --support-4\<deleted\|variable-51533d8c\>: #3772ff;
  --neutral-2: #030052;
  --neutral-4: #0700cc;
  --neutral-5: #9ce5c7;
  --shade-2: #41424c;
  --shade-3: #aaa;
  --shade-4: #d1d1d1;
  --support-1\<deleted\|variable-f5f10f2e\>: #ffc736;
  --support-3\<deleted\|variable-e4d7507f\>: #c5283d;
  --support-2\<deleted\|variable-d6978ac1\>: #e8eef6;
  --error\<deleted\|variable-10a9e587\>: #ffcfcc;
  --support-6\<deleted\|variable-be5075b8\>: #e3fcda;
  --warning\<deleted\|variable-6af85e4c\>: #fec;
  --white: white;
  --colour-5: #de4c43;
  --colour-3: #1b99e2;
  --colour-3-muted: #1b99e226;
  --colour-4: #ffdc61;
  --colour-4-muted: #ffdc6126;
  --colour-5-muted: #de4c4333;
  --secondary: #9ce5c7;
}

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

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -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-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-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--neutral-7);
  color: var(--neutral-0);
  letter-spacing: .01em;
  font-family: Marcellus, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 3.8em;
  font-weight: 500;
  line-height: 1.05;
}

h2 {
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 2.7em;
  font-weight: 600;
  line-height: 1.18;
}

h3 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.65em;
  font-weight: 700;
  line-height: 1.25;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.15em;
  line-height: 20px;
}

h6 {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: .95em;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: .75em;
  font-size: 1.35em;
  line-height: 1.45;
}

a {
  color: var(--neutral-3);
}

a:hover {
  color: var(--primary);
}

ul {
  margin-top: 0;
  margin-bottom: 1.6em;
  padding-left: 1.5em;
}

ol {
  margin-top: 0;
  margin-bottom: 1.8em;
  padding-left: 2.5em;
}

li {
  margin-bottom: .6em;
  font-size: 1.35em;
}

label {
  color: var(--neutral-1);
  letter-spacing: .01em;
  margin-bottom: .75em;
  font-size: 1.05em;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

blockquote {
  border-left: 6px solid var(--primary);
  background-color: var(--neutral-8);
  letter-spacing: .02em;
  width: 100%;
  max-width: 30em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: .8em 1.4em;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4;
}

.style__nav {
  background-color: var(--neutral-3);
  flex-direction: column;
  align-items: stretch;
  width: 20em;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.style__brand {
  float: none;
  padding: 2.5em 2em;
  display: block;
}

.style__menu {
  float: none;
  text-align: left;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.style__link {
  color: var(--neutral-7);
  margin-left: 0;
  margin-right: 0;
  padding: 1em 1.5em;
  font-size: 1.2em;
  display: block;
}

.style__link:hover {
  background-color: var(--primary);
  color: var(--neutral-1);
}

.style__link.w--current {
  background-color: var(--neutral-1);
  color: var(--primary);
  font-weight: 700;
}

.style__body {
  padding-left: 20em;
}

.style__section {
  padding-top: 6em;
  padding-left: 3em;
  padding-right: 3em;
}

.style__section.top {
  background-color: var(--neutral-1);
  color: var(--shade-6\<deleted\|variable-277ba7fb\>);
  padding-top: 8em;
  padding-bottom: 2em;
  position: relative;
}

.style__section.mid {
  background-color: var(--support-4\<deleted\|variable-51533d8c\>);
  color: #fff;
  margin-top: 6em;
  padding-bottom: 2em;
}

.style__header {
  z-index: 2;
  max-width: 550px;
  padding-bottom: 10px;
  position: relative;
}

.fcd {
  height: 2.8em;
}

.style__split {
  opacity: .2;
  background-color: #000;
  height: 1px;
  margin-top: 6em;
  margin-bottom: 0;
}

.style__swatch-box {
  flex-wrap: wrap;
  margin-top: 40px;
  display: flex;
}

.style__swatch {
  background-color: var(--neutral-1);
  border: 1px solid #0000001a;
  flex: 1;
  min-width: 160px;
  height: 8em;
  margin-bottom: 1.25em;
  margin-right: 1.25em;
  position: relative;
}

.style__swatch.swatch-2 {
  background-color: var(--neutral-2);
}

.style__swatch.swatch-3 {
  background-color: var(--neutral-3);
}

.style__swatch.swatch-4 {
  background-color: var(--neutral-4);
}

.style__swatch.swatch-5 {
  background-color: var(--primary);
}

.style__swatch.swatch-6 {
  background-color: var(--neutral-5);
}

.style__swatch.shades-1 {
  background-color: var(--neutral-0);
}

.style__swatch.shades-2 {
  background-color: var(--shade-2);
}

.style__swatch.shades-3 {
  background-color: var(--shade-3);
}

.style__swatch.shades-4 {
  background-color: var(--shade-4);
}

.style__swatch.shades-5 {
  background-color: var(--neutral-7);
}

.style__swatch.shades-6 {
  background-color: var(--shade-6\<deleted\|variable-277ba7fb\>);
}

.style__swatch.swatch-7 {
  background-color: var(--neutral-6);
}

.style__swatch.support-1 {
  background-color: var(--support-1\<deleted\|variable-f5f10f2e\>);
}

.style__swatch.support-5 {
  background-color: var(--support-4\<deleted\|variable-51533d8c\>);
}

.style__swatch.support-3 {
  background-color: var(--support-3\<deleted\|variable-e4d7507f\>);
}

.style__swatch.support-2 {
  background-color: var(--support-2\<deleted\|variable-d6978ac1\>);
}

.style__swatch.support-4 {
  background-color: var(--error\<deleted\|variable-10a9e587\>);
}

.style__swatch.support-6 {
  background-color: var(--support-6\<deleted\|variable-be5075b8\>);
}

.style__swatch.support-7 {
  background-color: var(--warning\<deleted\|variable-6af85e4c\>);
}

.style__tag-head {
  text-transform: uppercase;
  flex: 0 100%;
  margin-bottom: .7em;
  font-size: .85em;
  font-weight: 500;
  line-height: 1.2;
}

.style__parent {
  margin-top: 40px;
}

.h1 {
  line-height: 1;
}

.h1._2xl {
  font-size: 5em;
  line-height: 1.05;
}

.h1.xl {
  margin-bottom: .3em;
  font-size: 4.1em;
  line-height: 1;
}

.h1.l {
  font-size: 3.6em;
}

.h1.l._0-15-margin {
  margin-bottom: .15em;
}

.pl {
  font-size: 1.45em;
  line-height: 1.4;
}

.ps {
  font-size: 1.25em;
  line-height: 1.4;
}

.ps.more-margin {
  margin-bottom: 2.5em;
}

.ps.tighter {
  line-height: 1.25;
}

.style__primary-indicator {
  background-color: var(--support-1\<deleted\|variable-f5f10f2e\>);
  border-radius: 100px;
  width: 22px;
  height: 22px;
  position: absolute;
  inset: -10px -10px auto auto;
}

.style__section-head {
  color: var(--neutral-1);
  font-size: 28px;
  font-weight: 800;
}

.notice {
  background-color: var(--warning\<deleted\|variable-6af85e4c\>);
  border: 1px solid #00000026;
  border-radius: 10px;
  align-items: center;
  padding: 16px 20px;
  font-size: 14px;
  line-height: 18px;
  display: flex;
}

.notice.success {
  background-color: var(--support-6\<deleted\|variable-be5075b8\>);
}

.notice.error {
  background-color: var(--error\<deleted\|variable-10a9e587\>);
}

.style__menu-split {
  background-color: #0000001a;
  height: 1px;
  margin: 20px;
}

.contact__link {
  letter-spacing: -.03em;
  align-items: center;
  margin-right: 30px;
  font-size: 1.4em;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.contact__link:hover {
  color: var(--support-4\<deleted\|variable-51533d8c\>);
}

.contact__icon {
  align-items: center;
  width: 30px;
  margin-right: .3em;
  display: flex;
}

.contact__holder {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 45px;
  display: flex;
}

.master-button {
  background-color: var(--primary);
  color: var(--neutral-7);
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin: .5em;
  padding: 1.2em 1.8em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
}

.master-button:hover {
  filter: brightness(110%);
  color: var(--neutral-7);
}

.master-button.secondary-btn {
  background-color: var(--neutral-3);
  color: var(--neutral-7);
}

.master-button.secondary-btn.nav-btn.w--open {
  z-index: 9902;
}

.master-button.black-button {
  background-color: var(--neutral-1);
  color: var(--shade-6\<deleted\|variable-277ba7fb\>);
}

.master-button.black-button:hover {
  background-color: var(--neutral-2);
  filter: none;
  color: var(--shade-6\<deleted\|variable-277ba7fb\>);
}

.master-button.black-button.nav-btn {
  flex: none;
  padding: 1.1em 1.7em;
  font-size: 1em;
}

.master-button.support-btn-1 {
  background-color: var(--neutral-8);
  color: var(--neutral-0);
}

.master-button.support-btn-2 {
  background-color: var(--white);
  color: var(--neutral-0);
}

.master-button.support-btn-2:hover {
  background-color: var(--neutral-7);
  filter: none;
}

.master-button.support-btn-3 {
  background-color: var(--neutral-4);
}

.master-button.support-btn-4 {
  background-color: var(--neutral-6);
  color: var(--neutral-3);
}

.master-button.outlined-1 {
  border-color: var(--neutral-3);
  color: var(--neutral-3);
  background-color: #0000;
}

.master-button.outlined-1:hover {
  background-color: var(--neutral-6);
}

.master-button.submit {
  margin-bottom: 0;
  margin-left: 0;
}

.master-button.form-submit {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3em;
}

.master-button.white-button {
  background-color: var(--shade-6\<deleted\|variable-277ba7fb\>);
  color: var(--neutral-1);
  justify-content: center;
}

.master-button.white-button:hover {
  border-color: var(--neutral-3);
  background-color: var(--neutral-8);
  filter: none;
  color: var(--neutral-3);
}

.master-button.grey-button {
  background-color: var(--support-2\<deleted\|variable-d6978ac1\>);
  color: var(--neutral-1);
}

.master-button.grey-button:hover {
  border-color: var(--neutral-1);
}

.master-button.white-transparent-button {
  background-color: #ffffff1a;
}

.master-button.outlined-white {
  border-color: var(--shade-6\<deleted\|variable-277ba7fb\>);
  color: var(--shade-6\<deleted\|variable-277ba7fb\>);
  background-color: #0000;
}

.master-button.outlined-white:hover {
  background-color: #ffffff1a;
}

.master-button.nav-btn {
  margin-left: .3em;
  margin-right: .3em;
  padding: 1em 1.3em .9em;
  font-size: 1.1em;
}

.master-button.transparent-button {
  color: var(--neutral-3);
  background-color: #fff0;
  margin-left: 0;
  margin-right: 0;
}

.master-button.transparent-button:hover {
  background-color: var(--neutral-8);
  filter: none;
}

.master-button.cart {
  margin-top: 0;
  margin-bottom: 0;
}

.master-button.transparent-button-footer {
  color: var(--neutral-0);
  background-color: #fff0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1em;
  padding-right: 1em;
}

.master-button.transparent-button-footer:hover {
  background-color: var(--shade-2);
  filter: none;
  color: var(--neutral-6);
}

.master-button.small-btn {
  padding: .9em 1.2em;
  font-size: .95em;
}

.field {
  border: 1px solid var(--neutral-5);
  background-color: var(--neutral-6);
  min-height: 60px;
  margin-bottom: 20px;
  padding: 16px 18px;
}

.field:focus {
  color: var(--neutral-3);
}

.field::placeholder {
  color: var(--neutral-4);
}

.field.area {
  min-height: 180px;
}

.notice__icon {
  align-items: center;
  width: 20px;
  margin-right: 6px;
  display: flex;
}

.global-section {
  width: 100%;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.global-section.style__global-section {
  border: 2px dotted var(--shade-4);
}

.global-section.quote-section {
  z-index: -2;
  background-color: var(--support-1\<deleted\|variable-f5f10f2e\>);
}

.global-section.no-pad-top {
  padding-top: 0;
}

.global-section.no-pad-top.dark {
  background-color: var(--neutral-1);
}

.global-section.no-pad-bottom {
  padding-bottom: 0;
}

.global-section.white {
  background-color: var(--shade-6\<deleted\|variable-277ba7fb\>);
}

.global-section.neutral-4-section {
  background-color: var(--neutral-4);
  color: var(--neutral-7);
}

.global-section.light-green-section {
  background-color: var(--neutral-6);
}

.global-section.light-green-section.no-pad-top.no-pad-bottom {
  padding-bottom: 1px;
}

.global-section.neutral-8-section {
  background-color: var(--neutral-8);
}

.global-section.neutral-3-section {
  background-color: var(--neutral-3);
  color: var(--neutral-7);
}

.global-section.neutral-3-section.half-top-no-bottom {
  padding-bottom: 1px;
}

.global-section.neutral-5-section {
  background-color: var(--neutral-6);
}

.global-section.half-pad-top {
  padding-top: 4em;
}

.global-section.half-pad-top.dark {
  background-color: var(--neutral-1);
}

.global-section.anchor-padding {
  padding-top: 12em;
  padding-bottom: 0;
}

.global-section.half-top-no-bottom {
  padding-top: 4em;
  padding-bottom: 0;
}

.global-section.primary-section {
  background-color: var(--primary);
  color: var(--neutral-7);
}

.global-section.negative-pad-top {
  z-index: 2;
  margin-top: -5.5em;
  padding-top: 0;
}

.global-section.negative-pad-top.dark {
  background-color: var(--neutral-1);
}

.global-section.half-bottom-no-top {
  padding-top: 0;
  padding-bottom: 4em;
}

.global-section.dbl-negative-pad-top {
  z-index: 2;
  margin-top: -9em;
  padding-top: 0;
}

.global-section.dbl-negative-pad-top.dark {
  background-color: var(--neutral-1);
}

.global-section.custom-form-section {
  display: none;
}

.global-section.custom-form-section.show {
  display: block;
}

.global-div {
  background-color: #ddd0;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
}

.global-div.style__global-div {
  border: 2px dotted var(--shade-4);
  align-items: center;
  min-height: 60px;
  margin-left: 0;
  display: flex;
}

.global-div.centre-div {
  text-align: center;
}

.global-div.flex-div {
  display: flex;
}

.global-div.centre-div {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.global-div.hero-flex {
  display: flex;
}

.global-div.hero-flex.blog-hero {
  justify-content: space-between;
  align-items: flex-end;
}

.global-div.service-update__text {
  color: var(--neutral-3);
  align-items: center;
  padding: 1.25em 2.25em;
  font-size: 1.2em;
  line-height: 1.3;
  display: flex;
}

.navbar {
  z-index: 999;
  background-color: var(--neutral-7);
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.style__nav-element {
  box-shadow: 0 1px 12px -2px #0003;
}

.nav__links {
  float: left;
  flex-direction: row;
  align-items: center;
  padding-left: 1.25em;
  padding-right: .65em;
  font-size: 1.1em;
  display: flex;
}

.nav__logo {
  font-size: 1.75em;
  display: block;
}

.nav__logo.larger {
  font-size: 2.25em;
}

.nav__brand-link {
  z-index: 999;
  float: none;
  color: var(--neutral-0);
  display: block;
}

.nav__brand-link:hover {
  color: var(--neutral-0);
}

.nav__brand-link.footer {
  color: var(--neutral-7);
  font-size: 1.5em;
}

.nav__brand-link.footer:hover {
  color: var(--primary);
}

.service-update {
  z-index: 999999;
  background-color: var(--primary);
  color: var(--neutral-3);
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.banner__icon {
  height: 1.5em;
  margin-right: 1em;
}

.service-update__link {
  text-decoration: underline;
}

.service-update__link:hover {
  color: var(--white);
}

.link-block {
  background-image: url('../images/close-button.svg');
  background-position: 50%;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-left: auto;
}

.hero {
  align-items: flex-end;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.hero.centered {
  text-align: center;
  justify-content: center;
}

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

.hero.max-width-1600 {
  max-width: 1600px;
}

.hero_headings-holder {
  z-index: 2;
  flex: 0 50%;
  padding-right: 3em;
  position: relative;
}

.hero_headings-holder.without-image {
  flex-basis: 60%;
  padding-bottom: 1em;
  padding-right: 0;
}

.hero_headings-holder.blog_hero-right {
  flex-shrink: 0;
  flex-basis: 28em;
  padding-left: 3em;
  padding-right: 0;
}

.hero_headings-holder.events_right {
  flex-shrink: 0;
  flex-basis: 36em;
  padding-left: 3em;
  padding-right: 0;
}

.hero_headings-holder.right {
  padding-left: 3em;
  padding-right: 0;
}

.hero__heading {
  color: var(--neutral-0);
  letter-spacing: -.01em;
  margin-bottom: .4em;
  font-size: 3.9em;
  font-weight: 400;
  line-height: 1.1;
}

.hero__heading.xl {
  font-size: 4.6em;
}

.hero__subheading {
  margin-bottom: 0;
  font-size: 1.82em;
  font-weight: 400;
  line-height: 1.3;
}

.hero__contact-hold {
  z-index: 2;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  display: flex;
  position: relative;
}

.home__services-parent {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -1em;
  margin-right: -1em;
  display: grid;
}

.home__services-parent.hide {
  display: none;
}

.home__services-div {
  background-color: var(--neutral-6);
  text-align: center;
  border-radius: 1.5em;
  flex-direction: column;
  flex: 33.3333%;
  align-items: center;
  padding: 3em 2.25em 2em;
  display: flex;
}

.services-flex__icon {
  width: 5em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
}

.home_about-grid {
  z-index: 1;
  grid-column-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.home_about-grid.home__quote {
  align-items: center;
}

.about-image {
  z-index: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: -4em;
  position: absolute;
  inset: 0%;
}

.home__about-info {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  padding-right: 6em;
  display: flex;
  position: relative;
}

.about__h2 {
  color: var(--support-4\<deleted\|variable-51533d8c\>);
  margin-bottom: .1em;
  font-size: 3.25em;
  font-weight: 800;
  line-height: 1.1;
}

.about__h2.black {
  color: var(--neutral-1);
}

.about__h2.blog__cta-heading {
  font-size: 2em;
  line-height: 1.1;
}

.about-text-parent {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.btn-hold {
  flex-wrap: wrap;
  margin: -.5em;
  font-size: 1.1em;
  display: flex;
}

.btn-hold.flex-stretch {
  flex-direction: column;
}

.btn-hold.centre {
  justify-content: center;
  align-items: center;
}

.btn-hold._0-5em-top {
  margin-top: .5em;
}

.btn-hold.style__btn-hold {
  border: 2px dotted var(--shade-4);
  min-height: 4em;
  margin: 0;
}

.btn-hold.pagination {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 6em;
}

.about-subheading {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 600;
}

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

.extra-bold {
  font-weight: 800;
}

.extra-bold.wh {
  color: var(--shade-6\<deleted\|variable-277ba7fb\>);
  padding-left: 5px;
}

.extra-bold.package {
  margin-bottom: .6em;
  line-height: 1.2;
}

.home__contact-info {
  padding-right: 2em;
}

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

.home__contact-icon {
  width: 1.4em;
}

.home__contact {
  letter-spacing: -.03em;
  margin-right: 1.25em;
  padding-top: .25em;
  padding-bottom: .25em;
  text-decoration: none;
  display: flex;
}

.home__contact:hover {
  color: var(--neutral-1);
}

.home__contact-details {
  margin-left: .2em;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

.small-form-hold {
  background-color: var(--neutral-1);
  color: var(--shade-6\<deleted\|variable-277ba7fb\>);
  border-radius: 2em;
  margin-top: 2em;
  padding: 2em 3em;
}

.quote__form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  margin-top: 1.5em;
  margin-left: 0;
  display: grid;
}

.small-form-field {
  background-color: var(--shade-6\<deleted\|variable-277ba7fb\>);
  border: 2px solid #0000;
  border-radius: 100px;
  min-height: 3.5em;
  margin-bottom: 0;
  padding: 1em 1.5em;
  font-size: 1.2em;
}

.small-form-field:hover {
  border: 2px solid var(--support-4\<deleted\|variable-51533d8c\>);
}

.small-form-field.small-form-selector {
  height: 3.6em;
  padding-top: 0;
  padding-bottom: 0;
}

.footer__section {
  background-color: var(--neutral-8);
  padding-top: 5.5em;
  padding-bottom: 6em;
  position: relative;
}

.footer__flex {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer__links {
  margin-bottom: .4em;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer__links.vertical {
  flex-direction: column;
  margin-bottom: .3em;
}

.footer__link {
  color: var(--neutral-1);
  margin-right: .75em;
  padding-top: .2em;
  padding-bottom: .2em;
  font-size: 1.2em;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
}

.footer__link:hover {
  color: var(--support-4\<deleted\|variable-51533d8c\>);
}

.footer__link.small {
  font-size: 1.05em;
  font-weight: 500;
}

.footer__copyright-old {
  letter-spacing: -.03em;
  flex-wrap: wrap;
  margin-left: -.5em;
  line-height: 20px;
  display: flex;
}

.footer__copyright-old.vertical {
  flex-direction: column;
}

.footer__cpyr-message-old {
  margin-left: 0;
  padding: .2em .5em;
}

.footer__privacy-link-old {
  color: var(--neutral-7);
  padding-left: .2em;
  padding-right: .2em;
  text-decoration: none;
}

.footer__privacy-link-old:hover {
  color: var(--neutral-5);
}

.fcd-credit {
  color: #0a123580;
  align-items: center;
  padding: .2em .5em;
  text-decoration: none;
  display: flex;
}

.fcd-credit:hover {
  color: var(--neutral-0);
}

.fcd-credit-image {
  opacity: .5;
  width: 1em;
  margin-left: .2em;
  margin-right: .2em;
}

.footer__contact-hold {
  justify-content: flex-end;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.1em;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.footer__contact-hold:hover {
  color: var(--neutral-1);
}

.footer__contact-hold.blog__cta-contact {
  color: var(--shade-6\<deleted\|variable-277ba7fb\>);
  justify-content: center;
  align-items: center;
}

.footer__contact-hold.left {
  justify-content: flex-start;
}

.nav__detail-icon {
  width: 1.15em;
  margin-right: .35em;
}

.nav__detail-icon.phone {
  width: 1.1em;
}

.nav__detail-text {
  font-weight: 800;
}

.nav__detail-text.nav__c-text {
  font-size: 16px;
}

.footer__contact-parent {
  margin-top: .5em;
  margin-bottom: .5em;
  margin-right: .8em;
}

.footer__contact-parent.blog__cta-parent {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.footer__contact.vertical {
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: 3.5em;
}

.services__grid {
  grid-column-gap: 2em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services__grid-div {
  background-color: var(--support-2\<deleted\|variable-d6978ac1\>);
  color: var(--neutral-1);
  text-align: center;
  border: 2px solid #0000;
  border-radius: 1.25em;
  flex-direction: column;
  padding: 1em;
  text-decoration: none;
  display: flex;
}

.services__grid-div:hover {
  border-color: var(--neutral-1);
  background-color: var(--shade-6\<deleted\|variable-277ba7fb\>);
  color: var(--neutral-1);
}

.services__grid-image {
  background-color: var(--shade-6\<deleted\|variable-277ba7fb\>);
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/cleanmelogo.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 45%;
  border-radius: .75em;
  margin-bottom: 2em;
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}

.centre-div {
  text-align: center;
}

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

.nav__details {
  margin-right: .75em;
}

.nav__detail {
  justify-content: flex-end;
  display: flex;
}

.hero__contacts {
  color: var(--shade-6\<deleted\|variable-277ba7fb\>);
  margin-left: .5em;
  margin-right: .5em;
  text-decoration: none;
  display: flex;
}

.hero__contacts:hover {
  color: var(--shade-6\<deleted\|variable-277ba7fb\>);
}

.form-heading-holder {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.form-heading-holder.heading-large-form {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  line-height: 1.3;
}

.quote__time-period {
  color: var(--shade-6\<deleted\|variable-277ba7fb\>);
  margin-bottom: .8em;
  display: flex;
}

.navbar-container {
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: .75em 1em .75em 1.5em;
  display: flex;
}

.btn-arrow {
  margin-bottom: .2em;
  margin-left: .6em;
  font-size: .95em;
  transition: all .2s;
  display: none;
}

.btn-arrow.nav-btn-arrow {
  width: 2.5em;
  margin-right: -1.1em;
}

.btn-arrow.no-circle {
  width: .54em;
  margin: 0 0 .1em .75em;
}

.btn-arrow.instagram-icon {
  margin-bottom: 0;
  margin-left: .6em;
}

.btn-arrow.left {
  margin-left: 0;
  margin-right: .6em;
  transform: rotate(180deg);
}

.btn-arrow.medium {
  font-size: 1.05em;
}

.auto-top {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.master-slider {
  background-color: var(--neutral-1);
  color: var(--support-2\<deleted\|variable-d6978ac1\>);
  text-align: center;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

.master-slider.about__slider {
  background-color: var(--support-1\<deleted\|variable-f5f10f2e\>);
  color: var(--neutral-1);
}

.left-arrow {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.right-arrow {
  align-items: center;
  display: flex;
}

.slide {
  color: var(--shade-6\<deleted\|variable-277ba7fb\>);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav__right {
  float: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.slider-quote {
  color: var(--neutral-4);
  margin-bottom: 25px;
  font-size: 1.5em;
  font-weight: 600;
}

.slider-quote.dk-blue {
  color: var(--neutral-1);
}

.slider-credit {
  color: #ffffff80;
  font-size: .95em;
  font-style: italic;
  font-weight: 400;
}

.slider-credit.dk-blue {
  color: #0a123580;
}

.about__get-quote {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.blog__hero-image {
  background-image: url('../images/image-8.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  margin-top: 60px;
  padding-top: 30%;
  position: relative;
}

.blog__hero-text {
  background-color: var(--support-4\<deleted\|variable-51533d8c\>);
  text-transform: uppercase;
  border-radius: 10px;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
}

.blog__cta-div {
  background-color: var(--neutral-1);
  text-align: center;
  border-radius: 1.5em;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2em 2.25em;
  display: flex;
  position: sticky;
  top: 8em;
}

.blog__content {
  border-bottom: 1px solid #0003;
  padding-bottom: 4.5em;
}

.blog__content h3 {
  margin-top: 1.2em;
  font-size: 1.85em;
}

.blog__content h4 {
  color: var(--support-4\<deleted\|variable-51533d8c\>);
  margin-top: 1.5em;
  font-size: 1.48em;
}

.blog__content h2 {
  font-size: 2.3em;
  font-weight: 800;
  line-height: 1.2;
}

.blog__cta-subheading {
  color: var(--shade-6\<deleted\|variable-277ba7fb\>);
  font-size: 1.35em;
  line-height: 1.3;
}

.blog__other-articles {
  color: var(--neutral-2);
  border-bottom: 1px solid #0003;
  margin-top: 40px;
  padding-bottom: 60px;
}

.flex-div {
  display: flex;
}

.form-section {
  background-color: var(--neutral-1);
}

.form-field {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--neutral-3);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--neutral-3);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--neutral-3);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--neutral-3);
  background-color: var(--white);
  color: color-mix(in srgb, var(--neutral-3) 100%, transparent);
  border-radius: 0;
  min-height: 3.5em;
  margin-bottom: 1.25em;
  padding: 1.25em 1.75em;
  font-size: 1.2em;
}

.form-field:hover {
  border-color: var(--primary);
}

.form-field:focus {
  border-color: var(--primary);
  outline-color: var(--primary);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.form-field::placeholder {
  color: color-mix(in srgb, var(--neutral-3) 45%, transparent);
}

.form-field.contact__form-textarea {
  border-radius: 30px;
  min-height: 200px;
}

.form-field.form-selector {
  height: 4.2em;
  padding-top: 0;
  padding-bottom: 0;
}

.form-field.message {
  min-height: 16em;
}

.form-field.quantity {
  color: var(--neutral-3);
  text-align: center;
  width: 4em;
  height: 2.9em;
  min-height: auto;
  margin-bottom: 0;
  padding-left: .5em;
  padding-right: 0;
}

.form-field.quantity:hover {
  border-width: 2px;
}

.contact__form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.form-privacy-message {
  color: var(--shade-6\<deleted\|variable-277ba7fb\>);
  text-align: center;
  margin-top: 2em;
}

.coolection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.coolection-item.services__grid-div {
  align-items: center;
}

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

.collection-list.blog__grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.collection-list-wrapper {
  margin-top: 60px;
}

.content-hold {
  flex: 70%;
  padding-right: 4em;
}

.sidebar__hold {
  flex: 0 0 20em;
}

.review__icon {
  height: 5em;
  margin-bottom: 1.25em;
}

.nav_link {
  margin-left: 0;
  margin-right: 0;
  padding: 1em .5em;
  font-weight: 500;
}

.nav_link.w--current {
  color: var(--neutral-3);
  text-decoration: underline;
}

.hero__image-tag {
  z-index: 1;
  opacity: .25;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mobile-gradient-overlay {
  display: none;
}

.home__services-btn-hold {
  margin-top: auto;
  margin-left: -20px;
  margin-right: -20px;
}

.section__h3 {
  margin-top: .45em;
  margin-bottom: .5em;
}

.about-intro {
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: .95em;
  font-weight: 600;
}

.style__relative {
  position: relative;
}

.dd-icon {
  flex: none;
  width: .8em;
  margin-left: .5em;
}

.dd-icon.larger {
  width: 1.1em;
}

.nav__popout-menu {
  z-index: 994;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.search__icon {
  width: 2.3em;
}

.nav__search-trigger {
  cursor: pointer;
  border-right: 1px solid #ebe8e3;
  margin-left: -1.5em;
  margin-right: 2em;
  padding: 1.5em;
}

.nav__search-trigger:hover {
  background-color: #ebe8e3;
}

.menu__icon-bottom, .menu__icon-middle, .menu__icon-top {
  background-color: var(--neutral-4);
  width: 100%;
  min-height: 2px;
  max-height: 2px;
}

.popout-menu-content {
  z-index: 2;
  background-color: var(--neutral-3);
  color: var(--neutral-7);
  width: 45em;
  height: 100%;
  margin-left: auto;
  padding: 7em 2em 6em;
  position: relative;
}

.nav__dd-list-new {
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav__dd-list-new.w--open {
  color: #fff;
  background-color: #1c1934;
  right: 0;
  box-shadow: 0 0 12px #0000001a;
}

.nav__dd-list-new.menu {
  padding-top: 1em;
  padding-bottom: 0;
}

.nav__dd-list-new.menu.w--open {
  box-shadow: none;
  background-color: #0000;
  width: 100%;
  padding-top: 0;
  padding-bottom: 2em;
  position: static;
}

.jobs-text.mobile {
  display: none;
}

.nav__desktop {
  z-index: 996;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  font-size: .9em;
  display: flex;
  position: relative;
}

.navbar__main {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1em 2em;
  display: flex;
}

.nav__dd-line {
  background-color: var(--neutral-6);
  opacity: .2;
  height: 2px;
  margin-top: 1.5em;
  margin-bottom: 2em;
}

.nav__brand {
  border-bottom-style: none;
}

.nav__dd-list {
  background-color: var(--neutral-2);
  white-space: nowrap;
  margin-top: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  inset: 100% auto auto 0;
  box-shadow: 0 2px 5px 100vmax #07071b80;
}

.nav__dd-list.w--open {
  z-index: 9901;
  color: #ebe8e3;
  white-space: normal;
  flex-direction: column;
  min-width: 16em;
  display: flex;
  inset: 100% -.75em auto auto;
}

.nav__dd-list.left.w--open {
  top: 92%;
  left: -1em;
  right: auto;
}

.menu__background {
  z-index: 1;
  background-color: #0b0d1bcc;
  border-right: .5px solid #1c1934;
  position: absolute;
  inset: 0%;
}

.nav__logo-2 {
  float: none;
  width: 11em;
}

.nav-menu__link {
  color: var(--neutral-7);
  padding: .6em .3em;
  font-size: 1.55em;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  display: block;
}

.nav-menu__link:hover {
  background-color: var(--neutral-1);
  color: var(--shade-6\<deleted\|variable-277ba7fb\>);
}

.nav-menu__link.small {
  opacity: 1;
  font-size: 1.4em;
  font-weight: 400;
}

.nav-menu__link.small:hover {
  opacity: 1;
  color: var(--neutral-1);
  background-color: #0a12351a;
}

.nav-menu__link.small.w--current {
  opacity: 1;
  color: #e0cfb5;
  background-color: #ffffff1a;
  margin-top: .3em;
  margin-bottom: .3em;
}

.nav-menu__link.dd {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_dd-toggle {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 1em .5em;
  font-weight: 500;
  display: flex;
  position: relative;
}

.nav_dd-toggle:hover {
  color: var(--primary);
}

.nav_dd-toggle.w--open {
  z-index: 9902;
  background-color: var(--neutral-2);
  color: var(--neutral-7);
  margin-left: -.75em;
  margin-right: -.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.nav_dd-toggle.hidden {
  z-index: 9998;
}

.nav_dd-toggle.medium {
  font-size: 1.15em;
}

.nav-menu__dd {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.search__close {
  width: 2.3em;
}

.nav__dd-link {
  color: var(--neutral-7);
  border-bottom-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: .4em 1em;
  font-size: 1.1em;
  text-decoration: none;
}

.nav__dd-link:hover {
  color: var(--primary);
}

.nav__dd-link.w--current {
  background-color: var(--neutral-3);
  color: var(--neutral-7);
  margin-top: .3em;
  margin-bottom: .3em;
}

.nav__menu-parent {
  z-index: 995;
  cursor: pointer;
  border-bottom-style: none;
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 62px;
  min-width: 62px;
  min-height: 62px;
  display: none;
  position: relative;
}

.nav__menu-parent:hover {
  filter: brightness(95%);
}

.navbar__brand {
  flex: none;
}

.menu__icon-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 23px;
  min-height: 16px;
  display: flex;
}

._4em-spacer {
  width: 4em;
  height: 4em;
}

._2em-spacer {
  width: 2em;
  height: 2em;
}

._1em-spacer {
  width: 1em;
  height: 1em;
}

.slider__section {
  background-color: var(--neutral-1);
  padding-top: 6em;
  padding-bottom: 6em;
  overflow: hidden;
}

.menu__li {
  margin-bottom: 0;
  font-size: 1em;
}

.menu__li.more-margin {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

._5em-spacer {
  width: 5em;
  height: 5em;
}

.slider__hold {
  position: relative;
}

.slider__list {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.cms_error-state {
  border: 2px dashed var(--colour-5);
  background-color: var(--neutral-7);
  color: var(--neutral-3);
  text-align: center;
  margin-bottom: 3em;
  padding: 1em 2em;
  font-size: 1.35em;
  font-weight: 500;
}

.cms_error-state.neutral-6 {
  background-color: var(--neutral-7);
}

.cms_error-state.more-margin {
  margin-top: 7em;
  margin-bottom: 7em;
}

.cms_error-state.neutral-3 {
  background-color: var(--neutral-3);
  color: var(--neutral-7);
}

.cms_error-state.u-success {
  border-color: var(--primary);
}

.relative-div {
  z-index: 3;
  min-height: 20px;
  position: relative;
}

.relative-div.style-guide-height {
  min-height: 100px;
}

.owl-nav {
  z-index: 5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.owl-nav.dark {
  background-color: var(--neutral-1);
}

.owl-prev {
  background-color: var(--neutral-2);
  cursor: pointer;
  background-image: url('../images/left-arrow-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1em;
  border-radius: 10000px;
  width: 4em;
  height: 4em;
  margin-right: .5em;
}

.owl-prev:hover {
  background-color: var(--support-4\<deleted\|variable-51533d8c\>);
}

.owl-next {
  background-color: var(--neutral-2);
  cursor: pointer;
  background-image: url('../images/right-arrow-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1em;
  border-radius: 1000px;
  order: 1;
  width: 4em;
  height: 4em;
  margin-left: auto;
}

.owl-next:hover {
  background-color: var(--support-4\<deleted\|variable-51533d8c\>);
}

.image-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-fill.cover-70 {
  object-position: 70% 50%;
}

.style__version {
  color: var(--primary);
  padding-bottom: 1.5em;
  padding-left: 2em;
  font-size: 1em;
  font-weight: 800;
  line-height: 1.3;
}

.style__version-span {
  font-size: .92em;
  font-weight: 400;
  display: block;
}

.style__embed {
  background-color: var(--support-1\<deleted\|variable-f5f10f2e\>);
  align-self: stretch;
  width: 2em;
  margin-top: .75em;
  margin-bottom: .75em;
  margin-right: .5em;
  display: flex;
}

.white-link {
  color: var(--shade-6\<deleted\|variable-277ba7fb\>);
  text-decoration: none;
}

.desktop-gradient {
  z-index: 1;
  background-image: linear-gradient(to bottom, #0a123500, var(--neutral-1));
  height: 18em;
  position: absolute;
  inset: auto 0% 0%;
}

.pxl {
  margin-bottom: .6em;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.3;
}

.pxl.primary {
  color: var(--primary);
}

._404__wrap {
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  padding-top: 10em;
  padding-bottom: 10em;
  display: flex;
}

.legacy-global-div {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.75em;
  padding-right: 3.75em;
}

.temp__h1 {
  color: #028393;
  margin-bottom: .2em;
  font-size: 3.8em;
  font-weight: 800;
  line-height: .95;
}

.content__55-width {
  width: 55%;
}

._3em-spacer {
  width: 3em;
  height: 3em;
}

.owl-dots {
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.owl-dot {
  background-color: var(--neutral-2);
  cursor: pointer;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-left: .5em;
  margin-right: .5em;
}

.owl-dot:hover, .owl-dot.active {
  background-color: var(--support-4\<deleted\|variable-51533d8c\>);
  filter: none;
}

.post-line {
  background-color: var(--neutral-1);
  opacity: .15;
  height: 2px;
  margin-top: 2.5em;
  margin-bottom: 2em;
}

.blog__date-line {
  background-color: var(--neutral-1);
  opacity: .2;
  align-self: stretch;
  width: 2px;
  margin-left: .5em;
  margin-right: .5em;
}

.nav__skip-to-content {
  z-index: 99999;
  background-color: var(--neutral-3);
  color: var(--neutral-7);
  text-align: center;
  max-width: 95%;
  margin-bottom: .75em;
  margin-left: auto;
  margin-right: auto;
  padding: .5em 1em;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: .75em auto auto .7em;
  transform: translate(0, -200%);
}

.nav__skip-to-content:focus-visible {
  outline-color: var(--primary);
  outline-offset: 4px;
  color: var(--neutral-7);
  outline-width: 3px;
  outline-style: solid;
  transform: none;
}

.nav__skip-to-content[data-wf-focus-visible] {
  outline-color: var(--primary);
  outline-offset: 4px;
  color: var(--neutral-7);
  outline-width: 3px;
  outline-style: solid;
  transform: none;
}

.package__item {
  background-color: var(--support-2\<deleted\|variable-d6978ac1\>);
  color: var(--neutral-1);
  text-align: center;
  border: 2px solid #0000;
  border-radius: 1.25em;
  flex-direction: column;
  padding: 2em;
  text-decoration: none;
  display: flex;
}

.package__item:hover {
  border-color: var(--neutral-1);
  background-color: var(--shade-6\<deleted\|variable-277ba7fb\>);
  color: var(--neutral-1);
}

.price {
  color: var(--support-4\<deleted\|variable-51533d8c\>);
  letter-spacing: -.05em;
  margin-bottom: .25em;
  font-size: 4em;
  font-weight: 900;
  line-height: 1;
}

.price.small {
  color: var(--neutral-1);
  letter-spacing: 0;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 700;
}

.price-span {
  letter-spacing: -.02em;
  font-size: .5em;
  font-weight: 700;
}

.package-grid {
  grid-column-gap: 2em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about__text {
  flex: 0 50%;
  padding-right: 2em;
}

.tag-large {
  font-size: 1.5em;
}

.tag-large.white-text {
  color: var(--neutral-1);
  text-transform: uppercase;
  padding-top: .25em;
  font-size: 1.3em;
  font-weight: 900;
  display: inline-block;
}

.history-tag {
  z-index: 2;
  background-color: var(--support-1\<deleted\|variable-f5f10f2e\>);
  color: var(--neutral-1);
  text-align: center;
  border-radius: .75em;
  padding: .65em 1.1em .9em;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  position: absolute;
  inset: auto -2% -2% auto;
  transform: rotate(-5deg);
}

.history-tag:hover {
  color: var(--neutral-1);
}

.home__about {
  display: flex;
}

.about__stressed-image {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 50%;
  align-self: center;
  padding-top: 30%;
  position: relative;
}

.feature__grid-3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4px 1fr 4px 1fr;
  grid-auto-columns: 1fr;
  margin-left: -1em;
  margin-right: -1em;
  display: grid;
}

.feature__card {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.5em;
  padding-bottom: 2em;
  display: flex;
}

.feature__icon {
  height: 3.5em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

.div-block-6 {
  background-color: var(--support-4\<deleted\|variable-51533d8c\>);
  width: 4px;
}

.stat__pointer {
  align-items: center;
  margin-left: -2.5em;
  padding-top: 1.25em;
  font-weight: 700;
  display: flex;
}

.stat__icon {
  width: 2em;
  margin-right: .5em;
}

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

.primary-text.tighter {
  margin-bottom: .5em;
  line-height: 1.25;
}

.timeline__parent {
  align-items: flex-start;
  display: none;
}

.timeline_circle {
  background-color: var(--neutral-1);
  border-radius: 100%;
  width: 1.5em;
  height: 1.5em;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #fff;
}

.black-text {
  color: #191e38;
}

.history__h2 {
  color: var(--support-4\<deleted\|variable-51533d8c\>);
  margin-top: 0;
  margin-bottom: .35em;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.2;
}

.timeline__pp {
  border-radius: 100px;
  width: 6.5em;
  height: 6.5em;
  margin-bottom: 1.25em;
  margin-right: 1.25em;
}

.timeline__dot {
  background-color: #2e3657;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: .6em;
  height: .6em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: -.38em;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline__shaded-line {
  background-image: linear-gradient(#0000, #2e3657 59%);
  width: .2em;
  height: 3em;
  margin-top: -3em;
}

.timeline_date-text {
  color: var(--support-4\<deleted\|variable-51533d8c\>);
  letter-spacing: -.03em;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2;
  position: sticky;
  top: 48.5vh;
}

.timeline_progress {
  z-index: -2;
  background-color: var(--neutral-7);
  width: 6px;
  height: 100%;
  position: absolute;
  left: 41.25%;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 10em 1.5fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline__content {
  border-left: 6px solid #ebe8e3;
  flex: 1;
  padding: 5em 20em 5em 5em;
}

.overlay-fade-top {
  background-image: linear-gradient(#fff, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #2e3657;
  background-image: linear-gradient(to bottom, var(--support-1\<deleted\|variable-f5f10f2e\>), var(--support-4\<deleted\|variable-51533d8c\>) 51%, var(--neutral-1));
  width: 6px;
  height: 50vh;
  position: sticky;
  inset: 0 auto 50vh;
}

.history__h3 {
  margin-top: 0;
  margin-bottom: .55em;
  font-size: 1.6em;
  font-weight: 500;
}

.history__timeline-section {
  border-top: 8em solid var(--shade-6\<deleted\|variable-277ba7fb\>);
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline__2image {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.master-link {
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  flex: none;
  align-items: center;
  padding: .75em 1.25em;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.master-link:hover {
  color: var(--support-4\<deleted\|variable-51533d8c\>);
}

.timeline_right {
  padding-bottom: 6em;
}

.timeline__date-hold {
  color: #2e3657;
  letter-spacing: -2px;
  padding-right: 1em;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  position: sticky;
  top: 5em;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #fff, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer__fcd-credit-old {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fcd-text-old {
  color: var(--support-4\<deleted\|variable-51533d8c\>);
  font-size: 1.1em;
  font-weight: 700;
}

.footer__credit-icon-old {
  width: 1.25em;
  margin-left: .5em;
  margin-right: .5em;
}

.footer__link-grid {
  grid-column-gap: 2em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 6em;
  display: grid;
}

.footer__right {
  min-width: 40%;
}

.footer_left {
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.footer-logo-spacer {
  width: 3em;
  height: 3em;
}

.footer__logo {
  height: 5em;
  display: block;
}

.white-text {
  color: var(--shade-6\<deleted\|variable-277ba7fb\>);
}

.utility__page-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-bottom: 100px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
  position: relative;
}

.style__header-2 {
  width: 50%;
  max-width: 760px;
  padding-bottom: 10px;
}

.utility__icon {
  color: var(--support-4\<deleted\|variable-51533d8c\>);
  flex: none;
  width: 80px;
  margin-bottom: 18px;
}

.style__sidebar {
  background-color: var(--neutral-1);
  width: 20em;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.h1-2.xl {
  font-size: 64px;
  line-height: 70px;
}

.h2.s {
  font-size: 2em;
}

.h2.s.intro {
  color: var(--support-4\<deleted\|variable-51533d8c\>);
  margin-bottom: 1em;
  font-weight: 600;
}

.h2.large {
  font-size: 2.95em;
}

.h2.xl {
  font-size: 3.2em;
}

.h2.u-primary-text {
  color: var(--primary);
}

.h2.xs {
  color: #f5f2e7;
  letter-spacing: 0;
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.3;
}

.style__hex-code {
  color: #080708;
  text-transform: uppercase;
  background-color: #fff;
  padding: 9px;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.1;
  position: absolute;
  inset: auto 1em 1em;
}

.general {
  z-index: 9999;
  background-color: var(--warning\<deleted\|variable-6af85e4c\>);
  text-align: center;
  padding: 1em;
  font-size: 1.1em;
}

.success {
  z-index: 9999;
  background-color: var(--support-4\<deleted\|variable-51533d8c\>);
  color: #fff;
  text-align: center;
  padding: 1em;
  font-size: 1.1em;
}

.empty {
  z-index: 9999;
  background-color: var(--support-3\<deleted\|variable-e4d7507f\>);
  color: #fff;
  text-align: center;
  padding: 1em;
  font-size: 1.1em;
}

.style__header-theme {
  z-index: 1;
  opacity: .35;
  background-image: url('../images/02-Flame-12-EDIT.png');
  background-position: 0 80%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.style__side-theme {
  z-index: 1;
  opacity: .5;
  background-image: url('../images/02-Flame-22-EDIT.png');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.button-holder {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: -.5em;
  font-size: 1.26em;
  display: flex;
  position: relative;
}

.button-holder.cookie {
  margin-bottom: 3.5em;
}

.button-holder.centered {
  justify-content: center;
}

.button-holder.right-aligned {
  justify-content: flex-end;
}

.button-holder.hero-stretch {
  flex-flow: column;
  align-items: stretch;
}

.button-holder.no-margin {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_title {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.3em;
}

.black-link {
  color: #161b20;
  text-decoration: underline;
}

.black-link:hover {
  color: #39474e;
}

.cookie-line {
  background-color: #39474e;
  flex: 1;
  height: 1px;
  margin-right: 2em;
}

.fs-cc-prefs_form {
  background-color: var(--neutral-7);
  text-align: left;
  width: 100%;
  max-width: 45em;
  min-height: 30em;
  max-height: 88dvh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_space-small {
  margin-bottom: .4em;
}

.fs-cc-prefs_close-icon {
  width: 1.2em;
  height: 1.2em;
  margin-bottom: -.2em;
}

.cookie-banner-content {
  padding-right: 4em;
}

.fs-cc-banner_text {
  font-size: 1.1em;
  line-height: 1.4;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_toggle {
  background-color: #ffffeb;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -3em;
  font-size: .92em;
  display: flex;
}

.cookie__heading {
  flex: 1;
  margin-bottom: .4em;
  font-size: 1.45em;
  font-weight: 700;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-banner_close {
  background-color: var(--colour-5);
  opacity: 1;
  color: #fff;
  cursor: pointer;
  border-radius: 500px;
  margin-left: 1em;
  padding: 1em;
  position: absolute;
  inset: -4.55em .075em auto auto;
}

.fs-cc-banner_close.product, .fs-cc-prefs_checkbox-label, .fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.fs-cc-prefs_text {
  font-size: 1.25em;
}

.fs-cc-prefs_text.para {
  margin-bottom: 2em;
}

.fs-cc-prefs_checkbox-field {
  background-color: #39474e;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #fff;
  cursor: pointer;
  background-color: #f9461f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: .6em .6em .8em;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: -1em -1em auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_trigger {
  display: none;
}

.black-text-2 {
  color: #161b20;
}

.popup_overlay {
  z-index: -1;
  background-color: color-mix(in srgb, var(--neutral-1) 85%, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_label {
  color: #ffffeb;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1.5em;
  font-size: 1.2em;
  font-weight: 600;
}

.fs-cc-prefs_label.required-label {
  background-color: var(--support-3\<deleted\|variable-e4d7507f\>);
  margin: -.3em;
  padding: .3em .6em;
}

.fs-cc-banner_container {
  z-index: 2;
  color: var(--shade-6\<deleted\|variable-277ba7fb\>);
  align-items: center;
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 99999;
  background-color: var(--neutral-1);
  color: #161b20;
  padding: 2.5em 2.5em 3.25em;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 0 0 100vmax #060a1fa6;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 9999;
  color: var(--neutral-3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 1.5em;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_content {
  text-align: center;
  height: 100%;
  padding: 3.25em;
  font-size: .9em;
  overflow: auto;
}

.primary-link {
  color: var(--support-4\<deleted\|variable-51533d8c\>);
}

.cookie-graphic-bg {
  z-index: 1;
  opacity: .25;
  background-image: url('../images/02-Flame-22-EDIT.png');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

._wf-css {
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
}

._wf-js {
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav_dd {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav_dd-icon {
  margin-left: .4em;
  transition: transform .3s;
  position: static;
}

.nav_dd-icon.flip {
  margin-left: 0;
  margin-right: .4em;
}

.nav_dd-ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.nav_dd-li {
  margin-bottom: 0;
  font-size: 1em;
}

.hero_section {
  background-color: var(--neutral-8);
  align-items: flex-end;
  width: 100%;
  min-height: 46em;
  padding-top: 19.5em;
  padding-bottom: 4em;
  display: flex;
  position: relative;
}

.hero_section.u-neutral-5 {
  background-color: var(--neutral-6);
}

.hero_section.no-pad-bottom {
  padding-bottom: 0;
}

.hero_section.sub-page {
  min-height: auto;
  padding-top: 16em;
  padding-bottom: 5.5em;
}

.hero_section.sub-page.central {
  flex-direction: column;
  align-items: center;
  min-height: auto;
}

.hero_section.sub-page.no-flex {
  display: block;
}

.hero_section.sub-page.conditions-hero {
  margin-bottom: -6em;
  padding-bottom: 0;
}

.hero_section.sub-page.product-hero {
  padding-top: 12em;
}

.hero_section.no-nav-pad {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 8em;
}

.hero_section.full {
  min-height: 100vh;
  padding-top: 4em;
}

.hero_img {
  object-fit: cover;
  background-image: url('../images/puff-neutral-7.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 3em;
  width: 50%;
  max-width: none;
  height: 100%;
  max-height: 1020px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero_img.left {
  left: 0;
  right: auto;
}

.footer_heading {
  border-bottom: 3px solid var(--primary);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3em;
  padding-bottom: 2em;
  display: flex;
}

.footer_address-rt {
  flex: 1;
}

.footer_address-rt a {
  color: var(--neutral-7);
}

.footer_address-rt a:hover {
  color: var(--primary);
}

.footer_address-rt h3 {
  letter-spacing: .02em;
  font-family: Clash Display;
  font-weight: 500;
}

.footer_address-rt p {
  font-size: 1.22em;
}

.footer_img-credit {
  color: #f2f6fb99;
  font-weight: 300;
}

.footer_img-credit.link:hover {
  color: var(--neutral-5);
}

.check-ul {
  margin-bottom: 2em;
  padding-left: 0;
  font-weight: 700;
  list-style-type: none;
}

.no-margin {
  margin-bottom: 0;
}

.check-li {
  align-items: center;
  margin-bottom: 0;
  font-size: 1.3em;
  line-height: 1.4;
  display: flex;
}

.appointments_phone {
  z-index: 20;
  pointer-events: none;
  object-fit: cover;
  width: 150%;
  max-width: none;
  height: 150%;
  margin-top: -10%;
  position: relative;
  right: -30%;
  overflow: visible;
}

.swiper.swiper-testimonial {
  margin-top: 3em;
  margin-bottom: 4em;
}

.swiper.swiper-blog {
  margin: 3em -1em 4em;
}

.swiper.swiper_blog {
  width: 100%;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  filter: none;
  flex: none;
  width: 33.3333%;
  transition: all .3s;
}

.swiper-slide.partner-slide {
  flex: 1 0 20%;
}

.swiper-slide.testimonial-slide {
  text-align: center;
  flex-direction: column;
  flex: 0 0 33.3333%;
  align-items: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.swiper-slide.blog-slide {
  opacity: .3;
  filter: blur(4px);
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
}

.swiper-slide.blog-slide.slide-visible, .swiper-slide.blog-slide.swiper-slide-active, .swiper-slide.blog-slide.swiper-slide-next {
  opacity: 1;
  filter: none;
}

.partners-img {
  width: 100%;
}

.steps {
  text-align: center;
}

.about_banner {
  background-color: var(--neutral-3);
  color: var(--neutral-7);
  padding-top: 2em;
  padding-bottom: 4em;
}

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

.cta_content {
  flex: 0 45%;
  padding-top: 3em;
  padding-bottom: 3em;
}

.cta_content.about {
  padding-top: 11em;
  padding-bottom: 3em;
}

.about-rt h3 {
  color: var(--primary);
  font-weight: 500;
}

.cta_image {
  width: 48%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.cta_image.left {
  inset: 0% auto 0% 0%;
}

.cta_image.width-38 {
  width: 38%;
}

.cta_image.max_46em {
  max-height: 46em;
}

.container_35em {
  max-width: 35em;
  margin-left: auto;
  margin-right: auto;
}

.circle-icons {
  height: 5.5em;
}

.circle-icons.small {
  height: 3.5em;
}

.circle-icons.medium {
  height: 4.5em;
}

.conditions_circle {
  background-color: var(--white);
  border: 4px solid #0000;
  border-radius: 100000px;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  margin-bottom: 1em;
  transition: all .3s;
  display: flex;
  box-shadow: 0 12px 36px -6px #14262133;
}

.conditions_circle:hover {
  border-color: var(--primary);
  box-shadow: 0 2px 12px 2px #0003;
}

.conditions_circle.on-pg-no-roll {
  margin-top: 12em;
  margin-bottom: 2em;
  transition: none;
}

.conditions_circle.on-pg-no-roll:hover {
  border-style: none;
  box-shadow: 0 12px 36px -6px #0003;
}

.steps_grid {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 3em;
  display: flex;
}

.steps_grid._3em-gap-stretch {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  align-items: stretch;
}

.steps_item {
  text-align: center;
  flex-direction: column;
  flex: 14.2857%;
  align-items: center;
  display: flex;
}

.land__lite-yt {
  z-index: 1;
  background-color: var(--neutral-2);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100%;
  margin-top: 2em;
  display: flex;
  position: relative;
}

.md_logos {
  grid-column-gap: 1rem;
  background-color: var(--primary);
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  overflow: hidden;
}

.md_logo-content {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 200vw;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.md-text-link {
  color: var(--neutral-7);
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  transform-style: preserve-3d;
  flex: none;
  align-items: center;
  padding: 1em 2em;
  font-size: 1.4em;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.md-text-link:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
  color: var(--neutral-3);
}

.md_logos-section {
  z-index: 2;
  position: relative;
}

.md_logos-heading {
  position: absolute;
  top: 5.5em;
  left: 0%;
  right: 0%;
}

.md_marquee {
  align-items: center;
  display: flex;
}

.h5 {
  color: #f2f6fb;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: 1.2em;
  font-weight: 700;
}

.h5.u-green-text {
  color: #38e8a9;
}

.md-item {
  flex: 1;
  align-items: center;
  margin-bottom: 0;
  line-height: 1.2;
  display: flex;
}

.md-logo {
  max-width: 9em;
}

.md-logo.bbraun {
  max-width: 9.5em;
}

.md-logo.small {
  max-width: 6em;
}

.md-logo.large {
  max-width: 12em;
}

.fundraiser_text {
  color: var(--neutral-3);
  flex: 0 45%;
  padding-top: 5em;
  padding-bottom: 7em;
}

.content-image-hold {
  flex: 1;
}

.steps_arrow {
  margin: 4em 0 auto;
}

.steps_icons {
  background-color: var(--neutral-4);
  border: 5px solid #0000;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  margin-bottom: 2.5em;
  padding-bottom: .5em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.steps_number {
  background-color: var(--primary);
  color: var(--neutral-7);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 1.6em;
  height: 1.6em;
  padding-top: .05em;
  font-size: 1.65em;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: auto auto -.8em;
}

.image_background {
  opacity: .15;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.image_background.greenhouse {
  background-image: linear-gradient(#20352fd9, #20352fd9), url('../images/medicann-greenhouse.jpeg');
}

.image_background.u-faded_05 {
  opacity: .1;
}

.ethos_heading {
  color: var(--neutral-7);
  flex-direction: column;
  align-items: center;
  padding-bottom: 2em;
  display: flex;
}

.heading-4 {
  color: var(--neutral-7);
}

.location_link {
  color: var(--neutral-7);
  border-radius: 1000px;
  align-items: center;
  padding-right: .5em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.location_link:hover {
  outline-color: var(--primary);
  outline-offset: 8px;
  color: var(--neutral-7);
  outline-width: 3px;
  outline-style: solid;
}

.location_link.no-rollover:hover {
  outline-color: var(--primary);
  outline-offset: 8px;
  outline-width: 3px;
  outline-style: none;
}

.location_link.selector-link {
  margin-top: 1em;
  margin-bottom: 1em;
}

.location_link.selector-link:hover {
  outline-width: 2px;
}

.location_flag {
  width: 3.5em;
  margin-right: .8em;
}

.location_flag.smaller {
  width: 2.5em;
}

.locations_grid {
  grid-column-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: .5em;
  display: flex;
}

.locations_grid.top {
  margin-top: -1em;
  margin-bottom: 2.5em;
}

.ethos_grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  color: var(--neutral-7);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mc_insta-heading {
  flex: 0 60%;
}

.mc_insta {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.qualified_logo-flex {
  justify-content: space-between;
  align-items: center;
  margin-top: 8em;
  margin-left: -.3em;
  margin-right: -.3em;
  display: flex;
}

.testimonial_image {
  border-radius: 100px;
  width: 6em;
  height: 6em;
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
}

.testimonial_pagination {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  margin-top: 2em;
  display: flex;
}

.swiper-pg-btn {
  background-color: var(--primary);
  color: var(--neutral-7);
  cursor: pointer;
  width: 4em;
  height: 4em;
  padding: 1em;
  transition: all .2s;
}

.swiper-pg-btn:hover {
  filter: brightness(120%);
}

.slider-arrow {
  width: 90%;
  height: 90%;
}

.slider-arrow.prev {
  transform: rotate(180deg);
}

.slider-prev {
  background-color: var(--primary);
  color: var(--neutral-7);
  width: 4em;
  height: 4em;
  padding: 1em;
}

.qualified_logo {
  object-fit: fill;
  height: 4em;
}

.qualified_logo.large {
  height: 5em;
}

.testimonial_credit {
  margin-top: 1em;
  font-size: 1.2em;
  font-weight: 700;
}

.container_44em {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 44em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero_logo {
  height: 4em;
  margin-top: -3em;
  margin-bottom: 4em;
}

.refer_image {
  height: 50%;
  position: relative;
  overflow: hidden;
}

.div-block-8 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.refer_qualify-logo {
  height: 3em;
  margin-top: 3em;
  margin-bottom: 5em;
}

.div-block-9 {
  padding-top: 1em;
}

.register_flex {
  margin-top: 2em;
  margin-left: -1.5em;
  margin-right: -1.5em;
  display: flex;
}

.register_flag {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  margin-left: 1.5em;
  margin-right: 1.5em;
  font-size: 1.2em;
  font-weight: 700;
  transition: all .25s;
  display: flex;
}

.register_flag:hover {
  color: var(--primary);
}

.refer_flag {
  border-radius: 100px;
  width: 2.5em;
  height: 2.5em;
  position: relative;
  box-shadow: 0 12px 26px -3px #1426214d;
}

.register_h4 {
  margin-bottom: .15em;
}

.rt-calendar {
  align-items: center;
  margin-bottom: 2em;
  font-size: 1.4em;
  font-weight: 700;
  display: flex;
}

.rt-calendar.primary {
  color: var(--primary);
}

.privacy-links {
  color: #ffffff80;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 16px;
  text-decoration: underline;
  transition: all .2s;
  display: inline-block;
}

.privacy-links:hover {
  color: #fff;
}

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

.footer__privacy {
  color: #ffffff80;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -10px;
  font-size: 1em;
}

.footer__copyright {
  letter-spacing: .02em;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: .6em;
  font-size: 1em;
  display: flex;
}

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

.footer__lower-flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer__fcd-credit {
  color: var(--primary);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: .3em;
  padding-bottom: .3em;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.footer__fcd-credit:hover {
  color: var(--neutral-7);
}

.footer__socmed-hold {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  white-space: nowrap;
  align-items: center;
  display: flex;
}

.footer__cpyr-message {
  padding-top: .1em;
  padding-bottom: .1em;
  padding-right: .5em;
  font-size: 1.12em;
  line-height: 1.3;
}

.footer__policy-ul {
  grid-row-gap: 1em;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer_privacy-link {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  color: var(--neutral-0);
  align-items: center;
  padding: .2em .5em;
  font-size: 1.12em;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.footer_privacy-link:hover {
  color: var(--primary);
}

.privacy-text {
  margin-left: 10px;
  margin-right: 10px;
  line-height: 16px;
  display: inline-block;
}

.footer__credit-icon {
  margin-left: .25em;
  margin-right: .25em;
  font-size: 1.2em;
}

.footer_socmed {
  color: var(--neutral-0);
  font-size: 1.15em;
  transition: opacity .2s;
}

.footer_socmed:hover {
  color: var(--primary);
}

.body {
  background-color: var(--neutral-7);
}

.image-source-text {
  opacity: .6;
  font-size: 1.12em;
}

.yt_custom-holder {
  background-color: var(--neutral-3);
  width: 100%;
  display: block;
  position: relative;
}

.lty-playbtn {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  outline-color: var(--neutral-7);
  outline-offset: 0px;
  color: var(--neutral-7);
  letter-spacing: .02em;
  cursor: pointer;
  background-color: #142621bf;
  border-radius: 10000px;
  outline-width: 0;
  outline-style: solid;
  align-items: center;
  padding: 1em 1.9em 1em 2em;
  font-size: 1.35em;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lty-playbtn:hover {
  outline-color: var(--primary);
  outline-offset: 6px;
  color: var(--primary);
  outline-width: 3px;
  outline-style: solid;
}

.lite-youtube {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 56.75%;
  display: block;
}

.grid_2 {
  z-index: 1;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.grid_2.home__quote {
  align-items: center;
}

.step_link {
  color: var(--neutral-3);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: none;
  display: flex;
}

.step_link:hover {
  color: var(--primary);
}

.home_telehealth-grid {
  z-index: 1;
  grid-column-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.home_telehealth-grid.home__quote {
  align-items: center;
}

.medican_underline-span {
  position: relative;
  overflow: visible;
}

.medican_bold-cms-title {
  font-weight: 500;
}

.page_rt.on-neutral-6 blockquote {
  background-color: var(--neutral-7);
}

.page_rt.width-70 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.page_rt.inner-padding {
  padding-top: 2em;
  padding-left: 1em;
  padding-right: 1em;
}

.page_rt li {
  font-size: 1.35em;
}

.conditions_grid-3 {
  grid-column-gap: 3.5em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.condition_card-link {
  border-bottom: 1px solid var(--neutral-7);
  color: var(--neutral-7);
  padding-bottom: .6em;
  font-size: 1.65em;
  line-height: 1.25;
  text-decoration: none;
  display: block;
}

.condition_card-link:hover {
  border-bottom-color: var(--primary);
  color: var(--primary);
}

.u-weight-400 {
  font-weight: 400;
}

.condition_category-link {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.condition_category-heading {
  color: var(--primary);
  margin-bottom: 0;
}

.container_50em {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.customtextunderline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  transform: scale3d(1none, 1none, 1none);
  color: var(--neutral-3);
  text-align: center;
  transform-style: preserve-3d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  font-size: 2vw;
  display: flex;
  overflow: visible;
}

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

.badge {
  background-color: var(--primary);
  text-align: center;
  border-radius: 100px;
  padding: 1em 1.4em .8em;
  font-size: 1em;
  line-height: 1;
  position: absolute;
  inset: 10em auto auto 3em;
}

.badge.central {
  justify-content: center;
  align-items: center;
  margin-top: -5em;
  margin-bottom: 4.5em;
  display: flex;
  position: static;
}

.badge.in-card {
  inset: auto 0% 0%;
}

.badge.right {
  left: auto;
  right: 3em;
}

.badge-text {
  color: var(--neutral-6);
  letter-spacing: .07em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
}

.section-divider {
  background-color: var(--primary);
  width: 78%;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
}

.section-divider.full-width {
  width: 100%;
}

.post_date {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  margin-bottom: 1em;
  font-size: 1.35em;
  line-height: 1.4;
  display: flex;
}

.post_date.small {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  font-size: 1.1em;
}

.post_date.large-primary {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  color: var(--primary);
  margin-bottom: 0;
  font-size: 1.44em;
  line-height: 1.2;
}

.u-neutral-7-text {
  color: var(--neutral-7);
}

.ireland-span {
  background-image: url('../images/flag-ireland.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: .1em;
  padding-left: 1.35em;
}

.ireland-span.cc-link {
  color: var(--neutral-7);
  text-decoration: none;
}

.ireland-span.cc-link:hover {
  text-decoration: underline;
}

.book_img-thumbnail {
  background-color: var(--neutral-8);
  outline-color: var(--primary);
  outline-offset: 0px;
  background-image: url('../images/puff-neutral-neutral-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3em;
  border-radius: 10000px;
  outline-width: 0;
  outline-style: solid;
  align-self: stretch;
  margin-bottom: 1.75em;
  padding-top: 60%;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.book_img-thumbnail:hover {
  outline-color: var(--primary);
  outline-offset: 8px;
  outline-width: 3px;
  outline-style: solid;
}

.book_img-thumbnail.absolute {
  position: absolute;
  inset: 0% 0% auto;
}

.cms_link {
  color: var(--neutral-1);
  text-align: left;
  flex-direction: column;
  flex: 14.2857%;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.cms_link:hover {
  color: var(--primary);
}

.cms_link.central {
  text-align: center;
  align-items: center;
}

.cms_link.u-neutral-7-text {
  color: var(--neutral-7);
}

.cms_link.featured-cms-link {
  flex-direction: row;
  align-items: center;
}

.card_badge {
  border: 5px solid var(--neutral-7);
  background-color: var(--neutral-4);
  text-align: center;
  border-radius: 100px;
  padding: 1em 1.4em .8em;
  font-size: 1em;
  line-height: 1;
}

.card_badge.central {
  margin-top: -5em;
  margin-bottom: 4.5em;
  position: static;
}

.card_badge.in-card {
  inset: auto 0% 0%;
}

.card_badge.primary {
  border-color: var(--primary);
  margin-top: auto;
}

.book_thumbnail-holder {
  align-self: stretch;
  position: relative;
}

.div-block-11 {
  flex: none;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto 0% .5em;
}

.book_grid-3 {
  grid-column-gap: 3.5em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav_ul {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav_ul.menu_ul {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.content_grid {
  z-index: 1;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.content_grid.home__quote {
  align-items: center;
}

.content_grid.one-two-ratio {
  grid-column-gap: 3em;
  grid-template-columns: 1fr 1.5fr;
}

.content_grid.two-one-ratio {
  grid-column-gap: 3em;
  grid-template-columns: 1.5fr 1fr;
}

.content_grid.double-gap {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
}

.medican_feature {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  text-align: left;
  flex-direction: row;
  flex: 14.2857%;
  align-items: center;
  display: flex;
}

.feature_icon {
  background-color: var(--neutral-4);
  border: 5px solid #0000;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  margin-bottom: .75em;
  font-size: .95em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about_process-disclaimer {
  background-color: var(--neutral-7);
  text-align: center;
  margin-top: -6em;
  margin-bottom: 2em;
  padding: 2em 3em;
}

.container_38em {
  max-width: 38em;
  margin-left: auto;
  margin-right: auto;
}

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

.medicann_you-matter {
  letter-spacing: .01em;
  font-size: 1.85em;
  font-weight: 800;
}

.medicann_underline {
  z-index: 15;
  position: relative;
}

.medicann_underline.no-bold {
  font-weight: 500;
}

.about_local-h3 {
  color: var(--primary);
  font-weight: 500;
}

.hero_rt {
  margin-top: 1em;
}

.hero_rt.extra-top {
  margin-top: 3.5em;
}

.hero_rt.extra-top.hide {
  display: none;
}

.cms_grid-3 {
  grid-column-gap: 3.5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cms_grid-3.events {
  grid-row-gap: 8em;
}

.person_thumbnail {
  background-color: var(--neutral-8);
  outline-color: var(--primary);
  outline-offset: 0px;
  background-image: url('../images/puff-neutral-neutral-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3em;
  outline-width: 0;
  outline-style: solid;
  align-self: stretch;
  margin-bottom: 1.75em;
  padding-top: 130%;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.person_thumbnail:hover {
  outline-color: var(--primary);
  outline-offset: 8px;
  outline-width: 3px;
  outline-style: solid;
}

.person_thumbnail.absolute {
  position: absolute;
  inset: 0% 0% auto;
}

.container_20em {
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
}

.container_20em.no-auto {
  margin-left: 0;
  margin-right: 0;
}

.hero_img-height-hold.blog {
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.cannabis_rt h3 {
  color: var(--primary);
  margin-bottom: .6em;
}

.step_rt a {
  color: var(--neutral-7);
}

.step_rt a:hover {
  color: var(--primary);
}

.step_rt h3 {
  letter-spacing: .02em;
  font-family: Clash Display;
  font-weight: 500;
}

.step_rt p {
  font-size: 1.25em;
  line-height: 1.5;
}

.step_rt.stretch {
  flex: 1;
}

.container_60em {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_image {
  background-color: var(--neutral-3);
  background-image: url('../images/002-book_follow-up.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 26em;
}

.accordion_icon.accordion-icon {
  cursor: pointer;
  font-size: 1em;
}

.accordion_trigger {
  border-bottom: 1px solid var(--neutral-3);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  display: flex;
}

.accordion_trigger:hover {
  border-bottom-color: var(--primary);
  color: var(--primary);
}

.accordion-item.last {
  padding-bottom: 0;
}

.accordion_h3 {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 1em;
  padding-bottom: 0;
  overflow: hidden;
}

.accordion-wrapper {
  margin-top: -1.5em;
}

.accordion-wrapper._11em-top {
  padding-top: 11em;
}

.accordion-wrapper._2em-top {
  margin-top: 0;
  padding-top: 2em;
}

.accordion-flex {
  justify-content: space-between;
  margin-bottom: 1em;
  padding-bottom: 2em;
}

.accordion-image {
  background-color: var(--neutral-2);
  background-image: url('../images/puff-neutral-7.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3em;
  flex: 1 0 45%;
  padding-top: 30%;
  position: relative;
}

.accordion-p {
  flex: 48%;
  margin-bottom: 0;
  padding-right: 4%;
  font-size: 1.25em;
  line-height: 1.3;
}

.accordion_rt {
  padding-right: 4%;
}

.accordion_rt p {
  font-size: 1.2em;
  line-height: 1.35;
}

.heading_brand {
  align-items: center;
  display: flex;
}

.blog_brand-logo {
  color: var(--primary);
  margin-right: 1em;
}

.page__date-info {
  margin-right: 1.6em;
  padding-top: .35em;
  padding-bottom: .35em;
  padding-right: 0;
  font-size: 1.2em;
  font-weight: 600;
}

.page__date-info.first {
  margin-left: 0;
}

.page__share {
  align-items: center;
  display: flex;
}

.social_link {
  color: var(--neutral-3);
  margin-left: .4em;
  margin-right: .4em;
  font-size: 1em;
  transition: all .2s;
}

.social_link:hover {
  color: var(--primary);
}

.social_link.first {
  margin-left: 0;
}

.share_link {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  background-color: var(--neutral-8);
  color: var(--neutral-3);
  text-align: left;
  white-space: nowrap;
  border: 2px solid #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: .75em;
  padding: .6em 1em;
  font-size: 1.05em;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  display: flex;
}

.share_link:hover {
  background-color: var(--primary);
  color: var(--neutral-7);
}

.share_link.alt-1 {
  background-color: var(--neutral-7);
}

.share_link.alt-1:hover {
  background-color: var(--primary);
}

.btn-arrow-2 {
  flex: none;
  margin-left: .75em;
}

.btn-arrow-2.reverse {
  margin-left: 0;
  margin-right: .75em;
}

.container_70 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.container_70.left {
  margin-left: 0;
}

.blog__read-timer {
  align-items: center;
  display: flex;
}

.read__icon {
  height: 1.5em;
  margin-bottom: -.24em;
  margin-right: .3em;
}

.blog_thumbnail {
  background-color: var(--neutral-8);
  outline-offset: 1em;
  background-image: url('../images/puff-neutral-neutral-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3em;
  outline: 3px solid #28be7f00;
  align-self: stretch;
  width: 100%;
  margin-bottom: 1.75em;
  padding-top: 70%;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.blog_thumbnail:hover {
  outline-color: var(--primary);
  outline-offset: 1em;
  outline-width: 3px;
  outline-style: solid;
  transform: scale(.94);
}

.blog_thumbnail.absolute {
  position: absolute;
  inset: 0% 0% auto;
}

.blog_thumbnail.width-50 {
  flex: none;
  width: 55%;
  margin-bottom: 0;
  margin-left: 3%;
  padding-top: 35%;
}

.cs__list {
  grid-column-gap: 4em;
  grid-row-gap: 5.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cs__list.blog {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog_cms-item {
  flex-direction: row;
  display: flex;
}

.blog_cms-item:hover {
  z-index: 2;
  position: relative;
}

.cms__empty {
  opacity: 0;
  color: #93aed8;
  text-align: center;
  background-color: #fff0;
  border: 2px dotted #1b2d5a;
  border-radius: 1em;
  flex-direction: column;
  align-items: center;
  padding: 1.5em 2em;
  font-size: 1.3em;
  display: flex;
}

.cms_empty-icon {
  width: 3em;
}

.empty__h3 {
  color: #f2f6fb;
  margin-top: .5em;
  margin-bottom: .2em;
  font-weight: 700;
  line-height: 1.25;
}

.blog-h3 {
  font-weight: 500;
}

.blog-h3.smaller {
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.18;
}

.post_category {
  background-color: var(--primary);
  color: var(--neutral-7);
  letter-spacing: .01em;
  padding: .3em .7em;
  font-weight: 500;
}

.blog_text {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-h2 {
  font-weight: 500;
}

.blog_cat-sep {
  background-color: var(--primary);
  flex: none;
  align-self: stretch;
  width: 1px;
}

.section_header {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog_featured-image {
  outline-color: var(--primary);
  outline-offset: 1em;
  outline-width: 0;
  outline-style: solid;
  align-self: stretch;
  margin: -12.5em -1em 1.75em;
  padding-top: 70%;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.blog_featured-image.absolute {
  position: absolute;
  inset: 0% 0% auto;
}

.blog_featured-image.width-50 {
  flex: none;
  width: 50%;
  margin-bottom: 0;
  margin-left: 3%;
  padding-top: 35%;
}

.blog_featured-image.page {
  margin-top: 0;
}

.site_notice {
  z-index: 999;
  background-color: var(--primary);
  opacity: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  pointer-events: none;
  color: var(--neutral-7);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .8em 1.2em;
  font-size: 1.2em;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: auto 1em 1em;
}

.site_notice.u-error {
  background-color: var(--colour-5);
}

.site_notice.u-error.show, .site_notice.u-success.show {
  opacity: 1;
}

.swiper-wrapper-2 {
  align-items: center;
  display: flex;
}

.swiper-wrapper-2.wrapper-stretch {
  align-items: stretch;
}

.swiper-arrow {
  cursor: pointer;
  background-color: #011341;
  background-image: url('../images/ui_swiper-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.8em;
  border: 2px solid #14224e;
  border-radius: 1000px;
  order: 1;
  width: 4.5em;
  height: 4.5em;
}

.swiper-arrow:hover {
  border-color: #38e8a9;
}

.swiper-arrow.button-prev {
  transform: rotate(180deg);
}

.swiper-arrow.button-prev.blog-prev {
  background-color: #000c2c;
  border-color: #011341;
}

.swiper-arrow.button-prev.blog-prev:hover {
  background-color: #011341;
  border-color: #38e8a9;
}

.swiper-arrow.blog-next {
  background-color: #000c2c;
  border-color: #011341;
}

.swiper-arrow.blog-next:hover {
  background-color: #011341;
  border-color: #38e8a9;
}

.no-overflow {
  width: 100%;
  overflow: hidden;
}

.swiper-pagination-hold {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.swiper-pagination-hold.blog-swiper-arrows {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
}

.swiper-slide-2 {
  flex: none;
}

.swiper-slide-2.blog-slide {
  opacity: .3;
  filter: blur(3px);
  flex-direction: column;
  width: 50%;
  display: flex;
}

.swiper-slide-2.blog-slide.swiper-slide-active {
  opacity: 1;
  filter: none;
}

.container_58em {
  width: 100%;
  max-width: 58em;
  margin-left: auto;
  margin-right: auto;
}

.container_58em.centre {
  text-align: center;
}

._7em-spacer {
  width: 7em;
  height: 7em;
}

.cms-empty {
  color: #fff;
  text-align: center;
  background-color: #e83843;
  border-radius: 1em;
  margin-top: 3em;
  margin-bottom: 3em;
  padding: 1em 2em;
  font-size: 1.1em;
  font-weight: 500;
}

.blog_pagination {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: center;
  display: flex;
}

.swiper-component {
  margin-left: -1em;
  margin-right: -1em;
}

.conditions_bullet-rt ul {
  grid-column-gap: 3em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.conditions_bullet-rt li {
  border-bottom: 1px solid var(--neutral-7);
  margin-bottom: 0;
  padding-bottom: .35em;
  font-size: 1.65em;
}

.conditions_cms-item {
  margin-bottom: 0;
  padding-top: 12em;
}

.pagination_count {
  color: var(--primary);
  letter-spacing: .01em;
  margin-bottom: .75em;
  font-size: 1.25em;
  font-weight: 700;
}

.pagination_hold {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8em;
  display: flex;
}

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

.pagination_number {
  border: 1px solid var(--neutral-3);
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-left: .3em;
  margin-right: .3em;
  font-weight: 700;
  line-height: 0;
  display: flex;
}

.pagination_number:hover {
  background-color: var(--neutral-3);
  color: var(--neutral-7);
}

.pagination_number.active {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--neutral-7);
  font-weight: 800;
}

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

.referal_rt li {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
}

.referal_rt ul {
  padding-left: 0;
  list-style-type: none;
  overflow: visible;
}

.location_checkbox-filled {
  z-index: 1;
  border: 1px solid var(--neutral-3);
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.location_checkbox-filled.first {
  pointer-events: none;
}

.location_checkbox-filled.selected {
  border-color: var(--primary);
  background-color: var(--primary);
}

.location_checkbox-filled.second, .location_checkbox-filled.third, .location_checkbox-filled.fourth {
  pointer-events: none;
}

.location_checkbox-filled.dark {
  border-color: var(--neutral-7);
  background-color: var(--neutral-4);
}

.location_checkbox-filled.dark.selected {
  border-color: var(--primary);
  background-color: var(--primary);
}

.location_radio-img {
  z-index: 2;
  border-style: none;
  border-radius: 0%;
  flex: none;
  margin-right: .5em;
  font-size: .8em;
  display: none;
  position: relative;
}

.location_radio-img.w--redirected-checked {
  z-index: 1;
  width: .75em;
  height: .75em;
  margin-right: .25em;
}

.location_radio-img.w--redirected-focus {
  box-shadow: none;
}

.location_radio-img.selected {
  color: var(--neutral-3);
  display: block;
}

.location_radio-img.hidden {
  display: none;
}

.location_radio-img.hidden.w--redirected-checked {
  background-color: var(--neutral-7);
  width: 1.25em;
  height: 1.25em;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5em;
  display: none;
}

.location_radio-img.dark {
  color: var(--neutral-3);
}

.skew_fix {
  font-weight: 800;
  display: block;
  transform: skew(15deg);
}

.location_radio-hold {
  background-color: var(--white);
  color: var(--neutral-2);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: .7em 1em;
  font-size: 1.56em;
  font-weight: 800;
  line-height: 1;
  display: flex;
  position: relative;
}

.location_radio-hold.option-2 {
  border-width: 2px;
  border-color: #26c8b933;
  padding: .32em .6em;
  transform: skew(-15deg);
}

.location_radio-hold.option-2.interactable {
  z-index: 2;
  text-transform: none;
  border-style: none;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: .4em .65em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.location_radio-hold.option-2.interactable:hover {
  border-color: #26c8b9;
}

.location_radio-label {
  z-index: 2;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
  position: relative;
}

.location_radio-label.selected, .location_radio-label.dark {
  color: var(--neutral-7);
}

.location_radio-label.dark.selected {
  color: var(--neutral-3);
}

.form_radio-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
}

.location_config-selector {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.badge_holder {
  z-index: 2;
  color: var(--neutral-7);
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.badge_holder.right {
  width: 50%;
  margin-right: 0;
}

.notice-bar_primary {
  background-color: var(--primary);
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.site-notice {
  border: 2px dashed var(--primary);
  background-color: var(--neutral-7);
  color: var(--neutral-3);
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .8em 1.5em;
  font-size: 1.2em;
  font-weight: 500;
  display: flex;
}

.site-notice.neutral-6 {
  background-color: var(--neutral-6);
}

.site-notice.more-margin {
  margin-top: 7em;
  margin-bottom: 7em;
}

.site-notice.neutral-3 {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  background-color: var(--neutral-3);
  color: var(--neutral-7);
}

.small-text {
  text-align: left;
  letter-spacing: .01em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.3;
}

.site-notice_icon {
  flex: none;
  font-size: .65em;
}

.medicann_popup-parent {
  z-index: 9999;
  color: var(--neutral-3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 1.5em;
  display: none;
  position: fixed;
  inset: 0%;
}

.medicann_popup-parent.show {
  display: flex;
}

.div-block-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.medicann_icon {
  margin-right: .2em;
  font-size: 4em;
}

.jersey-span {
  background-image: url('../images/flag-jersey.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: .1em;
  padding-left: 1.35em;
}

.jersey-span.cc-link {
  color: var(--neutral-7);
  text-decoration: none;
}

.jersey-span.cc-link:hover {
  text-decoration: underline;
}

.container_68em {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_header-content {
  flex: 0 50%;
}

.section_header-content-right {
  flex: 0 42%;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5%;
  display: flex;
}

.dynmaic_rt {
  flex: 1;
}

.dynmaic_rt a:hover {
  color: var(--primary);
}

.dynmaic_rt h3 {
  letter-spacing: .02em;
  font-family: Clash Display;
  font-weight: 500;
}

.dynmaic_rt.larger p {
  margin-bottom: .75em;
  font-size: 1.34em;
  line-height: 1.5;
}

.dynmaic_rt p {
  margin-bottom: .55em;
  font-size: 1.22em;
  line-height: 1.4;
}

.embed-container {
  background-color: var(--neutral-3);
  background-image: url('../images/puff-neutral-7.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3em;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.clinic_partner-logo {
  mix-blend-mode: multiply;
  height: 5em;
}

.clinic_partner-link {
  margin-top: 2em;
}

.u-neutral-3-text {
  color: var(--neutral-3);
}

.account__custom-fields {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.account__data-holder {
  letter-spacing: 0;
  align-items: flex-start;
  max-width: 20em;
  padding-right: 2em;
  display: flex;
}

.account__data-holder.last {
  padding-right: 1em;
}

.account__icn {
  color: var(--primary);
  flex: none;
  margin-right: 1em;
}

.account__custom-label {
  color: var(--primary);
  letter-spacing: .015em;
  font-size: 1.18em;
  font-weight: 500;
  line-height: 1.25;
}

.account__data {
  font-size: 1.4em;
  line-height: 1.3;
}

.account__grid {
  grid-column-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mint-text {
  color: #5fc;
  margin-bottom: .25em;
}

.mint-text.low-line {
  line-height: 1.3;
}

.form-field-2 {
  color: #f5f2e7;
  background-color: #0000;
  border: 2px solid #192c5b;
  border-radius: 0;
  min-height: 4em;
  margin-bottom: 0;
  padding: 1.5em 2em;
  font-size: 1.18em;
  font-weight: 400;
}

.form-field-2:hover {
  border-color: #f5f2e7;
}

.form-field-2:focus {
  border-color: #5fc;
}

.form-field-2:focus-visible {
  border-color: #5fc;
}

.form-field-2[data-wf-focus-visible] {
  border-color: #5fc;
}

.form-field-2::placeholder {
  color: #f5f2e780;
}

.home__disclaimer-p {
  border-top: 1px solid var(--primary);
  letter-spacing: 0;
  margin-top: 3.5em;
  padding-top: 1.8em;
  font-size: 1.15em;
  font-weight: 300;
  line-height: 1.4;
}

.home__disclaimer-p.acount {
  border-top-width: 2px;
  margin-top: 2.5em;
  line-height: 1.4;
}

.account__left-bar {
  flex-basis: 30%;
  min-width: 20em;
  padding-left: 0;
}

.account__list-item {
  margin-bottom: 1em;
  font-size: 1.1em;
}

.account__button {
  border: 1px solid var(--primary);
  background-color: var(--neutral-7);
  color: var(--neutral-3);
  letter-spacing: 0;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1.15em;
  font-weight: 500;
  display: flex;
}

.account__button:hover {
  border-color: var(--neutral-3);
  background-color: var(--neutral-3);
  color: var(--neutral-7);
}

.account__button.w--current {
  background-color: var(--primary);
  color: var(--white);
}

.account_login-header {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6.5em;
  display: flex;
}

.account_login-header.no-border {
  border-bottom-style: none;
  margin-bottom: 4em;
}

.location_dd-toggle {
  align-items: center;
  padding: .75em .75em .75em 1em;
  font-size: 1.2em;
  line-height: 1;
  display: flex;
}

.location_dd-toggle.w--open {
  z-index: 9902;
  background-color: var(--neutral-2);
  color: var(--white);
}

.location_dd-content {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.locaion__dd-flag {
  border: 1px solid var(--neutral-3);
  border-radius: 10000px;
  width: 2.25em;
  margin-bottom: .25em;
}

.product__header {
  flex-direction: column;
  align-items: flex-start;
  max-width: 52em;
  padding-right: 4em;
  display: flex;
}

.cat__image-on-page {
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  margin-right: 1.35em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cat__image-tag {
  max-height: 7em;
}

.store__rich-text h3 {
  color: var(--primary);
}

.product__list-cta-content {
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: .5em;
  display: flex;
}

.outline-btn-fill {
  background-color: #0b1f52;
  justify-content: center;
  align-items: center;
  padding: 1.2em 2em;
  display: flex;
}

.outline-btn-fill:hover {
  background-color: #0b1f52e6;
}

.button-holder-2 {
  flex-wrap: wrap;
  align-items: center;
  margin: -.4em;
  font-size: 1.4em;
  display: flex;
  position: relative;
}

.button-holder-2._1em-top {
  margin-top: 1em;
}

.button-holder-2._1em-top.stretch {
  flex-direction: column;
  align-items: stretch;
}

.button-holder-2.links {
  margin-left: -1em;
  margin-right: -1em;
}

.button-holder-2.links.product-buttons {
  flex-direction: column;
  align-items: stretch;
  margin-left: -.75em;
  margin-right: -.75em;
  font-size: 1.12em;
}

.button-holder-2.product__stretch {
  align-items: center;
  margin-top: 1em;
}

.product__list-cta {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 24em;
  margin-left: auto;
  padding-top: 2em;
  font-size: 1.1em;
  display: flex;
}

.home__signup-cta-p {
  margin-bottom: 0;
  line-height: 1.3;
}

.home__signup-icon {
  flex: none;
  width: 2.75em;
  margin-right: 1em;
}

.home__signup-icon.bottle {
  width: 3em;
  margin-right: .75em;
}

.notices-parent {
  z-index: 995;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
  position: fixed;
  inset: auto 1.25em 1.25em;
}

.notices-parent.show {
  display: block;
  position: relative;
}

.standard-notice {
  background-color: var(--neutral-4);
  pointer-events: auto;
  color: var(--neutral-7);
  border-radius: 8px;
  align-items: flex-start;
  padding-top: .75em;
  padding-bottom: .75em;
  font-size: 1.3em;
  font-weight: 500;
  display: flex;
}

.nav-container {
  grid-column-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
  padding-left: 2em;
  padding-right: 2em;
  display: grid;
}

.nav-container.notice-cont {
  min-height: auto;
  padding-bottom: 0;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: block;
}

.success-hold {
  background-color: var(--primary);
  pointer-events: auto;
  color: #f2f2f2;
  border-radius: 8px;
  align-items: flex-start;
  padding-top: .75em;
  padding-bottom: .75em;
  font-size: 1.3em;
  font-weight: 500;
  display: flex;
}

.error-notice-hold {
  background-color: var(--colour-5);
  pointer-events: auto;
  color: #f2f2f2;
  border-radius: 8px;
  align-items: flex-start;
  padding-top: .75em;
  padding-bottom: .75em;
  font-size: 1.3em;
  font-weight: 500;
  display: flex;
}

.master-link-3 {
  color: #f5f2e7;
  white-space: nowrap;
  background-color: #0000;
  flex: none;
  align-items: center;
  padding: .8em 1em;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.master-link-3:hover {
  color: #f5f2e7;
  background-color: #192c5b;
}

.master-link-3.w--open {
  z-index: 101;
  background-color: #192c5b;
}

.shop__cat-show-mobile {
  z-index: 2;
  text-align: center;
  cursor: pointer;
  background-color: #0b1f52;
  border: 2px solid #192c5b;
  justify-content: center;
  align-items: center;
  padding: .75em 1em;
  font-size: 1.1em;
  font-weight: 500;
  display: none;
  position: relative;
}

.shop__cat-show-mobile:hover {
  background-color: #0100011f;
}

.horizontal-divider {
  background-color: var(--primary);
  width: 100%;
  max-width: 1850px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.dd-link {
  color: #f5f2e7;
  white-space: nowrap;
  background-color: #0000;
  flex: none;
  align-items: center;
  padding: .4em 1.25em;
  font-size: .8em;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.dd-link:hover {
  color: #5fc;
  background-color: #192c5b;
}

.dd-link.w--current {
  color: #5fc;
}

.dd-link.w--open {
  z-index: 101;
  background-color: #192c5b;
}

.product__collection-item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.product__dropdown {
  z-index: 101;
}

.product__grid-parent {
  grid-column-gap: 5em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.btn-arrow-4 {
  height: .8em;
  margin-left: .7em;
}

.btn-arrow-4.smaller {
  height: .4em;
}

.fs-cc-banner_close-icon-2 {
  width: 2em;
  height: 2em;
}

.fs-cc-banner_close-2 {
  opacity: 1;
  color: #fff;
  cursor: pointer;
  background-color: #c5283d;
  border-radius: 500px;
  margin-left: 1em;
  padding: 1em;
  position: absolute;
  inset: -4.55em .075em auto auto;
}

.fs-cc-banner_close-2.product {
  background-color: #192c5b;
  display: none;
}

.product__sort-hold {
  border-bottom: 2px solid var(--primary);
  align-items: flex-start;
  margin-bottom: 5em;
  padding-bottom: 2em;
  display: flex;
}

.product__grid-list {
  grid-column-gap: 2.75em;
  grid-row-gap: 5.5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4em;
  display: grid;
}

.cms__empty-2 {
  text-align: center;
  background-color: #f9461f40;
  padding: 1.25em 1em;
  font-size: 1.2em;
}

.product__sidebar {
  grid-column-gap: 16px;
  grid-row-gap: 2.75em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav__dropdown-list {
  background-color: #192c5b;
  box-shadow: 0 2px 5px 100vmax #040b1fb3;
}

.nav__dropdown-list.w--open {
  z-index: 100;
  padding-bottom: .4em;
}

.products__cat-wrap {
  margin-top: 4em;
}

.product__cat-list-4 {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -.75em;
  margin-right: -.75em;
  display: grid;
}

.product__cat-link {
  color: var(--primary);
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: .75em;
  text-decoration: none;
  display: flex;
}

.product__cat-link:hover {
  background-color: var(--neutral-2);
  color: var(--neutral-7);
}

.product__cat-link.w--current {
  width: 100%;
}

.product__cat-image-hold {
  background-image: url('../images/puff-neutral-7.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5em;
  flex: none;
  width: 3.5em;
  height: 3.5em;
  margin-right: 1em;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
}

.prod__thumbnail-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.prod__thumbnail-image.cat-icon {
  background-color: var(--neutral-3);
  object-fit: contain;
}

.prod__sale-badges {
  z-index: 2;
  font-size: 1.2em;
  line-height: 1.2;
  position: absolute;
  inset: 6.5% auto auto 6.5%;
}

.product__cat-text {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.2;
}

.link-arrow {
  height: .8em;
  margin-left: .7em;
}

.product__info-test {
  font-size: 1.12em;
  line-height: 1.2;
}

.product__info-row {
  grid-column-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1.6em 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-bottom: .75em;
  display: grid;
}

.product__info-row.pad-right {
  margin-right: 1.25em;
}

.product__link-block {
  width: 100%;
  margin-bottom: 1em;
}

.product__link-block.w--current {
  width: 100%;
}

.ps-2 {
  font-size: 1.08em;
  line-height: 1.5;
}

.product__card-out-of-stock {
  border: 2px dashed var(--colour-5);
  text-align: center;
  margin-top: auto;
  padding: .75em 1em;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.35;
}

.product__card-out-of-stock.over-img {
  z-index: 2;
  background-color: var(--neutral-3);
  color: var(--neutral-7);
  border-style: none;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.2em;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 1em;
}

.product__h4 {
  margin-bottom: .1em;
}

.product_info {
  grid-column-gap: .5em;
  flex-wrap: wrap;
  align-items: flex-start;
  font-weight: 500;
  display: flex;
}

.product__info-icon {
  font-size: 1.45em;
}

.product__info-icon.less {
  max-height: 1.5em;
  margin-top: -.1em;
}

.product__info-icon.primary {
  color: var(--primary);
}

.product__info-icon.reduced {
  width: 1em;
  height: auto;
}

.product__buttons {
  text-align: center;
  flex-direction: column;
  margin-top: auto;
  display: flex;
}

.product__info-items {
  flex: 1;
  margin-top: 1.25em;
}

.prod__image-hold {
  background-color: var(--white);
  background-image: url('../images/puff-neutral-primary.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2em;
  flex: 1;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
}

.prod__image-hold.thumb {
  background-color: var(--white);
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline-style: solid;
  outline-color: #20352f00;
  padding: 100% 0 0;
}

.prod__image-hold.thumb:hover {
  outline-color: var(--primary);
  outline-offset: 12px;
}

.prod__image-hold.on-pg {
  background-color: #fff0;
}

.product__right {
  max-width: 15em;
  position: sticky;
  top: 7em;
}

.product__right.top {
  max-width: 16.5em;
  padding-top: 3em;
  padding-left: 1em;
}

.prod__image-grid {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.25em;
  display: flex;
}

.prod__option-list {
  margin-bottom: 1em;
  padding-top: .75em;
  padding-bottom: .75em;
}

.prod__option-list.temp-hide, .web-pay-hide {
  display: none;
}

.prod__option-list-parent {
  padding-right: 2.4em;
}

.product__h1 {
  color: var(--primary);
  margin-bottom: .1em;
  font-size: 2.8em;
  line-height: 1.05;
}

.prod__gallery-image {
  flex: 0 0 20%;
  padding: .2em;
}

.full-width-img {
  z-index: 1;
  width: 100%;
  max-width: none;
}

.prod__dd-input {
  background-color: #fff;
  border: 1px #000;
  border-radius: 1000px;
  min-height: 3.5em;
  margin-left: 0;
  margin-right: 0;
  padding: .9em 1.75em 1em;
}

.prod__dd-input:hover {
  background-color: #ffffff80;
}

.form-field-3 {
  color: #f5f2e7;
  background-color: #0000;
  border: 2px solid #192c5b;
  border-radius: 0;
  min-height: 4em;
  margin-bottom: 0;
  padding: 1.5em 2em;
  font-size: 1.18em;
  font-weight: 400;
}

.form-field-3:hover {
  border-color: #f5f2e7;
}

.form-field-3:focus {
  border-color: #5fc;
}

.form-field-3:focus-visible {
  border-color: #5fc;
}

.form-field-3[data-wf-focus-visible] {
  border-color: #5fc;
}

.form-field-3::placeholder {
  color: #f5f2e780;
}

.form-field-3.quantity {
  color: #0b1f52;
  text-align: center;
  align-self: stretch;
  width: 4em;
  height: auto;
  min-height: auto;
  margin: .4em;
  padding: 1em .6em 1em 1em;
  font-size: 1em;
}

.tab-data {
  width: 80%;
  max-width: 50em;
}

.tab-data.margin-top {
  margin-top: 6em;
}

.product__tab-link {
  color: var(--neutral-3);
  background-color: #0000;
  padding: .5em .75em;
  font-size: 1em;
  line-height: 1.2;
}

.product__tab-link:hover {
  opacity: 1;
  color: var(--neutral-3);
  text-decoration: underline;
}

.product__tab-link.w--current {
  opacity: 1;
  color: var(--primary);
  background-color: #0000;
}

.product__tabs-content {
  margin-top: .5em;
}

.circle-text {
  width: 100%;
  height: 100%;
  position: relative;
}

.home__disclaimer-p-2 {
  letter-spacing: 0;
  border-top: 2px solid #192c5b;
  margin-top: 3.5em;
  padding-top: 1.3em;
  font-size: 1.03em;
  font-weight: 300;
  line-height: 1.5;
}

.home__disclaimer-p-2.product {
  color: #f5f2e78c;
}

.cms__success {
  text-align: left;
  background-color: #192c5b;
  border-top-right-radius: 2em;
  border-bottom-left-radius: 1em;
  margin-top: 0;
  padding: 1.25em 2em;
}

.cms__success.out-of-stock {
  background-color: #fff;
  border-top-right-radius: 1.5em;
  border-bottom-left-radius: .75em;
  padding: 1.1em 1.75em;
  font-size: 1.2em;
}

.product__add-cart-hold {
  border-top: 2px solid var(--primary);
  letter-spacing: 0;
  align-self: stretch;
  margin-top: 3em;
  padding-top: 2.5em;
  font-size: .95em;
  font-weight: 300;
  line-height: 1.5;
}

.prod__option {
  padding-bottom: 1em;
}

.section__head-with-button {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.5em;
  display: flex;
}

.about-circle-logo {
  background-image: url('../images/cbpms-plus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 5.4em 5.4em;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  margin-bottom: 1.5em;
  margin-left: -.25em;
  display: inline-block;
}

.product__info-2 {
  grid-column-gap: .5em;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.product__tab-menu {
  margin-left: -.5em;
  margin-right: -.5em;
  font-size: 2.1em;
}

.product__tab-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 5em;
}

.product__tab-line.middle {
  margin-top: 5em;
}

.product__custom-info-box {
  text-align: center;
  letter-spacing: .01em;
  text-transform: uppercase;
  background-color: #e4ce5933;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .9em .85em;
  font-size: 1em;
  line-height: 1;
  display: flex;
}

.product__custom-info-box._03 {
  background-color: color-mix(in srgb, var(--primary) 25%, transparent);
}

.product__custom-info-box._02 {
  background-color: #e459ac33;
}

.product__custom-info-box._04 {
  background-color: #59bae433;
}

.product__info-icon-2 {
  margin-top: -.2em;
}

.product__info-icon-2.less {
  max-height: 1.5em;
  margin-top: -.1em;
}

.tab__logo {
  background-image: url('../images/cbpms-plus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 5.5em 5.5em;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  margin-bottom: 1.5em;
  display: inline-block;
  position: absolute;
  inset: 5em 0% auto auto;
}

.product__data-table {
  border-top: 3px solid var(--primary);
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 5em;
  padding-top: 2.5em;
  display: flex;
}

.btn-arrow-5 {
  height: .8em;
  margin-left: .7em;
}

.product__disclaimer-price {
  margin-top: 2em;
  font-size: 1.1em;
}

.product__top-grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 20em 1.8fr auto;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.var-select {
  background-color: var(--white);
  color: var(--neutral-0);
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  border: 1px solid #0000;
  margin-right: .5em;
  padding: .4em 1em;
  font-size: 1.28em;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.var-select:hover {
  border-color: var(--primary);
  background-color: var(--neutral-3);
}

.var-select:active {
  border-color: var(--neutral-7);
}

.var-select.w--current {
  border-color: #585859;
}

.var-select.selected {
  background-color: var(--neutral-0);
  color: var(--neutral-7);
}

.section__h2 {
  margin-bottom: .3em;
}

.section__h2.large-white {
  font-size: 3.4em;
}

.product__grid-list-4 {
  grid-column-gap: 1.75em;
  grid-row-gap: 4em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product__cagtegory {
  margin-bottom: .8em;
  font-size: 1.6em;
  font-weight: 500;
}

.section-divider-2 {
  background-image: linear-gradient(to right, #5fc, #35c6d8 50%, #38b6ff);
  width: 96%;
  max-width: 1850px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
}

.var-label {
  letter-spacing: .01em;
  flex: 1;
  width: 100%;
  margin-top: .5em;
  font-size: 1.25em;
  font-weight: 500;
  display: inline-block;
}

.prod__price {
  color: var(--primary);
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.1;
}

.prod__sale-price {
  color: var(--neutral-0);
  font-size: 1.45em;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: line-through;
}

.empty-hide {
  display: none;
}

.prod__image-hold-2 {
  mix-blend-mode: multiply;
  background-image: url('../images/tail-spin-blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: 1;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
}

.master-button-3 {
  color: #0b1f52;
  text-align: left;
  white-space: nowrap;
  background-color: #5fc;
  border: 2px solid #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin: .4em;
  padding: 1.2em 1.7em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.master-button-3:hover {
  color: #0b1f52;
}

.master-button-3.outline-btn {
  color: #f5f2e7;
  background-image: linear-gradient(135deg, #5fc, #33c3d9 50%, #1b99e2);
  border-style: none;
  padding: 2px;
}

.master-button-3.outline-btn:hover {
  background-color: #5fc3;
}

.master-button-3.mint-stroke {
  color: #fff;
  background-color: #0b1f52;
  border-color: #5fc;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.master-button-3.mint-stroke:hover {
  background-color: #55ffcc1a;
}

.prod__main-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  max-height: 28em;
  position: relative;
}

.product__custom-icon {
  object-fit: contain;
  object-position: 50% 100%;
  width: 2em;
  height: 2em;
  margin-bottom: .75em;
}

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

.prouct__custom-info {
  grid-column-gap: 1em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  font-size: .95em;
  display: grid;
}

.product__top-hold {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.conditions_bullet-rt-white ul {
  grid-column-gap: 3em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.conditions_bullet-rt-white li {
  border-bottom: 2px solid var(--neutral-0);
  margin-bottom: 0;
  padding-bottom: .35em;
  font-size: 1.65em;
}

.about_local-h3-2 {
  color: #28be7f;
  font-weight: 500;
}

.btn-arrow-6 {
  margin-bottom: .2em;
  margin-left: .6em;
  font-size: .95em;
}

.prod__lightbox-link {
  background-color: var(--white);
  justify-content: center;
  width: 100%;
  height: 95%;
  padding-top: 95%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.prod__lightbox-link:hover {
  background-color: var(--white);
}

.round-image {
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: .5em;
  position: absolute;
  inset: 0%;
}

.section_image-2 {
  background-color: #20352f;
  background-image: url('../images/medicann-medical-cannabis-farm.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 40em;
}

.nav__logo-3 {
  font-size: 2em;
  display: block;
}

.service-update-2 {
  color: #142621;
  background-color: #28be7f;
  width: 100%;
}

.banner__icon-2 {
  margin-right: 1.25em;
  font-size: .7em;
}

.service-update__link-2 {
  text-decoration: underline;
}

.service-update__link-2:hover {
  color: #071b15;
}

.product__card-hold {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.nav__dd-list-2 {
  white-space: nowrap;
  background-color: #142621;
  margin-top: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  inset: 100% auto auto 0;
  box-shadow: 0 2px 5px 100vmax #071b1580;
}

.nav__dd-list-2.w--open {
  z-index: 999;
  color: #ebe8e3;
  white-space: normal;
  flex-direction: column;
  min-width: 16em;
  display: flex;
  left: auto;
  right: -.75em;
}

.nav__dd-link-2 {
  color: #f2f6fb;
  border-bottom-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: .4em 1em;
  font-size: 1.1em;
  text-decoration: none;
}

.nav__dd-link-2:hover {
  color: #28be7f;
}

.nav__dd-link-2.w--current {
  color: #f2f6fb;
  background-color: #20352f;
}

.nav-menu__link-2 {
  color: #f2f6fb;
  padding: .7em 1em;
  font-size: 1.65em;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  display: block;
}

.nav-menu__link-2:hover {
  color: #fff;
  background-color: #071b15;
}

.nav-menu__link-2.dd {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-label {
  z-index: 2;
  letter-spacing: .05em;
  background-color: #0b1f52;
  margin-bottom: -1em;
  margin-left: .5em;
  padding: .5em .8em;
  position: relative;
}

.utility-logo {
  height: 3em;
  margin-bottom: 6em;
}

.home__disclaimer-p-3 {
  letter-spacing: 0;
  border-top: 2px solid #192c5b;
  margin-top: 3.5em;
  padding-top: 1.3em;
  font-size: 1.03em;
  font-weight: 300;
  line-height: 1.5;
}

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

.form-field-4 {
  color: #f5f2e7;
  background-color: #0000;
  border: 2px solid #192c5b;
  border-radius: 0;
  min-height: 4em;
  margin-bottom: 0;
  padding: 1.5em 2em;
  font-size: 1.18em;
  font-weight: 400;
}

.form-field-4:hover {
  border-color: #f5f2e7;
}

.form-field-4:focus {
  border-color: #5fc;
}

.form-field-4:focus-visible {
  border-color: #5fc;
}

.form-field-4[data-wf-focus-visible] {
  border-color: #5fc;
}

.form-field-4::placeholder {
  color: #f5f2e780;
}

.login-form {
  margin-top: 2em;
  margin-bottom: 0;
}

.field-hold {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: .5px;
  display: flex;
}

.pl-2 {
  font-size: 1.3em;
  line-height: 1.5;
}

.hero__heading-2 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(92deg, #5fc 37%, #38b6ff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: .4em;
  font-size: 3.8em;
  line-height: 1;
}

.hero__heading-2.sub {
  margin-bottom: .2em;
}

.master-link-4 {
  color: #f5f2e7;
  white-space: nowrap;
  background-color: #0000;
  flex: none;
  align-items: center;
  padding: .8em 1em;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.master-link-4:hover {
  color: #f5f2e7;
  background-color: #192c5b;
}

.master-link-4.w--open {
  z-index: 101;
  background-color: #192c5b;
}

.hero_back {
  margin-top: -.5em;
  margin-bottom: 5.5em;
  display: flex;
}

.hero_back-link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border-bottom: 2px solid var(--neutral-0);
  color: var(--neutral-0);
  letter-spacing: .6px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: .5em;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.hero_back-link:hover {
  border-bottom-color: var(--primary);
  color: var(--primary);
}

.btn-arrow-7 {
  margin-bottom: .1em;
  margin-left: .6em;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: .95vw;
  }

  .hero__heading {
    font-size: 3.7em;
  }

  .small-form-hold {
    padding-top: 2.5em;
    padding-bottom: 2.25em;
  }

  .owl-nav {
    padding-left: 2em;
    padding-right: 2em;
  }

  .legacy-global-div {
    padding-left: 4.5em;
    padding-right: 4.5em;
  }

  .hero_section.sub-page {
    padding-top: 18em;
    padding-bottom: 6.5em;
  }

  .content_grid {
    grid-column-gap: 4em;
  }

  .product__grid-list {
    grid-column-gap: 2.75em;
    grid-row-gap: 5em;
  }

  .nav__logo-3 {
    height: 4em;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 16px;
  }

  h2 {
    font-size: 2.9em;
  }

  .style__section {
    padding-left: 5em;
    padding-right: 5em;
  }

  .master-button {
    border-radius: 0;
    font-size: 1em;
  }

  .global-section {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .global-div, .hero {
    padding-left: 4em;
    padding-right: 4em;
  }

  .hero__heading {
    font-size: 3.85em;
  }

  .home_about-grid {
    grid-column-gap: 4em;
  }

  .btn-hold.pagination {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 6em;
  }

  ._4em-spacer.increase-higher-up {
    width: 6em;
    height: 6em;
  }

  .owl-nav {
    padding-left: 3em;
    padding-right: 3em;
  }

  ._3em-spacer {
    font-size: 1.1em;
  }

  .hero_section {
    min-height: 55em;
  }

  .circle-icons {
    height: 5em;
  }

  .conditions_circle, .steps_icons {
    width: 10em;
    height: 10em;
  }

  .locations_grid {
    grid-column-gap: 4em;
    margin-top: .5em;
  }

  .footer__nav-left {
    display: flex;
  }

  .grid_2, .home_telehealth-grid {
    grid-column-gap: 4em;
  }

  .badge {
    padding-top: .9em;
    padding-bottom: .7em;
  }

  .badge-text {
    font-size: .9em;
  }

  .card_badge {
    padding-top: .9em;
    padding-bottom: .7em;
  }

  .nav_ul {
    display: flex;
  }

  .content_grid {
    grid-column-gap: 5em;
    margin-left: auto;
    margin-right: auto;
  }

  .feature_icon {
    width: 10em;
    height: 10em;
  }

  .location_radio-hold.option-2.interactable {
    padding: .55em .8em;
    font-size: 2.1em;
  }

  .location_radio-label.selected {
    color: var(--neutral-7);
  }

  .notices-parent {
    pointer-events: none;
  }

  .standard-notice {
    pointer-events: auto;
    font-size: 1.15em;
  }

  .nav-container {
    padding-left: 5em;
    padding-right: 4.5em;
  }

  .success-hold, .error-notice-hold {
    pointer-events: auto;
    font-size: 1.15em;
  }

  .product__grid-list {
    grid-column-gap: 3.25em;
  }
}

@media screen and (min-width: 1920px) {
  .footer__links {
    flex-wrap: nowrap;
  }

  .owl-nav {
    padding-left: 4.5em;
    padding-right: 4.5em;
  }

  .condition_card-link {
    padding-bottom: .6em;
  }

  .location_radio-hold.option-2.interactable {
    padding-left: .95em;
    padding-right: .95em;
  }

  .nav-container {
    padding-left: 11em;
    padding-right: 10.5em;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.7em;
  }

  h4 {
    line-height: 32px;
  }

  .style__nav {
    flex-flow: wrap;
    width: 100%;
    inset: 0% 0% auto;
  }

  .style__brand {
    flex: 1;
    margin-bottom: 0;
    padding: 1.5em;
  }

  .style__menu {
    background-color: var(--neutral-6);
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .style__body {
    padding-left: 0;
  }

  .style__section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .style__section.top, .style__section.mid {
    padding-top: 180px;
  }

  .style__header {
    width: auto;
  }

  .master-button {
    padding: 1.1em 1.6em;
  }

  .master-button.secondary-btn.nav-btn {
    display: flex;
  }

  .master-button.nav-btn {
    display: none;
  }

  .menu-button {
    color: var(--neutral-0);
    font-size: 38px;
  }

  .menu-button.w--open {
    background-color: var(--neutral-3);
    color: var(--shade-6\<deleted\|variable-277ba7fb\>);
  }

  .global-section {
    padding-top: 5.5em;
    padding-bottom: 5.5em;
  }

  .global-div {
    padding-left: 2.75em;
    padding-right: 2.75em;
  }

  .global-div.inner {
    padding-left: 0;
    padding-right: 0;
  }

  .nav__links {
    justify-content: flex-end;
    padding-right: 0;
    display: none;
  }

  .nav__logo {
    border-right-style: none;
  }

  .hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 2.75em;
    padding-right: 2.75em;
  }

  .hero_headings-holder {
    padding-right: 1.5em;
  }

  .hero_headings-holder.without-image {
    flex-basis: 70%;
  }

  .hero_headings-holder.blog_hero-right, .hero_headings-holder.events_right {
    flex-basis: 27em;
    padding-left: 3em;
  }

  .hero__heading {
    font-size: 3.2em;
  }

  .hero__subheading {
    font-size: 1.75em;
  }

  .home__services-parent {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .services-flex__icon {
    width: 4em;
  }

  .home_about-grid {
    grid-column-gap: 2.75em;
  }

  .home_about-grid.home__quote {
    flex-direction: row;
  }

  .about-image {
    max-height: 400px;
  }

  .home__about-info {
    width: 100%;
  }

  .about__h2 {
    font-size: 44px;
    line-height: 50px;
  }

  .home__contact-hold {
    flex-direction: column;
  }

  .home__contact-image {
    padding-top: 45%;
  }

  .footer__flex.large {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer__link {
    align-self: center;
    font-size: 1.3em;
  }

  .footer__link.small {
    font-size: 1.1em;
  }

  .footer__copyright-old {
    margin-bottom: 1em;
  }

  .footer__copyright-old.no-margin {
    margin-bottom: 0;
  }

  .footer__cpyr-message-old, .footer__privacy-link-old, .fcd-credit {
    font-size: 1.05em;
  }

  .footer__contact-parent {
    align-self: flex-start;
  }

  .footer__contact {
    flex-direction: column;
  }

  .nav__details {
    display: none;
  }

  .nav_link {
    letter-spacing: 0;
    padding-left: .6em;
    padding-right: .6em;
  }

  .navmenu__contact {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    display: none;
  }

  .navmenu__button-hold {
    width: 40%;
  }

  .div-block-4 {
    align-self: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .navmenu__contact-hold {
    color: var(--shade-6\<deleted\|variable-277ba7fb\>);
    justify-content: center;
    display: flex;
  }

  .menu__button {
    background-color: var(--neutral-1);
    width: 82px;
    height: 82px;
    padding: 0;
    font-size: 36px;
    overflow: hidden;
  }

  .menu__button:hover, .menu__button.w--open {
    background-color: var(--neutral-1);
    color: var(--support-4\<deleted\|variable-51533d8c\>);
  }

  .home__services-btn-hold {
    margin-left: -10px;
    margin-right: -10px;
  }

  .dd-icon {
    width: .7em;
  }

  .nav__popout-menu {
    color: var(--neutral-7);
    background-color: color-mix(in srgb, var(--neutral-1) 75%, transparent);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    display: none;
    overflow: auto;
  }

  .nav__search-trigger {
    margin-right: 1.75em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .menu__icon-bottom, .menu__icon-middle, .menu__icon-top {
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
    transition: all .2s;
  }

  .popout-menu-content {
    background-color: var(--neutral-0);
    width: 70%;
  }

  .nav__desktop {
    z-index: 4;
    height: 100%;
    padding-right: 0;
    font-size: .95em;
    position: relative;
    overflow: auto;
  }

  .nav__dd-list.w--open {
    margin-bottom: 2.5em;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0%;
  }

  .menu__background {
    display: none;
  }

  .nav-menu__link {
    padding: .7em 1em;
    font-size: 1.65em;
  }

  .nav-menu__link.small {
    font-size: 1.25em;
  }

  .nav-menu__link.small:hover {
    background-color: var(--neutral-2);
    color: var(--neutral-7);
  }

  .nav-menu__link.loggout-link {
    margin-bottom: 2em;
  }

  .nav_dd-toggle {
    z-index: 4;
    position: relative;
  }

  .nav__menu-parent {
    cursor: pointer;
    border-radius: 59px;
    display: flex;
  }

  .menu__icon-wrapper {
    align-items: center;
  }

  .owl-nav {
    background-image: none;
    align-items: flex-end;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .owl-prev, .owl-next {
    background-size: 26px;
    border-style: none;
    width: 52px;
    height: 52px;
  }

  .style__version {
    flex-direction: column;
    flex: 0 100%;
    order: 1;
    justify-content: center;
    height: 100%;
    padding-bottom: .5em;
    padding-left: 14em;
    display: flex;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  ._404__wrap {
    padding-top: 20em;
    padding-bottom: 12em;
  }

  .legacy-global-div {
    padding-left: 3em;
    padding-right: 3em;
  }

  .temp__h1 {
    font-size: 3.5em;
  }

  .content__55-width {
    width: 46%;
    max-width: 340px;
  }

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

  .history-tag {
    bottom: 7%;
  }

  .feature__grid-3 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .feature__icon {
    width: 66px;
  }

  .stat__pointer {
    margin-left: -.25em;
  }

  .timeline__shaded-line {
    width: .15em;
  }

  .timeline_progress {
    left: 35.25%;
  }

  .timeline_item {
    grid-template-columns: 1fr 8em 2fr;
  }

  .timeline__content {
    padding-right: 60px;
  }

  .master-link {
    padding-top: .75em;
    padding-bottom: .75em;
  }

  .timeline__date-hold {
    top: 5em;
  }

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

  .footer__right {
    order: -1;
  }

  .footer__logo {
    border-right-style: none;
  }

  .utility__page-wrap {
    padding-bottom: 280px;
    padding-left: 75px;
    padding-right: 75px;
  }

  .style__header-2 {
    width: auto;
  }

  .style__sidebar {
    width: auto;
    height: 200px;
    inset: auto 0% 0%;
  }

  .h2.large {
    font-size: 2.8em;
  }

  .h2.blog_card-title {
    font-size: 2.4em;
  }

  .button-holder {
    font-size: 1.2em;
  }

  .fs-cc-prefs_form {
    max-width: 55em;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1.25em;
    margin-bottom: -1em;
    margin-left: -.5em;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_component {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .fs-cc-prefs_content {
    font-size: 1em;
  }

  .appointments_phone {
    height: 100%;
    right: -42%;
  }

  .cta_image {
    width: 50%;
  }

  .cta_image.max_46em {
    max-height: 36em;
  }

  .circle-icons {
    height: 4.5em;
  }

  .conditions_circle {
    width: 8em;
    height: 8em;
  }

  .steps_grid {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
  }

  .steps_item {
    max-width: 30em;
  }

  .md_logo-content {
    width: 250vw;
    font-size: 1.4vw;
  }

  .md_logos-heading {
    top: 3.5em;
  }

  .steps_arrow {
    margin: 2em 0;
    transform: rotate(90deg);
  }

  .footer__copyright {
    margin-bottom: 0;
  }

  .footer__nav-right {
    order: -1;
    margin-bottom: 2.5em;
  }

  .footer__lower-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__socmed-hold {
    text-align: left;
  }

  .footer__cpyr-message, .footer_privacy-link {
    font-size: 1.2em;
  }

  .grid_2 {
    grid-column-gap: 2.75em;
  }

  .grid_2.home__quote {
    flex-direction: row;
  }

  .home_telehealth-grid {
    grid-column-gap: 2.75em;
  }

  .home_telehealth-grid.home__quote {
    flex-direction: row;
  }

  .page_rt.width-70 {
    width: 76%;
  }

  .page_rt.inner-padding {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container_50em {
    max-width: 46em;
  }

  .section-divider {
    width: 88%;
  }

  .card_badge {
    border-width: 4px;
    padding: .8em 1.2em .6em;
  }

  .content_grid {
    grid-column-gap: 2.75em;
  }

  .content_grid.home__quote {
    flex-direction: row;
  }

  .content_grid.double-gap {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .medican_feature {
    flex-direction: column;
    align-items: flex-start;
  }

  .cms_grid-3 {
    grid-column-gap: 2.25em;
  }

  .container_60em {
    max-width: 48em;
  }

  .heading_brand {
    font-size: .9em;
  }

  .share_link {
    font-size: 1.25em;
  }

  .btn-arrow-2 {
    margin-left: 16px;
  }

  .container_70 {
    width: 78%;
  }

  .cs__list {
    grid-column-gap: 2em;
    grid-row-gap: 4em;
  }

  .cs__list.blog {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .blog_cms-item {
    padding-top: 1em;
  }

  .blog_featured-image {
    margin-top: -10em;
    margin-bottom: 2.75em;
  }

  .medicann_popup-parent {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .container_68em {
    max-width: 48em;
  }

  .account__custom-fields {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .account__button {
    font-size: 1.2em;
  }

  .cat__image-on-page {
    width: 6em;
    height: 6em;
  }

  .product__list-cta {
    border-top: 2px solid var(--neutral-4);
    width: 100%;
    max-width: 100em;
    margin-top: 3em;
    margin-left: 0;
    padding-top: 3em;
    padding-right: 40%;
  }

  .standard-notice {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-container {
    grid-column-gap: 1.5em;
    grid-template-columns: 1.25fr 3fr 1fr;
  }

  .success-hold, .error-notice-hold {
    padding-left: 0;
    padding-right: 0;
  }

  .master-link-3, .dd-link {
    padding-top: .75em;
    padding-bottom: .75em;
  }

  .btn-arrow-4 {
    margin-left: 16px;
  }

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

  .product__cat-list-4 {
    grid-row-gap: 1.25em;
    grid-template-columns: 1fr 1fr;
  }

  .product__right.top {
    max-width: none;
    padding-top: 0;
  }

  .prod__gallery-image {
    padding: .3em;
  }

  .product__tab-link {
    flex: none;
  }

  .product__tab-menu {
    align-items: center;
    display: flex;
    overflow: auto;
  }

  .tab__logo {
    background-size: 4.5em;
    width: 8em;
    height: 8em;
  }

  .btn-arrow-5 {
    margin-left: 16px;
  }

  .product__top-grid {
    grid-row-gap: 3em;
    grid-template-columns: 18em 1.8fr;
  }

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

  .nav__logo-3 {
    border-right-style: none;
  }

  .nav__dd-list-2.w--open {
    margin-bottom: 2.5em;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0%;
  }

  .nav__dd-list-2.popout-menu.w--open {
    box-shadow: none;
    padding-left: .5em;
    padding-right: .5em;
    right: 0;
  }

  .nav__dd-link-2 {
    font-size: 1.2em;
  }

  .nav-menu__link-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .login-form {
    width: 100%;
  }

  .master-link-4 {
    padding-top: .75em;
    padding-bottom: .75em;
  }

  .btn-arrow-7 {
    margin-left: 16px;
  }
}

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

  h1 {
    font-size: 42px;
    line-height: 50px;
  }

  h2 {
    font-size: 2.4em;
  }

  .ps.more-margin {
    margin-bottom: 0;
  }

  .master-button.black-button.footer-button {
    display: none;
  }

  .master-button.form-submit {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 1.5em;
    padding-right: 4em;
  }

  .master-button.white-button {
    justify-content: space-between;
  }

  .master-button.transparent-button, .master-button.transparent-button-footer {
    padding-left: 1em;
    padding-right: 1em;
  }

  .global-div {
    padding-left: 2.25em;
    padding-right: 2.25em;
  }

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

  .global-div.hero-flex.blog-hero {
    align-items: flex-start;
  }

  .nav__links {
    display: none;
  }

  .nav__brand-link {
    padding-left: 0;
  }

  .hero {
    flex-direction: column;
    align-items: stretch;
    padding-left: 2.25em;
    padding-right: 2.25em;
  }

  .hero.right {
    align-items: stretch;
  }

  .hero_headings-holder {
    flex: 0 auto;
    padding-right: 4em;
  }

  .hero_headings-holder.without-image {
    flex-basis: 100%;
  }

  .hero_headings-holder.blog_hero-right {
    flex: none;
    padding-top: 2em;
    padding-left: 0;
  }

  .hero_headings-holder.events_right {
    flex: none;
  }

  .hero_headings-holder.right {
    padding-left: 0;
  }

  .hero__heading {
    font-size: 3em;
  }

  .home__services-parent {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .home__services-div {
    text-align: center;
    align-items: stretch;
    padding: 2.25em 2em 1.5em;
  }

  .services-flex__icon {
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 2em;
  }

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

  .home_about-grid.home__quote {
    flex-direction: column-reverse;
  }

  .home__about-info {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 0;
  }

  .about-text-parent {
    width: 100%;
  }

  .home__contact-info {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .home__contact-hold {
    flex-direction: column;
  }

  .home__contact-image {
    width: 100%;
  }

  .small-form-hold {
    margin-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .quote__form {
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .small-form-field {
    width: 100%;
  }

  .footer__section {
    padding-top: 40px;
  }

  .footer__flex {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer__links {
    flex-direction: column;
    align-items: center;
    margin-top: 2em;
    margin-bottom: 1em;
  }

  .footer__links.vertical {
    align-items: stretch;
    margin-top: 0;
  }

  .footer__link {
    font-size: 1.6em;
  }

  .footer__copyright-old {
    font-size: .95em;
  }

  .footer__privacy-link-old {
    border: 1px #000;
  }

  .footer__contact-hold {
    justify-content: center;
  }

  .footer__contact-parent {
    margin-bottom: 10px;
  }

  .services__grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .form-heading-holder {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .form-heading-holder.heading-large-form {
    text-align: center;
    align-items: center;
  }

  .navbar-container {
    padding-left: 1.5em;
  }

  .nav__right {
    flex: 1;
  }

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

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

  .heading-3 {
    font-size: 36px;
  }

  .navmenu__button-hold {
    width: auto;
  }

  .home__services-btn-hold {
    flex: 0 100%;
  }

  .nav__search-trigger {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .jobs-text {
    display: none;
  }

  .jobs-text.mobile {
    display: block;
  }

  .nav__desktop {
    font-size: .98em;
  }

  .navbar__main {
    padding-top: .75em;
    padding-bottom: .75em;
  }

  .nav__brand {
    padding-left: 0;
  }

  .nav__logo-2 {
    width: 11em;
  }

  .nav_dd-toggle.hidden {
    display: none;
  }

  .nav__menu-parent {
    display: flex;
  }

  .owl-nav {
    justify-content: flex-start;
    padding-left: 20px;
  }

  .owl-next {
    margin-left: 0;
  }

  ._404__wrap {
    padding-top: 10em;
  }

  .legacy-global-div {
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .package-grid {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .history-tag {
    bottom: 0%;
  }

  .home__about {
    flex-direction: column;
  }

  .about__stressed-image {
    flex: 0 auto;
    align-self: stretch;
    margin-top: 3.5em;
    padding-top: 50%;
  }

  .feature__grid-3 {
    grid-row-gap: 1.5em;
    flex-direction: column;
    grid-template-rows: auto 4px;
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    width: auto;
    height: 4px;
  }

  .stat__pointer {
    order: -1;
    margin-top: -1em;
    margin-left: 1.5em;
    padding-top: 0;
    padding-bottom: 2em;
  }

  .stat__icon {
    transform: rotate(90deg);
  }

  .timeline__dot {
    right: -.35em;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline__content {
    padding-left: 50px;
    padding-right: 0;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline__date-hold {
    top: 6em;
  }

  .home__service-contents {
    text-align: left;
    align-items: center;
    margin-bottom: 2em;
    display: flex;
  }

  .footer__link-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .footer-logo-spacer {
    width: 2em;
    height: 2em;
  }

  .footer__logo {
    height: 4em;
  }

  .utility__page-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .utility__icon {
    width: 70px;
  }

  .h2.large, .h2.xl {
    font-size: 2.6em;
  }

  .cookie-banner-content {
    padding-right: 0;
  }

  .fs-cc-banner_text {
    margin-bottom: .5em;
    font-size: 1.15em;
  }

  .fs-cc-banner_buttons-wrapper {
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: -.5em;
    margin-left: -.7em;
  }

  .fs-cc-banner_close {
    margin-left: auto;
  }

  .fs-cc-banner_close.product {
    display: flex;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: stretch;
  }

  .fs-cc-banner_component {
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .fs-cc-prefs_component {
    padding: 3em 2.5em;
  }

  .fs-cc-prefs_content {
    padding: 2.5em;
  }

  .hero_section {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    padding-top: 13em;
    padding-bottom: 0;
  }

  .hero_section.sub-page {
    padding-top: 13em;
  }

  .hero_img {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex: none;
    width: auto;
    height: auto;
    margin-top: 2.5em;
    margin-left: -2.25em;
    margin-right: -2.25em;
    padding-top: 65%;
    position: relative;
    inset: auto 0% 0%;
  }

  .footer_heading {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .appointments_phone {
    height: auto;
    margin-top: 3em;
    margin-left: -5%;
    left: 0;
    right: 0%;
  }

  .swiper-slide.partner-slide {
    flex-basis: 33.3333%;
  }

  .cta_parent {
    flex-direction: column;
  }

  .cta_image {
    width: 100%;
    height: 28em;
    position: relative;
  }

  .cta_image.width-38 {
    width: auto;
  }

  .steps_grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
  }

  .md_logos {
    font-size: 1.7vw;
  }

  .md-text-link {
    padding: 1.5em 2.5em;
  }

  .md_logos-heading {
    top: 2.5em;
  }

  .h5 {
    font-size: 1.1em;
  }

  .fundraiser_text {
    padding-top: 3em;
  }

  .locations_grid {
    grid-row-gap: 2em;
    flex-flow: wrap;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

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

  .mc_insta-heading {
    margin-bottom: 2em;
  }

  .mc_insta {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__copyright {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: .25em;
    font-size: 1.05em;
  }

  .footer__cpyr-message {
    order: 1;
    margin-top: .75em;
    font-size: 1.2em;
  }

  .footer_privacy-link {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    border: 1px #000;
    align-items: center;
    padding: .35em 1em .35em 0;
    font-size: 1.2em;
    display: flex;
  }

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

  .grid_2.home__quote {
    flex-direction: column-reverse;
  }

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

  .home_telehealth-grid.home__quote {
    flex-direction: column-reverse;
  }

  .page_rt.width-70 {
    width: 100%;
  }

  .conditions_grid-3 {
    grid-column-gap: 2.75em;
    grid-template-columns: 1fr 1fr;
  }

  .container_50em {
    max-width: 40em;
  }

  .badge {
    align-self: flex-start;
    font-size: .95em;
    top: 9em;
    left: 2em;
  }

  .badge.central {
    margin-top: 0;
  }

  .section-divider {
    width: 100%;
  }

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

  .cms_link.featured-cms-link {
    flex-direction: column;
    align-items: stretch;
  }

  .card_badge.central {
    margin-top: 0;
  }

  .book_grid-3 {
    grid-template-columns: 1fr;
  }

  .nav_ul {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

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

  .content_grid.home__quote {
    flex-direction: column-reverse;
  }

  .content_grid.one-two-ratio, .content_grid.two-one-ratio {
    grid-template-columns: 1fr;
  }

  .cms_grid-3 {
    grid-column-gap: 2em;
    grid-row-gap: 3.5em;
    grid-template-columns: 1fr 1fr;
  }

  .hero_img-height-hold {
    background-image: url('../images/puff-neutral-7.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 3em;
    height: 100%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .container_60em {
    max-width: 50em;
  }

  .section_image {
    height: 30em;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .accordion-wrapper._11em-top, .accordion-wrapper._2em-top {
    padding-top: 1em;
  }

  .social_link {
    margin-left: .6em;
    margin-right: .6em;
    font-size: 1.1em;
  }

  .container_70 {
    width: 100%;
  }

  .blog_thumbnail.width-50 {
    width: 100%;
    margin-bottom: 3em;
    margin-left: 0%;
    padding-top: 65%;
  }

  .cms__empty {
    padding: 1em 1.5em;
    font-size: 1.2em;
    line-height: 1.4;
  }

  .blog_text {
    order: 1;
  }

  .section_header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .swiper-pagination-hold {
    padding-bottom: 2em;
    position: absolute;
    inset: auto 3em 0% 2.5em;
  }

  .conditions_bullet-rt ul {
    grid-template-columns: 1fr 1fr;
  }

  .badge_holder {
    margin-bottom: 2em;
  }

  .badge_holder.right {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .medicann_popup-parent {
    padding: 3em 2.5em;
  }

  .container_68em {
    max-width: 50em;
  }

  .section_header-content {
    margin-bottom: 2em;
  }

  .section_header-content-right {
    margin-bottom: 2em;
    padding-left: 0%;
  }

  .embed-container {
    padding-top: 80%;
  }

  .account__custom-fields {
    flex-flow: row;
    margin-bottom: 3em;
  }

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

  .account__left-bar {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -.5em;
    margin-right: -.5px;
    padding-bottom: 1em;
    display: flex;
  }

  .account__list-item {
    flex: 33.3333%;
    padding-left: .5em;
    padding-right: .5em;
  }

  .store__rich-text {
    margin-bottom: 1em;
  }

  .button-holder-2 {
    align-self: flex-start;
    font-size: 1.3em;
  }

  .button-holder-2.links.product-buttons {
    align-self: stretch;
  }

  .product__list-cta {
    padding-right: 25%;
  }

  .standard-notice {
    font-size: 1.2em;
  }

  .nav-container {
    grid-column-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 3fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 2.2em;
    display: grid;
  }

  .nav-container.notice-cont {
    padding-top: 0;
  }

  .success-hold, .error-notice-hold {
    font-size: 1.2em;
  }

  .shop__cat-show-mobile {
    flex: 1;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.2em;
    display: flex;
  }

  .product__grid-parent {
    grid-template-columns: 1fr;
  }

  .fs-cc-banner_close-2 {
    margin-left: auto;
    font-size: .8em;
    top: 2em;
    right: 2em;
  }

  .fs-cc-banner_close-2.product {
    display: block;
  }

  .product__sidebar {
    z-index: 9999;
    background-color: #0b1f52;
    align-content: start;
    align-items: start;
    padding: 8em 3em 5em;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .product__filter-icon {
    width: 1.25em;
    margin-right: .5em;
  }

  .product__info-row {
    grid-template-columns: 1.5em 1fr;
  }

  .product__info-icon.less {
    max-height: 1.25em;
  }

  .product__right.top {
    margin-top: 4em;
    position: static;
  }

  .product__left {
    max-width: 450px;
    margin-bottom: 3em;
  }

  .tab-data {
    width: auto;
  }

  .product__tab-menu {
    margin-bottom: 1.5em;
    font-size: 1.8em;
  }

  .product__tab-line {
    display: none;
  }

  .product__info-icon-2.less {
    max-height: 1.25em;
  }

  .tab__logo {
    display: none;
  }

  .product__top-grid {
    display: block;
  }

  .section__h2.large-white {
    font-size: 3em;
  }

  .conditions_bullet-rt-white ul {
    grid-template-columns: 1fr 1fr;
  }

  .round-image {
    height: 3.2em;
  }

  .section_image-2 {
    height: 30em;
  }

  .nav__dd-link-2 {
    font-size: 1.25em;
  }

  .nav-menu__link-2 {
    padding-left: .75em;
    padding-right: .75em;
  }

  .hero__heading-2 {
    font-size: 3.25em;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.25em;
  }

  .ps {
    font-size: 1.2em;
    line-height: 1.35;
  }

  .master-button.secondary-btn.nav-btn {
    display: none;
  }

  .master-button.form-submit {
    padding-right: 5em;
  }

  .global-div {
    padding-left: 2em;
    padding-right: 2em;
  }

  .nav__logo {
    font-size: 1.8em;
  }

  .hero {
    padding-left: 2em;
    padding-right: 2em;
  }

  .hero_headings-holder {
    padding-right: 0;
  }

  .hero__heading {
    font-size: 2.55em;
  }

  .hero__subheading {
    font-size: 1.5em;
  }

  .hero__contact-hold {
    flex-wrap: wrap;
  }

  .home__services-parent {
    grid-template-columns: 1fr;
  }

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

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

  .navbar-container {
    padding: .4em 1em;
  }

  .master-slider {
    height: 600px;
  }

  .left-arrow {
    width: 48%;
    inset: auto auto 5% 0%;
  }

  .right-arrow {
    width: 48%;
    inset: auto 0% 5% auto;
  }

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

  .slider-quote {
    font-size: 20px;
    line-height: 25px;
  }

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

  .review__icon {
    max-width: 40%;
  }

  .nav_link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slide-nav {
    display: none;
  }

  .menu__button {
    width: 60px;
    height: 60px;
  }

  .hero__image-tag {
    opacity: 1;
    height: 220px;
    margin-bottom: -20px;
    position: static;
  }

  .mobile-gradient-overlay {
    z-index: 1;
    background-image: linear-gradient(to bottom, #0a123500 50%, var(--neutral-1));
    display: block;
    position: absolute;
    inset: 60px 0% auto;
  }

  .nav__popout-menu {
    top: 0;
    left: 0;
  }

  .popout-menu-content {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .nav__desktop {
    font-size: .95em;
  }

  .navbar__main {
    padding-left: 1.5em;
    padding-right: 1em;
  }

  .nav__logo-2 {
    width: 10em;
  }

  .nav__menu-parent {
    float: right;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    display: flex;
  }

  .menu__icon-wrapper {
    width: 20px;
  }

  .owl-nav {
    bottom: 35px;
  }

  .desktop-gradient {
    z-index: 1;
    background-image: linear-gradient(to bottom, #0a123500 50%, var(--neutral-1));
    height: 220px;
    display: block;
    position: absolute;
    inset: 60px 0% auto;
  }

  .legacy-global-div {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .temp__h1 {
    font-size: 3em;
  }

  .content__55-width {
    width: 100%;
    min-width: auto;
  }

  .owl-dots {
    font-size: 8px;
  }

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

  .history-tag {
    position: static;
  }

  .feature__grid-3 {
    grid-template-columns: 1fr;
  }

  .timeline__parent {
    padding-left: 10px;
    display: block;
  }

  .timeline__dot {
    width: .5em;
    height: .5em;
    left: -.3em;
    right: auto;
  }

  .timeline__shaded-line {
    display: none;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .timeline__content {
    border-left-color: #191e38;
    padding-top: 40px;
    padding-left: 40px;
  }

  .timeline__date-hold {
    border-left-style: solid;
    border-left-color: #191e38;
    flex-direction: row-reverse;
    justify-content: flex-end;
    min-height: auto;
    padding-left: 1em;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .home__service-contents {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .utility__page-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .utility__icon {
    width: 50px;
  }

  .h2.large, .h2.xl {
    font-size: 2.4em;
  }

  .h2.blog_card-title {
    font-size: 2em;
  }

  .style__side-theme {
    background-position: 50%;
    background-size: 150%;
  }

  .button-holder.hero-stretch {
    flex-flow: column;
    align-items: stretch;
  }

  .fs-cc-prefs_form {
    height: 100%;
    max-height: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
    font-size: 1.2em;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    width: 100%;
  }

  .cookie__heading {
    font-size: 1.6em;
  }

  .fs-cc-banner_close {
    font-size: .88em;
  }

  .fs-cc-prefs_close {
    top: 1em;
    right: 1em;
  }

  .fs-cc-prefs_component {
    padding: 0;
  }

  .fs-cc-prefs_content {
    padding-top: 10em;
  }

  .cookie-graphic-bg {
    background-position: 50%;
    background-size: 150%;
  }

  .hero_section.sub-page {
    padding-bottom: 4em;
  }

  .hero_img {
    margin-left: -2em;
    margin-right: -2em;
    padding-top: 70%;
  }

  .appointments_phone {
    width: 200%;
  }

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

  .md_logo-content {
    width: 320vw;
    font-size: 1.6vw;
  }

  .md_logos-heading {
    font-size: .8em;
    top: 2em;
  }

  .ethos_heading {
    align-items: flex-start;
  }

  .locations_grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .footer__copyright {
    margin-top: 0;
    margin-bottom: 0;
  }

  .conditions_grid-3 {
    grid-template-columns: 1fr;
  }

  .badge {
    font-size: .92em;
    top: 8.5em;
  }

  .badge.central {
    margin-top: -2em;
    margin-bottom: 4em;
    font-size: .92em;
  }

  .post_date.small {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2em;
    font-size: 1.05em;
  }

  .cms_grid-3 {
    grid-column-gap: 1em;
  }

  .accordion-flex {
    flex-direction: column;
    padding-bottom: 3em;
  }

  .accordion-image {
    width: 100%;
    max-width: 100%;
    margin-top: 1em;
    padding-top: 60%;
  }

  .heading_brand {
    font-size: .7em;
  }

  .share_link {
    font-size: 12px;
  }

  .cs__list {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .cs__list.blog {
    grid-template-columns: 1fr;
    margin-top: 3em;
  }

  .blog-h3, .blog-h2 {
    font-size: 1.55em;
  }

  .blog_featured-image {
    margin-top: -8em;
  }

  .swiper-arrow {
    width: 4em;
    height: 4em;
  }

  .swiper-pagination-hold {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .conditions_bullet-rt ul {
    grid-column-gap: 1.5em;
  }

  .conditions_bullet-rt li {
    font-size: 1.4em;
  }

  .conditions_cms-item {
    padding-top: 8em;
  }

  .pagination_count {
    margin-bottom: 1.5em;
  }

  .pagination_number-hold {
    order: -1;
    width: 100%;
  }

  .badge_holder {
    margin-bottom: 1.5em;
  }

  .medicann_popup-parent {
    padding: 0;
  }

  .embed-container {
    padding-top: 120%;
  }

  .account__custom-fields {
    flex-direction: column;
  }

  .account__data-holder {
    padding-bottom: 2em;
    padding-right: 0;
  }

  .account__data-holder.last {
    padding-bottom: 0;
    padding-right: 0;
  }

  .product__list-cta {
    padding-right: 0%;
  }

  .notices-parent {
    top: 4.3em;
  }

  .standard-notice {
    font-size: 1.1em;
  }

  .nav-container {
    grid-row-gap: .5em;
    grid-template-columns: .7fr 1fr;
    padding-top: 1.8em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .success-hold, .error-notice-hold {
    font-size: 1.1em;
  }

  .fs-cc-banner_close-2 {
    font-size: .88em;
  }

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

  .prod__gallery-image {
    flex-basis: 16.6667%;
  }

  .product__custom-info-box {
    font-size: .9em;
  }

  .section-divider-2 {
    height: 8px;
  }

  .prouct__custom-info {
    flex-wrap: wrap;
    grid-template-columns: auto;
    display: flex;
  }

  .conditions_bullet-rt-white ul {
    grid-column-gap: 1.5em;
  }

  .conditions_bullet-rt-white li {
    font-size: 1.4em;
  }

  .round-image {
    height: 4.2em;
  }

  .nav__logo-3 {
    height: 3em;
  }

  .nav__dd-link-2 {
    font-size: 1.2em;
  }

  .utility-logo {
    height: auto;
    max-height: 60px;
  }

  .hero__heading-2 {
    font-size: 2.75em;
  }
}

#w-node-_65de2b74-82c5-e682-fe0b-3b763ff01cb8-37c75063, #w-node-_2586810d-daea-9def-4ba8-41b1536ef3f2-37c75066, #w-node-_536c7faf-7647-8086-e43d-9494afb70cce-37c75066, #w-node-_5e618140-ea28-4675-6612-2ea5d638434f-37c75066 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d694a5ad-6062-257f-9f64-e0530701a50b-37c75081 {
  order: 9999;
  align-self: start;
}

#w-node-d694a5ad-6062-257f-9f64-e0530701a50c-37c75081 {
  justify-self: start;
}

#w-node-b14be689-64d6-4967-5889-53a6a354d8a1-37c75081 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b14be689-64d6-4967-5889-53a6a354d8a2-37c75081 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-caed756e-767c-47b9-ca44-2642ded82a2f-37c75081 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b14be689-64d6-4967-5889-53a6a354d8a7-37c75081 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b14be689-64d6-4967-5889-53a6a354d8a8-37c75081 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbd62f03-9737-70da-1e52-b440fecfcaae-37c75081 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b14be689-64d6-4967-5889-53a6a354d8ad-37c75081 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b14be689-64d6-4967-5889-53a6a354d8ae-37c75081, #w-node-_809ed0bd-7f95-b5f2-f941-4800d99f31cb-37c75082, #w-node-_809ed0bd-7f95-b5f2-f941-4800d99f31d7-37c75082, #w-node-_809ed0bd-7f95-b5f2-f941-4800d99f321b-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39109951-1182-6eba-700e-d6e89897839b-37c75082 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f321e-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f321f-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ea0d3c0-0b64-48b4-15c5-729f19950787-37c75082 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f3224-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f3225-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ab3025-c71f-f821-3896-6f3ddfb872b8-37c75082 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f322a-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f322b-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d0483b5-402d-ffa5-d856-21c34b09a865-37c75082 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f3230-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f3231-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9e71b4e-0698-26bc-e392-fc6e7cdf4392-37c75082 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f3236-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f3237-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43c37c0c-6e08-87ee-1de3-101313fad937-37c75082 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f323c-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f323d-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d09e2681-d49f-0520-a47f-c6ad73b86ee2-37c75082 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f3242-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f3243-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10cfafbc-bca0-9b6e-27ce-7b1ceaabcd4d-37c75082 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f328c-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f328d-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e178d993-13e1-9fd7-1f2a-59442a845abf-37c75082 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f3292-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f3293-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ed7c6c2-a579-807e-7d6d-5deaf630e156-37c75082 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f3298-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f3299-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc688aa4-f2fc-317f-1785-9cd6d441ab25-37c75082 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f329e-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f329f-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de58253d-f759-6ae7-a6eb-e4766b86f646-37c75082 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f32a4-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f32a5-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ce77120-3136-d564-7b33-0086a107c594-37c75082 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f32aa-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_809ed0bd-7f95-b5f2-f941-4800d99f32ab-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6d2d926-a521-1808-6aa2-48253194cc2f-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-c6d2d926-a521-1808-6aa2-48253194cc30-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6d2d926-a521-1808-6aa2-48253194cc34-37c75082 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c6d2d926-a521-1808-6aa2-48253194cc35-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-c6d2d926-a521-1808-6aa2-48253194cc36-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6d2d926-a521-1808-6aa2-48253194cc3a-37c75082 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c6d2d926-a521-1808-6aa2-48253194cc3b-37c75082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-c6d2d926-a521-1808-6aa2-48253194cc3c-37c75082, #w-node-ae53f795-07de-1cf9-094a-7e8953491940-37c75087, #w-node-ae53f795-07de-1cf9-094a-7e8953491945-37c75087 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d694a5ad-6062-257f-9f64-e0530701a50b-37c75081 {
    order: 9999;
  }

  #w-node-_809ed0bd-7f95-b5f2-f941-4800d99f321b-37c75082 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d694a5ad-6062-257f-9f64-e0530701a507-37c75081, #w-node-d694a5ad-6062-257f-9f64-e0530701a50b-37c75081 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Marcellus';
  src: url('../fonts/Marcellus-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}