:root {
  --color--dark: #141414;
  --font--main: Satoshi, sans-serif;
  --color--light: white;
  --type--body-regluar: 20px;
  --type--h1: 88px;
  --type--h2: 52px;
  --type--h3: 34px;
  --color--light-0-3: rgba(255, 255, 255, .3);
  --color--light-0-6: rgba(255, 255, 255, .6);
  --type--subtitle: 32px;
  --type--maga-h1: 102px;
  --body-small: 16px;
  --white: white;
  --black: black;
  --stroke-offset: 620px;
}

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

.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-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-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-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

body {
  background-color: var(--color--dark);
  font-family: var(--font--main);
  color: var(--color--light);
  font-size: var(--type--body-regluar);
  font-weight: 300;
  line-height: 135%;
}

h1 {
  font-size: var(--type--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 130%;
}

h2 {
  font-size: var(--type--h2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 130%;
}

h3 {
  font-size: var(--type--h3);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 130%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

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

blockquote {
  border-left: 3px solid var(--color--light);
  margin-top: 52px;
  margin-bottom: 52px;
  padding: 40px;
  font-size: 24px;
  font-style: italic;
  line-height: 140%;
}

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

.section.hero-template {
  border-bottom: 1px solid var(--color--light-0-3);
}

.section.hero-home {
  padding-top: 40px;
  padding-bottom: 20px;
}

.section.home-about-section {
  padding-bottom: 40px;
}

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

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

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

.section.padding-bottom-120.hidden {
  display: none;
}

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

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

.section.moving-text-section {
  padding-top: 0;
  padding-bottom: 60px;
}

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

.section.project-rich-text-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.sticky-images-projct {
  padding-top: 0;
  padding-bottom: 0;
}

.section.next-project-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  max-height: 900px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section.blog-rich-text {
  padding-top: 120px;
  padding-bottom: 0;
}

.section.hero-pricing, .section.hero-product {
  padding-top: 100px;
}

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

.section.hero-sales {
  padding-top: 40px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.projects {
  display: none;
}

.cta {
  background-color: var(--color--light);
  color: var(--color--dark);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 32px;
  padding-right: 32px;
  transition: background-color .2s;
  display: flex;
}

.cta.outline {
  border: 1px solid var(--color--light);
  color: var(--color--light);
  background-color: rgba(13, 13, 13, 0);
  transition: color .2s, background-color .2s;
}

.wrap-template-ui {
  grid-row-gap: 24px;
  border: 1px solid var(--color--light-0-3);
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.divider-typography {
  background-color: var(--color--light-0-3);
  width: 100%;
  height: 1px;
}

.main-container {
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

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

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

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

.link-template-navigation {
  opacity: 1;
  color: var(--color--light);
  font-size: 24px;
  font-weight: 300;
  line-height: 135%;
  text-decoration: none;
  transition: font-size .2s;
}

.link-template-navigation.w--current {
  color: var(--color--light);
  font-size: 26px;
  font-weight: 400;
}

.color {
  background-color: #b6b6b6;
  border: 1px solid #b6b6b6;
  border-radius: 120px;
  padding-top: 100%;
}

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

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

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

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

.subtitle {
  font-size: var(--type--subtitle);
  font-weight: 300;
  line-height: 135%;
}

.subtitle.fade-out {
  color: var(--color--light-0-6);
}

.tile-template-details {
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, .05);
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.text-style-h3 {
  font-size: var(--type--h3);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 130%;
}

.tile-template-navigation {
  grid-row-gap: 16px;
  background-color: #202020;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

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

.text-style-h2 {
  font-size: var(--type--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 130%;
}

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

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

.text-style-h1 {
  font-size: var(--type--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 130%;
}

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

.mega-h1 {
  font-size: var(--type--maga-h1);
  line-height: 130%;
}

.title-wrap-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.limit-subtitle-template {
  max-width: 880px;
}

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

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

.dropdown-list.w--open {
  text-align: center;
  background-color: #171717;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.navbar {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  height: 120px;
}

.icon-chevron-dropdown {
  width: 20px;
  height: 20px;
}

.dropdown-link {
  color: #eee;
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 12px;
  font-size: 16px;
}

.dropdown-link:hover {
  background-color: rgba(255, 255, 255, .05);
}

.dropdown-link.w--current {
  color: #fff;
}

.dropdown-toggle {
  grid-column-gap: 4px;
  color: rgba(255, 255, 255, .8);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 18px;
  font-size: 18px;
  display: flex;
}

.dropdown {
  display: none;
}

.nav-link {
  color: rgba(255, 255, 255, .8);
  padding: 20px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

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

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

.brand-link-navbar {
  justify-content: flex-start;
  align-items: center;
  height: 22px;
  margin-top: 2px;
  display: flex;
}

.brand-navbar {
  height: 100%;
}

.container-navbar {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.master-hero-home {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 100px;
  display: flex;
}

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

.left-hero-home {
  max-width: 865px;
}

.text-location-home {
  margin-bottom: 12px;
}

.wrap-video-home {
  height: 95vh;
  min-height: 600px;
  max-height: 750px;
  position: relative;
  overflow: hidden;
}

.video-home {
  filter: grayscale();
  width: 100%;
  height: 101%;
  display: none;
  position: absolute;
}

.grid-about-us {
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
}

.text-stat {
  font-size: 80px;
  font-weight: 300;
  line-height: 64px;
}

.right-about-us {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  width: 100%;
  max-width: 689px;
  display: flex;
}

.left-about-us {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.subtext-stat-left {
  opacity: .7;
  font-size: 20px;
  font-weight: 400;
}

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

.master-stats-left.about-hero-stats {
  grid-column-gap: 100px;
  margin-top: 100px;
}

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

.circle-social-about {
  border: 1px solid var(--color--light);
  color: var(--color--light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 17px;
  text-decoration: none;
  display: flex;
}

.paragraph-medium {
  font-size: 24px;
  line-height: 135%;
}

.paragraph-medium.fade-out {
  color: var(--color--light-0-6);
}

.line-horizontal-0-3 {
  background-color: var(--color--light-0-3);
  transform-origin: 0%;
  width: 100%;
  height: 1px;
}

.line-horizontal-0-3.home-under-hero {
  margin-top: 120px;
  margin-bottom: 0;
}

.line-horizontal-0-3.line-home-project {
  margin-top: 100px;
}

.line-horizontal-0-3.blog-more-cms {
  margin-top: 40px;
  margin-bottom: 120px;
}

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

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

.flex-heading-link.mg-bottom-80 {
  margin-bottom: 80px;
}

.line-link-block {
  color: var(--color--light);
  line-height: 32px;
  text-decoration: none;
}

.underline-link-master {
  background-color: var(--color--light-0-3);
  height: 1px;
  margin-top: 4px;
  padding: 0;
}

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

.list-projects-home {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.master-project-home {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.wrap-image-project-home {
  transform-origin: 50% 100%;
  height: 55vh;
  min-height: 300px;
  max-height: 500px;
  position: relative;
  overflow: hidden;
}

.image-animation-general {
  object-fit: cover;
  width: 100%;
  height: 120%;
}

.overlay-reveal-general {
  background-color: var(--color--dark);
  transform-origin: 50% 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bottom-project-home {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.left-project-home {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 478px;
  display: flex;
}

.top-left-bottom-project-home {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.date-project {
  margin-bottom: 4px;
}

.content-sticky-process {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-services-list {
  font-size: 24px;
  line-height: 130%;
}

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

.column-process-thirds {
  flex-direction: column;
  display: flex;
}

.column-process-thirds.third-column, .column-process-thirds.second-column {
  padding-top: 0;
}

.tile-process-thirds {
  border-top: 1px solid var(--color--light-0-6);
  border-bottom: 1px solid var(--color--light-0-6);
  border-radius: 4px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.section-big-image {
  height: 100vh;
  min-height: 600px;
  max-height: 1000px;
  position: relative;
  overflow: hidden;
}

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

.heading-left.mg-bottom-64, .heading-left.mg-bottom-80 {
  margin-bottom: 64px;
}

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

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

.h3-expertises {
  color: var(--color--light-0-6);
  margin-top: 0;
  margin-bottom: 0;
}

.divider-expertises-top {
  background-color: var(--color--light-0-6);
  transform-origin: 0%;
  width: 100%;
  height: 1px;
}

.divider-expertises-general {
  background-color: var(--color--light-0-3);
  transform-origin: 0%;
  width: 100%;
  height: 1px;
}

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

.master-gallery-marquee {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  overflow: hidden;
}

.gallery-images-wrap {
  grid-row-gap: 24px;
  display: flex;
}

.single-gallery-images {
  flex: none;
  align-items: center;
  height: auto;
  display: flex;
}

.image-wrap-gallery-big {
  width: 520px;
  height: 520px;
  overflow: hidden;
}

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

.wrap-big-text {
  max-width: 1352px;
}

.big-text {
  color: var(--color--light-0-6);
  font-size: 80px;
  line-height: 135%;
}

.tabs {
  grid-column-gap: 160px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .8fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.bottom-testimonial {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tab-content-testimonial {
  grid-row-gap: 24px;
  border-top: 1px solid var(--color--light);
  border-bottom: 1px solid var(--color--light);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.tab-circle {
  background-color: var(--color--light);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.tabs-menu {
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.text-testimonial-name {
  color: #666;
  font-size: 16px;
}

.tab-link {
  grid-column-gap: 16px;
  border-top: 1px solid var(--color--light-0-3);
  color: #999893;
  background-color: rgba(221, 221, 221, 0);
  align-items: center;
  padding: 32px 0;
  font-size: 20px;
  display: flex;
}

.tab-link.w--current {
  color: var(--color--light);
  background-color: rgba(221, 221, 221, 0);
}

.text-testimonial {
  font-size: 28px;
  line-height: 130%;
}

.tabs-content {
  flex: 1;
  width: 100%;
  max-width: 520px;
}

.third-footer {
  border-top: 1px solid #faebe3;
  border-bottom: 1px solid #faebe3;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.link-legal-footer {
  color: var(--color--light);
}

.legal-footer {
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.right-third-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-big-email-footer {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color--light) #fffdf5 #fffdf5;
  color: var(--color--light);
  text-align: center;
  border-radius: 160px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 164px;
  margin-bottom: 100px;
  font-size: 68px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
  transition: color .5s, background-color .5s;
  display: flex;
}

.link-big-email-footer:hover {
  background-color: var(--color--light);
  color: var(--color--dark);
}

.heading-footer-links {
  color: var(--color--light);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}

.footer {
  border-top: 1px solid var(--color--light-0-3);
  background-color: var(--color--dark);
  color: #faebe3;
  padding-top: 120px;
  padding-bottom: 80px;
}

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

.link-footer-social {
  color: var(--color--light);
  font-size: 20px;
  text-decoration: none;
}

.link-footer {
  color: var(--color--light);
  font-size: 18px;
  text-decoration: none;
}

.brand-footer {
  max-width: none;
  height: 100%;
}

.text-legal-footer {
  color: var(--color--light);
  font-size: 16px;
}

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

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

.limit-hero-about {
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
}

.text-hero-small-text {
  margin-bottom: 120px;
}

.h1-about {
  color: var(--color--light-0-6);
}

.fade-in {
  color: var(--color--light);
}

.list-values {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.master-value {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.content-value {
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 115px;
  display: flex;
}

.right-value {
  max-width: 550px;
}

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

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

.image-team {
  width: 100%;
}

.wrap-team-name {
  grid-row-gap: 12px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fade-out {
  color: var(--color--light-0-6);
}

.list-offices {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.grid-office {
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.3fr .8fr;
}

.wrap-image-office {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.text-right-office {
  width: 100%;
  max-width: 228px;
}

.expandable-single {
  border-top: 1px solid var(--color--light-0-3);
  cursor: pointer;
  padding: 30px 0;
}

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

.plus-line {
  background-color: var(--color--light);
  border-radius: 1px;
  width: 24px;
  height: 1px;
}

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

.faq-paragraph {
  transform-origin: 50% 0;
  color: var(--color--light-0-6);
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 12px;
}

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

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

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

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

.title-services {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 790px;
  display: flex;
}

.master-moving-text {
  border-top: 1px solid var(--color--light-0-6);
  border-bottom: 1px solid var(--color--light-0-6);
  width: 100vw;
  padding-top: 72px;
  padding-bottom: 72px;
  overflow: hidden;
}

.inside-moving-text {
  grid-column-gap: 40px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.single-moving-text {
  grid-column-gap: 40px;
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.text-moving-text {
  color: var(--color--light-0-6);
  flex: none;
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
}

.circle-moving-text {
  background-color: var(--color--light-0-3);
  border-radius: 50%;
  flex: none;
  width: 16px;
  height: 16px;
}

.master-services-sections {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.master-sefvice-big {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.top-service-big {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.left-top-service-big {
  grid-column-gap: 148px;
  grid-row-gap: 148px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
}

.master-expertises-list-service-big {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 400px;
  display: flex;
}

.grid-service-images {
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr .8fr;
}

.grid-service-images.version-two-grid {
  grid-template-columns: .8fr 1fr 1.2fr;
}

.grid-service-images.version-three-grid {
  grid-template-columns: 1fr .8fr 1.2fr;
}

.wrap-image-service-big {
  height: 250px;
  position: relative;
  overflow: hidden;
}

.space-80 {
  height: 80px;
}

.title-wrap-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.right-contact {
  width: 100%;
  max-width: 490px;
}

.link-social {
  color: var(--color--light-0-6);
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
}

.text-field-underline {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--color--light-0-6);
  color: #fff;
  background-color: rgba(20, 20, 20, 0);
  height: 64px;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 300;
}

.text-field-underline:focus {
  border-style: none none solid;
  border-color: black black var(--color--light);
  color: var(--color--light);
}

.text-field-underline::placeholder {
  color: rgba(255, 255, 255, .6);
}

.text-field-underline.text-area {
  padding-bottom: 80px;
}

.link-contact {
  color: rgba(255, 255, 255, .6);
  font-size: 28px;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
}

.divider-contact-right {
  background-color: var(--color--light-0-3);
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 48px;
}

.success-message {
  background-color: var(--color--light);
  color: var(--color--dark);
}

.grid-contact {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  margin-top: 80px;
}

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

.top-contact {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 64px;
  display: flex;
}

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

.wrap-image-team {
  position: relative;
  overflow: hidden;
}

.title-wrap-projects {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 980px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.master-project-main {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.grid-project-main {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
}

.wrap-image-project-big {
  height: 460px;
  position: relative;
  overflow: hidden;
}

.right-project-big {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 480px;
  display: flex;
}

.top-project-big {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

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

.list-project-big {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 1122px;
  padding-left: 24px;
  padding-right: 24px;
}

.title-wrap-project-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 894px;
  display: flex;
}

.list-project-details {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 942px;
  padding-left: 24px;
  padding-right: 24px;
}

.limit-rich-text {
  max-width: 688px;
}

.wrapper-gallery-images {
  flex: none;
}

.section-moving-images-project {
  padding-top: 0;
  padding-bottom: 0;
}

.list-sticky-images {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.item-sticky-image {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.image-stick-image-project {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-next-project {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-next-project {
  background-color: rgba(20, 20, 20, .6);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flex-next-project {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.left-next-project {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 560px;
  display: flex;
}

.title-wrap-blog {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.grid-blog-halves {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tile-blog {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.wrap-image-blog {
  height: 380px;
}

.image-blog {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bottom-blog {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-read-more {
  font-weight: 400;
}

.title-wrap-blog-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap-pricing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

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

.tile-pricing {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid var(--color--light);
  border-bottom: 1px solid var(--color--light);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.top-pricing-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.master-included-pricing {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.text-included-pricing {
  font-size: 18px;
}

.flex-cta-pricing {
  width: 100%;
  margin-top: 24px;
}

.grid-product-hero {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr .7fr;
}

.left-product-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.limit-subtitle-product {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
}

.default-state-add-to-cart {
  margin-top: 16px;
  margin-bottom: 0;
}

.brand-checkout {
  border-bottom: 1px solid var(--color--light-0-3);
  background-color: var(--color--dark);
  justify-content: center;
  align-items: center;
  height: 72px;
  padding-top: 4px;
  display: flex;
}

.link-brand-checkout {
  justify-content: center;
  align-items: center;
  height: 24px;
  display: flex;
}

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

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

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

.block-header {
  border-width: 1px;
  border-color: var(--color--light) var(--color--light) var(--color--light-0-3);
  background-color: var(--color--dark);
  border-radius: 0;
}

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

.shipping-method {
  background-color: #f7f2e2;
}

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

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

.block-content {
  border-right-width: 1px;
  border-right-color: var(--color--light);
  border-bottom-width: 1px;
  border-bottom-color: var(--color--light);
  border-left-width: 1px;
  border-left-color: var(--color--light);
  background-color: var(--color--dark);
  border-radius: 0;
}

.text-field-checkout {
  border-width: 1px;
  border-color: var(--color--light-0-6);
  color: var(--color--light);
  background-color: rgba(255, 255, 255, .05);
  border-radius: 70px;
  height: 44px;
  margin-bottom: 12px;
  padding-left: 8px;
}

.text-field-checkout:focus, .text-field-checkout.-wfp-focus {
  border-style: solid;
  border-color: var(--color--light);
  color: var(--color--light);
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 90%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.title-wrap-404 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tile-changelog {
  background-color: rgba(255, 255, 255, .03);
  border-radius: 0;
  width: 100%;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 32px;
}

.top-sales-hero {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  display: flex;
}

.left-hero-sales {
  max-width: 800px;
}

.bottom-hero-sales {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.master-sales-gallery {
  z-index: 20;
  justify-content: flex-start;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
  position: relative;
}

.move-hero-c {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.single-hero-c {
  grid-column-gap: 40px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-hero-home-c {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 2px;
  flex: none;
  width: 100%;
  max-width: 360px;
}

.included-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--color--light-0-3);
  border-bottom: 1px solid var(--color--light-0-3);
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

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

.grid-stats-wide {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.single-center-stat {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-heading-3 {
  font-size: 32px;
  font-weight: 300;
  line-height: 130%;
}

.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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--color--light);
  text-align: center;
  background-color: rgba(255, 255, 255, .04);
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 24px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

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

.image-sales-page {
  border: 1px solid rgba(250, 235, 227, .11);
  border-radius: 2px;
  width: 100%;
}

.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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .92;
  color: var(--color--light);
  text-align: left;
  background-color: #1d1d1d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 32px 24px;
  display: flex;
}

.fixed-cart {
  z-index: 10000;
  position: fixed;
  top: auto;
  bottom: 24px;
  left: auto;
  right: 24px;
}

.remove-link {
  color: var(--color--light);
  text-decoration: none;
}

.cart-button {
  border: 2px solid var(--color--light);
  background-color: var(--color--dark);
  border-radius: 50%;
  justify-content: center;
  width: 56px;
  height: 56px;
}

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

.remove-button {
  color: #1c3533;
}

.icon-cart-product {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px;
}

.cta-2 {
  color: #fff8eb;
  background-color: #0d0d0d;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 32px;
  padding-right: 32px;
  transition: background-color .2s;
  display: flex;
}

.cta-2:hover {
  background-color: #0d0d0d;
}

.service-image {
  width: 100%;
}

.text-block {
  color: var(--color--light-0-6);
  font-size: var(--body-small);
  max-width: 85%;
}

.logo-animation {
  color: #a0a0a0;
}

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

  h2 {
    font-size: 48px;
  }

  .section.hero-about, .section.hero-contact, .section.hero-projects {
    padding-top: 80px;
  }

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

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

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

  .subtitle {
    font-size: 28px;
  }

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

  .text-style-h1 {
    font-size: 64px;
  }

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

  .mega-h1 {
    font-size: 72px;
  }

  .dropdown-list.w--open {
    width: 100%;
    margin-bottom: 12px;
    position: static;
  }

  .icon-chevron-dropdown {
    width: 32px;
    height: 32px;
  }

  .dropdown-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
  }

  .dropdown-toggle {
    font-size: 24px;
  }

  .dropdown {
    display: block;
  }

  .nav-link {
    font-size: 24px;
  }

  .nav-menu {
    background-color: #1a1a1a;
    border-radius: 12px;
    flex-direction: column;
    align-items: center;
    width: 98%;
    max-width: 400px;
    max-height: 80vh;
    margin-top: 16px;
    margin-left: auto;
    margin-right: 24px;
    padding: 24px;
    display: flex;
    overflow: scroll;
  }

  .master-hero-home {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 64px;
  }

  .wrap-video-home {
    height: 62vw;
    min-height: 400px;
    max-height: 700px;
  }

  .grid-about-us {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .right-about-us {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .left-about-us {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: center;
  }

  .master-stats-left {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .line-horizontal-0-3.line-home-project {
    margin-top: 80px;
  }

  .flex-heading-link {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .column-process-thirds.third-column, .column-process-thirds.second-column {
    padding-top: 0;
  }

  .section-big-image {
    height: 72vw;
    min-height: 300px;
    max-height: 700px;
  }

  .big-text {
    font-size: 7.2vw;
  }

  .tabs {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .tab-link {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .h1-about {
    font-size: 64px;
  }

  .content-value {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 0;
  }

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

  .grid-office {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .master-moving-text {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .top-service-big {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .left-top-service-big {
    max-width: 550px;
  }

  .master-expertises-list-service-big {
    width: 70%;
    max-width: 500px;
  }

  .title-wrap-contact {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .right-contact {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .grid-contact {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-contact {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-project-main {
    grid-template-columns: 1fr;
  }

  .wrap-image-project-big {
    height: 54vw;
  }

  .right-project-big {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .list-project-details {
    flex-flow: wrap;
  }

  .flex-next-project {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

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

  .tile-pricing {
    border-bottom-style: none;
  }

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

  .left-product-hero {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .menu-button {
    border: 1px solid var(--color--light-0-3);
    background-color: rgba(33, 33, 33, 0);
    border-radius: 100px;
    width: 50px;
    height: 50px;
    padding: 0;
  }

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

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

  .line-menu {
    background-color: #fff;
    border-radius: 4px;
    width: 32px;
    height: 2px;
    padding: 0;
  }

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

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

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

  .top-sales-hero {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 64px;
  }

  .image-hero-home-c {
    max-width: 270px;
  }

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

  .grid-stats-wide {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
    max-width: 640px;
  }

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

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

  .sales-card {
    padding: 16px;
  }

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

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

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

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

  .section.hero-project-template {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .subtitle {
    font-size: 24px;
  }

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

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

  .text-style-h2 {
    font-size: 48px;
  }

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

  .text-style-h1 {
    font-size: 52px;
  }

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

  .mega-h1 {
    font-size: 56px;
  }

  .dropdown-list.w--open {
    border-color: rgba(255, 255, 255, .28);
  }

  .grid-about-us {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .master-stats-left.about-hero-stats {
    grid-row-gap: 100px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .stat-left.keep-left {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wrap-image-project-home {
    height: 48vw;
  }

  .bottom-project-home {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .left-project-home {
    max-width: none;
  }

  .top-left-bottom-project-home {
    flex-flow: wrap;
  }

  .grid-process-thirds {
    max-width: 480px;
  }

  .heading-left.mg-bottom-80.center-portrait {
    text-align: center;
    flex-flow: column;
  }

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

  .section-moving-images {
    padding-top: 80px;
    padding-bottom: 52px;
  }

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

  .tabs-menu {
    margin-bottom: 32px;
  }

  .tab-link {
    font-size: 24px;
  }

  .third-footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .right-third-footer {
    flex-wrap: wrap;
    justify-content: center;
  }

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

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

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

  .second-footer {
    grid-row-gap: 100px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-hero-small-text {
    margin-bottom: 63px;
  }

  .h1-about {
    font-size: 48px;
  }

  .grid-team {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .master-expertises-list-service-big {
    width: 90%;
  }

  .grid-service-images, .grid-service-images.version-two-grid, .grid-service-images.version-three-grid {
    grid-template-columns: 1fr;
  }

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

  .grid-project-main {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .top-project-big {
    flex-flow: wrap;
  }

  .list-project-details {
    grid-column-gap: 40px;
    grid-row-gap: 18px;
  }

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

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

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

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

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

  h2 {
    font-size: 38px;
  }

  blockquote {
    padding: 28px;
    font-size: 20px;
    line-height: 140%;
  }

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

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

  .section.hero-about, .section.hero-projects {
    padding-top: 72px;
  }

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

  .section.hero-blog {
    padding-top: 72px;
  }

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

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

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

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

  .subtitle {
    font-size: 26px;
  }

  .text-style-h3 {
    font-size: 28px;
  }

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

  .text-style-h2 {
    font-size: 36px;
  }

  .text-style-h1 {
    font-size: 46px;
  }

  .mega-h1 {
    font-size: 44px;
  }

  .navbar {
    height: 100px;
  }

  .brand-link-navbar {
    width: 40vw;
    max-width: 153px;
    height: auto;
    padding-left: 0;
  }

  .brand-navbar {
    width: 100%;
    height: auto;
  }

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

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

  .master-hero-home {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 48px;
  }

  .text-location-home {
    margin-bottom: 0;
  }

  .wrap-video-home {
    height: 70vw;
    min-height: 180px;
  }

  .grid-about-us {
    flex-flow: column;
    grid-template-rows: auto;
    grid-auto-flow: row;
    display: flex;
  }

  .master-stats-left {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

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

  .line-horizontal-0-3.line-home-project {
    margin-top: 40px;
  }

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

  .master-project-home {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .wrap-image-project-home {
    height: 40vw;
    min-height: 200px;
    max-height: 360px;
  }

  .top-left-bottom-project-home {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .date-project {
    margin-bottom: 0;
  }

  .paragraph-services-list {
    font-size: 22px;
  }

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

  .section-big-image {
    min-height: 200px;
  }

  .image-wrap-gallery-big {
    width: 90vw;
    height: 90vw;
  }

  .big-text {
    font-size: 10vw;
  }

  .tab-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .link-big-email-footer {
    height: 110px;
    font-size: 8.2vw;
  }

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

  .h1-about {
    font-size: 38px;
  }

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

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

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

  .text-moving-text {
    font-size: 10vw;
  }

  .left-top-service-big {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .master-expertises-list-service-big {
    width: 100%;
  }

  .link-contact {
    font-size: 7vw;
  }

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

  .grid-project-main {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
  }

  .top-project-big {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .list-project-details {
    grid-row-gap: 12px;
  }

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

  .item-sticky-image {
    height: 100vw;
  }

  .tile-blog {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .wrap-image-blog {
    height: 66vw;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-price {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .block-content {
    padding: 16px;
  }

  .top-order {
    margin-bottom: 12px;
    margin-left: 0;
  }

  .menu-button {
    background-color: #2d2c2c;
    width: 46px;
    height: 46px;
    padding: 0;
  }

  .top-sales-hero {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 48px;
  }

  .image-hero-home-c {
    max-width: 220px;
  }

  .included-card {
    padding-top: 40px;
  }

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

  .sales-card {
    padding: 16px;
  }

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

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

  .logo-animation {
    width: 100%;
  }
}

#w-node-_204505d7-d335-bafc-0f66-4088e5f20d32-b8c4e49b, #w-node-_204505d7-d335-bafc-0f66-4088e5f20d37-b8c4e49b, #w-node-_204505d7-d335-bafc-0f66-4088e5f20d3c-b8c4e49b, #w-node-_204505d7-d335-bafc-0f66-4088e5f20d41-b8c4e49b, #w-node-_0707d144-380f-c672-6d37-ff3ce9cc0df7-b8c4e49b, #w-node-_0707d144-380f-c672-6d37-ff3ce9cc0dfd-b8c4e49b, #w-node-_0707d144-380f-c672-6d37-ff3ce9cc0e03-b8c4e49b, #w-node-_0707d144-380f-c672-6d37-ff3ce9cc0e09-b8c4e49b, #w-node-_0707d144-380f-c672-6d37-ff3ce9cc0e0f-b8c4e49b, #w-node-_0707d144-380f-c672-6d37-ff3ce9cc0e15-b8c4e49b, #w-node-_0707d144-380f-c672-6d37-ff3ce9cc0e1b-b8c4e49b, #w-node-_0707d144-380f-c672-6d37-ff3ce9cc0e21-b8c4e49b, #w-node-_0707d144-380f-c672-6d37-ff3ce9cc0e27-b8c4e49b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_179169fd-a2f5-1bef-5973-a6e50bc7bdf6-b8c4e4c3 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_179169fd-a2f5-1bef-5973-a6e50bc7be04-b8c4e4c3 {
  justify-self: end;
}

#w-node-_580ddcda-62e7-f838-6f2a-72732e7b81d7-b8c4e4c3, #w-node-_580ddcda-62e7-f838-6f2a-72732e7b81e9-b8c4e4c3, #w-node-_2b942b80-04b8-25f7-184d-4a022c168681-b8c4e4c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d35e56d2-5332-9e9e-7571-836f8e7e8ff5-b8c4e4c3, #w-node-d602e8fb-2983-395a-c8f2-d81ec804383c-b8c4e4c3 {
  align-self: start;
  justify-self: end;
}

#w-node-e1784384-6bbc-ec03-4d13-52ac3d3356e4-b8c4e4c3 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-e1784384-6bbc-ec03-4d13-52ac3d3356f5-b8c4e4c3 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-cb4c9ff5-b0e4-1338-4911-244b9dec2203-9dec21f8, #w-node-cb4c9ff5-b0e4-1338-4911-244b9dec220a-9dec21f8, #w-node-cb4c9ff5-b0e4-1338-4911-244b9dec2211-9dec21f8, #w-node-_11a3be00-1724-9e99-9261-2856f3832f7c-b8c4e4d5, #w-node-_11a3be00-1724-9e99-9261-2856f3832f85-b8c4e4d5, #w-node-_11a3be00-1724-9e99-9261-2856f3832f8e-b8c4e4d5, #w-node-_11a3be00-1724-9e99-9261-2856f3832f97-b8c4e4d5, #w-node-_11a3be00-1724-9e99-9261-2856f3832fa0-b8c4e4d5, #w-node-_11a3be00-1724-9e99-9261-2856f3832fa9-b8c4e4d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1deb1179-4cf8-e525-d8ce-16cdb1ac36c0-b8c4e4d5, #w-node-_2b7a86e8-b789-550a-d1d7-293fb20ca95e-b8c4e4d5 {
  align-self: start;
  justify-self: end;
}

#w-node-_3ab80942-e777-0b67-dff8-03ab3d15719e-b8c4e4d5, #w-node-_3ab80942-e777-0b67-dff8-03ab3d1571b0-b8c4e4d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5dcf52a3-2412-e982-2663-37b437547f70-b8c4e4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ba2c5f12-5632-1107-69b1-d52dcc0f11bb-b8c4e4d7, #w-node-ba2c5f12-5632-1107-69b1-d52dcc0f11c2-b8c4e4d7, #w-node-ba2c5f12-5632-1107-69b1-d52dcc0f11c9-b8c4e4d7, #w-node-ba2c5f12-5632-1107-69b1-d52dcc0f11d0-b8c4e4d7, #w-node-ba2c5f12-5632-1107-69b1-d52dcc0f11d7-b8c4e4d7, #w-node-ba2c5f12-5632-1107-69b1-d52dcc0f11de-b8c4e4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9eb6ad70-c61f-9165-dfd6-571d2ee16dff-b8c4e4d7, #w-node-_9eb6ad70-c61f-9165-dfd6-571d2ee16e0c-b8c4e4d7 {
  align-self: start;
  justify-self: end;
}

#w-node-_4ff0ed11-fbf1-bade-b39a-d527a7caa411-b8c4e4d8 {
  align-self: center;
  justify-self: center;
}

#w-node-d95dd328-2fe1-9489-d366-7a1dcd062ae0-b8c4e502, #w-node-d95dd328-2fe1-9489-d366-7a1dcd062ae4-b8c4e502, #w-node-d95dd328-2fe1-9489-d366-7a1dcd062ae8-b8c4e502, #w-node-_1d998f8b-e3c5-5aa9-6548-9d07885372de-b8c4e502, #w-node-d95dd328-2fe1-9489-d366-7a1dcd062b06-b8c4e502, #w-node-d95dd328-2fe1-9489-d366-7a1dcd062b0b-b8c4e502 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_476a3703-4b44-cbfd-8e50-b6f5b96d8a79-b8c4e507 {
  align-self: start;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_179169fd-a2f5-1bef-5973-a6e50bc7be04-b8c4e4c3 {
    justify-self: center;
  }

  #w-node-d35e56d2-5332-9e9e-7571-836f8e7e8ff5-b8c4e4c3, #w-node-d602e8fb-2983-395a-c8f2-d81ec804383c-b8c4e4c3 {
    justify-self: start;
  }

  #w-node-e1784384-6bbc-ec03-4d13-52ac3d3356e4-b8c4e4c3, #w-node-e1784384-6bbc-ec03-4d13-52ac3d3356f5-b8c4e4c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1deb1179-4cf8-e525-d8ce-16cdb1ac36c0-b8c4e4d5, #w-node-_2b7a86e8-b789-550a-d1d7-293fb20ca95e-b8c4e4d5, #w-node-_9eb6ad70-c61f-9165-dfd6-571d2ee16dff-b8c4e4d7, #w-node-_9eb6ad70-c61f-9165-dfd6-571d2ee16e0c-b8c4e4d7 {
    justify-self: start;
  }

  #w-node-e7f168cd-89fa-e676-a81c-9ad3bf63e620-b8c4e4da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_476a3703-4b44-cbfd-8e50-b6f5b96d8a79-b8c4e507 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_179169fd-a2f5-1bef-5973-a6e50bc7bdf6-b8c4e4c3 {
    order: -9999;
  }
}


@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-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  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-Regular.otf') format('opentype');
  font-weight: 400;
  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-Bold.otf') format('opentype');
  font-weight: 700;
  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-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}