:root {
  --dark-heading: #111e21;
  --paragraph-gray: #797979;
  --primary: #ff4200;
  --secondary-dark: #0f1b24;
  --light-gray: #fafafa;
  --white: white;
  --form-border: #e4e4e7;
  --divider: #e2e8f0;
  --gray: #f6f6f6;
  --black: black;
  --primary-blue: #61ce70;
  --secondary-light: var(--secondary-dark);
  --secondary-light-color: #0f1b24;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

.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-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--dark-heading);
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

h1 {
  color: var(--dark-heading);
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  color: var(--dark-heading);
  letter-spacing: -1px;
  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(--dark-heading);
  letter-spacing: -1px;
  margin-top: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4em;
}

h4 {
  color: var(--dark-heading);
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.34em;
}

h5 {
  color: var(--dark-heading);
  letter-spacing: -1px;
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
}

h6 {
  color: var(--dark-heading);
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  color: var(--paragraph-gray);
  text-align: left;
  letter-spacing: -.04em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--dark-heading);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .3s;
}

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

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 {
  color: var(--paragraph-gray);
  letter-spacing: -.04em;
  align-items: center;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}

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

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

blockquote {
  text-align: center;
  background-image: url('../images/quote-deviverer-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 50px 20px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

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

.section.banner {
  background-image: url('../images/Home-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  align-items: center;
  padding-top: 150px;
  display: flex;
}

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

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

.section.banner-faq {
  background-image: url('../images/65659f7ded7f057d05f2802c_Banner-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  display: flex;
}

.section.about-banner {
  background-image: url('../images/Home-3.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.without-top-spacing {
  padding-top: 80px;
}

.section.without-top-spacing.locations, .section.without-top-spacing.we-offer {
  display: none;
}

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

.section.without-space.entreprises, .section.without-space.particuliers {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: none;
}

.section.style-guide-section {
  padding-top: 180px;
  padding-bottom: 0;
}

.section.shop-product-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.top-gap {
  padding-top: 80px;
}

.section.green-bg-no-bottom-gap {
  background-color: var(--secondary-dark);
  background-image: url('../images/Globe.svg');
  background-position: 160% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  padding-top: 80px;
  padding-bottom: 0;
}

.section.overlay-numbers {
  padding-bottom: 40px;
}

.section.full-image {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Image_1Image.webp');
  background-position: 0 0, 10%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.section.faq {
  padding-bottom: 0;
  display: none;
}

.section.banner-team-details {
  background-image: url('../images/Home-3.svg');
  background-position: 50%;
  background-size: auto;
  flex-direction: row;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
}

.section.price {
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
}

.section.banner-blog {
  flex-direction: row;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 0;
  display: flex;
}

.section.blog-post {
  padding-top: 180px;
  padding-bottom: 80px;
}

.section.relative {
  position: relative;
}

.section.banner-product-detail {
  background-image: url('../images/Home-3.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: row;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 60px;
  display: flex;
}

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

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

.section.banner-licensing {
  background-image: url('../images/Home-3.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.globe {
  background-color: var(--secondary-dark);
  background-image: url('../images/Globe.svg');
  background-position: 500px 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  padding-top: 80px;
  padding-bottom: 0;
}

.section.without-top-spacing-flight {
  background-image: url('../images/plane.svg'), url('../images/flight.svg');
  background-position: 0 -60%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  padding-top: 2rem;
}

.section.without-top-spacing-flight.services {
  background-color: var(--secondary-dark);
  padding-top: 3rem;
  padding-bottom: 125px;
}

.section.flight {
  background-color: var(--light-gray);
  background-image: url('../images/plane.svg'), url('../images/flight.svg');
  background-position: 0 -60%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
}

.section.without-top-spacing-gray {
  background-color: var(--light-gray);
}

.section.dark-bg-statistic {
  background-color: var(--secondary-dark);
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.section.banner-job-details {
  background-image: url('../images/Home-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.banner-changelog {
  flex-direction: row;
  align-items: center;
  padding-top: 150px;
  display: flex;
}

.section.small-bottom-gap {
  padding-bottom: 40px;
}

.section.without-top-small-bottom {
  padding-top: 0;
  padding-bottom: 40px;
}

.section.about-us-team-big-space {
  background-color: var(--light-gray);
  padding-bottom: 90px;
}

.base-container {
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.base-container.top {
  margin-bottom: 0;
}

.base-container.histoire {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

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

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

.grid-description {
  border-bottom: 1px solid rgba(105, 110, 119, .3);
  border-right: 1px solid rgba(105, 110, 119, .3);
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid rgba(105, 110, 119, .3);
  border-left: 1px solid rgba(105, 110, 119, .3);
  border-right: 1px solid rgba(105, 110, 119, .3);
  width: 24%;
}

.grid-description.last-description {
  border-right: 1px solid rgba(105, 110, 119, .3);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 15px 30px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
  transition: all .4s;
  display: block;
}

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

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

.primary-button.button-burger {
  display: none;
}

.primary-button.service-page {
  align-self: center;
  margin-top: 20px;
}

.primary-button.mt-26 {
  margin-top: 26px;
}

.primary-button.landing {
  display: inline-block;
}

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

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

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

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

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

.navbar {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  position: fixed;
  top: 0;
}

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

.nav-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 7px 10px 0;
  display: flex;
}

.nav-dropdown-icon {
  margin-top: 0;
  margin-bottom: 2px;
  margin-right: 0;
  font-size: 16px;
  transition-property: none;
  position: relative;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .18);
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  width: 160px;
  padding-top: 15px;
  padding-bottom: 0;
}

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

.nav-dropdown-list.megamenu.w--open {
  width: 420px;
  display: flex;
}

.nav-dropdown-list.medium.w--open {
  width: 250px;
}

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

.nav-dropdown-link {
  color: var(--dark-heading);
  text-align: center;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  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(--dark-heading);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition-property: none;
}

.nav-item-title:hover {
  color: var(--primary);
}

.nav-item-title.white {
  font-size: 14px;
}

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

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

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

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

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 250px;
  transition: all .3s;
}

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

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

.licensing-image-link {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

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

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

.banner-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.banner-title.pricing, .banner-title.services-text {
  z-index: 10;
  text-align: left;
  max-width: 880px;
  padding-left: 40px;
  position: relative;
}

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

.licensing-fonts-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

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

.licensing-paragraph {
  width: 50%;
}

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

.licensing-icons-wrapper {
  grid-column-gap: 20px;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.utility-page-wrap {
  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: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--divider);
  border-radius: 4px;
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.2em;
}

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

.password-input::placeholder {
  color: var(--paragraph-gray);
}

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

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

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

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

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

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

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

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

.coming-soon-input {
  border: 1px solid var(--form-border);
  border-radius: 8px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 18px 24px;
}

.coming-soon-input:focus {
  border: 1px solid #afafaf;
  font-size: 16px;
  line-height: 1em;
}

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

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

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

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

.blog-post-title {
  text-transform: initial;
  transition: color .3s;
}

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

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.blog-sidebar-right {
  flex-direction: column;
  width: 100%;
  position: relative;
}

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

.sidebar-recent-post-item {
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

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

.sidebar-recent-post {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 80px 1fr;
  grid-auto-columns: 1fr;
  padding: 15px;
  display: grid;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.blog-recent-post-title {
  color: var(--dark-heading);
  text-transform: none;
  margin-top: 0;
  font-size: 16px;
  transition: color .2s;
}

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

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

.blog-recent-post-date {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.sidebar-recent-posts {
  border-radius: 8px;
  margin-bottom: 30px;
}

.sidebar-categories {
  background-color: var(--white);
  padding-right: 20px;
}

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

.sidebar-category {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 0;
  padding: 5px 15px 4px;
  transition: all .3s;
  display: inline-block;
}

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

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

.blog-template-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.blog-template-image.location {
  object-position: 50% 100%;
}

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

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

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

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

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

.blog-template-pagination-link {
  display: flex;
}

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

.footer {
  background-color: var(--secondary-dark);
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  border-top: 1px solid var(--divider);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.footer-rights {
  color: rgba(255, 255, 255, .8);
  letter-spacing: -.04px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
  display: none;
}

.footer-copyright {
  color: rgba(255, 255, 255, .8);
  letter-spacing: -.04px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
  display: inline;
}

.footer-copyright.link {
  color: var(--primary);
  font-size: 15px;
  font-weight: 500;
  display: none;
}

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

.footer-copyright-link {
  color: var(--primary);
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

.footer-copyright-link.last {
  margin-right: 0;
  font-weight: 500;
}

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

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

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

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

.paragraph-large {
  text-align: center;
  max-width: 65vw;
  font-size: 18px;
  display: block;
}

.paragraph-large.our-story {
  text-align: left;
  margin-top: 50px;
}

.paragraph-large.our-story._2, .paragraph-large.our-story._3 {
  text-align: left;
}

.paragraph-large.mt-30 {
  text-align: center;
  margin-top: 25px;
}

.paragraph-large.sous {
  text-align: left;
}

.paragraph-large.particuliers {
  max-width: 50vw;
}

.banner-title-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.banner-title-wrapper.max-width {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.banner-title-wrapper.mw-900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.pricing-plan-item {
  z-index: 5;
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  padding-bottom: 30px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 8px -2px rgba(0, 0, 0, .1);
}

.pricing-plan-item:hover {
  transform: translate(0, -10px);
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.pricing-plan-list {
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  list-style: none;
}

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

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

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

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

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

.comparing-table-plans-wrapper {
  grid-column-gap: 10px;
  width: 100%;
  display: flex;
}

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

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

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

.comparing-table-list-item {
  border-bottom: 1px solid #d7e5ee;
  align-items: center;
  min-height: 56px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.5em;
  display: flex;
}

.comparing-table-plan-title {
  background-color: var(--light-gray);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.comparing-table-plan {
  border-radius: 8px;
  width: 33.33%;
  transition: all .3s;
}

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

.comparing-table-plan.last-child {
  border-radius: 8px;
  margin-right: 0;
}

.comparing-table-content-wrapper {
  grid-row-gap: 10px;
  border-radius: 8px;
  flex-direction: column;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
}

.comparing-table-content-item {
  text-align: center;
  border-bottom: 1px solid #d7e5ee;
  flex-direction: column;
  justify-content: center;
  min-height: 60px;
  display: flex;
}

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

.comparing-table-button-wrapper {
  padding-top: 50px;
  padding-bottom: 35px;
}

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

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

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

.accordion-wrapper {
  background-color: var(--white);
  width: 100%;
  margin-top: 50px;
  display: flex;
}

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

.accordion-item {
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 0 20px rgba(0, 0, 0, .06);
}

.accordion-item.last {
  margin-bottom: 0;
}

.accordion-icon {
  border: 1px solid var(--divider);
  color: var(--dark-heading);
  border-radius: 6px;
  width: 36px;
  height: 36px;
  margin-left: 20px;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

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

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

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

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

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

.link-with-icon.mt-20 {
  margin-top: 20px;
}

.link-with-icon.mt-10 {
  margin-top: 10px;
}

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

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

.contacts-icon.location {
  padding-left: 2px;
  padding-right: 2px;
}

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

.footer-link {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
}

.footer-link.medium {
  font-weight: 500;
}

.footer-wrapper {
  justify-content: space-between;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 310px;
  display: flex;
}

.footer-brand {
  color: #fff;
  height: 34px;
  margin-bottom: 30px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

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

.footer-logo {
  width: 100%;
  height: 60px;
}

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

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

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

.search-link:hover {
  opacity: 1;
  color: var(--dark-heading);
}

.search-input {
  border: 1px solid rgba(175, 175, 175, .5);
  border-radius: 8px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 16px;
  line-height: 1em;
}

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

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

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

.search-section {
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 80px;
}

.footer-brand-description {
  color: var(--white);
  text-align: left;
  font-weight: 400;
}

.customer-wrapper {
  opacity: .28;
  text-align: center;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  height: 40px;
  display: flex;
}

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

.accordion-wrap-one-column {
  width: 100%;
}

.accordion-wrapper-one-column {
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.accordion-wrapper-one-column.relative {
  z-index: 5;
  position: relative;
}

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

.button-wrapper {
  align-items: center;
  display: flex;
}

.button-wrapper.mt-25 {
  margin-top: 25px;
}

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

.primary-button-white {
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  letter-spacing: -.04px;
  align-self: flex-start;
  align-items: center;
  padding: 15px 30px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
  transition: all .4s;
}

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

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

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

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

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

.portfolio-grid-collection-item {
  border-radius: 8px;
  width: 100%;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

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

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

.home-banner-section {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/victoire-joncheray-XsP7GCLMWjM-unsplash.jpg');
  background-position: 0 0, 48%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  max-height: 1000px;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  height: 68px;
  font-size: 14px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 292px;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  height: 68px;
  font-size: 14px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0;
  transform: rotate(0);
}

.services-slider {
  background-color: rgba(0, 0, 0, 0);
  width: auto;
  height: auto;
  margin-left: 145px;
  position: relative;
}

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

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

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

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

.courses-collection {
  width: 100%;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  width: 60%;
  padding-right: 30px;
}

.form-block.blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 8px;
  padding: 40px;
}

.form-block.mh-700 {
  min-height: 700px;
}

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

.author-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  margin-right: 15px;
  display: block;
}

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

.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;
  top: 0%;
  bottom: auto;
  left: 12%;
  right: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.blog-details-link-title {
  text-transform: none;
  transition: all .3s;
}

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

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

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

.text-left {
  text-align: left;
  font-size: 14px;
  line-height: 1em;
}

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

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

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

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

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

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

.image-wrap {
  align-items: center;
  width: 60%;
  height: 500px;
  display: flex;
  position: relative;
}

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

.rich-text-style {
  margin-left: auto;
  margin-right: auto;
}

.rich-text-style h2 {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 42px;
}

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

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

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

.rich-text-style ul {
  grid-row-gap: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style p {
  text-align: justify;
}

.rich-text-style img {
  margin-top: 25px;
}

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

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

.link {
  cursor: pointer;
}

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

.button-wrap.mt-25 {
  margin-top: 25px;
}

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

.faq-image {
  z-index: 5;
  object-fit: cover;
  background-image: url('../images/aboutUs-1_1aboutUs-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  height: 450px;
  position: relative;
}

.brand-tablet {
  display: none;
}

.brand.w--current {
  max-width: 20%;
}

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

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

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

.spacing-system-image-2 {
  max-width: 80%;
}

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

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

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

.style-guide-tab-link {
  background-color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px solid rgba(105, 110, 119, .3);
  border-left-width: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  display: flex;
}

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

.style-guide-tabs-menu {
  border-left: 1px solid rgba(105, 110, 119, .5);
  margin-bottom: 80px;
  display: flex;
}

.grid-title {
  background-color: var(--paragraph-gray);
  color: #fff;
  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 {
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

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

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

.album-2-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

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

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

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

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

.shop-tabs {
  width: 100%;
  display: flex;
}

.shop-list-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 300px;
  transition: transform .3s;
  box-shadow: 7px 7px 50px rgba(0, 0, 0, .05);
}

.shop-list-image:hover {
  transform: scale(1.06);
}

.shop-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.sessions-tab-link {
  background-color: var(--light-gray);
  color: var(--dark-heading);
  border-radius: 4px;
  width: 100%;
  padding: 12px 18px;
  font-weight: 700;
}

.sessions-tab-link.w--current {
  background-color: var(--primary);
  color: #fff;
  width: 100%;
}

.main-shop-list-item {
  grid-row-gap: 5px;
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.shop-category-tabs-content {
  width: 100%;
  overflow: visible;
}

.shop-category-tabs {
  width: 100%;
  padding-left: 50px;
}

.shop-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: flex-start;
  width: 300px;
  padding-bottom: 50px;
  display: flex;
}

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

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

.shop-link-block {
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

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

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

.shop-details-block {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  border-radius: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-item-info-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.shop-details-content-block {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

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

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

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

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

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

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

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

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

.primary-button-icon {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: -.04px;
  text-transform: none;
  align-self: flex-end;
  padding: 20px 42px;
  font-size: 18px;
  transition: all .3s;
  display: flex;
}

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

.nav-logo {
  display: block;
  max-width: 25%;
  height: auto;
}

.hader-button-wrapper {
  margin-left: 5px;
}

.nav-dropdown-list-inner {
  background-color: var(--white);
  border: 1px solid rgba(105, 110, 119, .1);
  border-radius: 8px;
  width: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 2px 0 5px -1px rgba(0, 0, 0, .1);
}

.phone-wrapper {
  grid-column-gap: 8px;
  padding: 10px;
  display: flex;
}

.phone-wrapper.burger {
  display: none;
}

.text-phone-icon {
  color: var(--gray);
  font-family: "Fa solid 900", sans-serif;
}

.text-phone-icon:hover {
  color: var(--primary);
  -webkit-text-stroke-color: var(--primary);
}

.text-phone-icon.dark {
  color: var(--secondary-dark);
  transition: all .3s;
}

.text-phone-icon.dark:hover {
  color: var(--primary);
}

.phone-number-text {
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  display: none;
}

.phone-number-text.white {
  transition: all .3s;
}

.nav-buttons-wrap {
  align-items: center;
  margin-left: auto;
  display: flex;
}

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

.cart-quantity {
  border-color: var(--form-border);
  background-color: var(--secondary-dark);
  color: var(--white);
  -webkit-text-stroke-color: var(--primary);
  text-transform: none;
  justify-content: center;
  align-items: center;
  padding-right: 5px;
  line-height: 11px;
  display: flex;
  position: absolute;
  top: -22%;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

.cart {
  margin-right: 10px;
}

.cart-icon {
  color: var(--white);
}

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

.cart-icon.dark {
  color: var(--dark-heading);
  transition: all .3s;
}

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

.nav-dropdown-link-menu {
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

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

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

.copyright-block {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.susbcribe-block {
  align-self: stretch;
  width: 300px;
}

.footer-form {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.email-input {
  border: 1px solid var(--form-border);
  opacity: 1;
  color: var(--white);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 4px;
  height: auto;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 15px 24px;
  font-size: 18px;
  line-height: 1.5em;
}

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

.email-input::placeholder {
  color: rgba(255, 255, 255, .8);
  letter-spacing: -.04px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.footer-links-label {
  color: var(--white);
  text-align: left;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.footer-links-label.mb-20, .footer-links-label.mb-30 {
  font-size: 16px;
}

.success-footer-message-form {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.success-footer-message-form.subscribe {
  padding-right: 0;
}

.header-link {
  padding: 7px 13px 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.links-wrapper-flex {
  justify-content: space-between;
  width: 100%;
  max-width: 275px;
  display: flex;
}

.form-text-feedback {
  color: var(--white);
  text-align: left;
}

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

.white {
  color: var(--white);
  transition-property: none;
}

.white.paragraph-large.contact {
  text-align: left;
}

.subheader-wrapper.max-width {
  max-width: 500px;
}

.container-right {
  max-width: 100%;
  margin-right: 0;
  padding-left: 15px;
}

.content-full-wrap.mt-50 {
  margin-top: 50px;
}

.services-collection {
  align-items: stretch;
  display: flex;
}

.services-collection-item {
  border-radius: 8px;
  overflow: hidden;
}

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

.service-info-wrap {
  background-color: rgba(246, 246, 246, .1);
  border-radius: 8px 8px 0 0;
}

.service-slide {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 48%;
  margin-right: 25px;
  overflow: hidden;
}

.service-info-image-wrapper {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.service-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: all .2s;
}

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

.services-arrow {
  background-color: var(--primary);
  border: 1px solid rgba(17, 219, 163, .3);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  transform: none;
}

.services-arrow.left-arrow {
  border-color: var(--secondary-dark);
  margin-left: 0;
  padding-bottom: 3px;
  padding-right: 2px;
  transition: all .3s;
  position: absolute;
  top: 0;
  bottom: auto;
  left: -142px;
  right: 41px;
}

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

.services-arrow.right-arrow {
  border-color: var(--secondary-dark);
  padding-bottom: 2px;
  transition: all .3s;
  top: 0;
  bottom: auto;
  left: -82px;
  right: auto;
}

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

.service-text-wrap {
  z-index: 5;
  background-color: #132330;
  padding: 20px 20px 30px;
  overflow: hidden;
}

.subheading-service {
  min-height: 80px;
}

.service-slider-mask {
  overflow: hidden;
}

.red-line {
  background-color: var(--primary);
  border-radius: 8px;
  height: 5px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.red-line.blog {
  height: 3px;
}

.content-wrapper-grid-2c {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-wrapper-grid-2c.z-index {
  z-index: 5;
  grid-column-gap: 30px;
  grid-template-columns: 1fr 665px;
  position: relative;
}

.content-wrapper-grid-2c.aligment-bottom {
  grid-template-columns: 1.5fr 1.5fr;
}

.content-wrapper-grid-2c.home-3 {
  grid-template-columns: 514px 1fr;
  align-items: end;
}

.grid-cell-wrap {
  flex-direction: column;
  display: flex;
}

.grid-cell-wrap.first {
  position: relative;
}

.grid-cell-wrap._3c {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.grid-cell-wrap._3c.secteurs {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-cell-wrap._2c {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .8fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-cell-wrap._2c.services {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1.2fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-cell-wrap.absolute {
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.grid-cell-wrap._3c-2r {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.about-us-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.about-us-image.home-3 {
  border-radius: 0;
}

.social-prove-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: flex;
}

.people-images-wrap {
  padding-left: 17px;
  display: flex;
}

.person-image {
  border: 2px solid var(--white);
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-left: -17px;
  overflow: hidden;
}

.social-prove-info-text {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.numeric {
  color: var(--primary);
  font-family: DM Sans, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

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

.heading-wrap-center {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-wrap-center.about-us {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.heading-wrap-center.mw-550px {
  margin-left: auto;
  margin-right: auto;
}

.portfolio-content-wrapper {
  position: relative;
}

.portfolio-img-wrap {
  background-color: var(--white);
  border-radius: 6px;
  overflow: hidden;
}

.portfolio-image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 300px;
}

.collection-item-inner-block {
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05);
}

.portfolio-collection-item {
  background-color: var(--white);
  border-radius: 8px;
}

.text-wrap {
  min-height: 120px;
}

.text-wrap.portfolio-cart {
  min-height: 115px;
}

.service-info {
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 10px;
  display: flex;
}

.project-link-image {
  width: 100%;
  transition-property: all;
}

.project-link-image:hover {
  opacity: 1;
  transform: scale(1.15);
}

.link-project-name:hover {
  opacity: 1;
}

.project-name {
  text-transform: capitalize;
  margin-bottom: 5px;
  transition: color .3s;
}

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

.service-name-link:hover {
  opacity: 1;
}

.service-name {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 5px;
  transition: color .3s;
}

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

.service-image-link {
  width: 100%;
  height: 340px;
  transition-property: none;
  overflow: hidden;
}

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

.our-services-list {
  z-index: 5;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
  position: relative;
}

.green-bg-section {
  background-color: var(--secondary-dark);
  position: relative;
  overflow: hidden;
}

.line-wrapper {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-top: 1px solid rgba(250, 250, 250, .1);
  border-bottom: 1px solid rgba(250, 250, 250, .1);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.line-block {
  border-left: 1px solid rgba(250, 250, 250, .1);
  border-right: 1px solid rgba(250, 250, 250, .1);
  width: 560px;
}

.line-block.center {
  border-left-width: 0;
  border-right-style: none;
  border-right-width: 0;
}

.text-wrapper {
  padding-right: 20px;
}

.text-wrapper.flex-v-space-b {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-label {
  font-weight: 500;
}

.heading-label.white {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.feature-block {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #132330;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 8px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  display: flex;
}

.feature-number-block {
  border-right: 1px solid rgba(255, 255, 255, .4);
  justify-content: center;
  align-items: center;
  min-width: 90px;
  margin-right: 40px;
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
}

.feature-number {
  color: var(--primary);
  font-size: 56px;
  font-weight: 500;
}

.content-wrap-flex {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  min-width: 50%;
  display: flex;
}

.content-wrap-flex.faq {
  z-index: 10;
  flex-direction: row;
  margin-top: 50px;
  position: relative;
}

.flex-wrap {
  display: flex;
}

.contact-us-form {
  grid-row-gap: 25px;
  flex-direction: column;
  margin-top: 15px;
  display: flex;
}

.heading-wrap-left {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.glass-input {
  color: var(--white);
  background-color: #132330;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 4px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 15px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

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

.glass-input::placeholder {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}

.form-with-glass-fields {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 155px;
  display: flex;
}

.fields-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.glass-select {
  color: var(--white);
  background-color: #132330;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 8px;
  height: 56px;
  padding: 15px 24px;
  font-size: 18px;
  font-weight: 500;
}

.glass-select:active {
  color: var(--paragraph-gray);
}

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

.statistics-info-block {
  border: 1px solid #000;
  position: relative;
}

.statistics-info-block.overlay {
  z-index: 5;
  grid-column-gap: 16px;
  background-color: var(--white);
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 1200px;
  padding: 40px 80px;
  display: flex;
  position: absolute;
  top: -170px;
  left: 0;
  right: 0;
  box-shadow: 0 6px 13px rgba(0, 0, 0, .1);
}

.statistic-number-wrap {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.statistic-number-wrap.services-page {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(215, 0, 5, .2);
  border-radius: 8px;
  align-items: center;
  padding: 20px;
}

.statistic-number {
  color: var(--primary);
  text-align: center;
  margin-bottom: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1em;
}

.statistic-number.white {
  color: var(--white);
}

.success-message-2 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

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

.heading-wrap {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.heading-wrap.max-width {
  grid-row-gap: 5px;
  flex-direction: column;
  width: 660px;
  display: flex;
}

.heading-wrap.half {
  max-width: 64%;
}

.big-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1em;
}

.big-text.dark {
  color: var(--dark-heading);
  font-size: 46px;
  font-weight: 700;
}

.top-section-block-flex {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.top-section-block-flex.banner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
}

.mobile-text-center {
  text-align: center;
  font-weight: 600;
}

.dark-block {
  background-color: var(--dark-heading);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  overflow: hidden;
}

.dark-block:hover {
  opacity: 1;
}

.dark-block.home {
  width: 100%;
}

.greed-4c {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.greed-4c.mt-50 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 50px;
}

.greed-4c.our-team {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-collection.about-us {
  margin-top: 50px;
  padding-bottom: 80px;
}

.team-collection-item {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.team-collection-item.home {
  align-items: flex-start;
}

.worker-name {
  margin-top: 20px;
  margin-bottom: 5px;
  transition: color .3s;
}

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

.worker-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 320px;
  transition: all .3s;
}

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

.worker-image.full-height {
  width: 100%;
  max-width: none;
}

.statistic-number-container {
  display: none;
}

.statistic-wrap {
  position: relative;
}

.subheader-banner {
  color: var(--white);
  max-width: 540px;
  margin-top: 15px;
  margin-bottom: 50px;
  font-weight: 400;
}

.primary-label {
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 500;
  transition: all .3s;
}

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

.primary-label.mb-5 {
  margin-bottom: 5px;
}

.inner-section-wrap {
  background-color: var(--white);
  border-radius: 8px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 80px;
  padding-bottom: 80px;
  box-shadow: 2px -20px 20px rgba(1, 95, 201, .05);
}

.inner-section-wrap.bottom-space {
  border-radius: 8px;
  padding-top: 0;
  padding-bottom: 80px;
  box-shadow: 2px 20px 20px rgba(1, 95, 201, .05);
}

.inner-section-wrap.top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.testimonial-slide {
  width: 100%;
}

.text {
  min-height: 150px;
  font-weight: 500;
}

.text.testimonials-page {
  min-height: 220px;
}

.author-name {
  margin-top: 30px;
  font-weight: 600;
}

.blog-wrap.mt-40 {
  margin-top: 40px;
}

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

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

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

.blog-text {
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.blog-text.main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  max-width: 100%;
  display: none;
}

.blog-image-wrap {
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.blog-category {
  color: var(--white);
  padding: 4px 12px 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
  transition: all .3s;
}

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

.blog-category-link {
  background-color: var(--dark-heading);
  margin-top: 20px;
  margin-bottom: 8px;
}

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

.blog-post-name {
  text-transform: capitalize;
  margin-bottom: 5px;
  transition: color .3s;
}

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

.blog-link-image {
  width: 100%;
  height: 300px;
  transition-property: all;
  transition-duration: .5s;
  display: block;
  overflow: hidden;
}

.blog-link-image:hover {
  opacity: 1;
  transform: scale(1.1);
}

.home-banner {
  padding-top: 160px;
  padding-bottom: 80px;
}

.home-banner.banner-3 {
  align-items: center;
  height: 100vh;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-banner.about-2 {
  background-image: none;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-banner.banner-2 {
  background-image: url('../images/bg-map.svg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: contain;
}

.home-banner.careers {
  background-image: url('../images/bg-map.svg');
  background-position: 50% 0;
  background-size: contain;
}

.heading-wrap-banner {
  max-width: 660px;
}

.heading-wrap-banner.home-3 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.link-block {
  border-top: 1px solid rgba(255, 255, 255, .3);
  padding: 20px;
}

.link-block.service {
  border-top-color: var(--divider);
  box-shadow: none;
  border-radius: 0;
  margin-top: 10px;
}

.dot-block {
  border: 1px solid rgba(250, 250, 250, .3);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 17px;
  display: flex;
}

.dot-block.dark {
  border-color: var(--primary);
}

.dot {
  background-color: var(--primary);
  border-radius: 30px;
  width: 22px;
  height: 22px;
}

.menu-item-inner {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.about-us-banner {
  background-image: url('../images/Home-3.svg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 180px;
  padding-bottom: 80px;
  overflow: hidden;
}

.about-us-full-screen-image {
  border-radius: 8px;
  margin-left: 15px;
  margin-right: 15px;
  display: block;
}

.big-text-medium {
  font-family: DM Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
}

.offer-wrap {
  border-radius: 8px;
}

.offer-wrap.dark-bg {
  background-color: var(--dark-heading);
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.offer-text-block {
  max-width: 520px;
  margin: 40px;
}

.advantages-wrap {
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 460px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 30px;
  display: flex;
}

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

.advantage-text {
  font-weight: 500;
}

.adventage-item {
  grid-column-gap: 10px;
  display: flex;
}

.content-wrap.flex {
  grid-column-gap: 80px;
  display: flex;
}

.content-wrap.faq {
  max-width: 50%;
}

.our-history-img {
  border-radius: 4px;
  width: 100%;
  max-width: 470px;
}

.text-content {
  max-width: 580px;
}

.insertion {
  border-radius: 8px;
  margin-top: 25px;
  padding: 30px;
  position: relative;
  box-shadow: 2px 8px 40px rgba(1, 95, 201, .1);
}

.wrap-block.flex {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-container-3c {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  display: grid;
}

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

.image-container.small {
  padding-bottom: 30px;
  padding-right: 30px;
}

.image-container.small-left {
  margin-bottom: 10px;
  margin-left: 30px;
}

.image-container.pt-20 {
  margin-top: 30px;
}

.image-container.pt-10 {
  padding-top: 10px;
}

.header-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  align-self: center;
  width: 100%;
  max-width: 500px;
  margin-right: 50px;
  display: flex;
}

.header-wrapper.team {
  max-width: 408px;
}

.banner-wrapper-flex {
  display: flex;
}

.worker-img {
  object-fit: cover;
  border-radius: 8px;
  height: 100%;
}

.social-icons {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.outline-input {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 4px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

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

.outline-input::placeholder {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}

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

.worker-info {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.profession {
  margin-top: 0;
}

.worker-social-link {
  background-color: var(--secondary-dark);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: all .3s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.worker-social-link:hover {
  background-color: var(--dark-heading);
}

.worker-info-wrap.flex {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 450px 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.details-wrap {
  background-color: var(--light-gray);
  border-radius: 8px;
  align-self: stretch;
  width: 460px;
  padding-bottom: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.worker-description-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.team-member-img-wrap {
  background-color: var(--gray);
  overflow: hidden;
}

.team-member-text-description {
  background-color: var(--light-gray);
  border-radius: 8px;
  width: 100%;
  padding: 40px;
}

.working-hours {
  grid-column-gap: 12px;
  align-items: center;
  max-width: 200px;
  font-family: Nunito, sans-serif;
  font-weight: 500;
  display: flex;
}

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

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

.location {
  grid-column-gap: 12px;
  font-weight: 500;
  display: flex;
}

.email {
  grid-column-gap: 12px;
  display: flex;
}

.team-member-image {
  width: 100%;
  position: static;
}

.list {
  grid-row-gap: 10px;
}

.team-member-information h4 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.team-member-information h5 {
  margin-top: 20px;
  margin-bottom: 5px;
}

.team-member-information p {
  margin-top: 0;
}

.team-member-information h3 {
  margin-top: 30px;
}

.location-link, .mail-link {
  font-weight: 500;
}

.phone-link {
  grid-column-gap: 12px;
  font-weight: 500;
  transition: color .2s;
  display: flex;
}

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

.images {
  align-self: flex-start;
  height: 100%;
  margin-right: 60px;
  position: relative;
}

.title-left-wrap.max-width {
  width: 600px;
}

.subscribe-wrap {
  grid-row-gap: 30px;
  background-color: var(--secondary-dark);
  background-image: url('../images/65659f7ded7f057d05f2802c_Banner-1.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.subscribe-wrap.flex-horizontal {
  flex-direction: row;
}

.subscribe-form-block {
  grid-column-gap: 20px;
  width: 600px;
  display: flex;
}

.subscribe-form {
  align-self: center;
  display: none;
}

.subscribe-heading {
  color: var(--white);
  text-align: center;
  max-width: 800px;
}

.subscribe-heading.portfolio {
  text-align: left;
  max-width: 700px;
}

.portfolio-img {
  object-fit: cover;
  border-radius: 8px;
  height: 100%;
  position: absolute;
}

.portfolio-img._1 {
  display: block;
}

.offer-right-side {
  grid-row-gap: 5px;
  flex-direction: column;
  padding-left: 40px;
  display: flex;
}

.service-list-wrap {
  border-bottom: 1px solid rgba(250, 250, 250, .5);
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.service-list-name-item {
  opacity: 1;
  color: var(--white);
  transition: all .3s;
}

.service-list-name-item:hover {
  color: var(--primary);
}

.review-content-wrapper {
  background-color: var(--white);
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 7px 13px rgba(1, 95, 201, .1);
}

.location-icon {
  justify-content: center;
  width: 18px;
  display: flex;
}

.cta-testimonials {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px;
  display: grid;
  position: relative;
  box-shadow: 2px 8px 20px rgba(1, 95, 201, .1);
}

.max-width {
  max-width: 700px;
}

.block-quote {
  color: var(--dark-heading);
}

.flex {
  display: flex;
}

.flex.space-a {
  justify-content: space-between;
}

.flex.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.flex-block-testimonials {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 50px;
  display: grid;
}

.vertical-green-line {
  z-index: 2;
  background-color: var(--primary);
  border-radius: 8px;
  width: 5px;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.overlay-bg {
  z-index: 2;
  background-color: rgba(15, 27, 36, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-bg.pricing {
  height: 80vh;
}

.services-inner-section-wrap {
  z-index: 100;
  background-color: var(--white);
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  box-shadow: 10px 0 27px rgba(1, 95, 201, .1);
}

.title-wrap-center.max-width {
  grid-row-gap: 5px;
  flex-direction: column;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap-center.max-width.service {
  align-items: flex-start;
}

.features-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.partners {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.why-choose-us-img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

._404-title {
  font-size: 140px;
}

.text-block-4 {
  color: #b70609;
}

.about-us-image-banner {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-height: 680px;
}

.about-service-rich-text {
  width: 100%;
}

.about-service-rich-text img {
  padding-right: 50px;
}

.service-feature {
  border-radius: 8px;
  align-self: stretch;
  padding: 30px;
  position: relative;
  box-shadow: 2px 8px 14px rgba(1, 95, 201, .1);
}

.service-features-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-features-wrap.mt-40 {
  margin-top: 40px;
}

.about-service-image-wrap {
  align-self: stretch;
  width: 100%;
  display: flex;
}

.about-service-img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 360px;
}

.about-service-text-wrap {
  max-width: 50%;
}

.service-banner {
  background-image: url('../images/Home-3.svg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 180px;
  padding-bottom: 80px;
  overflow: hidden;
}

.service-banner-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 500px;
}

.testimonials-content-wrap {
  background-color: var(--white);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 7px 13px rgba(1, 95, 201, .1);
}

.content-text-wrap.vertical-flex {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.pricing-plan-head {
  flex-direction: column;
  justify-content: center;
  padding: 20px 20px 10px;
  display: flex;
  position: relative;
}

.pricing-plan-head.top {
  background-color: var(--light-gray);
  border-radius: 8px;
}

.space-between {
  grid-row-gap: 10px;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}

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

.pricing-feature-name {
  display: none;
}

.pricing-list {
  height: 100%;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.month-package {
  text-align: center;
  margin-top: 5px;
  font-size: 18px;
}

.success-message-text {
  color: var(--dark-heading);
}

.white-input {
  border: 1px solid var(--form-border);
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--paragraph-gray);
  border-radius: 4px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.white-input:focus {
  border-color: var(--primary);
  color: var(--paragraph-gray);
}

.white-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 18px;
  font-weight: 500;
}

.white-input.textarea {
  min-width: 100%;
  max-width: 100%;
  height: 120px;
  min-height: 100%;
  max-height: 100%;
}

.form-block-contact-us {
  background-color: var(--white);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 30px 40px;
}

.form-wrap.contact-us {
  grid-column-gap: 40px;
  background-color: var(--secondary-dark);
  border-radius: 8px;
  padding: 20px 50px 20px 20px;
  display: flex;
}

.contact-info {
  margin-top: 30px;
}

.location-wrap {
  z-index: 5;
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  padding: 25px 40px 40px;
  position: relative;
  box-shadow: 0 2px 11px rgba(0, 0, 0, .2);
}

.service {
  border-radius: 8px;
  box-shadow: 0 2px 18px rgba(1, 95, 201, .1);
}

.service.accueil {
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-around;
  min-height: 100%;
  display: flex;
}

.header-banner-menu-wrap-contact {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 50px;
  display: grid;
}

.header-blog-column-wrap {
  grid-column-gap: 50px;
  border-radius: 8px;
  display: flex;
}

.column-left {
  flex-direction: column;
  width: 100%;
  max-width: none;
  display: flex;
}

.title-container-blog {
  margin-bottom: 50px;
}

.blog-header-collection {
  width: 100%;
}

.column-wrapper-right {
  max-width: 340px;
}

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

.blog-header-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 450px;
  text-decoration: overline;
  transition: all .3s ease-in;
}

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

.blog-info {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.white-link {
  color: var(--white);
  text-transform: none;
  transition-duration: .4s;
}

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

.price-list-item {
  border-bottom: 1px solid var(--divider);
  font-size: 17px;
}

.contact-us-info {
  border: 1px solid #000;
  position: relative;
}

.contact-us-info.overlay {
  z-index: 5;
  grid-column-gap: 30px;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.contact-form-text {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  max-width: 40%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

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

.post-header-blog-image {
  border-radius: 8px;
  overflow: hidden;
}

.recent-post-image {
  border-radius: 6px;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  overflow: hidden;
}

.about-service-flex {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.prev-post {
  color: var(--primary);
}

.next-post {
  color: var(--primary);
  text-align: right;
}

.blog-header-wrap {
  max-width: 830px;
}

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

.shop-list.category {
  grid-template-columns: 1fr 1fr 1fr;
}

.field-label {
  display: none;
}

.add-to-cart {
  z-index: 6;
  position: absolute;
}

.add-to-cart-button {
  z-index: 6;
  border: 1px solid var(--white);
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  justify-content: center;
  width: 80px;
  height: 80px;
  position: absolute;
}

.shop-image-overlay {
  background-color: rgba(0, 0, 0, .3);
  border-radius: 4px;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.shop-pagination {
  justify-content: space-between;
  padding-top: 60px;
}

.label, .buy-now-button {
  display: none;
}

.previous {
  grid-column-gap: 10px;
  color: var(--dark-heading);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin-left: 0;
  padding: 0;
  font-size: 18px;
  display: flex;
}

.next {
  grid-column-gap: 10px;
  color: var(--dark-heading);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
  font-size: 18px;
  display: flex;
}

.cart-quantity-cart {
  border-color: var(--form-border);
  background-color: rgba(0, 0, 0, 0);
}

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

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

.cart-item {
  color: var(--dark-heading);
  align-items: center;
}

.cart-item-price {
  font-size: 16px;
}

.close-button {
  cursor: pointer;
  justify-content: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.prev-icon {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

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

.product-name {
  margin-top: 15px;
  margin-bottom: 5px;
  transition: all .3s;
}

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

.field-label-6 {
  display: none;
}

.shop-category {
  display: flex;
}

.product-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 500px;
  transition: all .35s;
}

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

.detail-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 450px;
  transition: all .35s;
}

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

.collection-list-wrapper {
  object-fit: cover;
}

.lightbox-link {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  transition: all .35s;
  overflow: hidden;
}

.collection-item-image {
  height: 100%;
}

.primary-button-cart {
  background-color: var(--primary);
  text-transform: uppercase;
  padding: 14px 24px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  transition: all .4s;
  display: block;
}

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

.rich-text-style-detail {
  margin-left: auto;
  margin-right: auto;
}

.rich-text-style-detail h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 42px;
}

.rich-text-style-detail h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
}

.rich-text-style-detail h4 {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 28px;
}

.rich-text-style-detail h5 {
  margin-bottom: 5px;
}

.rich-text-style-detail h6 {
  margin-top: 20px;
}

.rich-text-style-detail ul {
  grid-row-gap: 0px;
  margin-top: 0;
  margin-bottom: 20px;
}

.rich-text-style-detail li {
  font-size: 16px;
}

.rich-text-style-detail img {
  margin-top: 25px;
}

.lightbox {
  border-radius: 8px;
  overflow: hidden;
}

.checkout-form {
  background-color: var(--white);
  padding-top: 180px;
  padding-bottom: 80px;
}

.block-content {
  border-right-color: var(--form-border);
  border-bottom-color: var(--form-border);
  border-left-color: var(--form-border);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-header {
  border-color: var(--form-border);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.required, .text-block-6 {
  color: var(--primary);
  font-size: 16px;
}

.field {
  border-color: var(--form-border);
  background-color: var(--light-gray);
  height: 48px;
  margin-bottom: 20px;
  padding: 12px 20px;
}

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

.total {
  font-weight: 700;
}

.billing-address-toggle {
  align-items: center;
}

.checkbox {
  border: 1px solid var(--form-border);
  width: 18px;
  height: 18px;
}

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

.order-image {
  border-radius: 8px;
  width: 95px;
  margin-right: 16px;
}

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

.order-item-total {
  margin-left: 0;
}

.summary {
  margin-left: 10px;
}

.paypal-checkout-form {
  background-color: var(--white);
  padding-top: 180px;
  padding-bottom: 80px;
}

.shipping-method {
  border-bottom: 1px solid var(--form-border);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 30px;
  overflow: hidden;
}

.order-items {
  margin-bottom: 0;
}

.customer-info, .payment-info, .shipping-address, .billing-address {
  margin-bottom: 30px;
}

.order-confirmation {
  background-color: var(--white);
  padding-top: 180px;
  padding-bottom: 80px;
}

.method {
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.shipping-method-list {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.succes-message-white {
  color: var(--gray);
  text-align: left;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
  line-height: 1em;
}

.icon-style-guide._900 {
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
  line-height: 1em;
}

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

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

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

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

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

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

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

.arrow {
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 1em;
  display: inline;
}

.arrow.white-big {
  color: var(--white);
  margin-bottom: 2px;
  font-size: 30px;
  line-height: 1em;
}

.arrow.left {
  margin-right: 2px;
}

.primary-button-with-icon {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 30px 14px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
  transition: all .4s;
  display: block;
}

.primary-button-with-icon:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--primary);
}

.primary-button-with-icon.mt-30 {
  margin-top: 30px;
}

.primary-button-with-icon.mt-25 {
  margin-top: 25px;
}

.primary-button-w {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 30px 14px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
  transition: all .4s;
  display: block;
}

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

.primary-button-w-icon {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 30px 14px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
  transition: all .4s;
  display: block;
}

.primary-button-w-icon:hover {
  background-color: var(--primary);
  opacity: 1;
  color: var(--white);
}

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

.mw-550px {
  max-width: 550px;
  margin-top: 0;
  margin-bottom: 0;
}

.mw-550px.services {
  color: var(--white);
}

.absolute-block-years {
  background-color: var(--primary);
  border-radius: 6px;
  padding: 30px;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
}

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

.block-with-shadow {
  background-color: var(--white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  box-shadow: 0 7px 8px 1px rgba(1, 95, 201, .08);
}

.block-with-shadow.last {
  display: flex;
}

.block-with-shadow.last.services {
  display: block;
}

.block-with-shadow.work-info {
  align-self: flex-start;
  width: 30%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.block-with-shadow.services {
  display: block;
}

.mb-15 {
  margin-bottom: 15px;
  display: block;
}

.banner-home-2-img {
  object-fit: cover;
  border-radius: 8px;
  width: 50%;
  max-width: 50%;
  height: 457px;
}

.banner-heading-descr {
  margin-top: 25px;
  font-size: 18px;
}

.banner-heading-descr.home-3 {
  max-width: 420px;
}

.background-video {
  z-index: 5;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-wrap {
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.video-overlay {
  width: 100%;
  height: 100%;
}

.div-block-2 {
  max-width: 50%;
  margin-left: auto;
}

.social-icon {
  margin-left: 1px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 15px;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.text-block-7 {
  font-size: 18px;
  line-height: 1em;
}

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

.banner-contact-img {
  object-fit: cover;
  border-radius: 8px;
  width: 50%;
  max-width: 50%;
  height: 420px;
}

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

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

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

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

.customer-wrapper-2 {
  text-align: center;
  background-color: #f9f9fa;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  transition: all .3s;
  display: flex;
}

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

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

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

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

.customer-grey-image {
  width: 85%;
  transition: all .3s;
}

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

.customer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
  justify-items: stretch;
  width: 100%;
  max-width: 1200px;
}

.logo-block {
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  padding: 40px;
  display: flex;
}

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

.section-title-2.center-left {
  text-align: center;
  margin-bottom: 40px;
}

.section-title-wrapper-2 {
  text-align: center;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

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

.mt-20.career-title {
  transition: all .3s;
}

.mt-20.career-title:hover {
  color: var(--primary);
}

.career-rich-text {
  width: 70%;
}

.career-rich-text ul {
  grid-row-gap: 0px;
}

.career-rich-text h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.career-rich-text h2 {
  margin-bottom: 15px;
}

.career-rich-text h6 {
  margin-top: 15px;
}

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

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

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

.logo {
  height: 50px;
}

.career-link {
  text-transform: capitalize;
}

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

.pagination {
  margin-top: 40px;
}

.name-product {
  color: var(--dark-heading);
}

.hire-popup {
  z-index: 1000;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: fixed;
  top: auto;
  bottom: 5px;
  left: 5px;
  right: auto;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

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

.buy-this-template {
  z-index: 1000;
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 48px;
  left: auto;
  right: 12px;
}

.buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

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

.all-templates {
  z-index: 1000;
  color: #4353ff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 12px;
  left: auto;
  right: 12px;
}

.all-templates:hover {
  opacity: 1;
  color: #4353ff;
}

.text-span-2, .text-span-3 {
  color: var(--black);
  font-weight: 600;
}

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

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

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

.div-block-3 {
  text-align: left;
}

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

.text-block-9.not-it, .text-block-9.it {
  color: var(--primary);
}

.button.down {
  border: 1px solid var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  max-width: 2rem;
  height: 2rem;
  max-height: 2rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1rem;
  left: auto;
  right: 1rem;
}

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

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  color: var(--secondary-dark);
}

.div-block-4 {
  margin-bottom: 0;
}

.text-block-10 {
  color: var(--paragraph-gray);
  font-family: Bitter, serif;
  font-weight: 400;
}

.div-block-5, .image-2 {
  width: 100%;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-4, .text-span-5, .text-span-6 {
  color: var(--secondary-dark);
  font-weight: 600;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
  text-align: justify;
}

.bold-text-6, .bold-text-7, .bold-text-8 {
  color: var(--secondary-dark);
}

.bold-text-9 {
  color: var(--black);
}

.bold-text-10 {
  color: var(--secondary-dark);
  font-weight: 600;
}

.bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24 {
  color: var(--secondary-dark);
}

.div-block-8 {
  display: flex;
}

.heading-2 {
  color: var(--white);
  text-align: center;
}

.div-block-9 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
}

.image-3 {
  max-width: 20%;
}

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

.heading-3 {
  color: var(--white);
  text-align: center;
}

.paragraph-7 {
  color: var(--divider);
  text-align: center;
}

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

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

  .section.without-bottom-spacing {
    display: none;
  }

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

  .section.without-top-spacing {
    padding-bottom: 130px;
  }

  .section.style-guide-section {
    padding-top: 230px;
  }

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

  .section.top-gap {
    padding-top: 130px;
  }

  .section.green-bg-no-bottom-gap {
    padding-bottom: 0;
  }

  .section.overlay-numbers {
    padding-top: 80px;
  }

  .section.banner-team-details {
    padding-top: 210px;
    padding-bottom: 130px;
  }

  .section.blog-post {
    padding-bottom: 130px;
  }

  .section.banner-product-detail {
    padding-top: 210px;
    padding-bottom: 0;
  }

  .section.overlay-numbers-home {
    padding-top: 80px;
  }

  .section.banner-licensing {
    padding-top: 210px;
  }

  .section.globe {
    background-position: 700px 100%;
  }

  .section.without-top-spacing-flight {
    background-position: 0 -51%, 100%;
    padding-top: 3rem;
    padding-bottom: 80px;
  }

  .section.without-top-spacing-flight.services {
    background-color: var(--secondary-dark);
    padding-bottom: 125px;
  }

  .section.flight {
    background-position: 0 -51%, 100%;
    padding-bottom: 130px;
  }

  .section.without-top-spacing-gray {
    padding-bottom: 130px;
  }

  .section.banner-job-details {
    padding-top: 210px;
  }

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

  .section.small-bottom-gap, .section.without-top-small-bottom {
    padding-bottom: 90px;
  }

  .base-container {
    width: 100%;
  }

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

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

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

  .primary-button.landing {
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .banner-title {
    margin-top: 0;
  }

  .banner-title.pricing, .banner-title.services-text {
    max-width: 830px;
  }

  .licensing-font-title {
    margin-top: 0;
  }

  .nav-menu-wrapper {
    padding-left: 30px;
    padding-right: 15px;
  }

  .sidebar-recent-posts {
    margin-bottom: 60px;
  }

  .blog-template-image {
    height: 500px;
  }

  .blog-template-pagination {
    margin-top: 80px;
  }

  .footer {
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .footer-bottom-wrapper {
    padding-top: 50px;
  }

  .footer-copyright-link.adresse {
    text-align: left;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

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

  .comparing-table-features-wrapper {
    display: block;
  }

  .comparing-table-plans-wrapper {
    width: 67%;
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

  .comparing-table-content-wrapper {
    grid-row-gap: 0px;
    padding-top: 10px;
  }

  .comparing-table-content-item {
    margin-top: 10px;
  }

  .footer-wrapper {
    padding-bottom: 50px;
  }

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

  .search-section {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-banner-section {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/victoire-joncheray-XsP7GCLMWjM-unsplash.jpg');
    background-position: 0 0, 48%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 230px;
    padding-bottom: 100px;
  }

  .services-slider {
    margin-left: 175px;
  }

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

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

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

  .form-block {
    width: 620px;
  }

  .form-block.mh-700 {
    min-height: 780px;
  }

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

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

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

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

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

  .menu-wrap {
    margin-left: 60px;
  }

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

  .faq-image {
    width: 100%;
    height: auto;
  }

  .brand {
    height: 50px;
  }

  .brand.w--current {
    max-width: 40%;
  }

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

  .banner-title-wrapper-2 {
    margin-top: 0;
  }

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

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

  .shop-details-block {
    grid-template-columns: 1.5fr 1fr;
  }

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

  .hader-button-wrapper {
    margin-left: 30px;
  }

  .phone-wrapper {
    padding-right: 20px;
  }

  .phone-number-text {
    display: none;
  }

  .nav-buttons-wrap {
    padding-left: 0;
  }

  .cart-button {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .links-wrapper-flex {
    max-width: 275px;
  }

  .service-slide {
    width: 32%;
  }

  .service-text-wrap {
    min-height: 200px;
  }

  .subheading-service {
    min-height: auto;
  }

  .content-wrapper-grid-2c {
    grid-template-columns: 1.1fr .9fr;
  }

  .content-wrapper-grid-2c.z-index {
    grid-template-columns: 1fr auto;
  }

  .content-wrapper-grid-2c.home-3 {
    grid-template-columns: 1.75fr 1fr;
  }

  .social-prove-wrap {
    margin-top: 60px;
  }

  .social-prove-wrap.testimonials-banner {
    margin-top: 20px;
  }

  .text-wrap.portfolio-cart {
    min-height: auto;
  }

  .service-info {
    height: 215px;
  }

  .line-block.center {
    max-width: 450px;
  }

  .feature-block {
    width: 600px;
  }

  .form-with-glass-fields {
    padding-bottom: 205px;
  }

  .statistics-info-block.overlay {
    padding-left: 110px;
    padding-right: 110px;
  }

  .big-text.dark {
    font-size: 50px;
  }

  .greed-4c.mt-50 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .team-collection.about-us {
    margin-top: 80px;
    padding-bottom: 100px;
  }

  .primary-label {
    flex-wrap: wrap;
  }

  .inner-section-wrap {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .inner-section-wrap.bottom-space {
    padding-top: 0;
    padding-bottom: 130px;
  }

  .text.testimonials-page {
    min-height: 210px;
  }

  .text.main-page {
    min-height: 165px;
    display: block;
  }

  .blog-collection-list {
    grid-row-gap: 80px;
  }

  .home-banner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 160px;
    padding-bottom: 130px;
  }

  .home-banner.banner-3 {
    align-items: center;
    display: flex;
  }

  .home-banner.banner-2 {
    background-position: 50% -60%;
  }

  .home-banner.careers {
    background-position: 50%;
    background-size: auto;
  }

  .heading-wrap-banner {
    max-width: 700px;
  }

  .link-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-item-inner {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-us-banner {
    background-position: 50% -66%;
    background-size: cover;
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .about-us-full-screen-image {
    margin-left: 30px;
    margin-right: 30px;
  }

  .big-text-medium {
    font-size: 46px;
  }

  .advantages-list {
    grid-row-gap: 20px;
  }

  .content-wrap.flex {
    grid-column-gap: 30px;
  }

  .our-history-img {
    max-width: 500px;
  }

  .text-content {
    margin-left: 80px;
    margin-right: 0;
  }

  .header-wrapper {
    max-width: 800px;
  }

  .header-wrapper.team {
    max-width: 565px;
  }

  .worker-info-wrap.flex {
    grid-column-gap: 60px;
    grid-row-gap: 16px;
    grid-auto-columns: 1fr;
  }

  .offer-right-side {
    padding-left: 60px;
  }

  .flex-block-testimonials {
    grid-template-columns: 1fr 1fr;
  }

  .services-inner-section-wrap {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .about-us-image-banner {
    max-height: 530px;
  }

  .about-service-image-wrap {
    max-width: 500px;
    height: 360px;
  }

  .about-service-img {
    object-fit: cover;
  }

  .service-banner {
    background-position: 50% -66%;
    background-size: cover;
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .service-banner-image {
    height: 500px;
  }

  .testimonials-content-wrap {
    max-width: 370px;
  }

  .form-block-contact-us {
    width: 620px;
    padding-right: 50px;
  }

  .header-banner-menu-wrap-contact {
    margin-top: 40px;
  }

  .header-blog-column-wrap {
    grid-column-gap: 60px;
  }

  .column-wrapper-right {
    max-width: 350px;
  }

  .contact-us-info.overlay {
    grid-column-gap: 40px;
  }

  .about-service-flex {
    grid-column-gap: 60px;
  }

  .shop-pagination {
    padding-top: 80px;
  }

  .detail-image {
    max-height: 700px;
  }

  .checkout-form {
    padding-bottom: 130px;
  }

  .paypal-checkout-form {
    padding-top: 210px;
    padding-bottom: 130px;
  }

  .order-confirmation {
    padding-top: 230px;
    padding-bottom: 130px;
  }

  .mw-550px {
    color: var(--dark-heading);
  }

  .mw-550px.services {
    color: var(--white);
  }

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

  .paragraph-2 {
    color: var(--gray);
  }

  .div-block-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
  }

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

  .link-block-2 {
    text-align: left;
  }

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

  .button {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 2rem;
    max-width: 2rem;
    height: 2rem;
    max-height: 2rem;
    padding: 0;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 1rem;
    left: auto;
    right: 1rem;
  }

  .button.down {
    border: 1px solid var(--white);
    top: auto;
    bottom: 1rem;
    left: auto;
    right: 1rem;
  }

  .image {
    object-fit: contain;
    max-width: none;
  }
}

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

  .section.without-top-spacing-flight, .section.flight {
    background-position: -10% -10%, 100%;
  }

  .nav-dropdown-toggle {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-template-image {
    max-height: 500px;
  }

  .footer-logo {
    height: 65px;
  }

  .home-banner-section {
    background-position: 50%;
  }

  .form-block.mh-700 {
    min-height: 770px;
  }

  .about-img._1 {
    width: 380px;
  }

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

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

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

  .our-services-wrap {
    align-items: center;
  }

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

  .brand.w--current {
    max-width: 40%;
  }

  .shop-details-block {
    grid-column-gap: 60px;
    grid-template-columns: 1.75fr 1.25fr;
  }

  .text-phone-icon:hover {
    -webkit-text-stroke-color: var(--primary);
  }

  .phone-number-text {
    display: block;
  }

  .phone-number-text.white:hover {
    color: var(--primary);
  }

  .container-right {
    max-width: 94%;
  }

  .services-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .service-slide {
    width: 32%;
  }

  .service-text-wrap {
    min-height: 200px;
  }

  .big-text.dark {
    font-size: 58px;
  }

  .text.main-page {
    min-height: 240px;
  }

  .blog-collection-list {
    grid-row-gap: 80px;
  }

  .blog-image {
    object-fit: cover;
  }

  .home-banner {
    padding-top: 180px;
  }

  .home-banner.banner-2 {
    background-position: 50% 60%;
    background-size: auto;
  }

  .link-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .dot-block {
    margin-bottom: 30px;
  }

  .menu-item-inner {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .review-content-wrapper {
    max-width: none;
  }

  .flex-block-testimonials {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: nowrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._404-title {
    font-size: 180px;
  }

  .about-service-img {
    object-fit: cover;
    width: 100%;
    max-width: 500px;
  }

  .about-service-text-wrap {
    max-width: 600px;
  }

  .header-banner-menu-wrap-contact {
    margin-top: 50px;
  }

  .blog-header-wrap {
    max-width: 880px;
  }

  .block-with-shadow {
    max-width: none;
  }

  .video-wrap {
    width: 40%;
  }
}

@media screen and (min-width: 1920px) {
  .section.about-banner {
    background-image: url('../images/Home-3.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .section.green-bg-no-bottom-gap {
    background-position: 100% 100%;
  }

  .section.price {
    padding-top: 280px;
    padding-bottom: 180px;
  }

  .section.banner-blog {
    background-position: 50% 590%;
    background-size: 100%;
  }

  .section.banner-product-detail {
    padding-bottom: 0;
  }

  .section.globe {
    background-position: 1000px 100%;
  }

  .section.without-top-spacing-flight, .section.flight {
    background-position: -10% 10%, 100%;
  }

  .section.dark-bg-statistic {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .navbar.white {
    position: fixed;
  }

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

  .nav-menu {
    margin-left: 80px;
  }

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

  .nav-menu-wrapper {
    padding-left: 50px;
  }

  .sidebar-recent-posts {
    margin-bottom: 70px;
  }

  .footer {
    position: relative;
  }

  .contacts-icon {
    top: 308.991px;
  }

  .home-banner-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/Home_1Home.webp');
    background-size: auto, cover;
    padding-top: 330px;
    padding-bottom: 100px;
  }

  .form-block {
    padding-right: 30px;
  }

  .form-block.blur {
    border: 1px solid rgba(255, 255, 255, .3);
  }

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

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

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

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

  .faq-image {
    height: auto;
  }

  .brand.w--current {
    max-width: 40%;
  }

  .banner-title-wrapper-2 {
    max-width: none;
  }

  .shop-details-block {
    grid-template-columns: 1.5fr 1fr;
  }

  .phone-wrapper {
    padding-right: 30px;
  }

  .container-right {
    max-width: 82%;
  }

  .content-full-wrap {
    padding-bottom: 46px;
  }

  .services-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .service-slide {
    width: 440px;
  }

  .services-arrow.left-arrow {
    left: -160px;
  }

  .services-arrow.right-arrow {
    left: -100px;
  }

  .service-text-wrap {
    min-height: 195px;
  }

  .about-us-image {
    width: 100%;
  }

  .big-text.dark {
    font-weight: 700;
  }

  .dark-block.home {
    width: 100%;
  }

  .inner-section-wrap {
    box-shadow: 16px -12px 20px rgba(1, 95, 201, .05);
  }

  .inner-section-wrap.bottom-space {
    z-index: 5;
    padding-top: 0;
    position: relative;
    box-shadow: 0 20px 13px rgba(1, 95, 201, .05);
  }

  .text.main-page {
    min-height: 165px;
  }

  .home-banner {
    background-size: contain;
    padding-top: 200px;
  }

  .home-banner.banner-3 {
    position: relative;
  }

  .home-banner.about-2 {
    padding-top: 250px;
    padding-bottom: 150px;
    position: relative;
  }

  .about-us-banner {
    background-position: 50% -33%;
    background-size: auto;
  }

  .about-us-full-screen-image {
    margin-left: 80px;
    margin-right: 80px;
  }

  .flex-block-testimonials {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .overlay-bg {
    background-image: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .overlay-bg.pricing {
    overflow: visible;
  }

  .services-inner-section-wrap {
    margin-left: 50px;
    margin-right: 50px;
  }

  .about-us-image-banner {
    width: 100%;
  }

  .about-service-img {
    object-fit: cover;
  }

  .service-banner {
    background-position: 50% -33%;
    background-size: auto;
  }

  .form-block-contact-us {
    padding-right: 30px;
  }

  .header-banner-menu-wrap-contact {
    margin-top: 60px;
  }

  .blog-info {
    padding-top: 10px;
  }

  .video-wrap {
    width: 45%;
  }

  .base-container-2 {
    width: 1680px;
    max-width: 1680px;
  }

  .customers-grid {
    min-width: 1650px;
  }

  .clients-logo-wrap {
    align-items: flex-start;
    display: flex;
  }

  .section-title-2.center-left, .section-title-wrapper-2.left-big-screen {
    text-align: left;
  }

  .secondary-light-style-guide {
    background-color: #132330;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 34px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  .section.banner, .section.banner-faq {
    padding-top: 135px;
  }

  .section.about-banner {
    padding-top: 140px;
  }

  .section.without-top-spacing.locations, .section.without-top-spacing.we-offer {
    display: none;
  }

  .section.top-gap {
    padding-top: 80px;
  }

  .section.green-bg-no-bottom-gap {
    background-position: 300px;
  }

  .section.overlay-numbers {
    padding-bottom: 20px;
  }

  .section.faq {
    padding-bottom: 0;
  }

  .section.banner-team-details, .section.banner-blog {
    min-height: 300px;
    padding-top: 140px;
  }

  .section.blog-post {
    padding-top: 140px;
    padding-bottom: 60px;
  }

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

  .section.overlay-numbers-home {
    padding-bottom: 20px;
  }

  .section.banner-licensing {
    padding-top: 140px;
  }

  .section.globe {
    background-position: 330px 100%;
  }

  .section.without-top-spacing-flight {
    background-position: 0 0, 100%;
    padding-top: 4rem;
  }

  .section.flight {
    background-image: url('../images/plane.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .section.banner-job-details {
    padding-top: 140px;
  }

  .section.banner-changelog {
    padding-top: 135px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

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

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .primary-button {
    align-self: flex-start;
  }

  .primary-button.button-burger {
    display: block;
  }

  .primary-button.shrink {
    align-self: stretch;
  }

  .primary-button.center {
    align-self: center;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

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

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    margin-left: 0;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .menu-button {
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

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

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    font-size: 18px;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0;
  }

  .nav-dropdown-icon.white {
    color: var(--dark-heading);
  }

  .nav-dropdown-list {
    border-width: 0;
    flex-direction: column;
    width: 320px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 18px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 10px;
    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: 8px;
    padding-bottom: 8px;
    line-height: 1.5em;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

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

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .banner-title.services-text {
    max-width: 600px;
  }

  .licensing-fonts-wrapper {
    display: block;
  }

  .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 {
    align-self: center;
    align-items: center;
    height: 60px;
  }

  .blog-sidebar-right {
    width: 100%;
    max-width: none;
    position: static;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    flex-direction: row;
    column-gap: 20px;
    display: flex;
  }

  .sidebar-recent-post-item {
    width: 100%;
    max-width: 180%;
    display: inline-block;
  }

  .sidebar-recent-post-image {
    width: 100%;
  }

  .sidebar-recent-post {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sidebar-recent-posts {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 40px;
  }

  .sidebar-categories {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    display: flex;
  }

  .sidebar-categories-wrapper {
    margin-top: 0;
  }

  .blog-template-image {
    height: 350px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .blog-template-pagination-link {
    width: auto;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
  }

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

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

  .paragraph-large {
    max-width: 100%;
  }

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

  .paragraph-large.our-story {
    margin-bottom: 0;
  }

  .paragraph-large.mt-30 {
    max-width: 100%;
  }

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

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item.last {
    width: 100%;
    max-width: 50%;
  }

  .comparing-table-features-wrapper {
    display: none;
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

  .comparing-table-content-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .comparing-table-tick-icon {
    margin-bottom: 5px;
  }

  .comparing-table-button-wrapper {
    padding-top: 35px;
  }

  .footer-link.medium {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .footer-brand-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 65%;
    margin-bottom: 20px;
  }

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

  .footer-links-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 30%;
  }

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

  .search-section {
    padding-top: 135px;
  }

  .footer-brand-description {
    text-align: center;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .accordion-wrapper-one-column {
    width: 80%;
  }

  .accordion-wrapper-one-column.relative {
    width: 100%;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .button-wrapper.burger {
    margin-top: 10px;
  }

  .button-wrapper.mt-25 {
    justify-content: center;
    align-self: flex-start;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

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

  .home-banner-section {
    background-position: 26%;
    background-size: cover;
    height: auto;
    padding-top: 180px;
  }

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

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .form-block {
    width: 100%;
    padding-right: 0;
  }

  .form-block.mh-700 {
    width: 70%;
    min-height: 750px;
  }

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

  .image-wrap {
    width: 100%;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    padding: 20px;
    display: flex;
  }

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

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

  .rich-text-style h4 {
    font-size: 24px;
  }

  .home-banner-left-arrow {
    top: 20%;
    bottom: auto;
    left: 4%;
    right: auto;
  }

  .button-wrap {
    flex: none;
    align-self: center;
  }

  .button-wrap.gap {
    justify-content: flex-start;
    align-self: auto;
    margin-top: 25px;
  }

  .button-wrap.get-in-touch {
    align-self: flex-start;
  }

  .faq-image {
    width: 100%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .brand-tablet {
    display: block;
  }

  .brand.w--current {
    text-align: left;
    max-width: 16%;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 25px;
  }

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

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .shop-tabs {
    flex-direction: column;
  }

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

  .shop-category-tabs {
    padding-left: 0;
  }

  .shop-tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
  }

  .shop-details-block {
    grid-template-columns: 1fr;
  }

  .details-page-title {
    font-size: 48px;
  }

  .footer-rights-wrapper, .coming-soon-form-main {
    justify-content: center;
  }

  .nav-logo {
    max-width: 40%;
  }

  .hader-button-wrapper {
    display: none;
  }

  .nav-dropdown-list-inner {
    box-shadow: none;
    border-style: none;
    flex-direction: column;
    padding: 0;
  }

  .logo-burger {
    display: block;
    max-width: 100%;
    height: 50px;
  }

  .phone-wrapper {
    display: none;
  }

  .phone-wrapper.burger {
    margin-top: 15px;
    display: flex;
  }

  .text-phone-icon {
    color: var(--dark-heading);
  }

  .phone-number-text {
    display: block;
  }

  .nav-buttons-wrap {
    margin-left: auto;
    margin-right: 15px;
    display: block;
  }

  .nav-dropdown-link-menu {
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.5em;
  }

  .susbcribe-block {
    flex-direction: column;
    width: 65%;
    margin-top: 25px;
    display: flex;
  }

  .footer-form {
    grid-row-gap: 20px;
    flex-direction: row;
    width: 100%;
    margin-bottom: 0;
  }

  .email-input {
    margin-right: 20px;
    font-size: 18px;
  }

  .footer-links-label.mb-20 {
    margin-bottom: 8px;
  }

  .footer-links-label.mb-30 {
    text-align: center;
    margin-bottom: 15px;
  }

  .header-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 14px;
  }

  .header-link.white {
    color: var(--dark-heading);
    padding-bottom: 10px;
    font-size: 14px;
  }

  .links-wrapper-flex {
    justify-content: space-around;
    max-width: 65%;
  }

  .white {
    text-align: center;
  }

  .content-full-wrap {
    padding-bottom: 30px;
  }

  .services-list {
    grid-template-columns: 1fr 1fr;
  }

  .service-slide {
    width: 96%;
  }

  .content-wrapper-grid-2c {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .content-wrapper-grid-2c.z-index {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .content-wrapper-grid-2c.aligment-bottom {
    grid-template-columns: 1.5fr;
  }

  .content-wrapper-grid-2c.home-3 {
    grid-template-columns: 1.25fr;
  }

  .grid-cell-wrap {
    width: 100%;
  }

  .grid-cell-wrap._3c {
    grid-template-columns: 1fr 1fr;
  }

  .grid-cell-wrap._3c.secteurs {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-cell-wrap._2c {
    grid-template-columns: 1.2fr .8fr;
  }

  .grid-cell-wrap.absolute {
    width: 100%;
    position: relative;
  }

  .grid-cell-wrap._3c-2r {
    grid-template-columns: 1fr 1fr;
  }

  .grid-cell-wrap.tablet-top {
    margin-top: 50px;
  }

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

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

  .social-prove-wrap {
    grid-row-gap: 0px;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 20px;
  }

  .social-prove-wrap.margin-top-20 {
    margin-top: 30px;
  }

  .social-prove-wrap.testimonials-banner {
    flex-direction: row;
  }

  .social-prove-info-text {
    align-items: center;
    width: 100%;
  }

  .heading-wrap-center {
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-wrap-center.mw-550px {
    margin-left: auto;
    margin-right: auto;
  }

  .collection-item-inner-block {
    width: 100%;
    height: 100%;
  }

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

  .service-info {
    height: auto;
  }

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

  .our-services-list {
    grid-template-columns: 1fr 1fr;
    position: relative;
  }

  .text-wrapper.flex-v-space-b {
    grid-column-gap: 25px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
  }

  .heading-label.white {
    text-align: center;
  }

  .feature-block {
    width: 100%;
  }

  .feature-number-block {
    border-right-style: none;
    margin-right: 10px;
    padding: 10px 25px;
  }

  .content-wrap-flex.faq {
    flex-direction: column;
  }

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

  .form-with-glass-fields {
    padding-bottom: 155px;
  }

  .statistics-info-block.overlay {
    padding-left: 50px;
    padding-right: 50px;
  }

  .statistic-number {
    text-align: center;
    font-size: 62px;
  }

  .heading-wrap.max-width {
    max-width: 440px;
  }

  .heading-wrap.half {
    max-width: 60%;
  }

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

  .top-section-block-flex {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    align-items: flex-end;
  }

  .top-section-block-flex.banner {
    flex-direction: column;
    align-items: center;
  }

  .top-section-block-flex.horizontal {
    grid-column-gap: 40px;
    flex-direction: row;
    align-items: flex-end;
  }

  .mobile-text-center {
    margin-top: 0;
  }

  .dark-block {
    max-height: none;
  }

  .greed-4c {
    grid-row-gap: 40px;
    grid-template-columns: auto auto;
    justify-content: stretch;
  }

  .greed-4c.mt-50 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    height: auto;
  }

  .greed-4c.our-team {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .team-collection.about-us {
    margin-top: 60px;
  }

  .worker-image {
    height: auto;
  }

  .worker-image.full-height {
    object-fit: cover;
    height: 390px;
  }

  .text.testimonials-page {
    min-height: 296px;
  }

  .blog-collection-item {
    max-width: 47%;
  }

  .blog-collection-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-collection-list.blog {
    display: flex;
  }

  .blog-text {
    align-items: flex-start;
  }

  .blog-image-wrap {
    align-self: stretch;
  }

  .blog-category {
    display: inline-block;
  }

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

  .blog-link-image {
    height: 100%;
  }

  .home-banner {
    padding-top: 140px;
  }

  .home-banner.banner-3 {
    height: auto;
    padding-bottom: 480px;
  }

  .home-banner.about-2 {
    padding-bottom: 480px;
  }

  .heading-wrap-banner.home-3 {
    align-items: center;
    max-width: 560px;
  }

  .about-us-banner {
    padding-top: 140px;
  }

  .offer-text-block {
    max-width: 300px;
  }

  .content-wrap.flex {
    flex-direction: column;
  }

  .content-wrap.faq {
    max-width: 100%;
    margin-top: 40px;
  }

  .our-history-img {
    object-fit: cover;
    max-width: none;
    height: 480px;
  }

  .text-content {
    max-width: none;
    margin-top: 40px;
    margin-right: 0;
  }

  .header-wrapper {
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .header-wrapper.team {
    max-width: 600px;
  }

  .banner-wrapper-flex {
    flex-direction: column;
  }

  .worker-info {
    justify-content: center;
  }

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

  .worker-info-wrap.flex {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .details-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-bottom: 0;
    display: grid;
  }

  .worker-description-wrap {
    width: 100%;
    padding-top: 0;
    padding-left: 40px;
  }

  .worker-description-wrap.mt-20 {
    margin-top: 20px;
  }

  .team-member-text-description {
    margin-left: 0;
  }

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

  .team-member-information h4 {
    margin-top: 30px;
  }

  .images {
    width: 100%;
    margin-right: 0;
  }

  .title-left-wrap.max-width {
    width: auto;
  }

  .subscribe-wrap.flex-horizontal {
    flex-direction: column;
  }

  .portfolio-img._1 {
    width: 100%;
  }

  .offer-right-side {
    padding-left: 0;
  }

  .review-content-wrapper {
    max-width: none;
    padding: 30px;
  }

  .cta-testimonials {
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

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

  .flex-block-testimonials {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
  }

  .overlay-bg.pricing {
    height: auto;
    min-height: 500px;
  }

  .features-grid-container {
    margin-top: 50px;
  }

  .about-us-image-banner {
    object-fit: cover;
    height: 400px;
  }

  .about-service-rich-text img {
    width: 100%;
    padding-right: 0;
  }

  .service-feature.last {
    max-width: 50%;
  }

  .service-features-wrap {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .about-service-image-wrap {
    width: 100%;
    max-width: 100%;
  }

  .about-service-text-wrap {
    max-width: 100%;
  }

  .service-banner {
    padding-top: 140px;
  }

  .testimonials-content-wrap {
    max-width: none;
    padding: 30px;
  }

  .pricing-image-bg {
    object-fit: cover;
    height: auto;
    min-height: 500px;
  }

  .pricing-feature-name {
    display: block;
  }

  .form-block-contact-us {
    width: 100%;
  }

  .form-wrap.contact-us {
    flex-direction: column;
    padding-right: 20px;
  }

  .location-wrap {
    align-self: center;
    max-width: 300px;
  }

  .header-banner-menu-wrap-contact {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .header-blog-column-wrap {
    flex-direction: column;
  }

  .column-wrapper-right {
    max-width: none;
  }

  .blog-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-us-info.overlay {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .contact-form-text {
    max-width: 100%;
    margin-top: 40px;
  }

  .collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .recent-post-image {
    width: 100%;
    height: 190px;
  }

  .about-service-flex {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .shop-list, .shop-list.category {
    grid-template-columns: 1fr 1fr;
  }

  .primary-button-cart {
    align-self: flex-start;
  }

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

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

  .rich-text-style-detail h4 {
    font-size: 24px;
  }

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

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

  .order-item {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 2.25fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .row, .row-3 {
    flex-direction: column;
  }

  .order-item-total {
    margin-left: 0;
    margin-right: 0;
  }

  .summary {
    flex-basis: 300px;
  }

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

  .paypal-checkout-form {
    padding-top: 140px;
  }

  .order-confirmation {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .primary-button-w, .primary-button-w-icon {
    align-self: flex-start;
  }

  .mw-550px.titre {
    max-width: 100%;
  }

  .block-with-shadow {
    max-width: none;
    height: 100%;
    padding: 30px;
  }

  .block-with-shadow.last {
    max-width: 50%;
  }

  .block-with-shadow.work-info {
    width: 42%;
  }

  .banner-home-2-img {
    width: 80%;
    max-width: 100%;
    height: 520px;
  }

  .banner-heading-descr {
    text-align: center;
  }

  .video-wrap {
    width: 100%;
    height: 400px;
    top: auto;
    bottom: 0;
  }

  .div-block-2 {
    max-width: 100%;
  }

  .banner-contact-img {
    width: 80%;
    max-width: 100%;
    height: 520px;
  }

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

  .customer-grey-image {
    width: 100%;
  }

  .customer-grid {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .logo-block {
    justify-content: center;
    max-width: 232px;
  }

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

  .careers-list {
    grid-template-columns: 1fr 1fr;
  }

  .career-rich-text {
    width: 58%;
  }

  .mb-0 {
    margin-bottom: 0;
  }

  .hire-popup-wrap {
    display: none;
  }

  .div-block-9 {
    grid-template-columns: 1fr 1fr;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    text-align: left;
    font-size: 20px;
  }

  blockquote {
    font-family: DM Sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

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

  .section.banner, .section.banner-faq {
    padding-top: 105px;
  }

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

  .section.without-top-spacing {
    padding-top: 60px;
  }

  .section.style-guide-section {
    padding-top: 160px;
  }

  .section.top-gap {
    padding-top: 60px;
  }

  .section.overlay-numbers {
    padding-bottom: 30px;
    position: relative;
  }

  .section.banner-team-details {
    padding-top: 125px;
    padding-bottom: 60px;
  }

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

  .section.blog-post {
    padding-top: 125px;
  }

  .section.overlay-numbers-home {
    padding-bottom: 30px;
  }

  .section.globe {
    background-position: 180px 100%;
    padding-top: 60px;
  }

  .section.without-top-spacing-flight {
    margin-top: 4rem;
    padding-top: 0;
  }

  .section.flight, .section.without-top-spacing-gray {
    padding-top: 0;
  }

  .section.banner-changelog {
    padding-top: 105px;
  }

  .section.small-bottom-gap, .section.without-top-small-bottom {
    padding-bottom: 20px;
  }

  .base-container {
    justify-content: center;
    align-items: center;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-top-color: rgba(105, 110, 119, .3);
    border-left: 1px solid rgba(105, 110, 119, .3);
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid rgba(105, 110, 119, .3);
    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: rgba(105, 110, 119, .3);
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-top-color: rgba(105, 110, 119, .3);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

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

  .primary-button {
    margin-bottom: 0;
  }

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

  .primary-button.shrink {
    align-self: stretch;
  }

  .primary-button.service-page {
    margin-top: 20px;
  }

  .primary-button.landing {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-dropdown-list, .nav-dropdown-list.megamenu {
    padding-left: 15px;
  }

  .nav-dropdown-link {
    font-size: 14px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid, .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-right: 0;
  }

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

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

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

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .sidebar-recent-post-item {
    margin-bottom: 0;
  }

  .sidebar-recent-post {
    grid-template-columns: 1fr 1fr;
  }

  .blog-template-image {
    height: 350px;
    margin-top: 30px;
  }

  .blog-template-date {
    align-self: flex-start;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

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

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

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

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    width: 100%;
    max-width: none;
  }

  .pricing-plan-item.last {
    max-width: 100%;
  }

  .comparing-table-plans-wrapper {
    flex-wrap: wrap;
  }

  .comparing-table-plan-title {
    min-height: 140px;
  }

  .comparing-table-plan {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    max-width: 100%;
  }

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

  .footer-links-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .accordion-wrapper-one-column {
    width: 100%;
  }

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

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .home-banner-section {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .left-arrow {
    left: 0;
    right: auto;
  }

  .right-arrow {
    right: 0;
  }

  .services-slider {
    padding-right: 15px;
  }

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

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

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

  .form-block {
    padding-right: 0;
  }

  .form-block.blur {
    padding-right: 30px;
  }

  .form-block.mh-700 {
    width: 100%;
    min-height: 700px;
  }

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

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .image-wrap {
    height: 300px;
    display: block;
  }

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

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .button-wrap.gap {
    margin-top: 20px;
  }

  .faq-image {
    height: 538px;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    max-width: 20%;
    padding-left: 0;
  }

  .brand.w--current {
    text-align: left;
  }

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

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid rgba(0, 0, 0, .1);
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-left-color: rgba(105, 110, 119, .3);
    border-right-style: none;
    border-right-color: rgba(105, 110, 119, .3);
    flex: 1;
    width: 100%;
  }

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

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .shop-tabs {
    display: block;
  }

  .sessions-tab-link {
    justify-content: center;
    display: flex;
  }

  .main-shop-list-item {
    text-align: center;
  }

  .shop-category-tabs {
    padding-left: 0;
  }

  .shop-tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    padding-bottom: 40px;
    display: grid;
    position: static;
  }

  .shop-item-price {
    text-align: left;
  }

  .shop-details-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .shop-details-content-block {
    grid-row-gap: 10px;
  }

  .shop-details-title {
    font-size: 36px;
  }

  .details-page-title {
    font-size: 40px;
  }

  .primary-button-icon {
    justify-content: flex-start;
  }

  .nav-logo {
    max-width: 50%;
  }

  .nav-dropdown-link-menu {
    font-size: 14px;
  }

  .susbcribe-block {
    max-width: none;
  }

  .footer-form {
    flex-direction: column;
  }

  .links-wrapper-flex {
    max-width: 100%;
  }

  .banner-wrapper-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 410px;
    display: flex;
  }

  .white {
    text-align: center;
    font-size: 36px;
  }

  .white.mobile-center {
    text-align: left;
    font-size: 24px;
  }

  .services-list {
    grid-template-columns: 1fr;
  }

  .service-slide {
    width: 100%;
  }

  .content-wrapper-grid-2c {
    grid-template-columns: 1fr;
  }

  .content-wrapper-grid-2c.z-index {
    grid-row-gap: 50px;
  }

  .grid-cell-wrap._3c {
    grid-template-columns: 1fr;
  }

  .grid-cell-wrap._3c.secteurs {
    grid-template-columns: 1fr 1fr;
  }

  .grid-cell-wrap._2c {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.1fr;
    align-items: stretch;
    justify-items: start;
  }

  .grid-cell-wrap._3c-2r {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .grid-cell-wrap.tablet-top {
    margin-top: 40px;
  }

  .social-prove-wrap {
    flex-direction: row;
    margin-top: 30px;
  }

  .social-prove-wrap.testimonials-banner {
    margin-top: 10px;
  }

  .person-image {
    width: 60px;
    height: 60px;
  }

  .social-prove-info-text {
    flex-direction: row;
    align-items: center;
  }

  .portfolio-image {
    height: auto;
  }

  .text-wrap.portfolio-cart {
    min-height: 80px;
  }

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

  .our-services-list {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .text-wrapper.flex-v-space-b {
    grid-column-gap: 15px;
    padding-right: 0;
  }

  .heading-label.white {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .feature-block {
    width: auto;
    padding-right: 16px;
  }

  .content-wrap-flex.faq {
    margin-top: 40px;
  }

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

  .heading-wrap-left {
    justify-content: center;
    align-items: center;
  }

  .glass-input {
    border-radius: 4px;
  }

  .form-with-glass-fields {
    padding-bottom: 110px;
  }

  .statistics-info-block.overlay {
    width: 100%;
    padding: 30px 15px;
    top: -150px;
  }

  .statistic-number-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .statistic-number {
    text-align: center;
    font-size: 36px;
  }

  .heading-wrap.max-width {
    width: auto;
    display: flex;
  }

  .heading-wrap.half {
    max-width: 100%;
  }

  .top-section-block-flex {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .top-section-block-flex.horizontal {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-text-center {
    text-align: center;
    font-size: 15px;
  }

  .greed-4c.mt-50 {
    margin-top: 40px;
  }

  .team-collection.about-us {
    margin-top: 50px;
    padding-bottom: 60px;
  }

  .worker-image.full-height {
    object-fit: contain;
    height: auto;
  }

  .statistic-wrap {
    width: 100%;
  }

  .subheader-banner {
    text-align: center;
    margin-bottom: 30px;
  }

  .inner-section-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    box-shadow: -5px -19px 20px rgba(1, 95, 201, .05);
  }

  .inner-section-wrap.bottom-space {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .text.testimonials-page {
    min-height: auto;
  }

  .text.main-page {
    min-height: 120px;
  }

  .author-name {
    margin-top: 20px;
  }

  .blog-item-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .blog-collection-item {
    max-width: 100%;
  }

  .blog-text {
    align-items: stretch;
    max-width: none;
    padding-right: 0;
  }

  .blog-image-wrap {
    width: auto;
  }

  .blog-category-link {
    align-self: flex-start;
  }

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

  .home-banner {
    padding-top: 120px;
  }

  .home-banner.banner-3, .home-banner.about-2 {
    padding-bottom: 460px;
  }

  .home-banner.banner-2 {
    padding-bottom: 60px;
  }

  .heading-wrap-banner.home-3 {
    max-width: 440px;
  }

  .link-block {
    padding-left: 100px;
  }

  .menu-item-inner {
    flex-direction: row;
  }

  .menu-item-inner.gap-20 {
    grid-column-gap: 20px;
  }

  .about-us-banner {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .big-text-medium {
    font-size: 32px;
  }

  .offer-wrap.dark-bg {
    flex-direction: column;
    margin-top: 40px;
  }

  .offer-text-block {
    max-width: none;
    margin-bottom: 30px;
  }

  .advantages-wrap {
    grid-row-gap: 20px;
    width: auto;
    max-width: none;
    margin-left: 10px;
  }

  .our-history-img {
    height: 350px;
  }

  .worker-info {
    margin-top: 10px;
    padding-bottom: 30px;
  }

  .worker-info-wrap.flex {
    grid-row-gap: 40px;
  }

  .details-wrap {
    grid-template-columns: 1fr;
  }

  .worker-description-wrap {
    padding-left: 20px;
  }

  .team-member-text-description {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscribe-wrap {
    padding: 40px 20px;
  }

  .subscribe-form-block {
    width: auto;
  }

  .subscribe-form {
    width: 100%;
  }

  .cta-testimonials, .block-quote {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex.gap-40 {
    flex-direction: column-reverse;
  }

  .flex-block-testimonials {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .overlay-bg.pricing {
    height: 85vh;
  }

  .services-inner-section-wrap {
    box-shadow: -5px -19px 20px rgba(1, 95, 201, .05);
  }

  .features-grid-container {
    margin-top: 40px;
  }

  .service-feature.last {
    max-width: 100%;
  }

  .service-features-wrap {
    grid-template-columns: 1fr;
  }

  .service-banner {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .service-banner-image {
    height: 300px;
  }

  .pricing-image-bg {
    height: 85vh;
  }

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

  .header-banner-menu-wrap-contact {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .title-container-blog {
    margin-bottom: 40px;
  }

  .blog-header-image {
    height: auto;
  }

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

  .about-service-flex {
    grid-row-gap: 40px;
  }

  .shop-list, .shop-list.category {
    grid-template-columns: 1fr;
  }

  .product-info {
    align-self: flex-start;
  }

  .shop-pagination {
    padding-top: 40px;
  }

  .product-image {
    height: 350px;
  }

  .detail-image {
    height: 300px;
  }

  .checkout-form {
    padding-bottom: 60px;
  }

  .field:active {
    border-color: var(--form-border);
  }

  .field:focus, .field.-wfp-focus {
    border-width: 1px;
    border-color: var(--primary);
  }

  .order-image {
    width: 100%;
  }

  .order-item {
    grid-row-gap: 5px;
    grid-template-columns: .5fr 2.25fr;
  }

  .summary {
    flex: 0 auto;
    margin-top: 30px;
    margin-left: 0;
    position: static;
  }

  .paypal-checkout-form {
    padding-bottom: 60px;
  }

  .order-confirmation {
    padding-top: 125px;
  }

  .order-summary, .primary-button-with-icon, .primary-button-w, .primary-button-w-icon {
    margin-bottom: 0;
  }

  .block-with-shadow {
    width: 100%;
  }

  .block-with-shadow.last {
    max-width: 100%;
  }

  .block-with-shadow.work-info {
    width: 100%;
    position: static;
  }

  .banner-home-2-img, .banner-contact-img {
    width: 90%;
  }

  .customer-wrapper-2 {
    height: 240px;
  }

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

  .careers-list {
    grid-template-columns: 1fr;
  }

  .career-rich-text {
    width: 100%;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

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

  .div-block-8 {
    flex-flow: column;
  }
}

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

  .section.without-top-spacing.locations, .section.without-top-spacing.we-offer {
    display: none;
  }

  .section.overlay-numbers {
    padding-bottom: 100px;
  }

  .section.overlay-numbers-home {
    padding-bottom: 204px;
    position: relative;
  }

  .section.globe {
    background-position: 0 100%;
  }

  .section.without-top-spacing-flight.services {
    padding-bottom: 250px;
  }

  .section.big-top {
    padding-top: 165px;
  }

  .section.about-us-team-big-space {
    padding-bottom: 200px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, .2);
  }

  .grid-description.first-description {
    border-bottom: 1px rgba(255, 255, 255, .2);
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button {
    align-self: stretch;
  }

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

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-dropdown-list.megamenu {
    padding-left: 15px;
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr;
  }

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

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

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .prev-post-arrow {
    margin-right: 15px;
  }

  .next-post-arrow {
    margin-left: 15px;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 10px;
    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;
  }

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

  .paragraph-large {
    max-width: 100%;
  }

  .paragraph-large.white {
    font-size: 14px;
  }

  .paragraph-large.our-story {
    margin-top: 40px;
  }

  .paragraph-large.mt-30, .paragraph-large.particuliers {
    max-width: 100%;
  }

  .paragraph-large.entreprises {
    text-align: center;
  }

  .accordion-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-detail {
    align-items: center;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .home-banner-section {
    background-position: 50%;
  }

  .services-slider {
    margin-left: 0;
    padding-top: 70px;
  }

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

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

  .form-block.blur {
    padding: 30px 15px;
  }

  .form-block.mh-700 {
    min-height: 530px;
  }

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

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

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

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

  .faq-image {
    height: 330px;
  }

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

  .brand-tablet.w--current {
    max-width: 100%;
  }

  .brand, .brand.w--current {
    max-width: 16%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .landing-section-title {
    width: 100%;
  }

  .sessions-tab-link {
    text-align: center;
  }

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

  .shop-category-tabs {
    padding-left: 0;
  }

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

  .footer-rights-wrapper {
    justify-content: center;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .hader-button-wrapper {
    display: none;
  }

  .logo-burger {
    width: auto;
    max-width: 100%;
  }

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

  .susbcribe-block {
    width: 100%;
  }

  .footer-form {
    flex-direction: column;
  }

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

  .header-link.white {
    font-size: 14px;
  }

  .banner-wrapper-text {
    max-width: 100%;
  }

  .white {
    font-size: 14px;
  }

  .white.mobile-center {
    text-align: center;
    font-size: 14px;
  }

  .services-arrow.left-arrow {
    left: 0;
  }

  .services-arrow.right-arrow {
    left: 60px;
  }

  .grid-cell-wrap._3c.secteurs {
    grid-template-columns: 1fr;
  }

  .grid-cell-wrap._2c {
    align-items: stretch;
    justify-items: center;
  }

  .about-us-image {
    height: 350px;
  }

  .social-prove-wrap, .social-prove-wrap.testimonials-banner {
    flex-direction: column;
  }

  .heading-wrap-center {
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrap.portfolio-cart {
    min-height: 100px;
  }

  .service-info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-label.white {
    font-size: 12px;
  }

  .feature-block {
    flex-direction: column;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-block-text {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .feature-number-block {
    border-right-width: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .form-with-glass-fields {
    padding-bottom: 260px;
  }

  .fields-wrapper {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .statistics-info-block.overlay {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
    display: grid;
    top: -200px;
  }

  .statistic-number-wrap {
    align-items: center;
  }

  .statistic-number {
    font-size: 42px;
  }

  .big-text {
    text-align: center;
    font-size: 28px;
  }

  .top-section-block-flex.horizontal {
    grid-row-gap: 10px;
    max-width: 230px;
  }

  .mobile-text-center {
    margin-left: 5px;
    margin-right: 5px;
  }

  .greed-4c {
    grid-template-columns: auto;
  }

  .greed-4c.mt-50 {
    grid-template-columns: 1fr;
  }

  .greed-4c.our-team {
    grid-template-columns: auto;
  }

  .statistic-wrap {
    position: static;
  }

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

  .primary-label.left {
    text-align: left;
  }

  .blog-image {
    height: 300px;
  }

  .home-banner.banner-3 {
    height: auto;
    padding-bottom: 410px;
  }

  .home-banner.about-2 {
    padding-bottom: 410px;
  }

  .heading-wrap-banner.home-3 {
    max-width: 330px;
  }

  .link-block {
    padding-left: 20px;
  }

  .menu-item-inner {
    flex-direction: column;
  }

  .big-text-medium {
    font-size: 28px;
  }

  .grid-container-3c {
    grid-template-columns: 1fr 1fr;
  }

  .image-container.small {
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-container.small-left {
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-container.pt-20 {
    margin-top: 0;
  }

  .image-container.pt-10 {
    padding-top: 0;
  }

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

  .details-wrap {
    overflow: hidden;
  }

  .worker-description-wrap, .team-member-text-description {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .subscribe-wrap.flex-horizontal {
    padding-left: 15px;
    padding-right: 15px;
  }

  .subscribe-form-block {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .subscribe-heading {
    font-size: 20px;
  }

  .review-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .overlay-bg.pricing {
    height: 500px;
    min-height: auto;
    overflow: visible;
  }

  .services-inner-section-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .features-grid-container {
    grid-template-columns: 1fr;
  }

  ._404-title {
    font-size: 100px;
  }

  .about-us-image-banner {
    height: 250px;
  }

  .pricing-image-bg {
    height: 500px;
    min-height: auto;
  }

  .form-block-contact-us {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-wrap.contact-us {
    padding: 10px;
  }

  .location-wrap {
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .blog-header-image {
    height: 300px;
  }

  .contact-us-info.overlay {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: grid;
    position: static;
    top: -200px;
  }

  .contact-form-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .recent-post-image {
    height: 100%;
  }

  .product-info {
    align-self: flex-start;
  }

  .product-name {
    text-align: left;
  }

  .primary-button-cart {
    align-self: stretch;
  }

  .block-content, .block-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .order-image {
    max-height: 100px;
  }

  .order-item {
    grid-template-columns: 1fr 2.25fr;
  }

  .paypal-checkout-form {
    padding-top: 126px;
  }

  .item-order-name {
    color: var(--dark-heading);
  }

  .primary-button-with-icon {
    align-self: flex-start;
  }

  .primary-button-with-icon.mt-30 {
    align-self: center;
  }

  .primary-button-w, .primary-button-w-icon {
    align-self: stretch;
  }

  .absolute-block-years {
    bottom: 20px;
    right: 20px;
  }

  .big-number {
    font-size: 30px;
  }

  .block-with-shadow {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-home-2-img {
    width: 100%;
    height: 300px;
  }

  .banner-heading-descr {
    margin-top: 15px;
  }

  .video-wrap {
    height: 350px;
  }

  .banner-contact-img {
    width: 100%;
    height: 300px;
  }

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

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

  .logo-block {
    padding: 15px;
  }

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

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

  .div-block-9 {
    grid-template-columns: 1fr;
  }

  .bold-text-25, .bold-text-26, .bold-text-27 {
    font-size: 26px;
  }

  .bold-text-28 {
    font-size: 22px;
  }

  .bold-text-29, .bold-text-30 {
    font-size: 24px;
  }
}

#w-node-_10506bbd-f329-11bb-1a4c-c476eea18d7f-7e696dff, #w-node-_15f3b07d-f474-8cc8-b2b0-a6a46a1a2368-7e696dff, #w-node-ad298f1f-541e-8cde-f6ff-3c7ce6b0549a-7e696dff, #w-node-_0e9ea88c-2ad8-ee9c-cfa3-d28eafa006f8-7e696dff, #w-node-d438652d-3d21-9e5b-3ad6-e3a4d8a2e4c4-7e696dff, #w-node-d438652d-3d21-9e5b-3ad6-e3a4d8a2e4c5-7e696dff, #w-node-d438652d-3d21-9e5b-3ad6-e3a4d8a2e4bd-7e696dff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39cb9fc2-16d5-69ad-66cd-efac5bf8abca-7e696dff, #w-node-_1ccf242f-2582-af38-5d7e-60ce638fbd4d-7e696dff {
  align-self: end;
}

#w-node-dd2bbb8a-c850-b164-670c-2372d6d4ca37-7e696dff, #w-node-dd2bbb8a-c850-b164-670c-2372d6d4ca38-7e696dff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd2bbb8a-c850-b164-670c-2372d6d4ca3b-7e696dff {
  align-self: end;
  justify-self: end;
}

#w-node-dd2bbb8a-c850-b164-670c-2372d6d4ca40-7e696dff, #w-node-_87538aa4-87a5-b7f3-0afd-d06f603f887f-7e696e56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ab40052-207d-7a07-7c3d-93300996ae1a-7e696e56 {
  align-self: center;
}

#w-node-a5bab951-35fc-7d5d-c7e8-2a40557610f7-7e696e56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_01574906-637c-af66-546b-9882d538cd36-7e696e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4154404b-98c6-14c0-0ef5-70d247167fab-7e696e57 {
  align-self: center;
}

#w-node-_9ff08a69-7ba8-4ec8-6a9c-24704867fc87-7e696e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98043709-dea8-48f4-fd10-d7f4043812f9-7e696e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_98043709-dea8-48f4-fd10-d7f404381301-7e696e57, #w-node-_98043709-dea8-48f4-fd10-d7f40438130a-7e696e57, #w-node-_98043709-dea8-48f4-fd10-d7f404381313-7e696e57, #w-node-_98043709-dea8-48f4-fd10-d7f40438131c-7e696e57, #w-node-d0cae561-a25e-3fda-f20c-b3282018b8e8-7e696e5b, #w-node-d0cae561-a25e-3fda-f20c-b3282018b8ef-7e696e5b, #w-node-d0cae561-a25e-3fda-f20c-b3282018b8f0-7e696e5b, #w-node-d0cae561-a25e-3fda-f20c-b3282018b8f5-7e696e5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0cae561-a25e-3fda-f20c-b3282018b903-7e696e5b {
  align-self: center;
}

#w-node-_57de381b-2cb6-35a6-6618-cc6408996738-7e696e5b, #w-node-_57de381b-2cb6-35a6-6618-cc6408996739-7e696e5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57de381b-2cb6-35a6-6618-cc640899673e-7e696e5b {
  align-self: end;
  justify-self: end;
}

#w-node-_57de381b-2cb6-35a6-6618-cc6408996743-7e696e5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_008cfeb4-8081-735c-1b24-aedb0f785000-7e696e5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_008cfeb4-8081-735c-1b24-aedb0f785008-7e696e5b, #w-node-_008cfeb4-8081-735c-1b24-aedb0f785011-7e696e5b, #w-node-_008cfeb4-8081-735c-1b24-aedb0f78501a-7e696e5b, #w-node-_008cfeb4-8081-735c-1b24-aedb0f785023-7e696e5b, #w-node-_83fa49bf-bdbb-4dab-52c5-e02454b0ecfd-7e696e5c, #w-node-_83fa49bf-bdbb-4dab-52c5-e02454b0ed04-7e696e5c, #w-node-_83fa49bf-bdbb-4dab-52c5-e02454b0ed05-7e696e5c, #w-node-_83fa49bf-bdbb-4dab-52c5-e02454b0ed0a-7e696e5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83fa49bf-bdbb-4dab-52c5-e02454b0ed18-7e696e5c {
  align-self: center;
}

#w-node-_04d9091d-1a83-315e-3895-58eb59465a24-7e696e5c, #w-node-_04d9091d-1a83-315e-3895-58eb59465a25-7e696e5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04d9091d-1a83-315e-3895-58eb59465a2a-7e696e5c {
  align-self: end;
  justify-self: end;
}

#w-node-_04d9091d-1a83-315e-3895-58eb59465a2f-7e696e5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d80a8c1-7c9a-2f32-18a2-f0e375fc2635-7e696e5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_0d80a8c1-7c9a-2f32-18a2-f0e375fc263d-7e696e5c, #w-node-_0d80a8c1-7c9a-2f32-18a2-f0e375fc2646-7e696e5c, #w-node-_0d80a8c1-7c9a-2f32-18a2-f0e375fc264f-7e696e5c, #w-node-_0d80a8c1-7c9a-2f32-18a2-f0e375fc2658-7e696e5c, #w-node-_20035d49-3e81-c7d9-d915-74f91bb87eaf-7e696e5d, #w-node-_06618175-1d17-d1e6-47d5-dd53bd66c00b-7e696e5d, #w-node-c5b82ca1-cea7-4f7a-c791-2702eb68cc81-7e696e5d, #w-node-d3d142be-2342-d571-b327-2759bac74991-7e696e5d, #w-node-_3570dc14-488a-c818-4a50-5ba83a6dd455-7e696e5d, #w-node-cac1b14a-df97-4527-76a9-87585cb03d3a-7e696e5d, #w-node-_8306ab20-84c2-bced-064c-83b93bdc7bff-7e696e5d, #w-node-f64fad81-1208-a4f2-59dc-d3cde3f6c424-7e696e5d, #w-node-ea604ed2-9293-561e-f0fd-baddfd9d8e94-7e696e5d, #w-node-b37172b1-bf42-2411-440c-2b69ea0a344a-7e696e5d, #w-node-d3c65945-efde-a612-3808-76fd12f01a77-7e696e5d, #w-node-_0a83e0bc-63ef-c938-f2dc-f254e03577bb-7e696e5d, #w-node-_6f7ca65b-428c-61df-d6b9-6805ee9bef80-7e696e5d, #w-node-_778874ec-66f6-a115-b58f-371310ccf1dd-7e696e5d, #w-node-dc132590-d33f-9f3c-b092-ecbeee948939-7e696e5d, #w-node-_4b665190-8c8d-fc44-1788-37b2fa5d4a5e-7e696e5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdc719ba-d34f-e2cc-dd8c-be372cdd03fa-7e696e5f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_649bc4a5-cac4-76b5-3c77-da46205c775e-7e696e5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e64796eb-7209-694c-d114-9a9afc4c05e7-7e696e5f, #w-node-_6ec08cd8-9c05-6c3d-6fd9-cff19d0a64a9-7e696e5f, #w-node-_4ae2b131-ce20-7c01-6b3c-42bcc805f517-7e696e5f, #w-node-f6f4b6b3-c293-e5c9-dd19-919d8a17920b-7e696e5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_687bfd05-a5c0-b651-f856-5583b9fea20e-7e696e73 {
  align-self: stretch;
}

#w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-7e696e77, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-7e696e77, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-7e696e77, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-7e696e77, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-7e696e77, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-7e696e77, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-7e696e77, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-7e696e77, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-7e696e77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfa1b8cf-e278-0c9c-55fb-1de9e2dbe708-7e696e79 {
  align-self: center;
}

#w-node-_5bcaa068-2f75-d813-f0c3-a03f3cc93313-7e696e79, #w-node-_9c3bd458-cde2-42c6-6193-cdec516e8ce7-7e696e79, #w-node-_7eecf089-8cb3-90f0-8590-0335103f9464-7e696e79, #w-node-b23431e2-f989-9ab9-9448-82203bfcd9c4-7e696e79, #w-node-_21e074af-b296-ec05-5cf9-9d698c9dd1ef-7e696e79 {
  align-self: stretch;
}

#w-node-d1148644-1471-36c0-a685-3d92dde25fe6-7e696e79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8702c33-8dfd-11ff-b279-766b0966106c-7e696e7b {
  align-self: center;
}

#w-node-_2afe3b9d-b18f-03e3-9b50-52c6b3a27f4e-7e696e7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_2afe3b9d-b18f-03e3-9b50-52c6b3a27f54-7e696e7b, #w-node-_2afe3b9d-b18f-03e3-9b50-52c6b3a27f58-7e696e7b, #w-node-_2afe3b9d-b18f-03e3-9b50-52c6b3a27f5c-7e696e7b, #w-node-_2afe3b9d-b18f-03e3-9b50-52c6b3a27f60-7e696e7b, #w-node-_2afe3b9d-b18f-03e3-9b50-52c6b3a27f64-7e696e7b, #w-node-_2afe3b9d-b18f-03e3-9b50-52c6b3a27f68-7e696e7b, #w-node-_2afe3b9d-b18f-03e3-9b50-52c6b3a27f6c-7e696e7b, #w-node-_2afe3b9d-b18f-03e3-9b50-52c6b3a27f70-7e696e7b, #w-node-_2afe3b9d-b18f-03e3-9b50-52c6b3a27f74-7e696e7b, #w-node-_2afe3b9d-b18f-03e3-9b50-52c6b3a27f78-7e696e7b, #w-node-_2afe3b9d-b18f-03e3-9b50-52c6b3a27f7c-7e696e7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_73bffb27-0bac-5b7e-6517-083ce6b5a7f3-7e696e7b, #w-node-_8a14e7dc-a709-ac8d-cf44-a6b84fc48dc0-7e696e7c, #w-node-_8a14e7dc-a709-ac8d-cf44-a6b84fc48dc1-7e696e7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a14e7dc-a709-ac8d-cf44-a6b84fc48dc6-7e696e7c {
  align-self: end;
  justify-self: end;
}

#w-node-_8a14e7dc-a709-ac8d-cf44-a6b84fc48dcb-7e696e7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf7adbcb-beb4-5dfe-5f89-1491e5f8fe4f-68762131 {
  align-self: end;
}

#w-node-caab543c-6c9a-4422-7ffd-332ab0109efb-68762131 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cc2f5f6-2221-9ff8-fbf7-697cef616ebc-9336cacc, #w-node-_820b88f3-635a-0486-3172-b17b68cf4c04-9336cacc {
  align-self: end;
}

#w-node-ce46fef1-655f-e301-0f3a-44aca0707f6a-9336cacc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5efb7081-f42e-79fd-f929-ddbbfd000fe8-9336cacc, #w-node-fc795674-9e4a-258a-4a04-864e1e2e9f63-9336cacc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2ad6e5eb-deed-c839-775d-7617324567cf-9336cacc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_2ad6e5eb-deed-c839-775d-7617324567d7-9336cacc, #w-node-_2ad6e5eb-deed-c839-775d-7617324567e0-9336cacc, #w-node-_2ad6e5eb-deed-c839-775d-7617324567e9-9336cacc, #w-node-_2ad6e5eb-deed-c839-775d-7617324567f2-9336cacc, #w-node-_3acd20b4-d587-181c-8fe1-df64781c258f-9336cacc, #w-node-d3d7747d-802a-e333-ef98-ea34de70ed56-9336cacc, #w-node-_900fa2c6-bcc3-be55-21a3-7f79d8cd35d5-9336cacc, #w-node-ff766584-c31d-0977-618c-84046821a7ca-9336cacc, #w-node-e92369da-e577-13e8-91fd-85fdace6f3bc-9336cacc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46834a45-1b7c-6861-593e-e635b37fc399-9336cacc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_46834a45-1b7c-6861-593e-e635b37fc39d-9336cacc, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3a3-9336cacc, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3a9-9336cacc, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3ad-9336cacc, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3c3-9336cacc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_8cc2f5f6-2221-9ff8-fbf7-697cef616ebc-6a1ec4bc, #w-node-_820b88f3-635a-0486-3172-b17b68cf4c04-6a1ec4bc {
  align-self: end;
}

#w-node-ce46fef1-655f-e301-0f3a-44aca0707f6a-6a1ec4bc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5efb7081-f42e-79fd-f929-ddbbfd000fe8-6a1ec4bc, #w-node-fc795674-9e4a-258a-4a04-864e1e2e9f63-6a1ec4bc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7a30d1bb-1e17-41cf-d4e9-8ddbf292759e-677a8f8c, #w-node-_7a30d1bb-1e17-41cf-d4e9-8ddbf29275ad-677a8f8c {
  align-self: end;
}

#w-node-_49170964-79f0-7838-2e93-33cb66acb47c-677a8f8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f33cc203-a0cc-673a-3072-f3627ded7e27-677a8f8c, #w-node-f33cc203-a0cc-673a-3072-f3627ded7e46-677a8f8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_10506bbd-f329-11bb-1a4c-c476eea18d7f-a67b0091, #w-node-_15f3b07d-f474-8cc8-b2b0-a6a46a1a2368-a67b0091, #w-node-ad298f1f-541e-8cde-f6ff-3c7ce6b0549a-a67b0091, #w-node-_0e9ea88c-2ad8-ee9c-cfa3-d28eafa006f8-a67b0091, #w-node-d438652d-3d21-9e5b-3ad6-e3a4d8a2e4c4-a67b0091, #w-node-d438652d-3d21-9e5b-3ad6-e3a4d8a2e4c5-a67b0091, #w-node-d438652d-3d21-9e5b-3ad6-e3a4d8a2e4bd-a67b0091 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39cb9fc2-16d5-69ad-66cd-efac5bf8abca-a67b0091, #w-node-_1ccf242f-2582-af38-5d7e-60ce638fbd4d-a67b0091 {
  align-self: end;
}

#w-node-dd2bbb8a-c850-b164-670c-2372d6d4ca37-a67b0091, #w-node-dd2bbb8a-c850-b164-670c-2372d6d4ca38-a67b0091 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd2bbb8a-c850-b164-670c-2372d6d4ca3b-a67b0091 {
  align-self: end;
  justify-self: end;
}

#w-node-dd2bbb8a-c850-b164-670c-2372d6d4ca40-a67b0091 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf7adbcb-beb4-5dfe-5f89-1491e5f8fe4f-3e48cebf {
  align-self: end;
}

#w-node-caab543c-6c9a-4422-7ffd-332ab0109efb-3e48cebf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cc2f5f6-2221-9ff8-fbf7-697cef616ebc-9a9a4c98, #w-node-_820b88f3-635a-0486-3172-b17b68cf4c04-9a9a4c98 {
  align-self: end;
}

#w-node-ce46fef1-655f-e301-0f3a-44aca0707f6a-9a9a4c98 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5efb7081-f42e-79fd-f929-ddbbfd000fe8-9a9a4c98, #w-node-fc795674-9e4a-258a-4a04-864e1e2e9f63-9a9a4c98 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2ad6e5eb-deed-c839-775d-7617324567cf-9a9a4c98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_2ad6e5eb-deed-c839-775d-7617324567d7-9a9a4c98, #w-node-_2ad6e5eb-deed-c839-775d-7617324567e0-9a9a4c98, #w-node-_2ad6e5eb-deed-c839-775d-7617324567e9-9a9a4c98, #w-node-_2ad6e5eb-deed-c839-775d-7617324567f2-9a9a4c98, #w-node-_3acd20b4-d587-181c-8fe1-df64781c258f-9a9a4c98, #w-node-d3d7747d-802a-e333-ef98-ea34de70ed56-9a9a4c98, #w-node-_900fa2c6-bcc3-be55-21a3-7f79d8cd35d5-9a9a4c98, #w-node-ff766584-c31d-0977-618c-84046821a7ca-9a9a4c98, #w-node-e92369da-e577-13e8-91fd-85fdace6f3bc-9a9a4c98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46834a45-1b7c-6861-593e-e635b37fc399-9a9a4c98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_46834a45-1b7c-6861-593e-e635b37fc39d-9a9a4c98, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3a3-9a9a4c98, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3a9-9a9a4c98, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3ad-9a9a4c98, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3c3-9a9a4c98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-a5605810-c5b9-c11d-60ca-ec5230ae44bd-a3c4d842 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2ad6e5eb-deed-c839-775d-7617324567cf-a3c4d842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_2ad6e5eb-deed-c839-775d-7617324567d7-a3c4d842, #w-node-_2ad6e5eb-deed-c839-775d-7617324567e0-a3c4d842, #w-node-_2ad6e5eb-deed-c839-775d-7617324567e9-a3c4d842, #w-node-_2ad6e5eb-deed-c839-775d-7617324567f2-a3c4d842, #w-node-_3acd20b4-d587-181c-8fe1-df64781c258f-a3c4d842, #w-node-d3d7747d-802a-e333-ef98-ea34de70ed56-a3c4d842, #w-node-_900fa2c6-bcc3-be55-21a3-7f79d8cd35d5-a3c4d842, #w-node-ff766584-c31d-0977-618c-84046821a7ca-a3c4d842, #w-node-e92369da-e577-13e8-91fd-85fdace6f3bc-a3c4d842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46834a45-1b7c-6861-593e-e635b37fc399-a3c4d842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_46834a45-1b7c-6861-593e-e635b37fc39d-a3c4d842, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3a3-a3c4d842, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3a9-a3c4d842, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3ad-a3c4d842, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3c3-a3c4d842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_68ddba95-7786-67cb-8a48-7be468394091-d6d66777, #w-node-_68ddba95-7786-67cb-8a48-7be4683940b0-d6d66777 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2ad6e5eb-deed-c839-775d-7617324567cf-d6d66777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_2ad6e5eb-deed-c839-775d-7617324567d7-d6d66777, #w-node-_2ad6e5eb-deed-c839-775d-7617324567e0-d6d66777, #w-node-_2ad6e5eb-deed-c839-775d-7617324567e9-d6d66777, #w-node-_2ad6e5eb-deed-c839-775d-7617324567f2-d6d66777, #w-node-_3acd20b4-d587-181c-8fe1-df64781c258f-d6d66777, #w-node-d3d7747d-802a-e333-ef98-ea34de70ed56-d6d66777, #w-node-_900fa2c6-bcc3-be55-21a3-7f79d8cd35d5-d6d66777, #w-node-ff766584-c31d-0977-618c-84046821a7ca-d6d66777, #w-node-e92369da-e577-13e8-91fd-85fdace6f3bc-d6d66777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46834a45-1b7c-6861-593e-e635b37fc399-d6d66777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_46834a45-1b7c-6861-593e-e635b37fc39d-d6d66777, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3a3-d6d66777, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3a9-d6d66777, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3ad-d6d66777, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3c3-d6d66777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-d3361678-b143-478d-8065-59e73ac45057-1188e8d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2ad6e5eb-deed-c839-775d-7617324567cf-1188e8d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_2ad6e5eb-deed-c839-775d-7617324567d7-1188e8d6, #w-node-_2ad6e5eb-deed-c839-775d-7617324567e0-1188e8d6, #w-node-_2ad6e5eb-deed-c839-775d-7617324567e9-1188e8d6, #w-node-_2ad6e5eb-deed-c839-775d-7617324567f2-1188e8d6, #w-node-_3acd20b4-d587-181c-8fe1-df64781c258f-1188e8d6, #w-node-d3d7747d-802a-e333-ef98-ea34de70ed56-1188e8d6, #w-node-_900fa2c6-bcc3-be55-21a3-7f79d8cd35d5-1188e8d6, #w-node-ff766584-c31d-0977-618c-84046821a7ca-1188e8d6, #w-node-e92369da-e577-13e8-91fd-85fdace6f3bc-1188e8d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46834a45-1b7c-6861-593e-e635b37fc399-1188e8d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_46834a45-1b7c-6861-593e-e635b37fc39d-1188e8d6, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3a3-1188e8d6, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3a9-1188e8d6, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3ad-1188e8d6, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3c3-1188e8d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-ebcf44b7-e288-0577-29c4-5eded1badce6-5cb3b494, #w-node-ebcf44b7-e288-0577-29c4-5eded1badd05-5cb3b494 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2ad6e5eb-deed-c839-775d-7617324567cf-5cb3b494 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_2ad6e5eb-deed-c839-775d-7617324567d7-5cb3b494, #w-node-_2ad6e5eb-deed-c839-775d-7617324567e0-5cb3b494, #w-node-_2ad6e5eb-deed-c839-775d-7617324567e9-5cb3b494, #w-node-_2ad6e5eb-deed-c839-775d-7617324567f2-5cb3b494, #w-node-_3acd20b4-d587-181c-8fe1-df64781c258f-5cb3b494, #w-node-d3d7747d-802a-e333-ef98-ea34de70ed56-5cb3b494, #w-node-_900fa2c6-bcc3-be55-21a3-7f79d8cd35d5-5cb3b494, #w-node-ff766584-c31d-0977-618c-84046821a7ca-5cb3b494, #w-node-e92369da-e577-13e8-91fd-85fdace6f3bc-5cb3b494 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46834a45-1b7c-6861-593e-e635b37fc399-5cb3b494 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_46834a45-1b7c-6861-593e-e635b37fc39d-5cb3b494, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3a3-5cb3b494, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3a9-5cb3b494, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3ad-5cb3b494, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3c3-5cb3b494 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-caab543c-6c9a-4422-7ffd-332ab0109efb-68762131, #w-node-caab543c-6c9a-4422-7ffd-332ab0109efb-3e48cebf {
    grid-row: span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-caab543c-6c9a-4422-7ffd-332ab0109efb-68762131, #w-node-beb4b58a-f52b-1585-2517-beedf6becec1-68762131, #w-node-caab543c-6c9a-4422-7ffd-332ab0109efb-3e48cebf, #w-node-beb4b58a-f52b-1585-2517-beedf6becec1-3e48cebf {
    align-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-dd2bbb8a-c850-b164-670c-2372d6d4ca4b-7e696dff, #w-node-_4ec7dce4-a0af-1ca4-d7dd-a1b2844c4305-7e696dff, #w-node-_18a1afcf-ee4a-bde8-a63b-7fe47fb66f51-7e696dff, #w-node-ce674cab-6e9d-4fc7-fa97-0a3625995339-7e696dff, #w-node-fbf52c0f-f8ab-1f1e-a84f-fa3c4d64e515-7e696dff, #w-node-cec64184-346c-9aed-8816-16fedb08b17e-7e696dff {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_64db975516bc17ffd3981c3b000000000088-7e696e3e {
    grid-row: span 2 / span 2;
  }

  #w-node-_44007198-cb2f-11a7-d542-79ca4f226f31-7e696e57 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-f1ab2f2a-3857-5d93-1285-5aaef4dc6e19-7e696e59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d0cae561-a25e-3fda-f20c-b3282018b8e8-7e696e5b {
    order: 9999;
  }

  #w-node-_57de381b-2cb6-35a6-6618-cc640899674e-7e696e5b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_83fa49bf-bdbb-4dab-52c5-e02454b0ecfd-7e696e5c {
    order: 9999;
  }

  #w-node-_04d9091d-1a83-315e-3895-58eb59465a3a-7e696e5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_64db975616bc17ffd3981d1c000000000053-7e696e5e, #w-node-_64db975616bc17ffd3981cd2000000000058-7e696e60 {
    grid-row: span 2 / span 2;
  }

  #w-node-_687bfd05-a5c0-b651-f856-5583b9fea243-7e696e73 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_754d4a97-9d84-761c-a554-64201a78ee70-7e696e7a {
    align-self: stretch;
  }

  #w-node-bdb28397-33a5-5e78-8b2f-cc9d09ce5609-7e696e7c, #w-node-db082e72-3463-48e3-c767-c0fe2a5161f5-7e696e7c, #w-node-_8a14e7dc-a709-ac8d-cf44-a6b84fc48dd6-7e696e7c {
    justify-self: center;
  }

  #w-node-dd2bbb8a-c850-b164-670c-2372d6d4ca4b-a67b0091, #w-node-_4ec7dce4-a0af-1ca4-d7dd-a1b2844c4305-a67b0091, #w-node-_18a1afcf-ee4a-bde8-a63b-7fe47fb66f51-a67b0091, #w-node-ce674cab-6e9d-4fc7-fa97-0a3625995339-a67b0091, #w-node-fbf52c0f-f8ab-1f1e-a84f-fa3c4d64e515-a67b0091, #w-node-cec64184-346c-9aed-8816-16fedb08b17e-a67b0091 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dd2bbb8a-c850-b164-670c-2372d6d4ca3b-7e696dff {
    justify-self: start;
  }

  #w-node-dd2bbb8a-c850-b164-670c-2372d6d4ca4b-7e696dff, #w-node-_4ec7dce4-a0af-1ca4-d7dd-a1b2844c4305-7e696dff, #w-node-_18a1afcf-ee4a-bde8-a63b-7fe47fb66f51-7e696dff, #w-node-ce674cab-6e9d-4fc7-fa97-0a3625995339-7e696dff, #w-node-fbf52c0f-f8ab-1f1e-a84f-fa3c4d64e515-7e696dff, #w-node-cec64184-346c-9aed-8816-16fedb08b17e-7e696dff, #w-node-_44007198-cb2f-11a7-d542-79ca4f226f31-7e696e57 {
    grid-column: span 1 / span 1;
  }

  #w-node-_98043709-dea8-48f4-fd10-d7f4043812ec-7e696e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_57de381b-2cb6-35a6-6618-cc640899673e-7e696e5b {
    justify-self: start;
  }

  #w-node-_57de381b-2cb6-35a6-6618-cc640899674e-7e696e5b {
    grid-column: span 1 / span 1;
  }

  #w-node-_008cfeb4-8081-735c-1b24-aedb0f784ff6-7e696e5b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04d9091d-1a83-315e-3895-58eb59465a2a-7e696e5c {
    justify-self: start;
  }

  #w-node-_04d9091d-1a83-315e-3895-58eb59465a3a-7e696e5c {
    grid-column: span 1 / span 1;
  }

  #w-node-_0d80a8c1-7c9a-2f32-18a2-f0e375fc2628-7e696e5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_687bfd05-a5c0-b651-f856-5583b9fea243-7e696e73 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8a14e7dc-a709-ac8d-cf44-a6b84fc48dc6-7e696e7c {
    justify-self: start;
  }

  #w-node-bdb28397-33a5-5e78-8b2f-cc9d09ce5609-7e696e7c, #w-node-db082e72-3463-48e3-c767-c0fe2a5161f5-7e696e7c, #w-node-_8a14e7dc-a709-ac8d-cf44-a6b84fc48dd6-7e696e7c, #w-node-_3a100a1e-a3a2-2c25-a70f-f98c4ae616bb-7e696e7c {
    grid-column: span 1 / span 1;
  }

  #w-node-ce46fef1-655f-e301-0f3a-44aca0707f6a-9336cacc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_2ad6e5eb-deed-c839-775d-7617324567c7-9336cacc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ce46fef1-655f-e301-0f3a-44aca0707f6a-6a1ec4bc, #w-node-_49170964-79f0-7838-2e93-33cb66acb47c-677a8f8c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-dd2bbb8a-c850-b164-670c-2372d6d4ca3b-a67b0091 {
    justify-self: start;
  }

  #w-node-dd2bbb8a-c850-b164-670c-2372d6d4ca4b-a67b0091, #w-node-_4ec7dce4-a0af-1ca4-d7dd-a1b2844c4305-a67b0091, #w-node-_18a1afcf-ee4a-bde8-a63b-7fe47fb66f51-a67b0091, #w-node-ce674cab-6e9d-4fc7-fa97-0a3625995339-a67b0091, #w-node-fbf52c0f-f8ab-1f1e-a84f-fa3c4d64e515-a67b0091, #w-node-cec64184-346c-9aed-8816-16fedb08b17e-a67b0091 {
    grid-column: span 1 / span 1;
  }

  #w-node-ce46fef1-655f-e301-0f3a-44aca0707f6a-9a9a4c98 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_2ad6e5eb-deed-c839-775d-7617324567c7-9a9a4c98 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a5605810-c5b9-c11d-60ca-ec5230ae44bd-a3c4d842 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_2ad6e5eb-deed-c839-775d-7617324567c7-a3c4d842, #w-node-_2ad6e5eb-deed-c839-775d-7617324567c7-d6d66777 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d3361678-b143-478d-8065-59e73ac45057-1188e8d6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_2ad6e5eb-deed-c839-775d-7617324567c7-1188e8d6, #w-node-_2ad6e5eb-deed-c839-775d-7617324567c7-5cb3b494 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ce46fef1-655f-e301-0f3a-44aca0707f6a-9336cacc, #w-node-_5efb7081-f42e-79fd-f929-ddbbfd000fe8-9336cacc, #w-node-fc795674-9e4a-258a-4a04-864e1e2e9f63-9336cacc, #w-node-ce46fef1-655f-e301-0f3a-44aca0707f6a-6a1ec4bc, #w-node-_5efb7081-f42e-79fd-f929-ddbbfd000fe8-6a1ec4bc, #w-node-fc795674-9e4a-258a-4a04-864e1e2e9f63-6a1ec4bc, #w-node-_49170964-79f0-7838-2e93-33cb66acb47c-677a8f8c, #w-node-f33cc203-a0cc-673a-3072-f3627ded7e27-677a8f8c, #w-node-f33cc203-a0cc-673a-3072-f3627ded7e46-677a8f8c, #w-node-ce46fef1-655f-e301-0f3a-44aca0707f6a-9a9a4c98, #w-node-_5efb7081-f42e-79fd-f929-ddbbfd000fe8-9a9a4c98, #w-node-fc795674-9e4a-258a-4a04-864e1e2e9f63-9a9a4c98, #w-node-a5605810-c5b9-c11d-60ca-ec5230ae44bd-a3c4d842, #w-node-_68ddba95-7786-67cb-8a48-7be468394091-d6d66777, #w-node-_68ddba95-7786-67cb-8a48-7be4683940b0-d6d66777, #w-node-d3361678-b143-478d-8065-59e73ac45057-1188e8d6, #w-node-ebcf44b7-e288-0577-29c4-5eded1badce6-5cb3b494, #w-node-ebcf44b7-e288-0577-29c4-5eded1badd05-5cb3b494 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}