:root {
  --white: white;
  --dark: #282943;
  --accent: #424bd0;
  --background: #f9f9ff;
}

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

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

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

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

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

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

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-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(--white);
  color: var(--dark);
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 700;
  line-height: 122%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 700;
  line-height: 122%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 122%;
}

a {
  color: var(--dark);
  font-weight: 700;
  text-decoration: none;
}

blockquote {
  border-left: 5px solid var(--accent);
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 24px 48px 24px 24px;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.container-navbar {
  width: 100%;
  height: 100%;
  max-width: 1512px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbar {
  z-index: 10000;
  height: 72px;
  background-color: var(--white);
  border-bottom: 1px solid rgba(40, 41, 67, 0.15);
  font-family: Inter, sans-serif;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand-link-navbar {
  height: 28px;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.right-navbar {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand-navbar {
  height: 70%;
}

.nav-link {
  color: var(--dark);
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  display: block;
}

.nav-link.w--current {
  color: var(--dark);
  display: block;
}

.dropdown-navbar {
  height: 100%;
  color: rgba(40, 41, 67, 0.9);
  align-items: stretch;
  font-weight: 500;
  display: block;
  overflow: visible;
}

.dropdown-toggle-nav {
  grid-column-gap: 6px;
  color: rgba(40, 41, 67, 0.95);
  justify-content: center;
  align-items: center;
  padding: 12px 10px 12px 14px;
  display: flex;
  overflow: visible;
}

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

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid rgba(19, 19, 19, 0.1);
  border-radius: 4px;
}

.dropdown-link {
  text-align: left;
  font-weight: 400;
  transition: background-color 0.2s;
  display: block;
  overflow: visible;
}

.dropdown-link:hover {
  background-color: rgba(40, 41, 67, 0.12);
}

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

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

.section.hero-home {
  padding-top: 171px;
  padding-bottom: 79px;
  position: relative;
  overflow: hidden;
}

.section.light {
  background-color: var(--background);
  padding-top: 85px;
  padding-bottom: 85px;
  display: block;
}

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

.section.accent.testimonials-slider {
  display: none;
}

.section.about-me-home {
  background-image: url("../images/About-Me_1About Me.webp");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: none;
}

.section.cta-section {
  background-color: var(--accent);
  color: var(--white);
  background-image: url("../images/MapCTA.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-attachment: fixed;
  padding-top: 180px;
  padding-bottom: 190px;
  display: none;
}

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

.section.hero-all-services,
.section.service-single,
.section.hero-case-studies,
.section.hero-case-study,
.section.contact-section {
  background-color: var(--background);
  padding-top: 160px;
}

.section.hero-pricing {
  padding-top: 160px;
  padding-bottom: 80px;
  position: relative;
}

.section.hero-product {
  background-color: var(--accent);
  color: var(--white);
  padding-top: 180px;
}

.section.hero-not-found,
.section.legal-section {
  padding-top: 160px;
}

.section.hero-template {
  background-color: var(--accent);
  color: var(--white);
  padding-top: 180px;
}

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

.section.hero-sales {
  background-color: var(--background);
  padding-top: 160px;
}

.section.included-sales {
  background-color: var(--background);
  padding-bottom: 100px;
}

.section.pages-sales {
  background-color: var(--background);
  border-top: 1px solid rgba(40, 41, 67, 0.1);
  border-bottom: 1px solid rgba(40, 41, 67, 0.1);
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-container {
  max-width: 1400px;
  padding-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Inter, sans-serif;
}

.grid-hero-home {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  position: relative;
}

.left-hero-home {
  max-width: 654px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-symbol-hero-home {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.symbol-one {
  width: 28px;
  height: 28px;
  background-color: var(--accent);
  border-radius: 58px 4px 4px;
}

.symbol-two {
  width: 28px;
  height: 28px;
  background-color: var(--dark);
  border-radius: 50%;
}

.symbol-three {
  width: 28px;
  height: 28px;
  background-color: var(--accent);
  border-radius: 4px 58px 4px 4px;
}

.wrap-symbol-heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 110%;
}

.subtitle {
  flex: 0 auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.cta {
  height: 54px;
  background-color: var(--accent);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 28px;
  padding-right: 28px;
  font-weight: 500;
  transition: background-color 0.2s;
  display: flex;
}

.cta:hover {
  background-color: rgba(66, 75, 208, 0.94);
}

.cta.white-ghost {
  background-color: var(--white);
  color: var(--accent);
}

.cta.white-ghost:hover {
  background-color: rgba(66, 75, 208, 0.1);
}

.cta.ghost {
  color: var(--accent);
  background-color: rgba(66, 75, 208, 0.2);
  transition: color 0.2s, background-color 0.2s;
  display: none;
}

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

.cta.ghost.cart-ghost {
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
}

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

.cta.white:hover {
  background-color: #d0d1ec;
}

.cta.add-to-cart-cta {
  flex: 1;
}

.cta.nav-cta {
  height: 48px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
}

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

.flex-cta-home-hero {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: block;
}

.wrap-image-hero-home {
  width: 100%;
  max-width: 578px;
}

.image-hero-home {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px 24px 24px 182px;
}

.circle-hero-home {
  z-index: 8;
  width: 55vw;
  height: 55vw;
  background-color: var(--accent);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 50%;
  position: absolute;
  top: -20vw;
  bottom: auto;
  left: auto;
  right: -20vw;
}

.section-logos {
  padding-top: 40px;
  padding-bottom: 100px;
  display: none;
}

.master-logos {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-clients {
  font-size: 24px;
  line-height: 130%;
}

.right-logos {
  max-width: 850px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-logo-section {
  height: 33px;
}

.grid-services-home {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrap-heading-services-grid {
  max-width: 775px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-big {
  align-items: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

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

.flex-cta-left.mg-top-16 {
  margin-top: 16px;
}

.flex-cta-left.mg-top-40 {
  margin-top: 40px;
}

.tile-service {
  width: 100%;
  height: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 12px 12px 100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 52px 40px 40px;
  line-height: 122%;
  text-decoration: none;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.06);
}

.tile-service:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.08);
}

.tile-service.highlighted-service {
  background-color: var(--accent);
  color: var(--white);
  transform: rotate(-3deg);
}

.wrap-name-service-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-service-tile {
  width: 40px;
  height: 40px;
}

.text-read-more {
  color: var(--accent);
  font-weight: 500;
  transition: opacity 0.2s;
}

.text-read-more:hover {
  opacity: 0.8;
}

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

.wrap-home-grid-services {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.top-service-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-wrap-center {
  width: 100%;
  max-width: 720px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-process {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 32px 0.5fr 32px 0.5fr;
  margin-top: 48px;
}

.single-process {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-process-number {
  color: var(--accent);
  font-size: 46px;
  font-weight: 700;
  line-height: 50px;
}

.wrap-lines-process {
  width: 100%;
  height: 2px;
  position: relative;
}

.fill-line-process {
  width: 99%;
  height: 100%;
  background-color: var(--accent);
}

.icon-triagnle-process {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.master-bottom-process {
  width: 100%;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 8px;
  display: flex;
}

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

.text-process-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 122%;
}

.text-extra-info {
  opacity: 0.5;
  font-weight: 500;
}

.text-extra-info.move-up-case {
  margin-bottom: 8px;
}

.filler-line {
  width: 80px;
  height: 2px;
  background-color: rgba(66, 75, 208, 0.4);
  margin-top: 74px;
  margin-left: -20px;
}

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

.flex-cta-center.mg-top-64 {
  margin-top: 64px;
}

.flex-cta-center.mg-top-48 {
  margin-top: 48px;
}

.master-slider-testimonials {
  margin-top: 64px;
}

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

.slide-testimonials,
.mask-testimonials {
  height: auto;
}

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

.grid-slider {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.left-slider {
  grid-row-gap: 40px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 160px 12px 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 160px 48px 48px;
  display: flex;
}

.wrap-slider-content {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.top-slider-content {
  grid-column-gap: 16px;
  color: var(--accent);
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-testimonial-stat {
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.text-subnumber-testimonial {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

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

.logo-testimonial {
  height: 48px;
  display: block;
}

.image-slider {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 160px;
}

.arrow-slider-testimonials {
  width: 64px;
  height: 64px;
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  display: flex;
  position: absolute;
  top: -125px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.arrow-slider-testimonials.left-arrow {
  padding-right: 2px;
  right: 72px;
}

.icon-slider {
  width: 28px;
  height: 28px;
}

.grid-map-section {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 0.55fr 0.45fr;
  display: none;
}

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

.right-map-section {
  width: 100%;
  max-width: 455px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.top-map-section {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-stats-map {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.stat-left {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-stat {
  color: var(--accent);
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.limit-about-home {
  width: 100%;
  max-width: 640px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.master-check-list {
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-check-list.mg-top-16 {
  margin-top: 16px;
}

.master-check-list.small-checks-list {
  grid-row-gap: 16px;
}

.single-check-list {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cicle-check {
  width: 32px;
  height: 32px;
  background-color: var(--accent);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cicle-check.small-circle-check {
  width: 24px;
  height: 24px;
}

.cicle-check.white-circle {
  background-color: var(--white);
}

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

.icon-check.small-icon-check {
  width: 14px;
  height: 14px;
}

.flex-heading-cta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-heading-cta.mg-bottom-64 {
  margin-bottom: 64px;
}

.grid-case-studies {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template:
    ". Area"
    / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.tile-case-tile {
  width: 100%;
  height: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 12px 12px 100px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 32px;
  line-height: 122%;
  text-decoration: none;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.06);
}

.tile-case-tile:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.08);
}

.master-top-case {
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.logo-case {
  max-height: 80px;
  max-width: 70%;
  flex: 0 auto;
  align-self: flex-start;
}

.master-content-case {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.stat-case {
  grid-column-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.master-cta {
  width: 100%;
  max-width: 654px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.symbol-one-cta {
  width: 40px;
  height: 40px;
  background-color: var(--background);
  border-radius: 58px 4px 4px;
}

.symbol-two-cta {
  width: 40px;
  height: 40px;
  background-color: var(--background);
  border-radius: 50%;
}

.symbol-three-cta {
  width: 40px;
  height: 40px;
  background-color: var(--background);
  border-radius: 4px 58px 4px 4px;
}

.footer {
  background-color: var(--background);
  border-top: 1px solid rgba(40, 41, 67, 0.15);
  padding-top: 60px;
  padding-bottom: 40px;
}

.master-top-footer {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.left-top-footer {
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.tile-contact-footer {
  width: 100%;
  height: 100%;
  grid-row-gap: 24px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 12px 12px 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px 32px;
  line-height: 122%;
  text-decoration: none;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.06);
}

.column-footer-links {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.heading-footer-links {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.link-footer {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.right-top-footer {
  max-width: 435px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.master-footer-contact-list {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.single-footer-contact-list {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.divider-contact-footer {
  width: 100%;
  height: 1px;
  background-color: rgba(40, 41, 67, 0.15);
}

.master-footer-socials {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-social-footer {
  width: 32px;
  height: 32px;
  background-color: var(--accent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.master-bottom-footer {
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  display: flex;
}

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

.brand-footer {
  height: 150%;
  display: block;
}

.text-legal-footer {
  font-size: 16px;
}

.grid-hero-about {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 0.55fr 0.45fr;
  margin-bottom: 50px;
  padding-top: 50px;
}

.left-about {
  max-width: 654px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.item-gallery-about {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

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

.column-gallery-about.column-one {
  flex: 1;
  align-items: center;
  display: none;
}

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

.gradient-about {
  z-index: 9;
  height: 220px;
  opacity: 0.4;
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
  display: block;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.gradient-about.bottom {
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
}

.wrap-image-gallery-about {
  width: 100%;
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
}

.inside-gallery-about {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  display: flex;
}

.inside-gallery-about.reverse {
  justify-content: flex-end;
}

.master-gallery-about {
  width: 100%;
  height: 100%;
  max-height: 800px;
  max-width: 550px;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.master-values-box {
  width: 100%;
  max-width: 1122px;
  background-color: var(--white);
  border-radius: 12px 120px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  box-shadow: 0 2px 30px rgba(141, 141, 141, 0.05);
}

.single-values {
  border-top: 1px solid rgba(40, 41, 67, 0.12);
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.single-values.first-value {
  border-top-style: none;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.limit-value {
  max-width: 340px;
}

.mg-bottom-48 {
  margin-top: 0;
  margin-bottom: 48px;
}

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

.grid-stats-fourths.margins-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.grid-stats-fourths.mg-top-64 {
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
}

.tile-stat {
  width: 100%;
  height: 100%;
  grid-row-gap: 24px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 32px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.06);
}

.tile-stat.first-tile {
  border-bottom-left-radius: 100px;
}

.tile-stat.second-tile {
  border-top-right-radius: 100px;
}

.tile-stat.third-tile {
  border-top-left-radius: 100px;
}

.tile-stat.fourth-tile {
  border-bottom-right-radius: 100px;
}

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

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

.title-wrap {
  width: 100%;
  max-width: 1122px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap.mg-bottom-100 {
  margin-bottom: 100px;
}

.title-wrap.mg-bottom-80 {
  margin-bottom: 80px;
}

.title-wrap.pricing-title {
  z-index: 10;
  color: var(--white);
  position: relative;
}

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

.text-heading-3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 122%;
}

.text-heading-3.product-price {
  color: var(--accent);
  font-size: 40px;
  font-weight: 700;
}

.grid-service-single {
  grid-column-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 420px;
}

.left-service-single {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.title-wrap-service-single {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-service-single {
  width: 100px;
  height: 100px;
}

.master-sticky-service {
  flex-direction: column;
  align-items: flex-start;
  display: block;
  position: relative;
}

.tile-sticky-service {
  width: 100%;
  grid-row-gap: 24px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 12px 100px 12px 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 40px 32px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.06);
}

.flex-cta-sticky-service {
  flex-direction: column;
  margin-top: 16px;
  display: flex;
}

.divider-service-single {
  width: 100%;
  height: 1px;
  background-color: rgba(40, 41, 67, 0.2);
  margin-top: 100px;
  margin-bottom: 100px;
}

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

.grid-single-case {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 420px;
}

.tile-sticky-case {
  width: 100%;
  grid-row-gap: 24px;
  background-color: var(--accent);
  color: var(--white);
  border-radius: 12px 100px 12px 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 40px 32px;
  line-height: 122%;
  text-decoration: none;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.06);
}

.wrap-text-sticky-case {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.form-block-sticky-case {
  margin-bottom: 0;
}

.form-sticky-case {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.text-field {
  height: 52px;
  background-color: var(--white);
  border: 1px solid rgba(40, 41, 67, 0.3);
  border-radius: 6px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
}

.text-field:focus {
  border: 1px solid var(--accent);
  color: var(--dark);
}

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

.text-field.quantity-add-to-cart {
  max-width: 120px;
  flex: 1;
}

.success-message {
  background-color: var(--white);
  color: var(--accent);
  border-radius: 12px;
}

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

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

.success-message-2 {
  background-color: #fff;
  border: 1px solid rgba(11, 36, 113, 0.1);
  border-radius: 16px;
}

.form-contact {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.divider-contact {
  width: 100%;
  height: 1px;
  background-color: rgba(40, 41, 67, 0.2);
}

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

.input-wrap {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

.wrap-socials-contact {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-mega {
  font-size: 20px;
  line-height: 132%;
}

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

.field-label {
  color: var(--dark);
  margin-bottom: 6px;
  font-weight: 500;
}

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

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

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

.tile-contact-form {
  width: 100%;
  max-width: 578px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 12px 100px 12px 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 48px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.06);
}

.text-area {
  background-color: var(--white);
  border: 1px solid rgba(40, 41, 67, 0.1);
  border-radius: 6px;
  padding-top: 16px;
  padding-bottom: 37px;
  font-size: 18px;
}

.text-area:focus {
  border: 1px solid var(--accent);
  color: var(--dark);
}

.grid-contact {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.expandable-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.expandable-single {
  border-top: 1px solid var(--dark);
  cursor: pointer;
  padding: 26px 0;
}

.left-faq {
  padding-left: 40px;
  padding-right: 40px;
}

.heading-expandable {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
}

.plus-line {
  width: 18px;
  height: 2px;
  background-color: var(--dark);
  border-radius: 2px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.master-expandable {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.expandable-bottom {
  width: 90%;
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-left-faq {
  width: 100%;
  max-width: 440px;
}

.plus-expand-master {
  width: 40px;
  height: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-pricing {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
  position: relative;
}

.color-fill-pricing {
  z-index: 1;
  height: 70%;
  background-color: var(--accent);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.tile-pricing-tile {
  width: 100%;
  height: 100%;
  grid-row-gap: 32px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 12px 100px 12px 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px 32px 32px;
  line-height: 122%;
  text-decoration: none;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.06);
}

.tile-pricing-tile:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.08);
}

.top-pricing {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-h2-pacakge-name {
  color: var(--accent);
  margin-top: 0;
  margin-bottom: 0;
}

.text-h3-price {
  margin-top: 0;
  margin-bottom: 0;
}

.divider-pricing-tile {
  width: 100%;
  height: 1px;
  background-color: rgba(40, 41, 67, 0.2);
}

.flex-cta-pricing {
  width: 100%;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.grid-product {
  grid-column-gap: 80px;
  grid-template-rows: auto;
}

.left-product {
  width: 100%;
  max-width: 549px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap-product {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.divider-product {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.wrap-included-product {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tile-product {
  width: 100%;
  max-width: 435px;
  grid-row-gap: 32px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 12px 100px 12px 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px 48px 40px 40px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.06);
}

.tile-product:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.08);
}

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

.default-state-add-to-cart {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.apple-pay {
  height: 48px;
  border-radius: 8px;
}

.checkout-form {
  background-color: var(--background);
  padding: 80px 0;
}

.block-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.block-content {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.text-field-checkout {
  height: 52px;
  background-color: var(--white);
  border: 1px solid rgba(40, 41, 67, 0.1);
  border-radius: 6px;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
}

.text-field-checkout:focus,
.text-field-checkout.-wfp-focus {
  border: 1px solid var(--accent);
  color: var(--dark);
}

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

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

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

.brand-wrap-checkout {
  height: 64px;
  background-color: var(--white);
  border-bottom: 1px solid rgba(40, 41, 67, 0.15);
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-link-checkout {
  height: 32px;
}

.brand-checkout {
  height: 100%;
}

.utility-page-wrap {
  width: 100vw;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 120px;
  display: flex;
}

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

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

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

.grid-services-all {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-wrap-template {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-subtitle-template {
  width: 100%;
  max-width: 640px;
}

.tile-template-details {
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 30px rgba(102, 102, 102, 0.04);
}

.icon-template {
  width: 40px;
}

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

.tile-template-navigation {
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  box-shadow: 0 2px 30px rgba(131, 131, 131, 0.05);
}

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

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

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

.color {
  background-color: #faebe3;
  border: 1px solid rgba(62, 59, 54, 0.3);
  border-radius: 8px;
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tile-changelog {
  width: 100%;
  max-width: 562px;
  background-color: var(--white);
  border-radius: 12px;
  padding: 40px 32px;
  box-shadow: 0 2px 30px rgba(117, 117, 117, 0.05);
}

.title-wrap-sales {
  max-width: 890px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.limit-sales-subtitle {
  max-width: 830px;
}

.flex-sales-cta {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.sales-mock-image {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 8px;
  margin-bottom: 0;
}

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

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

.section-sales-mockups {
  height: 95vh;
  max-height: 900px;
  min-height: 600px;
  background-color: var(--accent);
  overflow: hidden;
}

.container-sales-mockups {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.heading-wrap-sales {
  width: 100%;
  max-width: 1122px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.included-padding-wrap {
  width: 100%;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  display: flex;
}

.image-included {
  width: 100%;
}

.grid-included {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.span-link {
  color: #000;
  font-weight: 700;
}

.included-card {
  height: 100%;
  min-height: 340px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
  box-shadow: 0 2px 30px rgba(119, 119, 119, 0.06);
}

.included-card.figma-card {
  min-height: 0;
  grid-column-gap: 56px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  padding: 32px;
}

.wrap-figma-content {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-figma {
  width: 120px;
  height: 120px;
}

.master-sales-pages {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.single-sales-pages {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

.sales-card {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: #0a0a0a;
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  transition: transform 0.2s;
  display: flex;
  box-shadow: 0 2px 20px rgba(152, 153, 158, 0.04);
}

.sales-card:hover {
  transform: translate(0, -4px);
}

.image-sales-page {
  width: 100%;
  border: 1px solid rgba(39, 38, 33, 0.1);
  border-radius: 4px;
}

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

.grid-thirds-all-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.more-power-card {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  text-align: left;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 24px;
  display: flex;
  box-shadow: 0 2px 30px rgba(161, 161, 161, 0.06);
}

.wrap-nav-buttons {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-container {
  border-radius: 8px;
}

.text-block {
  font-family: Inter, sans-serif;
  display: block;
}

.empty-state {
  display: none;
}

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

.heading {
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.collection-list-wrapper {
  display: block;
}

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

.grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 1;
  grid-template:
    ". . . Area"
    / 1.5fr 1.5fr 1.5fr 2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
  justify-items: stretch;
  display: flex;
}

.columns {
  flex-direction: column;
  display: flex;
}

.column {
  flex: 0 auto;
  align-self: auto;
}

.grid-3 {
  grid-template-rows: 10px 30px 30px;
  grid-template-columns: 1fr;
}

.bold-text {
  margin-bottom: 10px;
  display: block;
}

.link {
  display: inline;
  overflow: visible;
}

.list {
  order: 0;
  align-self: auto;
  margin-bottom: 0;
}

.link-2,
.link-3,
.text-block-2 {
  font-weight: 400;
}

.heading-3 {
  margin-bottom: 60px;
}

.text-block-3,
.text-block-4,
.text-block-5 {
  font-weight: 400;
}

.image {
  text-align: left;
  object-fit: fill;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.text-block-6 {
  font-weight: 400;
}

.image-2 {
  flex: 0 auto;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
}

.link-4 {
  font-weight: 400;
}

.link-block {
  display: flex;
}

.image-3 {
  flex: 0 auto;
  align-self: center;
  margin-right: 10px;
  display: block;
}

.text-block-7 {
  font-weight: 400;
}

.list-item {
  margin-bottom: 5px;
}

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

.error-message {
  background-color: #f8bebe;
  border-radius: 8px;
}

.text-block-9,
.text-block-10 {
  font-weight: 400;
}

.div-block {
  align-items: center;
  display: flex;
}

.text-block-11 {
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .container-navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    width: 90%;
    max-height: 80vh;
    max-width: 530px;
    background-color: var(--background);
    border: 1px solid rgba(40, 41, 67, 0.08);
    border-radius: 12px;
    flex-direction: column;
    justify-content: center;
    margin-top: 8px;
    margin-left: auto;
    margin-right: 16px;
    overflow: scroll;
  }

  .nav-link {
    text-align: center;
    border-bottom: 1px solid rgba(40, 41, 67, 0.1);
    font-size: 22px;
  }

  .dropdown-navbar {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-toggle-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 12px;
    font-size: 22px;
    line-height: 140%;
  }

  .dropdown-list.w--open {
    background-color: #f7f7ff;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .dropdown-link {
    color: #282943;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 22px;
  }

  .section.about-me-home {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .left-hero-home {
    text-align: center;
    align-items: center;
  }

  .wrap-symbol-heading {
    align-items: center;
  }

  .wrap-image-hero-home {
    max-height: 430px;
  }

  .image-hero-home {
    object-position: 50% 0%;
  }

  .circle-hero-home {
    width: 70vw;
    height: 70vw;
  }

  .right-logos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .grid-services-home {
    grid-column-gap: 24px;
  }

  .grid-map-section {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .image-map {
    max-width: 560px;
  }

  .right-map-section {
    max-width: 540px;
  }

  .top-map-section {
    text-align: center;
    align-items: center;
  }

  .stat-left {
    align-items: center;
  }

  .grid-case-studies {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .logo-case {
    max-width: 100%;
  }

  .master-top-footer {
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: stretch;
  }

  .right-top-footer {
    width: 100%;
    max-width: 500px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .master-bottom-footer {
    grid-column-gap: 48px;
  }

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

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

  .gradient-about {
    height: 140px;
  }

  .wrap-image-gallery-about {
    height: 320px;
  }

  .master-gallery-about {
    height: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .master-values-box {
    padding: 40px;
  }

  .single-values {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .limit-value {
    max-width: 80%;
  }

  .grid-stats-fourths {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-service-single {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-single-case {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

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

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

  .grid-contact {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

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

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

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

  .color-fill-pricing {
    height: 85%;
  }

  .grid-product {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .tile-product {
    max-width: 549px;
  }

  .grid-services-all {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .tile-changelog {
    padding-right: 4px;
  }

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

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

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

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

  .included-card {
    min-height: 260px;
  }

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

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

  .sales-card {
    padding: 16px;
  }

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

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

  .menu-button {
    width: 48px;
    height: 48px;
    background-color: rgba(66, 75, 208, 0.05);
    border-radius: 8px;
    padding: 0;
  }

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

  .wrap-menu-button {
    width: 100%;
    height: 100%;
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .line-menu {
    width: 32px;
    height: 2px;
    background-color: var(--accent);
    padding: 0;
  }

  .line-menu.first-line {
    width: 28px;
  }

  .line-menu.second-line {
    width: 18px;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 24px;
  }

  .nav-menu {
    margin-right: auto;
  }

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

  .section.accent.testimonials-slider {
    padding-bottom: 160px;
  }

  .section.hero-all-services {
    padding-top: 120px;
  }

  .grid-hero-home {
    grid-row-gap: 64px;
  }

  .subtitle {
    font-size: 22px;
  }

  .circle-hero-home {
    width: 90vw;
    height: 90vw;
  }

  .master-logos {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .right-logos {
    max-width: 460px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
  }

  .grid-services-home {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .wrap-heading-services-grid {
    text-align: center;
    align-items: center;
    margin-bottom: 48px;
  }

  .grid-process {
    width: 100%;
    max-width: 400px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .filler-line {
    display: none;
  }

  .grid-slider {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .image-slider {
    display: none;
  }

  .arrow-slider-testimonials {
    top: auto;
    bottom: -80px;
    left: 0%;
    right: auto;
  }

  .arrow-slider-testimonials.left-arrow {
    right: auto;
  }

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

  .limit-about-home {
    text-align: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex-heading-cta {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  .grid-case-studies {
    grid-template-areas: ".";
  }

  .footer {
    padding-top: 100px;
  }

  .left-top-footer {
    grid-row-gap: 80px;
    flex-wrap: wrap;
  }

  .column-footer-links {
    width: 50%;
  }

  .master-bottom-footer {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  .title-wrap.mg-bottom-100 {
    margin-bottom: 64px;
  }

  .title-wrap.mg-bottom-80 {
    margin-bottom: 48px;
  }

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

  .left-faq {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .heading-expandable {
    font-size: 22px;
    line-height: 28px;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 140%;
  }

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

  .wrap-left-faq {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid-pricing {
    margin-top: 40px;
  }

  .grid-services-all {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .tile-template-details {
    padding: 24px;
  }

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

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

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

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

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

  .tile-changelog {
    padding: 32px 24px;
  }

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

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

  .included-card.figma-card {
    text-align: center;
    flex-direction: column;
  }

  .wrap-figma-content {
    text-align: center;
    align-items: center;
  }
}

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

  h2 {
    font-size: 32px;
  }

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

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

  .nav-menu {
    width: 98%;
    margin-right: auto;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .section.service-single,
  .section.hero-case-study,
  .section.contact-section,
  .section.hero-pricing {
    padding-top: 120px;
  }

  .section.hero-product {
    padding-top: 140px;
    padding-bottom: 80px;
  }

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

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

  .cta.add-to-cart-cta {
    flex: none;
  }

  .cta.nav-cta {
    display: none;
  }

  .flex-cta-home-hero {
    width: 100%;
    max-width: 240px;
    flex-direction: column;
    align-items: stretch;
  }

  .image-hero-home {
    border-bottom-left-radius: 140px;
    display: none;
  }

  .circle-hero-home {
    width: 100vw;
    height: 100vw;
    display: none;
  }

  .text-extra-info.move-up-case {
    margin-bottom: 0;
  }

  .left-slider {
    border-top-left-radius: 120px;
    padding: 120px 40px 40px;
  }

  .top-slider-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-testimonial-stat {
    font-size: 56px;
  }

  .text-subnumber-testimonial {
    font-size: 20px;
  }

  .master-stats-map {
    grid-column-gap: 24px;
  }

  .grid-case-studies {
    grid-template:
      "."
      "."
      "."
      "."
      / 1fr;
    grid-auto-columns: 0.25fr;
    grid-auto-flow: column;
    justify-items: stretch;
  }

  .logo-case {
    flex: 1;
    display: block;
  }

  .stat-case {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .left-top-footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .tile-contact-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .master-footer-socials {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .link-social-footer {
    width: 48px;
    height: 48px;
  }

  .icon-social-footer {
    width: 24px;
    height: 24px;
  }

  .left-about {
    padding-top: 80px;
  }

  .column-gallery-about {
    width: 48%;
  }

  .column-gallery-about.column-two,
  .column-gallery-about.column-one {
    flex: none;
  }

  .gradient-about {
    top: -1px;
  }

  .gradient-about.bottom {
    bottom: -1px;
  }

  .master-gallery-about {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .master-values-box {
    padding-left: 32px;
    padding-right: 32px;
  }

  .limit-value {
    max-width: 90%;
  }

  .grid-stats-fourths {
    grid-template-columns: 1fr;
  }

  .grid-stats-fourths.mg-top-64 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .title-wrap.mg-bottom-100 {
    margin-bottom: 48px;
  }

  .text-heading-3.product-price {
    font-size: 8vw;
  }

  .grid-service-single {
    grid-row-gap: 64px;
  }

  .left-service-single {
    grid-row-gap: 24px;
  }

  .title-wrap-service-single {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .icon-service-single {
    width: 72px;
    height: 72px;
  }


  .center-content.mg-bottom-48 {
    margin-bottom: 32px;
  }

  .text-field.quantity-add-to-cart {
    width: 100%;
    max-width: none;
  }

  .text-contact-detail {
    font-size: 16px;
  }

  .wrap-socials-contact {
    flex-wrap: wrap;
    display: flex;
  }

  .left-wrap-contact-section {
    padding-right: 0;
  }

  .wrap-contact-links {
    width: 100%;
  }

  .tile-contact-form {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .expandable-single {
    padding: 16px 0;
  }

  .left-faq {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    padding-right: 0;
    display: flex;
  }

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

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

  .grid-product {
    grid-row-gap: 40px;
  }

  .tile-product {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .default-state-add-to-cart {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .utility-page-content {
    width: 90%;
  }

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

  .wrap-template-ui {
    padding: 16px;
  }

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

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

  .flex-sales-cta {
    width: 100%;
    max-width: 240px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

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

  .sales-mockups-column.first-column,
  .sales-mockups-column.second-column {
    display: none;
  }

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

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

  .included-card {
    padding: 24px;
  }

  .sales-card {
    padding: 16px;
  }

  .grid-fourths-sales-fourths {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .more-power-card {
    padding: 24px;
  }

  .grid-2 {
    flex-flow: column;
    align-content: stretch;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .list {
    text-align: center;
  }
}

#w-node-_40430df8-d9c1-f165-f6df-df0a7bd13ffb-af3df5a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_9163518f-35e5-3b24-35a4-420c11d79072-af3df5a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: end;
}

#w-node-_370a3c2e-0758-8fb9-a6fa-6208fc6de1e3-af3df5a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d18d0dd3-e2c8-202f-19b1-19bbb9746160-af3df5a1,
#w-node-bb6a27b9-825c-79b8-8a6d-a659a122cc3e-af3df5a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ed7b9845-7389-e9d2-4377-8d7ad8d62ead-9cfb6b70,
#w-node-_43065301-2f24-16ac-57a8-7340d13bc9d7-9cfb6b70,
#w-node-e3a1bfc8-59f7-626e-c03a-fbd8fd314c7a-9cfb6b70,
#w-node-a5639261-808f-e6c9-1a69-e4e4dcb209e7-9cfb6b70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ca668511-f81c-0d95-9baa-5a4e8ed4ed85-8ed4ed7d,
#w-node-ca668511-f81c-0d95-9baa-5a4e8ed4ed93-8ed4ed7d,
#w-node-ca668511-f81c-0d95-9baa-5a4e8ed4ed94-8ed4ed7d,
#w-node-ca668511-f81c-0d95-9baa-5a4e8ed4eda2-8ed4ed7d,
#w-node-ca668511-f81c-0d95-9baa-5a4e8ed4eda3-8ed4ed7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6318d897-81aa-fe75-9320-49cc025b2324-af3df5a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ee66c71d-4359-f682-999e-537b44097a2a-af3df5a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-e88b8ae3-1dbd-323c-87ee-4f621aaaae42-af3df5a8,
#w-node-e88b8ae3-1dbd-323c-87ee-4f621aaaae6b-af3df5a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b4203a3f-ab4a-4d82-05f4-0ba580dbdf2a-af3df5a9,
#w-node-b4203a3f-ab4a-4d82-05f4-0ba580dbdf2f-af3df5a9,
#w-node-b4203a3f-ab4a-4d82-05f4-0ba580dbdf34-af3df5a9,
#w-node-b4203a3f-ab4a-4d82-05f4-0ba580dbdf39-af3df5a9,
#w-node-be849981-6ba5-8097-8a23-a1362a5307a7-af3df5a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b405063-1e8c-e7e6-ebf0-3a8387c72e5d-af3df5a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-dc61b4fd-33b5-dc87-6827-1d735c7b4a71-af3df5ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fcb1e02-c463-af63-ef38-a991b0eb445e-af3df5ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_9e2326e8-9e16-7236-85f2-3d2d2b792be3-af3df5ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfdff82c-9661-773f-797c-92139a49065f-af3df5ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_40430df8-d9c1-f165-f6df-df0a7bd13ffb-af3df5af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_9163518f-35e5-3b24-35a4-420c11d79072-af3df5af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: end;
}

#w-node-_370a3c2e-0758-8fb9-a6fa-6208fc6de1e3-af3df5af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d18d0dd3-e2c8-202f-19b1-19bbb9746160-af3df5af,
#w-node-bb6a27b9-825c-79b8-8a6d-a659a122cc3e-af3df5af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7b1b624d-c1f1-a305-5f19-a7b8c7ae70c4-af3df5af,
#w-node-bca80b1d-006f-f091-97c3-fd3fdf77c39b-af3df5af,
#w-node-e510e8cb-4162-d329-75dc-8afbdc659356-af3df5af,
#w-node-e510e8cb-4162-d329-75dc-8afbdc659361-af3df5af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50a31cfa-85f0-d06b-72be-458c95a4d131-af3df5af,
#w-node-_349c2ed5-19e9-a99f-3bde-50d9cfd1d116-af3df5af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9b24f370-c659-a326-bc55-491f9cc1a3d2-af3df5b1,
#w-node-_9b24f370-c659-a326-bc55-491f9cc1a3d3-af3df5b1,
#w-node-_9b24f370-c659-a326-bc55-491f9cc1a3d4-af3df5b1,
#w-node-_9b24f370-c659-a326-bc55-491f9cc1a3d5-af3df5b1,
#w-node-_9b24f370-c659-a326-bc55-491f9cc1a3d6-af3df5b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_100d92e3-0e19-e018-146b-9ca10d57a4de-af3df5b2,
#w-node-_100d92e3-0e19-e018-146b-9ca10d57a4e5-af3df5b2,
#w-node-_100d92e3-0e19-e018-146b-9ca10d57a4ec-af3df5b2,
#w-node-cec3b569-5ce6-9f1b-3206-d4863e2fdafc-af3df5b2,
#w-node-cec3b569-5ce6-9f1b-3206-d4863e2fdb01-af3df5b2,
#w-node-cec3b569-5ce6-9f1b-3206-d4863e2fdb06-af3df5b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cec3b569-5ce6-9f1b-3206-d4863e2fdb0c-af3df5b2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c19e4adb-9a52-27f4-20a2-452e9e0c1af1-af3df5b2,
#w-node-c19e4adb-9a52-27f4-20a2-452e9e0c1af7-af3df5b2,
#w-node-c19e4adb-9a52-27f4-20a2-452e9e0c1afd-af3df5b2,
#w-node-c19e4adb-9a52-27f4-20a2-452e9e0c1b03-af3df5b2,
#w-node-c19e4adb-9a52-27f4-20a2-452e9e0c1b09-af3df5b2,
#w-node-c19e4adb-9a52-27f4-20a2-452e9e0c1b0f-af3df5b2,
#w-node-c19e4adb-9a52-27f4-20a2-452e9e0c1b15-af3df5b2,
#w-node-c19e4adb-9a52-27f4-20a2-452e9e0c1b1b-af3df5b2,
#w-node-c19e4adb-9a52-27f4-20a2-452e9e0c1b21-af3df5b2,
#w-node-_25095d8b-8455-9d99-576b-338471e5c26c-af3df5b6,
#w-node-c9e2e94c-2e55-1f34-6400-c08d3e67868a-af3df5b6,
#w-node-ec80176c-1b75-ff3b-0418-02ac90c806f9-af3df5b6,
#w-node-d206ecb2-0705-27c6-ed62-3da49ce27151-af3df5b8,
#w-node-d206ecb2-0705-27c6-ed62-3da49ce27155-af3df5b8,
#w-node-d206ecb2-0705-27c6-ed62-3da49ce27159-af3df5b8,
#w-node-ffcbffda-21e0-5b8a-4803-b594e26e13b4-af3df5b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d206ecb2-0705-27c6-ed62-3da49ce27168-af3df5b8,
#w-node-d206ecb2-0705-27c6-ed62-3da49ce27169-af3df5b8,
#w-node-d206ecb2-0705-27c6-ed62-3da49ce2716a-af3df5b8,
#w-node-d206ecb2-0705-27c6-ed62-3da49ce2716b-af3df5b8,
#w-node-d206ecb2-0705-27c6-ed62-3da49ce2716c-af3df5b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d206ecb2-0705-27c6-ed62-3da49ce2717f-af3df5b8,
#w-node-_087cb724-5708-df5b-8698-1ed728e985fa-af3df5b8,
#w-node-_096b6d43-7520-a0bb-ca9e-d6446a8228c8-af3df5b8,
#w-node-_83202a77-1191-365b-bd6e-32a37621aea4-af3df5b8,
#w-node-_889f93bd-0334-070a-a16a-50eed30fc293-af3df5b8,
#w-node-_977a2756-f31e-f342-aee1-0efc0298a1b6-af3df5b8,
#w-node-_23bd8902-0f25-fcbd-a237-558f2506b725-af3df5b8,
#w-node-db4ffeb8-7c26-0238-8f6b-31948a8ce067-af3df5b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6318d897-81aa-fe75-9320-49cc025b2324-6bba3be0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ee66c71d-4359-f682-999e-537b44097a2a-6bba3be0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_40430df8-d9c1-f165-f6df-df0a7bd13ffb-af3df5a1 {
    justify-self: center;
  }

  #w-node-_9163518f-35e5-3b24-35a4-420c11d79072-af3df5a1 {
    order: -9999;
    justify-self: center;
  }

  #w-node-e88b8ae3-1dbd-323c-87ee-4f621aaaae42-af3df5a8,
  #w-node-_40430df8-d9c1-f165-f6df-df0a7bd13ffb-af3df5af {
    justify-self: center;
  }

  #w-node-_9163518f-35e5-3b24-35a4-420c11d79072-af3df5af {
    order: -9999;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cec3b569-5ce6-9f1b-3206-d4863e2fdb0c-af3df5b2 {
    grid-column: span 1 / span 1;
  }
}

@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-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  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-BoldItalic.otf") format("opentype");
  font-weight: 700;
  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-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  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-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  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;
}
