:root {
  --text-dark: #021e05;
  --primary: #335133;
  --light-gray: #f0fa99;
  --primary-light: #f9f7ef;
  --white: white;
  --lemon: #d1e437;
  --dark-gray: #798c4f;
  --transparent-0: rgba(255, 255, 255, 0);
  --dark-gray-50: rgba(175, 175, 175, .5);
  --black: black;
  --white-50: rgba(255, 255, 255, .5);
  --gray: #e9e9e9;
  --paragraph-gray: #535353;
}

.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-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-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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

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

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -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-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-commercecartopenlinkicon {
  margin-right: 8px;
}

.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-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-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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

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

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

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

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

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

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

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

.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;
}

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

body {
  color: var(--text-dark);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 76px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--text-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--text-dark);
  margin-top: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

a {
  color: var(--text-dark);
  align-items: center;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

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

ul {
  grid-row-gap: 15px;
  color: var(--primary);
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

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

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  border-left: 3px solid var(--primary);
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px 20px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

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

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  background-color: var(--text-dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 120px;
  display: flex;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.dark-background {
  background-color: var(--text-dark);
  display: none;
}

.section.banner-testimonials {
  background-color: var(--text-dark);
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.about-2-banner {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/garden-care.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
}

.section.style-guide-section {
  background-color: var(--text-dark);
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 140px;
  display: flex;
}

.section.shop-product-section {
  padding-top: 140px;
}

.section.book {
  margin-bottom: -60px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.banner-home {
  background-image: linear-gradient(#000, #000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-top: 220px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.section.our-team {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/EEAD03D0-79E7-48D2-ABE3-0C1A6B69DE4B-–-grande-taille.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.services {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/CE49D49B-B46E-4F60-88DE-439111D9B10B-2.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.service-details {
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 140px;
  display: flex;
}

.section.template {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/garden-care.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 140px;
  display: flex;
}

.section.pricing {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/young-woman-working-glass.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.career {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/woman-gardner-greenhouse.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.template-career {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-gustavo.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 140px;
  display: flex;
}

.section.faq {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-julian-bracero.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.contact-us {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/0E9A805D-5BAA-4210-A8F4-3D34CCB8787F-2.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.projects {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/808B1C87-C41C-460A-A481-60BF68B0C147-2.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.blog {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/0E9A805D-5BAA-4210-A8F4-3D34CCB8787F-2.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.categories {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-julian-bracero.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 140px;
  display: flex;
}

.section.shop {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/garden.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.checkout {
  padding-top: 140px;
}

.section.values {
  display: none;
}

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

.base-container.align-left {
  align-items: flex-start;
}

.base-container.large {
  z-index: 3;
  position: relative;
}

.base-container.relative {
  z-index: 2;
  position: relative;
}

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

.base-container.sizing {
  flex: 1;
}

.base-container.sizing-relative {
  z-index: 3;
  flex: 1;
  position: relative;
}

.base-container.dummy {
  display: none;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 33%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  background-color: var(--text-dark);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.color-container {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 58px;
}

.h2-tablet {
  font-size: 42px;
}

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

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 32px;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 0;
  padding: 18px 35px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  transition: color .3s, background-color .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--light-gray);
  opacity: 1;
  color: var(--primary);
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.pagination {
  margin-top: 40px;
}

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

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.nav-link {
  color: var(--light-gray);
  padding: 20px 15px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--lemon);
}

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

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

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
  display: flex;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: var(--light-gray);
  border: 1px solid rgba(0, 0, 0, .18);
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .04);
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 630px;
  margin-left: -300px;
  display: flex;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-family: Inter, sans-serif;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

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

.nav-item-title {
  color: var(--light-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
}

.nav-item-title.dark {
  color: var(--text-dark);
}

.licensing-title-wrapper {
  border-bottom: 1px rgba(94, 94, 94, .5);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid var(--dark-gray);
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px rgba(94, 94, 94, .5);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 320px;
  transition: transform 1s;
}

.licensing-image:hover {
  transform: scale(1.1);
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.licensing-image-link:hover {
  opacity: 1;
}

.banner-title {
  color: var(--white);
  text-align: center;
}

.banner-title.text-light {
  color: var(--light-gray);
}

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

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: var(--dark-gray);
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--dark-gray);
  background-color: var(--transparent-0);
  color: var(--text-dark);
  min-width: 280px;
  height: 62px;
  margin-bottom: 10px;
  padding: 18px 15px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--primary);
  color: var(--text-dark);
  font-size: 16px;
}

.password-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

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

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--dark-gray);
  background-color: var(--transparent-0);
  color: var(--text-dark);
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-input:focus {
  border: 1px solid var(--primary);
  color: var(--text-dark);
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  background-color: var(--primary-light);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
}

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

.blog-post-title {
  margin-bottom: 0;
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--primary);
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-sidebar-item {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.blog-sidebar-post-content {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--light-gray);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  background-color: var(--light-gray);
  color: var(--primary);
}

.blog-sidebar-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  column-count: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  gap: 16px;
  width: 100%;
  display: grid;
}

.blog-sidebar-right {
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.blog-sidebar-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  margin-bottom: 20px;
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  flex: none;
  width: 90px;
  height: 100px;
}

.sidebar-recent-post {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.blog-recent-post-title {
  color: var(--text-dark);
  margin-top: 0;
  transition: color .2s;
}
.text-limited {
  display: -webkit-box;            /* Utiliser le modèle de boîte flexible */
  -webkit-box-orient: vertical;    /* Orienter la boîte en mode vertical */
  -webkit-line-clamp: 2;           /* Limiter à 2 lignes */
  overflow: hidden;                /* Masquer le texte qui dépasse */
  text-overflow: ellipsis;         /* Ajouter des points de suspension à la fin */
}
.text-limited-2 {
  display: -webkit-box;            /* Utiliser le modèle de boîte flexible */
  -webkit-box-orient: vertical;    /* Orienter la boîte en mode vertical */
  -webkit-line-clamp: 1;           /* Limiter à 2 lignes */
  overflow: hidden;                /* Masquer le texte qui dépasse */
  text-overflow: ellipsis;         /* Ajouter des points de suspension à la fin */
}

.blog-recent-post-title:hover {
  color: var(--primary);
}

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blog-recent-post-date {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.sidebar-recent-posts {
  background-color: var(--primary-light);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 25px 10px;
}

.sidebar-categories {
  background-color: var(--primary-light);
  padding: 15px 25px 25px;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.blog-sidebar-post-image {
  transform: scale3d(1, 1, 1);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}

.blog-sidebar-post-image:hover {
  transform: scale(1.1);
}

.blog-sidebar-post-image-link {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.sidebar-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--light-gray);
  padding: 10px 20px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.sidebar-category:hover {
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
}

.blog-template-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-date {
  color: var(--light-gray);
  margin-top: 20px;
  margin-bottom: 0;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: var(--text-dark);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  background-color: var(--primary);
  text-align: center;
  border-radius: 10px;
  align-items: flex-start;
  padding-top: 130px;
  padding-bottom: 60px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-rights {
  color: var(--primary-light);
  font-size: 14px;
}

.footer-copyright {
  color: var(--primary-light);
  width: 100%;
  font-size: 14px;
  display: inline;
}

.footer-copyright-link {
  color: var(--primary-light);
  letter-spacing: .2px;
  margin-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--light-gray);
}

.footer-copyright-link.last {
  margin-right: 0;
  font-size: 14px;
}

.section-title-wrapper {
  text-align: center;
  max-width: 600px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.team-social-icon {
  color: var(--light-gray);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 20px;
}

.team-social-icon:hover {
  color: var(--lemon);
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.values-wrapper {
  width: 100%;
  display: flex;
}

.values-image-wrapper {
  width: 50%;
}

.values-content-wrapper {
  width: 50%;
  padding-left: 60px;
}

.values-counter-wrapper {
  border-top: 1px solid var(--dark-gray);
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.values-counter-item {
  background-color: var(--light-gray);
  width: 50%;
  margin-right: 20px;
  padding: 20px;
}

.values-counter-item.last-child {
  order: 1;
  margin-right: 0;
}

.values-counter-number {
  color: var(--primary);
  margin-bottom: 15px;
}

.career-list-item-wrapper {
  background-color: var(--light-gray);
  align-items: center;
  padding: 20px 35px;
  display: flex;
}

.career-position {
  line-height: 24px;
}

.career-position:hover {
  color: var(--primary);
}

.career-location, .career-type {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.career-button-wrapper {
  text-align: right;
  justify-content: flex-end;
  width: 25%;
  display: flex;
}

.career-title-mobile {
  margin-bottom: 5px;
  display: none;
}

.career-position-wrapper {
  width: 30%;
}

.career-location-wrapper {
  width: 25%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.career-type-wrapper {
  width: 20%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

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

.paragraph-large.secondary-color {
  color: var(--light-gray);
}

.paragraph-large.all-caps {
  text-transform: uppercase;
  font-size: 16px;
}

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

.career-customer-item {
  opacity: .6;
}

.career-customers-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  min-height: 100px;
}

.career-customer-image {
  opacity: .5;
  transition: all .3s;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

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

.section-title-description {
  text-align: center;
  margin-top: 20px;
}

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

.services-item {
  background-color: var(--light-gray);
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.services-item.last-child {
  margin-right: 0;
}

.pricing-plans-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-plan-item {
  background-color: var(--light-gray);
  padding: 30px;
}

.pricing-plan-list {
  margin-top: 20px;
  margin-bottom: 40px;
}

.pricing-plan-item-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.pricing-plan-price-wrapper {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.pricing-plan-price {
  font-size: 56px;
}

.pricing-plan-currency-icon {
  margin-right: 2px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.comparing-table-wrapper {
  width: 100%;
  display: flex;
}

.comparing-table-features-wrapper {
  width: 33%;
  margin-right: 20px;
  display: none;
}

.comparing-table-plans-wrapper {
  width: 100%;
  display: flex;
}

.comparing-table-features-title {
  background-color: var(--light-gray);
  align-items: center;
  min-height: 180px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.comparing-table-list-wrapper {
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.comparing-table-list {
  margin-bottom: 0;
  padding-left: 0;
}

.comparing-table-list-item {
  border-bottom: 1px solid var(--dark-gray-50);
  min-height: 56px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  line-height: 1.5em;
  list-style-type: disc;
}

.comparing-table-plan-title {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.comparing-table-plan {
  width: 33.33%;
  margin-right: 30px;
  transition: all .3s;
}

.comparing-table-plan:hover {
  box-shadow: 0 0 30px rgba(27, 53, 70, .15);
}

.comparing-table-plan.last-child {
  margin-right: 0;
}

.comparing-table-content-wrapper {
  border: 1px solid var(--dark-gray-50);
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.comparing-table-content-item {
  border-bottom: 1px solid var(--dark-gray-50);
  text-align: center;
  min-height: 56px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.comparing-table-tick-icon {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
}

.comparing-table-button-wrapper {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 35px;
  display: flex;
}

.comparing-table-content-item-title {
  margin-bottom: 0;
  font-size: 16px;
}

.workflow-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.workflow-content-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 40px;
  display: flex;
}

.workflow-video-wrapper {
  width: 50%;
}

.workflow-wrapper {
  display: flex;
}

.workflow-profile-photo-wrapper {
  width: 80px;
  height: 80px;
}

.workflow-profile-name {
  color: var(--light-gray);
  margin-bottom: 0;
}

.workflow-video {
  background-image: url('../images/young-woman-working-glass.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 960px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  position: relative;
}

.play-button {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.workflow-quote {
  color: var(--light-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.accordion-wrapper.service-details {
  margin-top: 60px;
}

.accordion-item {
  background-color: var(--light-gray);
  width: 100%;
  padding: 20px 30px;
  position: static;
}

.accordion-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.more-features-icon {
  color: var(--primary);
  text-align: center;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 40px;
}

.link-with-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.link-with-icon.light {
  color: var(--light-gray);
}

.job-position-wrapper {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.job-position-content-wrapper {
  width: 70%;
  padding-right: 70px;
}

.job-position-sidebar-wrapper {
  background-color: var(--light-gray);
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  padding: 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.job-position-sidebar-wrap {
  align-items: center;
  display: flex;
}

.job-position-sidebar-wrap.last-child {
  margin-bottom: 20px;
}

.job-position-icon {
  color: var(--primary);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.contacts-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  flex: 1;
  width: 50%;
  padding-right: 40px;
}

.contacts-form-wrapper {
  background-color: var(--light-gray);
  width: 50%;
  margin-left: 40px;
  padding: 40px;
}

.contacts-divider {
  background-color: var(--dark-gray);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-detail {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

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

.contacts-location-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-left-arrow {
  color: var(--dark-gray);
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 60px;
}

.contacts-left-arrow:hover {
  color: var(--primary);
}

.contacts-right-arrow {
  color: var(--dark-gray);
  max-width: 40px;
  padding: 10px 15px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 19px;
}

.contacts-right-arrow:hover {
  color: var(--primary);
}

.contacts-slider-arrow-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-arrows-divider {
  background-color: var(--dark-gray);
  width: 1px;
  height: 20px;
  position: absolute;
  top: 12px;
  bottom: auto;
  left: auto;
  right: 60px;
}

.contacts-textarea {
  border: 1px solid var(--dark-gray);
  background-color: var(--transparent-0);
  color: var(--text-dark);
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  max-height: 300px;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary);
  color: var(--text-dark);
  font-size: 16px;
}

.contacts-textarea::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 1em;
}

.contacts-form-title {
  text-align: center;
  margin-bottom: 40px;
}

.footer-social-icons-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.footer-brand {
  color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  padding-left: 0;
}

.footer-social-icon {
  color: var(--primary-light);
  margin-right: 30px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  color: var(--light-gray);
}

.footer-social-icon.last-child {
  margin-right: 0;
}

.footer-logo {
  background-color: var(--transparent-0);
  border-radius: 0;
  height: 44px;
}

.search-wrap-input {
  color: var(--text-dark);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1000;
  background-color: rgba(255, 255, 255, .9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: auto;
  right: 50px;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  color: var(--dark-gray);
  margin-bottom: 10px;
  font-size: 18px;
  transition: color .3s;
  display: inline-block;
}

.search-link:hover {
  color: var(--primary);
}

.search-input {
  border: 1px solid var(--dark-gray);
  background-color: var(--transparent-0);
  color: var(--text-dark);
  height: auto;
  margin-bottom: 0;
  padding: 18px 22px;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--primary);
  color: var(--text-dark);
  font-size: 16px;
}

.search-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  margin-bottom: 60px;
  padding-top: 140px;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.footer-brand-description {
  color: var(--primary-light);
  text-align: left;
}

.customers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--lemon);
  border-left: 1px solid var(--lemon);
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.customer-wrapper {
  border-right: 1px solid var(--lemon);
  border-bottom: 1px solid var(--lemon);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  transition: all .3s;
  display: flex;
}

.customer-wrapper:hover {
  opacity: 1;
}

.customer-title {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 14px;
}

.testimonials-card-wrapper {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.testimonials-card-item {
  background-color: var(--light-gray);
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.testimonials-card-position {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}

.testimonials-card-icon {
  color: var(--primary);
  margin-bottom: 30px;
  font-family: "Fa solid 900", sans-serif;
}

.testimonials-card-date {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
}

.service-details-content-wrapper {
  width: 70%;
}

.accordion-wrap-one-column {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.service-details-sidebar-wrapper {
  background-color: var(--light-gray);
  flex-direction: column;
  align-items: center;
  width: 30%;
  padding: 20px 40px 30px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.service-details-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-details-sidebar-contacts {
  margin-top: 10px;
  margin-bottom: 30px;
}

.dark-gray-style-guide {
  background-color: var(--dark-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 20px;
  padding-bottom: 5px;
  display: flex;
}

.service-list-item {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

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

.services-list-item {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.service-list-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 350px;
  transition: transform 1s;
}

.service-list-image:hover {
  transform: scale(1.1);
}

.service-list-item-content {
  flex-direction: column;
  display: flex;
}

.service-list-2-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.service-list-2-item-description {
  min-height: 15vh;
  margin-top: 0;
  font-size: 18px;
}

.service-list-section-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  display: flex;
}

.service-list-section-wrap {
  width: 50%;
}

.service-list-section-wrap.first-child {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.service-list {
  margin-bottom: 40px;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-tab-link {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 20px;
}

.portfolio-tab-link:hover {
  color: var(--dark-gray);
}

.portfolio-tab-link.w--current {
  color: var(--dark-gray);
  background-color: rgba(0, 0, 0, 0);
}

.portfolio-tab-link.all-projects {
  flex: 1;
  padding-left: 0;
}

.portfolio-tab-link.last-child {
  order: 1;
  padding-right: 0;
}

.tabs-menu {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

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

.portfolio-grid-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}

.portfolio-grid-image:hover {
  transform: scale(1.1);
}

.portfolio-grid-collection-item {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.portfolio-grid-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 15px;
  display: flex;
}

.portfolio-grid-category {
  color: var(--text-dark);
  margin-bottom: 5px;
  font-size: 18px;
}

.template-empty-state {
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.banner-buttons-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.project-template-content {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.project-template-info {
  width: 30%;
  padding-left: 80px;
}

.project-template-content-wrapper {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-template-info-wrap {
  margin-bottom: 30px;
}

.project-template-info-wrap.last-child {
  margin-bottom: 0;
}

.paragraph-gray {
  margin-top: 0;
  margin-bottom: 0;
}

.project-template-social-icons {
  display: flex;
}

.project-template-social-link {
  border: 1px solid var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 15px;
  line-height: 15px;
  transition: all .3s;
  display: flex;
}

.project-template-social-link:hover {
  background-color: var(--primary);
  color: var(--white);
}

.project-template-social-link.last-child {
  margin-right: 0;
}

.project-pagination-wrapper {
  border-top: 1px solid var(--dark-gray-50);
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.project-pagination-icon-wrapper {
  border-right: 1px solid var(--dark-gray-50);
  border-left: 1px solid var(--dark-gray-50);
  text-align: center;
  width: 20%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.project-template-images-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.project-template-empty-state {
  background-color: rgba(0, 0, 0, 0);
  height: 0;
  padding: 0;
}

.nav-dropdown-column {
  width: 33%;
}

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid var(--white);
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.sidebar-search {
  background-color: var(--primary-light);
  padding: 25px;
}

.sidebar-search-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.sidebar-search-input {
  border: 1px solid var(--dark-gray);
  background-color: var(--transparent-0);
  color: var(--text-dark);
  height: auto;
  min-height: 62px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 16px 22px;
  font-size: 16px;
}

.sidebar-search-input:focus {
  border-color: var(--primary);
  color: var(--text-dark);
  font-size: 16px;
}

.sidebar-search-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: relative;
}

.blog-sidebar-left-wrapper {
  width: 100%;
}

.home-buttons-wrapper {
  grid-column-gap: 30px;
  margin-top: 40px;
  display: flex;
}

.home-banner-title {
  color: var(--light-gray);
  line-height: 1.2em;
}

.navbar-absolute {
  background-color: rgba(221, 221, 221, 0);
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.empty-state {
  background-color: var(--transparent-0);
}

.empty-state.light {
  color: var(--white);
}

.text-container {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.text-container.mb-0 {
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  margin-bottom: 0;
}

.description-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.title-container {
  width: 50%;
}

.banner-section {
  flex-direction: column;
  height: 100vh;
  position: relative;
}

.banner-section.home-6-banner {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/AEA8B7C2-5562-432F-AEBB-3C4EB7AD290A-2.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-end;
  max-width: none;
  height: auto;
  min-height: 100vh;
  padding: 110px 0 80px;
  display: flex;
}

.banner-section.home-7-banner {
  height: 100%;
  padding-top: 140px;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

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

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.portfolio-grid-tabs {
  width: 100%;
}

.portfolio-grid-image-link {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  top: 0%;
  bottom: auto;
  left: 12%;
  right: 0%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  top: 60%;
  bottom: auto;
  left: 24%;
  right: 0%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  top: 19%;
  bottom: 0%;
  left: auto;
  right: 4%;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  top: 47%;
  bottom: 0%;
  left: 50%;
  right: 30%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  top: 31%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.subtitle {
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.home-4-banner {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.mb-10 {
  margin-bottom: 10px;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.home-banner {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85%;
  height: 100%;
  display: flex;
  position: relative;
}

.tree-services-wrapper {
  z-index: 5;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 80px;
  display: grid;
  position: relative;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.video-lightbox {
  background-image: url('../images/young-woman-working-glass.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 520px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.industries-block-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px rgba(20, 23, 51, .15);
}

.home-form-field {
  border: 1px solid var(--light-gray);
  background-color: var(--transparent-0);
  color: var(--light-gray);
  width: 360px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 20px 17px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.home-form-field:focus {
  border-style: solid;
  border-color: var(--white);
  color: var(--white);
}

.home-form-field::placeholder {
  color: var(--light-gray);
  font-size: 16px;
}

.home-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.sidebar-categories-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.capabilities-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.project-button-link {
  color: var(--text-dark);
  justify-content: center;
  width: 40%;
  display: flex;
}

.project-button-link:hover {
  color: var(--dark-gray);
}

.project-prev-button-link-icon {
  margin-top: 2px;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-next-button-link-icon {
  margin-top: 2px;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-button-link-paragraph {
  font-size: 18px;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-info-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.about-info-wrap-left, .about-info-wrap-right {
  width: 50%;
}

.about-info-cards-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--dark-gray);
  flex-flow: wrap;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  display: flex;
}

.about-info-cards-wrap {
  background-color: var(--primary-light);
  width: 47%;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.check-icon {
  color: var(--light-gray);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.rich-text-style h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 30px;
}

.rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 24px;
}

.rich-text-style h5 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 20px;
}

.rich-text-style h6 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 18px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 25px;
  margin-left: 20px;
}

.rich-text-style img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text-style.medium-margin-bottom {
  margin-bottom: 40px;
}

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

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.home-blogs {
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  overflow: hidden;
}

.home-blogs-wrapper {
  justify-content: center;
  display: flex;
}

.home-blog-item {
  flex: none;
  width: 350px;
  margin-left: 15px;
  margin-right: 15px;
}

.home-blog-img {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 300px;
  transition: transform 1s;
}

.home-blog-img:hover {
  transform: scale(1.1);
}

.home-blog-image-link {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.home-blogs-title {
  transition: color .3s;
}

.home-blogs-title:hover {
  color: var(--primary);
}

.home-23-team-item {
  width: 33%;
}

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

.brand-tablet {
  display: none;
}

.brand {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: .5rem 2rem;
}

.brand.w--current {
  background-color: var(--transparent-0);
  border-radius: 10px;
  justify-content: center;
  min-width: 20%;
  max-width: 20%;
  padding: .5rem 2rem;
  transition-property: none;
  display: flex;
}

.home-blog-list {
  max-width: 100%;
}

.heading-hover {
  transition: color .3s;
}

.heading-hover:hover {
  color: var(--primary);
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 80%;
}

.grid-header {
  margin-top: 55px;
}

.main-style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.main-style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.style-guide-tab-link {
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  background-color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--primary);
  color: #fff;
}

.style-guide-tabs-menu {
  border-left: 1px solid var(--black);
  margin-bottom: 80px;
  display: flex;
}

.grid-title {
  background-color: var(--primary);
  color: #fff;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.banner-title-wrapper-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  display: flex;
  position: relative;
}

.album-2-title {
  color: var(--light-gray);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.testimonials-bg-element {
  background-color: var(--text-dark);
  height: 160px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.shop-collection-item {
  width: 100%;
}

.shop-item-price-on-sale {
  color: var(--dark-gray);
  margin-top: 10px;
  font-size: 18px;
  text-decoration: line-through;
}

.shop-collection-list-wrapper {
  z-index: 999;
  width: 100%;
  position: relative;
}

.main-shop-list-item {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shop-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-item-price {
  margin-top: 10px;
  font-size: 18px;
}

.shop-price-wrapper {
  grid-column-gap: 15px;
  flex-flow: wrap;
  margin-bottom: 10px;
  display: flex;
}

.shop-details-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.shop-image-lightbox-link {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.shop-item-price-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.shop-images-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.shop-details-block {
  grid-row-gap: 25px;
  background-color: var(--primary-light);
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
  padding: 50px;
  display: flex;
}

.shop-item-info-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.image-preview.shop {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: transform 1s;
}

.image-preview.shop:hover {
  transform: scale(1.2);
}

.shop-image-item {
  width: 100%;
  height: 100%;
}

.shop-details-content-block {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.shop-text-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.shop-details-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
}

.shop-price-on-sale {
  color: var(--dark-gray);
  text-decoration: line-through;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.collection-list-wrapper-blog-sidebar, .collection-list-wrapper-portfolio {
  width: 100%;
}

.position-relative {
  position: relative;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.success-message {
  background-color: var(--transparent-0);
  color: var(--primary);
}

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

.error-message {
  color: var(--primary);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.error-message.light {
  color: var(--light-gray);
}

.icon-arrow {
  width: 25px;
}

.button-text-item {
  color: var(--light-gray);
  text-transform: none;
  font-family: Bricolage Grotesque, sans-serif;
  line-height: 21px;
  text-decoration: none;
}

.button-text-item.dark {
  color: var(--text-dark);
  font-weight: 400;
}

.button-text-wrap {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}

.primary-button-green {
  background-color: var(--primary);
  align-items: center;
  padding: 18px 35px;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.primary-button-light {
  background-color: var(--light-gray);
  align-items: center;
  padding: 18px 35px;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.secondary-button-light {
  border: 1px solid var(--light-gray);
  align-items: center;
  padding: 18px 35px;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.background-image {
  z-index: 1;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  background-color: rgba(2, 30, 5, .5);
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.paragraph-banner {
  width: 65%;
}

.paragraph-banner.home {
  width: 80%;
}

.collection-services-wrapper {
  width: 100%;
}

.collection-services-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-item-service {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-service {
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 100%;
}

.image-service.filder {
  opacity: 1;
}

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

.flex-vertical-align-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.big-text {
  color: var(--primary);
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.2em;
}

.flex-horizontal-align-start {
  align-items: flex-start;
  display: flex;
}

.flex-horizontal-align-start.mobile-flex-vertical-center {
  width: 100%;
}

.flex-horizontal-align-start.about {
  background-color: var(--light-gray);
  width: 100%;
  margin-bottom: -80px;
  padding: 20px;
}

.counter-block {
  display: flex;
}

.desktop-1-4-width-column {
  width: 25%;
}

.arrow-2 {
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
  line-height: 1.2em;
}

.images-wrapper {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.image-full {
  object-fit: cover;
  width: 100%;
  height: 600px;
  margin-right: 20px;
}

.slider-2 {
  height: 500px;
}

.light-text {
  color: var(--light-gray);
}

.text-wrapper {
  width: 100%;
}

.text-wrapper.margin-bottom-medium {
  margin-bottom: 50px;
}

.process-container {
  grid-column-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.process-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.image-process {
  height: 220px;
}

.content-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.process-heading {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.block-right {
  margin-left: auto;
}

.block-right.mt-20 {
  margin-top: 20px;
}

.projects-mask {
  width: 70%;
  max-width: 900px;
  overflow: visible;
}

.empty-state-white {
  background-color: rgba(0, 0, 0, 0);
}

.arrow-slide {
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.projects-card-slider {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.slider-wrapper {
  width: 100%;
  overflow: hidden;
}

.slide-arrow {
  border: 1px solid var(--light-gray);
  color: var(--light-gray);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: color .3s, border-color .3s, background-color .3s;
  display: flex;
  top: -20%;
  left: 2%;
  right: auto;
}

.slide-arrow:hover {
  border-color: var(--light-gray);
  background-color: var(--light-gray);
  color: var(--text-dark);
}

.slide-arrow.right {
  left: auto;
  right: 2%;
}

.slide-arrow.second {
  top: 0%;
}

.slide-arrow.second-right {
  top: 0%;
  left: auto;
  right: 2%;
}

.project-card-bottom {
  z-index: 10;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-top: 20px;
  display: grid;
  position: relative;
}

.project-card-wrapper {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.project-content-wrap {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subtitle-category {
  margin-top: 0;
  font-size: 18px;
  display: inline-block;
}

.image-project {
  z-index: 5;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  position: relative;
}

.image-project:hover {
  transform: scale(1.2);
}

.project-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 95%;
  display: grid;
}

.contact-input {
  border: 1px solid var(--dark-gray);
  background-color: var(--transparent-0);
  color: var(--text-dark);
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.contact-input:focus {
  border: 1px solid var(--primary);
  color: var(--text-dark);
  font-size: 16px;
}

.contact-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
}

.news-info-content {
  background-color: var(--light-gray);
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  padding: 40px 60px 40px 40px;
  display: flex;
}

.select-field {
  border: 1px solid var(--dark-gray);
  color: var(--dark-gray);
  background-color: rgba(255, 255, 255, 0);
  height: auto;
  margin-bottom: 40px;
  padding: 16px 18px;
  font-size: 16px;
}

.select-field:active {
  color: var(--text-dark);
  font-size: 16px;
}

.select-field:focus {
  border-color: var(--primary);
  color: var(--text-dark);
}

.select-field:focus-visible {
  color: var(--text-dark);
}

.select-field[data-wf-focus-visible] {
  color: var(--text-dark);
}

.select-field.contact {
  margin-bottom: 10px;
}

.margin-bottom-small {
  margin-bottom: 20px;
}

.form-book-contacts {
  width: 100%;
  height: auto;
  min-height: 295px;
  margin-bottom: 0;
}

.form-book-contacts.contact-us {
  min-height: 442px;
}

.subscribe-title {
  color: var(--primary);
  text-align: left;
  text-transform: none;
  width: 100%;
  margin-top: 0;
}

.form-book {
  width: 100%;
}

.subscribe-image {
  object-fit: cover;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/011DC61C-6791-4B41-AFDC-C49F38C81C82.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 45%;
  position: relative;
  overflow: hidden;
}

.our-news-container {
  background-color: var(--light-gray);
  justify-content: space-between;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.image-cover-wrapper {
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.list-item {
  line-height: 1.5em;
}

.list-item.light-text {
  color: var(--light-gray);
}

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

.base-container-home.position-relative-start {
  z-index: 5;
  align-items: flex-start;
  position: relative;
}

.social-section {
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-networks-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-right: auto;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-cover {
  object-fit: cover;
  background-image: linear-gradient(rgba(33, 33, 33, .7), rgba(33, 33, 33, .7)), url('../images/pexels-edmond_1pexels-edmond.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
}

.image-cover.eight {
  background-image: linear-gradient(rgba(2, 30, 5, .3), rgba(2, 30, 5, .3)), url('../images/bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.list {
  grid-row-gap: 10px;
  color: #9e9e9e;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 25px;
  margin-left: 0;
  padding-left: 0;
  overflow: hidden;
}

.button-light {
  border: 1px solid var(--light-gray);
  background-color: var(--light-gray);
  color: var(--text-dark);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  padding: 18px 35px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  transition: border-color .3s, color .3s, background-color .3s;
  display: inline-block;
}

.button-light:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  opacity: 1;
  color: var(--light-gray);
  font-size: 18px;
}

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

.margin-left-right-auto.text-content-center {
  width: 80%;
}

.margin-top-small {
  margin-top: 20px;
}

.teatimonial-text {
  color: var(--light-gray);
  text-align: center;
  font-size: 32px;
}

.testimonials-slider-style {
  background-color: var(--text-dark);
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.team-column.margin-top-medium {
  margin-top: 40px;
}

.team-member-column {
  width: 100%;
}

.team-member-column.second {
  margin-top: 60px;
}

.text-grey {
  color: var(--dark-gray);
}

.text-grey.without-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.card-side {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-side.front {
  z-index: 1;
  display: block;
  transform: rotate(0);
}

.card-side.back {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-side-wrapper {
  cursor: pointer;
  height: 100%;
  position: relative;
}

.card-side-wrapper.team {
  height: 500px;
}

.card-side-wrapper.service {
  align-items: flex-end;
  width: 100%;
  height: 350px;
  display: flex;
}

.card-side-wrapper.service-center {
  align-items: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
}

.card-side-wrapper.team-member, .card-side-wrapper.career {
  height: 400px;
}

.side-button {
  z-index: 2;
  background-color: var(--primary-light);
  border-radius: 50px;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  transition-property: background-color;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.side-button:hover {
  background-color: var(--light-gray);
}

.plus {
  font-family: "Fa solid 900", sans-serif;
}

.side-bg {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(rgba(2, 30, 5, .5), rgba(2, 30, 5, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.description-block {
  z-index: 4;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: absolute;
}

.description-block.gap-small {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-left: 20px;
  margin-right: 20px;
}

.description-team {
  min-width: 40%;
  margin-top: 0;
}

.main-logo {
  height: 44px;
}

.nav-dropdown-icon-desktop {
  color: var(--light-gray);
  margin-left: 5px;
  margin-right: 0;
  font-size: 14px;
  display: block;
  position: relative;
}

.nav-dropdown-icon-desktop.dark {
  color: var(--text-dark);
}

.cart-block {
  margin-right: 10px;
  display: flex;
}

.button-tablet-block {
  display: none;
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.footer-links-wrapper.half-width {
  width: 45%;
}

.footer-title {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.footer-links-columns-wrapper-large {
  grid-column-gap: 30px;
  flex-direction: row;
  padding-top: 30px;
  display: flex;
}

.footer-links-columns-wrapper-large.padding-top-small {
  padding-top: 0;
}

.footer-link-text {
  color: var(--primary-light);
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: color .3s;
}

.footer-link-text:hover {
  color: var(--light-gray);
}

.footer-link-text.no-top-padding {
  padding-top: 10px;
}

.display-flex-horizontal {
  width: 100%;
  display: flex;
}

.display-flex-horizontal.xsmall-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.column-xxsmall-image {
  object-fit: cover;
  width: 60px;
  height: 60px;
}

.column-xxsmall-image.zoom {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: transform 1s;
}

.column-xxsmall-image.zoom:hover {
  transform: scale(1.1);
}

.flex-vertical-card {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.flex-vertical-card:hover {
  background-position: 50% 20%;
}

.flex-vertical-card.small-gap {
  grid-row-gap: 10px;
}

.footer-links {
  color: var(--primary-light);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: color .3s;
  display: flex;
}

.footer-links:hover {
  color: var(--light-gray);
}

.footer-contacts-icon {
  color: var(--light-gray);
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.work-hours {
  color: #fff;
  text-align: left;
  max-width: 200px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.all-contacts-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.all-contacts-wrapper.contact-wrapper-align-center {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  margin-top: 5px;
}

.footer-links-large-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

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

.heading-service {
  color: var(--light-gray);
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  transition: opacity .3s;
}

.heading-service:hover {
  opacity: .8;
  color: var(--light-gray);
}

.not-full.light-color {
  color: var(--light-gray);
}

.hero-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner-home-grid {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 65%;
  display: grid;
  position: relative;
}

.gradient-hero {
  z-index: 2;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-content {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -40px;
  display: grid;
}

.link-block-bottom {
  z-index: 2;
  text-align: center;
  background-image: linear-gradient(rgba(2, 30, 5, .5), rgba(2, 30, 5, .5));
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 10px;
  display: flex;
  position: absolute;
}

.section-banner-home {
  background-color: var(--text-dark);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.banner-img-home {
  object-fit: cover;
  object-position: 50% 50%;
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.banner-content-home {
  width: 53%;
  display: block;
}

.container-button {
  padding-bottom: 10px;
}

.paragraph-home {
  width: 80%;
}

.mt-20 {
  margin-top: 20px;
}

.banner-inner-title {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 82%;
  margin-bottom: 80px;
  display: flex;
}

.banner-inner-title.mb-0 {
  margin-bottom: 0;
}

.background-bottom {
  background-color: var(--text-dark);
  height: 70%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-text {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
}

.container-text {
  width: 65%;
}

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

.accordion-icon-circle {
  border: 1px solid var(--text-dark);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

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

.link-image-block {
  justify-content: flex-end;
  width: 100%;
  display: flex;
  overflow: hidden;
}

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

.service-categories {
  color: var(--light-gray);
  text-transform: uppercase;
}

.service-categories:hover {
  color: var(--lemon);
}

.link-company {
  margin-top: 0;
  margin-bottom: 0;
}

.link-company:hover {
  color: var(--dark-gray);
}

.footer-main {
  background-color: var(--primary);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.process-text-wrap {
  width: 40%;
}

.process-circle {
  grid-row-gap: 10px;
  border: 1px solid var(--text-dark);
  background-color: var(--primary-light);
  color: var(--text-dark);
  border-radius: 50%;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.process-text {
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
}

.process-text.right-text {
  text-align: right;
}

.process-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.process-circle-wrap {
  align-items: center;
  width: 61%;
  display: flex;
}

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

.process-container-2 {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.card-side-absolute {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  position: absolute;
}

.card-side-absolute.team {
  height: 500px;
}

.card-side-absolute.services-second {
  height: 350px;
}

.process-illustration {
  height: 170px;
  margin-left: 50px;
}

.process-illustration.right {
  margin-left: 0;
  margin-right: 50px;
}

.block-button {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.light-style-guide {
  background-color: var(--lemon);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.right-block {
  margin-left: auto;
}

.right-block.small-top-margin {
  margin-top: 20px;
}

.collection-list-career {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.tabs-content-projects {
  overflow: visible;
}

.lightbox-link {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: -7px;
  overflow: hidden;
}

.image-more-services {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}

.image-more-services:hover {
  transform: scale(1.1);
}

.blog-categories {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 30px;
  width: 100%;
  display: grid;
}

.icon-style-guide-2 {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
}

.icon-style-guide-2.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.text-block-404 {
  z-index: 2;
  color: var(--primary);
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 180px;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
}

.default-state {
  margin-bottom: 0;
}

.out-of-stock-state, .error-state {
  background-color: var(--transparent-0);
  padding-right: 0;
}

.add-to-cart {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.license-link {
  margin-right: 50px;
}

.license-link:hover {
  color: var(--dark-gray);
}

.license-link.last {
  margin-right: 0;
}

.cart-button {
  background-color: var(--transparent-0);
  color: var(--light-gray);
}

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

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

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

.cart-quantity {
  background-color: var(--primary-light);
  color: var(--primary);
  margin-top: -20px;
  margin-left: -5px;
}

.cart-quantity.dark {
  background-color: var(--primary);
  color: var(--primary-light);
}

.lightbox-main-image {
  width: 100%;
  height: 400px;
  position: relative;
}

.images-collection-item {
  width: 50%;
  display: flex;
}

.main-image-product {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.product-image-zoomed {
  width: 100%;
  padding-top: 10px;
  transform: scale(2);
}

.zoom-modal {
  z-index: 10;
  background-color: #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: relative;
  left: auto;
  right: auto;
  overflow: hidden;
  box-shadow: 0 5px 50px #333;
}

.zoom-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.more-image-block {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.empty-state-event {
  background-color: rgba(0, 0, 0, 0);
}

.images-collection-list {
  grid-column-gap: 20px;
  display: flex;
}

.lightbox-small-image {
  width: 100%;
  height: 160px;
}

.shop-category {
  border: 1px solid var(--primary);
  color: var(--primary);
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 18px;
  transition: background-color .3s, border-color .3s;
}

.shop-category:hover {
  border-color: var(--light-gray);
  background-color: var(--light-gray);
}

.field-label-products {
  font-size: 18px;
  font-weight: 600;
}

.default-state-shop {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.quantity {
  border-color: var(--transparent-0) var(--transparent-0) var(--dark-gray);
  background-color: var(--transparent-0);
  border-radius: 0;
  width: 100%;
  height: 60px;
  padding-left: 20px;
}

.quantity:focus {
  border-color: var(--transparent-0) var(--transparent-0) var(--text-dark);
}

.shop-images-wrapper {
  height: 100%;
}

.heading-container {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

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

.cart-quantity-small {
  border-color: var(--dark-gray);
}

.cart-quantity-small:hover, .cart-quantity-small:focus {
  border-color: var(--primary);
}

.text-block-cart {
  font-size: 18px;
  font-weight: 600;
}

.close-button {
  cursor: pointer;
}

.subtotal {
  color: var(--primary);
  font-size: 20px;
  font-weight: 600;
}

.apple-pay, .pay-with-browser {
  height: 60px;
}

.cart-item {
  width: 100%;
}

.checkout-form {
  background-color: var(--transparent-0);
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.checkbox {
  margin-top: -10px;
}

.order-field {
  border-color: var(--dark-gray-50);
}

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

.order-item-wrap {
  flex: 1;
  display: flex;
}

.paypal-checkout-form, .order-confirmation {
  background-color: var(--transparent-0);
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.image-social {
  overflow: hidden;
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 296px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  position: fixed;
  top: auto;
  bottom: 5px;
  left: 5px;
  right: auto;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  max-width: 93%;
  font-size: 12px;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition-property: none;
}

.hire-buttons:hover {
  opacity: 1;
  color: #fff;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.buy-this-template {
  z-index: 1000;
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 48px;
  left: auto;
  right: 12px;
}

.buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

.btn-icon {
  margin-right: 8px;
}

.all-templates {
  z-index: 1000;
  color: #4353ff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 12px;
  left: auto;
  right: 12px;
}

.all-templates:hover {
  opacity: 1;
  color: #4353ff;
}

.image {
  background-image: url('../images/herba-noir.png');
  background-position: 0 0;
  background-size: cover;
}

.image-2 {
  border-radius: 20px;
  display: none;
}

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

.image-3 {
  width: 30vw;
}

.collection-item {
  width: 40vw;
}

.link-block {
  background-image: url('../images/00EF23E3-BD6E-4371-A5E6-7C063DFA05E7-2.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-405 {
  margin-right: .5rem;
}

.footer-links-2 {
  color: #f9f7ef;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: color .3s;
  display: flex;
}

.footer-links-2:hover {
  color: #f0fa99;
}

.footer-contacts-icon-2 {
  color: #f0fa99;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.div-block-3 {
  background-image: url('../images/herba-noir.png');
  background-position: 50%;
  background-size: cover;
}

.image-4 {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  max-width: none;
  max-height: 6vh;
}

.div-block-5 {
  max-width: 70%;
  font-weight: 500;
}

.div-block-6 {
  width: 100%;
}

.list-2 {
  font-size: 16px;
  line-height: 1.5em;
}

.paragraph {
  width: 100%;
}

.div-block-7 {
  display: flex;
}

.list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.list-item-3 {
  width: 100%;
  height: 400px;
  max-height: none;
}

.div-block-16 {
  z-index: 50;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block-14 {
  color: #fff;
}

.button-6 {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 84px;
  }

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

  .section.changelog-banner {
    padding-top: 160px;
  }

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

  .section.banner-testimonials {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .section.about-2-banner {
    padding-top: 170px;
  }

  .section.style-guide-section {
    padding-top: 180px;
  }

  .section.shop-product-section {
    padding-top: 160px;
  }

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

  .section.our-team {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/EEAD03D0-79E7-48D2-ABE3-0C1A6B69DE4B-–-grande-taille.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    padding-top: 170px;
  }

  .section.services {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/CE49D49B-B46E-4F60-88DE-439111D9B10B-2.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 170px;
  }

  .section.service-details, .section.template, .section.pricing, .section.career, .section.template-career, .section.faq {
    padding-top: 170px;
  }

  .section.contact-us {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/0E9A805D-5BAA-4210-A8F4-3D34CCB8787F-2.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    padding-top: 170px;
  }

  .section.projects {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/808B1C87-C41C-460A-A481-60BF68B0C147-2.jpeg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 170px;
  }

  .section.blog, .section.categories, .section.shop {
    padding-top: 170px;
  }

  .section.checkout {
    padding-top: 160px;
  }

  .section.values {
    display: none;
  }

  .base-container {
    flex-direction: column;
  }

  .base-container.dummy {
    display: none;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-sidebar-post-image-link {
    height: 350px; width: 100%;
  }

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

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .values-content-wrapper {
    padding-left: 100px;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .comparing-table-features-wrapper {
    display: block;
  }

  .comparing-table-plans-wrapper {
    width: 67%;
  }

  .comparing-table-list {
    grid-row-gap: 0px;
    margin-top: 0;
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

  .comparing-table-content-wrapper {
    padding-top: 10px;
  }

  .comparing-table-content-item-title {
    display: none;
  }

  .workflow-content-wrapper {
    padding-left: 70px;
  }

  .workflow-video-wrapper {
    max-height: none;
  }

  .workflow-quote {
    margin-top: 20px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer-logo {
    background-color: var(--transparent-0);
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    margin-bottom: 80px;
    padding-top: 160px;
  }

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

  .testimonials-card-item {
    padding: 30px;
  }

  .service-list-image {
    height: 400px;
  }

  .service-list-section-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

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

  .project-template-content-wrapper {
    margin-bottom: 80px;
  }

  .project-template-images-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-buttons-wrapper {
    margin-top: 50px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .text-container {
    margin-bottom: 130px;
  }

  .banner-section.home-6-banner {
    background-image: linear-gradient(to bottom, null, null), url('../images/AEA8B7C2-5562-432F-AEBB-3C4EB7AD290A-2.jpeg');
    background-position: 0 0, 50%;
    padding-bottom: 130px;
  }

  .portfolio-grid-image-link {
    height: 400px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

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

  .video-lightbox {
    margin-bottom: 80px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .about-info-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .about-info-wrap-left, .about-info-wrap-right {
    width: 50%;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .brand {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    padding: .5rem 2rem;
  }

  .brand.w--current {
    background-color: var(--transparent-0);
    background-image: none;
    justify-content: center;
    min-width: 20%;
    max-width: 20%;
    padding: .5rem 2rem;
    display: flex;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .shop-details-wrapper {
    grid-column-gap: 80px;
  }

  .shop-details-block {
    margin-top: 120px;
  }

  .shop-details-title {
    font-size: 54px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .paragraph-banner {
    width: 55%;
  }

  .paragraph-banner.home {
    width: 75%;
  }

  .text-wrapper {
    margin-bottom: 20px;
  }

  .project-card-wrapper {
    height: 550px;
  }

  .project-content {
    width: 80%;
  }

  .news-info-content {
    width: 51%;
    padding: 60px 80px 60px 60px;
  }

  .subscribe-image {
    width: 49%;
  }

  .social-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .social-networks-block {
    width: 55%;
  }

  .testimonials-slider-style {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .team-column {
    grid-column-gap: 140px;
  }

  .team-column.margin-top-medium {
    margin-top: 50px;
  }

  .card-side-wrapper.team {
    height: 550px;
  }

  .cart-block {
    margin-right: 20px;
  }

  .banner-home-grid {
    width: 55%;
  }

  .banner-img-home {
    width: 46%;
  }

  .banner-content-home {
    width: 50%;
  }

  .banner-inner-title {
    margin-bottom: 100px;
  }

  .container-text {
    width: 60%;
  }

  .footer-main {
    padding-top: 80px;
  }

  .process-circle {
    width: 160px;
    height: 160px;
  }

  .process-wrapper {
    grid-row-gap: 80px;
  }

  .card-side-absolute.team {
    height: 550px;
  }

  .process-illustration {
    margin-left: 75px;
  }

  .process-illustration.right {
    margin-right: 75px;
  }

  .lightbox-link {
    object-fit: cover;
    width: 100%;
  }

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

  .lightbox-small-image {
    height: 200px;
  }

  .image-2 {
    display: none;
  }

  .div-block-3 {
    background-image: url('../images/herba-noir.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image-4 {
    background-color: rgba(0, 0, 0, 0);
    max-width: none;
    max-height: 6vh;
  }

  .list-item-3 {
    width: 100%;
    height: 400px;
    max-height: none;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

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

  .section.banner-home {
    padding-top: 180px;
  }

  .section.our-team {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/EEAD03D0-79E7-48D2-ABE3-0C1A6B69DE4B-–-grande-taille.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .section.services {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/CE49D49B-B46E-4F60-88DE-439111D9B10B-2.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .section.contact-us {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/0E9A805D-5BAA-4210-A8F4-3D34CCB8787F-2.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.projects {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/808B1C87-C41C-460A-A481-60BF68B0C147-2.jpeg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .section.values {
    display: none;
  }

  .base-container {
    flex-direction: column;
  }

  .base-container.dummy {
    display: none;
  }

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

  .footer-logo {
    background-color: var(--transparent-0);
  }

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

  .project-template-images-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .banner-section.home-6-banner {
    background-image: linear-gradient(to bottom, null, null), url('../images/AEA8B7C2-5562-432F-AEBB-3C4EB7AD290A-2.jpeg');
    background-position: 0 0, 50%;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .brand {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    padding: .5rem 2rem;
  }

  .brand.w--current {
    background-color: var(--transparent-0);
    background-image: none;
    justify-content: center;
    min-width: 20%;
    max-width: 25%;
    padding: .5rem 2rem;
    display: flex;
  }

  .image-preview {
    height: 540px;
  }

  .slide-arrow.right {
    right: 5%;
  }

  .project-card-wrapper {
    display: flex;
  }

  .banner-img-home {
    width: 40%;
  }

  .banner-content-home {
    width: 50%;
    margin-top: 40px;
  }

  .lightbox-link {
    object-fit: cover;
    width: 100%;
  }

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

  .image-2 {
    display: none;
  }

  .div-block-3 {
    background-image: url('../images/herba-noir.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-width: 100%;
  }

  .image-4 {
    background-color: rgba(0, 0, 0, 0);
    max-width: none;
    max-height: 6vh;
  }

  .list-item-3 {
    width: 100%;
    height: 400px;
    max-height: 50vh;
  }

  .list-item-4 {
    max-height: 50vh;
  }
}

@media screen and (min-width: 1920px) {
  .section.dark-background {
    display: none;
  }

  .section.book {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.banner-home {
    padding-top: 300px;
  }

  .section.our-team {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/EEAD03D0-79E7-48D2-ABE3-0C1A6B69DE4B-–-grande-taille.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.services {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/CE49D49B-B46E-4F60-88DE-439111D9B10B-2.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .section.service-details, .section.template {
    min-height: 450px;
  }

  .section.template-career {
    background-image: linear-gradient(to bottom, null, null), url('../images/pexels-gustavo.webp');
    background-position: 0 0, 50% 40%;
    min-height: 450px;
  }

  .section.contact-us {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/0E9A805D-5BAA-4210-A8F4-3D34CCB8787F-2.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.projects {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/808B1C87-C41C-460A-A481-60BF68B0C147-2.jpeg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  /*.section.blog {*/
  /*  background-image: linear-gradient(to bottom, null, null), url('../images/pexels-gustavo.webp');*/
  /*  background-position: 0 0, 50% 30%;*/
  /*}*/

  .section.categories {
    min-height: 450px;
  }

  .section.shop {
    background-image: linear-gradient(to bottom, null, null), url('../images/pexels-gustavo.webp');
    background-position: 0 0, 50% 30%;
  }

  .section.values {
    display: block;
  }

  .base-container {
    flex-direction: column;
  }

  .base-container.large {
    max-width: 1600px;
  }

  .base-container.dummy {
    display: none;
  }

  .contacts-icon {
    max-width: none;
  }

  .contacts-icon.img {
    width: 16px;
    height: 16px;
  }

  .footer-logo {
    background-color: var(--transparent-0);
  }

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

  .service-list-item-content {
    justify-content: space-between;
    height: 100%;
  }

  .service-list-2-title-wrapper {
    height: auto;
    min-height: 30%;
  }

  .service-list-2-item-description {
    min-height: 10vh;
  }

  .project-template-images-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    list-style-type: none;
  }

  .home-buttons-wrapper.left {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    min-width: 100%;
  }

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

  .text-container.mb-0 {
    align-items: flex-start;
  }

  .description-container {
    align-items: flex-end;
  }

  .banner-section.home-6-banner {
    background-image: linear-gradient(rgba(0, 0, 0, .37), rgba(0, 0, 0, .37)), url('../images/AEA8B7C2-5562-432F-AEBB-3C4EB7AD290A-2.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .home-banner {
    max-width: 55%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .brand {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    padding: .5rem 2rem;
  }

  .brand.w--current {
    background-color: var(--transparent-0);
    background-image: none;
    justify-content: center;
    min-width: 25%;
    max-width: 25%;
    min-height: 0;
    padding: .5rem 2rem;
    display: flex;
  }

  .primary-button-light {
    min-width: 5vw;
  }

  .secondary-button-light {
    justify-content: center;
    min-width: 10vw;
  }

  .paragraph-banner {
    width: 60%;
  }

  .flex-vertical-align-center {
    margin-top: 0;
  }

  .slide-arrow {
    left: 15%;
  }

  .slide-arrow.right {
    right: 15%;
  }

  .slide-arrow.second {
    left: 2%;
  }

  .subscribe-image {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/011DC61C-6791-4B41-AFDC-C49F38C81C82.jpeg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .social-section {
    justify-content: flex-end;
  }

  .list {
    list-style: none;
  }

  .margin-left-right-auto.text-content-center {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

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

  .team-column.margin-top-medium {
    grid-auto-rows: 1fr;
    grid-auto-flow: row;
  }

  .card-side-wrapper.team {
    height: 600px;
  }

  .banner-img-home {
    width: 42%;
  }

  .banner-content-home {
    margin-top: 0;
  }

  .banner-inner-title {
    max-width: 90%;
  }

  .link-image-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-end;
    display: flex;
  }

  .link-company {
    font-size: 16px;
  }

  .card-side-absolute.team {
    height: 600px;
  }

  .lightbox-link {
    object-fit: cover;
    width: 100%;
  }

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

  .image-2 {
    display: none;
  }

  .columns {
    width: 100%;
  }

  .container {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .flex-block {
    align-items: stretch;
  }

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

  .text-block-405 {
    justify-content: flex-end;
    display: flex;
  }

  .footer-links-2 {
    align-items: center;
  }

  .footer-contacts-icon-2.img {
    width: 16px;
    max-width: 16px;
    height: 16px;
    max-height: 16px;
  }

  .div-block-3 {
    background-image: url('../images/herba-noir.png');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    min-width: 100%;
    height: 100%;
  }

  .image-4 {
    background-color: rgba(0, 0, 0, 0);
    width: auto;
    max-width: none;
    max-height: 6vh;
  }

  .link-block-2 {
    display: flex;
  }

  .link-block-2.w--current {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    min-width: 25%;
    max-width: 25%;
  }

  .list-4 {
    list-style-type: none;
  }

  .list-5 {
    color: var(--text-dark);
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: block;
  }

  .list-item-2 {
    display: block;
  }

  .list-item-3 {
    width: 100%;
    height: 400px;
    max-height: none;
  }

  .list-item-4 {
    max-height: 50vh;
  }
}

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

  h2 {
    font-size: 42px;
  }

  .section.changelog-banner {
    min-height: 300px;
  }

  .section.about-2-banner {
    min-height: 400px;
    padding-top: 100px;
  }

  .section.style-guide-section {
    min-height: 300px;
    padding-top: 120px;
  }

  .section.shop-product-section {
    padding-top: 100px;
  }

  .section.banner-home {
    height: 100%;
  }

  .section.our-team, .section.services {
    min-height: 400px;
    padding-top: 100px;
  }

  .section.service-details, .section.template {
    min-height: 350px;
    padding-top: 100px;
  }

  .section.pricing, .section.career {
    min-height: 400px;
    padding-top: 100px;
  }

  .section.template-career {
    min-height: 350px;
    padding-top: 100px;
  }

  .section.faq, .section.contact-us, .section.projects, .section.blog {
    min-height: 400px;
    padding-top: 100px;
  }

  .section.categories {
    min-height: 350px;
    padding-top: 100px;
  }

  .section.shop {
    min-height: 400px;
    padding-top: 100px;
  }

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

  .base-container {
    flex-direction: column;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper, .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--light-gray);
    flex-direction: column;
    width: 320px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .menu-button {
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

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

  .nav-link {
    color: var(--text-dark);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link:hover, .nav-link.w--current {
    color: var(--dark-gray);
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-list.megamenu.w--open {
    margin-left: 0;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

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

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-item-title {
    color: var(--text-dark);
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .section-title-wrapper {
    max-width: 560px;
    margin-bottom: 40px;
  }

  .values-wrapper {
    flex-wrap: wrap-reverse;
  }

  .values-image-wrapper {
    width: 100%;
    max-height: 400px;
  }

  .values-content-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .values-counter-wrapper {
    border-top-style: none;
    margin-top: 0;
  }

  .values-counter-item {
    padding: 30px;
  }

  .career-list-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-location, .career-location-wrapper, .career-type-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .career-customer-item {
    text-align: center;
  }

  .career-customers-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .services-item {
    width: 354px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

  .comparing-table-button-wrapper {
    padding-top: 35px;
  }

  .workflow-content-wrapper {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .accordion-wrapper.service-details {
    margin-top: 40px;
  }

  .job-position-content-wrapper {
    padding-right: 40px;
  }

  .job-position-sidebar-wrapper {
    padding: 20px;
    top: 80px;
  }

  .contacts-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contacts-content-wrapper {
    width: 100%;
  }

  .contacts-form-wrapper {
    width: 100%;
    margin-left: 0;
    padding: 30px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .footer-social-icons-wrapper {
    margin-top: 10px;
  }

  .footer-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

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

  .footer-logo-wrapper {
    width: 50%;
  }

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

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    width: 60%;
    padding-left: 30px;
    padding-right: 30px;
    top: 20px;
  }

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

  .headings-container {
    flex-wrap: wrap;
  }

  .service-list-wrapper {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .service-list-2-item-description {
    margin-bottom: 15px;
  }

  .service-list-section-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .service-list-section-wrap {
    width: 100%;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .portfolio-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-tab-link.all-projects {
    padding-left: 0;
  }

  .portfolio-tab-link.last-child {
    padding-right: 0;
  }

  .portfolio-grid-title-wrapper {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .portfolio-grid-category {
    font-size: 16px;
  }

  .project-template-info {
    margin-left: 40px;
    padding-left: 0;
  }

  .project-template-content-wrapper {
    margin-bottom: 40px;
  }

  .project-template-images-list {
    padding-left: 0;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .sidebar-search-wrapper {
    flex-wrap: nowrap;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .home-buttons-wrapper {
    margin-top: 40px;
  }

  .home-buttons-wrapper.left {
    width: 100%;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .text-container {
    grid-column-gap: 20px;
    margin-bottom: 80px;
  }

  .text-container.mb-0 {
    padding-left: 0;
  }

  .description-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .title-container {
    width: 60%;
  }

  .banner-section {
    padding-top: 60px;
  }

  .banner-section.home-6-banner {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/AEA8B7C2-5562-432F-AEBB-3C4EB7AD290A-2.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .banner-section.home-7-banner {
    padding-top: 100px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .portfolio-grid-image-link {
    height: 300px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .tree-services-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .content {
    margin-bottom: 0;
  }

  .video-lightbox {
    width: 100%;
    min-height: 340px;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .home-form-field {
    width: 300px;
  }

  .capabilities-image {
    min-height: auto;
    max-height: 350px;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .about-info-wrapper {
    flex-direction: column-reverse;
  }

  .about-info-wrap-left, .about-info-wrap-right {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--light-gray);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    top: 20%;
    bottom: auto;
    left: 4%;
    right: auto;
  }

  .home-blogs {
    overflow: auto;
  }

  .home-blog-item {
    width: 340px;
    margin-left: 0;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .brand-tablet {
    display: block;
  }

  .brand.w--current {
    min-width: 25%;
    max-width: 30%;
    min-height: 0;
    padding: .5rem 2rem;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 25px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .shop-collection-item {
    width: 47%;
  }

  .shop-collection-list {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .shop-details-block {
    padding: 30px;
  }

  .image-preview {
    height: 280px;
  }

  .shop-details-content-block {
    width: 100%;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .primary-button-light {
    padding-left: 10px;
    padding-right: 10px;
  }

  .secondary-button-light {
    padding-left: 20px;
    padding-right: 20px;
  }

  .secondary-button-light.carriere {
    padding-left: 35px;
    padding-right: 35px;
  }

  .image-banner {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .paragraph-banner {
    width: 70%;
  }

  .paragraph-banner.home {
    width: 80%;
  }

  .collection-services-wrapper {
    width: 360px;
  }

  .collection-item-service {
    width: 360px;
    height: 300px;
  }

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

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

  .flex-horizontal-align-start.mobile-flex-vertical-center, .flex-horizontal-align-start.about {
    justify-content: center;
  }

  .desktop-1-4-width-column {
    width: 48%;
  }

  .images-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image-full, .slider-2 {
    height: 400px;
  }

  .process-container {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .projects-mask {
    width: 60%;
  }

  .slide-arrow {
    top: -35%;
  }

  .project-card-bottom {
    width: 100%;
  }

  .project-card-wrapper {
    height: 350px;
  }

  .news-info-content {
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    align-items: center;
    width: 100%;
    padding-right: 40px;
  }

  .select-field {
    margin-bottom: 30px;
  }

  .margin-bottom-small.center {
    text-align: center;
  }

  .form-book-contacts {
    height: auto;
    min-height: auto;
  }

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

  .subscribe-image {
    width: 100%;
    height: 400px;
  }

  .our-news-container {
    flex-direction: column;
  }

  .base-container-home.position-relative-start {
    z-index: 3;
  }

  .social-networks-block {
    width: 70%;
  }

  .image-cover.eight {
    background-image: linear-gradient(to bottom, null, null), url('../images/bg.webp');
    background-position: 0 0, 100%;
  }

  .teatimonial-text {
    font-size: 28px;
  }

  .team-column {
    grid-column-gap: 50px;
  }

  .card-side-wrapper.team {
    height: 400px;
  }

  .card-side-wrapper.career {
    height: 350px;
  }

  .nav-dropdown-icon-desktop {
    margin-right: 1.5px;
    display: none;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0;
  }

  .block-button-header {
    display: none;
  }

  .cart-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    margin-right: 0;
  }

  .button-tablet-block {
    margin-top: 40px;
    display: block;
  }

  .footer-links-wrapper {
    width: 30%;
  }

  .footer-links-wrapper.tablet-card-wrapper-small {
    width: 25%;
  }

  .footer-link-text {
    text-align: left;
  }

  .flex-vertical-card {
    background-image: none;
  }

  .footer-links-large-wrapper {
    width: 35%;
  }

  .banner-home-grid {
    width: 85%;
  }

  .section-banner-home {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding-top: 100px;
  }

  .banner-img-home {
    width: 100%;
    height: 420px;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .banner-content-home {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .banner-inner-title {
    max-width: 95%;
    margin-bottom: 60px;
  }

  .background-bottom {
    height: 80%;
  }

  .container-text {
    width: 100%;
  }

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

  .link-image-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    display: flex;
  }

  .image-services, .card-side-absolute.career {
    height: 350px;
  }

  .card-side-absolute.team {
    height: 400px;
  }

  .card-side-absolute.services, .card-side-absolute.services-second {
    height: 300px;
  }

  .blog-categories {
    flex: none;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .text-block-404 {
    font-size: 160px;
  }

  .zoom-wrapper {
    display: none;
  }

  .more-image-block {
    width: 100%;
    position: static;
  }

  .lightbox-small-image {
    height: 200px;
  }

  .shop-category {
    font-size: 16px;
  }

  .heading-container {
    grid-column-gap: 20px;
    margin-bottom: 40px;
  }

  .column {
    flex: 0 auto;
    width: 100%;
  }

  .row {
    flex-wrap: wrap;
  }

  .order-item-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
  }

  .text-block-price {
    margin-left: 16px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .image-4 {
    height: auto;
    max-height: 6vh;
  }

  .paragraph {
    min-width: 80vw;
  }

  .div-block-7 {
    flex-direction: column;
  }

  .list-item-3 {
    height: 350px;
  }

  .div-block-16 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  p {
    width: 90vw;
    min-width: 0%;
    display: inline-block;
  }

  blockquote {
    font-size: 24px;
  }

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

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

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.style-guide-section {
    min-height: 250px;
    padding-top: 100px;
  }

  .section.shop-product-section {
    padding-top: 80px;
  }

  .section.book {
    padding-top: 0;
  }

  .section.banner-home {
    padding-top: 180px;
    padding-bottom: 60px;
  }

  .section.service-details, .section.template, .section.template-career, .section.categories {
    min-height: 300px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    grid-row-gap: 20px;
    margin-top: 0;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .nav-menu-wrapper {
    justify-content: space-between;
  }

  .blog-sidebar-left {
    column-count: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    margin-bottom: 30px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .values-content-wrapper {
    margin-bottom: 20px;
  }

  .values-counter-item {
    margin-right: 20px;
  }

  .career-list-item-wrapper {
    flex-wrap: wrap;
    padding-bottom: 25px;
  }

  .career-position {
    margin-top: 0;
    margin-bottom: 0;
  }

  .career-button-wrapper {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }

  .career-title-mobile {
    display: block;
  }

  .career-position-wrapper, .career-location-wrapper, .career-type-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .services-item {
    width: 100%;
  }

  .services-item.last-child {
    margin-bottom: 0;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    max-width: none;
  }

  .comparing-table-plans-wrapper {
    flex-wrap: wrap;
  }

  .comparing-table-plan-title {
    min-height: 140px;
  }

  .comparing-table-plan {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .workflow-profile-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .workflow-content-wrapper {
    text-align: center;
  }

  .workflow-video {
    min-height: 300px;
  }

  .accordion-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .accordion-item {
    padding: 10px 20px;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    position: relative;
    top: 0;
  }

  .contacts-content-wrapper {
    padding-right: 0;
  }

  .contacts-form-wrapper {
    padding: 20px;
  }

  .contacts-detail {
    max-width: 100%;
  }

  .contacts-icon {
    width: auto;
    display: block;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-form-title, .contacts-title {
    margin-bottom: 20px;
  }

  .footer-social-icons-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .footer-wrapper {
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
  }

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

  .footer-logo {
    background-color: var(--transparent-0);
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-brand-description {
    text-align: center;
  }

  .customer-wrapper {
    height: 240px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    max-width: 450px;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    position: static;
  }

  .service-details-content {
    max-width: 100%;
  }

  .service-details-sidebar-contacts {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 80%;
    display: flex;
  }

  .service-list-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .service-list-2-item-description {
    margin-top: 0;
  }

  .service-list-section-wrap {
    width: 100%;
  }

  .service-list {
    margin-bottom: 30px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .portfolio-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .portfolio-grid-collection-list {
    grid-template-columns: 1fr;
  }

  .banner-buttons-wrapper {
    grid-column-gap: 15px;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-info {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .sidebar-search-wrapper {
    flex-wrap: wrap;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .home-buttons-wrapper.left {
    flex-direction: column;
    justify-content: center;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

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

  .section-title-center {
    margin-bottom: 40px;
  }

  .text-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-container.mb-0 {
    padding-right: 0;
  }

  .description-container, .title-container {
    width: 100%;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .home-banner {
    text-align: center;
    align-items: center;
    max-width: 100%;
  }

  .tree-services-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .video-lightbox {
    min-height: 280px;
    margin-bottom: 40px;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-form {
    flex-wrap: wrap;
  }

  .capabilities-image {
    min-height: 280px;
  }

  .home-9-team-item {
    width: 48%;
  }

  .about-info-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-info-wrap-left, .about-info-wrap-right {
    width: 100%;
  }

  .about-info-cards-wrapper {
    margin-top: 20px;
    padding-top: 30px;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .rich-text-style.medium-margin-bottom {
    margin-bottom: 20px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-blog-item {
    width: 508px;
  }

  .home-blog-image-link {
    width: 100%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 2rem;
  }

  .brand.w--current {
    min-width: 35%;
    max-width: 35%;
    min-height: 0;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-bottom: 1px solid var(--black);
    border-top-style: none;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid var(--black);
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    flex: 1;
    width: 100%;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .shop-collection-item {
    width: 100%;
  }

  .main-shop-list-item {
    text-align: center;
  }

  .shop-collection-list {
    grid-template-columns: 1fr;
  }

  .shop-price-wrapper {
    justify-content: center;
  }

  .shop-details-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .shop-images-list {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .shop-details-block {
    margin-top: 60px;
  }

  .shop-details-title {
    font-size: 36px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button-light, .secondary-button-light {
    margin-bottom: 1rem;
    padding-left: 30px;
    padding-right: 30px;
  }

  .background-image {
    height: 70%;
  }

  .image-banner {
    object-position: 50% 50%;
    height: 70%;
  }

  .paragraph-banner.home {
    width: 95%;
  }

  .collection-services-wrapper, .collection-item-service {
    width: 100%;
  }

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

  .flex-horizontal-align-start.mobile-flex-vertical-center, .flex-horizontal-align-start.about {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .desktop-1-4-width-column {
    width: 46%;
  }

  .image-full, .slider-2 {
    height: 350px;
  }

  .text-wrapper.margin-bottom-medium {
    margin-bottom: 30px;
  }

  .process-container {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .process-wrap {
    width: 100%;
  }

  .image-process {
    height: 300px;
  }

  .projects-mask {
    width: 95%;
    overflow: hidden;
  }

  .project-slide {
    margin-right: 15px;
  }

  .slide-arrow {
    left: 5%;
  }

  .slide-arrow.right {
    right: 5%;
  }

  .slide-arrow.second {
    left: 2%;
  }

  .slide-arrow.second-right {
    right: 2%;
  }

  .subtitle-category {
    margin-top: 0;
  }

  .news-info-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .subscribe-image {
    height: 350px;
  }

  .social-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .social-networks-block {
    width: 100%;
  }

  .margin-left-right-auto.text-content-center {
    width: 75%;
  }

  .teatimonial-text {
    font-size: 24px;
  }

  .testimonials-slider-style {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .team-member-column {
    padding-top: 0;
  }

  .team-member-column.second {
    margin-top: 20px;
  }

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

  .main-logo {
    height: 40px;
  }

  .cart-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .footer-links-wrapper, .footer-links-wrapper.tablet-card-wrapper-small {
    width: 47%;
  }

  .flex-vertical-card {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-links-large-wrapper {
    align-items: flex-start;
    width: 100%;
  }

  .without-margin {
    width: auto;
  }

  .not-full {
    width: 85%;
  }

  .banner-home-grid {
    width: 100%;
  }

  .banner-img-home {
    height: 300px;
  }

  .banner-content-home {
    width: 100%;
    margin-bottom: 50px;
  }

  .container-button {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .paragraph-home {
    width: 100%;
  }

  .banner-inner-title {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .background-bottom {
    height: 90%;
  }

  .container-text {
    width: 100%;
  }

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

  .process-text-wrap {
    width: 65%;
  }

  .process-text.right-text {
    text-align: left;
  }

  .process-circle-wrap {
    width: 35%;
  }

  .process-container-2 {
    grid-column-gap: 30px;
    flex-direction: row-reverse;
  }

  .process-container-2.second-process {
    flex-direction: row;
  }

  .process-illustration {
    display: none;
  }

  .blog-categories {
    column-count: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .text-block-404 {
    font-size: 140px;
  }

  .license-link {
    margin-right: 20px;
  }

  .lightbox-main-image {
    height: 300px;
  }

  .heading-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .footer-links-2 {
    width: auto;
    max-width: 100%;
  }

  .paragraph {
    width: auto;
    min-width: 90vw;
  }

  .div-block-7 {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  p {
    min-width: 0%;
  }

  .section.changelog-banner {
    padding-top: 100px;
  }

  .section.services {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/CE49D49B-B46E-4F60-88DE-439111D9B10B-2.jpeg');
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  /*.section.service-details, .section.template, .section.template-career, .section.contact-us, .section.projects, .section.blog, .section.categories, .section.shop {*/
  /*  background-image: linear-gradient(to bottom, null, null), url('../images/pexels-gustavo.webp');*/
  /*  background-position: 0 0, 70%;*/
  /*}*/

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, .2);
  }

  .grid-description.first-description {
    border-bottom: 1px rgba(255, 255, 255, .2);
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

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

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 38px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .values-content-wrapper {
    margin-bottom: 15px;
  }

  .values-counter-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .values-counter-item {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }

  .career-customers-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    padding: 20px;
  }

  .pricing-plan-list {
    margin-bottom: 30px;
  }

  .workflow-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .workflow-quote {
    font-size: 20px;
  }

  .more-features-icon {
    margin-right: 15px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

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

  .service-list-image {
    height: 300px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .portfolio-tab-link {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-tab-link.last-child {
    padding-left: 0;
  }

  .banner-buttons-wrapper, .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--dark-gray-50);
    border-bottom-width: 1px;
    border-bottom-color: var(--dark-gray-50);
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .home-buttons-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }

  .home-buttons-wrapper.left {
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .text-container {
    margin-bottom: 10px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .home-form {
    justify-content: center;
  }

  .project-button-link {
    justify-content: flex-end;
    width: 100%;
    height: 70px;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .home-9-team-item, .about-info-cards-wrap {
    width: 100%;
  }

  .home-blog-item {
    width: 300px;
  }

  .home-23-team-item {
    width: 100%;
  }

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

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

  .brand {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .brand.w--current {
    background-image: none;
    border-radius: 10px;
    justify-content: center;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: .5rem 0;
    display: flex;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .landing-section-title {
    width: 100%;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .primary-button-light, .paragraph-banner {
    width: 100%;
  }

  .desktop-1-4-width-column {
    width: 46%;
  }

  .image-full, .slider-2 {
    height: 260px;
  }

  .slide-arrow.second {
    display: none;
  }

  .slide-arrow.second-right {
    display: none;
    right: 2%;
  }

  .project-card-wrapper {
    height: 300px;
  }

  .subscribe-title {
    width: 100%;
  }

  .list {
    list-style: none;
  }

  .margin-left-right-auto.text-content-center {
    width: 90%;
  }

  .teatimonial-text {
    font-size: 20px;
  }

  .team-member-column.second {
    margin-top: 10px;
  }

  .card-side-wrapper.team, .card-side-wrapper.team-member {
    height: 350px;
  }

  .footer-links-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-links-wrapper.tablet-card-wrapper-small {
    width: 100%;
  }

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

  .footer-links-columns-wrapper-large {
    align-items: center;
    width: 100%;
  }

  .footer-links-columns-wrapper-large.padding-top-small {
    justify-content: center;
  }

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

  .flex-vertical-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-vertical-card.small-gap {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links {
    text-align: left;
  }

  .work-hours {
    text-align: left;
    display: flex;
  }

  .all-contacts-wrapper.contact-wrapper-align-center {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  .footer-links-large-wrapper {
    align-items: center;
    width: 100%;
  }

  .without-margin {
    width: auto;
  }

  .not-full, .banner-home-grid {
    width: 100%;
  }

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

  .team-member-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .footer-main {
    text-align: left;
  }

  .process-text-wrap {
    width: 100%;
  }

  .process-circle {
    grid-row-gap: 0px;
    width: 130px;
    height: 130px;
    font-size: 16px;
  }

  .process-text {
    text-align: right;
  }

  .process-wrapper {
    grid-row-gap: 30px;
  }

  .process-circle-wrap {
    width: 100%;
  }

  .process-container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap-reverse;
  }

  .process-container-2.second-process {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .card-side-absolute, .card-side-absolute.team {
    height: 350px;
  }

  .lightbox-main-image {
    height: 300px;
  }

  .lightbox-small-image {
    height: 150px;
  }

  .block-header {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .footer-links-2 {
    text-align: left;
  }

  .image-4 {
    height: auto;
    max-height: 6vh;
    display: block;
  }

  .list-item-3 {
    height: 300px;
  }

  .div-block-16 {
    flex-direction: column;
  }
}

#w-node-_886169fe-559d-245d-e359-9cf19dba82ea-9980baaa, #w-node-_886169fe-559d-245d-e359-9cf19dba82fd-9980baaa, #w-node-_55bae47b-2f6b-dab4-9768-aa483979f270-9980baaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_3d89b7be-6c01-a309-ce51-bdbc50d4ee6b-9980bab0, #w-node-_3bac4b5a-4e1c-962a-0f79-4fa8c6362160-9980bab0, #w-node-_661cfb7f-4c5d-3e39-181f-86f9cb8b46a6-9980bab0, #w-node-_775d6746-3126-423a-eec2-72773fa09465-9980bab0, #w-node-_0de88fb8-ebb7-928e-4564-923634f2716b-9980bab0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c281a842-70a6-6c70-3db3-6d302d4e53b9-9980ba59 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c281a842-70a6-6c70-3db3-6d302d4e53a7-9980ba59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c281a842-70a6-6c70-3db3-6d302d4e53b9-9980ba59 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands 400 (old)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}