:root {
  --beige: whitesmoke;
  --black: #262626;
  --light-elevation: #e5e5e5;
  --dark-elevation: #191817;
}

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: 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 {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  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 {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

.w-commerce-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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-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-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 {
  -webkit-appearance: none;
  -ms-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;
  -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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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-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-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--beige);
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

h1 {
  margin-top: 24px;
  margin-bottom: 40px;
  font-family: Plus Jakarta, sans-serif;
  font-size: 120px;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  margin-top: 22px;
  margin-bottom: 16px;
  font-family: Plus Jakarta, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-family: Plus Jakarta, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

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

blockquote {
  border-left: 5px solid var(--black);
  margin-top: 16px;
  margin-bottom: 24px;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.hero-a {
  padding-top: 160px;
  padding-bottom: 64px;
}

.section.black-rounded {
  background-color: var(--black);
  color: var(--beige);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}

.section.black-rounded.gallery-about-b {
  overflow: hidden;
}

.section.white-rounded {
  background-color: var(--beige);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  margin-top: -60px;
}

.section.white-rounded.project-home-c {
  z-index: 20;
  margin-top: -80px;
  padding-top: 80px;
  position: relative;
}

.section.hero-b {
  padding-top: 120px;
  padding-bottom: 64px;
}

.section.hero-home-c {
  background-color: var(--black);
  color: var(--beige);
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
}

.section.about-hero-a {
  padding-top: 100px;
  padding-bottom: 40px;
}

.section.video-section-about-a {
  padding-top: 40px;
}

.section.hero-about-b {
  padding-top: 100px;
}

.section.hero-about-c {
  padding-top: 0;
  padding-bottom: 100px;
}

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

.section.black.projects-overview-work-page {
  padding-top: 40px;
}

.section.hero-work-black {
  background-color: var(--black);
  color: var(--beige);
  padding-top: 80px;
  padding-bottom: 40px;
}

.section.hero-work-white {
  background-color: var(--beige);
  color: var(--black);
  padding-top: 80px;
  padding-bottom: 40px;
}

.section.hero-industry {
  padding-top: 0;
  padding-bottom: 80px;
}

.section.hero-pricing {
  padding-top: 80px;
}

.section.hero-product-single {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero-blog {
  padding-top: 80px;
  padding-bottom: 24px;
}

.section.blog-overview {
  padding-top: 24px;
}

.section.hero-post {
  padding-top: 80px;
  padding-bottom: 56px;
}

.section.contact-section {
  background-color: var(--black);
  color: var(--beige);
  padding-top: 100px;
}

.section.hero-project {
  padding-top: 80px;
  padding-bottom: 40px;
}

.section.details-project {
  padding-top: 24px;
  padding-bottom: 40px;
}

.section.gallery-project, .section.rich-text-project {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.hero-template {
  background-color: var(--black);
  color: var(--beige);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.template-details {
  padding-bottom: 140px;
}

.section.project-home-c {
  padding-top: 40px;
}

.section.sales-gallery {
  background-color: var(--light-elevation);
  background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, .05));
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.template-hero {
  padding-top: 100px;
  padding-bottom: 64px;
}

.main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.big-logo-hero-a {
  width: 100%;
  margin-bottom: 40px;
}

.space-40 {
  height: 40px;
}

.lines-wrap-version-a {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.line-one-version-a {
  background-color: var(--black);
  transform-origin: 0%;
  width: 100%;
  height: 8px;
  margin-bottom: 24px;
  padding: 0;
}

.line-two-version-a {
  background-color: var(--black);
  transform-origin: 0%;
  width: 100%;
  height: 4px;
  margin-bottom: 24px;
  padding: 0;
}

.line-three-version-a {
  background-color: var(--black);
  transform-origin: 0%;
  width: 100%;
  height: 2px;
  margin-bottom: 24px;
  padding: 0;
}

.line-four-version-a {
  background-color: var(--black);
  transform-origin: 0%;
  width: 100%;
  height: 1px;
  margin-bottom: 24px;
  padding: 0;
}

.sub-wrap-hero-a {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.subtitle {
  font-family: Plus Jakarta, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 150%;
}

.subtitle.project-info {
  margin-bottom: 0;
}

.limit-460 {
  width: 100%;
  max-width: 460px;
}

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

.line-link-block {
  color: var(--black);
  font-family: Plus Jakarta, sans-serif;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.line-link-block.white-link {
  color: var(--beige);
}

.line-link-block.small-line-link {
  font-size: 18px;
  line-height: 26px;
}

.underline-link-master {
  background-color: rgba(0, 0, 0, .4);
  height: 2px;
  margin-top: 6px;
  padding: 0;
}

.underline-link-master.white-underline-master {
  background-color: rgba(250, 235, 227, .4);
}

.underline-link-master.small-underline-link-master {
  height: 1px;
}

.underline-link-fill {
  background-color: var(--black);
  width: 0%;
  height: 100%;
}

.underline-link-fill.white-underline-fill {
  background-color: var(--beige);
}

.no-margins {
  margin: 0;
}

.projects-wrap-home-a {
  position: relative;
}

.project-item-home-a {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.project-image-version-a {
  color: var(--beige);
  cursor: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 95vh;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.overlay-projects-a {
  background-color: rgba(0, 0, 0, .3);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.project-name-master-version-a {
  align-items: center;
  width: auto;
  font-size: 54px;
  line-height: 130%;
  display: flex;
}

.circle-project-a {
  background-color: var(--beige);
  border-radius: 50%;
  flex: none;
  width: 12px;
  height: 12px;
  margin-top: 2px;
  margin-left: 20px;
  margin-right: 20px;
}

.project-name-version-a {
  flex: none;
}

.space-64 {
  height: 64px;
}

.space-120 {
  height: 120px;
}

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

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

.limit-960 {
  width: 100%;
  max-width: 960px;
}

.big-text {
  font-family: Plus Jakarta, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 145%;
}

.cursor-general {
  z-index: 30;
  background-color: var(--beige);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: auto;
  font-size: 16px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-wrap-project-a {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.space-56 {
  height: 56px;
}

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

.white-tile-industry {
  border-top: 1px solid var(--black);
  padding-top: 4px;
}

.paragraph-large {
  font-size: 22px;
  line-height: 140%;
}

.paragraph-large.industry-home-b, .paragraph-large.faq-title {
  margin-bottom: 0;
}

.paragraph-large.gallery-b {
  margin-top: 16px;
  margin-bottom: 16px;
}

.paragraph-large.price {
  margin-bottom: 6px;
}

.space-16 {
  height: 16px;
}

.background-video-section {
  perspective: 2000px;
  height: 250vh;
}

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

.video-abstract-home-a {
  border-radius: 40px;
  width: 98%;
  height: 98vh;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 1vh;
}

.space-24 {
  height: 24px;
}

.limit-760 {
  width: 100%;
  max-width: 760px;
}

.light-tile-people {
  background-color: var(--light-elevation);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  display: flex;
}

.people-image {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 24px;
}

.people-h3 {
  margin-top: 0;
  margin-bottom: 16px;
}

.space-32 {
  height: 32px;
}

.testimonials-tabs-wrap {
  background-color: var(--dark-elevation);
  border-radius: 12px;
  padding: 64px 64px 56px;
}

.tabs-menu-testimonials {
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.tab-link-testimonials {
  opacity: .4;
  background-color: rgba(221, 221, 221, 0);
  padding: 0;
}

.tab-link-testimonials.w--current {
  opacity: 1;
  background-color: rgba(221, 221, 221, 0);
}

.tab-content-wrap-testimonials {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-image {
  border-radius: 12px;
  width: 100%;
  max-width: 490px;
}

.testimonial-tab-content {
  flex: 1;
  max-width: 570px;
  margin-left: 56px;
}

.testimonial-stars {
  height: 24px;
  margin-bottom: 24px;
}

.testimonial-person-tabs {
  opacity: .7;
  margin-top: 24px;
}

.connection-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  top: 32px;
  bottom: auto;
  left: auto;
  right: auto;
}

.connection-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.connection-line.right-line {
  transform-origin: 100%;
}

.connection-line.left-line {
  transform-origin: 0%;
}

.connection-master {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.connection-circle {
  background-color: var(--black);
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  width: 13px;
  height: 13px;
  display: flex;
  position: relative;
}

.connection-circle.right-circle {
  margin-left: 8px;
}

.connection-circle.left-circle {
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  position: relative;
}

.connection-line-master {
  flex: 1;
  align-items: center;
  display: flex;
}

.connection-logo {
  height: 88px;
  margin-left: 32px;
  margin-right: 32px;
}

.resources-grid-grid-thirds {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.resource-tile {
  color: var(--beige);
  width: 100%;
  text-decoration: none;
  transition: transform .2s;
}

.resource-tile:hover {
  transform: scale(1.02);
}

.resource-tile.black-text-tile {
  color: var(--black);
}

.resource-image-tile {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  margin-bottom: 24px;
  padding-top: 64%;
}

.resource-h3 {
  margin-top: 0;
  margin-bottom: 16px;
}

.resource-sub-picture-wrap {
  width: 90%;
}

.footer-white {
  background-color: var(--beige);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  margin-top: -60px;
  padding-top: 120px;
}

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

.footer-left {
  flex-direction: column;
  align-items: flex-start;
  max-width: 360px;
  display: flex;
}

.footer-right {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.brand-link-footer {
  height: 40px;
  margin-bottom: 32px;
}

.brand-image-footer {
  height: 100%;
}

.cta {
  background-color: var(--black);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 10px 28px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.cta:hover {
  background-color: rgba(0, 0, 0, .8);
}

.cta.navbar-main {
  border-radius: 8px;
  height: 44px;
  margin-left: 8px;
  padding-bottom: 11px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.cta.navbar-main.white-main {
  background-color: var(--beige);
  color: var(--black);
}

.cta.navbar-outline {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 8px;
  height: 44px;
  padding-bottom: 11px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.cta.navbar-outline.white-outline {
  border-color: var(--beige);
  color: var(--beige);
}

.cta.white {
  background-color: var(--beige);
  color: var(--black);
}

.cta.white:hover {
  background-color: rgba(250, 235, 227, .8);
}

.cta.submit {
  width: 100%;
}

.cta.nav-dropdown {
  margin-top: 16px;
}

.cta.outline {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
}

.links-wrap-footer-a {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-links-header {
  margin-bottom: 20px;
}

.footer-link {
  color: var(--black);
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.footer-bottom {
  background-color: var(--light-elevation);
  margin-top: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.footer-bottom-text {
  color: rgba(0, 0, 0, .7);
  font-size: 16px;
}

.footer-legal-link {
  color: rgba(0, 0, 0, .8);
}

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

.navbar-c-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand-image-navbar {
  height: 24px;
}

.dropdown-toggle-navbar {
  justify-content: center;
  align-items: center;
  padding: 16px 12px 16px 16px;
  display: flex;
  position: static;
}

.dropdown-link {
  color: rgba(25, 39, 51, .9);
  flex: none;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-link:hover {
  color: rgba(25, 39, 51, .7);
}

.navbar-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 300px 1fr 300px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1312px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-field {
  color: var(--black);
  background-color: rgba(250, 235, 227, 0);
  border: 1px solid rgba(0, 0, 0, .8);
  border-radius: 6px;
  height: 52px;
  margin-bottom: 0;
  padding-left: 16px;
}

.text-field:focus, .text-field.-wfp-focus {
  border-color: #000;
}

.text-field::placeholder {
  color: rgba(0, 0, 0, .7);
}

.text-field.text-area {
  height: auto;
  min-height: 120px;
  padding-top: 16px;
}

.text-field.margin-bottom {
  margin-bottom: 12px;
}

.cart-container {
  border-radius: 12px;
  overflow: hidden;
}

.mega-menu-links-heading {
  flex-direction: column;
  margin-bottom: 12px;
  padding-top: 8px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.divider-navbar {
  background-color: rgba(0, 0, 0, .1);
  flex: none;
  width: 1px;
  height: 12px;
  margin-left: 24px;
  margin-right: 12px;
}

.divider-navbar.white-navbar-divider {
  background-color: rgba(250, 235, 227, .3);
}

.dropdown-chevron-navbar {
  opacity: .8;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.dropdown-navbar {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
}

.dropdown-navbar:hover {
  color: #000;
}

.dropdown-navbar.mega-menu {
  position: static;
}

.cart-footer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.navbar-left {
  align-items: center;
  display: flex;
}

.dropdown-list-navbar {
  background-color: var(--light-elevation);
  border-radius: 12px;
  padding: 8px 0;
  overflow: hidden;
  box-shadow: 1px 1px 20px rgba(104, 108, 111, .15);
}

.dropdown-list-navbar.w--open {
  border: 1px solid rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6px;
  display: flex;
  box-shadow: 1px 1px 15px rgba(104, 108, 111, .08);
}

.dropdown-list-navbar.mega-menu {
  width: 100%;
  min-width: 0;
  margin-top: 8px;
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
}

.dropdown-list-navbar.mega-menu.w--open {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.block-header {
  background-color: #e9d8ce;
  border-style: solid;
  border-color: #bdbdbd;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.only-buttons-wrap-navbar {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mega-menu-links-wrap {
  text-align: left;
  align-items: flex-start;
}

.dropdown-item-text-navbar {
  flex: none;
  padding: 8px 0;
}

.link-navbar {
  color: var(--black);
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link-navbar:hover {
  color: rgba(25, 39, 51, .9);
}

.link-navbar.cart-link {
  padding: 4px 0;
}

.link-navbar.cart-link.white-cart-link {
  color: var(--beige);
}

.nav-menu-general {
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.nav-menu-general.full-width-navigation {
  background-color: rgba(200, 200, 200, 0);
}

.navbar-right-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mega-menu-grid-wrap {
  width: 100%;
}

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

.cart-quantity {
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 22px;
  min-width: 0;
  height: 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.dropdown-list-link-navbar {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.dropdown-list-link-navbar.w--current {
  background-color: var(--black);
  color: var(--beige);
}

.dropdown-list-link-navbar.strokes-link {
  border-top: 1px solid rgba(0, 0, 0, .05);
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

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

.dropdown-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
}

.navbar {
  background-color: var(--beige);
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

.navbar.navbar-black {
  background-color: var(--black);
}

.mega-menu-list-link-navbar {
  color: var(--black);
  text-align: left;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.mega-menu-list-link-navbar.w--current {
  font-weight: 500;
}

.lines-wrap-hero-b {
  flex-direction: column;
  width: 100%;
  max-width: 180px;
  display: flex;
}

.line-one-hero-b {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-bottom: 6px;
  padding: 0;
}

.line-two-hero-b {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  padding: 0;
}

.line-three-hero-b {
  background-color: var(--black);
  width: 100%;
  height: 4px;
  margin-bottom: 6px;
  padding: 0;
}

.line-four-hero-b {
  background-color: var(--black);
  width: 100%;
  height: 8px;
  margin-bottom: 6px;
  padding: 0;
}

.limit-1180 {
  max-width: 1180px;
}

.moving-images-master-hero-b {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.moving-images-inside-hero-b {
  justify-content: space-between;
  align-items: center;
  width: 160vw;
  display: flex;
}

.moving-image-hero-b {
  width: 32%;
}

.moving-images-top-fill {
  width: 100%;
  position: absolute;
  top: -1%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.moving-images-bottom-fill {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: -1%;
  left: 0%;
  right: 0%;
}

.limit-650 {
  width: 100%;
  max-width: 650px;
}

.industry-single-home-b {
  color: var(--black);
  border-top: 1px solid #000;
  padding-top: 48px;
  padding-bottom: 48px;
  text-decoration: none;
  display: block;
}

.industry-top-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.industry-h3-home-b {
  margin-top: 0;
  margin-bottom: 0;
}

.industry-bottom-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  transform-origin: 50% 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.industry-image-home-b {
  border-radius: 8px;
  width: 100%;
}

.industry-space-home-b {
  height: 48px;
}

.grid-halves-projects-b {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-projects-b {
  color: var(--beige);
  cursor: none;
  width: 100%;
  padding-bottom: 16px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.link-block-projects-b.white-version-projects-b {
  color: var(--black);
}

.image-projects-b {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  margin-bottom: 32px;
  padding-top: 72%;
  position: relative;
  overflow: hidden;
}

.name-wrap-projects-b {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.projects-h3-home-b {
  margin-top: 0;
  margin-bottom: 0;
}

.cursor-wrap-project-b {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-project-b {
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.limit-960-copy {
  width: 100%;
  max-width: 930px;
}

.background-video-home-b {
  z-index: 1;
  border-radius: 16px;
  height: 70vh;
  max-height: 800px;
  overflow: hidden;
}

.play-link-video-home-b {
  z-index: 10;
  width: 140px;
  height: 140px;
  transition: transform .2s;
  position: absolute;
  top: -70px;
  bottom: auto;
  left: auto;
  right: 120px;
}

.play-link-video-home-b:hover {
  transform: scale(1.05);
}

.play-image-video-home-b {
  width: 100%;
  height: 100%;
}

.background-video-wrap-home-b {
  position: relative;
}

.number-tile {
  background-color: var(--light-elevation);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 56px 24px;
  display: flex;
}

.number {
  margin-bottom: 24px;
  font-family: Plus Jakarta, sans-serif;
  font-size: 80px;
  line-height: 120%;
}

.process-columns {
  display: flex;
}

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

.process-right-column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

.process-sticky-wrap {
  width: 100%;
  max-width: 545px;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.white-divider {
  background-color: var(--beige);
  width: 100%;
  height: 1px;
}

.white-divider.process-divider {
  margin-top: 32px;
  margin-bottom: 48px;
}

.dark-tile-process {
  background-color: var(--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.process-number {
  margin-bottom: 80px;
  font-family: Plus Jakarta, sans-serif;
  font-size: 56px;
  line-height: 120%;
}

.process-h3 {
  margin-top: 0;
  margin-bottom: 24px;
}

.testimonial-wrap-small {
  grid-column-gap: 24px;
  align-items: center;
  max-width: 530px;
  display: flex;
}

.testimonial-image-small {
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.testimonial-text-small {
  margin-bottom: 12px;
}

.paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.paragraph-small.testimonial-person-small {
  opacity: .7;
}

.space-80 {
  height: 80px;
}

.resources-grid-version-b {
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .8fr;
}

.resource-link-first-resourece-version-b {
  color: var(--beige);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  overflow: hidden;
}

.resource-link-first-resourece-version-b:hover {
  transform: scale(1.02);
}

.resource-tile-second-post-version-b {
  background-color: var(--light-elevation);
  color: var(--black);
  border-radius: 8px;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  transition: transform .2s;
}

.resource-tile-second-post-version-b:hover {
  transform: scale(1.02);
}

.resource-image-second-post-version-b {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  margin-bottom: 24px;
  padding-top: 56%;
}

.heading-3-second-resource-version-b {
  margin-top: 0;
  margin-bottom: 16px;
}

.collection-list-first-resource-version-b, .item-first-resource-version-b {
  height: 100%;
}

.content-wrap-first-resource-version-b {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .69) 53%, var(--black));
  justify-content: space-between;
  align-items: center;
  padding: 200px 40px 40px;
  display: flex;
}

.resource-h3-first-post-version-b {
  width: 80%;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-tile {
  border-top: 1px solid var(--light-elevation);
  border-bottom: 1px solid var(--light-elevation);
  color: var(--beige);
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.contact-tile:hover {
  transform: translate(0, -4px);
}

.contact-tile.white-tile {
  border-top-color: var(--dark-elevation);
  border-bottom-color: var(--dark-elevation);
  color: var(--black);
}

.contact-tile.tile-white {
  border-top-color: var(--black);
  border-bottom-color: var(--black);
  color: var(--black);
}

.contact-h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.cta-wrap-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-hero-c {
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.image-wrap-hero-c {
  z-index: 10;
  border: 50px solid var(--beige);
  border-top-left-radius: 580px;
  border-top-right-radius: 580px;
  width: 100%;
  max-width: 1150px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.lines-wrap-hero-a-copy {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 260px;
  left: 0%;
  right: 0%;
}

.line-one-hero-c {
  background-color: var(--beige);
  width: 100%;
  height: 4px;
  margin-bottom: 24px;
  padding: 0;
}

.line-two-hero-c {
  background-color: var(--beige);
  width: 100%;
  height: 8px;
  margin-bottom: 24px;
  padding: 0;
}

.line-three-hero-c {
  background-color: var(--beige);
  width: 100%;
  height: 16px;
  margin-bottom: 24px;
  padding: 0;
}

.line-four-hero-c {
  background-color: var(--beige);
  width: 100%;
  height: 32px;
  margin-bottom: 24px;
  padding: 0;
}

.item-projects-c {
  flex-direction: column;
}

.list-projects-c {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.top-wrap-projects-c {
  z-index: 30;
  background-color: var(--beige);
  padding-top: 40px;
  padding-bottom: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.project-number-projects-c {
  font-family: Plus Jakarta, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.project-number-projects-c.slash {
  line-height: 25px;
}

.project-number-wrap {
  align-items: flex-start;
  display: flex;
}

.projects-c-h2 {
  margin-top: 4px;
  margin-bottom: 0;
}

.image-project-c {
  cursor: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  margin-top: 32px;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.bottom-wrap-projects-c {
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.project-detail-h3-projects-c {
  margin-top: 0;
  margin-bottom: 0;
}

.cursor-wrap-project-c {
  z-index: 10;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-project-c {
  background-color: rgba(0, 0, 0, .3);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.sticky-master-projects-c {
  flex-direction: column;
  display: flex;
  position: relative;
}

.divder-project-c {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 40px;
}

.partners-columns {
  display: flex;
}

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

.partners-right-column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

.partner-sticky-wrap {
  width: 100%;
  max-width: 545px;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.partner-tile {
  background-color: var(--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.logo-partner {
  object-fit: contain;
  max-width: 210px;
  height: 32px;
  margin-bottom: 80px;
}

.divider-partner {
  background-color: var(--beige);
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.partner-h3 {
  margin-top: 0;
  margin-bottom: 32px;
}

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

.tabs-content, .tab-pane {
  width: 100%;
}

.tab-block {
  color: #fff;
  cursor: none;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 640px;
  padding: 72px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-link {
  background-color: var(--light-elevation);
  text-align: center;
  border-radius: 80px;
  width: 160px;
  min-height: 40px;
  padding: 4px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}

.tab-link.w--current {
  background-color: var(--black);
  color: #ebebeb;
  font-weight: 700;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--light-elevation);
  color: #282943;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  padding: 6px;
  display: flex;
}

.tabs-wrap {
  width: 100%;
  max-width: 1112px;
  margin-left: auto;
  margin-right: auto;
}

.tab-content {
  background-color: var(--light-elevation);
  border-radius: 12px;
  padding: 24px;
}

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

.grid-halves.industry-hero-halves {
  grid-template-columns: 1.1fr 1fr;
}

.grid-halves.contact-section {
  grid-template-columns: 1.2fr 1fr;
  width: 100%;
  max-width: 11120px;
  margin-left: auto;
  margin-right: auto;
}

.tab-image {
  border-radius: 12px;
  width: 100%;
}

.content-wrap-tab-inside {
  width: 100%;
  max-width: 490px;
}

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

.link-resource-c {
  grid-column-gap: 32px;
  background-color: var(--dark-elevation);
  color: var(--beige);
  border-radius: 12px;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.link-resource-c:hover {
  transform: translate(0, -4px);
}

.image-resource-c {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex: none;
  width: 200px;
  height: 200px;
}

.resource-title-h3-resource-c {
  margin-top: 0;
  margin-bottom: 0;
}

.content-wrap-resource-c {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-resource-c {
  margin-bottom: 0;
}

.big-email-link {
  color: var(--black);
  font-size: 90px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: letter-spacing .2s;
}

.big-email-link:hover {
  letter-spacing: 1px;
}

.big-email-link.white-email-link {
  color: var(--beige);
}

.sub-wrap-hero-flext-right {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.video-about-a {
  z-index: 1;
  border-radius: 18px;
  height: 90vh;
  min-height: 600px;
  max-height: 900px;
  overflow: hidden;
}

.white-tile {
  background-color: var(--light-elevation);
  border-radius: 8px;
  padding: 24px;
}

.white-tile.office-about-a, .white-tile.office-about-b {
  grid-row-gap: 32px;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.white-tile.pricing-tile {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.white-tile.contact-tile {
  color: var(--black);
  width: 100%;
  max-width: 470px;
}

.white-tile.template-navigation {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.white-tile.template-details.typography {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.white-tile.form-protected {
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.white-tile.included-tile {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.white-tile.figma-tile {
  grid-column-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.white-tile.more-features-tile {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.offices-wrap-about-a {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 1112px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-office-a {
  border-radius: 8px;
  width: 100%;
}

.bottom-wrap-office-a {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.left-wrap-office-a {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.right-wrap-office-a {
  grid-column-gap: 6px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.circle-link-office {
  background-color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: background-color .2s;
  display: flex;
}

.circle-link-office:hover {
  background-color: rgba(0, 0, 0, .8);
}

.icon-circle-link {
  width: 22px;
  height: 22px;
}

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

.title-wrap-faq-columns {
  max-width: 545px;
}

.expanded-text {
  margin-bottom: 0;
}

.expand-open {
  transform-origin: 50% 0;
}

.service-expandable-left {
  align-items: flex-start;
  display: flex;
}

.expand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 8px;
  display: flex;
}

.expandable-content-wrap {
  width: 100%;
  max-width: 314px;
  height: auto;
}

.expandable-content-wrap.wide-content-expandable {
  max-width: 600px;
}

.expandable-content-flex {
  border-bottom: 1px solid var(--beige);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.expandable-content-flex.first-expandable {
  border-top: 1px solid var(--beige);
}

.expandable-wrap {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.expandable-wrap.faq-wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.expand-line {
  background-color: var(--beige);
  width: 16px;
  height: 2px;
}

.expand-line.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.first-title-wrap-about-b {
  flex-direction: column;
  display: flex;
}

.h1-about-b {
  margin-top: 0;
  margin-bottom: 0;
}

.second-title-wrap-about-b {
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.titles-master-about-b {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.lines-wrap-about-b {
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  max-width: 560px;
  margin-bottom: 16px;
  margin-left: 32px;
  display: flex;
}

.line-one-about-b {
  background-color: var(--black);
  transform-origin: 100%;
  width: 100%;
  height: 2px;
  margin-bottom: 0;
  padding: 0;
}

.line-two-about-b {
  background-color: var(--black);
  transform-origin: 100%;
  width: 100%;
  height: 4px;
  margin-bottom: 0;
  padding: 0;
}

.line-three-about-b {
  background-color: var(--black);
  transform-origin: 100%;
  width: 100%;
  height: 8px;
  margin-bottom: 0;
  padding: 0;
}

.line-four-about-b {
  background-color: var(--black);
  transform-origin: 100%;
  width: 100%;
  height: 16px;
  margin-bottom: 0;
  padding: 0;
}

.third-title-wrap-about-b {
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.pill-about-b {
  background-image: url('../images/Moving-2_1Moving 2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 90px;
  flex: 1;
  max-width: 300px;
  height: 110px;
  margin-bottom: 8px;
  margin-right: 32px;
}

.gallery-wrap-about-b {
  width: 100%;
  max-width: 1112px;
  margin-left: auto;
  margin-right: auto;
}

.column-gallery-b {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.image-gallery-b {
  border-radius: 24px;
}

.image-gallery-b.image-left-gallery-b {
  transform-origin: 0 100%;
}

.image-gallery-b.image-right-gallery-b {
  transform-origin: 100% 100%;
}

.image-lines-gallery-b {
  width: 100%;
}

.image-office-b {
  border-radius: 12px;
  width: 100%;
}

.bottom-wrap-office-b {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.office-details-wrap-about-b {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.office-links-wrap-about-b {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.video-about-c {
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 580px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-play-about-c {
  width: 80%;
  max-width: 13120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.lightbox-hero-about-c {
  z-index: 20;
  transition: transform .2s;
  position: absolute;
  top: -80px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.lightbox-hero-about-c:hover {
  transform: scale(1.04);
}

.play-image-video-about-c {
  width: 160px;
  height: 160px;
}

.limit-1230 {
  width: 100%;
  max-width: 1230px;
}

.slider-testimonials {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.slide-testimonials-slider {
  height: auto;
}

.slide-nav-hidden {
  display: none;
}

.tile-dark {
  background-color: var(--dark-elevation);
  color: var(--beige);
  border-radius: 12px;
  padding: 24px;
}

.tile-dark.testimonial-tile-slider {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tile-dark.sales-page-tile {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.tile-dark.sales-page-tile:hover {
  transform: scale(1.02);
}

.top-wrap-testimonial-slider {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-testimonial-slider {
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

.person-wrap-testimonial-slider {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.stars-testimonial-slider {
  height: 20px;
}

.name-testimonial-slider {
  opacity: .8;
  margin-bottom: 0;
  font-size: 16px;
}

.logo-testimonial-slider {
  object-fit: contain;
  object-position: 0% 50%;
  max-width: 190px;
  height: 29px;
}

.testimonial-testimonials-slider {
  margin-bottom: 0;
}

.arrrow-testimonials-slider {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  top: -84px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.arrrow-testimonials-slider.left-arrow {
  right: 48px;
}

.image-arrow-testimonials-slider {
  width: 32px;
  height: 32px;
}

.heading-2-testimonials-slider {
  margin-bottom: 0;
}

.bottom-flex-testimonials {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.limit-580 {
  width: 100%;
  max-width: 580px;
}

.dark-tile-people {
  background-color: var(--dark-elevation);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  display: flex;
}

.white-tile-process {
  background-color: var(--light-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.limit-860 {
  max-width: 860px;
}

.dark-divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.dark-divider.process-divider {
  margin-top: 32px;
  margin-bottom: 48px;
}

.left-wrap-industry-hero {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 670px;
  display: flex;
}

.heading-1-half-margin {
  margin-bottom: 20px;
}

.marquee-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-image-wrap {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

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

.marquee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.marquee.reverse {
  justify-content: flex-end;
}

.marquee-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-overlay {
  z-index: 9;
  background-image: linear-gradient(to bottom, var(--beige), rgba(250, 235, 227, 0));
  height: 220px;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.marquee-overlay.bottom {
  background-image: linear-gradient(to top, var(--beige), rgba(250, 235, 227, 0));
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
}

.marquee-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.dark-tile-industry {
  border-top: 1px solid var(--beige);
  padding-top: 4px;
}

.text-product-name {
  font-family: Plus Jakarta, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
}

.divider-pricing-tile {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.product-description-pricing-tile {
  margin-bottom: 0;
}

.heading-1-product-title {
  margin-top: 0;
}

.limit-420 {
  width: 100%;
  max-width: 420px;
}

.limit-230 {
  width: 100%;
  max-width: 230px;
}

.limit-1080 {
  width: 100%;
  max-width: 1080px;
}

.master-wrap-resources-grid {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.big-image-post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 1600px;
  height: 90vh;
  min-height: 600px;
  max-height: 900px;
  margin-left: auto;
  margin-right: auto;
}

.content-column {
  padding: 0;
}

.right-side-contact-link {
  grid-row-gap: 2px;
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.socials-grid {
  grid-column-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
}

.link-contact {
  grid-column-gap: 16px;
  color: var(--beige);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

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

.field-label {
  color: rgba(0, 0, 0, .7);
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
}

.left-wrap-contact-section {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
}

.divider-contact {
  background-color: rgba(250, 235, 227, .3);
  width: 100%;
  height: 1px;
}

.circle-link-contact {
  background-color: var(--beige);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.icon-contact-section {
  width: 24px;
  height: 24px;
}

.wrap-contact-links {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-social {
  background-color: rgba(250, 235, 227, 0);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: background-color .2s;
  display: flex;
}

.link-social:hover {
  background-color: rgba(250, 235, 227, .2);
}

.text-contact-heading-option {
  font-size: 26px;
  font-weight: 500;
  line-height: 140%;
}

.icon-social {
  width: 32px;
  height: 32px;
}

.heading-1-contact {
  margin-bottom: 0;
}

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

.deafult-state-add-to-cart {
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.link-remove {
  color: var(--black);
  text-decoration: underline;
}

.heading-1-project {
  margin-bottom: 12px;
}

.image-project-main {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  height: 90vh;
  min-height: 600px;
  max-height: 900px;
}

.wrap-project-details {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.left-side-project-details {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

.right-side-project-details {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.heading-project-details {
  font-family: Plus Jakarta, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
}

.image-project-gallery {
  width: 100%;
}

.content-column-project {
  padding: 0;
}

.list-gallery {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.title-wrap-template {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-template {
  width: 40px;
}

.right-column-template-details {
  grid-row-gap: 32px;
  flex-direction: column;
  padding: 0 0 0 24px;
  display: flex;
}

.template-h2 {
  margin-top: 0;
}

.underline-link {
  text-decoration: underline;
}

.link-template-navigation {
  color: rgba(19, 19, 19, .7);
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.link-template-navigation.w--current {
  color: #131313;
  font-weight: 500;
}

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

.columns-template-details {
  display: flex;
}

.left-column-template-details {
  padding: 0;
}

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

.videos-grid-template {
  grid-template-rows: auto;
}

.video-template {
  z-index: 1;
  width: 100%;
  max-height: 300px;
}

.divider-typography {
  background-color: rgba(0, 0, 0, .2);
  width: 100%;
  height: 1px;
}

.grid-colors {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.color-master {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.color {
  background-color: var(--beige);
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  padding-top: 100%;
}

.color.color-two {
  background-color: var(--light-elevation);
}

.color.color-three {
  background-color: var(--black);
}

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

.wrap-button {
  grid-row-gap: 12px;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.grid-tiles {
  grid-template-rows: auto;
}

.wrap-tile {
  grid-row-gap: 12px;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 8px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.video-space-home-b {
  height: 56px;
}

.space-contact-a {
  height: 80px;
}

.space-hero-c {
  height: 100px;
}

.space-contact-b {
  height: 56px;
}

.limit-about-a {
  width: 100%;
  max-width: 460px;
}

.space-office-section {
  height: 64px;
}

.space-hero-about-c {
  height: 80px;
}

.text-contact-detail {
  margin: 0;
}

.checkout-form {
  background-color: var(--beige);
  padding-top: 64px;
  padding-bottom: 64px;
}

.block-content {
  background-color: var(--light-elevation);
  border: 1px solid #bdbdbd;
  border-top: 1px #000;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.block {
  background-color: var(--light-elevation);
  border-radius: 12px;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.checkbox-label {
  margin-bottom: 0;
}

.brand-wrap-checkout {
  background-color: var(--light-elevation);
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  display: flex;
}

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

.image-lock {
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.limit-404 {
  width: 100%;
  max-width: 460px;
}

.video-overlay-about-c {
  background-color: var(--beige);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale3d(1, 0, 1);
}

.sub-wrap-project-intro {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.divider-project-info {
  background-color: rgba(0, 0, 0, .2);
  width: 1px;
  height: 12px;
  margin-top: 2px;
}

.cta-wrap-hero-template {
  grid-column-gap: 12px;
  flex-direction: row;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.sales-mock-image {
  border-radius: 12px;
  width: 100%;
  margin-bottom: 0;
}

.sales-mock-link-block {
  width: 100%;
  margin-bottom: 24px;
  transition: transform .5s;
}

.sales-mock-link-block:hover {
  transform: scale(1.03);
}

.limit-template-hero {
  width: 100%;
  max-width: 550px;
}

.included-padding-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.image-figma {
  width: 100px;
  height: 100px;
}

.image-sales-page {
  border-radius: 12px;
  width: 100%;
}

.heading-3-sales-page {
  margin-top: 0;
  margin-bottom: 0;
}

.divider-sales-pages {
  background-color: rgba(250, 235, 227, .3);
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 32px;
}

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

.recent-articles-space, .recent-work-space {
  height: 40px;
}

.grid-utility-pages {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.button {
  cursor: pointer;
  background-color: #bb1717;
  border-radius: 28px;
  padding: 40px 20px;
  position: relative;
}

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

  h2 {
    font-size: 52px;
  }

  h3 {
    font-size: 24px;
  }

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

  .section.black-rounded {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .section.black-rounded.resources-c {
    padding-bottom: 140px;
  }

  .section.white-rounded {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .section.hero-home-c {
    padding-top: 80px;
  }

  .section.hero-work-white, .section.hero-industry {
    padding-top: 40px;
  }

  .section.contact-section {
    padding-bottom: 140px;
  }

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

  .section.sales-gallery {
    height: 80vh;
    min-height: 400px;
    max-height: 600px;
  }

  .space-40.hero-space-home-a {
    height: 8px;
  }

  .sub-wrap-hero-a {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .subtitle {
    font-size: 26px;
  }

  .subtitle.based-home-a {
    font-size: 20px;
    font-weight: 500;
  }

  .limit-460 {
    order: -1;
  }

  .project-image-version-a {
    height: 80vh;
    max-height: 520px;
  }

  .project-name-version-a {
    font-size: 40px;
  }

  .big-text {
    font-size: 32px;
    line-height: 140%;
  }

  .cursor-wrap-project-a {
    display: none;
  }

  .grid-thirds {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-thirds.people-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-thirds.pricing-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-thirds.industries-grid, .grid-thirds.numbers-grid, .grid-thirds.contact-thirds {
    grid-template-columns: 1fr;
  }

  .grid-thirds.sales-mockups {
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-tabs-wrap {
    padding: 32px;
  }

  .tabs-menu-testimonials {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .tab-link-image-testimonials {
    height: 30px;
  }

  .tab-content-wrap-testimonials {
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-image {
    max-width: none;
  }

  .testimonial-tab-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .connection-master {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .connection-logo {
    height: 70px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .resources-grid-grid-thirds {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer-white {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .footer-flex {
    grid-row-gap: 64px;
    flex-direction: column;
    align-items: center;
  }

  .footer-left {
    text-align: center;
    align-items: center;
  }

  .footer-right {
    width: 100%;
  }

  .dropdown-toggle-navbar {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-toggle-navbar.w--open {
    font-weight: 500;
  }

  .dropdown-link.dark-dropdown-link {
    color: var(--beige);
  }

  .hamburger-icon-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .hamburger-line {
    background-color: #fff;
    border-radius: 2px;
    flex: none;
    width: 20px;
    height: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0;
  }

  .hamburger-line.second-line.dark-line, .hamburger-line.first-line.dark-line {
    background-color: var(--black);
  }

  .mega-menu-links-heading {
    margin-bottom: 8px;
  }

  .divider-navbar {
    display: none;
  }

  .dropdown-navbar {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
  }

  .dropdown-list-navbar.w--open {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding: 0;
    position: static;
  }

  .dropdown-list-navbar.mega-menu.w--open {
    border-color: rgba(250, 235, 227, .05);
    width: 100%;
  }

  .dropdown-list-navbar.white-list-navbar.w--open {
    border-color: rgba(250, 235, 227, .05);
  }

  .mega-m {
    grid-row-gap: 8px;
  }

  .only-buttons-wrap-navbar {
    display: flex;
  }

  .dropdown-item-text-navbar.dark-item-text-navbar {
    color: var(--beige);
  }

  .link-navbar {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .link-navbar.cart-link {
    font-size: 14px;
  }

  .nav-menu-general {
    background-color: #fff;
    border-radius: 6px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 8px;
    position: absolute;
  }

  .nav-menu-general.full-width-navigation {
    background-color: rgba(250, 235, 227, 0);
    border-radius: 12px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .navbar-right-wrap {
    display: flex;
  }

  .brand-navbar {
    padding-left: 0;
  }

  .mega-menu-grid-wrap {
    width: 100%;
  }

  .mega-menu-grid-wrap.dark-menu-grid-wrap {
    color: var(--beige);
  }

  .menu-button {
    background-color: var(--black);
    border-radius: 8px;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    margin: 4px;
    padding: 2px;
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

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

  .nav-menu-links-list {
    grid-row-gap: 16px;
    background-color: var(--beige);
    border-radius: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 90vh;
    padding: 17px;
    overflow: scroll;
    box-shadow: 1px 1px 20px rgba(102, 102, 102, .1);
  }

  .nav-menu-links-list.dark-menu-list {
    background-color: var(--dark-elevation);
  }

  .dropdown-list-link-navbar {
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .dropdown-list-link-navbar.strokes-link {
    border-left: 1px solid rgba(0, 0, 0, .05);
    border-right: 1px solid rgba(0, 0, 0, .05);
    padding-right: 0;
  }

  .dropdown-list-link-navbar.list-link-dark-navbar {
    color: var(--beige);
  }

  .dropdown-list-link-navbar.list-link-dark-navbar.strokes-link {
    border-left-color: rgba(250, 235, 227, .05);
    border-right-color: rgba(250, 235, 227, .05);
  }

  .dropdown-grid {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    padding-bottom: 64px;
  }

  .mega-menu-list-link-navbar {
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 18px;
  }

  .moving-images-inside-hero-b {
    width: 180vw;
  }

  .industry-top-grid {
    grid-template-columns: 1fr 1fr 100px;
  }

  .industry-bottom-grid {
    grid-template-columns: 1fr 1fr;
  }

  .industry-image-home-b.image-three {
    display: none;
  }

  .grid-halves-projects-b {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .link-block-projects-b {
    cursor: pointer;
  }

  .image-projects-b {
    padding-top: 56%;
  }

  .cursor-wrap-project-b {
    display: none;
  }

  .background-video-home-b {
    height: 60vh;
    max-height: 440px;
  }

  .process-columns {
    flex-direction: column;
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .process-left-column {
    margin-bottom: 64px;
  }

  .image-wrap-hero-c {
    border-width: 24px;
  }

  .line-one-hero-c, .line-two-hero-c, .line-three-hero-c, .line-four-hero-c {
    margin-bottom: 16px;
  }

  .top-wrap-projects-c {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .projects-c-h2 {
    font-size: 40px;
  }

  .cursor-wrap-project-c {
    display: none;
  }

  .divder-project-c {
    margin-top: 32px;
  }

  .partners-columns {
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .partner-left-column {
    margin-bottom: 64px;
  }

  .tab-block {
    min-height: 540px;
  }

  .grid-halves.offices-about-b {
    grid-template-columns: 1fr;
  }

  .grid-halves.industry-hero-halves {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-halves.contact-section, .list-resources-c {
    grid-template-columns: 1fr;
  }

  .big-email-link {
    font-size: 7vw;
  }

  .video-about-a {
    height: auto;
    min-height: 0;
    max-height: none;
    padding-top: 64%;
  }

  .columns-faq {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .title-wrap-faq-columns {
    max-width: none;
    margin-bottom: 32px;
  }

  .expandable-content-wrap.wide-content-expandable {
    max-width: 400px;
  }

  .h1-about-b {
    font-size: 60px;
  }

  .second-title-wrap-about-b {
    align-items: center;
  }

  .lines-wrap-about-b {
    margin-bottom: 0;
    margin-left: 16px;
  }

  .line-one-about-b {
    height: 1px;
  }

  .line-two-about-b {
    height: 2px;
  }

  .line-three-about-b {
    height: 4px;
  }

  .line-four-about-b {
    height: 8px;
  }

  .third-title-wrap-about-b {
    align-items: center;
  }

  .pill-about-b {
    max-width: none;
    height: 80px;
    margin-bottom: 0;
    margin-right: 24px;
  }

  .video-about-c {
    height: auto;
    padding-top: 56%;
  }

  .lightbox-hero-about-c {
    top: -52px;
  }

  .play-image-video-about-c {
    width: 100px;
    height: 100px;
  }

  .tile-dark.sales-page-tile {
    padding: 16px;
  }

  .left-wrap-industry-hero {
    max-width: none;
  }

  .marquee-image-wrap {
    height: 320px;
  }

  .marquee-wrap {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .marquee-overlay {
    height: 140px;
  }

  .big-image-post {
    height: auto;
    min-height: 0;
    max-height: none;
    padding-top: 72%;
  }

  .columns-post {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .right-side-contact-link {
    text-align: left;
  }

  .left-wrap-contact-section {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 24px;
  }

  .image-project-main {
    height: auto;
    min-height: 0;
    max-height: none;
    padding-top: 72%;
  }

  .wrap-project-details {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .list-gallery {
    grid-row-gap: 24px;
  }

  .right-column-template-details {
    padding: 0;
  }

  .columns-template-details {
    flex-direction: column;
  }

  .left-column-template-details {
    display: none;
  }

  .title-wrap-tabs-testimonial {
    text-align: center;
  }

  .master-wrap-process-columns {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .master-wrap-partners-columns, .master-wrap-faq-columns {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .limit-about-a {
    order: -1;
  }

  .space-hero-about-c {
    height: 48px;
  }

  .title-wrap-people {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .master-wrap-post-columns {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .columns-project-rich-text {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .master-wrap-project-rich-text {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .utility-page-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .limit-404 {
    order: -1;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .limit-template-hero {
    order: -1;
  }

  .grid-utility-pages {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
}

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

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 24px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .section.about-hero-a {
    text-align: center;
  }

  .section.hero-work-white {
    padding-bottom: 16px;
  }

  .section.hero-post {
    padding-bottom: 24px;
  }

  .section.project-home-c {
    padding-top: 16px;
  }

  .section.sales-gallery {
    height: 400px;
    min-height: 0;
    max-height: none;
  }

  .section.template-hero {
    text-align: center;
  }

  .big-logo-hero-a {
    margin-bottom: 24px;
  }

  .line-one-version-a, .line-two-version-a, .line-three-version-a, .line-four-version-a {
    margin-bottom: 16px;
  }

  .subtitle {
    font-size: 22px;
  }

  .heading-with-link-flex {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .project-image-version-a {
    max-height: 420px;
  }

  .project-name-version-a {
    font-size: 32px;
  }

  .big-text {
    font-size: 26px;
  }

  .grid-thirds.testimonials-slider, .grid-thirds.included-grid, .grid-thirds.sales-pages, .grid-thirds.more-features-grid {
    grid-template-columns: 1fr;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .connection-text {
    font-size: 18px;
  }

  .connection-master {
    width: 90%;
    max-width: none;
  }

  .connection-logo {
    height: 70px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .resources-grid-grid-thirds {
    grid-template-columns: 1fr;
  }

  .footer-right {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .links-wrap-footer-a {
    text-align: center;
    align-items: center;
  }

  .footer-links-header {
    font-weight: 500;
  }

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

  .footer-bottom-flex {
    justify-content: center;
  }

  .navbar-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-list-navbar.w--open {
    padding-left: 0;
    padding-right: 0;
  }

  .only-buttons-wrap-navbar {
    display: none;
  }

  .moving-images-inside-hero-b {
    width: 1280px;
  }

  .grid-halves-projects-b {
    grid-template-columns: 1fr;
  }

  .background-video-home-b {
    height: auto;
    max-height: none;
    padding-top: 64%;
  }

  .play-link-video-home-b {
    width: 100px;
    height: 100px;
    top: -50px;
    right: 50px;
  }

  .background-video-wrap-home-b {
    margin-top: 40px;
  }

  .number {
    font-size: 64px;
  }

  .resources-grid-version-b {
    grid-template-columns: 1fr;
  }

  .item-first-resource-version-b {
    min-height: 400px;
  }

  .image-wrap-hero-c {
    border-width: 16px;
  }

  .lines-wrap-hero-a-copy {
    bottom: 166px;
  }

  .line-one-hero-c {
    height: 3px;
  }

  .line-two-hero-c {
    height: 6px;
  }

  .line-three-hero-c {
    height: 12px;
  }

  .line-four-hero-c {
    height: 24px;
  }

  .divder-project-c {
    margin-top: 24px;
  }

  .grid-halves.tab-halves {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .white-tile.office-about-a {
    padding: 24px;
  }

  .white-tile.figma-tile {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .bottom-wrap-office-a {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .service-expandable-left {
    flex-direction: column;
  }

  .h1-about-b {
    font-size: 52px;
  }

  .arrrow-testimonials-slider {
    top: auto;
    bottom: -64px;
    left: auto;
    right: 0;
  }

  .bottom-flex-testimonials {
    margin-top: 64px;
  }

  .left-wrap-contact-section {
    width: 100%;
    max-width: none;
    margin-bottom: 32px;
  }

  .list-gallery {
    grid-row-gap: 16px;
  }

  .right-column-template-details {
    padding: 0;
  }

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

  .columns-template-details {
    flex-direction: column;
  }

  .left-column-template-details {
    display: none;
  }

  .space-hero-c {
    height: 40px;
  }

  .limit-about-a {
    max-width: none;
  }

  .checkout-form {
    padding-left: 0;
    padding-right: 0;
  }

  .limit-404 {
    flex-direction: column;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .sub-wrap-project-intro {
    flex-wrap: wrap;
  }

  .cta-wrap-hero-template {
    justify-content: center;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .limit-template-hero {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 12vw;
    line-height: 120%;
  }

  h2 {
    font-size: 34px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.black-rounded, .section.white-rounded {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }

  .section.hero-b {
    padding-top: 64px;
  }

  .section.hero-home-c {
    padding-bottom: 130px;
  }

  .section.about-hero-a {
    padding-bottom: 24px;
  }

  .section.hero-about-b {
    padding-top: 80px;
  }

  .section.hero-about-c {
    padding-bottom: 64px;
  }

  .section.hero-work-black {
    padding-top: 40px;
    padding-bottom: 16px;
  }

  .section.hero-work-white, .section.hero-blog {
    padding-bottom: 16px;
  }

  .section.blog-overview {
    padding-top: 16px;
  }

  .section.gallery-project {
    padding-bottom: 24px;
  }

  .section.template-hero {
    padding-top: 60px;
    padding-bottom: 48px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .subtitle {
    font-size: 19px;
  }

  .subtitle.based-home-a {
    font-size: 18px;
  }

  .subtitle.project-info.company {
    font-size: 14px;
    font-weight: 500;
  }

  .line-link-block {
    font-size: 20px;
  }

  .project-name-version-a {
    font-size: 28px;
  }

  .space-120.after-projects-home-a {
    height: 64px;
  }

  .big-text {
    font-size: 22px;
    line-height: 140%;
  }

  .grid-thirds {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-thirds.testimonials-slider, .grid-thirds.industries-grid {
    grid-row-gap: 24px;
  }

  .grid-thirds.numbers-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-thirds.contact-thirds {
    grid-row-gap: 0px;
  }

  .grid-thirds.sales-mockups {
    grid-template-columns: 1fr;
  }

  .grid-thirds.included-grid {
    grid-row-gap: 24px;
  }

  .grid-thirds.sales-pages {
    grid-row-gap: 16px;
  }

  .video-abstract-home-a {
    z-index: 1;
  }

  .testimonials-tabs-wrap {
    padding: 20px;
  }

  .tab-link-image-testimonials {
    height: 24px;
  }

  .testimonial-stars {
    height: 20px;
  }

  .connection-text {
    top: -32px;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .connection-text.second-text {
    top: 32px;
  }

  .connection-line {
    width: 1px;
    height: 80px;
  }

  .connection-master {
    flex-direction: column;
  }

  .connection-circle.right-circle {
    margin-left: 0;
  }

  .connection-circle.left-circle {
    margin-right: 0;
  }

  .connection-line-master {
    flex-direction: column;
  }

  .connection-logo {
    height: 70px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .footer-white {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    padding-top: 100px;
  }

  .dropdown-toggle-navbar {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 120%;
  }

  .navbar-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .dropdown-list-navbar.w--open {
    flex-flow: column wrap;
    align-items: stretch;
    padding-left: 0;
  }

  .dropdown-list-navbar.mega-menu.w--open {
    padding: 16px;
  }

  .link-navbar {
    font-size: 20px;
  }

  .brand-navbar {
    padding-left: 0;
  }

  .menu-button {
    width: 40px;
    height: 40px;
  }

  .nav-menu-links-list {
    padding: 14px;
  }

  .dropdown-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .lines-wrap-hero-b {
    max-width: 160px;
  }

  .moving-images-inside-hero-b {
    width: 1070px;
  }

  .industry-top-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .industry-bottom-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .industry-image-home-b.image-three {
    display: block;
  }

  .industry-space-home-b {
    height: 24px;
  }

  .image-projects-b {
    padding-top: 100%;
  }

  .name-wrap-projects-b {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .background-video-home-b {
    padding-top: 120%;
  }

  .play-link-video-home-b {
    width: 80px;
    height: 80px;
    margin: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .number-tile {
    padding: 24px;
  }

  .number {
    margin-bottom: 16px;
    font-size: 44px;
  }

  .process-left-column {
    margin-bottom: 32px;
  }

  .dark-tile-process {
    padding: 24px;
  }

  .process-number {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .testimonial-wrap-small {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-image-small {
    width: 140px;
    height: 140px;
  }

  .resource-tile-second-post-version-b {
    padding: 24px;
  }

  .content-wrap-first-resource-version-b {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 24px 24px;
  }

  .contact-tile {
    border-bottom-style: none;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .contact-h3 {
    font-size: 5.4vw;
  }

  .image-wrap-hero-c {
    border-style: solid;
    border-width: 4px;
  }

  .line-one-hero-c, .line-two-hero-c, .line-three-hero-c, .line-four-hero-c {
    margin-bottom: 8px;
  }

  .top-wrap-projects-c {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .project-number-projects-c {
    font-size: 24px;
  }

  .project-number-projects-c.slash {
    line-height: 28px;
  }

  .projects-c-h2 {
    font-size: 30px;
  }

  .image-project-c {
    padding-top: 140%;
  }

  .project-detail-h3-projects-c {
    font-size: 20px;
  }

  .partner-tile {
    padding: 28px 24px 24px;
  }

  .logo-partner {
    height: 32px;
  }

  .partner-h3 {
    font-size: 20px;
  }

  .tab-block {
    padding: 24px;
  }

  .tab-link {
    justify-content: center;
    align-items: center;
    width: 27vw;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 4.4vw;
    display: flex;
  }

  .tabs-menu {
    width: 100%;
    margin-bottom: 24px;
  }

  .grid-halves.gallery-about-b {
    grid-template-columns: 1fr;
  }

  .list-resources-c {
    grid-row-gap: 24px;
  }

  .link-resource-c {
    grid-row-gap: 24px;
    flex-direction: column;
    padding: 18px;
  }

  .image-resource-c {
    width: 100%;
  }

  .white-tile.office-about-b {
    padding: 20px;
  }

  .expanded-text {
    font-size: 16px;
    line-height: 24px;
  }

  .service-expandable-left {
    flex-direction: column;
    flex: 1;
    margin-right: 16px;
  }

  .expand-icon-wrap {
    flex: none;
  }

  .expandable-content-wrap {
    flex: 0 auto;
    max-width: none;
  }

  .expand-line {
    flex: none;
  }

  .expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .h1-about-b {
    font-size: 13vw;
  }

  .second-title-wrap-about-b {
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .titles-master-about-b {
    grid-row-gap: 0px;
  }

  .lines-wrap-about-b {
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 4vw;
    margin-left: 0;
    display: none;
  }

  .third-title-wrap-about-b {
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pill-about-b {
    flex: none;
    order: -1;
    width: 100%;
    margin-top: 6vw;
    margin-bottom: 6vw;
    margin-right: 0;
  }

  .video-about-c {
    height: 320px;
    overflow: hidden;
  }

  .marquee-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .marquee-overlay {
    top: -1px;
  }

  .marquee-overlay.bottom {
    bottom: -1px;
  }

  .marquee-column {
    width: 48%;
  }

  .marquee-column.column-one, .marquee-column.column-two {
    flex: none;
  }

  .socials-grid {
    flex-wrap: wrap;
    display: flex;
  }

  .wrap-contact-links {
    width: 100%;
  }

  .heading-project-details {
    font-size: 22px;
  }

  .list-gallery {
    grid-row-gap: 12px;
  }

  .icons-grid-template, .grid-template-images {
    grid-template-columns: 1fr 1fr;
  }

  .videos-grid-template, .grid-colors, .grid-buttons {
    grid-template-columns: 1fr;
  }

  .wrap-button {
    padding: 16px;
  }

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

  .wrap-tile {
    padding: 16px;
  }

  .video-space-home-b, .space-contact-a {
    height: 24px;
  }

  .space-hero-c {
    height: 80px;
  }

  .space-contact-b, .space-office-section {
    height: 24px;
  }

  .text-contact-detail {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrap-order-item-name {
    margin-left: 0;
  }

  .sub-wrap-project-intro {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .divider-project-info {
    width: 32px;
    height: 1px;
    margin-top: 6px;
  }

  .cta-wrap-hero-template {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .sales-mockups-column.second-column {
    display: none;
  }

  .recent-articles-space, .recent-work-space {
    height: 4px;
  }

  .grid-utility-pages {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }
}

#w-node-c7886083-41af-0d0f-e5d0-f10ff91e44e0-df551186, #w-node-c7886083-41af-0d0f-e5d0-f10ff91e44e7-df551186, #w-node-c7886083-41af-0d0f-e5d0-f10ff91e44ee-df551186, #w-node-a451eaf3-cf62-26e0-c51c-322b129350b9-df551186, #w-node-_15df912e-59de-e115-9994-a3d615ea5bc8-df551186, #w-node-_778dccdb-9cc7-ed4f-1ab4-b239b3a781ad-df551186 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c1ae72f-a80c-06f2-2ab6-f10030f5a892-df551186 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_08d7e407-34b1-4324-ea6b-ccd2d88b17bb-df551186, #w-node-_30cdaca7-6f58-18a5-acf7-4b8e983e48be-df551186, #w-node-dc543b2f-45ae-3d88-c3b7-b5595d44f7a5-df551186, #w-node-e9285a76-eeb9-4359-5082-52e38b01077d-df551186, #w-node-_74b58590-7c67-afd4-b5f6-eb48de9ddb32-df551186, #w-node-f6adcbbe-8da8-dc96-cf32-03b64ebc1a52-df551186, #w-node-_02a73b91-5ef9-15d1-7f48-90405e1bf18f-df551186, #w-node-_4b5a81b9-13d6-a2a8-c649-6a556cab7d44-df551186, #w-node-a332377e-f862-381a-d33a-8cfea29bea57-df551186 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f038689b-16eb-1263-ab46-40e6f5aeeb7d-f5aeeb71, #w-node-f038689b-16eb-1263-ab46-40e6f5aeeb86-f5aeeb71, #w-node-f038689b-16eb-1263-ab46-40e6f5aeeb8f-f5aeeb71, #w-node-f038689b-16eb-1263-ab46-40e6f5aeeb98-f5aeeb71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b8ecb637-b144-b64f-8f58-7e1347b222a9-47b222a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8ecb637-b144-b64f-8f58-7e1347b222aa-47b222a7 {
  align-self: center;
  justify-self: start;
}

#w-node-b8ecb637-b144-b64f-8f58-7e1347b222d8-47b222a7, #w-node-b8ecb637-b144-b64f-8f58-7e1347b222e4-47b222a7, #w-node-b8ecb637-b144-b64f-8f58-7e1347b222f0-47b222a7, #w-node-b8ecb637-b144-b64f-8f58-7e1347b222fc-47b222a7, #w-node-b8ecb637-b144-b64f-8f58-7e1347b2230f-47b222a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_9e060f14-5cd8-e932-2384-6bdf04b0e960-df55118a, #w-node-_9e060f14-5cd8-e932-2384-6bdf04b0e965-df55118a, #w-node-_9e060f14-5cd8-e932-2384-6bdf04b0e96a-df55118a, #w-node-feffcf01-6ac0-ff67-63bc-2295d2f388e4-d2f388dc, #w-node-feffcf01-6ac0-ff67-63bc-2295d2f388e7-d2f388dc, #w-node-feffcf01-6ac0-ff67-63bc-2295d2f388ea-d2f388dc, #w-node-a8c03c26-7d1b-275a-b503-553634f843cc-df55118b, #w-node-_2da7221e-92cd-0319-6fd9-e7b24893694a-df55118b, #w-node-be533095-2f6e-3fff-29c5-5f6f236da7fb-df55118b, #w-node-_960801b8-4739-a9b1-2a72-e944f91fe236-df55118b, #w-node-_131bb034-cd8b-519b-bb5b-a14f1783a8c8-1783a8be, #w-node-_131bb034-cd8b-519b-bb5b-a14f1783a8cb-1783a8be, #w-node-_131bb034-cd8b-519b-bb5b-a14f1783a8ce-1783a8be, #w-node-_8e10fa7b-8134-aaa3-a786-cef32277ad91-df55118c, #w-node-a1c3bd33-20cb-fd6d-9e5e-964d24760d2e-df55118c, #w-node-_2d48f28f-5e2a-6640-f468-6f77fe8ec217-df55118c, #w-node-b2409abb-52d3-b374-c0e8-5ce5f294b4d4-df55118c, #w-node-b2409abb-52d3-b374-c0e8-5ce5f294b4ca-df55118c, #w-node-b2409abb-52d3-b374-c0e8-5ce5f294b4de-df55118c, #w-node-a85de9fd-ff0b-cf11-eed6-eec2b2dc5aab-df55118c, #w-node-a85de9fd-ff0b-cf11-eed6-eec2b2dc5ab1-df55118c, #w-node-a85de9fd-ff0b-cf11-eed6-eec2b2dc5ab7-df55118c, #w-node-d377b16c-b0d5-e2cb-96c1-3b39e1906858-df55118c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d377b16c-b0d5-e2cb-96c1-3b39e1906859-df55118c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-d377b16c-b0d5-e2cb-96c1-3b39e1906867-df55118c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d377b16c-b0d5-e2cb-96c1-3b39e1906868-df55118c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-d377b16c-b0d5-e2cb-96c1-3b39e1906876-df55118c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d377b16c-b0d5-e2cb-96c1-3b39e1906877-df55118c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-d531fb8e-2378-ff95-560f-2284f4ee0dc6-df55118d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d531fb8e-2378-ff95-560f-2284f4ee0dd0-df55118d, #w-node-_87034c28-57fb-ddb1-eedb-cecea9c4a359-a9c4a34f, #w-node-_87034c28-57fb-ddb1-eedb-cecea9c4a35c-a9c4a34f, #w-node-_87034c28-57fb-ddb1-eedb-cecea9c4a35f-a9c4a34f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e27007c-1ef4-8bed-d36f-74899ef7564d-df551190 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6e27007c-1ef4-8bed-d36f-74899ef75677-df551190 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-cc33300e-33dc-d199-959c-518026de1558-df551190, #w-node-cc33300e-33dc-d199-959c-518026de1567-df551190, #w-node-c27262bf-ab1c-d303-aab4-dd1930fa5d3d-df551197, #w-node-a128cd6a-e84d-f67d-1bec-7ac170f2487b-df551197, #w-node-_3dec10aa-3f8e-c606-c7fa-cc1a3725f255-df551197, #w-node-e7ec87c7-de96-e8ca-8d19-e018f90fc1e5-df551197, #w-node-_3839cd55-8f45-dd63-53b3-34cc7db383c8-df551197, #w-node-e90d0860-c8f4-d071-1f76-8d0d581b625b-df551197 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e4239ab-e5b8-f448-b2bc-4347068ed547-df551198, #w-node-_530a1547-54e2-6701-2cef-cb9e41d2391a-df551198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7ac4901e-54d9-d3b9-06f2-9488738af8ff-df551198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_59419b69-62fb-1e67-b06c-f344e2ea4181-df551198, #w-node-_098c5a4a-0fe7-634b-04a2-a34fc9b803ba-df551198, #w-node-bcd4d82a-ddf9-8646-d003-80396da9d673-df551198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_752cff3d-b918-b41e-8077-6bd039fd5bd4-df551198, #w-node-_752cff3d-b918-b41e-8077-6bd039fd5bd6-df551198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_752cff3d-b918-b41e-8077-6bd039fd5bd8-df551198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_752cff3d-b918-b41e-8077-6bd039fd5bdb-df551198, #w-node-_752cff3d-b918-b41e-8077-6bd039fd5bdc-df551198, #w-node-_752cff3d-b918-b41e-8077-6bd039fd5bdd-df551198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9e9929d-0f35-461d-7c35-a980541920de-df551198, #w-node-e9e9929d-0f35-461d-7c35-a980541920e0-df551198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e9e9929d-0f35-461d-7c35-a980541920e2-df551198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-e9e9929d-0f35-461d-7c35-a980541920e5-df551198, #w-node-e9e9929d-0f35-461d-7c35-a980541920e6-df551198, #w-node-e9e9929d-0f35-461d-7c35-a980541920e7-df551198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96fd747e-9fdc-9227-9b9f-736cd339c9ca-df551198, #w-node-_96fd747e-9fdc-9227-9b9f-736cd339c9cc-df551198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_96fd747e-9fdc-9227-9b9f-736cd339c9ce-df551198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_96fd747e-9fdc-9227-9b9f-736cd339c9d1-df551198, #w-node-_96fd747e-9fdc-9227-9b9f-736cd339c9d2-df551198, #w-node-_96fd747e-9fdc-9227-9b9f-736cd339c9d3-df551198, #w-node-_6afd9557-500c-837b-1fd8-b7bfe6c7f7c6-df551198, #w-node-aa748b2d-3eb2-cf88-662d-70f9bcc66554-df551198, #w-node-df7ceb24-527b-6264-4ada-8fc59b76b4a4-df551198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06fd231b-76fa-7d35-5a36-9d4a3427c48a-3427c47e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_06fd231b-76fa-7d35-5a36-9d4a3427c494-3427c47e, #w-node-_18f1e32c-bf35-57e5-2d17-78200d958cd2-df551199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48f5efc9-09c7-199f-d647-7b81207598a1-df551199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-dc6b3fb6-056b-3a9c-399b-70ba1a5635c1-df551199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc6b3fb6-056b-3a9c-399b-70ba1a5635c2-df551199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_183c8937-e155-ccce-334d-55355a3e7423-df551199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_183c8937-e155-ccce-334d-55355a3e7424-df551199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_5006ab13-6d57-a996-3c93-2bff35d76178-35d76176 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5006ab13-6d57-a996-3c93-2bff35d76179-35d76176 {
  align-self: center;
  justify-self: start;
}

#w-node-_5006ab13-6d57-a996-3c93-2bff35d761b4-35d76176, #w-node-_5006ab13-6d57-a996-3c93-2bff35d761c0-35d76176, #w-node-_5006ab13-6d57-a996-3c93-2bff35d761cc-35d76176, #w-node-_5006ab13-6d57-a996-3c93-2bff35d761db-35d76176, #w-node-_5006ab13-6d57-a996-3c93-2bff35d761ec-35d76176 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b2156eb6-ea5b-55d7-b60e-f1f3adf93e7e-df55119b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8ed19af2-c1f7-4fb4-2670-faa159fe27b7-df55119b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_11974d71-1e7f-3c92-1b72-448f3fb80742-df55119b, #w-node-_11974d71-1e7f-3c92-1b72-448f3fb8074d-df55119b, #w-node-_11974d71-1e7f-3c92-1b72-448f3fb80758-df55119b, #w-node-_09a3e710-6f53-7cf8-2847-117831ed26c8-df55119d, #w-node-_933b4fe1-968e-df7e-2e7c-2cbbd9481174-df55119d, #w-node-_560931a2-a1dc-6bb4-b580-ca109faf3c33-df55119d, #w-node-bd674668-57d2-86c0-74af-902e6be20a1e-df55119d, #w-node-_29fc0076-481b-69f0-9e6e-facb21d1d724-df55119d, #w-node-_2dab06c9-4443-50b1-9823-4737b9f11e70-df55119d, #w-node-ed3769be-9279-d45d-5685-ff0efc47d8f4-df55119d, #w-node-_782fc07e-03a9-2ecb-8a31-197a9cefa3db-df55119d, #w-node-_23dcb2e0-1bac-6dff-c9a9-00d035011936-df55119d, #w-node-_9f2fc194-265e-7987-6c3e-8446aee03e99-df55119d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_633d6368-c686-08fa-d3d3-80a2d6edcdb0-df55119d, #w-node-faa452f4-9d34-8eb4-23d3-316ba58b1cf5-df55119d, #w-node-_5001845e-9511-9f5c-cf55-397222cd32b3-df55119d, #w-node-e51efb7a-293d-56c3-83e2-c712431ec628-df55119d, #w-node-e7c9f9e7-fe87-b8dc-0b3f-ecabfeb56e52-df55119d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_874f77ae-f7d3-1a48-1bc3-8a3bb0784cca-df55119d, #w-node-dd7813e5-5314-b778-0fdb-61139f83ad47-df55119d, #w-node-fa02b0a5-5fcf-614e-37e2-525a88357059-df5511a0, #w-node-b4236dca-5e69-8a95-33ba-3f32f1f0efbe-df5511a0, #w-node-_7fdc2928-9e77-99fe-96f9-607c91904279-df5511a0, #w-node-c799ed6e-240a-44d4-bff4-17da4c21c98b-df5511a2, #w-node-_315e4d0d-e6f6-f236-b12c-32a54f749892-df5511a2, #w-node-aa0f0372-cbd4-4023-535d-40f6a78f4fbd-df5511a2, #w-node-_0d547aef-9822-2d66-d4b4-e184f400deab-df5511a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_633d6368-c686-08fa-d3d3-80a2d6edcdb0-df5511a2, #w-node-faa452f4-9d34-8eb4-23d3-316ba58b1cf5-df5511a2, #w-node-_5001845e-9511-9f5c-cf55-397222cd32b3-df5511a2, #w-node-e51efb7a-293d-56c3-83e2-c712431ec628-df5511a2, #w-node-e7c9f9e7-fe87-b8dc-0b3f-ecabfeb56e52-df5511a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_81166a9b-fb7b-86a7-b1ce-e2d63abb55e9-df5511a2, #w-node-a4246c21-b780-eaa6-b610-1442d287238e-df5511a2, #w-node-_465aea8f-f41f-0734-b7a9-eb20323039f1-df5511a2, #w-node-b96d9099-49ba-0602-db96-df213b71b49c-df5511a2, #w-node-_7e5e2ca8-4d71-9432-5f41-3c519363d54f-df5511a2, #w-node-a0c396c9-4d81-3da2-6cec-f10313361142-df5511a2, #w-node-dea161ef-1092-0974-9d97-69dbfa271406-df5511a2, #w-node-_38ea045e-6633-7d3c-386a-40ba4a296d52-df5511a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6e27007c-1ef4-8bed-d36f-74899ef7564d-df551190, #w-node-_6e27007c-1ef4-8bed-d36f-74899ef75677-df551190 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5c1ae72f-a80c-06f2-2ab6-f10030f5a892-df551186 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6e27007c-1ef4-8bed-d36f-74899ef75677-df551190 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7ac4901e-54d9-d3b9-06f2-9488738af8ff-df551198, #w-node-_752cff3d-b918-b41e-8077-6bd039fd5bd8-df551198, #w-node-e9e9929d-0f35-461d-7c35-a980541920e2-df551198, #w-node-_96fd747e-9fdc-9227-9b9f-736cd339c9ce-df551198 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-ExtraBoldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}