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

:root {
  --primary-dark: #11181c;
  --paragraph-gray: #1a1c18;
  --primary: #2d5f2f;
  --secondary: #729c4d;
  --primary-light: #e6f1df;
  --white: white;
  --r-10: 10px;
  --dark: #0c200c;
  --r-20: 20px;
  --light-gray\<deleted\|variable-720418ab\>: #f9f9fa;
  --dark-gray\<deleted\|variable-e2382e90\>: #434343;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.w-commerce-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;
  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;
  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-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 {
  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-pagination-previous-icon {
  margin-right: 4px;
}

.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-pagination-next-icon {
  margin-left: 4px;
}

.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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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: 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;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: var(--primary-dark);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
}

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

h3 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
}

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

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

a {
  color: var(--primary);
  text-transform: uppercase;
  align-items: center;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

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

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  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: 4px solid var(--secondary);
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.section {
  background-color: var(--primary-light);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section.light-background {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.section.blog-grid-banner {
  background-image: url('../images/BG-Img-1_1BG Img (1).webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.banner-career {
  background-image: url('../images/Banner-Bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.without-bottom-spacing {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.section.job-position-banner, .section.contacts-banner {
  background-image: url('../images/Banner-Contact-1_1Banner Contact (1).webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.banner-inner {
  background-image: url('../images/Banner-Bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.banner-testimonials {
  background-image: url('../images/BG-Img-1_1BG Img (1).webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.about-us-banner {
  justify-content: center;
  align-items: center;
  padding-top: 180px;
}

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

.section.landing-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 180px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.primary-color-background {
  background-color: var(--primary-light);
  padding-top: 20px;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

.section.inner-banner {
  background-color: var(--primary);
  padding-top: 180px;
}

.section.light-bg {
  background-image: url('../images/LIght-BG_1LIght BG.webp');
  background-position: 50%;
  background-size: 100% 100%;
}

.section.home-1-banner {
  background-image: linear-gradient(#0003, #0003), url('../images/banner-1-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 94vh;
  padding-top: 160px;
  display: flex;
}

.section.home-2-banner {
  background-color: var(--primary);
  padding-top: 180px;
}

.section.bg-img {
  background-image: url('../images/BG-Img-1_1BG Img (1).webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.home-3-banner {
  background-color: var(--white);
  padding-top: 70px;
  padding-bottom: 0;
}

.section.team-details-banner {
  background-image: url('../images/LIght-BG_1LIght BG.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
}

.section.blog-details {
  padding-top: 180px;
  padding-bottom: 0;
}

.section.services-banner {
  background-image: url('../images/Banner-Contact-1_1Banner Contact (1).webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
}

.section.img-scroll {
  background-image: linear-gradient(#0006, #0006), url('../images/Style-Guide--1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.details-banner {
  background-image: url('../images/Banner-Bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
}

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

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

.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-title {
  background-color: var(--primary);
  color: var(--white);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

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

.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-system-image {
  max-width: 80%;
}

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

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

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

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

.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;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  border-radius: var(--r-10);
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.primary-dark-style-guide {
  background-color: var(--primary-dark);
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.black-style-guide {
  background-color: var(--dark);
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

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

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

.primary-light-style-guide {
  border-radius: var(--r-10);
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  border-radius: var(--r-10);
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

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

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

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

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

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

.h4-tablet {
  font-size: 28px;
}

.h5-tablet {
  font-size: 24px;
}

.h4-mobile {
  font-size: 26px;
}

.h5-mobile {
  font-size: 22px;
}

.style-guide-body-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

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

.primary-button {
  border: 1px solid var(--secondary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 66px;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  transition: all .3s;
  display: inline-block;
}

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

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

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

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

.primary-button.full-w {
  display: block;
}

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

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

.grid-header {
  width: 100%;
  margin-top: 50px;
}

.link-wrapper {
  width: 50%;
  margin-top: 10px;
}

.navbar {
  background-color: #0000;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  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(--primary-dark);
  text-transform: capitalize;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
}

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

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

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

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

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

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

.nav-dropdown-list.megamenu.w--open {
  border-radius: var(--r-10);
  width: 560px;
  display: flex;
  left: -244px;
}

.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-size: 16px;
  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(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.pages-banner {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 80px;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  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 {
  border-radius: var(--r-20);
  object-fit: cover;
  width: 100%;
  height: 320px;
}

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

.licensing-image-link {
  border-radius: var(--r-20);
  width: 100%;
  height: 100%;
}

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

.license-link {
  color: var(--primary-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
  font-weight: 400;
}

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

.utility-page-wrap {
  background-image: url('../images/LIght-BG_1LIght BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  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(--secondary);
  border-radius: var(--r-10);
  color: var(--primary-dark);
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 11px 29px;
  font-size: 18px;
  line-height: 1em;
  transition: border-color .3s;
}

.password-input:focus {
  border: 1px solid var(--primary);
}

.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;
  inset: 40px 0% auto;
}

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

.text-center.white-text {
  color: var(--primary-dark);
  font-size: 40px;
}

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

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  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(--secondary);
  border-radius: var(--r-10);
  color: var(--primary-dark);
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 11px 29px;
  font-size: 18px;
  line-height: 1em;
  transition: border-color .3s;
}

.coming-soon-input:focus {
  border: 1px solid var(--primary);
}

.coming-soon-input::placeholder {
  font-size: 18px;
  line-height: 1em;
}

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

.coming-soon-page-wrap {
  text-align: left;
  background-image: url('../images/LIght-BG_1LIght BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  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;
}

.nav-menu-wrapper {
  border: 3px solid var(--primary-light);
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  border-radius: 100px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  display: flex;
}

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

.blog-template-image {
  border-radius: var(--r-20);
  object-fit: cover;
  width: 100%;
  max-height: 680px;
  margin-bottom: 50px;
}

.blog-template-date {
  color: var(--secondary);
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: 700;
}

.footer {
  text-align: center;
  background-image: url('../images/Footer-BG-2_1Footer BG 2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-start;
  padding-top: 70px;
  padding-bottom: 60px;
}

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

.footer.big-top {
  background-position: 50%;
  background-size: 100% 100%;
  padding-top: 60px;
  padding-bottom: 20px;
}

.footer-bottom-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 5px;
  border-top: 1px solid #fff3;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.footer-rights {
  color: var(--white);
  font-size: 16px;
}

.footer-copyright {
  color: var(--white);
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.2em;
  display: inline;
}

.footer-copyright-link {
  color: var(--secondary);
  letter-spacing: .2px;
  text-transform: capitalize;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

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

.section-title-wrapper {
  text-align: center;
  flex-direction: column;
  max-width: 740px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.style-guide-button-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

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

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

.customer-img {
  opacity: 1;
  text-align: left;
  position: static;
}

.career-customers-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: center;
  width: 100%;
  display: grid;
}

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

.career-customer-image:hover {
  opacity: 1;
}

.banner-title-wrapper {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  display: flex;
  position: relative;
}

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

.banner-description {
  text-align: center;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.section-title-description {
  text-align: center;
}

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

.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: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

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

.accordion-item {
  border-radius: var(--r-20);
  background-color: var(--primary-light);
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  width: 50%;
  margin-right: 15px;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

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

.light-background {
  background-color: var(--light-gray\<deleted\|variable-720418ab\>);
}

.coming-soon-image {
  border-radius: var(--r-20);
  max-width: 480px;
}

.link-with-icon {
  transition: all .3s;
  display: flex;
}

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

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

.job-position-sidebar-wrapper {
  border-radius: var(--r-20);
  background-color: var(--primary-light);
  width: 33%;
  padding: 30px 40px 40px;
  position: sticky;
  top: 130px;
}

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

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

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

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

.hidden {
  display: none;
}

.footer-link {
  color: var(--white);
  text-align: left;
  text-transform: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  transition: color .3s;
  display: inline-block;
}

.footer-link:hover {
  color: var(--secondary);
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: start;
  width: 100%;
  margin-bottom: 60px;
  display: grid;
}

.white-text {
  color: var(--primary-dark);
  margin-top: 10px;
  font-size: 24px;
}

.search-wrap-input {
  color: var(--primary-dark);
  background-color: #0000;
  border: 1px solid #0000;
  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\<deleted\|variable-e2382e90\>);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

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

.search-shop-con {
  align-items: center;
  margin-left: 15px;
  display: flex;
}

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

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

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

.search-input {
  border: 1px solid var(--secondary);
  border-radius: var(--r-10);
  color: var(--primary-dark);
  height: auto;
  margin-bottom: 0;
  padding: 11px 19px 11px 29px;
  font-size: 18px;
  line-height: 1em;
  transition: border-color .3s;
}

.search-input:focus {
  border: 1px solid var(--primary);
}

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

.search-section {
  background-color: var(--primary-light);
  padding-top: 180px;
  padding-bottom: 80px;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.primary-button-white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
  text-align: center;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 66px;
  align-items: center;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  transition: all .2s;
}

.primary-button-white:hover {
  color: var(--white);
  background-color: #0000;
}

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

.video-wrapper {
  z-index: 2;
  border-radius: var(--r-20);
  background-image: url('../images/BG-Video-3_1BG Video (3).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.video-wrapper.team-video {
  min-height: 340px;
}

.video-wrapper.products-video {
  background-image: url('../images/Img-Home-1-1_1Img Home 1 (1).webp');
}

.video-wrapper.mt-50 {
  margin-top: 50px;
}

.about-1-video-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.features-container {
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.features-container.verical-features-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 80px;
}

.features-item {
  flex-direction: column;
  align-items: flex-start;
  width: 31%;
  display: flex;
}

.features-item._w-100-features {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

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

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  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: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

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

.landing-banner-image {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  width: 100%;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-gray-line {
  background-color: var(--primary-light);
  border-radius: 10px;
  width: 100%;
  height: 15px;
}

.landing-progress-bar-95 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 95%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 35px auto;
}

.landing-progress-bar-92 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 92%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-100 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 100%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-88 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 88%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.landing-feature-icon {
  color: var(--white);
  background-color: #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.landing-feature-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.landing-inner-page-item {
  border-radius: var(--r-20);
  background-color: var(--primary);
  text-align: center;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-image {
  box-shadow: 0 0 30px 0 var(--primary-light);
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 15px;
}

.landing-inner-page-image-wrapper {
  border-radius: var(--r-20);
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  border-radius: 15px;
  position: absolute;
  inset: 0%;
}

.landing-inner-page-title {
  text-transform: capitalize;
  font-weight: 700;
}

.landing-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  margin-bottom: 60px;
  display: flex;
}

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

.nav-dropdown-column.central {
  width: 35%;
}

.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;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-download-block-wrapper {
  border-radius: var(--r-20);
  background-color: var(--primary);
  background-image: url('../images/Frame-47.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 75px 80px 75px 200px;
  display: flex;
  box-shadow: 0 0 30px #0000004d;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

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

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

.secondary-button {
  border: 1px solid var(--white);
  color: var(--primary-dark);
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 66px;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  transition: all .3s;
}

.secondary-button:hover {
  background-color: var(--white);
  color: var(--primary);
}

.slide-nav {
  display: none;
}

.author-img-con {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.testimonials-image {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.testimonials-item-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.testimonials-slider-con {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

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

.testimonials-mask {
  position: static;
  overflow: visible;
}

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

.testimonials-left-arrow {
  width: 30px;
  height: 30px;
  transition: filter .3s;
  top: -47%;
}

.testimonials-left-arrow:hover {
  filter: brightness(200%);
}

.testimonials-quote {
  text-align: center;
  max-width: 930px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 24px;
}

.testimonials-right-arrow {
  width: 30px;
  height: 30px;
  transition: filter .3s;
  top: -47%;
}

.testimonials-right-arrow:hover {
  filter: brightness(200%);
}

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

.testimonials-slide {
  height: auto;
}

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

.author-position {
  margin-top: 0;
  margin-bottom: 0;
}

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

.testimonials-quote-author {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
  display: flex;
}

.testimonials-sliders {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: hidden;
}

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

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

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

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

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

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

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

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

.subtitle {
  border-bottom: 2px solid #80808026;
  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;
}

.mb-10 {
  text-align: left;
  align-self: center;
  margin-bottom: 10px;
}

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

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

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

.testimonials-nav-outline {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 1px -1px 0% auto;
}

.testimonials-nav-outline-item {
  opacity: 1;
  border: 1px solid #8e8f9a;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin-left: 4px;
  margin-right: 4px;
}

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

.industries-block-wrapper {
  background-color: #0000;
  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 #14173326;
}

.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-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;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  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;
}

.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-bottom: 15px;
}

.rich-text-style h3, .rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
  font-weight: 700;
}

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

.rich-text-style p {
  font-weight: 400;
}

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

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

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

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

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

.brand-tablet {
  display: none;
}

.brand {
  flex: 1;
}

.paragraph-gray-style-guide {
  background-color: var(--paragraph-gray);
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.style-guide-subtitle {
  margin-bottom: 20px;
}

.details-page-title {
  text-transform: capitalize;
  font-size: 60px;
}

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

.success-message {
  background-color: var(--primary-light);
  color: var(--primary);
  text-align: center;
}

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

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.info-footer-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.copyright-wrapper {
  flex-flow: wrap;
  width: 45%;
  display: flex;
}

.link-2 {
  color: var(--white);
  text-transform: capitalize;
}

.pages-footer-wrapper {
  grid-column-gap: 40px;
  display: flex;
}

.join-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--primary);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: -120px;
  display: grid;
}

.join-img {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
}

.info-join-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.button-wrapper-without-spacing {
  display: flex;
}

.title-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

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

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

.link-block {
  border-radius: 20px;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.blog-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.collection-item-blog {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.tablet-button-nav-wrapper {
  margin-top: 30px;
  display: none;
}

.create-date {
  color: var(--secondary);
  margin-bottom: 5px;
  font-weight: 500;
}

.name-blog-link {
  text-transform: none;
}

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

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

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

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

.information-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  width: 100%;
}

.button-info-wrapper {
  margin-top: 50px;
  display: flex;
}

.numbers-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.number {
  color: var(--secondary);
  font-size: 46px;
  font-weight: 700;
  line-height: 1em;
}

.number-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.small-quote {
  margin-top: 50px;
  font-size: 16px;
}

.small-quote.white-qoute {
  color: var(--primary-dark);
  margin-top: 0;
}

.collection-list-w-100 {
  width: 100%;
}

.item-service {
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
}

.item-service.contact-service {
  background-color: var(--primary-light);
  padding-top: 20px;
}

.content-service {
  padding-right: 20px;
}

.service-img-wrapper {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.service-img {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 100%;
}

.banner-home-1-wrapper {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr .7fr;
  width: 100%;
  position: relative;
}

.normal-text {
  font-weight: 300;
}

.title-button-mobile {
  display: none;
}

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

.bottom-img-absolute {
  position: absolute;
  inset: auto 0% 0%;
}

.arrow-section-wrapper {
  z-index: 10;
  background-color: var(--primary-light);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto auto -50px;
}

.arrow-section-wrap {
  background-color: #729c4d33;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.arrow-section {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
  display: flex;
}

.about-wrapper {
  z-index: 10;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
}

.about-slider {
  background-color: #0000;
  height: auto;
}

.numbere-slide {
  color: var(--white);
  padding-left: 35px;
}

.slide-about {
  margin-top: 60px;
}

.content-slide-about {
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.bg-bottom {
  width: 100%;
  height: 80%;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-bottom.about-product-bg {
  height: 73%;
}

.bg-bottom.contact-form {
  height: 55%;
}

.left-arrow-about {
  width: 16px;
  height: 10px;
  display: flex;
  inset: 24% auto auto 0%;
}

.right-arrow-about {
  width: 16px;
  height: 10px;
  display: flex;
  inset: 24% 75% auto auto;
}

.about-image {
  z-index: 1;
  object-fit: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 49%;
  height: 85%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.arrow-img {
  width: 100%;
  height: 100%;
}

.not-active {
  color: #ffffff80;
}

.big-title-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-wrapper {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.review-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.img-review-wrap {
  width: 20%;
}

.content-review-wrap {
  width: 70%;
}

.review-text-wrap {
  border-top: 1px solid var(--secondary);
  margin-top: 40px;
  padding-top: 30px;
}

.review-white {
  color: var(--white);
  font-size: 26px;
}

.right-arrow-review {
  border: 1px solid var(--white);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  transition: color 30ms, background-color .3s;
  inset: 4% 0% auto auto;
}

.right-arrow-review:hover {
  background-color: var(--white);
  color: var(--primary);
}

.right-arrow-review.primary-arrow {
  border-color: var(--primary);
  color: var(--primary);
}

.right-arrow-review.primary-arrow:hover {
  background-color: var(--primary);
  color: var(--white);
}

.left-arrow-review {
  border: 1px solid var(--white);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  transition: color .3s, background-color .3s;
  inset: 4% 7% auto auto;
}

.left-arrow-review:hover {
  background-color: var(--white);
  color: var(--primary);
}

.left-arrow-review.primary-arrow {
  border-color: var(--primary);
  color: var(--primary);
}

.left-arrow-review.primary-arrow:hover {
  background-color: var(--primary);
  color: var(--white);
}

.mt-0 {
  margin-top: 0;
}

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

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

.info-about-wrapper.mt-50 {
  margin-top: 50px;
}

.big-number {
  color: var(--secondary);
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
}

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

.scroller {
  position: relative;
  overflow: hidden;
}

.track-horizontal-1 {
  grid-column-gap: 25px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
  left: -15%;
}

.lightbox-link-gallery {
  border-radius: 20px;
  flex: none;
  max-width: 32%;
  max-height: 300px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.about-farm-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.main-wrapper-2 {
  margin-top: 25px;
}

.track-horizontal-2 {
  grid-column-gap: 25px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
  left: -30%;
}

.banner-home-2-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr .7fr;
  width: 100%;
  margin-bottom: 90px;
}

.img-banner-home-2 {
  border-radius: var(--r-20);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-wrap-home-2 {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.banner-home-2-paragraph {
  color: var(--white);
  width: 60%;
}

.button-home-2 {
  display: flex;
}

.botton-absolute-primary {
  position: absolute;
  inset: auto 0% 0%;
}

.top-absolute-primary {
  position: absolute;
  inset: 0% 0% auto;
}

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

.number-small {
  color: var(--secondary);
}

.step-name {
  border-top: 1px solid var(--secondary);
  color: #fff3;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  font-weight: 400;
}

.info-farm-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.img-farm {
  object-fit: cover;
  border-radius: 20px;
  width: 45%;
  height: 100%;
}

.farm-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

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

._2-button-wrapper {
  grid-column-gap: 30px;
  margin-top: 60px;
  display: flex;
}

.info-since-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.img-since-wrapper {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.since-img {
  object-fit: cover;
  border-radius: 20px;
  width: 88%;
  height: 100%;
}

.content-since-wrapper {
  width: 45%;
}

.since {
  color: #11181c;
  text-transform: uppercase;
  flex-direction: column;
  width: 200px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: 40% auto auto 0%;
}

.big-date {
  color: var(--primary-dark);
  font-size: 60px;
  line-height: 1em;
}

.slider-banner-home-3 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 360px;
  display: flex;
}

.slide-nav-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 10px;
  font-size: 16px;
  display: flex;
  inset: 0% 0% 0% auto;
}

.mask-home-3 {
  width: 90%;
}

.content-banner-home-3 {
  z-index: 10;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-top: auto;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.banner-img-home-3-absolute {
  border-radius: var(--r-20);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.right-arrow-12 {
  color: #ffffff80;
  border: 1px solid #ffffff80;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  transition: border-color .3s, color .3s;
  inset: 32% auto auto 0%;
  transform: rotate(-90deg);
}

.right-arrow-12:hover {
  border-color: var(--white);
  color: var(--white);
}

.left-arrow-12 {
  color: #ffffff80;
  border: 1px solid #ffffff80;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  transition: border-color .3s, color .3s;
  inset: auto auto 32% 0%;
  transform: rotate(-90deg);
}

.left-arrow-12:hover {
  border-color: var(--white);
  color: var(--white);
}

.button-slide-wrapper {
  margin-top: 20px;
  display: flex;
}

.review {
  font-size: 26px;
}

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

.collection-item-team {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.team-link-img {
  border-radius: var(--r-20);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.team-photo {
  border-radius: var(--r-20);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-name {
  text-transform: capitalize;
  transition: color .3s;
}

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

.position {
  color: #909da2;
  margin-top: 5px;
  margin-bottom: 5px;
}

.about-team-member-wrapper {
  flex-direction: column;
  display: flex;
}

.social-wrapper {
  grid-column-gap: 15px;
  margin-top: 30px;
  display: flex;
}

.social {
  color: var(--secondary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1em;
}

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

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

.info-about-wrap {
  width: 85%;
}

.inner-banner-wrapper {
  z-index: 10;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  width: 100%;
  position: relative;
}

.about-banner-video {
  border-radius: var(--r-20);
  background-image: url('../images/Video-About-Us-BG-1_1Video About Us BG (1).webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  width: 100%;
  min-height: 280px;
  display: flex;
}

.bg-banner {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 75%;
  position: absolute;
  inset: 0% 0% auto;
}

.content-inner-banner {
  margin-top: 50px;
}

.more-about-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.woman-img {
  border-radius: var(--r-20);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.more-wrapper {
  flex-direction: column;
  display: flex;
}

.about-farm-wrapper {
  margin-top: 60px;
}

.about-farm-wrapper.mt-60 {
  border-bottom: 1px solid var(--primary);
  padding-bottom: 60px;
}

.title-farm-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.about-farm-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.about-small-paragrap {
  width: 50%;
}

.workflow-quote {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

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

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

.workflow-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.workflow-profile-name {
  margin-bottom: 0;
  font-size: 18px;
}

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

.workflow-content-wrapper {
  width: 100%;
}

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

.team-banner-img {
  border-radius: var(--r-20);
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 280px;
  min-height: 280px;
}

.title-banner-home-3 {
  color: var(--paragraph-gray);
  font-size: 50px;
  font-weight: 600;
}

.line-light-absolute {
  background-color: var(--primary-light);
  width: 100%;
  height: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.team-member-details-img {
  border-radius: var(--r-20);
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 500px;
}

.linkedin {
  color: var(--secondary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
  font-weight: 400;
}

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

.contact-link {
  text-transform: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
}

.contact-link:hover {
  color: var(--secondary);
}

.details-team-wrapper {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
}

.contact {
  color: var(--secondary);
  font-weight: 500;
}

.twitter {
  color: var(--secondary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
}

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

.contact-team-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.line-top-border-wrapper {
  grid-column-gap: 20px;
  border-top: 1px solid var(--secondary);
  align-items: center;
  margin-top: 60px;
  padding-top: 40px;
  display: flex;
}

.facebook {
  color: var(--secondary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
  font-weight: 400;
}

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

.name-details {
  font-size: 60px;
}

.light-absolute-line {
  background-color: var(--primary-light);
  width: 100%;
  height: 50px;
  position: absolute;
  inset: 0% 0% auto;
}

.contacts-form-wrapper-2 {
  z-index: 10;
  border-radius: var(--r-20);
  background-color: var(--primary-light);
  width: 60%;
  padding: 40px 40px 20px;
  position: relative;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.contacts-input-2 {
  border-radius: var(--r-10);
  color: var(--primary-dark);
  background-color: #fff;
  border: 1px solid #fff;
  height: auto;
  padding: 11px 29px;
  font-size: 18px;
  transition: all .2s;
}

.contacts-input-2:focus {
  border: 1px solid var(--primary);
}

.contacts-input-2::placeholder {
  font-size: 18px;
}

.contacts-textarea-2 {
  border-radius: var(--r-10);
  color: var(--primary-dark);
  border: 1px solid #fff;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 11px 29px;
  font-size: 18px;
}

.contacts-textarea-2:focus {
  border: 1px solid var(--primary);
}

.contacts-textarea-2::placeholder {
  font-size: 18px;
}

.success-message-2 {
  color: var(--primary);
  text-align: center;
  background-color: #0000;
}

.form-2 {
  width: 100%;
}

.error-message-2 {
  border-radius: var(--r-10);
  text-align: center;
  width: 100%;
}

.contacts-content-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.contacts-wrapper-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.img-contact {
  border-radius: var(--r-20);
  background-image: url('../images/Gallery-3--1_1Gallery 3  (1).webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 45%;
}

.contacts-detail-wrapper-2 {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.link {
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 10px;
}

.links-contact {
  grid-column-gap: 20px;
  flex-direction: row;
  margin-top: 40px;
  display: flex;
}

.text-block {
  color: var(--secondary);
  text-transform: capitalize;
}

.contacts-detail-2 {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.quick-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 0;
}

.lightbox-link {
  border-radius: var(--r-20);
  width: 100%;
  height: 300px;
}

.lightbox-link.banner {
  height: 280px;
}

.gallery {
  border-radius: var(--r-20);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

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

.service-img-2 {
  border-radius: var(--r-20);
  object-fit: cover;
  width: 100%;
  height: 550px;
}

.list-services {
  margin-top: 30px;
  margin-bottom: 0;
}

.button-wrap {
  grid-column-gap: 40px;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

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

.collection-item {
  border-radius: var(--r-20);
  background-color: var(--primary-light);
  padding: 30px;
}

.name-position {
  text-transform: capitalize;
  transition: color .3s;
}

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

.details-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.type-work {
  border-radius: var(--r-10);
  background-color: var(--white);
  padding: 12px 15px;
}

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

.section-title-wrapper-2 {
  text-align: center;
  flex-direction: column;
  max-width: 700px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.advantages-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: -80px;
}

.advantage {
  border-radius: var(--r-20);
  background-color: var(--primary-light);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.numeric {
  color: var(--primary);
  font-size: 48px;
  font-weight: 300;
  line-height: 1.5em;
}

.numeric.big-size {
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
}

.text {
  text-transform: capitalize;
  font-size: 16px;
}

.cart-button {
  background-color: #0000;
  padding: 0 5px 0 0;
}

.icon {
  color: var(--primary);
}

.cart-quantity {
  background-color: var(--secondary);
  color: var(--white);
  margin-left: 0;
  position: absolute;
  inset: -11px -4px auto auto;
}

.inner-img-banner {
  border-radius: var(--r-20);
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.about-products-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  width: 100%;
}

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

.collection-list-category {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.link-category-products {
  border-radius: var(--r-20);
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-img {
  border-radius: var(--r-20);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collection-item-category {
  width: 100%;
  height: 260px;
}

.category-name {
  z-index: 10;
  color: var(--white);
  text-transform: capitalize;
  position: relative;
}

.ovarley-img {
  border-radius: var(--r-20);
  background-image: linear-gradient(#0000004d, #0000004d);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.collection-list-products.details-products {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product-link {
  border-radius: var(--r-20);
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.product-photo {
  border-radius: var(--r-20);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.info-product-wrapper {
  grid-row-gap: 5px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.product-name {
  letter-spacing: -.5px;
  text-transform: capitalize;
  transition: color .3s;
}

.product-name:hover {
  color: var(--secondary);
}

.price-big {
  color: var(--secondary);
  letter-spacing: -.5px;
  font-size: 20px;
  font-weight: 600;
}

.left-product-content {
  width: 30%;
}

.left-arrow-13 {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 50px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  transition: all .3s;
  inset: auto auto 55% 0%;
}

.left-arrow-13:hover {
  background-color: var(--primary);
  color: var(--white);
}

.collection-list-products-buy {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.price-products {
  width: 70%;
  margin-top: 10px;
}

.right-arrow-13 {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 50px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  transition: all .3s;
  inset: auto auto 55% 7%;
}

.our-products {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.slider-products {
  background-color: #0000;
  width: 100%;
  height: auto;
  position: relative;
}

.products-shop {
  grid-column-gap: 15px;
  display: flex;
}

.link-product-small {
  border-radius: var(--r-10);
  width: 100px;
  height: 100%;
  overflow: hidden;
}

.img-product-small {
  border-radius: var(--r-10);
  object-fit: cover;
  height: 100%;
}

.price-small {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
}

.banner-details-product {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
}

.default-state {
  grid-column-gap: 20px;
  margin-bottom: 0;
  display: flex;
}

.out-of-stock-state {
  color: var(--secondary);
  background-color: #ddd0;
  padding: 5px 0;
}

.error-state {
  border-radius: var(--r-10);
}

.quantity-2 {
  border-color: var(--white);
  border-radius: var(--r-10);
  color: var(--white);
  background-color: #0000;
  height: 49px;
  margin-bottom: 0;
  font-size: 18px;
}

.quantity-2:focus {
  border-color: var(--secondary);
}

.add-to-cart {
  margin-top: 40px;
}

.content-product-banner {
  flex-direction: column;
  display: flex;
}

.category {
  border: 1px solid var(--white);
  color: var(--white);
  text-transform: capitalize;
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 5px 12px;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.category:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary);
}

.details-banner-img-product {
  border-radius: var(--r-20);
  object-fit: cover;
  width: 100%;
  height: 420px;
}

.details-name {
  color: var(--white);
  font-size: 56px;
}

.price-details {
  color: var(--primary-light);
  margin-top: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
}

.cart-container {
  border-radius: var(--r-20);
}

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

.cart-quantity-cart {
  border-color: var(--secondary);
  border-radius: var(--r-10);
  background-color: #0000;
}

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

.remove-cart {
  text-transform: capitalize;
}

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

.r-10 {
  border-radius: var(--r-10);
}

.checkout-form {
  background-color: var(--primary-light);
  min-height: auto;
  padding-top: 180px;
  padding-bottom: 60px;
}

.order-wrapper {
  top: 130px;
}

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

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

.email {
  border-color: var(--secondary);
  border-radius: var(--r-10);
  background-color: var(--white);
  color: var(--primary-dark);
  height: auto;
  padding: 11px 29px;
  font-size: 18px;
  line-height: 1em;
  transition: color .3s;
}

.email:focus {
  border-color: var(--primary);
}

.full-name {
  border-color: var(--secondary);
  border-radius: var(--r-10);
  background-color: var(--white);
  height: auto;
  padding: 11px 29px;
  font-size: 18px;
  line-height: 1em;
  transition: border-color .3s;
}

.full-name:focus {
  border-color: var(--primary);
}

.street-address {
  border-color: var(--secondary);
  border-radius: var(--r-10);
  background-color: var(--white);
  color: var(--primary-dark);
  height: auto;
  padding: 11px 29px;
  font-size: 18px;
  line-height: 1em;
  transition: border-color .3s;
}

.street-address:focus {
  border-color: var(--primary);
}

.street-address-2 {
  border-color: var(--secondary);
  border-radius: var(--r-10);
  background-color: var(--white);
  color: var(--primary-dark);
  height: auto;
  padding: 11px 29px;
  font-size: 18px;
  line-height: 1em;
  transition: border-color .3s;
}

.street-address-2:focus {
  border-color: var(--primary);
}

.city, .state-province {
  border-color: var(--secondary);
  border-radius: var(--r-10);
  background-color: var(--white);
  color: var(--primary-dark);
  height: auto;
  padding: 11px 29px;
  font-size: 18px;
  line-height: 1em;
  transition: border-color .3s;
}

.state-province:focus {
  border-color: var(--primary);
}

.zip-postal-code {
  border-color: var(--secondary);
  border-radius: var(--r-10);
  background-color: var(--white);
  color: var(--primary-dark);
  height: auto;
  padding: 11px 29px;
  font-size: 18px;
  line-height: 1em;
  transition: border-color .3s;
}

.country {
  border-color: var(--secondary);
  border-radius: var(--r-10);
  background-color: var(--white);
  color: var(--primary-dark);
  height: auto;
  min-height: 48px;
  padding: 11px 29px;
  font-size: 18px;
  line-height: 1em;
  transition: border-color .3s;
}

.country:focus {
  border-color: var(--primary);
}

.card-number-2 {
  border-color: var(--secondary);
  border-radius: var(--r-10);
  background-color: var(--white);
  color: var(--primary-dark);
  height: auto;
  min-height: 48px;
  padding: 11px 29px;
  font-size: 18px;
  transition: border-color .3s;
}

.card-number-2:focus, .card-number-2.-wfp-focus {
  border-color: var(--primary);
}

.expiration-date {
  border-color: var(--secondary);
  border-radius: var(--r-10);
  background-color: var(--white);
  height: auto;
  min-height: 48px;
  padding: 11px 29px;
  font-size: 18px;
  transition: border-color .3s;
}

.expiration-date:focus, .expiration-date.-wfp-focus {
  border-color: var(--primary);
}

.security-code {
  border-color: var(--secondary);
  border-radius: var(--r-10);
  background-color: var(--white);
  color: var(--primary-dark);
  height: auto;
  min-height: 48px;
  padding: 11px 29px;
  font-size: 18px;
  transition: border-color .3s;
}

.security-code:focus, .security-code.-wfp-focus {
  border-color: var(--primary);
}

.checkbox {
  margin-top: 0;
}

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

.div-block-29 {
  width: 100%;
  display: flex;
}

.paypal-checkout-form, .order-confirmation {
  background-color: var(--primary-light);
  min-height: auto;
  padding-top: 180px;
  padding-bottom: 60px;
}

._404-heading {
  color: var(--primary);
  font-size: 140px;
  font-weight: 700;
}

.logo-404 {
  height: 38px;
}

.search-result-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.heading-3 {
  font-size: 56px;
}

.landing-link {
  color: var(--primary-dark);
  text-transform: none;
}

.landing-link:hover {
  color: var(--white);
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

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

.promotion-text-block {
  font-size: 14px;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

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

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.promotion-label-left {
  z-index: 1000;
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-icon {
  margin-right: 8px;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.text-block-2 {
  order: 0;
  justify-content: flex-start;
  margin-right: 450px;
  padding-right: 0;
  font-size: 24px;
  font-weight: 600;
  display: block;
  position: static;
  inset: 0%;
}

.navbar-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph {
  display: block;
}

.heading-4 {
  font-size: 28px;
  font-weight: 600;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  display: block;
  position: static;
}

.quick-stack-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-2 {
  margin-top: 0;
}

.background-video {
  position: absolute;
}

.background-video-2 {
  position: static;
}

.background-video-3 {
  z-index: 10;
  aspect-ratio: 2;
  width: 100%;
  max-width: 100%;
  height: 95%;
  max-height: 85%;
  overflow: clip;
}

.container {
  aspect-ratio: auto;
  background-color: var(--white);
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  max-height: 85%;
  margin-top: 60px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

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

.heading-7 {
  text-align: left;
  font-size: 22px;
}

.heading-8, .heading-9, .heading-10, .heading-11, .heading-12, .heading-13 {
  font-size: 22px;
}

.heading-14 {
  margin-top: 100px;
  margin-bottom: 0;
}

.heading-15 {
  align-self: auto;
}

.grid-2 {
  opacity: 1;
  mix-blend-mode: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

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

  .section.light-background {
    padding-top: 60px;
  }

  .section.home-2-banner {
    padding-top: 220px;
  }

  .section.bg-img {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.home-3-banner {
    padding-top: 80px;
  }

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

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .nav-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pages-banner {
    padding-top: 210px;
    padding-bottom: 120px;
  }

  .nav-menu-wrapper {
    padding: 0 20px;
  }

  .footer {
    padding-top: 90px;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 60px;
    margin-top: 30px;
  }

  .section-title-wrapper {
    max-width: 820px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .career-customers-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .banner-title-wrapper {
    max-width: 760px;
  }

  .footer-link {
    font-size: 22px;
  }

  .footer-wrapper {
    grid-column-gap: 60px;
    grid-template-columns: 1.1fr .95fr .95fr;
  }

  .search-shop-con {
    margin-left: 25px;
  }

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

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

  .button-wrapper {
    margin-top: 50px;
  }

  .video-wrapper {
    min-height: 500px;
  }

  .video-wrapper.team-video {
    min-height: 340px;
  }

  .video-wrapper.products-video {
    min-height: 400px;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .landing-banner-title-wrapper {
    max-width: 980px;
  }

  .landing-download-block-wrapper {
    padding-left: 180px;
    padding-right: 60px;
  }

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

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .testimonials-nav-outline {
    right: -13px;
  }

  .testimonials-nav-outline-item {
    opacity: 1;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .copyright-wrapper {
    width: 38%;
  }

  .title-wrapper {
    grid-column-gap: 60px;
    justify-content: space-between;
    justify-items: stretch;
    margin-bottom: 50px;
  }

  .link-block {
    height: 280px;
  }

  .information-wrapper.information-about-us {
    grid-template-columns: .8fr 1.2fr;
  }

  .numbers-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .number {
    font-size: 48px;
  }

  .item-service {
    padding-left: 25px;
  }

  .content-service {
    padding-right: 25px;
  }

  .service-img-wrapper, .service-img {
    width: 100%;
  }

  .banner-home-1-wrapper {
    grid-template-columns: 1.1fr .9fr;
  }

  .arrow-section-wrapper {
    width: 130px;
    height: 130px;
    margin-top: -65px;
    bottom: -65px;
  }

  .arrow-section-wrap {
    width: 105px;
    height: 105px;
  }

  .arrow-section {
    width: 75px;
    height: 75px;
    transition: opacity .3s, color .3s;
  }

  .arrow-section:hover {
    opacity: .8;
    color: var(--primary-light);
  }

  .about-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1.1fr .9fr;
  }

  .about-wrapper._2-about {
    grid-template-columns: 1fr .9fr;
  }

  .slide-about {
    margin-top: 100px;
  }

  .bg-bottom {
    height: 82%;
  }

  .bg-bottom.about-product-bg {
    height: 77%;
  }

  .left-arrow-about {
    width: 16px;
    height: 10px;
    top: 34.5%;
  }

  .right-arrow-about {
    top: 34.5%;
  }

  .about-image {
    width: 52%;
    height: 80%;
  }

  .about-image._2-type-image {
    width: 50%;
  }

  .big-title-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    display: flex;
  }

  .review-wrap {
    grid-column-gap: 80px;
  }

  .content-review-wrap {
    width: 65%;
  }

  .right-arrow-review, .left-arrow-review {
    top: 5%;
  }

  .info-grid-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: .9fr 1.1fr;
  }

  .info-about-wrapper {
    grid-column-gap: 40px;
  }

  .track-horizontal-1 {
    grid-column-gap: 33px;
  }

  .lightbox-link-gallery {
    max-height: 240px;
  }

  .main-wrapper-2 {
    margin-top: 33px;
  }

  .track-horizontal-2 {
    grid-column-gap: 33px;
  }

  .banner-home-2-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1.2fr .8fr;
  }

  .button-wrap-home-2 {
    grid-column-gap: 40px;
  }

  .banner-home-2-paragraph {
    width: 62%;
  }

  .steps-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .info-since-wrapper {
    grid-column-gap: 60px;
  }

  .big-date {
    font-size: 100px;
  }

  .slider-banner-home-3 {
    min-height: 400px;
  }

  .slide-nav-12 {
    width: 50px;
    right: -23px;
  }

  .banner-img-home-3-absolute {
    object-fit: cover;
  }

  .right-arrow-12 {
    width: 50px;
    height: 50px;
    top: 30%;
    left: -2%;
  }

  .left-arrow-12 {
    width: 50px;
    height: 50px;
    left: -2%;
  }

  .collection-list-team {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .collection-item-team {
    grid-column-gap: 40px;
  }

  .inner-banner-wrapper {
    grid-template-columns: .8fr 1.2fr;
  }

  .about-banner-video {
    min-height: 320px;
  }

  .content-inner-banner {
    margin-top: 60px;
  }

  .more-about-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: .9fr 1.2fr;
  }

  .about-small-paragrap {
    width: 50%;
  }

  .workflow-quote {
    margin-top: 20px;
  }

  .workflow-wrapper {
    grid-column-gap: 80px;
  }

  .team-banner-img {
    height: 320px;
    min-height: 320px;
  }

  .title-banner-home-3 {
    font-size: 68px;
  }

  .team-member-details-img {
    height: 550px;
  }

  .details-team-wrapper {
    grid-column-gap: 80px;
  }

  .contacts-form-wrapper-2 {
    width: 55%;
  }

  .contacts-wrapper-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .lightbox-link.banner {
    height: 320px;
  }

  .service-list-section-wrapper-2 {
    grid-column-gap: 80px;
  }

  .advantages-wrapper {
    margin-top: -120px;
  }

  .numeric.big-size {
    font-size: 90px;
  }

  .cart-wrapper {
    margin-left: 20px;
  }

  .inner-img-banner {
    height: 320px;
  }

  .about-products-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .info-product-wrapper {
    flex-direction: column;
  }

  .collection-list-products-buy {
    grid-column-gap: 0px;
  }

  .collection-list-products-buy.home-2 {
    grid-column-gap: 80px;
  }

  .right-arrow-13 {
    left: 6%;
  }

  .right-arrow-13:hover {
    background-color: var(--primary);
    color: var(--white);
  }

  .our-products {
    grid-column-gap: 80px;
  }

  .link-product-small {
    width: 120px;
  }

  .banner-details-product {
    grid-row-gap: 70px;
  }

  .details-banner-img-product {
    height: 460px;
  }

  .details-name {
    font-size: 68px;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation {
    padding-bottom: 100px;
  }

  ._404-heading {
    font-size: 160px;
  }

  .heading-3 {
    font-size: 64px;
  }

  .quick-stack-2 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-menu-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    padding-top: 100px;
  }

  .landing-download-block-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

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

  .testimonials-nav-outline {
    right: -72px;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .information-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: .95fr 1.05fr;
  }

  .bg-bottom.about-product-bg {
    height: 78%;
  }

  .track-horizontal-1 {
    grid-column-gap: 38px;
  }

  .lightbox-link-gallery {
    max-width: 33%;
    max-height: 280px;
  }

  .main-wrapper-2 {
    margin-top: 38px;
  }

  .track-horizontal-2 {
    grid-column-gap: 38px;
  }

  .banner-home-2-wrapper {
    grid-row-gap: 80px;
    grid-template-columns: 1.2fr .8fr;
  }

  .slider-banner-home-3 {
    min-height: 440px;
    margin-left: 10px;
  }

  .slide-nav-12 {
    right: -82px;
  }

  .mask-home-3 {
    width: 100%;
  }

  .right-arrow-12, .left-arrow-12 {
    left: -7%;
  }

  .more-about-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: .8fr 1.2fr;
  }

  .title-banner-home-3 {
    font-size: 72px;
  }

  .lightbox-link {
    height: 350px;
  }

  .list-services {
    font-size: 20px;
  }

  .collection-list-products-buy {
    grid-column-gap: 10px;
  }

  .collection-list-products-buy.home-2 {
    grid-column-gap: 60px;
  }

  .text-block-2 {
    margin-right: 500px;
  }

  .quick-stack-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-4 {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 78px;
  }

  .section.blog-grid-banner {
    padding-top: 220px;
  }

  .section.banner-career, .section.job-position-banner {
    padding-top: 200px;
  }

  .section.contacts-banner {
    padding-top: 220px;
  }

  .section.banner-inner {
    padding-top: 200px;
  }

  .section.banner-testimonials, .section.about-us-banner {
    padding-top: 220px;
  }

  .section.landing-banner, .section.inner-banner {
    padding-top: 200px;
  }

  .section.bg-img {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section.home-3-banner {
    position: static;
  }

  .section.team-details-banner, .section.blog-details, .section.services-banner, .section.details-banner {
    padding-top: 200px;
  }

  .nav-container {
    min-width: 80%;
    padding-left: 80px;
    padding-right: 80px;
  }

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

  .video-wrapper {
    min-height: 600px;
  }

  .features-container.verical-features-wrapper {
    margin-top: 100px;
  }

  .landing-banner-title-wrapper {
    max-width: 1100px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .testimonials-nav-outline {
    right: -72px;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .menu-wrap {
    position: absolute;
  }

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

  .banner-home-1-wrapper, .about-wrapper {
    grid-template-columns: 1.2fr .8fr;
  }

  .left-arrow-about {
    top: 31.5%;
  }

  .right-arrow-about {
    top: 31.5%;
    right: 72%;
  }

  .about-image {
    width: 53%;
  }

  .review-wrap {
    grid-column-gap: 100px;
  }

  .track-horizontal-1 {
    grid-column-gap: 56px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .lightbox-link-gallery {
    max-height: 340px;
  }

  .main-wrapper-2 {
    margin-top: 56px;
  }

  .track-horizontal-2 {
    grid-column-gap: 56px;
  }

  .banner-home-2-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1.3fr .8fr;
  }

  .slider-banner-home-3 {
    min-height: 440px;
  }

  .content-banner-home-3 {
    padding-bottom: 80px;
    padding-left: 80px;
  }

  .right-arrow-12 {
    top: 34%;
    left: -8%;
  }

  .left-arrow-12 {
    bottom: 36%;
    left: -8%;
  }

  .about-banner-video {
    min-height: 360px;
  }

  .bg-banner {
    height: 70%;
  }

  .team-banner-img {
    height: 360px;
    min-height: 360px;
  }

  .title-banner-home-3 {
    font-size: 78px;
  }

  .team-member-details-img {
    height: 570px;
  }

  .name-details {
    font-size: 68px;
  }

  .contacts-wrapper-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .lightbox-link {
    height: 420px;
  }

  .lightbox-link.banner, .inner-img-banner {
    height: 360px;
  }

  .details-name {
    font-size: 70px;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation {
    padding-top: 200px;
  }

  .text-block-2 {
    margin-right: 500px;
    padding-right: 0;
    font-size: 40px;
  }

  .navbar-2 {
    font-size: 24px;
  }

  .flex-block {
    position: static;
  }

  .quick-stack-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell {
    display: block;
  }

  .background-video-3 {
    width: 90%;
    max-width: 90%;
    height: 90%;
    max-height: 80%;
  }

  .container {
    max-height: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

  h2 {
    font-size: 42px;
  }

  h4 {
    font-size: 28px;
  }

  h5, blockquote {
    font-size: 24px;
  }

  .section.blog-grid-banner, .section.banner-career, .section.job-position-banner, .section.contacts-banner, .section.banner-inner, .section.banner-testimonials, .section.about-us-banner, .section.landing-banner {
    padding-top: 140px;
  }

  .section.primary-color-background {
    padding-top: 20px;
  }

  .section.inner-banner {
    padding-top: 140px;
  }

  .section.home-1-banner {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .section.home-2-banner, .section.home-3-banner, .section.team-details-banner, .section.blog-details, .section.services-banner, .section.details-banner {
    padding-top: 140px;
  }

  .base-container {
    max-width: 90%;
    margin-top: 20px;
    padding-bottom: 60px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

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

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--primary-light);
    flex-direction: column;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    font-size: 18px;
    display: flex;
  }

  .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;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--primary-light);
    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-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;
    font-size: 18px;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    margin-bottom: 3px;
  }

  .nav-item-title {
    font-size: 18px;
  }

  .pages-banner {
    padding-top: 140px;
  }

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

  .nav-menu-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .footer.big-top {
    padding-top: 60px;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

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

  .career-customers-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .coming-soon-image {
    display: none;
  }

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

  .job-position-sidebar-wrapper {
    width: 35%;
    padding: 20px;
    top: 20px;
  }

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

  .footer-link {
    text-align: left;
    font-size: 16px;
    text-decoration: none;
  }

  .footer-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 40px;
    text-align: center;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    place-items: start center;
    width: 85%;
  }

  .white-text {
    font-size: 20px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-shop-con {
    display: none;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

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

  .headings-container {
    flex-wrap: wrap;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .video-wrapper {
    width: 100%;
    min-height: 380px;
  }

  .video-wrapper.products-video {
    min-height: 400px;
  }

  .features-container {
    max-width: 90%;
  }

  .features-item {
    width: 30%;
  }

  .features-item._w-100-features {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: .3fr 1.7fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-banner-title-wrapper {
    max-width: 100%;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 100%;
  }

  .nav-dropdown-column.central {
    width: 100%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

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

  .blog-section-title {
    margin-bottom: 60px;
  }

  .testimonials-quote {
    max-width: 555px;
    margin-top: 33px;
    font-size: 21px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .testimonials-quote-author {
    margin-top: 40px;
  }

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

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

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    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(--primary-light);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    background-color: var(--primary-light);
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .brand-tablet {
    display: block;
  }

  .details-page-title {
    font-size: 48px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .spacing-system-title {
    font-size: 25px;
  }

  .info-footer-wrapper {
    grid-row-gap: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .copyright-wrapper {
    justify-content: center;
    align-items: center;
    width: 60%;
  }

  .pages-footer-wrapper {
    grid-column-gap: 30px;
  }

  .join-img {
    height: 100%;
  }

  .collection-list-blog {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item-blog {
    width: 47%;
  }

  .tablet-button-nav-wrapper {
    display: block;
  }

  .information-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.1fr;
    place-items: center;
  }

  .button-info-wrapper.tablet-center {
    justify-content: center;
    align-items: center;
  }

  .numbers-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    place-items: center;
  }

  .number {
    font-size: 44px;
  }

  .title-left-info {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    display: flex;
  }

  .item-service {
    width: 47%;
  }

  .about-wrapper._2-about {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .bg-bottom {
    height: 82%;
  }

  .bg-bottom.about-product-bg {
    object-fit: cover;
    height: 77%;
  }

  .left-arrow-about {
    top: 22%;
  }

  .right-arrow-about {
    top: 22%;
    right: 68%;
  }

  .about-image {
    width: 40%;
  }

  .about-image._2-type-image {
    width: 46%;
  }

  .left-arrow-review {
    right: 10%;
  }

  .mt-0.white-paragraph {
    font-size: 14px;
  }

  .info-grid-wrapper {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .info-about-wrapper {
    grid-column-gap: 60px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .info-about-wrapper.mt-50 {
    margin-top: 30px;
  }

  .track-horizontal-1 {
    grid-column-gap: 20px;
  }

  .about-farm-img {
    flex: none;
  }

  .main-wrapper-2 {
    margin-top: 20px;
  }

  .track-horizontal-2 {
    grid-column-gap: 20px;
  }

  .banner-home-2-wrapper {
    grid-row-gap: 50px;
    text-align: center;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    place-items: center;
    margin-bottom: 70px;
    display: flex;
  }

  .img-banner-home-2 {
    height: 300px;
  }

  .button-wrap-home-2 {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    margin-top: 20px;
  }

  .content-banner-home-2 {
    width: 80%;
  }

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

  .info-farm-wrapper {
    grid-template-columns: 1fr;
  }

  .farm-wrapper {
    grid-column-gap: 35px;
    align-items: center;
  }

  .info-since-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    max-width: 90%;
  }

  .img-since-wrapper {
    width: 100%;
  }

  .since-img {
    width: 90%;
    height: 360px;
  }

  .content-since-wrapper {
    width: 100%;
  }

  .since {
    inset: 20% auto auto 0%;
  }

  .big-date {
    font-size: 70px;
  }

  .mask-home-3 {
    width: 89%;
    margin-left: 20px;
  }

  .content-banner-home-3 {
    object-fit: scale-down;
  }

  .banner-img-home-3-absolute {
    object-fit: cover;
  }

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

  .collection-item-team {
    grid-column-gap: 40px;
    grid-template-columns: .9fr 1.1fr;
  }

  .inner-banner-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-banner-video {
    min-height: 240px;
  }

  .bg-banner {
    height: 70%;
  }

  .more-about-wrapper {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .woman-img {
    object-fit: cover;
    object-position: 50% 5%;
    width: 75%;
    height: 450px;
  }

  .title-farm-wrap {
    width: 35%;
  }

  .about-small-paragrap {
    width: 65%;
  }

  .workflow-wrapper {
    grid-column-gap: 40px;
  }

  .title-banner-home-3 {
    font-size: 50px;
  }

  .team-member-details-img {
    height: 100%;
  }

  .details-team-wrapper {
    grid-column-gap: 40px;
  }

  .line-top-border-wrapper {
    margin-top: 40px;
    padding-top: 30px;
  }

  .name-details {
    font-size: 50px;
  }

  .contacts-form-wrapper-2 {
    width: 100%;
  }

  .contacts-content-wrapper-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .contacts-wrapper-2 {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .img-contact {
    width: 100%;
    height: 400px;
  }

  .lightbox-link {
    height: 280px;
  }

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

  .service-list-section-wrapper-2 {
    grid-row-gap: 60px;
    flex-direction: column;
  }

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

  .service-list-section-wrap-2.first-child {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 68%;
    display: flex;
  }

  .service-img-2 {
    height: 450px;
  }

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

  .section-title-wrapper-2 {
    align-items: center;
    max-width: 620px;
  }

  .advantages-wrapper {
    grid-column-gap: 20px;
  }

  .numeric {
    font-size: 42px;
  }

  .numeric.big-size {
    z-index: 10;
    font-size: 72px;
    position: relative;
  }

  .cart-wrapper {
    margin-right: 20px;
  }

  .collection-list-products, .collection-list-products.details-products {
    grid-template-columns: 1fr 1fr;
  }

  .left-product-content {
    width: 65%;
  }

  .left-arrow-13 {
    inset: 2% 15% auto auto;
  }

  .price-products {
    width: 100%;
    margin-top: 40px;
  }

  .right-arrow-13 {
    inset: 2% 0% auto auto;
  }

  .our-products {
    flex-direction: column;
  }

  .link-product-small {
    width: 120px;
  }

  .details-banner-img-product {
    height: 500px;
  }

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

  .row, .div-block-29 {
    flex-direction: column;
  }

  .price-chechout {
    margin-top: 7px;
    margin-left: 15px;
  }

  .paypal-checkout-form, .order-confirmation {
    padding-top: 140px;
  }

  ._404-heading {
    font-size: 120px;
  }

  .heading-3 {
    font-size: 50px;
  }

  .promotion-label-holder, .promotion-labels-wrapper {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .text-block-2 {
    margin-right: 420px;
  }

  .heading-5 {
    font-size: 24px;
  }

  .quick-stack-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    margin-top: 10px;
    padding-bottom: 20px;
  }

  .heading-14 {
    margin-top: 80px;
  }
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5, blockquote {
    font-size: 22px;
  }

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

  .section.blog-grid-banner, .section.banner-career, .section.job-position-banner, .section.contacts-banner, .section.banner-inner, .section.banner-testimonials, .section.about-us-banner, .section.landing-banner {
    padding-top: 120px;
  }

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

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

  .section.home-1-banner {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .section.home-2-banner {
    padding-top: 120px;
  }

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

  .section.home-3-banner, .section.team-details-banner, .section.blog-details, .section.services-banner, .section.details-banner {
    padding-top: 120px;
  }

  .base-container {
    max-width: 90%;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .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;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    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-container {
    margin-top: 20px;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

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

  .style-guide-body-wrapper, .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 20px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .pages-banner {
    padding-top: 120px;
    padding-bottom: 60px;
  }

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

  .text-center.white-text {
    font-size: 36px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-template-image {
    margin-bottom: 30px;
  }

  .footer {
    padding-top: 70px;
  }

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

  .career-customers-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: 0;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
    width: 100%;
  }

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

  .headings-container {
    grid-row-gap: 30px;
  }

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

  .video-wrapper {
    min-height: 280px;
  }

  .video-wrapper.team-video {
    min-height: 300px;
  }

  .video-wrapper.mt-50 {
    margin-top: 30px;
  }

  .about-1-video-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .features-container {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    max-width: 95%;
  }

  .features-container.verical-features-wrapper {
    margin-top: 40px;
  }

  .features-item {
    width: 100%;
    max-width: 95%;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

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

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

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

  .blog-section-title {
    margin-bottom: 40px;
  }

  .testimonials-quote {
    font-size: 18px;
  }

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

  .section-title-center {
    margin-bottom: 40px;
  }

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

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .testimonials-nav-outline {
    margin-right: 3px;
    right: 1px;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .details-page-title {
    font-size: 40px;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .copyright-wrapper {
    width: 100%;
  }

  .info-join-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .title-wrapper {
    text-align: center;
    max-width: 90%;
    margin-bottom: 30px;
  }

  .title-wrapper.mt-30-mobile {
    margin-top: 30px;
  }

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

  .information-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .button-info-wrapper {
    margin-top: 30px;
  }

  .item-service {
    background-color: var(--primary-light);
    width: 100%;
    max-width: 90%;
  }

  .banner-home-1-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .content-home-1-banner {
    width: 90%;
  }

  .arrow-section-wrapper {
    width: 90px;
    height: 90px;
    bottom: -45px;
  }

  .arrow-section-wrap {
    width: 70px;
    height: 70px;
  }

  .arrow-section {
    width: 50px;
    height: 50px;
  }

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

  .about-wrapper._2-about {
    display: flex;
  }

  .numbere-slide {
    text-align: center;
    padding-left: 0;
  }

  .content-slide-about {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .left-arrow-about {
    top: 24%;
    left: 34%;
  }

  .right-arrow-about {
    top: 24%;
    right: 35%;
  }

  .about-image {
    z-index: 10;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
  }

  .about-image._2-type-image {
    width: 100%;
  }

  .tablet-hidden {
    display: none;
  }

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

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

  .review-wrap {
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-review-wrap {
    width: 100%;
  }

  .review-white {
    font-size: 24px;
  }

  .right-arrow-review {
    inset: auto 20% 0% auto;
  }

  .left-arrow-review {
    inset: auto auto 0% 20%;
  }

  .review-2-type {
    padding-bottom: 100px;
  }

  .info-grid-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

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

  .info-about-wrapper.mt-50 {
    margin-top: 30px;
  }

  .big-number {
    font-size: 46px;
  }

  .track-horizontal-1 {
    grid-column-gap: 30px;
  }

  .lightbox-link-gallery {
    max-width: 47%;
  }

  .main-wrapper-2 {
    margin-top: 30px;
  }

  .track-horizontal-2 {
    grid-column-gap: 30px;
  }

  .banner-home-2-wrapper {
    grid-row-gap: 30px;
    margin-bottom: 60px;
  }

  .button-wrap-home-2 {
    margin-top: 10px;
  }

  .content-banner-home-2 {
    width: 100%;
  }

  .steps-wrapper {
    grid-template-columns: 1fr;
  }

  .img-farm {
    width: 40%;
  }

  ._2-button-wrapper {
    margin-top: 40px;
  }

  .info-since-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    max-width: 90%;
    margin-bottom: 40px;
  }

  .since-img {
    width: 90%;
  }

  .since {
    inset: 12% auto auto 0%;
  }

  .slider-banner-home-3 {
    min-height: 340px;
  }

  .slide-nav-12 {
    margin-left: 0;
    right: 1%;
  }

  .mask-home-3 {
    width: 100%;
    margin-left: 0;
  }

  .content-banner-home-3 {
    box-sizing: border-box;
    aspect-ratio: 2;
    text-align: center;
    object-fit: contain;
    justify-content: center;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-img-home-3-absolute {
    max-width: 93%;
  }

  .right-arrow-12 {
    border-color: var(--white);
    color: var(--white);
    left: 1%;
  }

  .right-arrow-12:hover {
    border-color: var(--secondary);
    color: var(--secondary);
  }

  .left-arrow-12 {
    border-color: var(--white);
    color: var(--white);
    left: 1%;
  }

  .left-arrow-12:hover {
    border-color: var(--secondary);
    color: var(--secondary);
  }

  .button-slide-wrapper {
    justify-content: center;
    align-items: center;
  }

  .review {
    font-size: 24px;
  }

  .more-about-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .woman-img {
    height: 420px;
  }

  .more-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .workflow-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .workflow-profile-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

  .title-banner-home-3 {
    font-size: 46px;
    display: flex;
  }

  .team-member-details-img {
    width: 80%;
    height: 460px;
  }

  .details-team-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    place-items: center;
    margin-bottom: 40px;
  }

  .name-details {
    font-size: 46px;
  }

  .contacts-form-wrapper-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contacts-content-wrapper-2 {
    width: 100%;
    padding-right: 0;
  }

  .contacts-wrapper-2 {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .img-contact {
    height: 340px;
  }

  .service-list-section-wrapper-2 {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

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

  .service-list-section-wrap-2.first-child {
    width: 75%;
  }

  .list-services {
    margin-top: 10px;
  }

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

  .collection-list {
    grid-template-columns: 1fr;
  }

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

  .advantages-wrapper {
    grid-template-columns: 1fr;
    margin-top: -60px;
  }

  .numeric.big-size {
    font-size: 60px;
  }

  .about-products-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .collection-list-category {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .collection-item-category {
    width: 47%;
  }

  .left-arrow-13 {
    top: 1%;
    right: 20%;
  }

  .collection-list-products-buy {
    flex-direction: column;
    display: flex;
  }

  .right-arrow-13 {
    top: 1%;
  }

  .products-shop {
    align-items: flex-start;
  }

  .link-product-small {
    height: 150px;
  }

  .img-product-small {
    width: 100%;
  }

  .banner-details-product {
    flex-direction: column-reverse;
    display: flex;
  }

  .category {
    margin-bottom: 0;
  }

  .details-banner-img-product {
    height: 320px;
  }

  .checkout-form {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .order-wrapper {
    position: static;
  }

  .paypal-checkout-form, .order-confirmation {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  ._404-heading {
    font-size: 100px;
  }

  .search-result-list {
    grid-row-gap: 20px;
  }

  .heading-3 {
    font-size: 46px;
  }

  .promotion-label-left {
    max-width: 300px;
  }

  .text-block-2 {
    margin-right: 220px;
  }

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

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

  blockquote {
    padding-left: 25px;
  }

  .base-container {
    margin-top: 0;
    padding-bottom: 0;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    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%;
  }

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

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

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

  .text-center.white-text {
    font-size: 26px;
  }

  ._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: 32px;
  }

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

  .footer-copyright-link {
    margin-left: 5px;
  }

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

  .footer-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .white-text {
    font-size: 20px;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .video-wrapper.team-video {
    min-height: 260px;
  }

  .video-wrapper.products-video {
    min-height: 280px;
  }

  .features-container {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

  .features-item {
    justify-content: center;
    align-items: center;
  }

  .features-item._w-100-features {
    flex-direction: column;
    display: flex;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .testimonials-slider-con {
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonials-left-arrow, .testimonials-right-arrow {
    top: 36%;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .testimonials-nav-outline {
    height: 50%;
    margin-bottom: 0;
    margin-right: 2px;
    right: 0;
  }

  .testimonials-nav-outline-item {
    width: 20px;
    height: 20px;
  }

  .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

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

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pages-footer-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-link-logo {
    margin-bottom: 10px;
  }

  .join-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .join-img {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 220px;
  }

  .info-join-wrapper {
    grid-row-gap: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .title-wrapper {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .information-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: center;
  }

  .numbers-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .small-quote {
    margin-top: 40px;
  }

  .small-quote.mt-0 {
    margin-top: 0;
  }

  .title-left-info {
    width: 100%;
  }

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

  .content-home-1-banner {
    width: 100%;
  }

  .title-button-mobile {
    margin-top: 40px;
    display: block;
  }

  .title-botton-desctop {
    display: none;
  }

  .white-paragraph {
    font-size: 14px;
  }

  .about-slider {
    width: 100%;
  }

  .slide-about {
    margin-top: 40px;
  }

  .bg-bottom.about-product-bg {
    object-fit: cover;
    object-position: 50% 100%;
    height: 88%;
  }

  .left-arrow-about {
    top: 16.5%;
    left: 30%;
  }

  .right-arrow-about {
    top: 16.5%;
    right: 30%;
  }

  .about-image {
    height: 250px;
  }

  .about-content-wrapper {
    text-align: center;
  }

  .info-about-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .track-horizontal-1 {
    grid-column-gap: 23px;
  }

  .lightbox-link-gallery {
    max-height: 320px;
  }

  .main-wrapper-2 {
    margin-top: 23px;
  }

  .track-horizontal-2 {
    grid-column-gap: 23px;
  }

  .banner-home-2-wrapper, .banner-home-2-paragraph {
    width: 100%;
  }

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

  .img-farm {
    width: 100%;
    height: 350px;
  }

  .farm-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
  }

  ._2-button-wrapper {
    grid-column-gap: 20px;
  }

  .info-since-wrapper {
    width: 95%;
  }

  .since-img {
    width: 92%;
    height: 300px;
  }

  .content-since-wrapper {
    text-align: center;
    width: 90%;
  }

  .big-date {
    font-size: 60px;
  }

  .slider-banner-home-3 {
    min-height: auto;
  }

  .slide-nav-12 {
    height: 50%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 6px;
    font-size: 14px;
  }

  .content-banner-home-3 {
    padding-bottom: 0;
  }

  .banner-img-home-3-absolute {
    aspect-ratio: 2;
    object-fit: contain;
    max-width: 90%;
    height: 50%;
  }

  .right-arrow-12 {
    display: none;
    top: 4%;
    left: 2%;
  }

  .left-arrow-12 {
    display: none;
    bottom: 4%;
    left: 2%;
  }

  .collection-list-team {
    place-items: center;
  }

  .collection-item-team {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .team-link-img {
    justify-content: center;
    display: flex;
  }

  .team-photo {
    width: 70%;
  }

  .about-team-member-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .inner-banner-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .about-banner-video {
    min-height: 200px;
  }

  .content-inner-banner {
    text-align: center;
    margin-top: 0;
  }

  .woman-img {
    width: 100%;
  }

  .about-farm-wrapper.mt-60 {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .title-farm-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .about-farm-wrap {
    flex-direction: column;
    align-items: center;
  }

  .about-small-paragrap {
    width: 100%;
  }

  .title-banner-home-3 {
    font-size: 42px;
  }

  .team-member-details-img {
    width: 100%;
    height: 380px;
  }

  .name-details {
    font-size: 42px;
  }

  .contacts-form-wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-contact {
    height: 260px;
  }

  .service-list-section-wrap-2.first-child {
    width: 100%;
  }

  .button-wrap {
    align-items: center;
  }

  .about-products-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    justify-content: center;
    display: flex;
  }

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

  .collection-list-products, .collection-list-products.details-products {
    grid-template-columns: 1fr;
  }

  .product-link {
    height: 240px;
  }

  .left-product-content {
    text-align: center;
    width: 100%;
    padding-bottom: 60px;
  }

  .left-arrow-13 {
    top: 14%;
    right: 63%;
  }

  .right-arrow-13 {
    top: 14%;
    right: 24%;
  }

  .products-shop {
    justify-content: center;
    align-items: flex-start;
  }

  .link-product-small {
    width: 130px;
  }

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

  .content-product-banner {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .details-banner-img-product {
    height: 300px;
  }

  .cart-container {
    border-radius: 0;
  }

  .heading-3 {
    font-size: 42px;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .text-block-2 {
    margin-right: 40px;
    font-size: 16px;
  }

  .navbar-2 {
    margin-right: 40px;
    font-size: 18px;
  }

  .heading-5 {
    text-align: left;
    font-size: 16px;
  }

  .container {
    margin-top: 10px;
    padding-bottom: 20px;
  }

  .navbar-3 {
    font-size: 16px;
  }

  .heading-6 {
    font-size: 28px;
  }

  .heading-7 {
    text-align: center;
    font-size: 18px;
  }

  .heading-9, .heading-10, .heading-11, .heading-12, .heading-13 {
    font-size: 18px;
  }

  .heading-14 {
    margin-top: 120px;
  }

  .navbar-4 {
    padding-bottom: 15px;
  }
}

#w-node-_7edf0b2a-b323-09a8-dcb9-cc1b75f56759-75f56756, #w-node-_7edf0b2a-b323-09a8-dcb9-cc1b75f5675b-75f56756, #w-node-_7edf0b2a-b323-09a8-dcb9-cc1b75f5675e-75f56756 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6521cd9f-a2ee-0821-9ce6-d74913c57cfa-382a3200 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_061c3c06-0ebf-5ee9-3a02-12bd3ce439a0-3ce4399b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_061c3c06-0ebf-5ee9-3a02-12bd3ce439a3-3ce4399b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c2ed9fc6-bb57-295b-f25b-d5042a6c55a5-2a6c55a2, #w-node-c2ed9fc6-bb57-295b-f25b-d5042a6c55a6-2a6c55a2, #w-node-ff4f6625-504d-8df0-6f55-f5e4a5032dd6-553578d9, #w-node-ff4f6625-504d-8df0-6f55-f5e4a5032dde-553578d9, #w-node-ff4f6625-504d-8df0-6f55-f5e4a5032de6-553578d9, #w-node-ff4f6625-504d-8df0-6f55-f5e4a5032dee-553578d9, #w-node-ff4f6625-504d-8df0-6f55-f5e4a5032df6-553578d9, #w-node-ff4f6625-504d-8df0-6f55-f5e4a5032dfe-553578d9, #w-node-_8666a169-3ec2-1ad3-eb1c-050eff790c60-553578d9, #w-node-_8666a169-3ec2-1ad3-eb1c-050eff790c61-553578d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdc3a576-f42e-cdf9-453c-b3e214313d64-553578d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bdc3a576-f42e-cdf9-453c-b3e214313d65-553578d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bdc3a576-f42e-cdf9-453c-b3e214313d66-553578d9, #w-node-bdc3a576-f42e-cdf9-453c-b3e214313d67-553578d9 {
  place-self: center;
}

#w-node-fd604d28-3c86-cf0a-0a2b-d813d8f7517e-553578df, #w-node-_1d71c494-d0e1-fa28-5760-2f279461ce4a-553578df, #w-node-f06cc49d-779b-d82e-171f-1d684e8eeb48-553578df, #w-node-b0a644ab-944b-335d-a02f-f1a9c1e7227b-553578e3, #w-node-b0a644ab-944b-335d-a02f-f1a9c1e7227c-553578e3, #w-node-_053a2618-b803-327b-90ad-83ce1cebb4af-553578e3, #w-node-_7274818f-2d10-8ac6-bf5f-6e4cc4d90660-553578e4, #w-node-_7274818f-2d10-8ac6-bf5f-6e4cc4d90663-553578e4, #w-node-_183557d1-4eac-b77e-a6fc-90c40f647a1f-553578e6, #w-node-d71386dd-e43e-9eec-07c7-aff318dd4e44-553578e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7edf0b2a-b323-09a8-dcb9-cc1b75f56759-75f56756 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7edf0b2a-b323-09a8-dcb9-cc1b75f56759-75f56756 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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