.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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-commercecartopenlinkcount {
  height: 18px;
  min-width: 18px;
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

.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;
  -ms-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;
  -ms-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 {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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 {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

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

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

body {
  color: #bfbfbf;
  background-color: #262626;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

p {
  color: #bfbfbf;
  margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #bfbfbf;
  line-height: 1.5;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  color: #bfbfbf;
  border-left: 5px solid #595959;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.margin-xhuge {
  margin: 8rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #0d0d0d;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.form-message-error {
  color: #262626;
  border-radius: 20px;
  margin-top: 2rem;
  padding: .75rem;
  font-weight: 400;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  font-size: .875rem;
  font-style: normal;
  line-height: 1.6;
  text-decoration: none;
}

.text-size-large {
  width: 70rem;
  font-size: 1.5rem;
  line-height: 1.4;
}

.text-size-large.text-color-white {
  width: 40rem;
  font-size: 1.2rem;
}

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  font-size: 1rem;
  line-height: 1.6;
}

.padding-xhuge {
  padding: 8rem;
}

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

.container-large.relative-position {
  max-width: 100%;
}

.margin-medium {
  margin: 2rem;
}

.text-color-white {
  color: #fff;
}

.margin-xlarge {
  margin: 4rem;
}

.heading-style-h2 {
  width: auto;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h2.text-align-center {
  width: 100%;
  color: #599cd3;
  font-size: 5rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.padding-bottom, .padding-bottom.padding-xxhuge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xhuge {
  padding-bottom: 3rem;
}

.padding-bottom.padding-xlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.text-size-medium {
  object-fit: fill;
  font-size: 1.25rem;
  line-height: 1.4;
}

.text-size-medium.text-color-white {
  color: #fff;
}

.icon-1x1-large {
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  line-height: 1;
}

.padding-xlarge {
  padding: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 36rem;
}

.max-width-medium.sticky {
  padding-top: 4rem;
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
}

.form-input {
  width: 100%;
  color: #bfbfbf;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #595959;
  border-radius: 50px;
  flex: none;
  margin-bottom: 2rem;
  padding: 1.75rem 1rem;
  transition: border-color .4s;
}

.form-input:hover, .form-input:active, .form-input:focus, .form-input.-wfp-focus {
  border-color: #a6a6a6;
}

.form-input.is-text-area {
  min-height: 8rem;
  border-radius: 30px;
  padding-top: 2rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-top, .margin-top.margin-large, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-top, .padding-top.padding-xxhuge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.max-width-small {
  width: 100%;
  max-width: 24rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

.background-color-grey {
  background-color: #262626;
}

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

.padding-section-large.z-index-1 {
  margin-top: -14px;
  margin-bottom: 49px;
  margin-left: -28px;
  padding-top: 3.5rem;
}

.margin-bottom, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.form-message-success {
  color: #0d0d0d;
  background-color: #bfbfbf;
  border-radius: 20px;
  padding: 1.25rem;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #595959;
  border-radius: 50px;
  justify-content: center;
  padding: 1.25rem 3rem;
  font-weight: 500;
  transition: background-color .4s;
}

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

.button.w--current {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #595959;
  transition-property: color;
}

.button.w--current:hover {
  color: #bfbfbf;
}

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

.margin-large {
  margin: 3rem;
}

.heading-style-h1 {
  width: 50rem;
  color: #599cd3;
  margin-top: 42px;
  margin-bottom: 18px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

.text-rich-text p {
  font-size: 1rem;
  line-height: 1.5;
}

.text-rich-text li {
  font-size: 1rem;
}

.text-rich-text h1 {
  font-size: 4rem;
  line-height: 1;
}

.text-rich-text h2 {
  font-size: 3rem;
  line-height: 1;
}

.text-rich-text h3 {
  font-size: 2.5rem;
  line-height: 1;
}

.text-rich-text h4 {
  font-size: 2rem;
  line-height: 1.2;
}

.text-rich-text h5 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-rich-text h6 {
  font-size: 1.25rem;
  line-height: 1.2;
}

.hide {
  display: none;
}

.social-link {
  color: #a6a6a6;
  justify-content: center;
  align-items: center;
  font-family: Social Icon, sans-serif;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.social-link:hover {
  color: #fff;
}

.checkout-form-wrapper {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 3rem;
  padding: 0;
}

.checkout-header-block {
  background-color: #0d0d0d;
  border-style: none none solid;
  border-bottom-color: #262626;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  padding: 2rem;
}

.checkout-content-block {
  background-color: #0d0d0d;
  border: 1px #e6e6e6;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  padding: 2rem;
}

.checkout-content-block.radius-top {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.checktou-field-label {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.checkout-column {
  margin-bottom: 2rem;
}

.billing-address-toggle {
  align-items: center;
  margin-top: 1.5rem;
}

.order-item-price {
  margin-top: 1rem;
}

.apple-pay-button {
  border-radius: 50px;
}

.discount-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.checkout-field-label {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.web-payments {
  border-radius: 50px;
  margin-bottom: 1rem;
}

.empty-state {
  background-color: #595959;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.paypal-checkout-form, .order-confirmation-content {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 3rem;
  padding: 0;
}

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

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

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

.divider-line {
  width: 100%;
  height: 1px;
  background-color: rgba(166, 166, 166, .25);
}

.image-wrapper {
  height: 100%;
  border-radius: 2.25rem;
  position: relative;
  overflow: hidden;
}

.image-wrapper.contact {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.horizontal-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.horizontal-flex.blog-post {
  justify-content: flex-start;
}

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

.horizontal-flex.align-center {
  justify-content: center;
}

.list-blog-categories {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.category-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.blog-post-category-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.small-line {
  width: 32px;
  height: 2px;
  background-color: #595959;
}

.title-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.blog-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-service-content {
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}

.service-content-wrapper {
  width: 100%;
  background-color: #262626;
  border-radius: 2.5rem;
  padding: 3rem 2.5rem;
  transition: background-color .4s;
  overflow: hidden;
}

.service-content-wrapper.categories {
  background-color: #0d0d0d;
}

.price-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.check-icon {
  color: #1b993b;
  font-family: Filled Icon, sans-serif;
}

.service-features-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.service-top-content {
  max-width: 16rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
  display: flex;
}

.price-text {
  margin-bottom: 5px;
  font-size: 5rem;
  line-height: 1.2;
}

.checked-icon {
  width: 2rem;
  height: 2rem;
  background-color: rgba(27, 153, 59, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-inner-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 1fr;
}

.service-features-block {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.feature-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.product-component-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.product-content {
  background-color: #262626;
  border-radius: 28px;
  padding: 3rem 2.5rem;
}

.input-wrap {
  background-color: #fff;
  border: 1px solid #dce0eb;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.input-wrap.quantity {
  padding-top: 6px;
  padding-left: 18px;
  padding-right: 18px;
  display: inline-block;
}

.input-wrap.quantity.hide {
  display: none;
}

.selector-input {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
}

.quantity-input {
  background-color: #fff;
  border-style: none;
  border-radius: 50px;
}

.section-product-category-header {
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}

.product-category-component {
  justify-content: center;
  align-items: center;
}

.section-home-hero {
  height: 0;
  perspective: none;
  object-fit: fill;
  background-color: #599cd3;
  border: 1px #000;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 300px;
  position: relative;
  bottom: -128px;
  overflow: hidden;
  transform: translate(0);
}

.navbar {
  mix-blend-mode: difference;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #fff;
  padding: 20px 16px;
  font-size: 1.125rem;
  font-weight: 500;
  transition: opacity .4s;
}

.nav-link:hover {
  opacity: .7;
}

.section-home-about {
  background-color: #262626;
  border-radius: 6rem;
}

.section-home-about.background-color-black {
  background-color: #0d0d0d;
}

.intro-component-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  border: 1px #000;
  border-radius: 0;
  grid-template-rows: 370px;
  grid-template-columns: minmax(500px, 1.75fr) 1fr;
  padding-left: 64px;
  padding-right: 0;
}

.inner-content {
  margin-bottom: 0;
}

.services-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.content-block {
  background-color: rgba(13, 13, 13, .25);
  border-radius: 28px;
  padding: 2.5rem;
}

.service-grid {
  width: 100%;
  height: 100%;
  grid-template-columns: 1fr;
  align-content: space-between;
}

.service-icon {
  width: 60px;
  height: 60px;
}

.about-component-grid {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
}

.cover-image {
  width: 70%;
  height: 100%;
  object-fit: fill;
  display: block;
}

.subtitle {
  color: #bfbfbf;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
}

.section-home-call-to-action {
  position: relative;
}

.footer {
  background-color: #0d0d0d;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  overflow: hidden;
}

.bullet {
  width: 8px;
  height: 8px;
  background-color: #bfbfbf;
  border-radius: 50px;
}

.subtitle-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  margin-right: -52px;
  padding-left: 10px;
  display: flex;
}

.relative-position {
  position: relative;
}

.get-started-content {
  max-width: 48rem;
  margin-left: 30px;
  margin-right: auto;
  padding-left: 161px;
}

.footer-nav-item {
  margin-bottom: 1.4rem;
}

.text-nav-footer {
  color: #bfbfbf;
  font-size: 1.25rem;
  transition: color .4s;
}

.text-nav-footer:hover {
  color: #fff;
}

.social-icons-component {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  justify-content: start;
  align-items: center;
  justify-items: center;
}

.footer-nav {
  margin-bottom: 0;
  margin-right: 3rem;
  padding-left: 0;
}

.nav-footer-content {
  flex-wrap: wrap;
  display: flex;
}

.logo-link {
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .3s;
}

.logo-link.w--current {
  margin-top: 15px;
}

.footer-nav-link {
  text-decoration: none;
  display: inline-block;
}

.footer-top {
  z-index: 1;
}

.footer-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: auto 185px 116px 0;
  position: relative;
}

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

.social-icon-wrapper {
  align-items: center;
  display: flex;
}

.footer-bottom-wrapper {
  border-top: 1px solid #262626;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3.5rem;
  display: flex;
}

.footer-bottom-content {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  align-items: center;
}

.sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}

.process-component-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.number {
  color: #595959;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.main-button {
  width: 10rem;
  height: 3.75rem;
  letter-spacing: 1px;
  background-color: #595959;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-button {
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.button-bg {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial-card {
  height: 100%;
  border-radius: 2.25rem;
  display: flex;
}

.horizontal-content-block {
  width: 95%;
  background-color: rgba(13, 13, 13, .25);
  border-top-right-radius: 2.25rem;
  border-bottom-right-radius: 2.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.25rem 4.75rem;
  display: flex;
}

.left-arrow {
  width: 4rem;
  height: 4rem;
  color: #000;
  background-color: #bfbfbf;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  transition: all .4s;
  display: flex;
  top: auto;
  bottom: -16%;
  left: auto;
  right: 8%;
}

.left-arrow:hover {
  background-color: #a6a6a6;
}

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

.horizontal-fixed-height {
  min-height: 6.25rem;
}

.slider-horizontal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-details {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.right-arrow {
  width: 4rem;
  height: 4rem;
  color: #000;
  background-color: #bfbfbf;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  transition: all .4s;
  display: flex;
  top: auto;
  bottom: -16%;
  right: 0;
}

.right-arrow:hover {
  background-color: #a6a6a6;
}

.mask-horizontal {
  border-radius: 2.25rem;
}

.slide-nav {
  max-width: 150px;
  background-color: #fff;
  border-radius: 500px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .05);
}

.client-block {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.testimonial-wrapper {
  height: 34rem;
  display: flex;
}

.arrow-icon {
  color: #262626;
  font-family: Filled Icon, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.category-tag-wrapper {
  color: #fff;
  padding: 8px 10px;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 10px;
}

.link-content-blog {
  width: 100%;
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #363636;
  border-radius: 2rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-post-item-content {
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 26px 26px 40px;
  display: flex;
}

.blog-category-tag {
  letter-spacing: 1px;
  border-radius: 40px;
  padding: 10px 18px;
  font-weight: 500;
}

.blog-circle {
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.contact-form-block {
  width: 200%;
  height: 100%;
  color: #101118;
  background-color: #262626;
  padding: 6rem 4rem 4rem;
}

.contact-form {
  color: #101118;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-component-grid {
  height: 90vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 50px;
  grid-template-rows: auto;
  overflow: hidden;
}

.section-contact-form {
  background-color: #0d0d0d;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}

.faq-question-wrap {
  cursor: pointer;
  border: 1px solid #595959;
  border-radius: 28px;
  margin-top: 10px;
  margin-bottom: 26px;
  padding: 28px 40px;
}

.faq-content {
  overflow: hidden;
}

.faq-question-bar {
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.faq-circle {
  width: 45px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  background-color: #595959;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-arrow {
  color: #bfbfbf;
  font-family: Filled Icon, sans-serif;
}

.about-header-component-grid {
  width: 100%;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.section-about-header {
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}

.shipping-method {
  background-color: #0d0d0d;
  border-bottom-style: none;
}

.padlock {
  color: #595959;
  margin-bottom: 1.5rem;
  font-family: Filled Icon, sans-serif;
  font-size: 12rem;
  line-height: 1;
}

.bg-menu {
  display: none;
}

.nav-grid {
  width: 100%;
  max-width: 80rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 1rem;
}

.project-image {
  height: 40rem;
}

.section-project-header {
  background-color: #0d0d0d;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
  overflow: hidden;
}

.project-header-component {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  margin-top: 4rem;
}

.section-project-content {
  overflow: hidden;
}

.execution-component-grid {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
}

.next-project-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 16px;
  padding-right: 16px;
}

.cart-text {
  font-size: 1.125rem;
}

.cart-quantity {
  color: #fff;
  background-color: #595959;
}

.cart-container {
  background-color: #0d0d0d;
  border-radius: 2rem;
}

.preloader {
  z-index: 9999;
  background-color: #262626;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-logo {
  width: 7rem;
}

.preloader-content {
  width: 100%;
  max-width: 16rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preloader-line-wrapper {
  width: 100%;
}

.preloader-line {
  height: 2px;
  background-color: rgba(191, 191, 191, .2);
}

.preloader-fill {
  width: 0%;
  height: 100%;
  background-color: #bfbfbf;
}

.heading {
  margin-top: -10px;
  font-size: 4rem;
  line-height: 4.5rem;
}

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

.image-8, .image-9, .image-10 {
  border-radius: 20px;
}

.section {
  height: 20rem;
  background-color: #262626;
  border: 1px solid #000;
  border-radius: 20px;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.text-block {
  padding-top: 32px;
  padding-left: 37px;
  padding-right: 0;
  font-size: 35px;
}

.text-block-3 {
  margin-top: 50px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 37px;
  font-size: 60px;
  font-weight: 700;
}

.text-block-4 {
  color: #599cd3;
  margin-top: 65px;
  margin-right: 0;
  padding-left: 37px;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.text-block-6 {
  object-fit: fill;
  padding-bottom: 14px;
  font-size: 20px;
}

.text-block-7, .text-block-8 {
  margin-top: 37px;
  padding-bottom: 14px;
  font-size: 20px;
}

.text-block-9 {
  padding-bottom: 14px;
  font-size: 20px;
}

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

.column-2 {
  padding-left: 150px;
}

.text-block-10 {
  margin-top: 37px;
  padding-bottom: 14px;
  font-size: 20px;
  line-height: 30px;
}

.column-3 {
  padding-left: 150px;
}

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

.image-12 {
  height: 200%;
  max-height: 300%;
  max-width: 200%;
  margin: -196px -1px 18px -52px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-13 {
  max-width: 25%;
  float: right;
  clear: none;
  margin-top: -332px;
  margin-bottom: -110px;
}

.text-size-medium-footer {
  object-fit: fill;
  font-size: 1.25rem;
  line-height: 1.4;
}

.heading-style-h1-copy {
  width: 50rem;
  color: #599cd3;
  margin-top: 42px;
  margin-bottom: 18px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

.text-size-large-copy {
  width: 70rem;
  font-size: 1.5rem;
  line-height: 1.4;
}

.padding-global-copy, .padding-global-copy2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-section-large-copy {
  padding-top: 6rem;
  padding-bottom: 3.7rem;
}

.cover-image-copy {
  height: 100%;
  object-fit: fill;
  width: 90%;
  height: 100%;
  object-fit: fill;
  display: block;
}

.text-size-medium-breiter, .text-size-medium-breiter2, .text-size-medium-breiter3, .text-size-medium-breiter4 {
  object-fit: fill;
  font-size: 1.25rem;
  line-height: 1.4;
}

@media screen and (min-width: 1440px) {
  .left-arrow {
    right: 6%;
  }

  .nav-grid {
    padding-left: 0;
  }
}

@media screen and (min-width: 1920px) {
  .contact-component-grid {
    height: 75vh;
  }
}

@media screen and (max-width: 991px) {
  .margin-xhuge {
    margin: 6rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xxhuge {
    padding: 10rem;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .heading-style-h1 {
    font-size: 5rem;
  }

  .image-wrapper.contact {
    height: 80vh;
    border-top-right-radius: 2.25rem;
    border-bottom-left-radius: 0;
  }

  .blog-post-category-component {
    grid-template-columns: 1fr;
  }

  .title-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .blog-component-grid, .product-component-grid {
    grid-template-columns: 1fr;
  }

  .navbar {
    mix-blend-mode: normal;
    position: fixed;
  }

  .nav-link {
    font-size: 4rem;
  }

  .menu-button {
    z-index: 100;
    width: 4rem;
    height: 4rem;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .intro-component-grid {
    grid-template-columns: 1fr;
  }

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

  .about-component-grid {
    grid-template-columns: 1fr;
  }

  .get-started-content {
    padding-left: 3rem;
  }

  .logo-link {
    mix-blend-mode: difference;
    padding-left: 0;
  }

  .footer-component-grid {
    grid-template-columns: auto auto;
  }

  .process-component-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .sticky-content {
    position: static;
  }

  .horizontal-content-block {
    width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .left-arrow {
    right: 12%;
  }

  .testimonial-image-wrap {
    width: 50%;
  }

  .testimonial-wrapper {
    flex-wrap: wrap;
  }

  .contact-form-block {
    padding: 4rem 2rem;
  }

  .contact-component-grid {
    height: auto;
    grid-template-columns: 1fr;
  }

  .about-header-component-grid {
    grid-template-columns: 1fr;
  }

  .menu-line-wrapper {
    width: 4rem;
    height: 4rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: rgba(191, 191, 191, .1);
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-line {
    z-index: 10;
    width: 1.4rem;
    height: .15rem;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .menu-line.top {
    margin-left: -.5rem;
  }

  .menu-line.bottom {
    margin-right: -.5rem;
  }

  .nav-menu {
    z-index: 100;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-menu-content {
    width: 100%;
    height: 100vh;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bg-menu {
    width: 0;
    height: 0;
    background-color: #0d0d0d;
    border-radius: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    bottom: auto;
    left: auto;
    right: 2rem;
  }

  .nav-grid {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav-button-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .project-image {
    height: 40rem;
  }

  .project-header-component {
    margin-top: 8rem;
  }

  .heading-style-h1-copy {
    font-size: 5rem;
  }

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

@media screen and (max-width: 767px) {
  .heading-style-h4 {
    font-size: 1.5rem;
  }

  .heading-style-h2 {
    font-size: 3rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .max-width-medium.sticky {
    padding-top: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 4rem;
  }

  .title-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .service-top-content {
    max-width: none;
  }

  .service-inner-grid {
    grid-template-columns: 1fr;
  }

  .nav-link {
    font-size: 3.5rem;
  }

  .intro-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: auto;
  }

  .testimonial-card {
    flex-wrap: wrap;
  }

  .horizontal-content-block {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2.25rem;
    padding: 2.5rem 3rem 3rem;
  }

  .left-arrow {
    top: auto;
    bottom: -12%;
    left: auto;
    right: 20%;
  }

  .testimonial-image-wrap {
    width: 100%;
    height: 22rem;
  }

  .slider-horizontal {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow {
    top: auto;
    bottom: -12%;
    right: 0;
  }

  .testimonial-wrapper {
    height: auto;
  }

  .contact-component-grid {
    grid-template-columns: 1fr;
  }

  .faq-question-wrap {
    padding-left: 28px;
    padding-right: 28px;
  }

  .faq-question-bar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .padlock {
    font-size: 10rem;
  }

  .nav-menu-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav-grid {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .project-image {
    height: 30rem;
  }

  .project-header-component, .execution-component-grid {
    grid-template-columns: 1fr;
  }

  .heading-style-h1-copy {
    font-size: 4rem;
  }

  .padding-global-copy, .padding-global-copy2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .text-size-large {
    width: 99.9999%;
    margin: -18px auto -4px -60px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .text-size-large.text-color-white {
    width: auto;
    margin: 0;
  }

  .heading-style-h2 {
    width: auto;
    padding-right: 68px;
    font-size: 1.5rem;
    position: static;
  }

  .heading-style-h2.text-align-center {
    text-align: center;
    padding-right: 0;
    font-size: 2.9rem;
    line-height: 1.1;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-xhuge {
    margin-bottom: 113px;
  }

  .text-size-medium {
    width: 100%;
  }

  .padding-global {
    margin-top: -30px;
    margin-bottom: 0;
    padding-top: 120px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-small {
    margin-right: 4.5rem;
    padding-right: 24px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-small {
    width: auto;
    max-width: none;
    overflow: visible;
  }

  .container-medium {
    height: 100%;
    max-width: none;
    margin-top: -90px;
  }

  .padding-section-large {
    margin-bottom: -99px;
    padding-top: 3.8rem;
    padding-bottom: 4.9rem;
  }

  .padding-section-large.z-index-1 {
    margin-top: -93px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    width: auto;
    text-align: left;
    margin: 0 0 19px -60px;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.5rem;
  }

  .checkout-header-block, .checkout-content-block {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-wrapper {
    border-radius: 1.75rem;
  }

  .image-wrapper.contact {
    height: 55vh;
  }

  .blog-post-category-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .section-service-content {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .service-content-wrapper, .product-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-product-category-header, .section-home-hero {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .nav-link {
    font-size: 3rem;
  }

  .section-home-about {
    border-radius: 3rem;
  }

  .inner-content {
    margin-bottom: -10px;
    padding-top: 0;
  }

  .services-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .content-block {
    margin-top: -28px;
  }

  .footer {
    margin-top: 52px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .get-started-content {
    margin-left: auto;
    padding-left: 2rem;
  }

  .text-nav-footer {
    font-size: .9rem;
  }

  .social-icons-component {
    margin-left: 0;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 248px;
  }

  .footer-nav {
    margin-right: .1rem;
  }

  .footer-component-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer-content-wrapper {
    margin-top: -79px;
    margin-bottom: 49px;
    font-size: 10%;
    line-height: 10%;
  }

  .footer-bottom-wrapper {
    margin-top: -50px;
  }

  .footer-bottom-content {
    grid-row-gap: 6px;
  }

  .main-button {
    margin-left: auto;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-card {
    border-radius: 1.75rem;
  }

  .horizontal-content-block {
    width: auto;
    border-bottom-right-radius: 1.75rem;
    border-bottom-left-radius: 1.75rem;
    padding: 2rem 1.25rem 2.25rem;
  }

  .left-arrow {
    width: 3.25rem;
    height: 3.25rem;
    right: 25%;
  }

  .testimonial-image-wrap {
    height: auto;
    flex-wrap: wrap;
  }

  .horizontal-fixed-height {
    min-height: auto;
  }

  .right-arrow {
    width: 3.25rem;
    height: 3.25rem;
  }

  .mask-horizontal {
    border-radius: 1.75rem;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .slide-horizontal {
    z-index: auto;
    object-fit: fill;
    margin-bottom: 0;
    overflow: auto;
  }

  .client-block {
    margin-top: 15px;
  }

  .contact-form-block {
    width: 100%;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .contact-component-grid {
    border-radius: 36px;
  }

  .section-contact-form {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .faq-question-wrap {
    padding-left: 28px;
    padding-right: 28px;
  }

  .section-about-header {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .padlock {
    font-size: 8rem;
  }

  .section-project-header {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .logo {
    margin-top: 3px;
  }

  .preloader-content {
    max-width: 14rem;
  }

  .heading {
    margin-left: -60px;
    font-size: 2.8rem;
    line-height: 3rem;
  }

  .image-8, .image-9 {
    margin-bottom: 20px;
  }

  .section {
    height: 35rem;
    margin-bottom: -130px;
  }

  .text-block, .text-block-3 {
    padding-left: 20px;
  }

  .text-block-4 {
    margin-top: 42px;
    padding-left: 20px;
  }

  .column {
    margin-top: 120px;
    padding-bottom: 0;
    padding-left: 140px;
  }

  .image-12 {
    margin-top: -157px;
    margin-bottom: 70px;
    margin-left: -64px;
    padding-top: 19px;
    padding-bottom: 0;
  }

  .text-size-medium-footer {
    width: auto;
  }

  .heading-style-h1-copy {
    width: auto;
    text-align: left;
    margin: 0 0 19px auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.5rem;
  }

  .text-size-large-copy {
    width: 99.9999%;
    margin: -18px auto -4px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .column-4 {
    height: 10rem;
    position: -webkit-sticky;
    position: sticky;
  }

  .padding-global-copy {
    margin-top: -24px;
    margin-bottom: -166px;
    padding-top: 113px;
    padding-bottom: 0;
  }

  .padding-global-copy2 {
    margin-top: 80px;
    margin-bottom: 0;
    padding-top: 120px;
  }

  .padding-section-large-copy {
    margin-top: -80px;
    margin-bottom: -99px;
    padding-top: 3.8rem;
    padding-bottom: 4.9rem;
  }

  .cover-image-copy {
    width: 90%;
  }

  .text-size-medium-breiter, .text-size-medium-breiter2, .text-size-medium-breiter3, .text-size-medium-breiter4 {
    width: 160%;
  }
}

#w-node-_55eb4cad-af90-ec9b-00ed-d7de1320375d-90e07cf3, #w-node-_976b4bbc-3982-d092-2ccb-f21052e69de7-90e07cf3, #w-node-ca96f1a7-6b93-8044-dd38-85edb5cda09d-90e07cf3, #w-node-_209fd61c-994b-76cb-430b-8daf858e8c02-90e07cf3, #w-node-a7823d7f-8ee9-315d-aa43-f016a9233271-90e07cf3, #w-node-ac6ae74a-3fb4-6d41-3fd2-3a65a6520aeb-90e07cf3, #w-node-ac6ae74a-3fb4-6d41-3fd2-3a65a6520aed-90e07cf3, #w-node-ac6ae74a-3fb4-6d41-3fd2-3a65a6520af0-90e07cf3, #w-node-_863b68f1-7066-3c17-31ae-a0d6145b7190-90e07cf3, #w-node-_863b68f1-7066-3c17-31ae-a0d6145b7192-90e07cf3, #w-node-_863b68f1-7066-3c17-31ae-a0d6145b7195-90e07cf3, #w-node-ea0d5bef-ce2d-5368-92c9-1ba158594dd5-90e07cf3, #w-node-ea0d5bef-ce2d-5368-92c9-1ba158594dd7-90e07cf3, #w-node-ea0d5bef-ce2d-5368-92c9-1ba158594dda-90e07cf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b59f865a-ee9a-f6e4-63b0-a30133febbe0-90e07cf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_22f730a3-9c68-fbb9-d0cd-ebf75766a15d-90e07cf3, #w-node-cb71895a-bbf9-4070-01d6-876b150f1b60-90e07cf3, #w-node-e2a9ab36-3610-bd31-ec51-06a7ea14690d-90e07cf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b50f0e22-799f-fd82-6b80-9b7bc48ee8d4-90e07cf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3989996c-52de-2fcf-01e3-9215f67ddf42-90e07cf3, #w-node-a39eab2a-c691-4850-a73c-4d11836bf032-90e07cf3, #w-node-_99b83f0b-1266-1e89-3a43-1ec58e00dd4a-90e07cf3, #w-node-_1b11379c-e8e1-7fc4-aa84-8cf75bf8360e-90e07cf3, #w-node-_5e53ca4e-c924-a7c9-8351-40f1748f46b2-748f46ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e53ca4e-c924-a7c9-8351-40f1748f46bb-748f46ac, #w-node-_5e53ca4e-c924-a7c9-8351-40f1748f46be-748f46ac, #w-node-_5e53ca4e-c924-a7c9-8351-40f1748f46c1-748f46ac, #w-node-_5e53ca4e-c924-a7c9-8351-40f1748f46c4-748f46ac, #w-node-_5e53ca4e-c924-a7c9-8351-40f1748f46c7-748f46ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5e53ca4e-c924-a7c9-8351-40f1748f46ca-748f46ac, #w-node-_5e53ca4e-c924-a7c9-8351-40f1748f46e8-748f46ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1acd0938-aeda-c770-5712-743b9e696a3f-9e696a3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8a6d8137-8e1a-cb86-458d-ef82ca4fcf84-9e696a3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1acd0938-aeda-c770-5712-743b9e696a41-9e696a3d {
  align-self: center;
  justify-self: end;
}

#w-node-_1acd0938-aeda-c770-5712-743b9e696a52-9e696a3d, #w-node-_69f82bcb-01a7-bd64-7a0d-cdcc27fd27c8-7ae07cf8, #w-node-_5efeba3c-a498-4c59-345b-f076dd1c354d-67e07d00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2891f978-69f3-9c67-6bf7-8897cdc6b4b7-67e07d00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_95f90219-1c89-0713-9bec-f01d0268542b-67e07d00, #w-node-_95f90219-1c89-0713-9bec-f01d0268542e-67e07d00, #w-node-_95f90219-1c89-0713-9bec-f01d02685431-67e07d00, #w-node-_95f90219-1c89-0713-9bec-f01d02685434-67e07d00, #w-node-_95f90219-1c89-0713-9bec-f01d02685437-67e07d00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0483f0ef-2d23-b06c-548f-004e911bd526-67e07d00, #w-node-_1556a030-3452-4610-2eee-3b3ee5d71cc5-47e07d06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1556a030-3452-4610-2eee-3b3ee5d71ccb-47e07d06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_307534c0-008b-5d11-933b-37656903641f-0fe07d07 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_307534c0-008b-5d11-933b-376569036426-0fe07d07, #w-node-_307534c0-008b-5d11-933b-376569036427-0fe07d07, #w-node-_307534c0-008b-5d11-933b-37656903642c-0fe07d07, #w-node-_307534c0-008b-5d11-933b-376569036431-0fe07d07, #w-node-_307534c0-008b-5d11-933b-376569036436-0fe07d07, #w-node-_307534c0-008b-5d11-933b-37656903643b-0fe07d07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_307534c0-008b-5d11-933b-376569036440-0fe07d07 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-d8efe977-5d18-2d5d-303f-86f8b8b0e0ba-7de07d08, #w-node-d8efe977-5d18-2d5d-303f-86f8b8b0e0c0-7de07d08, #w-node-d8efe977-5d18-2d5d-303f-86f8b8b0e0c6-7de07d08, #w-node-d8efe977-5d18-2d5d-303f-86f8b8b0e0cc-7de07d08, #w-node-d8efe977-5d18-2d5d-303f-86f8b8b0e0d2-7de07d08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_368f7edd-813d-4218-8e17-b2c32422a166-05e07d09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_0d497450-4ce7-d431-c220-0c20d9435487-05e07d09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3cc724b2-0b0b-ab85-bb6a-cc6e6bd33e3a-05e07d09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-b33481cc-85d3-dc3d-d354-903b43842979-05e07d09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b90678f5-b9b4-c595-b2f2-79fd4fb9c0bd-05e07d09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_1556a030-3452-4610-2eee-3b3ee5d71ccb-47e07d06 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5e53ca4e-c924-a7c9-8351-40f1748f46b2-748f46ac {
    grid-column: span 2 / span 2;
  }

  #w-node-_307534c0-008b-5d11-933b-376569036440-0fe07d07 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_976b4bbc-3982-d092-2ccb-f21052e69de7-90e07cf3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Filled Icon';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social Icon';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}