:root {
  --color-dark-c: #102429;
  --color-dark-a: #2e4a52;
  --color-b: #1386eb;
  --color-light-c: #b4cfd6;
  --color-a: #299bff;
  --color-light-a: white;
  --color-dark-b: #1d373d;
  --color-light-b: #d8e7eb;
  --elements-webflow-library-neutral--200: #f7f7fc;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-secondary--color-1: #281ca5;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-general--shadow-02: #14142b14;
  --elements-webflow-library-general--shadow-03: #14142b1a;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-general--shadow-01: #14142b0f;
  --elements-webflow-library-neutral--400: #dcddeb;
}

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

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

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

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

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

.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-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-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-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-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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.w-commerce-commerceorderconfirmationcontainer {
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

body {
  color: var(--color-dark-c);
  flex-direction: column;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  line-height: 1.563;
  display: flex;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: .03125ch;
  font-family: Anton, sans-serif;
  font-size: 3.474em;
  font-weight: 400;
  line-height: 1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: .03125ch;
  font-family: Anton, sans-serif;
  font-size: 2.778em;
  font-weight: 400;
  line-height: 1.067;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  padding-top: .03125ch;
  font-family: Anton, sans-serif;
  font-size: 2.222em;
  font-weight: 400;
  line-height: 1.138;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 13px;
  padding-top: .03125ch;
  font-family: Anton, sans-serif;
  font-size: 1.778em;
  font-weight: 400;
  line-height: 1.214;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: .03125ch;
  font-family: Anton, sans-serif;
  font-size: 1.422em;
  font-weight: 400;
  line-height: 1.295;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 11px;
  padding-top: .03125ch;
  font-family: Anton, sans-serif;
  font-size: 1.138em;
  font-weight: 400;
  line-height: 1.388;
}

p {
  color: var(--color-dark-a);
  margin-bottom: 1em;
}

a {
  color: var(--color-b);
  text-decoration: underline;
}

ul, ol {
  color: var(--color-dark-a);
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 2em;
}

blockquote {
  border-right: 4px solid var(--color-light-c);
  border-left: 4px solid var(--color-light-c);
  margin-bottom: .8em;
  padding: .8em 1.2em;
  font-size: 1.25em;
}

.nav-menu-wrapper {
  color: #fff;
  background-color: #0000;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 32;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90em;
  padding: 2em;
  display: flex;
  position: relative;
}

.nav-link {
  color: #fff;
  letter-spacing: .25ch;
  text-indent: .25ch;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: .8em;
  font-weight: 700;
  line-height: 2.5;
  transition: color .2s;
  display: flex;
}

.nav-link:hover {
  opacity: 1;
  color: #10242980;
}

.nav-link.w--current {
  color: #1d373d;
}

.button-icon {
  object-fit: contain;
  width: 1.25em;
  height: 1.25em;
}

.nav-menu-button {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.nav-menu-button.w--open {
  background-color: #1386eb;
}

.nav-menu {
  grid-column-gap: 1.5em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
}

.navbar-section {
  color: #fff;
  background-color: #102429;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
}

.nav-brand-text {
  text-transform: uppercase;
  align-items: center;
  padding-top: .03125ch;
  font-family: Anton, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.nav-brand {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.nav-brand:hover {
  text-decoration: none;
}

.button-color-b {
  z-index: 50;
  background-color: var(--color-b);
  color: #fff;
  text-align: center;
  letter-spacing: .25ch;
  text-indent: .25ch;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 10em;
  height: 5em;
  margin-bottom: 0;
  padding-left: 1.875em;
  padding-right: 1.875em;
  font-size: .8em;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.button-color-b:hover {
  background-color: var(--color-a);
  opacity: 1;
  color: #fff;
}

.button-color-b.section {
  background-color: #a73a35;
  width: 50%;
  min-width: 50%;
}

.button-color-b.newsletter {
  width: 100%;
}

.utility-section {
  background-color: var(--color-dark-c);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.utility-wrapper {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 100%;
  max-width: 82em;
  padding: 4em;
  display: flex;
  position: relative;
}

.utility-wrapper.no-padding-mobile {
  flex: 1;
}

.overline-text {
  z-index: 16;
  color: #a73a35;
  letter-spacing: .25ch;
  text-transform: uppercase;
  margin-bottom: .625em;
  font-size: .8em;
  font-weight: 700;
  position: relative;
}

.left-bracket {
  border-top: 1px solid var(--color-dark-c);
  border-bottom: 1px solid var(--color-dark-c);
  border-left: 1px solid var(--color-dark-c);
  width: 1.5em;
  height: 4em;
}

.right-bracket {
  border-top: 1px solid var(--color-dark-c);
  border-right: 1px solid var(--color-dark-c);
  border-bottom: 1px solid var(--color-dark-c);
  width: 1.5em;
  height: 4em;
}

.hero-image {
  z-index: 64;
  width: 66.6666%;
  position: absolute;
  inset: auto 0% 0 auto;
}

.hero-title-bg-text {
  z-index: 0;
  color: #a73a35;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: .01875ch;
  font-family: Anton, sans-serif;
  font-size: 42dvw;
  line-height: 1;
  display: flex;
}

.hero-contact-info-text {
  z-index: 32;
  color: #102429;
  text-align: center;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 0 1.5em;
  font-weight: 400;
  line-height: 3em;
}

.hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 82em;
  display: flex;
  position: relative;
}

.hero-bg-stripes {
  z-index: 16;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  background-color: #a73a35;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 33.3333%;
  padding-top: 4em;
  padding-bottom: 4em;
  font-size: 1em;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

.hero-title-bg {
  z-index: 0;
  background-color: #fff;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0% -4em;
}

.hero-section {
  z-index: 0;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 8em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.hero-title {
  z-index: 64;
  text-align: center;
  background-color: #d8e7eb;
  border-top: 1px solid #b4cfd6;
  border-bottom: 1px solid #b4cfd6;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4em;
  margin-bottom: 4em;
  padding: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-contact-info {
  z-index: 128;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 4em;
  margin-top: -1px;
  margin-bottom: -1px;
  font-size: 1em;
  display: flex;
  position: relative;
}

.hero-bg-stripe-color-dark-c {
  background-color: var(--color-dark-c);
  flex: 1;
  height: 100%;
}

.hero-bg-stripe-color-dark-c.right-margin {
  margin-right: -4em;
}

.hero-bg-stripe-color-dark-c.left-margin {
  margin-left: -4em;
}

.hero-buttons {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #fff;
  border: 1px #000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-button {
  background-color: #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  font-size: .8em;
  display: flex;
}

.hero-title-text {
  z-index: 1;
  text-shadow: 3px 3px 3px #0003;
  background-color: #0000;
  margin-bottom: 0;
  padding-top: .03125ch;
  font-size: 10vw;
  position: relative;
}

.features-section {
  z-index: 16;
  background-color: #a73a35;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.features-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90em;
  position: relative;
}

.features {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px solid var(--color-light-c);
  background-color: var(--color-light-c);
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -1px;
  margin-right: -1px;
  display: grid;
}

.feature {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  flex-flow: wrap;
  flex: 1;
  place-content: stretch center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.video-section {
  z-index: 1;
  background-color: var(--color-dark-c);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.video-wrapper {
  z-index: 1;
  background-image: url('../images/img-video.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90em;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.large-button-color-b {
  z-index: 32;
  background-color: var(--color-b);
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.large-button-color-b:hover {
  background-color: var(--color-a);
}

.bg-h-line-color-light-a {
  z-index: 8;
  background-color: var(--color-light-a);
  opacity: .16;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  bottom: 50%;
}

.top-bg-stripe-color-light-b {
  z-index: 0;
  background-color: #a73a35;
  height: 8em;
  position: absolute;
  inset: 0% 0% auto;
}

.facts-section {
  z-index: 0;
  background-color: #102429;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.facts-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90em;
  position: relative;
}

.facts {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-bottom: 1px solid var(--color-dark-b);
  background-color: var(--color-dark-b);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: -1px;
  margin-right: -1px;
}

.fact {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--color-dark-c);
  color: var(--color-light-a);
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
  position: relative;
}

.fact-number-text {
  color: #fff;
  font-family: Anton, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1;
}

.navbar-cart {
  flex: none;
}

.navbar-cart-button {
  background-color: var(--color-dark-c);
  justify-content: center;
  width: 5em;
  height: 5em;
  padding: 0;
  font-size: .8em;
  transition: background-color .2s;
  position: relative;
}

.navbar-cart-button:hover {
  background-color: var(--color-dark-b);
}

.navbar-cart-button-quantity {
  color: var(--color-light-a);
  background-color: #ff292c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  min-width: 2.5em;
  height: 2.5em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: -1em -1em auto auto;
}

.cart-wrapper {
  color: var(--color-dark-c);
}

.cart-footer {
  border-top-color: var(--color-light-b);
  padding: 2em 2em 0;
}

.cart-line-item {
  line-height: 1;
}

.apple-pay {
  height: 4em;
}

.checkout-actions {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.cart-header {
  border-bottom-color: var(--color-light-b);
  height: 4em;
  padding: 1em 2em;
}

.cart-title-text {
  margin-bottom: 0;
}

.close-button {
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  font-size: 1em;
  display: flex;
}

.cart-list {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--color-light-b);
  flex-direction: column;
  padding: 0;
  display: flex;
}

.cart-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--color-light-a);
  align-items: center;
  padding: 2em;
}

.cart-item-details {
  margin-left: 0;
  margin-right: 0;
}

.cart-quantity {
  border-style: none;
  border-color: var(--color-light-b);
  background-color: var(--color-light-b);
  border-radius: 0;
  width: 6em;
  min-width: 4em;
  height: 4em;
  margin-bottom: 0;
  padding: 0 .5em 0 1.5em;
  transition: border-color .2s;
}

.cart-quantity:focus {
  border-color: var(--color-b);
}

.cart-error-state {
  color: var(--color-light-a);
  text-align: center;
  background-color: #eb1316;
  justify-content: center;
  align-items: center;
  height: 4em;
  margin: 1em 2em 0;
  padding: 0 2em;
  display: flex;
}

.cart-form-wrapper {
  padding-bottom: 2em;
}

.cart-empty-state {
  padding-top: 2em;
  padding-bottom: 0;
}

.about-section {
  z-index: 32;
  background-color: var(--color-dark-c);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.about-wrappper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--color-dark-b);
  grid-template-rows: auto;
  width: 100%;
  max-width: 90em;
  padding-top: 1px;
  padding-bottom: 1px;
}

.about-wrapper {
  background-color: var(--color-dark-c);
  color: var(--color-light-a);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.about-text {
  color: #fff;
  flex: 1;
  padding-top: 2em;
  padding-bottom: 2em;
}

.navbar-border-bottom {
  z-index: 16;
  background-color: var(--color-light-c);
  justify-content: center;
  width: 100%;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.about-title-text {
  color: #a73a35;
  margin-bottom: 0;
}

.about {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.about-title {
  border-bottom: 1px solid var(--color-dark-b);
  justify-content: center;
  align-items: center;
  height: 4em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.button-outline {
  border-top: 1px solid var(--color-dark-b);
  letter-spacing: .25ch;
  text-indent: .25ch;
  text-transform: uppercase;
  background-color: #a73a35;
  justify-content: center;
  align-items: center;
  height: 5em;
  padding: 0 1.875em;
  font-size: .8em;
  font-weight: 700;
  transition: color .2s;
  display: flex;
}

.button-outline:hover {
  color: #ffffff80;
}

.section-h-line-color-b {
  z-index: 16;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #a73a35;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 4em;
  height: 1px;
  margin-top: 4em;
  margin-bottom: 4em;
  display: flex;
  position: relative;
}

.section-h-line-color-b.margin-top-none {
  margin-top: 0;
}

.testimonials-section {
  z-index: 32;
  background-color: var(--color-light-b);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.testimonials-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--color-light-c);
  grid-template-rows: auto;
  width: 100%;
  max-width: 90em;
  padding-top: 1px;
  padding-bottom: 1px;
}

.testimonial-wrapper {
  background-color: var(--color-light-b);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 90em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.testimonial {
  z-index: 16;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.testimonial-title {
  z-index: 16;
  justify-content: center;
  align-items: center;
  height: 4em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
  position: relative;
}

.testimonial-title-text {
  margin-bottom: 0;
}

.testimonial-text {
  z-index: 16;
  border-top: 1px solid var(--color-light-c);
  border-bottom: 1px solid var(--color-light-c);
  color: var(--color-dark-a);
  flex: 1;
  padding-top: 1.579em;
  padding-bottom: 1.579em;
  font-size: 1.266em;
  font-style: italic;
  position: relative;
}

.testimonial-rating {
  z-index: 16;
  grid-column-gap: .5em;
  justify-content: center;
  align-items: center;
  height: 4em;
  display: flex;
  position: relative;
}

.testimonial-image {
  object-fit: cover;
  width: 4em;
  height: 4em;
  margin-right: 1em;
}

.rating-bulet {
  border: 1px solid var(--color-b);
  background-color: var(--color-b);
  border-radius: 100%;
  width: 1em;
  height: 1em;
}

.rating-bulet.half-fill {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--color-b), var(--color-b) 50%, transparent 50%, transparent);
}

.rating-bulet.empty-fill {
  background-color: #0000;
}

.quote-icon {
  z-index: 0;
  color: var(--color-light-c);
  justify-content: center;
  align-items: center;
  padding-top: .45em;
  font-size: 16em;
  font-weight: 900;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-section {
  z-index: 32;
  background-color: var(--color-dark-c);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.footer-content {
  grid-column-gap: 1em;
  border-top: 1px solid var(--color-dark-b);
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.footer-link {
  grid-column-gap: 0em;
  grid-row-gap: 1em;
  color: var(--color-light-a);
  text-align: center;
  letter-spacing: .25ch;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
  line-height: 2.5;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .5;
}

.footer-copyright-text {
  color: #ffffff80;
  text-align: right;
  line-height: 1;
}

.bg-v-line-color-light-a {
  z-index: 8;
  background-color: var(--color-light-a);
  opacity: .16;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0 50%;
}

.feature-title-text {
  margin-bottom: 0;
}

.feature-title {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: 10ch;
}

.feature-number-text {
  color: var(--color-dark-c);
  text-align: center;
  min-width: 2ch;
  font-family: Anton, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1;
}

.fact-title {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 10ch;
}

.fact-title-text {
  margin-bottom: 0;
}

.partners-section {
  background-color: var(--color-light-b);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.partners-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90em;
  position: relative;
}

.partners {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--color-light-c);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 1px;
}

.partner {
  background-color: var(--color-light-b);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.partner-image {
  object-fit: contain;
  flex: 1;
  height: 4em;
}

.footer-links {
  grid-column-gap: 1.5em;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.contact-buttons {
  z-index: 32;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--color-dark-b);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: min-content min-content min-content;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-button {
  background-color: var(--color-dark-c);
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  font-size: .8em;
  display: flex;
}

.contact-content {
  z-index: 0;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 90em;
  display: flex;
  position: relative;
}

.button-icon-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: flex;
}

.button-icon-wrapper.hover-opacity-1-2 {
  transition: opacity .2s;
}

.button-icon-wrapper.hover-opacity-1-2:hover {
  opacity: .5;
}

.contact-details {
  grid-column-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1em 1.5em;
  display: flex;
}

.contact-detail {
  color: #ffffff80;
  text-align: left;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1em;
  line-height: 2;
  display: flex;
}

.contact-detail-text {
  font-size: .8em;
  line-height: 2.5;
}

.contact-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-right: .375em;
}

.contact-detail-link {
  color: #ffffff80;
  text-align: left;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1em;
  line-height: 2;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.contact-detail-link:hover {
  color: var(--color-light-a);
}

.contact-section {
  z-index: 1;
  background-color: var(--color-dark-c);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.services-section {
  z-index: 32;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.services {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px solid var(--color-light-b);
  border-bottom: 1px solid var(--color-light-b);
  background-color: var(--color-light-b);
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: -1px;
  margin-right: -1px;
}

.service {
  background-color: var(--color-light-a);
  flex-wrap: wrap;
  padding: 0 2em 1em;
}

.section-title-text {
  z-index: 8;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.section-button {
  border: 1px #000;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 100em;
  min-height: 6em;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.section-title-wrapper {
  border-right: 1px solid var(--color-light-b);
  border-left: 1px solid var(--color-light-b);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100em;
  min-height: 6em;
  padding-bottom: 0;
  display: flex;
}

.pricing-section {
  z-index: 32;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.pricing-list-wrapper {
  z-index: 16;
  border-top: 1px solid var(--color-light-b);
  border-bottom: 1px solid var(--color-light-b);
  width: 100%;
  position: relative;
}

.pricing-list {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--color-light-b);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.pricing-item {
  background-color: var(--color-light-a);
  flex-direction: column;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.pricing-title-wrapper {
  text-align: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 1em;
}

.outline-button-color-light-b {
  background-color: var(--color-light-a);
  color: var(--color-dark-c);
  letter-spacing: .25ch;
  text-transform: uppercase;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: .8em;
  font-weight: 700;
  transition: color .2s;
  display: flex;
}

.outline-button-color-light-b:hover {
  color: #10242980;
}

.default-state {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--color-light-b);
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.add-to-cart {
  width: 100%;
}

.pricing-description-text {
  color: var(--color-dark-a);
  text-align: center;
  font-size: .8em;
}

.pricing-description {
  border-top: 1px solid var(--color-light-b);
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
}

.pricing-tabs {
  width: 100%;
  max-width: 82em;
}

.pricing-tabs-menu {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px solid var(--color-light-b);
  background-color: var(--color-light-b);
  justify-content: flex-start;
  display: flex;
}

.pricing-tab-link {
  background-color: var(--color-light-a);
  text-align: center;
  letter-spacing: .25ch;
  text-transform: uppercase;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 5em;
  padding-left: 1.875em;
  padding-right: 1.875em;
  font-size: .8em;
  font-weight: 700;
  transition: color .2s;
  display: flex;
}

.pricing-tab-link:hover {
  color: #10242980;
}

.pricing-tab-link.w--current {
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.out-of-stock-state {
  border-top: 1px solid var(--color-light-b);
  color: #eb1316;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 4em;
  margin-top: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.error-state {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 4em;
  margin-top: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 1em;
  display: flex;
}

.empty-state {
  background-color: var(--color-light-b);
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 4em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 1em;
  display: flex;
}

.services-wrapper {
  width: 100%;
  max-width: 82em;
  overflow: hidden;
}

.newsletter-form-wrapper {
  z-index: 16;
  background-image: url('../images/img-newsletter.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90em;
  margin-bottom: 0;
  padding: 8em 2em;
  display: flex;
  position: relative;
}

.newsletter-form {
  z-index: 32;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 28em;
  height: auto;
  display: flex;
  position: relative;
}

.newsletter-text-field {
  border: 1px solid var(--color-light-a);
  border-radius: 0;
  width: 100%;
  height: 4em;
  margin-bottom: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 1em;
  transition: border-color .2s;
}

.newsletter-text-field:focus {
  border-color: var(--color-b);
}

.newsletter-text-field::placeholder {
  color: var(--color-dark-a);
}

.pricing-option-text {
  border-top: 1px solid var(--color-light-b);
  color: var(--color-dark-a);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4em;
  display: flex;
}

.gallery-section {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 4em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.gallery-slider {
  z-index: 0;
  background-color: #fff;
  width: 100%;
  max-width: 90em;
  height: auto;
}

.gallery-slide-nav {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  height: 8em;
  margin-bottom: -8em;
  padding-top: 0;
  font-size: .5em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.gallery-slide {
  max-width: 20%;
  position: relative;
}

.gallery-slider-right-arrow {
  z-index: 16;
  background-color: #a73a35;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin-top: 10em;
  margin-bottom: 10em;
  margin-right: -2em;
  font-size: 1em;
  transition: background-color .2s;
  display: flex;
}

.gallery-slider-right-arrow:hover {
  background-color: var(--color-a);
}

.gallery-slider-left-arrow {
  z-index: 16;
  background-color: #a73a35;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin-top: 10em;
  margin-bottom: 10em;
  margin-left: -2em;
  font-size: 1em;
  transition: background-color .2s;
  display: flex;
}

.gallery-slider-left-arrow:hover {
  background-color: var(--color-a);
}

.gallery-lightbox-link {
  z-index: 0;
  width: 100%;
  height: 24em;
  transition: opacity .2s;
  position: relative;
}

.gallery-lightbox-link:hover {
  opacity: .5;
}

.gallery-lightbox-thumb-01 {
  border-right: .25em solid var(--color-b);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-icon-wrapper {
  z-index: 0;
  float: left;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  margin-bottom: 1em;
  margin-right: 1.5em;
  position: relative;
}

.service-icon {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff80;
  background-image: radial-gradient(circle, #ffffff80 25%, #1386eb40);
  border: 2px solid #ffffff40;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  padding: 2em;
  display: flex;
  position: relative;
}

.services-item-icon-image {
  object-fit: contain;
  width: 4em;
  height: 4em;
}

.gallery-lightbox-thumb-02 {
  border-right: .75em solid var(--color-b);
  border-left: .25em solid var(--color-b);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-lightbox-thumb-03 {
  border-right: .5em solid var(--color-b);
  border-left: .5em solid var(--color-b);
  color: #fff;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-lightbox-thumb-04 {
  border-right: .25em solid var(--color-b);
  border-left: .75em solid var(--color-b);
  background-color: var(--color-b);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-lightbox-thumb-06 {
  border-left: .25em solid var(--color-b);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.success-message {
  background-color: var(--color-a);
  color: var(--color-light-a);
  min-height: 4em;
  padding: 1.2185em 1.5em;
  font-size: 1em;
}

.error-message {
  color: var(--color-light-a);
  text-align: center;
  background-color: #ff292c;
  width: 100%;
  max-width: 28em;
  min-height: 4em;
  margin-top: 0;
  padding: 1.2185em 1.5em 1.2815em;
  font-size: 1em;
}

.pay-with-browser {
  height: 4em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.large-button-icon {
  object-fit: contain;
  width: 2em;
  height: 2em;
}

.section-title {
  min-height: 4em;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}

.section-title-image {
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
  transform: rotate(180deg);
}

.cart-container {
  min-width: 20em;
  max-width: 30em;
  box-shadow: 0 0 2em -1em #000;
}

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

.utility-page-content {
  background-color: var(--color-light-b);
  text-align: center;
  flex-direction: column;
  width: 30em;
  margin-bottom: 0;
  padding: 4em;
  display: flex;
}

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

.field-label {
  margin-bottom: 1em;
}

.password-text-field {
  border: 1px solid var(--color-light-a);
  border-radius: 0;
  width: 100%;
  height: 4em;
  margin-bottom: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 1em;
  transition: border-color .2s;
}

.password-text-field:focus {
  border-width: 1px;
  border-color: var(--color-b);
}

.password-text-field::placeholder {
  color: var(--color-dark-a);
}

.utility-hero-section {
  background-color: var(--color-light-b);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.utility-hero-title-text {
  text-align: center;
  margin-bottom: 0;
}

.product-pricing {
  border-top: 1px solid var(--color-light-b);
  border-bottom: 1px solid var(--color-light-b);
  width: 100%;
  padding-left: 2em;
  padding-right: 2em;
}

.option-list {
  grid-column-gap: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.licensing-wrapper {
  border-top: 1px solid var(--color-light-b);
  border-bottom: 1px solid var(--color-light-b);
  width: 100%;
  padding-left: 2em;
  padding-right: 2em;
}

.licensing {
  justify-content: space-between;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.licensing-h-line-color-light-b {
  background-color: var(--color-light-b);
  width: 100%;
  height: 1px;
}

.licensing-buttons {
  display: flex;
}

.button-color-dark-c {
  z-index: 50;
  background-color: var(--color-dark-c);
  color: #fff;
  text-align: center;
  letter-spacing: .25ch;
  text-indent: .25ch;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 10em;
  height: 5em;
  padding-left: 1.875em;
  padding-right: 1.875em;
  font-size: .8em;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.button-color-dark-c:hover {
  background-color: var(--color-dark-b);
  opacity: 1;
  color: #fff;
}

.checkout-form-wrapper {
  background-color: var(--color-dark-c);
  flex-direction: column;
  align-items: center;
  padding: 0 4em;
  display: flex;
  position: relative;
}

.checkout-form {
  z-index: 16;
  background-color: var(--color-light-a);
  width: 100%;
  max-width: 82em;
  margin-right: 0;
  padding: 4em;
  position: relative;
}

.web-payments {
  margin-bottom: 1em;
}

.block-header-title-text {
  margin-bottom: 0;
}

.block-header {
  border-width: 1px 0;
  border-top-color: var(--color-light-b);
  border-bottom-color: var(--color-light-b);
  align-items: center;
  height: 4em;
  padding-left: 0;
  padding-right: 0;
}

.block-content {
  border: 0 solid #000;
  flex-direction: column;
  align-items: flex-start;
  padding: 2em 0;
  display: flex;
}

.checkout-text-field {
  border: 1px solid var(--color-light-b);
  background-color: var(--color-light-b);
  border-radius: 0;
  width: 100%;
  height: 4em;
  margin-bottom: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 1em;
  transition: border-color .2s, background-color .2s;
}

.checkout-text-field:focus, .checkout-text-field.-wfp-focus {
  border-color: var(--color-b);
  background-color: var(--color-light-a);
}

.checkout-text-field::placeholder {
  color: var(--color-dark-a);
}

.checkout-text-field.margin-bottom-none {
  margin-bottom: 0;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

.row.margin-bottom-none {
  margin-bottom: 0;
}

.order-item-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.order-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--color-light-a);
  flex-wrap: wrap;
  margin-bottom: 0;
}

.order-item-details {
  margin-left: 0;
  margin-right: 0;
}

.line-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1em;
}

.line-item.margin-bottom-none {
  margin-bottom: 0;
}

.customer-info, .shipping-address, .shipping-method, .payment-info {
  margin-bottom: 0;
}

.order-summary {
  border-bottom: 1px solid var(--color-light-b);
  margin-bottom: 1em;
}

.order-summary.margin-bottom-none {
  margin-bottom: 0;
}

.order-items {
  margin-bottom: 0;
}

.billing-address {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---half-bg-bottom-70 {
  z-index: -1;
  background-color: var(--elements-webflow-library-neutral--200);
  width: 100%;
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---text-area {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---text-area:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---input-label {
  color: var(--elements-webflow-library-neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---input {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-form {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
  min-height: 576px;
  margin-bottom: 0;
  padding: 56px 40px;
}

.brix---icon-square-acent-36px {
  background-color: var(--elements-webflow-library-accent--primary-1);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---icon-square-acent-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library-neutral--800);
}

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

.brix---mg-top-56px {
  margin-top: 56px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library-neutral--200);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library-general--shadow-01);
  color: var(--elements-webflow-library-neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-400px {
  max-width: 400px;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---grid-2-contact-v9 {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---link-wrapper-color-primary {
  color: var(--elements-webflow-library-accent--primary-1);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary:hover {
  color: var(--elements-webflow-library-secondary--color-1);
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---card-link-center {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  color: var(--elements-webflow-library-neutral--600);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---card-link-center:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-160px {
  margin-bottom: 160px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle {
  color: var(--elements-webflow-library-accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---text-center {
  text-align: center;
}

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-position-relative {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.image {
  display: inline-block;
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---color-accent-2 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---display-2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

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

.brix---grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.features-list {
  border: 1px #000;
  padding: 80px 30px;
  position: relative;
}

.features-list.pricing {
  padding-top: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.project-title {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
}

.project-description {
  margin-bottom: 11px;
}

.list {
  margin-top: 10px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #4d4d4d33;
  border: 2px solid #fff;
  padding: 8px 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

.button:hover {
  color: #323232;
  background-color: #fff;
}

.button.solid {
  background-color: #c7aa8b;
  border-color: #c7aa8b;
  margin-top: 10px;
}

.button.solid:hover {
  color: #c7aa8b;
  background-color: #0000;
}

.image-2 {
  margin-left: 10px;
  margin-right: 10px;
}

.hero-stack {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.body {
  background-color: #fff;
}

.column-2 {
  border: 0 solid #000;
}

.html-embed {
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-top: 400px;
  display: block;
  overflow: visible;
}

.paragraph-2, .heading {
  text-align: center;
}

.heading-2 {
  text-align: center;
  margin-top: 40px;
  padding-top: 0;
}

.image-3 {
  text-align: left;
}

.image-4 {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 25%;
  display: block;
  position: static;
}

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

.paragraph-3 {
  float: left;
  clear: none;
  overflow-wrap: normal;
  position: static;
}

.code-embed {
  margin-top: 120px;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 17px;
  }

  h1 {
    margin-bottom: 17px;
    font-size: 3.706em;
  }

  h2 {
    margin-bottom: 16px;
    font-size: 2.964em;
  }

  h3 {
    margin-bottom: 15px;
    font-size: 2.37em;
  }

  h4 {
    margin-bottom: 14px;
    font-size: 1.897em;
  }

  h5 {
    margin-bottom: 13px;
    font-size: 1.517em;
  }

  h6 {
    margin-bottom: 12px;
    font-size: 1.214em;
  }

  blockquote {
    margin-bottom: 17px;
  }

  .navbar {
    grid-template-columns: 1fr 1fr 1fr;
    min-width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-section {
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-image: linear-gradient(#000 100%, #fff);
    background-clip: border-box;
    min-width: 100%;
    max-width: 100%;
    padding-left: 4em;
    padding-right: 4em;
  }

  .utility-section {
    padding-left: 8em;
    padding-right: 8em;
  }

  .utility-wrapper {
    flex: 1;
  }

  .overline-text {
    letter-spacing: .25ch;
  }

  .hero-title-bg-text {
    padding-top: .01875ch;
    font-size: 40dvw;
  }

  .hero-contact-info-text {
    margin-right: 10px;
  }

  .hero-title-bg {
    justify-content: center;
    left: -8em;
    right: -8em;
  }

  .hero-section {
    padding-left: 8em;
    padding-right: 8em;
  }

  .hero-title-text {
    margin-bottom: 0;
    font-size: 10vw;
  }

  .checkout-actions {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .services-section, .pricing-section, .checkout-form-wrapper {
    padding-left: 8em;
    padding-right: 8em;
  }
}

@media screen and (min-width: 1440px) {
  .nav-menu-wrapper {
    background-color: #000;
  }

  .navbar {
    min-width: 100%;
    max-width: 100%;
  }

  .nav-menu-button {
    background-color: #000;
  }

  .navbar-section {
    background-color: #000;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-brand.w--current {
    background-color: #000;
  }

  .button-color-b.section {
    width: 25%;
    min-width: 25%;
  }

  .hero-bg-stripes {
    color: #291010;
  }

  .hero-title-text {
    box-shadow: none;
    font-size: 7vw;
  }

  .navbar-border-bottom {
    background-color: #000;
  }

  .section-button {
    min-width: 100%;
  }

  .section-title-wrapper {
    flex-direction: column;
    align-items: center;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    position: static;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .project-column {
    text-align: center;
  }

  .body {
    background-color: #fff;
  }

  .column-2, .column-3 {
    text-align: center;
  }

  .link-block {
    background-color: #000;
  }
}

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

  h1 {
    margin-bottom: 15px;
    font-size: 3.256em;
  }

  h2 {
    margin-bottom: 14px;
    font-size: 2.604em;
  }

  h3 {
    margin-bottom: 13px;
    font-size: 2.083em;
  }

  h4 {
    margin-bottom: 12px;
    font-size: 1.667em;
  }

  h5 {
    margin-bottom: 11px;
    font-size: 1.333em;
  }

  h6 {
    margin-bottom: 10px;
    font-size: 1.067em;
  }

  blockquote {
    margin-bottom: 15px;
  }

  .nav-menu-wrapper {
    overflow: auto;
  }

  .navbar {
    grid-template-columns: 1fr 1fr;
    padding: 1em;
  }

  .nav-link {
    border-top: 1px solid var(--color-light-c);
    background-color: #000;
    height: 5em;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-button {
    background-color: #a73a35;
    flex: none;
    justify-content: space-between;
    align-items: center;
    width: 5em;
    height: 5em;
    padding: 0;
    font-size: .8em;
    transition: background-color .2s;
  }

  .nav-menu-button:hover {
    background-color: var(--color-a);
  }

  .nav-menu-button.w--open {
    background-color: #1386eb;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffffd6;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .navbar-section {
    justify-content: space-between;
    margin-bottom: 0;
  }

  .nav-brand {
    z-index: 8;
    background-color: #0000;
    flex: none;
  }

  .button-color-b.section {
    width: 50%;
  }

  .utility-section {
    padding-left: 2em;
    padding-right: 2em;
  }

  .utility-wrapper {
    padding: 2em;
  }

  .utility-wrapper.no-padding-mobile {
    padding: 0;
  }

  .hero-image {
    bottom: 0;
  }

  .hero-title-bg-text {
    font-size: 44dvw;
  }

  .hero-wrapper {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .hero-bg-stripes {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .hero-title-bg {
    left: -2em;
    right: -2em;
  }

  .hero-section {
    padding-top: 6em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .hero-title {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2em;
  }

  .hero-contact-info.hide-tablet-mobile {
    display: none;
  }

  .hero-bg-stripe-color-dark-c.right-margin {
    margin-right: -2em;
  }

  .hero-bg-stripe-color-dark-c.left-margin {
    margin-left: -2em;
  }

  .hero-title-text {
    box-shadow: none;
    font-size: 10vw;
  }

  .features-section {
    padding-left: 2em;
    padding-right: 2em;
  }

  .features-wrapper {
    overflow: hidden;
  }

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

  .video-section {
    padding-left: 2em;
    padding-right: 2em;
  }

  .video-wrapper {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .top-bg-stripe-color-light-b {
    height: 4em;
  }

  .facts-section {
    padding-left: 2em;
    padding-right: 2em;
  }

  .facts-wrapper {
    overflow: hidden;
  }

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

  .checkout-actions {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .about-section, .about-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section-h-line-color-b {
    width: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .testimonials-section {
    padding-left: 2em;
    padding-right: 2em;
  }

  .testimonial-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-text {
    padding-left: 1.579em;
    padding-right: 1.579em;
  }

  .footer-section {
    padding-top: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .partners-section {
    padding-left: 2em;
    padding-right: 2em;
  }

  .partners-wrapper {
    overflow: hidden;
  }

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

  .footer-links {
    grid-column-gap: 1em;
  }

  .contact-content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-details {
    border-bottom: 1px solid var(--color-dark-b);
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-detail, .contact-detail-link {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-section {
    padding-left: 2em;
    padding-right: 2em;
  }

  .services-section {
    border: 1px #000;
    padding-left: 2em;
    padding-right: 2em;
  }

  .service {
    flex-direction: column;
    padding: 2em 2em 1em;
  }

  .section-button {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .section-title-wrapper {
    width: 100%;
  }

  .pricing-section {
    padding-left: 2em;
    padding-right: 2em;
  }

  .pricing-list {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-item {
    flex: 1;
  }

  .newsletter-form-wrapper {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .gallery-section {
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .gallery-slide-nav {
    height: 4em;
    margin-bottom: -4em;
  }

  .gallery-slide {
    max-width: 20%;
  }

  .gallery-slider-right-arrow, .gallery-slider-left-arrow {
    margin-top: 6em;
  }

  .gallery-lightbox-link {
    height: 16em;
  }

  .utility-page-wrap {
    padding-left: 2em;
    padding-right: 2em;
  }

  .utility-page-content {
    padding: 2em;
  }

  .utility-hero-section {
    padding-top: 6em;
  }

  .licensing {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .checkout-form-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

  .checkout-form {
    padding: 2em;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-top-56px {
    margin-top: 40px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-contact-v9 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-160px {
    margin-bottom: 100px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .container {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .container-2 {
    max-width: 728px;
  }
}

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

  h1 {
    margin-bottom: 14px;
    font-size: 3.052em;
  }

  h2 {
    margin-bottom: 13px;
    font-size: 2.441em;
  }

  h3 {
    margin-bottom: 12px;
    font-size: 1.953em;
  }

  h4 {
    margin-bottom: 11px;
    font-size: 1.563em;
  }

  h5 {
    margin-bottom: 10px;
    font-size: 1.25em;
  }

  h6 {
    margin-bottom: 9px;
    font-size: 1em;
  }

  blockquote {
    margin-bottom: 14px;
  }

  .button-color-b {
    height: 5em;
    font-size: .8em;
  }

  .overline-text {
    color: #a73a35;
  }

  .hero-title-bg-text {
    font-size: 46dvw;
  }

  .hero-contact-info-text {
    width: 100%;
  }

  .hero-bg-stripes {
    grid-template-columns: 1fr;
  }

  .hero-title {
    text-align: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .hero-contact-info {
    justify-content: center;
  }

  .hero-buttons {
    border-top-style: none;
    border-bottom-style: none;
  }

  .hero-title-text {
    box-shadow: none;
    font-size: 10vw;
  }

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

  .feature {
    background-color: #fff;
    flex-direction: row;
  }

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

  .fact {
    flex-direction: row;
  }

  .checkout-actions {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .about-section {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section-h-line-color-b {
    background-color: #a73a35;
  }

  .testimonials-section {
    padding-left: 2em;
    padding-right: 2em;
  }

  .testimonials-wrapper {
    grid-template-columns: 1fr;
  }

  .testimonial-wrapper, .testimonial-text {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-section {
    padding-left: 2em;
    padding-right: 2em;
  }

  .footer-content {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .feature-number-text {
    text-align: left;
  }

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

  .contact-buttons {
    justify-content: center;
    place-items: center;
  }

  .contact-details, .contact-detail, .contact-detail-link {
    justify-content: center;
  }

  .services-section {
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .service {
    display: block;
  }

  .section-button, .section-title-wrapper {
    width: 100%;
  }

  .pricing-section {
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .gallery-slide {
    max-width: 33.333%;
  }

  .gallery-lightbox-thumb-01, .gallery-lightbox-thumb-02, .gallery-lightbox-thumb-03, .gallery-lightbox-thumb-04, .gallery-lightbox-thumb-06 {
    border: 0 solid #000;
  }

  .button-color-dark-c {
    height: 5em;
    font-size: .8em;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---text-200-bold, .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-2-contact-v9 {
    grid-template-columns: 1fr;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-160px {
    margin-bottom: 80px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .features-list {
    padding: 60px 15px;
  }

  .project-title {
    text-align: center;
    margin-top: 29px;
  }

  .project-column {
    padding-top: 23px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    background-color: #000;
    border: 1px #000;
  }

  .nav-brand {
    width: auto;
  }

  .nav-brand.w--current {
    color: #000;
  }

  .button-color-b {
    min-width: 8em;
  }

  .button-color-b.section {
    width: 75%;
    min-width: 75%;
  }

  .hero-image {
    width: 83.3332%;
  }

  .hero-bg-stripes {
    width: 50%;
  }

  .hero-title-text {
    box-shadow: none;
    width: 100%;
    font-size: 10vw;
  }

  .features, .facts {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    display: flex;
  }

  .fact {
    flex: 1;
  }

  .about-wrappper, .partners {
    grid-template-columns: 1fr;
  }

  .button-icon-wrapper {
    color: #fff;
    background-color: #a73a35;
  }

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

  .service {
    padding-left: 0;
    padding-right: 0;
  }

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

  .pricing-tabs-menu {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    display: grid;
  }

  .gallery-slide {
    max-width: 50%;
  }

  .gallery-lightbox-thumb-01, .gallery-lightbox-thumb-02, .gallery-lightbox-thumb-03, .gallery-lightbox-thumb-04, .gallery-lightbox-thumb-06 {
    border: 0 solid #000;
  }

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

  .licensing-buttons {
    flex-direction: column;
    width: 100%;
  }

  .button-color-dark-c {
    min-width: 8em;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---icon-square-acent-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---text-200-bold, .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-160px {
    margin-bottom: 60px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---grid-4-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .list {
    margin-top: 0;
  }

  .container-2 {
    max-width: none;
  }

  .list-item-2, .list-item-3, .list-item-5, .bold-text {
    text-align: left;
  }

  .code-embed {
    margin-top: 80px;
  }
}

#w-node-d09b6fa5-76d0-6c57-b129-c3aa35c17250-26eb93c1, #w-node-_788bde1c-cf97-ae34-1b64-996b9069b60a-26eb93c1, #w-node-_18bb063d-21c8-b750-09ae-a8baa6c6f2ff-26eb93c1, #w-node-c97faa0e-f755-59d1-fa65-f9f119839e42-26eb93c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60d7132e-dcc9-14a7-0601-ff20a9b65f73-26eb93c1 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_89319473-5009-5580-52dd-11adae9c6951-3c9c4d67, #w-node-_099816f6-6620-8139-4509-bfd836e0aedd-bcd932a6, #w-node-cb1c9e01-4709-98ee-3a70-3adb05870ab0-bcd932a6, #w-node-e57d8cda-47c5-aba1-9dcb-4952f522c374-bcd932a6, #w-node-_65c48362-2d8c-da95-8f5b-89841fa64069-b7372a3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ff8ba304-ffe4-8a41-2044-0104bcd932a8-bcd932a6 {
    justify-self: end;
  }

  #w-node-ff8ba304-ffe4-8a41-2044-0104bcd932ab-bcd932a6 {
    justify-self: start;
  }

  #w-node-_65c48362-2d8c-da95-8f5b-89841fa64060-b7372a3a {
    justify-self: end;
  }

  #w-node-_65c48362-2d8c-da95-8f5b-89841fa64063-b7372a3a {
    justify-self: start;
  }
}


