@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --paragraphs: #000000a6;
  --background: #101010;
  --accent: red;
  --border: #00000026;
  --dark-hover: #e0e0e0;
  --red-1: red;
  --additional-background: #fff;
  --transparent: #fff0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceorderconfirmationcontainer {
  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: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

@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-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--white);
  color: var(--paragraphs);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  display: flex;
}

h1 {
  color: var(--background);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 58px;
  font-style: italic;
  font-weight: 700;
  line-height: 106%;
}

h2 {
  color: var(--background);
  letter-spacing: -.8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 700;
  line-height: 108%;
}

h3 {
  color: var(--background);
  letter-spacing: -.6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 23px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  line-height: 111%;
}

h4 {
  color: var(--background);
  letter-spacing: -.4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 116%;
}

h5 {
  color: var(--background);
  letter-spacing: -.2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  color: var(--background);
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

p {
  margin-bottom: 25px;
}

a {
  color: var(--background);
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
}

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

ul, ol {
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 36px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 2px solid var(--accent);
  color: var(--accent);
  margin-bottom: 25px;
  margin-left: 18px;
  padding: 0 24px;
  font-size: 18px;
  font-style: italic;
  line-height: 165%;
}

figure {
  border: 1px solid var(--border);
  margin-top: 37px;
  margin-bottom: 37px;
}

figcaption {
  border-top: 1px solid var(--border);
  text-align: center;
  margin-top: 0;
  padding: 12px 5%;
  font-size: 14px;
  line-height: 160%;
}

.navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.block-navbar {
  border-bottom: 1px none var(--border);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

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

.nav-menu {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav-link {
  border-left: 1px solid var(--border);
  color: var(--white);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 25px 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.nav-link:hover {
  background-color: var(--dark-hover);
  color: var(--background);
}

.nav-link.w--current {
  color: var(--red-1);
}

.nav-button {
  background-color: var(--red-1);
  color: var(--white);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  padding: 25px 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

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

.nav-button.white {
  color: var(--white);
}

.nav-button.white.mobile-only {
  display: none;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 25px;
  transition-property: background-color;
  transition-duration: .2s;
  display: flex;
}

.brand.w--current {
  display: flex;
  position: static;
}

.logo {
  z-index: 999;
  width: 11rem;
  max-width: none;
}

.dropdown {
  z-index: 0;
}

.dropdown:hover {
  background-color: var(--dark-hover);
  color: var(--background);
}

.dropdown-toggle {
  border-left: 1px solid var(--border);
  color: var(--background);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 25px 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--background);
}

.dropdown-icon {
  color: var(--white);
  margin-left: 3px;
  margin-right: 0;
  font-size: 11px;
  position: relative;
}

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

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  border: 1px solid var(--border);
  background-color: var(--dark-hover);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.dropdown-link {
  color: var(--paragraphs);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 10px 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.dropdown-link:hover {
  color: var(--background);
}

.dropdown-link.w--current {
  color: var(--accent);
}

.dropdown-list-block {
  padding-top: 15px;
  padding-bottom: 15px;
}

.section-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video {
  background-image: linear-gradient(131deg, #fff, var(--border) 42%, #000c 53%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-hero {
  color: var(--white);
  font-size: 65px;
  position: relative;
}

.heading-hero.large {
  font-size: 100px;
  line-height: 98%;
}

.overflow {
  overflow: hidden;
}

.overflow.service-area {
  width: 100%;
}

.block-heading-hero {
  margin-bottom: 24px;
}

.block-heading-hero.margin-0 {
  margin-bottom: 0;
}

.paragraph-hero {
  color: var(--white);
  max-width: 520px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 175%;
}

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

.block-hero---a {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.button {
  border: 2px solid var(--background);
  color: var(--background);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 23px 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94), color .2s cubic-bezier(.25, .46, .45, .94);
}

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

.button.small {
  padding: 13px 26px;
}

.button.post-button {
  align-self: center;
}

.button.white {
  border-color: var(--white);
  color: var(--white);
}

.block-paragraph-hero {
  margin-bottom: 40px;
}

.hero---a {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  padding: 170px 10% 130px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section {
  background-color: var(--additional-background);
  border-top: 1px #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 130px 20px;
  display: flex;
}

.content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.content.full {
  max-width: 84vmax;
}

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

.grid-2-columns {
  grid-column-gap: 4vmin;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.block-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 10%;
  display: flex;
  position: relative;
}

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

.image.tint {
  height: 600px;
}

.image.ppf {
  object-fit: cover;
  height: 600px;
}

.border-image {
  width: 100%;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}

.border-image.full {
  border-top-style: none;
  border-bottom-style: none;
}

.border-image.full.white {
  background-color: var(--background);
}

.text-subtitle {
  color: var(--red-1);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.subtitle {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.subtitle.left {
  justify-content: flex-start;
  align-items: center;
}

.line-subtitle {
  background-color: var(--red-1);
  width: 26px;
  height: 2px;
}

.line-subtitle.short {
  width: 13px;
}

.heading {
  max-width: 560px;
}

.into-view-fill {
  z-index: 100;
  background-color: var(--additional-background);
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.into-view-fill.dark {
  background-color: var(--white);
}

.paragraph {
  max-width: 470px;
  margin-bottom: 36px;
}

.section-dark {
  background-color: var(--white);
  border-top: 1px #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
  display: flex;
}

.section-dark.padding {
  padding-top: 50px;
}

.section-dark.disabled {
  display: none;
}

.block-heading {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: auto;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  position: relative;
}

.block-heading.center {
  text-align: center;
  align-items: center;
  margin-right: 0;
}

.grid-3-columns {
  grid-column-gap: 4vmin;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.grid-3-columns.margin-10 {
  grid-auto-columns: 1fr;
  margin-top: 10px;
}

.border-link {
  border: 1px solid var(--border);
  width: 100%;
  overflow: hidden;
}

.image-services {
  object-fit: cover;
  width: 100%;
  height: 530px;
}

.block-services {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 26px;
  margin-bottom: 16px;
  display: flex;
}

.block-services.margin-44 {
  margin-top: 44px;
}

.block-services.margin-0 {
  margin-top: 0;
}

.heading-services {
  margin-bottom: 0;
  display: none;
}

.icon-services {
  width: 28px;
  height: 28px;
  margin-right: 12px;
}

.icon-services.large {
  width: 38px;
  height: 38px;
}

.link-services {
  text-decoration: none;
}

.services {
  position: relative;
}

.services.margin-50 {
  margin-top: 50px;
}

.services.margin-100 {
  margin-top: 100px;
}

.section-full {
  background-color: var(--additional-background);
  border-top: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-full {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.block-full {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 130px 16%;
  display: flex;
  position: relative;
}

.lightbox-link {
  perspective: 1000px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-lightbox {
  object-fit: cover;
  width: 156px;
  height: 90px;
}

.heading-lightbox {
  margin-bottom: 0;
  margin-left: 22px;
  margin-right: 10px;
}

.border-lightbox {
  border: 1px solid var(--border);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-lightbox {
  width: 24px;
  height: 24px;
}

.block-icon-lightbox {
  z-index: 20;
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
}

.paragraph-large {
  max-width: 500px;
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 175%;
}

.testimonial {
  border: 1px solid var(--border);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 14% 10%;
  position: relative;
  overflow: hidden;
}

.icon-star {
  width: 24px;
  height: 24px;
  margin-left: 2px;
  margin-right: 2px;
}

.stars {
  margin-bottom: 16px;
}

.name-testimonial {
  color: var(--background);
  font-size: 18px;
  font-weight: 600;
}

.paragraph-testimonial {
  margin-bottom: 18px;
}

.banner {
  border: 1px solid var(--border);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  padding: 6% 30% 6% 6%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-banner {
  z-index: 10;
  max-width: 470px;
  position: relative;
}

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

.grid-location {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.location {
  border: 1px solid var(--border);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 7% 8%;
  display: flex;
}

.paragraph-location {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}

.heading-location {
  font-size: 18px;
}

.collection-list-categories {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.collection-item-categories {
  display: inline-block;
}

.categories {
  border: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: 15px 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-category {
  color: var(--background);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-left: 18px;
  margin-right: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  display: block;
}

.link-category.w--current {
  color: var(--accent);
}

.text-categories {
  color: #fff6;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-left: 18px;
  margin-right: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

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

.empty-state {
  border: 1px solid var(--border);
  background-color: #0000;
  padding: 15px 20px;
}

.text-empty {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.collection-list-wrapper-shop {
  width: 100%;
  margin-top: 50px;
}

.collection-list-shop {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.collection-item-shop {
  border: 1px solid var(--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-image-shop {
  border-bottom: 1px solid var(--border);
  width: 100%;
  overflow: hidden;
}

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

.block-shop {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 9% 10% 10%;
  display: flex;
}

.heading-shop {
  margin-bottom: 0;
  font-size: 24px;
}

.link-shop {
  margin-bottom: 4px;
  text-decoration: none;
}

.price {
  color: var(--accent);
  letter-spacing: -.2px;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  display: inline-block;
}

.price.large {
  font-size: 24px;
}

.compare-at-price {
  color: #ffffff4d;
  letter-spacing: -.2px;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  text-decoration: line-through;
  display: inline-block;
}

.compare-at-price.large {
  font-size: 24px;
}

.product-information {
  color: #ffffff80;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  display: inline-block;
}

.product-information.large {
  font-size: 16px;
}

.description-shop {
  margin-bottom: 12px;
}

.block-price {
  margin-bottom: 14px;
}

.block-price.service-area {
  margin-bottom: 0;
}

.block-add-to-cart {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.quantity {
  border: 1px solid var(--border);
  color: var(--background);
  background-color: #0000;
  border-radius: 0;
  width: 65px;
  height: 48px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-left: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.quantity:focus {
  border-style: solid;
  border-color: var(--border);
}

.add-to-cart-button {
  border: 2px solid var(--background);
  color: var(--background);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  padding: 13px 26px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.add-to-cart-button:hover {
  background-color: var(--background);
  color: var(--white);
}

.buy-now-button {
  border: 2px solid var(--background);
  color: var(--background);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 15px;
  padding: 13px 26px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.buy-now-button:hover {
  background-color: var(--background);
  color: var(--white);
}

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

.default-state {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.out-of-stock-state {
  border: 1px solid var(--border);
  background-color: #0000;
  margin-top: 15px;
  padding: 14px 18px;
}

.text-out-of-stock {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.error-state {
  background-color: #0000;
  border: 1px solid #f8333359;
  margin-top: 15px;
  padding: 14px 18px;
}

.error-message {
  color: #f83333;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
}

.icon-cart {
  width: 18px;
  height: 18px;
}

.cart-button {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  min-width: 68px;
  height: 100%;
  padding: 10px;
  transition-property: background-color;
  position: relative;
}

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

.cart {
  border-left: 1px solid var(--border);
  height: 100%;
}

.cart-quantity {
  background-color: var(--background);
  color: var(--white);
  margin-left: 4px;
  position: absolute;
  inset: 20% 14% auto auto;
}

.cart-container {
  border: 1px solid var(--border);
  background-color: var(--white);
}

.cart-quantity-item {
  border-color: var(--border);
  background-color: #0000;
  border-radius: 0;
}

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

.cart-header {
  border-bottom-color: var(--border);
  padding: 24px 30px;
}

.image-cart-item {
  border: 1px solid var(--border);
  object-fit: cover;
  height: 60px;
}

.cart-footer {
  border-top-color: var(--border);
  padding: 24px 30px 30px;
}

.cart-item-price {
  color: #ffffff80;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
}

.cart-item-name {
  color: var(--background);
  margin-bottom: 2px;
  font-weight: 600;
  line-height: 120%;
}

.remove-button {
  color: var(--accent);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.remove-button:hover {
  color: var(--background);
}

.text-subtotal {
  color: var(--background);
  letter-spacing: -.4px;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
}

.close-button {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  transition-property: opacity;
  display: flex;
}

.close-button:hover {
  opacity: .5;
}

.cart-list {
  padding: 18px 30px;
}

.icon-close {
  width: 24px;
  height: 24px;
}

.checkout-button {
  background-color: var(--accent);
  color: var(--white);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 22px 24px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  transition-property: background-color;
}

.checkout-button:hover {
  background-color: var(--background);
  color: var(--white);
}

.apple-pay {
  border-radius: 0;
  height: 45px;
}

.paypal {
  margin-bottom: 6px;
}

.web-payments {
  margin-bottom: 14px;
}

.pay-with-browser {
  border-radius: 0;
  height: 45px;
}

.text-cart-empty {
  margin-bottom: 26px;
  font-size: 18px;
}

.cart-empty-state {
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 60px;
}

.cart-error-state {
  text-align: center;
  background-color: #0000;
  border: 1px solid #f8333359;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 16px 18px;
}

.grid-faq {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 790px;
  margin-top: 10px;
}

.accordion-item {
  border: 1px solid var(--border);
  background-color: var(--dark-hover);
  position: relative;
  overflow: hidden;
}

.accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 20px 28px;
  transition: padding .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.accordion-header:hover {
  padding-left: 34px;
}

.accordion-content {
  padding-left: 28px;
  padding-right: 28px;
  overflow: hidden;
}

.heading-accordion {
  margin-bottom: 0;
}

.icon-accordion {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.cta {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 130px;
  padding-top: 130px;
  display: flex;
  position: relative;
}

.image-cta {
  width: 100%;
}

.block-cta {
  text-align: center;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.block-cta.full {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.heading-cta {
  max-width: 800px;
  margin-bottom: 30px;
  font-size: 58px;
  line-height: 106%;
}

.block-image-cta {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section-footer {
  border-top: 1px solid var(--border);
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
  transform: perspective(1000px);
}

.grid-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.block-footer {
  border-left: 1px solid var(--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14% 15% 24%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-footer.border-off {
  border-left-style: none;
}

.link-footer {
  color: var(--paragraphs);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  display: block;
}

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

.heading-footer {
  margin-bottom: 24px;
  font-size: 24px;
}

.heading-footer.top_margin {
  margin-top: 24px;
}

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

.block-footer-down {
  border-left: 1px solid var(--border);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 3% 7.5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-footer-down.border-off {
  border-left-style: none;
}

.text-footer-down {
  color: var(--background);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-right: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.block-down {
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.hero---b {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  padding-top: 170px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.grid-hero---b {
  z-index: 50;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: auto;
  position: relative;
  overflow: hidden;
}

.block-hero---b {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: auto 10% 130px;
  display: flex;
  position: relative;
}

.link-services-hero {
  border-left: 1px solid var(--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5vmin;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-services-hero:hover {
  background-color: var(--dark-hover);
}

.link-services-hero.border-off {
  border-left-style: none;
}

.block-services-hero {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.icon-services-hero {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}

.heading-services-hero {
  margin-bottom: 0;
  font-size: 36px;
}

.paragraph-services-hero {
  color: var(--paragraphs);
  max-width: 370px;
  margin-bottom: 0;
}

.block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.grid-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 25px;
}

.group {
  border-left: 1px solid var(--border);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
  position: relative;
}

.group.border-off {
  border-left-style: none;
}

.heading-group {
  margin-bottom: 14px;
  font-size: 24px;
}

.icon-group {
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
}

.paragraph-group {
  margin-bottom: 0;
}

.collection-list-blog {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.collection-list-wrapper-blog {
  width: 100%;
  margin-top: 10px;
}

.collection-item-blog {
  border: 1px solid var(--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-image-blog {
  border-bottom: 1px solid var(--border);
  width: 100%;
  overflow: hidden;
}

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

.block-blog {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 9% 10% 10%;
  display: flex;
}

.link-blog {
  margin-bottom: 24px;
  text-decoration: none;
}

.heading-blog {
  margin-bottom: 0;
}

.date-blog {
  color: #ffffff80;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.cta-simple {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  position: relative;
}

.heading-cta-simple {
  max-width: 800px;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 58px;
  line-height: 106%;
}

.section-cta-simple {
  border-top: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
  display: flex;
}

.hero---c {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 80vh;
  padding: 170px 25% 130px 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-hero---c {
  z-index: 50;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.block-hero---c {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-hero---c {
  object-fit: cover;
  object-position: 0% 0%;
  width: 62%;
  height: 100%;
  margin-left: auto;
  position: absolute;
  inset: 0%;
}

.section-full-dark {
  background-color: var(--white);
  border-top: 1px #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.section-full-dark.no-padding {
  padding-top: 0;
}

.hero---page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 180px 7% 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.block-hero---page {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.block-hero---page.center {
  text-align: center;
  align-items: center;
}

.columns-services {
  width: 100%;
}

.column-1-services {
  margin-top: -80px;
  padding-left: 0;
  padding-right: 4vmin;
}

.column-2-services {
  padding-left: 4vmin;
  padding-right: 0;
}

.grid-services---a {
  grid-column-gap: 0px;
  grid-row-gap: 8vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.grid-group---b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.group---b {
  border-left: 1px solid var(--border);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10% 15%;
  display: flex;
  position: relative;
}

.group---b.border-off {
  background-color: var(--white);
  border-left-style: none;
}

.grid-services---b {
  grid-column-gap: 0px;
  grid-row-gap: 5vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.services---b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.block-services---b {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 70px 14% 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-services---b.border-off-right {
  border-left-style: solid;
  border-right-style: none;
}

.grid-services---c {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.services---c {
  text-align: center;
}

.border-image-services---c {
  border-bottom: 1px solid var(--border);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-services---c {
  object-fit: cover;
  width: 100%;
  height: 42vw;
}

.block-services---c {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 4vmin 15px;
  display: flex;
}

.grid-image-3-columns {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.block-paragraph-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 840px;
  display: flex;
  position: relative;
}

.paragraph-large-page {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 175%;
}

.grid-image-2-columns, .grid-about---c {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.about---c {
  border: 1px solid var(--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.border-image-about---c {
  border-bottom: 1px solid var(--border);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-about---c {
  object-fit: cover;
  width: 100%;
  height: 28vw;
}

.block-about---c {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 4vmin 15px;
  display: flex;
}

.collection-list-wrapper-blog-page {
  width: 100%;
}

.collection-list-blog-page {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.block-date-hero {
  margin-bottom: 10px;
  padding-left: 4px;
}

.border-image-blog {
  border: 1px solid var(--border);
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.page-content {
  width: 100%;
  max-width: 790px;
  position: relative;
}

.grid-location-page {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.block-location-page {
  width: 100%;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.form-block {
  width: 100%;
  max-width: 700px;
  margin-bottom: 0;
  position: relative;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  border: 1px solid var(--border);
  color: var(--background);
  background-color: #0000;
  height: 57px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 140%;
  transition: border-color .2s cubic-bezier(.25, .46, .45, .94);
}

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

.text-field::placeholder {
  color: #ffffff73;
}

.textarea {
  border: 1px solid var(--border);
  color: var(--background);
  background-color: #0000;
  min-width: 100%;
  max-width: 100%;
  min-height: 180px;
  max-height: 400px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 140%;
  transition: border-color .2s cubic-bezier(.25, .46, .45, .94);
}

.textarea:focus {
  border-color: var(--background);
}

.textarea::placeholder {
  color: #ffffff73;
}

.success-message {
  color: var(--accent);
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
}

.success-state {
  background-color: #0000;
  border: 1px solid #f8b83359;
}

.submit-button {
  border: 2px solid var(--background);
  color: var(--background);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 15px;
  padding: 23px 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94), color .2s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  background-color: var(--background);
  color: var(--white);
}

.grid-membership {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 68px;
}

.categories-page {
  border: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 4vmin;
  padding: 15px 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.collection-list-shop-page {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.grid-products {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  align-items: start;
  width: 100%;
  margin-top: 68px;
}

.block-products {
  border: 1px solid var(--border);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5vmin;
  display: flex;
  position: relative;
}

.rich-text-products {
  margin-top: 36px;
}

.heading-products {
  margin-bottom: 5px;
}

.ecommerce-form {
  background-color: #0000;
  padding: 0;
}

.ecommerce-grid {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: start;
  width: 100%;
}

.ecommerce-contents {
  margin-right: 0;
}

.ecommerce-sidebar {
  top: 120px;
}

.block-header {
  border-color: var(--border);
  background-color: #0000;
  align-items: flex-start;
  padding: 26px 36px 4px;
}

.block-content {
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  border-left: 1px solid var(--border);
  background-color: #0000;
  padding: 36px;
}

.ecommerce-text-field {
  border: 1px solid var(--border);
  background-color: var(--dark-hover);
  color: var(--background);
  border-radius: 0;
  height: 38px;
  margin-bottom: 16px;
  padding: 4px 12px;
  font-size: 16px;
  line-height: 140%;
  transition: border-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ecommerce-text-field:focus, .ecommerce-text-field.-wfp-focus {
  border-color: var(--background);
}

.ecommerce-text-field::placeholder {
  color: #ffffff73;
}

.customer-info, .shipping-address, .shipping-method, .payment-info, .billing-address, .order-items {
  margin-bottom: 4vmin;
}

.order-summary {
  margin-bottom: 30px;
}

.checkbox {
  margin-top: 6px;
}

.text-required {
  color: var(--accent);
}

.shipping-method-ecommerce {
  background-color: #0000;
  border-bottom-style: none;
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
}

.field-label {
  color: #ffffff73;
  font-weight: 400;
}

.field-label-shipping {
  color: var(--background);
  font-size: 18px;
}

.discounts {
  border-style: none solid solid;
  border-color: var(--border);
  background-color: #0000;
  padding: 36px 36px 20px;
}

.field-label-discounts {
  color: var(--background);
  font-size: 18px;
  font-weight: 600;
}

.space {
  background-color: var(--border);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.grid-colors {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-color {
  border: 1px solid var(--border);
  background-color: var(--background);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 31px 20px;
  display: flex;
}

.block-color.paragraphs {
  background-color: var(--paragraphs);
}

.block-color.border {
  background-color: var(--border);
}

.block-color.dark-hover {
  background-color: var(--dark-hover);
}

.block-color.additional-background {
  background-color: var(--additional-background);
}

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

.block-color.accent {
  background-color: var(--red-1);
}

.text-color {
  color: var(--white);
  font-size: 15px;
  line-height: 140%;
}

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

.block-style {
  border: 1px solid var(--border);
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px;
}

.grid-style {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center;
}

.button-accent {
  background-color: var(--accent);
  color: var(--white);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 25px 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.button-accent:hover {
  background-color: var(--background);
  color: var(--white);
}

.button-accent.small {
  padding: 13px 26px;
}

.grid-licensing {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
}

.image-licensing {
  border: 1px solid var(--border);
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.block-icon-licensing {
  display: inline-block;
}

.icon-licensing-border {
  border: 1px solid var(--border);
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 30px;
  display: inline-block;
}

.icon-licensing {
  width: 55px;
  height: 55px;
}

.font-roboto-condensed {
  margin-top: 12px;
  margin-bottom: 12px;
}

.font-inter {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.link-font {
  padding-left: 15px;
  padding-right: 15px;
}

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

.utility-page-content {
  border: 1px solid var(--border);
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 330px;
  padding: 50px;
  display: flex;
}

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

.section-splash {
  border-top: 1px solid var(--border);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8vmin 7%;
  display: flex;
}

.grid-splash {
  grid-column-gap: 6vmin;
  grid-row-gap: 6vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 2vmin;
}

.grid-splash._3-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.image-splash {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--border);
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.splash-block {
  border: 1px solid var(--border);
  color: #ffffff4d;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.splash-block:hover {
  border-color: var(--background);
  color: var(--background);
}

.text-splash {
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin: 15px 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.splash {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 84vmax;
  display: flex;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.buttons-row.center.mg-top-48px {
  margin-top: 48px;
}

.inner-container._760px {
  max-width: 760px;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-404px {
  max-width: 404px;
  overflow: visible;
}

.display-2 {
  color: #070707;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 900;
  line-height: 1.204em;
}

.section-2 {
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

.section-2.overflow-hidden {
  background-color: var(--white);
  display: block;
  overflow: hidden;
}

.text-over-image-link---text-container {
  z-index: 3;
  position: absolute;
  bottom: 48px;
  left: 40px;
  right: 40px;
}

.text-over-image-link---gradient {
  background-image: linear-gradient(to bottom, #0000 10%, #000000c4 50%, var(--red-1));
  transition: background-color .3s;
  position: absolute;
  inset: 84px 0 0;
}

.text-200 {
  line-height: 1.111em;
}

.text-200.black {
  background-color: var(--red-1);
  font-weight: 900;
}

.color-neutral-100 {
  color: #fff;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.flex {
  display: flex;
}

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

.flex.align-center.mg-bottom-16px {
  text-align: center;
  justify-content: center;
}

.text-over-image-link---image {
  object-fit: cover;
  height: 100%;
}

.btn-circle-secondary {
  color: #070707;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px #00000014;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #c81818;
  border-color: #c81818;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.slider-arrow {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  border-radius: 0%;
  width: 54px;
  min-width: 54px;
  height: 54px;
  min-height: 54px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
}

.btn-circle-secondary.slider-arrow.left---top-left {
  inset: -100px 84px auto auto;
}

.btn-circle-secondary.slider-arrow.right---top-left {
  top: -100px;
}

.hidden-on-desktop {
  display: none;
}

.subtitle-2 {
  color: #c81818;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  line-height: 1.111em;
}

.slide-item-mg {
  margin-right: 28px;
}

.display-4 {
  color: #070707;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.429em;
}

.display-4.color-neutral-100 {
  color: #fff;
}

.card {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.text-over-image-link {
  z-index: 1;
  box-shadow: none;
  background-color: #070707;
  border-style: none;
  flex-direction: column;
  height: 480px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.divider {
  background-color: #d6d6d6;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider.link {
  background-color: #c81818;
  width: 100%;
  max-width: 32px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 16px;
}

.divider.link.white {
  background-color: #fff;
  background-color: var(--background);
}

.divider.subtitle {
  background-color: #c81818;
  width: 100%;
  max-width: 170px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 22px;
}

.container-default {
  max-width: 1316px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.z-index-1 {
  z-index: 1;
  position: relative;
}

.contact-embed {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45em;
  display: flex;
}

.text-span {
  color: var(--red-1);
}

.heading-2 {
  color: var(--background);
  font-size: 36px;
}

.text-span-2 {
  color: var(--red-1);
}

.text-span-3 {
  color: var(--accent);
}

.location-text {
  color: var(--white);
  letter-spacing: normal;
}

.text-span-5 {
  color: var(--accent);
}

.grid-services---d {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.text-span-6 {
  color: var(--accent);
}

.text-block {
  color: var(--background);
}

.text-span-7 {
  text-align: center;
  font-size: 30px;
}

.heading-3 {
  text-align: center;
}

.text-block-2 {
  color: var(--background);
  background-color: #0000;
  text-decoration: none;
}

.text-block-3 {
  color: var(--background);
}

.text-span-8, .text-span-9 {
  color: var(--red-1);
}

.grid-group---c {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.text-span-10, .text-span-11 {
  color: var(--red-1);
}

.text-span-12 {
  color: var(--background);
}

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

.grid-group---d {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.paragraph-2, .paragraph-3, .paragraph-4, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  color: var(--background);
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-size: 40px;
}

.grid-group---e {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.text-block-8, .text-block-9 {
  color: var(--background);
  font-size: 35px;
}

.grid-group---f {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-services---g {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-group---g {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-group---4-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.section-dark-2 {
  border-top: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 130px 20px;
  display: flex;
}

.section-dark-2.padding {
  padding-top: 50px;
}

.section-dark-2.disabled {
  display: none;
}

.heading-2-copy, .heading-4, .heading-2-copy, .heading-5, .heading-6, .heading-7, .heading-8 {
  color: var(--background);
  font-size: 36px;
}

.html-embed {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.block-quote {
  color: var(--red-1);
}

.cs-info-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 560px;
  display: flex;
}

.error-message-2 {
  border-radius: 4px;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.hero-paragraph {
  color: var(--background);
  text-align: center;
  max-width: 900px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.hero-paragraph.tint {
  margin-top: 24px;
}

.embed {
  background-color: #000;
  width: 100%;
  height: 65rem;
  display: block;
}

.cs-image-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 500px;
  display: flex;
}

.cs-tab-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cs-image {
  border-radius: 16px;
  width: 100%;
}

.hero-heading {
  color: #121212;
  text-align: left;
}

.hero-heading.light {
  color: var(--background);
  text-align: center;
  font-weight: 300;
}

.hero-heading.light.bold {
  font-weight: 700;
}

.hero-heading.light.tint {
  margin-bottom: 0;
}

.form-block-2 {
  background-color: #0000;
  background-image: linear-gradient(#f8fbff, #f8fbff);
  border: 12px solid #003c77;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
  padding: 60px 40px;
}

.form-block-2.red {
  border-color: var(--red-1);
  background-image: none;
  padding: 0;
}

.form-block-2.light-blue {
  border-color: #89cee4;
}

.hero-section {
  z-index: 1;
  width: 100%;
  position: relative;
}

.hero-section.top-space {
  background-color: var(--white);
  padding-top: 140px;
}

.case-studies-wrapper {
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 10px;
  position: relative;
}

.case-studies-wrapper.hero-heading {
  padding-top: 60px;
  padding-bottom: 60px;
}

.success-message-2 {
  color: #fff;
  background-color: #0000;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.form-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bold-span {
  color: var(--background);
  font-weight: 700;
}

.bold-span.highlight {
  font-size: 72px;
}

.center-paragraph {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 178%;
}

.center-wrapper {
  text-align: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.steps-text-block {
  text-align: center;
  padding-top: 10px;
  line-height: 140%;
}

.steps-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 40px;
  margin-bottom: 0;
  display: grid;
}

.steps-title {
  color: var(--background);
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.step-grid-item {
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 255px;
  padding: 12px;
  display: flex;
  box-shadow: 0 10px 70px #53535312;
}

.step-image {
  filter: invert();
  object-fit: contain;
  background-color: #6c4be5;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  height: 136px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.step-image._1 {
  background-color: var(--transparent);
  margin-bottom: 10px;
}

.multiple-pricing-section {
  padding-top: 40px;
  padding-bottom: 80px;
}

.multiple-pricing-section.without-bottom-spacing {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px;
}

.cta-2-section {
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  position: relative;
}

.hero-center-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.light-blue-span {
  color: var(--background);
  font-weight: 700;
}

.video {
  margin-top: 20px;
  margin-bottom: 60px;
}

.project-name {
  margin-bottom: 16px;
}

.project-name.light {
  font-size: 36px;
  font-weight: 300;
}

.project-summary-20px {
  color: var(--paragraphs);
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 160%;
}

.right-sided-text-section {
  z-index: 1;
  background-color: var(--white);
  flex-flow: row;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.right-sided-text-section.no-top {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.arrow-button {
  background-color: #e91d8f;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.arrow-button.light-blue {
  background-color: var(--red-1);
}

.arrow-button.black {
  background-color: var(--red-1);
  font-weight: 900;
}

.project-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.project-thumbnail.ttt {
  padding-top: 0;
}

.project-thumbnail.ttt.logo {
  height: 100px;
  margin-bottom: 20px;
  padding: 10px;
}

.project-thumbnail.ttt.logo.window-tint {
  background-color: var(--background);
  object-fit: contain;
  position: static;
}

.project-thumbnail.ttt.tint {
  background-color: var(--background);
  object-fit: contain;
}

.projects-page-wrapper {
  z-index: 10;
  width: 90%;
  max-width: 1160px;
  padding-top: 120px;
  position: relative;
}

.projects-page-wrapper.ttt {
  padding-top: 0;
}

.project-contain {
  background-color: #fff;
  border-radius: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
}

.project-contain.featured {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.project-contain.featured.bottom-margin {
  background-color: #101010;
  border-style: none;
  margin-bottom: 20px;
}

.project-info-wrapper {
  width: 45%;
  max-width: 500px;
}

.project-info-wrapper.half {
  width: 50%;
}

.projects-collection-contain {
  margin-top: 100px;
}

.projects-collection-contain.no_top_margin {
  margin-bottom: 100px;
}

.primary-button-blue {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #000;
  border-radius: 50px;
  justify-content: space-around;
  align-items: center;
  padding: 20px 35px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: opacity .5s;
}

.primary-button-blue:hover {
  opacity: .5;
  color: #fff;
}

.about-3-card-content {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 30rem;
  padding: 30px 40px 40px;
  display: flex;
}

.about-3-card-content.st6-2 {
  height: 35rem;
}

.about-3-card-content.service {
  background-color: #fff;
}

.price-holder {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.about-3-card-description-3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-4-card-with-image {
  background-color: #fff;
  width: 50%;
  margin-top: 25px;
  margin-bottom: 25px;
  box-shadow: 0 10px 50px #35526317;
}

.about-3-card-wrapper {
  display: flex;
}

.about-3-card-number {
  color: #000;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-large {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.gallery-section {
  position: relative;
}

.contact-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.contact-heading-black {
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.form-section {
  z-index: 1;
  width: 100%;
  position: relative;
}

.faq-icon-contain {
  border: 2px solid #121212;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.faq-paragraph {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 178%;
}

.bottom-line {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

.faq-answer-wrap {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 7%;
}

.faq-line-vertical {
  background-color: #121212;
  border-radius: 100px;
  width: 2px;
  height: 10px;
  position: absolute;
}

.faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-right-wrap {
  z-index: 2;
  border: 8px solid var(--background);
  background-color: var(--red-1);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 42%;
  max-width: 420px;
  margin-top: 120px;
  padding: 50px 30px 40px;
  display: flex;
  position: relative;
}

.faq-card-text {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
}

.faq-questions {
  color: var(--background);
  text-transform: uppercase;
  width: 90%;
  font-size: 24px;
  line-height: 133%;
}

.faq-line {
  background-color: #121212;
  border-radius: 100px;
  width: 10px;
  height: 2px;
}

.faq-icon {
  margin-bottom: 20px;
}

.violet-button {
  color: #fff;
  background-color: #e91d8f;
  border-radius: 80px;
  align-items: center;
  padding: 4px 4px 4px 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
  display: flex;
}

.violet-button.light-blue {
  background-color: var(--white);
  color: var(--background);
  margin-bottom: 20px;
}

.icon-contain {
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-left: 24px;
  display: flex;
}

.faq-card-heading {
  color: var(--white);
  text-align: left;
  margin-bottom: 12px;
}

.faq-card-heading.white_text {
  color: var(--white);
}

.faq-heading {
  text-align: left;
  margin-bottom: 0;
}

.faq-left-wrapper {
  width: 55%;
  max-width: 562px;
}

.faqs-wrapper {
  z-index: 2;
  width: 100%;
  margin-top: 64px;
  padding-top: 0;
  position: relative;
}

.faqs-section-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 10px 160px;
  display: flex;
  position: relative;
}

.faq-question-container {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
}

.faq-question-container.first {
  border-top: 1px solid #e5e5e5;
}

.faq-section {
  width: 100%;
}

.faq-content {
  color: var(--paragraphs);
  margin-bottom: 0;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
}

.faq-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.heading-12, .heading-13, .heading-14, .heading-15 {
  color: var(--white);
}

.hero-span {
  color: var(--accent);
}

.red-span {
  color: var(--red-1);
  font-weight: 700;
}

.text-span-13 {
  color: silver;
}

.into-view-fill-2 {
  z-index: 100;
  background-color: #141414;
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.into-view-fill-2.dark {
  background-color: #101010;
}

.grid-services---d-2 {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.services---c-2 {
  border: 1px solid #ffffff26;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-10 {
  color: #fff;
  text-align: left;
}

.text-span-14 {
  color: var(--accent);
}

.heading-services-2 {
  margin-bottom: 0;
}

.text-span-15 {
  color: #d4b301;
}

.paragraph-11 {
  color: #fff;
  text-align: left;
}

.text-span-16 {
  color: #cd7f32;
}

.block-services---c-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 4vmin 15px;
  display: flex;
}

.heading-hero-2 {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  bottom: 25px;
}

.heading-hero-2.tint-packages {
  margin-top: 20px;
}

.border-image-services---c-2 {
  border-bottom: 1px solid #ffffff26;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.video-embed {
  width: 560px;
  margin-bottom: 40px;
}

.text-accent-2 {
  color: var(--accent);
}

.paragraph-large-2 {
  color: var(--paragraphs);
  max-width: 500px;
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 175%;
}

.section-full-2 {
  background-color: var(--white);
  border-top: 1px #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-16 {
  max-width: 560px;
}

.contact-embed-2 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.border-image-2 {
  border: 1px solid #ffffff26;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.border-image-2.full {
  border-top-style: none;
  border-bottom-style: none;
}

.text-subtitle-2 {
  color: var(--accent);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.line-subtitle-2 {
  background-color: var(--accent);
  width: 26px;
  height: 2px;
}

.grid-group---e-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.group---b-2 {
  text-align: left;
  border-left: 1px solid #ffffff26;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10% 15%;
  display: flex;
  position: relative;
}

.group---b-2.border-off {
  border-left-style: none;
}

.into-view-fill-3 {
  z-index: 100;
  background-color: #141414;
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.into-view-fill-3.dark {
  background-color: #101010;
}

.grid-group---e-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.group---b-3 {
  text-align: left;
  border-left: 1px solid #ffffff26;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10% 15%;
  display: flex;
  position: relative;
}

.group---b-3.border-off {
  border-left-style: none;
}

.into-view-fill-4 {
  z-index: 100;
  background-color: #141414;
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.into-view-fill-4.dark {
  background-color: #101010;
}

.services---c-3 {
  border: 1px solid #ffffff26;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.border-image-services---c-3 {
  border-bottom: 1px solid #ffffff26;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.block-services---c-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 4vmin 15px;
  display: flex;
}

.grid-services---c-2 {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.section-dark-3 {
  border-top: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 130px 20px;
  display: flex;
}

.block-services---b-2 {
  border: 1px solid #ffffff26;
  border-left-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 70px 14% 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-services---b-2.border-off-right {
  border-left-style: solid;
  border-right-style: none;
}

.border-image-3 {
  border: 1px solid #ffffff26;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.heading-hero-3 {
  text-align: center;
  margin-bottom: 0;
  font-size: 80px;
  position: relative;
  bottom: 25px;
}

.services---c-4 {
  border: 1px solid #ffffff26;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-span-17 {
  color: #fb0937;
}

.paragraph-12, .paragraph-13 {
  color: var(--paragraphs);
  text-align: left;
}

.grid-services---e {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.block-services---c-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 4vmin 15px;
  display: flex;
}

.section-full-dark-2 {
  border-top: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-full-dark-2.padding {
  padding: 4vmin;
}

.group---b-4 {
  text-align: left;
  border-left: 1px solid #ffffff26;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10% 15%;
  display: flex;
  position: relative;
}

.group---b-4.border-off {
  border-left-style: none;
}

.google-embed-map {
  margin-top: 20px;
}

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

.paragraph-large-3 {
  color: var(--paragraphs);
  font-size: 18px;
  line-height: 175%;
}

.paragraph-large-3.service-area {
  color: var(--dark-hover);
  max-width: 100%;
}

.paragraph-large-3.smaller-text {
  font-size: 16px;
}

.heading-hero-4 {
  margin-bottom: 0;
  font-size: 80px;
  position: relative;
}

.heading-hero-4.service-area {
  color: var(--white);
  width: 100%;
}

.content-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.block-heading-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: auto;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  position: relative;
}

.line-subtitle-3 {
  background-color: var(--red-1);
  width: 26px;
  height: 2px;
}

.description-shop-2 {
  text-align: center;
  margin-bottom: 12px;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #fff;
  padding: 23px 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94), color .2s cubic-bezier(.25, .46, .45, .94);
}

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

.button-2.post-button {
  align-self: center;
}

.collection-item-shop-2 {
  border: 1px solid #ffffff26;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-dark-4 {
  border-top: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 130px 20px;
  display: flex;
}

.empty-state-2 {
  background-color: #0000;
  border: 1px solid #ffffff26;
  padding: 15px 20px;
}

.text-subtitle-3 {
  color: var(--red-1);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.link-image-shop-2 {
  border-bottom: 1px solid #ffffff26;
  width: 100%;
  overflow: hidden;
}

.content-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.heading-17 {
  max-width: 560px;
}

.heading-shop-2 {
  text-align: center;
  margin-bottom: 0;
}

.block-shop-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 9% 10% 10%;
  display: flex;
}

.line-subtitle-4 {
  background-color: #ed5a0f;
  width: 26px;
  height: 2px;
}

.line-subtitle-4.short {
  background-color: var(--accent);
  width: 13px;
}

.service-areas-p {
  color: var(--paragraphs);
  margin-right: 10px;
  font-size: 12px;
  font-style: italic;
}

.link-block-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.service-area-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 650px;
  display: flex;
}

.service-area-list.full {
  width: 100%;
}

.padding-poster-wrapper {
  margin-top: 30px;
  margin-bottom: 50px;
}

.padding-poster-wrapper.full {
  width: 100%;
}

.service-area-item {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-content {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 850px;
  display: flex;
  position: relative;
}

.text-subtitle-4 {
  color: var(--accent);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.posters-con {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-18 {
  max-width: 560px;
}

.service-area-wrapper {
  width: 100%;
}

.heading-hero-5 {
  margin-bottom: 0;
  font-size: 80px;
  position: relative;
}

.heading-hero-5.service-area {
  color: var(--white);
  width: 100%;
}

.content-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.grid-3-columns-2 {
  grid-column-gap: 4vmin;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
}

.section-dark-5 {
  border-top: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 130px 20px;
  display: flex;
}

.section-dark-5.padding {
  border-top-style: none;
  padding-top: 50px;
}

.content-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.border-image-blog-2 {
  border: 1px solid #ffffff26;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.center-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.benefit-card {
  align-items: center;
  width: 100%;
  height: 25em;
  display: flex;
  position: relative;
}

.benefit-card.middle-card {
  justify-content: flex-end;
}

.testimonial-image {
  border-radius: 5px;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.h2-title-cap {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.base-container-4 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px;
}

.grid-testimonials {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template: "."
  / 1fr;
  width: 100%;
}

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

.benefit-line-vertical {
  background-color: var(--accent);
  width: 4px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.benefit-line-vertical.middle-line {
  background-color: var(--accent);
  left: auto;
}

.testimonials-wrap {
  background-color: var(--dark-hover);
  padding-left: 20px;
  padding-right: 20px;
}

.service-area-feature-image {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.section-3 {
  border-top: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 130px 20px;
  display: flex;
}

.testimonial-info {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.testimonial-info.middle-card-info {
  z-index: 35;
  left: 0;
  right: auto;
}

.info-content {
  width: 100%;
  height: 100%;
}

.info-review-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

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

.service-area-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 130px;
  display: flex;
  position: relative;
}

.service-area-section.no-padding {
  padding-top: 0;
}

.overlay {
  opacity: 1;
}

.service-heading {
  text-align: center;
  margin-bottom: 10px;
  font-size: 32px;
}

.project-thumbnail-contain {
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.project-thumbnail-contain._50 {
  width: 50%;
  margin-bottom: 0;
}

.project-summary-20px-2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 160%;
}

.base-container-5 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.price-icon {
  object-fit: cover;
  width: 14px;
  height: 13px;
}

.price-description {
  margin-bottom: 0;
  font-size: 14px;
}

.starter-package {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.price-list-item {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/check-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-clip: border-box;
  min-height: 28px;
  padding-left: 50px;
  list-style-type: none;
  display: flex;
}

.price-item {
  border: 2px solid #d9e8e733;
  border-radius: 5px;
  padding: 30px;
  text-decoration: none;
}

.price-item:hover {
  color: var(--background);
}

.section-4 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.our-price {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.list-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.hero-price-item {
  border: 2px solid var(--accent);
  border-radius: 5px;
  padding: 30px;
  text-decoration: none;
}

.h2-title {
  margin-top: 0;
  margin-bottom: 0;
}

.price-list {
  grid-row-gap: 20px;
  margin-top: 30px;
  padding-left: 0;
}

.price-circle {
  background-color: #0000;
  border: 1px solid #c00;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.price-fill-circle {
  background-color: #c00;
  border: 1px solid #c00;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.price-title {
  margin-top: 30px;
  margin-bottom: 0;
}

.price-hover-icon {
  object-fit: cover;
  width: 14px;
  height: 13px;
  display: none;
  position: absolute;
}

.home-2-con {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-banner-bg, .banner-item {
  width: 100%;
  height: 100%;
}

.paint-correction {
  z-index: 1;
  background-image: url('../images/paint_correction_5paint_correction_4.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dark-overlay {
  z-index: 2;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.dark-overlay.changelog {
  background-color: #0009;
  background-image: linear-gradient(315deg, #cc000080 60%, #fff);
}

.dark-overlay.changelog.other-images {
  background-color: #0000;
  background-image: linear-gradient(180deg, #bb010100 36%, var(--white) 96%);
}

.ceramic-coating-bg {
  z-index: 1;
  background-image: url('../images/coating2_1coating2.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.base-container-6 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px;
}

.base-container-6._40-padding {
  width: 100%;
  margin-bottom: 40px;
  padding-top: 40px;
}

.price-item-2 {
  border: 2px solid #d9e8e733;
  border-radius: 5px;
  padding: 30px;
  text-decoration: none;
}

.price-item-2:hover {
  color: var(--background);
}

.package-image {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.our-price-2-column {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.price-item-3 {
  border: 2px solid #d9e8e733;
  border-radius: 5px;
  padding: 30px;
  text-decoration: none;
}

.price-item-3:hover {
  color: var(--background);
}

.price-item-4 {
  border: 2px solid #d9e8e733;
  border-radius: 5px;
  padding: 30px;
  text-decoration: none;
}

.price-item-4:hover {
  color: var(--background);
}

.tint-bg {
  z-index: 1;
  background-image: url('../images/window-tint.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wrap-package-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.vinyl-bg {
  z-index: 1;
  background-image: url('../images/orange-matte-wrao.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.auto-detailing {
  z-index: 1;
  background-image: url('../images/detailing.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ppf-bg {
  z-index: 1;
  background-image: url('../images/ppf-corvett_1ppf-corvett.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.accent {
  color: var(--accent);
}

.heading-19 {
  color: var(--white);
}

.invert {
  filter: invert();
}

.section-5 {
  background-color: var(--additional-background);
  border-top: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 130px 20px;
  display: flex;
}

.section-5.without-bottom-spacing {
  background-color: var(--white);
  border-top-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.base-container-7 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px;
}

.shop-main-tabs {
  width: 100%;
}

.tabs-menu {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.portfolio-tab-link {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  padding: 10px 30px;
  transition-property: opacity;
  transition-duration: .4s;
}

.portfolio-tab-link:hover {
  opacity: .5;
}

.portfolio-tab-link.w--current {
  color: #d40100;
  background-color: #0000;
}

.portfolio-tab-link.all-projects {
  flex: 1;
  padding-left: 0;
}

.portfolio-tab-link.all-projects.w--current {
  color: #d40100;
}

.all-services-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.popular-event-item {
  border-radius: 6px;
  overflow: hidden;
}

.display-5 {
  color: #070707;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.429em;
}

.display-5.color-neutral-100 {
  color: #fff;
}

.location-padding {
  padding-top: 20px;
}

.top-nav-container {
  border-bottom: .5px solid #809cc34d;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 15px;
  display: flex;
}

.call-us-wrap.hide {
  display: none;
}

.call-us-text {
  color: #fff;
  letter-spacing: 1.25px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1em;
}

.call-us-text.green-text {
  color: #000;
  margin-bottom: 0;
  font-size: 12px;
}

.text-span-18 {
  color: var(--accent);
}

.text-span-19 {
  color: var(--red-1);
}

.call-us-wrap-phone {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.location-phone {
  color: var(--white);
  letter-spacing: normal;
  font-size: 12px;
  font-weight: 600;
}

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

.social-wrap {
  justify-content: space-between;
  width: 90px;
  margin-right: 25px;
  display: flex;
}

.link-socials {
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-socials:hover {
  color: #e91d8f;
}

.link-socials.soial-home-2 {
  color: var(--white);
  font-family: "Fa Brands 400", Arial, sans-serif;
}

.link-socials.soial-home-2:hover {
  color: #fff;
}

.tesla-vinyl-bg {
  z-index: 1;
  background-image: url('../images/orange-matte-wrao.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-6 {
  background-color: var(--additional-background);
  border-top: 1px #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 130px 20px;
  display: flex;
}

.section-6.without-bottom-spacing {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.section-title-wrapper {
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.h2-heading {
  font-size: 45px;
  font-weight: 700;
}

.orange-box-h2 {
  color: var(--accent);
  font-weight: 700;
}

.section-ttile-description {
  color: #fdfdff91;
  text-align: center;
  margin-top: 20px;
}

.section-ttile-description.mb-30.dark {
  color: var(--paragraphs);
}

.about-5-center-card-with-image {
  background-color: #08141c;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
  box-shadow: 0 10px 50px #35526317;
}

.about-5-center-card-with-image.service {
  background-color: #fff;
}

.cta-video {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}

.video-embed-auto-height {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 630px;
  display: flex;
}

.primary-button {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #d2b186;
  border-radius: 50px;
  margin-bottom: 25px;
  padding: 20px 35px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: background-color .5s;
}

.primary-button:hover {
  opacity: .8;
  color: #fff;
  background-color: #afafaf80;
  border-style: none;
}

.project-thumbnail-contain-2 {
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.plyr_component {
  width: 100%;
  position: relative;
}

.plyr_component.is-full-screen {
  justify-content: center;
  align-items: center;
  height: 55vh;
  display: flex;
}

.plyr_embed {
  width: 100%;
  position: relative;
}

.plyr_cover {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.plyr_cover-img {
  z-index: 1;
  object-fit: contain;
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.plyr_cover-button {
  z-index: 2;
  background-color: var(--accent);
  color: #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  display: flex;
  position: relative;
}

.plyr_cover-icon {
  color: #fff;
  width: 40%;
  height: 40%;
}

.plyr_pause-trigger {
  display: none;
}

.project-thumbnail-contain-3 {
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.brand-logo {
  width: 300px;
  height: 100%;
}

.brand-logo.cert {
  width: 200px;
}

.brand-logo.ceramic-pro {
  width: 80px;
}

.brand-logo.ceramic-pro.other {
  width: 300px;
}

.brand-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.brand-wrapper.cert {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
}

.brand-text {
  text-transform: uppercase;
}

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

@media screen and (min-width: 1280px) {
  .multiple-pricing-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .benefit-card.middle-card {
    margin-left: auto;
  }

  .grid-testimonials {
    grid-row-gap: 100px;
  }

  .section-4 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .our-price, .our-price-2-column {
    grid-column-gap: 30px;
  }

  .top-nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .all-services-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .orange-box-h2 {
    color: #d2b186;
  }
}

@media screen and (min-width: 1920px) {
  .step-image {
    max-width: none;
  }

  .testimonial-image {
    width: 65%;
  }

  .top-nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

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

  h2 {
    font-size: 39px;
  }

  h3 {
    font-size: 33px;
  }

  h4 {
    font-size: 27px;
  }

  h5 {
    font-size: 23px;
  }

  h6 {
    font-size: 17px;
  }

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

  .nav-link {
    border-bottom: 1px solid var(--border);
    border-left-style: none;
  }

  .nav-button, .nav-button.w--current {
    display: none;
  }

  .nav-button.white.mobile-only {
    display: flex;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-toggle {
    border-bottom: 1px solid var(--border);
    border-left-style: none;
  }

  .dropdown-list.w--open {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .dropdown-link {
    text-align: center;
  }

  .dropdown-list-block {
    height: 250px;
    overflow: scroll;
  }

  .menu-button {
    border-left: 1px solid var(--border);
    color: var(--paragraphs);
    padding: 24px;
    font-size: 20px;
    line-height: 100%;
    transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
  }

  .menu-button.w--open {
    background-color: var(--dark-hover);
    color: var(--background);
  }

  .menu-icon {
    color: var(--white);
  }

  .background-video {
    background-image: linear-gradient(131deg, #fff, var(--border) 28%, #00000080 41%);
  }

  .heading-hero {
    font-size: 58px;
  }

  .heading-hero.large {
    font-size: 80px;
  }

  .hero---a {
    padding-top: 160px;
    padding-bottom: 100px;
  }

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

  .image {
    height: 350px;
  }

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

  .image-services {
    height: 400px;
  }

  .block-full {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta {
    padding-top: 100px;
  }

  .heading-cta {
    font-size: 50px;
  }

  .grid-footer {
    border-bottom-style: none;
    grid-template-columns: 1fr 1fr;
  }

  .block-footer {
    border-bottom: 1px solid var(--border);
  }

  .block-footer.border-off {
    border-left-style: solid;
  }

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

  .block-footer-down {
    border-top: 1px solid var(--border);
    border-left-style: none;
  }

  .block-footer-down.border-off {
    border-top-style: none;
  }

  .hero---b {
    padding-top: 160px;
  }

  .block-hero---b {
    margin-bottom: 100px;
  }

  .heading-cta-simple {
    font-size: 50px;
  }

  .section-cta-simple {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero---c {
    padding-top: 160px;
    padding-bottom: 100px;
    padding-right: 45%;
  }

  .hero---page {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .grid-group---b {
    grid-template-columns: 1fr 1fr;
  }

  .group---b {
    border-top: 1px solid var(--border);
  }

  .group---b.border-off {
    border-left-style: solid;
  }

  .block-services---b {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .image-services---c {
    height: 60vw;
  }

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

  .grid-splash._3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .slider-mask {
    position: static;
  }

  .display-2 {
    font-size: 50px;
  }

  .section-2 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .slider-wrapper.arrows-top {
    padding-bottom: 86px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    inset: auto 84px 0% 0%;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    inset: auto 0% 0% 84px;
  }

  .display-4 {
    font-size: 22px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .grid-services---d, .grid-group---c, .grid-group---d, .grid-group---e, .grid-group---f, .grid-services---g, .grid-group---g, .grid-group---4-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .cs-info-wrap, .cs-image-wrap {
    width: 100%;
  }

  .cs-tab-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .case-studies-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .hero-center-wrapper {
    width: 90%;
    padding: 60px 10px;
  }

  .project-thumbnail {
    height: 350px;
  }

  .projects-page-wrapper {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .project-contain.featured {
    grid-row-gap: 60px;
    flex-flow: column;
    align-items: flex-start;
  }

  .project-info-wrapper {
    width: 100%;
    max-width: none;
  }

  .project-info-wrapper.half {
    width: 100%;
  }

  .projects-collection-contain.no_top_margin {
    flex-flow: column;
  }

  .about-4-card-with-image {
    width: 47%;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .about-3-card-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .padding-section-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .contact-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-answer-wrap {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .faq-right-wrap {
    width: 100%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-card-text {
    padding-bottom: 0;
  }

  .faq-left-wrapper {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .faqs-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .faqs-section-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-content {
    padding-bottom: 24px;
  }

  .faq-card {
    max-width: none;
  }

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

  .heading-hero-2 {
    font-size: 58px;
  }

  .grid-group---e-2 {
    grid-template-columns: 1fr 1fr;
  }

  .group---b-2 {
    border-top: 1px solid #ffffff26;
  }

  .group---b-2.border-off {
    border-left-style: solid;
  }

  .grid-group---e-3 {
    grid-template-columns: 1fr 1fr;
  }

  .group---b-3 {
    border-top: 1px solid #ffffff26;
  }

  .group---b-3.border-off {
    border-left-style: solid;
  }

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

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

  .heading-hero-3 {
    font-size: 58px;
  }

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

  .group---b-4 {
    border-top: 1px solid #ffffff26;
  }

  .group---b-4.border-off {
    border-left-style: solid;
  }

  .paragraph-large-3 {
    margin-bottom: 0;
  }

  .heading-hero-4 {
    font-size: 58px;
  }

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

  .service-areas-p {
    margin-bottom: 0;
  }

  .service-area-list, .padding-poster-wrapper, .top-content {
    width: 100%;
  }

  .heading-hero-5 {
    font-size: 58px;
  }

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

  .center-wrap {
    width: 100%;
  }

  .benefit-card {
    flex-direction: column;
    height: 100%;
  }

  .benefit-card.middle-card {
    flex-direction: column-reverse;
  }

  .testimonial-image {
    width: 100%;
    margin-bottom: -100px;
  }

  .testimonial-image.testimonial-1 {
    background-position: 50%;
  }

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

  .testimonial-info {
    width: 85%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .main-description {
    width: 85%;
  }

  .service-area-section {
    padding-top: 100px;
  }

  .project-thumbnail-contain._50 {
    width: 100%;
  }

  .our-price, .our-price-2-column {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

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

  .portfolio-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-tab-link.all-projects {
    padding-left: 0;
  }

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

  .display-5 {
    font-size: 22px;
  }

  .top-nav-container {
    justify-content: flex-end;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .call-us-text.green-text {
    color: #0c3133;
    font-size: 12px;
  }

  .socials-wrapper {
    display: flex;
  }

  .social-wrap {
    width: 120px;
    display: none;
  }

  .link-socials {
    cursor: pointer;
  }

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

  .h2-heading {
    font-size: 2.6rem;
  }

  .about-5-center-card-with-image {
    width: 47%;
    margin-bottom: 30px;
    margin-left: 30px;
  }

  .about-5-center-card-with-image.service {
    width: 100%;
  }

  .video-embed-auto-height {
    height: 440px;
  }

  .plyr_component.is-full-screen {
    height: 80vw;
  }

  .brand-wrapper.cert {
    flex-flow: wrap;
    justify-content: flex-start;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 22px;
  }

  .brand.w--current {
    height: auto;
    display: flex;
  }

  .logo {
    width: 10rem;
  }

  .heading-hero {
    font-size: 50px;
  }

  .heading-hero.large {
    font-size: 58px;
  }

  .hero---a {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .block-right {
    padding-bottom: 0;
    padding-left: 7%;
    padding-right: 7%;
  }

  .border-image.full {
    border-bottom-style: solid;
  }

  .section-dark {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-3-columns {
    grid-row-gap: 4vmin;
    grid-template-columns: 1fr;
  }

  .image-services {
    height: 120vw;
  }

  .services.margin-50, .services.margin-100 {
    margin-top: 0;
  }

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

  .block-full {
    padding: 80px 11%;
  }

  .testimonial {
    padding: 10% 7%;
  }

  .categories {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-categories {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }

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

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

  .cta {
    padding-top: 80px;
  }

  .heading-cta {
    font-size: 46px;
  }

  .block-footer-down {
    text-align: center;
    flex-direction: column;
  }

  .block-down {
    margin-right: 0;
  }

  .hero---b {
    min-height: auto;
    padding-top: 140px;
  }

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

  .block-hero---b {
    margin-bottom: 80px;
  }

  .link-services-hero {
    border-top: 1px solid var(--border);
    border-left-style: none;
    padding: 7vmin;
  }

  .link-services-hero.border-off {
    border-top-style: none;
  }

  .block-left {
    padding-bottom: 0;
  }

  .grid-group {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .group {
    border-top: 1px solid var(--border);
    border-left-style: none;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .group.border-off {
    border-top-style: none;
  }

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

  .heading-cta-simple {
    font-size: 46px;
  }

  .section-cta-simple {
    padding: 70px 35px;
  }

  .hero---c {
    min-height: auto;
    padding: 68px 0% 0;
  }

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

  .block-hero---c {
    border-top: 1px solid var(--border);
    width: 100%;
    padding: 11%;
  }

  .image-hero---c {
    width: 100%;
    position: relative;
  }

  .hero---page {
    padding-bottom: 70px;
  }

  .column-1-services {
    margin-top: 0;
    margin-bottom: 8vmin;
    padding-right: 0;
  }

  .column-2-services {
    padding-left: 0;
  }

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

  .block-services---b {
    border-top-style: none;
    border-left: 1px #000;
    padding-left: 11%;
    padding-right: 11%;
  }

  .block-services---b.border-off-right {
    border-right-style: solid;
  }

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

  .image-services---c {
    height: 120vw;
  }

  .block-services---c {
    padding-left: 7%;
    padding-right: 7%;
  }

  .grid-image-3-columns, .grid-image-2-columns, .grid-about---c {
    grid-template-columns: 1fr;
  }

  .image-about---c {
    height: 60vw;
  }

  .block-about---c {
    padding-left: 7%;
    padding-right: 7%;
  }

  .collection-list-blog-page, .grid-location-page, .grid-membership {
    grid-template-columns: 1fr;
  }

  .categories-page {
    flex-direction: column;
    align-items: flex-start;
  }

  .collection-list-shop-page, .ecommerce-grid {
    grid-template-columns: 1fr;
  }

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

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

  .buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .display-2 {
    font-size: 34px;
  }

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

  .text-over-image-link---text-container {
    bottom: 40px;
    left: 32px;
    right: 32px;
  }

  .text-over-image-link---gradient {
    background-image: linear-gradient(#0000 10%, #000000c4 50%, #000000d6);
  }

  .text-200 {
    font-size: 16px;
  }

  .slider-wrapper.arrows-top {
    padding-bottom: 64px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left, .btn-circle-secondary.slider-arrow.right---top-left {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .display-4 {
    font-size: 20px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider.subtitle {
    max-width: 120px;
  }

  .contact-embed {
    align-self: center;
  }

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

  .section-dark-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .form-block-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .multiple-pricing-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-center-wrapper, .projects-page-wrapper {
    padding-top: 100px;
  }

  .project-contain.featured {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-4-card-with-image {
    width: 100%;
    margin-bottom: 15px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .contact-wrapper {
    padding-top: 80px;
  }

  .faq-answer-wrap {
    padding-right: 7%;
  }

  .faq-card-text {
    padding-bottom: 0;
  }

  .faq-questions {
    font-size: 22px;
  }

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

  .block-services---c-2 {
    padding-left: 7%;
    padding-right: 7%;
  }

  .heading-hero-2 {
    font-size: 50px;
  }

  .video-embed {
    width: 500px;
  }

  .border-image-2.full {
    border-bottom-style: solid;
  }

  .block-services---c-3 {
    padding-left: 7%;
    padding-right: 7%;
  }

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

  .section-dark-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .block-services---b-2 {
    border-top-style: none;
    border-left-style: solid;
    padding-left: 11%;
    padding-right: 11%;
  }

  .block-services---b-2.border-off-right {
    border-right-style: solid;
  }

  .heading-hero-3 {
    font-size: 50px;
  }

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

  .block-services---c-4 {
    padding-left: 7%;
    padding-right: 7%;
  }

  .heading-hero-4 {
    font-size: 50px;
  }

  .section-dark-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .padding-poster-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .posters-con {
    grid-row-gap: 80px;
  }

  .heading-hero-5 {
    font-size: 50px;
  }

  .grid-3-columns-2 {
    grid-row-gap: 4vmin;
    grid-template-columns: 1fr;
  }

  .section-dark-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .grid-testimonials {
    grid-row-gap: 40px;
  }

  .section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-info {
    width: 90%;
  }

  .info-review-container {
    grid-row-gap: 30px;
  }

  .main-description {
    width: 100%;
    margin-top: 20px;
  }

  .service-area-section {
    padding-top: 80px;
  }

  .project-thumbnail-contain {
    height: 300px;
  }

  .project-thumbnail-contain._50 {
    margin-bottom: 0;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .our-price, .our-price-2-column {
    grid-template-columns: 1fr;
  }

  .section-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .portfolio-tab-link {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .display-5 {
    font-size: 20px;
  }

  .top-nav-container {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }

  .call-us-wrap {
    width: 100%;
    position: relative;
  }

  .call-us-text.green-text {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .call-us-wrap-phone {
    width: 100%;
    position: relative;
  }

  .section-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .about-5-center-card-with-image {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .project-thumbnail-contain-2 {
    height: 300px;
  }

  .plyr_component.is-full-screen {
    height: 110vw;
  }

  .plyr_cover-button {
    font-size: .8em;
  }

  .project-thumbnail-contain-3 {
    height: 300px;
  }

  .brand-wrapper {
    width: 200px;
  }

  .brand-wrapper.ceramic-pro {
    width: 300px;
  }
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }

  .block-navbar {
    height: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    top: -27%;
  }

  .background-video {
    background-image: linear-gradient(131deg, #fff, var(--border) 23%, #000c 39%);
  }

  .heading-hero {
    font-size: 40px;
  }

  .heading-hero.large {
    font-size: 50px;
  }

  .button.small {
    justify-content: center;
    margin-left: 0;
  }

  .content {
    text-align: center;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .block-right {
    text-align: center;
    align-items: center;
  }

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

  .section-dark {
    align-self: auto;
  }

  .block-heading {
    align-self: auto;
    align-items: center;
  }

  .paragraph-large {
    text-align: center;
  }

  .heading-cta {
    font-size: 42px;
  }

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

  .block-footer {
    border-left-style: none;
    align-items: center;
    padding-bottom: 14%;
  }

  .block-footer.border-off {
    border-left-style: none;
  }

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

  .text-footer-down {
    margin-right: 0;
  }

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

  .cta-simple {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .heading-cta-simple {
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 42px;
  }

  .hero---page {
    padding-top: 180px;
  }

  .image-hero---page {
    background-color: #0000;
  }

  .grid-group---b {
    grid-template-columns: 1fr;
  }

  .group---b {
    border-left-style: none;
    padding-left: 7%;
    padding-right: 7%;
  }

  .group---b.border-off {
    border-top-style: none;
    border-left-style: none;
  }

  .block-services---b {
    align-items: center;
    padding: 40px 0% 15px;
  }

  .border-image-blog {
    margin-bottom: 30px;
  }

  .grid-location-page {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .block-location-page {
    margin-top: 20px;
  }

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

  .block-header {
    padding: 22px 15px 0;
  }

  .block-content {
    padding: 15px;
  }

  .discounts {
    flex-direction: column;
    padding: 15px;
  }

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

  .grid-style {
    grid-auto-flow: row;
    justify-content: center;
  }

  .utility-page-content {
    margin: 10px;
    padding: 10%;
  }

  .grid-splash, .grid-splash._3-columns {
    grid-template-columns: 1fr;
  }

  .slider-mask.width-404px._100-mbp {
    max-width: 100%;
  }

  .display-2 {
    font-size: 28px;
  }

  .section-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-2.overflow-hidden {
    padding-top: 112px;
  }

  .text-over-image-link---text-container {
    bottom: 32px;
    left: 16px;
    right: 16px;
  }

  .text-over-image-link---gradient {
    background-image: linear-gradient(to bottom, #0000 10%, #000000c4 50%, var(--red-1));
  }

  .btn-circle-secondary.slider-arrow {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    right: 68px;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    left: 68px;
  }

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider.subtitle {
    max-width: 70px;
  }

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

  .heading-2 {
    text-align: center;
    font-size: 30px;
  }

  .location-text {
    font-size: 12px;
  }

  .grid-group---c {
    grid-template-columns: 1fr;
  }

  .paintprotectionfilm {
    text-align: center;
  }

  .grid-group---d {
    grid-template-columns: 1fr;
  }

  .bold-text-2 {
    font-size: 39px;
  }

  .grid-group---e, .grid-group---f, .grid-group---g, .grid-group---4-grid {
    grid-template-columns: 1fr;
  }

  .paragraph-5 {
    text-align: center;
  }

  .heading-2-copy, .heading-4, .heading-2-copy, .heading-5, .heading-6, .heading-7, .heading-8 {
    font-size: 30px;
  }

  .paragraph-6, .heading-9, .heading-10, .paragraph-7, .paragraph-8, .heading-11 {
    text-align: center;
  }

  .paragraph-9 {
    text-align: left;
    width: 100%;
  }

  .error-message-2 {
    font-size: 16px;
  }

  .cs-tab-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .form-block-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .project-name {
    font-size: 32px;
  }

  .project-summary-20px {
    font-size: 18px;
  }

  .projects-page-wrapper {
    padding-top: 100px;
  }

  .project-contain {
    padding: 20px;
  }

  .project-contain.featured {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-heading-black {
    text-align: center;
  }

  .faq-answer-wrap {
    padding-right: 7%;
  }

  .faq-right-wrap {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-card-text {
    padding-bottom: 0;
    font-size: 16px;
  }

  .faq-questions {
    font-size: 18px;
    line-height: 140%;
  }

  .violet-button {
    font-size: 18px;
  }

  .icon-contain {
    flex: none;
  }

  .faq-card-heading {
    text-align: center;
  }

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

  .faq-content {
    font-size: 16px;
  }

  .paragraph-10, .paragraph-11 {
    text-align: left;
  }

  .heading-hero-2 {
    font-size: 46px;
  }

  .video-embed {
    width: 100%;
  }

  .grid-group---e-2 {
    grid-template-columns: 1fr;
  }

  .group---b-2 {
    border-left-style: none;
    padding-left: 7%;
    padding-right: 7%;
  }

  .group---b-2.border-off {
    border-top-style: none;
    border-left-style: none;
  }

  .grid-group---e-3 {
    grid-template-columns: 1fr;
  }

  .group---b-3 {
    border-left-style: none;
    padding-left: 7%;
    padding-right: 7%;
  }

  .group---b-3.border-off {
    border-top-style: none;
    border-left-style: none;
  }

  .block-services---b-2 {
    padding-top: 40px;
    padding-bottom: 15px;
  }

  .heading-hero-3 {
    font-size: 46px;
  }

  .paragraph-12, .paragraph-13 {
    text-align: left;
  }

  .group---b-4 {
    border-left-style: none;
    padding-left: 7%;
    padding-right: 7%;
  }

  .group---b-4.border-off {
    border-top-style: none;
    border-left-style: none;
  }

  .paragraph-large-3.smaller-text {
    font-size: 12px;
  }

  .heading-hero-4 {
    font-size: 46px;
  }

  .link-block-3 {
    padding-bottom: 10px;
  }

  .heading-hero-5 {
    font-size: 46px;
  }

  .border-image-blog-2 {
    margin-bottom: 30px;
  }

  .testimonial-image {
    margin-bottom: 60px;
  }

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

  .benefit-line-vertical {
    top: 0%;
  }

  .testimonial-info {
    margin-top: -75px;
  }

  .info-review-container {
    grid-row-gap: 20px;
  }

  .project-thumbnail-contain {
    height: 260px;
  }

  .project-summary-20px-2 {
    font-size: 18px;
  }

  .package-image, .wrap-package-image {
    object-fit: contain;
  }

  .portfolio-tab-link {
    text-align: center;
    width: 100%;
    padding: 7px 0;
  }

  .top-nav-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
  }

  .call-us-wrap {
    display: none;
  }

  .call-us-text.green-text {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    display: flex;
  }

  .call-us-wrap-phone {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .socials-wrapper {
    justify-content: center;
  }

  .social-wrap {
    width: 95px;
  }

  .h2-heading {
    font-size: 2rem;
  }

  .video-embed-auto-height {
    height: 315px;
  }

  .primary-button {
    flex: none;
  }

  .project-thumbnail-contain-2 {
    border-radius: 0;
    height: 260px;
  }

  .plyr_cover-button {
    font-size: .7em;
  }

  .project-thumbnail-contain-3 {
    border-radius: 0;
    height: 260px;
  }

  .brand-logo.ceramic-pro.other {
    width: 200px;
  }

  .brand-wrapper.cert {
    justify-content: center;
  }

  .brand-wrapper.ceramic-pro {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 100%;
  }

  .brand-text.white.ceramic-pro {
    text-align: left;
  }
}

#w-node-_80479cd2-5933-1ca2-e847-ee8642d4e913-f7e556ec {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6872cf12-a7c6-200f-3e94-3e75986299a4-4c314054, #w-node-_6872cf12-a7c6-200f-3e94-3e75986299aa-4c314054, #w-node-_6872cf12-a7c6-200f-3e94-3e75986299b0-4c314054, #w-node-_6872cf12-a7c6-200f-3e94-3e75986299b6-4c314054, #w-node-_6872cf12-a7c6-200f-3e94-3e75986299a4-4c314057, #w-node-_6872cf12-a7c6-200f-3e94-3e75986299aa-4c314057, #w-node-_6872cf12-a7c6-200f-3e94-3e75986299b0-4c314057, #w-node-_6872cf12-a7c6-200f-3e94-3e75986299b6-4c314057, #w-node-_4f29dedb-b38e-a30a-2995-94887574d1c5-a2634fd1, #w-node-c931edf5-2857-f225-0881-de00bd20a737-4c31405a, #w-node-c931edf5-2857-f225-0881-de00bd20a73d-4c31405a, #w-node-c931edf5-2857-f225-0881-de00bd20a743-4c31405a, #w-node-c931edf5-2857-f225-0881-de00bd20a749-4c31405a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_139b15f5-a52b-a994-52ff-55f6edb51442-4c314042, #w-node-_139b15f5-a52b-a994-52ff-55f6edb51446-4c314042 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-db39f0ca-0687-45b0-e7be-f3d09588c7b8-4c314042 {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-db39f0ca-0687-45b0-e7be-f3d09588c7c3-4c314042 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-db39f0ca-0687-45b0-e7be-f3d09588c7a6-4c314042, #w-node-db39f0ca-0687-45b0-e7be-f3d09588c7aa-4c314042, #w-node-_36550ecc-2563-2c2c-7111-b0328000cbf9-4c314042, #w-node-_36550ecc-2563-2c2c-7111-b0328000cc04-4c314042, #w-node-_9b51c53c-9073-23e0-5109-335bea41b865-6d084bbe, #w-node-_9b51c53c-9073-23e0-5109-335bea41b869-6d084bbe, #w-node-_9b51c53c-9073-23e0-5109-335bea41b877-6d084bbe, #w-node-_9b51c53c-9073-23e0-5109-335bea41b882-6d084bbe, #w-node-a2835d59-3ff9-d127-a0a5-ccada9b7f658-6d084bbe, #w-node-a2835d59-3ff9-d127-a0a5-ccada9b7f64d-6d084bbe, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb0-4c314050, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb4-4c314050, #w-node-d49d04b9-9423-7120-bf62-c3ae33825d34-4c314050, #w-node-e8b54728-a850-a492-30cc-d9a322c2d571-4c314050, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6c1-4c314050, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6bd-4c314050, #w-node-_8679af03-d29f-5709-a745-32353ad119f5-4c314050, #w-node-_8679af03-d29f-5709-a745-32353ad119ea-4c314050, #w-node-_46ad2e6b-77f2-73c6-dc5d-4e6df9f69ee6-f9f69ee2, #w-node-_46ad2e6b-77f2-73c6-dc5d-4e6df9f69eea-f9f69ee2, #w-node-_46ad2e6b-77f2-73c6-dc5d-4e6df9f69ef8-f9f69ee2, #w-node-_46ad2e6b-77f2-73c6-dc5d-4e6df9f69f03-f9f69ee2, #w-node-fda0421a-ea0c-070e-9be6-f9f39915a067-f9f69ee2, #w-node-fda0421a-ea0c-070e-9be6-f9f39915a05c-f9f69ee2, #w-node-_5f837ab1-95bf-2b47-30b8-a0ad6e4d15ec-6e4d15e8, #w-node-_5f837ab1-95bf-2b47-30b8-a0ad6e4d15f0-6e4d15e8, #w-node-_5f837ab1-95bf-2b47-30b8-a0ad6e4d15fe-6e4d15e8, #w-node-_5f837ab1-95bf-2b47-30b8-a0ad6e4d1609-6e4d15e8, #w-node-ab2ca29c-e388-ffb7-60af-4f0a84a501f0-6e4d15e8, #w-node-ab2ca29c-e388-ffb7-60af-4f0a84a501e5-6e4d15e8, #w-node-_13275cc0-e302-83e3-feb3-3dedcf7ba1e4-cf7ba1e0, #w-node-_13275cc0-e302-83e3-feb3-3dedcf7ba1e8-cf7ba1e0, #w-node-_13275cc0-e302-83e3-feb3-3dedcf7ba1f6-cf7ba1e0, #w-node-_13275cc0-e302-83e3-feb3-3dedcf7ba201-cf7ba1e0, #w-node-_23a6f33a-b99c-f6dc-f129-8215efe59749-cf7ba1e0, #w-node-_23a6f33a-b99c-f6dc-f129-8215efe5973e-cf7ba1e0, #w-node-_851278b6-0dc3-085f-2f96-990480cd758c-80cd7588, #w-node-_851278b6-0dc3-085f-2f96-990480cd7590-80cd7588, #w-node-_851278b6-0dc3-085f-2f96-990480cd759e-80cd7588, #w-node-_851278b6-0dc3-085f-2f96-990480cd75a9-80cd7588, #w-node-a62a2342-7857-79c9-b7ea-b243fd137ced-80cd7588, #w-node-a62a2342-7857-79c9-b7ea-b243fd137ce2-80cd7588, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb0-4c31405f, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb4-4c31405f, #w-node-d49d04b9-9423-7120-bf62-c3ae33825d34-4c31405f, #w-node-e8b54728-a850-a492-30cc-d9a322c2d571-4c31405f, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6c1-4c31405f, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6bd-4c31405f, #w-node-_9579c92d-88aa-01a4-8ff8-4707eadd0174-4c31405f, #w-node-_9579c92d-88aa-01a4-8ff8-4707eadd0169-4c31405f, #w-node-afdb2261-8904-5bc8-a270-8e0b7863c10b-4c314060, #w-node-afdb2261-8904-5bc8-a270-8e0b7863c10f-4c314060, #w-node-afdb2261-8904-5bc8-a270-8e0b7863c11d-4c314060, #w-node-afdb2261-8904-5bc8-a270-8e0b7863c128-4c314060, #w-node-_439cfc92-4b24-e303-26cf-95fe14900dd0-4c314060, #w-node-_439cfc92-4b24-e303-26cf-95fe14900dc5-4c314060, #w-node-_182e60d0-98d3-6372-4c0b-d79451875174-4c314061, #w-node-_182e60d0-98d3-6372-4c0b-d79451875178-4c314061, #w-node-_182e60d0-98d3-6372-4c0b-d79451875186-4c314061, #w-node-_182e60d0-98d3-6372-4c0b-d79451875191-4c314061, #w-node-_012c1cc6-3b43-51c8-cc5c-fce3b70a9c29-4c314061, #w-node-_012c1cc6-3b43-51c8-cc5c-fce3b70a9c1e-4c314061, #w-node-_182e60d0-98d3-6372-4c0b-d79451875174-4c314062, #w-node-_182e60d0-98d3-6372-4c0b-d79451875178-4c314062, #w-node-_182e60d0-98d3-6372-4c0b-d79451875186-4c314062, #w-node-_182e60d0-98d3-6372-4c0b-d79451875191-4c314062, #w-node-c88479d0-81d7-cc1d-ae54-113ef44ec6ce-4c314062, #w-node-c88479d0-81d7-cc1d-ae54-113ef44ec6c3-4c314062, #w-node-ab6f5ad1-027f-18ad-4c78-b71d62349842-4c314063, #w-node-ab6f5ad1-027f-18ad-4c78-b71d62349846-4c314063, #w-node-ab6f5ad1-027f-18ad-4c78-b71d62349854-4c314063, #w-node-ab6f5ad1-027f-18ad-4c78-b71d6234985f-4c314063, #w-node-_92b30791-eefb-3efa-728e-f3e84cc280f6-4c314063, #w-node-_92b30791-eefb-3efa-728e-f3e84cc280eb-4c314063, #w-node-ab6f5ad1-027f-18ad-4c78-b71d62349842-4c314064, #w-node-ab6f5ad1-027f-18ad-4c78-b71d62349846-4c314064, #w-node-ab6f5ad1-027f-18ad-4c78-b71d62349854-4c314064, #w-node-ab6f5ad1-027f-18ad-4c78-b71d6234985f-4c314064, #w-node-_553be052-484a-b0e4-4dac-84bc009cb6f1-4c314064, #w-node-_553be052-484a-b0e4-4dac-84bc009cb6e6-4c314064, #w-node-_904b1749-e3dd-07d3-c3ef-edbe2c623da0-4c314065, #w-node-_904b1749-e3dd-07d3-c3ef-edbe2c623da4-4c314065, #w-node-_904b1749-e3dd-07d3-c3ef-edbe2c623db2-4c314065, #w-node-_904b1749-e3dd-07d3-c3ef-edbe2c623dbd-4c314065, #w-node-_904b1749-e3dd-07d3-c3ef-edbe2c623dc4-4c314065, #w-node-_904b1749-e3dd-07d3-c3ef-edbe2c623dc8-4c314065, #w-node-_65c04f6b-15f6-53df-385b-e27bab384c74-4c314066, #w-node-_65c04f6b-15f6-53df-385b-e27bab384c78-4c314066, #w-node-_65c04f6b-15f6-53df-385b-e27bab384c86-4c314066, #w-node-_65c04f6b-15f6-53df-385b-e27bab384c91-4c314066, #w-node-_65c04f6b-15f6-53df-385b-e27bab384c98-4c314066, #w-node-_65c04f6b-15f6-53df-385b-e27bab384c9c-4c314066, #w-node-e98d3554-7fe8-bffe-50c7-6501cf38e1f3-4c314067, #w-node-e98d3554-7fe8-bffe-50c7-6501cf38e1f7-4c314067, #w-node-e98d3554-7fe8-bffe-50c7-6501cf38e205-4c314067, #w-node-e98d3554-7fe8-bffe-50c7-6501cf38e210-4c314067, #w-node-_39cde422-4033-14d9-d610-ed70851ca16b-4c314067, #w-node-_39cde422-4033-14d9-d610-ed70851ca160-4c314067, #w-node-e98d3554-7fe8-bffe-50c7-6501cf38e1f3-4c314068, #w-node-e98d3554-7fe8-bffe-50c7-6501cf38e1f7-4c314068, #w-node-e98d3554-7fe8-bffe-50c7-6501cf38e205-4c314068, #w-node-e98d3554-7fe8-bffe-50c7-6501cf38e210-4c314068, #w-node-_9b972fda-e74c-ff47-7b48-b5d62fbd5c06-4c314068, #w-node-_9b972fda-e74c-ff47-7b48-b5d62fbd5bfb-4c314068, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb0-b56d5124, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb4-b56d5124, #w-node-d49d04b9-9423-7120-bf62-c3ae33825d34-b56d5124, #w-node-e8b54728-a850-a492-30cc-d9a322c2d571-b56d5124, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6c1-b56d5124, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6bd-b56d5124, #w-node-_8679af03-d29f-5709-a745-32353ad119f5-b56d5124, #w-node-_8679af03-d29f-5709-a745-32353ad119ea-b56d5124, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb0-6abf6788, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb4-6abf6788, #w-node-d49d04b9-9423-7120-bf62-c3ae33825d34-6abf6788, #w-node-e8b54728-a850-a492-30cc-d9a322c2d571-6abf6788, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6c1-6abf6788, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6bd-6abf6788, #w-node-_8679af03-d29f-5709-a745-32353ad119f5-6abf6788, #w-node-_8679af03-d29f-5709-a745-32353ad119ea-6abf6788, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb0-1b0c93f7, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb4-1b0c93f7, #w-node-d49d04b9-9423-7120-bf62-c3ae33825d34-1b0c93f7, #w-node-e8b54728-a850-a492-30cc-d9a322c2d571-1b0c93f7, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6c1-1b0c93f7, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6bd-1b0c93f7, #w-node-_8679af03-d29f-5709-a745-32353ad119f5-1b0c93f7, #w-node-_8679af03-d29f-5709-a745-32353ad119ea-1b0c93f7, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb0-39405252, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb4-39405252, #w-node-d49d04b9-9423-7120-bf62-c3ae33825d34-39405252, #w-node-e8b54728-a850-a492-30cc-d9a322c2d571-39405252, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6c1-39405252, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6bd-39405252, #w-node-_8679af03-d29f-5709-a745-32353ad119f5-39405252, #w-node-_8679af03-d29f-5709-a745-32353ad119ea-39405252, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb0-8ea9500a, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb4-8ea9500a, #w-node-d49d04b9-9423-7120-bf62-c3ae33825d34-8ea9500a, #w-node-e8b54728-a850-a492-30cc-d9a322c2d571-8ea9500a, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6c1-8ea9500a, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6bd-8ea9500a, #w-node-_8679af03-d29f-5709-a745-32353ad119f5-8ea9500a, #w-node-_8679af03-d29f-5709-a745-32353ad119ea-8ea9500a, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb0-1627ba96, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb4-1627ba96, #w-node-d49d04b9-9423-7120-bf62-c3ae33825d34-1627ba96, #w-node-e8b54728-a850-a492-30cc-d9a322c2d571-1627ba96, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6c1-1627ba96, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6bd-1627ba96, #w-node-_8679af03-d29f-5709-a745-32353ad119f5-1627ba96, #w-node-_8679af03-d29f-5709-a745-32353ad119ea-1627ba96, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb0-dd5a93c3, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb4-dd5a93c3, #w-node-d49d04b9-9423-7120-bf62-c3ae33825d34-dd5a93c3, #w-node-e8b54728-a850-a492-30cc-d9a322c2d571-dd5a93c3, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6c1-dd5a93c3, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6bd-dd5a93c3, #w-node-_8679af03-d29f-5709-a745-32353ad119f5-dd5a93c3, #w-node-_8679af03-d29f-5709-a745-32353ad119ea-dd5a93c3, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb0-998b005c, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb4-998b005c, #w-node-d49d04b9-9423-7120-bf62-c3ae33825d34-998b005c, #w-node-e8b54728-a850-a492-30cc-d9a322c2d571-998b005c, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6c1-998b005c, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6bd-998b005c, #w-node-_8679af03-d29f-5709-a745-32353ad119f5-998b005c, #w-node-_8679af03-d29f-5709-a745-32353ad119ea-998b005c, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb0-b43994a3, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb4-b43994a3, #w-node-d49d04b9-9423-7120-bf62-c3ae33825d34-b43994a3, #w-node-e8b54728-a850-a492-30cc-d9a322c2d571-b43994a3, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6c1-b43994a3, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6bd-b43994a3, #w-node-_8679af03-d29f-5709-a745-32353ad119f5-b43994a3, #w-node-_8679af03-d29f-5709-a745-32353ad119ea-b43994a3, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb0-46c5c438, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb4-46c5c438, #w-node-d49d04b9-9423-7120-bf62-c3ae33825d34-46c5c438, #w-node-e8b54728-a850-a492-30cc-d9a322c2d571-46c5c438, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6c1-46c5c438, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6bd-46c5c438, #w-node-_8679af03-d29f-5709-a745-32353ad119f5-46c5c438, #w-node-_8679af03-d29f-5709-a745-32353ad119ea-46c5c438, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb0-71eed829, #w-node-_2beec412-ba5a-aa46-d613-3bc588b01eb4-71eed829, #w-node-d49d04b9-9423-7120-bf62-c3ae33825d34-71eed829, #w-node-e8b54728-a850-a492-30cc-d9a322c2d571-71eed829, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6c1-71eed829, #w-node-_51a71798-35c1-df36-ccb8-d90ac45fb6bd-71eed829, #w-node-_8679af03-d29f-5709-a745-32353ad119f5-71eed829, #w-node-_8679af03-d29f-5709-a745-32353ad119ea-71eed829 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_26352e1b-8a7e-820c-82c3-dcd4e12800c4-e12800b7 {
    order: -9999;
  }

  #w-node-_4f29dedb-b38e-a30a-2995-94887574d1c5-a2634fd1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-db39f0ca-0687-45b0-e7be-f3d09588c7b8-4c314042 {
    grid-area: 2 / 1 / 2 / 3;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}