:root {
  --neutral-600: #637a75;
  --neutral-800: #142a25;
  --primary-1: #2da884;
  --neutral-200: #f7fcfa;
  --neutral-100: white;
  --neutral-700: #4b665f;
  --neutral-500: #a0bdb6;
  --neutral-400: #d9e9e5;
  --neutral-300: #eff6f5;
  --atlantis-blue: #47bad9;
  --atlantis-pink-lgt: #fdeff5;
  --atlantis-pink: #f170ab;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.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-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-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-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-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

.w-commerce-commerceorderconfirmationcontainer {
  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;
}

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

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

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

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

body {
  color: var(--neutral-600);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.88889em;
}

h1 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Lora, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.22222em;
}

h2 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lora, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.31579em;
}

h3 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lora, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.42857em;
}

h4 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.41667em;
}

h5 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}

h6 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33333em;
}

p {
  margin-bottom: 32px;
}

a {
  color: var(--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--neutral-800);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  color: var(--neutral-800);
  font-weight: 700;
}

blockquote {
  border-left: 8px solid var(--primary-1);
  background-color: var(--neutral-200);
  color: var(--neutral-800);
  margin-bottom: 64px;
  padding: 70px 60px;
  font-size: 24px;
  line-height: 1.5em;
}

figure {
  margin-bottom: 64px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
}

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-top-40px {
  margin-top: 40px;
}

.flex {
  display: flex;
}

.flex.subtitle-flex {
  align-items: center;
}

.flex.blog-card-details {
  justify-content: flex-end;
  align-items: center;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline-block.contact-link {
  margin-bottom: 24px;
}

.inline-block.contact-link.last {
  margin-bottom: 0;
}

.inline-block.product-page {
  margin-bottom: 24px;
}

.inline-block.post-details {
  margin-bottom: 16px;
}

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

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

.color-white {
  color: var(--neutral-100);
}

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

.bg-neutral-700 {
  background-color: var(--neutral-700);
}

.bg-neutral-600 {
  background-color: var(--neutral-600);
}

.bg-neutral-500 {
  background-color: var(--neutral-500);
}

.bg-neutral-400 {
  background-color: var(--neutral-400);
}

.bg-neutral-300 {
  background-color: var(--neutral-300);
}

.bg-neutral-200 {
  background-color: var(--neutral-200);
}

.bg-neutral-100 {
  background-color: var(--neutral-100);
}

.style-guide-sidebar {
  z-index: 2;
  flex: 0 14em;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
}

.container-default {
  max-width: 1268px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.home-hero {
  position: absolute;
  left: 0;
  right: 0;
}

.style-guide-content {
  background-color: #fff;
  flex: 1;
  max-width: 100%;
  margin-left: 18px;
  box-shadow: 0 4px 20px rgba(20, 42, 37, .06);
}

.section-styleguide {
  padding-top: 86px;
  padding-bottom: 86px;
}

.style-guide-title {
  color: #fff;
  margin-top: 0;
}

.style-guide-header {
  background-color: var(--neutral-800);
  padding: 70px 48px;
  position: relative;
  overflow: hidden;
}

.sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.style-guide-icon-link {
  background-color: var(--primary-1);
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  transition: background-color .25s;
  display: flex;
}

.style-guide-sidebar-icon {
  width: 60%;
}

.style-guide-link {
  color: var(--neutral-600);
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.style-guide-link:hover {
  background-color: var(--neutral-200);
  color: var(--primary-1);
}

.style-guide-link.w--current {
  background-color: var(--neutral-200);
  color: var(--primary-1);
  font-weight: 700;
  transition: color .3s, background-color .3s;
}

.style-guide-link-wrapper {
  margin-bottom: 8px;
}

.style-guide-sidebar-title {
  border-bottom: 1px solid var(--neutral-300);
  color: var(--neutral-800);
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 24px;
}

.style-guide-sidebar-title.middle {
  border-top: 1px solid var(--neutral-300);
  margin-top: 24px;
  padding-top: 24px;
}

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

.color-container {
  border: 1px solid var(--neutral-400);
  background-color: #fff;
}

.color-block {
  min-height: 120px;
}

.color-block.bg-primary-1 {
  background-color: var(--primary-1);
}

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  color: var(--neutral-800);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.color-hex {
  color: var(--neutral-600);
  line-height: 20px;
}

.style-guide-subtitle {
  margin-top: 0;
}

.style-guide-subtitle.rich-text {
  margin-top: 88px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0;
}

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

.typography-container {
  border-bottom: 1px solid var(--neutral-300);
  padding-top: 54px;
  padding-bottom: 54px;
}

.typography-container.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.container-small-left {
  max-width: 592px;
  padding-right: 24px;
}

.typography-details {
  color: var(--primary-1);
  margin-top: 15px;
  font-weight: 500;
}

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

.style-guide-subheader {
  background-color: var(--neutral-300);
  padding: 40px 48px 30px;
}

.style-guide-content-wrapper {
  padding: 80px 48px;
}

.icons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, 80px);
  grid-auto-rows: 1fr;
  align-items: center;
  justify-items: center;
}

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

.button-primary {
  z-index: 5;
  border: .9px solid var(--primary-1);
  color: var(--neutral-100);
  text-align: center;
  padding: 26px 46px;
  line-height: 1.1em;
  text-decoration: none;
  transition: border-color .4s, color .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-primary:hover {
  border-color: var(--neutral-800);
  color: var(--neutral-800);
}

.button-primary.small {
  padding: 14px 24px 13px;
  font-size: 16px;
}

.button-primary.large {
  padding: 32px 68px;
  font-size: 22px;
  line-height: 24px;
}

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

.button-primary.button-white {
  z-index: 5;
}

.button-primary.button-white:hover {
  border-color: var(--neutral-100);
  color: var(--neutral-100);
}

.button-primary._2-buttons {
  margin-right: 24px;
}

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

.button-primary.button-wrapper.footer-form-button {
  padding: 16px 24px;
  position: absolute;
  top: 14px;
  bottom: 14px;
  right: 0;
}

.button-primary.button-wrapper.product {
  width: 47%;
}

.button-primary.header-button {
  padding: 14px 24px 13px;
  font-size: 16px;
}

.button-secondary {
  z-index: 5;
  border: 1px solid var(--neutral-800);
  color: var(--neutral-800);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 26px 46px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s, border-color .4s;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-secondary:hover {
  color: var(--neutral-100);
  border-color: rgba(0, 0, 0, 0);
}

.button-secondary.small {
  padding: 14px 32px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.large {
  padding-left: 68px;
  padding-right: 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-secondary.discounts {
  border-width: 1px;
  flex: 0 auto;
  height: auto;
  margin-left: 0;
  padding-bottom: 26px;
  padding-left: 16px;
  padding-right: 16px;
}

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

.button-secondary.buy-now-button {
  margin-top: 0;
  margin-left: 1.8vw;
  transition: background-color .3s, color .3s, border-color .4s;
  display: block;
}

.button-secondary.buy-now-button:hover {
  background-color: var(--neutral-800);
}

.button-secondary.buy-now-button.product {
  width: 48%;
  margin-left: 20px;
}

.style-guide-button-container {
  margin-top: 40px;
}

.header {
  border-bottom: 1px solid var(--neutral-400);
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
}

.header-logo {
  width: 200px;
  transition: opacity .3s;
}

.header-logo:hover {
  opacity: .6;
}

.header-navigation {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-item-wrapper {
  margin-right: 1.8vw;
}

.nav-item-wrapper.last {
  margin-right: 0;
}

.nav-item-wrapper.hidden-desktop {
  display: none;
}

.nav-link {
  color: var(--neutral-800);
  text-decoration: none;
  transition: color .35s;
}

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

.nav-link.dropdown {
  color: var(--neutral-800);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
  position: static;
}

.nav-link.dropdown:hover {
  color: var(--atlantis-blue);
}

.nav-link.special {
  border-bottom: 3px solid var(--primary-1);
  color: var(--primary-1);
  padding-bottom: 6px;
  font-weight: 600;
  line-height: 20px;
  transition: border-color .35s, color .35s;
  display: inline-block;
}

.nav-link.special:hover {
  border-bottom-color: var(--neutral-800);
  color: var(--neutral-800);
}

.nav-link.footer-link {
  color: #fff;
}

.nav-link.footer-link:hover {
  color: var(--atlantis-blue);
}

.footer {
  border-top: 1px solid var(--neutral-400);
  background-color: var(--neutral-800);
  padding-top: 90px;
  padding-bottom: 90px;
}

.footer-content-wrapper {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 47px;
  display: flex;
}

.footer-logo-container {
  margin-bottom: 16px;
}

.footer-nav {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: 60px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-nav.last {
  flex: 0 auto;
  margin-right: 0;
}

.footer-logo {
  width: 300px;
  transition: opacity .3s;
}

.footer-logo:hover {
  opacity: .6;
}

.footer-nav-item {
  margin-bottom: 14px;
  line-height: 1.8em;
}

.footer-nav-item.last {
  margin-bottom: 0;
}

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

.section.utility-page {
  background-color: var(--neutral-800);
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
  overflow: hidden;
}

.section.home-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 740px;
  min-height: 72vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.home-about-us {
  background-color: var(--atlantis-pink-lgt);
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
}

.section.home-about-us.section-staff {
  background-color: #fff;
}

.section.cta-contact-section {
  background-color: var(--neutral-200);
  position: relative;
  overflow: hidden;
}

.section.contact {
  background-color: var(--atlantis-pink-lgt);
  padding-top: 120px;
  padding-bottom: 430px;
  position: relative;
  overflow: hidden;
}

.section.relative {
  position: relative;
}

.section.relative.top-section.blog-hero {
  padding-bottom: 20px;
}

.section.blog-post {
  padding-top: 120px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.section.single-service {
  padding-top: 120px;
  position: relative;
}

.section.team-member {
  background-color: var(--atlantis-pink-lgt);
  padding-top: 80px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.section.medium {
  padding-top: 124px;
  padding-bottom: 124px;
}

.section.bg-neutral-200, .section.bg-neutral-200.overflow-hidden {
  background-color: var(--atlantis-pink-lgt);
}

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

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

.section.overflow-hidden {
  position: relative;
  overflow: hidden;
}

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

.section.accommodation-section-2 {
  background-color: var(--atlantis-pink-lgt);
}

.licenses-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  display: block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  min-height: 800px;
  padding: 100px 24px;
  display: flex;
}

.utility-page-wrap._404 {
  background-color: var(--neutral-800);
  min-height: 101vh;
  position: relative;
  overflow: hidden;
}

.utility-page-content-password {
  border: 1px solid var(--neutral-400);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 580px;
  padding: 100px 50px;
  display: flex;
  box-shadow: 0 2px 8px rgba(12, 49, 41, .06), 0 60px 80px rgba(45, 168, 132, .02), 0 40px 50px rgba(18, 71, 56, .05);
}

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

.input {
  border-style: none none solid;
  border-width: 1px 1px 1.5px;
  border-color: black black var(--neutral-500);
  color: var(--neutral-800);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  min-height: 72px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 1.8em;
}

.input:hover {
  border-bottom-color: var(--primary-1);
  color: var(--neutral-800);
}

.input:focus, .input.-wfp-focus {
  border-color: var(--primary-1);
  color: var(--neutral-800);
}

.input::placeholder {
  color: var(--neutral-500);
  font-size: 18px;
  line-height: 1.8em;
}

.input.password {
  margin-bottom: 32px;
}

.input.checkout {
  height: 42px;
  min-height: 54px;
  margin-bottom: 16px;
}

.input.discounts {
  border: 1px solid var(--neutral-400);
  flex: 0 auto;
  height: auto;
  min-height: 64px;
  margin-bottom: 16px;
  font-size: 18px;
  transition: border-color .3s;
}

.input.discounts:hover {
  border-color: var(--primary-1);
}

.input.select-wrapper.add-to-cart {
  border: 1px solid var(--neutral-400);
  padding-left: 24px;
  padding-right: 24px;
  transition: border-color .3s;
}

.input.select-wrapper.add-to-cart:hover {
  border-color: var(--primary-1);
}

.input.select {
  color: var(--neutral-500);
  padding: 0;
}

.input.select.add-to-cart {
  color: var(--neutral-600);
  transition: color .3s;
}

.input.select.add-to-cart:hover {
  color: var(--primary-1);
}

.input.quantity {
  border: 1px solid var(--neutral-400);
  background-color: rgba(0, 0, 0, 0);
  width: 104px;
  padding-left: 24px;
  padding-right: 17px;
  transition: border-color .3s;
}

.input.quantity:hover {
  border-color: var(--primary-1);
}

.input.quantity.small {
  width: 56px;
  height: auto;
  min-height: 48px;
  padding-left: 16px;
  padding-right: 0;
}

.input.footer-input {
  min-height: 82px;
}

.utility-page-content-404 {
  z-index: 5;
  position: relative;
}

._404-title {
  color: var(--neutral-100);
  font-family: Lora, sans-serif;
  font-size: 180px;
  font-weight: 400;
  line-height: 160px;
}

.container-medium-800px {
  max-width: 848px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-800px.utility-page {
  text-align: center;
}

.container-medium-800px.product-tabs-container {
  z-index: 5;
  position: relative;
}

.divider {
  background-color: var(--neutral-400);
  width: 100%;
  min-height: 1px;
}

.divider.utility-pages {
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider.utility-pages.big {
  margin-top: 100px;
  margin-bottom: 100px;
}

.divider.footer-nav-divider {
  margin-top: 24px;
  margin-bottom: 24px;
}

.divider.get-product {
  margin-top: 56px;
  margin-bottom: 56px;
}

.divider.team-member-top-content-divider {
  margin-top: 38px;
  margin-bottom: 38px;
}

.paragraph.password {
  margin-bottom: 40px;
}

.paragraph._404 {
  color: var(--neutral-400);
  margin-bottom: 40px;
}

.paragraph.utility-page {
  color: var(--neutral-100);
  margin-bottom: 0;
}

.paragraph.services-card {
  margin-bottom: 24px;
}

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

.paragraph.footer-paragraph {
  color: #fff;
  margin-bottom: 24px;
}

.paragraph.values {
  margin-bottom: 0;
}

.paragraph.experience-card-paragraph {
  margin-bottom: 0;
  padding-bottom: 56px;
}

.paragraph.faq-paragraph {
  letter-spacing: -.01em;
  margin-bottom: 40px;
}

.paragraph.featured-blog, .paragraph.blog-card {
  margin-bottom: 40px;
}

.paragraph.shop, .paragraph.product-description, .paragraph.team-member-summary {
  margin-bottom: 0;
}

.paragraph-small {
  font-size: 16px;
  line-height: 1.875em;
}

.card {
  border: 1px solid var(--neutral-400);
  background-color: var(--neutral-100);
  overflow: hidden;
}

.card.changelog {
  z-index: 10;
  margin-bottom: 24px;
  padding: 60px 50px;
  position: relative;
}

.card.changelog.last {
  margin-bottom: 0;
}

.card.checkout {
  margin-bottom: 40px;
}

.card.checkout.last {
  margin-bottom: 0;
}

.card.checkout.order-summary {
  border-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.card.home-services-sticky-card {
  border-style: none;
  margin-top: -30px;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.card.service-card {
  color: var(--neutral-600);
  height: 100%;
  text-decoration: none;
}

.card.home-stats-card {
  text-align: center;
  border-style: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 200px;
  display: flex;
  overflow: visible;
}

.card.latest-article-card {
  color: var(--neutral-600);
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

.card.value-card {
  width: 100%;
  height: 100%;
  padding: 48px 32px 56px 30px;
}

.card.team-member-about-card {
  color: var(--neutral-600);
  border-style: none;
  text-decoration: none;
  position: relative;
}

.card.team-member-about-center-card {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 140px;
  padding: 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 48px;
  left: 48px;
  right: 48px;
}

.card.contact-card {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 48px 40px;
  display: flex;
}

.card.faq-item-wrapper {
  min-height: 100px;
  margin-bottom: 28px;
}

.card.faq-item-wrapper.last {
  margin-bottom: 0;
}

.card.featured-blog-card {
  z-index: 5;
  color: var(--neutral-600);
  flex: none;
  width: 55%;
  min-width: 600px;
  padding: 64px 40px;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto;
}

.card.blog-card {
  color: var(--neutral-600);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.card.product-card {
  color: var(--neutral-600);
  height: 100%;
  text-decoration: none;
  display: block;
}

.card.single-service-title-card {
  width: 100%;
  min-width: 500px;
  max-width: 48%;
  padding: 74px 72px 88px;
  position: absolute;
  top: auto;
  bottom: 80px;
  left: 80px;
  right: auto;
}

.card.service-sticky-card {
  border-style: none;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.card.service-step-card {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.card.team-member-main-card {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px 64px 48px;
  display: flex;
  position: relative;
}

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

.checkout-block-header {
  border-width: 0;
  padding: 30px 40px 20px;
}

.checkout-block-content {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 10px 40px 40px;
}

.title.checkout {
  margin-bottom: 0;
}

.title.order-item {
  color: var(--neutral-800);
  font-weight: 700;
  text-decoration: none;
}

.title.utility-page {
  color: var(--neutral-100);
}

.title.h1-size {
  color: var(--neutral-800);
  font-family: Lora, sans-serif;
  font-size: 54px;
  line-height: 1.22222;
}

.title.h1-size.cta {
  color: var(--neutral-100);
  margin-bottom: 48px;
}

.title.h1-size.articles-categories {
  margin-right: 0;
}

.title.h2-size {
  color: var(--neutral-800);
  font-family: Lora, sans-serif;
  font-size: 38px;
  line-height: 1.31579;
}

.title.h2-size.faq {
  margin-bottom: 20px;
}

.title.h2-size.team-member-name {
  margin-bottom: 8px;
}

.title.h3-size {
  color: var(--neutral-800);
  font-family: Lora, sans-serif;
  font-size: 28px;
  line-height: 1.42857;
}

.title.h3-size.stats {
  color: var(--neutral-600);
  font-family: Lora, sans-serif;
}

.title.h3-size.featured-blog-title {
  margin-bottom: 16px;
}

.title.h3-size.product-name {
  margin-bottom: 8px;
}

.title.h4-size {
  color: var(--neutral-800);
  font-family: Lora, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.title.h4-size.testimonial-title {
  margin-bottom: 12px;
}

.title.h4-size.cta-contact-form-title {
  margin-bottom: 20px;
}

.title.h4-size.contact-card-title {
  margin-bottom: 12px;
}

.title.h4-size.faq-title {
  max-width: 90%;
}

.title.h4-size.menu-tab-title {
  color: var(--neutral-700);
  transition: color .3s;
}

.title.h4-size.menu-tab-title:hover {
  color: var(--primary-1);
}

.title.h4-size.service-steps {
  margin-bottom: 15px;
}

.title.h5-size {
  color: var(--neutral-800);
  font-family: Lora, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.title.h5-size.footer-form-label {
  margin-bottom: 12px;
}

.title.h5-size.footer-title {
  color: var(--atlantis-blue);
}

.title.home-projects {
  margin-bottom: 0;
}

.title.services-card {
  margin-bottom: 8px;
}

.title.home-stats {
  margin-bottom: 24px;
}

.title.h6-size {
  color: var(--neutral-800);
  font-family: Lora, sans-serif;
  line-height: 1.3em;
}

.title.cta-contact {
  margin-bottom: 24px;
}

.title.about.staff-header.staff-header-2 {
  color: var(--atlantis-blue);
  font-size: 30px;
  line-height: 36px;
}

.title.values, .title.blog, .title.latest-articles {
  margin-bottom: 0;
}

.title.latest-articles.authors-name {
  margin-right: .3em;
}

.title.blog-card-name {
  margin-bottom: 8px;
  font-size: 24px;
}

.title.shop {
  margin-bottom: 8px;
}

.title.product-category-name {
  margin-bottom: 0;
  display: inline;
}

.title.post-title {
  margin-bottom: 40px;
}

.title.articles-categories {
  margin-bottom: 0;
  margin-right: .3em;
  display: inline;
}

.title.single-service {
  margin-bottom: 10px;
}

.title.no-margin {
  margin-bottom: 0;
}

.title.service-sticky-card {
  margin-bottom: 40px;
}

.title.more-services {
  margin-bottom: 0;
}

.title.team-member-position {
  color: var(--primary-1);
  margin-top: 7px;
  font-size: 15px;
  line-height: 19px;
}

.title.dropdown-nav-title {
  color: var(--neutral-800);
  white-space: nowrap;
  margin-bottom: 18px;
  font-weight: 500;
}

.split-content.checkout-left {
  flex-grow: 1;
}

.split-content.checkout-right {
  flex-grow: 1;
  position: static;
}

.split-content.header-left {
  align-items: center;
  display: flex;
}

.split-content.home-hero-wrapper {
  max-width: 95%;
}

.split-content.home-projects-left {
  width: 100%;
  max-width: 33%;
}

.split-content.home-projects-right {
  width: 100%;
  max-width: 40%;
}

.split-content.home-services-left {
  width: 100%;
  max-width: 30%;
}

.split-content.home-services-right {
  width: 100%;
  max-width: 65%;
}

.split-content.service-card-content {
  z-index: 10;
  background-color: var(--neutral-100);
  padding: 40px 40px 48px;
  position: relative;
}

.split-content.home-about-left {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 55%;
  display: flex;
  position: relative;
}

.split-content.home-about-right {
  width: 100%;
  max-width: 40%;
}

.split-content.home-testimonials-left {
  width: 100%;
  max-width: 33%;
}

.split-content.home-testimonials-right {
  width: 100%;
  max-width: 63%;
}

.split-content.testimonial-card-bottom-content {
  border-top: 1px solid var(--neutral-400);
  padding-top: 24px;
}

.split-content.testimonial-client-wrapper {
  align-items: center;
  display: flex;
}

.split-content.testimonial-card-top-content {
  margin-bottom: 72px;
}

.split-content.cta-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.split-content.home-blog-left {
  width: 100%;
  max-width: 40%;
}

.split-content.cta-contact-left {
  z-index: 5;
  width: 100%;
  min-width: 380px;
  max-width: 33%;
  position: relative;
}

.split-content.cta-contact-right {
  width: 100%;
  max-width: 58%;
}

.split-content.footer-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 400px;
  max-width: 37%;
  display: flex;
}

.split-content.footer-right {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 500px;
  max-width: 49%;
  display: flex;
}

.split-content.about-hero-right {
  width: 100%;
  max-width: 48%;
}

.split-content.about-mission-left {
  width: 100%;
  max-width: 42%;
}

.split-content.mission-about-right {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 52%;
  display: flex;
  position: relative;
}

.split-content.values-right {
  justify-content: flex-end;
  max-width: 45%;
  display: flex;
}

.split-content.experience-left {
  width: 100%;
  max-width: 51%;
}

.split-content.experience-right {
  align-self: center;
  width: 100%;
  max-width: 45%;
}

.split-content.contact-left {
  width: 100%;
  max-width: 40%;
}

.split-content.contact-right {
  width: 100%;
  max-width: 58%;
}

.split-content.blog-left, .split-content.blog-right {
  width: 100%;
  max-width: 40%;
}

.split-content.blog-card-content {
  z-index: 10;
  background-color: var(--neutral-100);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 40px 32px 48px;
  display: flex;
  position: relative;
}

.split-content.blog-card-about {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.split-content.shop-card-content {
  z-index: 5;
  background-color: var(--neutral-100);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 48px 40px 40px;
  display: flex;
  position: relative;
}

.split-content.product-left {
  align-self: flex-start;
  width: 100%;
  max-width: 52%;
}

.split-content.product-right {
  width: 100%;
  max-width: 45%;
}

.split-content.product-especifications-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.split-content.articles-categories-left {
  flex-wrap: wrap;
  display: flex;
}

.split-content.top-single-service-body-left {
  width: 30%;
  min-width: 350px;
}

.split-content.top-single-service-body-right {
  width: 100%;
  max-width: 52%;
}

.split-content.single-service-body-left {
  width: 100%;
  min-width: 350px;
  max-width: 32%;
  position: relative;
}

.split-content.single-service-body-right {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 60%;
  display: grid;
}

.split-content.service-step-card-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding: 48px;
  display: flex;
}

.split-content.team-member-content-right {
  width: 100%;
  max-width: 56%;
}

.split-content.team-member-content-left {
  justify-content: flex-start;
  width: 100%;
  max-width: 38%;
  display: flex;
}

.split-content.latest-articles-left {
  flex-wrap: wrap;
  display: flex;
}

.checkout-field-label {
  color: var(--neutral-800);
  margin-top: 26px;
  margin-bottom: 10px;
  font-weight: 500;
}

.checkout-required-text {
  color: var(--neutral-800);
  font-size: 20px;
}

.checkout-billing-address-toggle {
  align-items: center;
  margin-top: 10px;
}

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

.checkout-checkbox {
  margin-top: 0;
}

.order-item-list {
  margin-bottom: -40px;
}

.order-item {
  justify-content: space-between;
  margin-bottom: 40px;
}

.image-wrapper.order-item-image {
  max-width: 100px;
  margin-right: 20px;
}

.image-wrapper.home-hero {
  flex: 1;
  align-self: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-wrapper.services-image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-wrapper.testimonial-client-avatar {
  border-radius: 50%;
  width: 68px;
  min-width: 68px;
  min-height: 68px;
  max-height: 68px;
  margin-right: 20px;
  overflow: hidden;
}

.image-wrapper.value-icon {
  margin-right: 16px;
  position: relative;
}

.image-wrapper.team-member-about-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-wrapper.featured-blog {
  align-self: stretch;
  width: 100%;
  max-width: 83%;
  min-height: 500px;
  overflow: hidden;
}

.image-wrapper.author-avatar {
  border-radius: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50px;
  min-width: 50px;
  min-height: 50px;
  max-height: 50px;
  margin-right: 20px;
  display: flex;
  overflow: hidden;
}

.image-wrapper.author-avatar.large {
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-right: 16px;
  transform: translate(0);
}

.image-wrapper.blog-card-image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-wrapper.shop-product-image {
  position: relative;
  overflow: hidden;
}

.image-wrapper.product-more-images {
  width: 100%;
  height: 100%;
  display: block;
}

.image-wrapper.blog-post-main-image {
  margin-bottom: 80px;
}

.image-wrapper.single-service {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 120px;
  display: flex;
  position: relative;
}

.image-wrapper.single-service-body-images {
  width: 100%;
  margin-bottom: 150px;
  position: relative;
}

.image-wrapper.service-body-image {
  display: flex;
}

.image-wrapper.service-step-card-image {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.image-wrapper.team-member-photo {
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.image.order-item-image {
  object-fit: cover;
  width: auto;
  height: auto;
}

.image.hero-image {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image.home-projects-image {
  object-fit: cover;
  width: 100%;
  display: block;
}

.image.service-image {
  z-index: 2;
  filter: blur();
  width: 100%;
  display: block;
  position: relative;
}

.image.button-arrow {
  margin-left: 10px;
  font-family: Iconslandscaperxtemplate, sans-serif;
  font-size: 12px;
  display: block;
}

.image.button-arrow.dropdown {
  width: auto;
  margin-top: 2px;
  margin-left: 6px;
  font-size: 7px;
  display: block;
}

.image.home-about {
  z-index: 2;
  width: 78%;
  max-width: 520px;
  position: relative;
  box-shadow: 0 8px 50px rgba(20, 43, 37, .1);
}

.image.home-about._01 {
  z-index: 5;
  margin-top: 32%;
  margin-left: -334px;
  position: relative;
  box-shadow: 0 8px 71px rgba(20, 43, 37, .25);
}

.image.home-about-feature-icon {
  margin-right: 16px;
}

.image.testimonial-client-avatar {
  display: block;
}

.image.contact-link-icon {
  margin-right: 16px;
  display: block;
}

.image.about-hero {
  width: 100%;
  max-width: 48%;
}

.image.about-hero.staff-hero-pic {
  width: 100%;
}

.image.about-hero.staff-section-pic {
  width: 30%;
}

.image.about-image {
  width: 80%;
  max-width: 520px;
  margin-bottom: 80px;
  display: block;
}

.image.about-image._02 {
  max-width: 460px;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  box-shadow: 0 8px 71px rgba(20, 43, 37, .25);
}

.image.value-icon {
  z-index: 2;
  position: relative;
}

.image.experience-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 600px;
  display: block;
}

.image.experience-icon {
  margin-right: 16px;
}

.image.contact-image {
  display: block;
}

.image.contact-card-icon {
  width: 64px;
  margin-bottom: 24px;
}

.image.faq-icon {
  color: var(--neutral-500);
  font-family: Iconslandscaperxtemplate, sans-serif;
  font-size: 12px;
  transform: rotate(-90deg);
}

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

.image.blog-card-image {
  z-index: 2;
  filter: blur();
  width: 100%;
  display: block;
  position: relative;
}

.image.shop-product {
  width: 100%;
  display: block;
}

.image.product-more-images {
  width: 100%;
  height: 100%;
  display: block;
}

.image.blog-post-main-image {
  width: 100%;
  display: block;
}

.image.single-service {
  object-fit: cover;
}

.image.service-body-image {
  display: block;
  box-shadow: 0 8px 71px rgba(20, 43, 37, .15);
}

.image.testimonial-arrow {
  font-family: Iconslandscaperxtemplate, sans-serif;
  font-size: 12px;
}

.image.testimonial-arrow.left {
  transform: rotate(-180deg);
}

.image.service-step-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.image.footer-social-media-link-image {
  color: var(--atlantis-blue);
  font-family: Iconslandscaperxtemplate, sans-serif;
  font-size: 23px;
  transition: filter .3s;
  display: block;
}

.order-item-wrapper {
  flex-wrap: wrap;
  margin-right: 16px;
  display: flex;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.order-item-price, .order-item-quantity-result {
  color: var(--neutral-800);
  font-weight: 600;
}

.apple-pay {
  height: 56px;
}

.checkout-line-item {
  flex-wrap: wrap;
}

.order-summary-subtotal {
  color: var(--neutral-800);
  font-weight: 500;
}

.order-summary-total {
  color: var(--neutral-800);
  font-size: 20px;
  font-weight: 600;
}

.discounts {
  border-width: 0;
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.paypal {
  margin-bottom: 15px;
}

.checkout-hero-wrapper {
  color: var(--neutral-500);
  max-width: 610px;
}

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

.cart-button {
  color: var(--neutral-800);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 80px;
  margin-right: 1.8vw;
  padding: 0;
  display: block;
}

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

.cart-quantity {
  color: var(--primary-1);
  background-color: rgba(0, 0, 0, 0);
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8em;
}

.cart-container {
  max-width: 500px;
  min-height: 100vh;
}

.grid-licenses-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.licenses-link-image-container {
  border: 1px solid var(--neutral-400);
  justify-content: center;
  align-items: flex-start;
  max-height: 250px;
  transition: transform .35s;
  display: flex;
  overflow: hidden;
}

.licenses-link-image-container:hover {
  transform: translate(0, -4px);
}

.bg-neutral-800 {
  background-color: var(--neutral-800);
}

.cart-close-button {
  justify-content: center;
  align-items: center;
  transition: transform .3s;
  display: flex;
}

.cart-close-button:hover {
  transform: scale(1.15);
}

.h1-size {
  color: var(--neutral-800);
  font-size: 54px;
  line-height: 1.22222;
}

.h2-size {
  color: var(--neutral-800);
  font-size: 38px;
  line-height: 1.31579;
}

.rich-text li {
  margin-bottom: 10px;
}

.rich-text ol, .rich-text ul {
  margin-bottom: 48px;
}

.rich-text h3 {
  margin-top: 40px;
}

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

._2-column-grid.services-grid {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
}

._2-column-grid.home-about-features-grid {
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  width: 100%;
  margin-bottom: 40px;
}

._2-column-grid.articles-grid {
  grid-column-gap: 26px;
  grid-row-gap: 40px;
}

.subtitle-inline-container {
  margin-bottom: 16px;
  display: inline-block;
}

.subtitle-dash {
  background-color: var(--atlantis-blue);
  width: 1em;
  min-height: 2px;
  margin-right: 1em;
}

.subtitle {
  color: var(--atlantis-blue);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.1em;
  display: inline;
}

.subtitle.block {
  margin-bottom: 24px;
  display: block;
}

._2-button-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.button-hover {
  z-index: -1;
  background-color: var(--atlantis-blue);
  width: 103%;
  height: 103%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-hover.button-secondary-hover {
  background-color: rgba(0, 0, 0, 0);
}

.button-text {
  z-index: 2;
  position: relative;
}

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

.top-content.home-projects-top-content {
  justify-content: space-between;
  margin-bottom: 48px;
}

.top-content.home-stats-top-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 700px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}

.top-content.home-blog-top-content {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
}

.top-content.values {
  justify-content: space-between;
  margin-bottom: 48px;
}

.top-content.top-value-card-content {
  flex-wrap: nowrap;
  margin-bottom: 24px;
}

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

.top-content.experience-card-top-content {
  cursor: pointer;
  min-height: 100px;
  transition: padding .3s;
}

.top-content.experience-card-top-content:hover {
  padding-left: 10px;
}

.top-content.about-team-members {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 450px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

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

.top-content.faqs {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 550px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.top-content.faq-top-content {
  cursor: pointer;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 30px;
}

.top-content.blog, .top-content.latest-articles {
  justify-content: space-between;
  margin-bottom: 48px;
}

.top-content.shop {
  text-align: center;
  flex-direction: column;
  max-width: 450px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.top-content.services {
  text-align: center;
  flex-direction: column;
  max-width: 480px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.top-content.related-products {
  justify-content: space-between;
  margin-bottom: 48px;
}

.top-content.product-categories {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}

.top-content.top-cart-item-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 7px;
  display: flex;
}

.top-content.blog-post-top-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 65%;
  margin-bottom: 56px;
}

.top-content.more-services {
  justify-content: space-between;
  margin-bottom: 48px;
}

.top-content.top-team-member-content {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 48px;
}

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

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

._4-column-grid.home-projects-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 2.1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-bottom: 0;
}

._4-column-grid.home-stats-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

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

.leaf {
  display: block;
  position: absolute;
}

.leaf.home-hero {
  z-index: -1;
  width: 50%;
  max-width: 420px;
  margin-bottom: 15px;
  position: static;
  top: 1%;
  bottom: auto;
  left: -18px;
  right: auto;
}

.leaf.home-about {
  z-index: 1;
  max-width: 40%;
  top: 110px;
  left: 350px;
}

.leaf.cta._01 {
  width: 22%;
  max-width: none;
  top: 64px;
  bottom: auto;
  left: -82px;
  right: auto;
}

.leaf.cta._02 {
  top: auto;
  bottom: 0%;
  left: auto;
  right: -3%;
}

.leaf.cta-contact {
  top: auto;
  bottom: 44px;
  left: 0;
  right: auto;
}

.leaf.cta-contact._02 {
  top: auto;
  bottom: 0%;
  left: auto;
  right: -2%;
}

.leaf.contact {
  z-index: 1;
  width: 460px;
  top: auto;
  bottom: 236px;
  left: -46px;
  right: auto;
}

.leaf.product {
  z-index: 1;
  top: auto;
  bottom: 0;
  left: auto;
  right: -24px;
}

.leaf.team-member---01 {
  width: 31%;
  max-width: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.leaf.team-member---02 {
  opacity: .6;
  width: 32%;
  max-width: none;
  top: 96px;
  bottom: auto;
  left: -26px;
  right: auto;
}

.leaf._404-01 {
  z-index: 2;
  opacity: .44;
  width: 40%;
  max-width: none;
  top: -5px;
  bottom: auto;
  left: auto;
  right: -45px;
  transform: rotate(-63deg);
}

.leaf._404-02 {
  opacity: .41;
  width: 35%;
  max-width: none;
  top: 27%;
  bottom: auto;
  left: -4%;
  right: auto;
}

.leaf._404-03 {
  z-index: 1;
  width: 25%;
  max-width: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -20px;
}

.leaf.start-here---01 {
  opacity: .5;
  top: 37px;
  bottom: auto;
  left: -59px;
  right: auto;
}

.leaf.start-here---03 {
  opacity: .5;
  width: 20%;
  top: auto;
  bottom: -124px;
  left: auto;
  right: -14px;
}

.leaf.licenses {
  opacity: .4;
  width: 20%;
  max-width: none;
  top: auto;
  bottom: -94px;
  left: 0;
  right: auto;
}

.leaf.style-guide {
  opacity: .5;
  width: 20%;
  top: auto;
  bottom: -50px;
  left: auto;
  right: -14px;
}

.split {
  justify-content: space-between;
  display: flex;
}

.split.home-services-main-wrapper {
  align-items: stretch;
}

.split.home-about-wrapper {
  align-items: center;
}

.split.about-mission {
  align-items: center;
  width: 100%;
}

.split.experience {
  align-items: stretch;
}

.split.contact {
  z-index: 2;
  align-items: flex-start;
  position: relative;
}

.split.product-especifications {
  border-bottom: 1px solid var(--neutral-400);
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.split.post-details {
  align-items: center;
}

.split.top-single-service-body {
  align-items: flex-start;
  margin-bottom: 48px;
}

.card-link-block {
  color: var(--primary-1);
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.home-about-feature-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.big-numbers {
  color: var(--neutral-800);
  font-size: 85px;
  line-height: 1.29412em;
}

.big-numbers.stats {
  font-family: Lora, sans-serif;
  font-size: 70px;
}

.big-numbers.service-steps {
  z-index: 2;
  font-family: Lora, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.16667em;
  position: relative;
}

.testimonials-main-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonials-slider {
  border: 1px solid var(--neutral-400);
  background-color: var(--neutral-100);
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.slide-nav {
  display: none;
}

.testimonials-mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.testimonials-slider-content {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 700px;
  min-height: 490px;
  max-height: 490px;
  padding: 88px 64px;
  display: flex;
}

.testimonial-client-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonials-arrow {
  border: 1.5px solid var(--neutral-700);
  background-color: var(--neutral-100);
  color: var(--neutral-700);
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  min-height: 48px;
  max-height: 48px;
  font-size: 20px;
  transition: opacity .1s;
  display: flex;
  top: auto;
  bottom: 67px;
  left: auto;
  right: 72px;
}

.testimonials-arrow:hover {
  opacity: .6;
}

.testimonials-arrow.left {
  justify-content: center;
  align-items: center;
  right: 140px;
}

.interaction-wrapper {
  width: 100%;
  height: 100%;
}

.interaction-wrapper.flex-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.interaction-wrapper.contact-wrapper {
  margin-top: 34px;
}

.cta-main-wrapper {
  background-color: var(--neutral-800);
  align-items: center;
  min-height: 520px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-main-content {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 54% 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.cta-contact-wrapper {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.contact-links-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-link {
  color: var(--neutral-600);
  align-items: center;
  max-width: 320px;
  line-height: 1.6em;
  text-decoration: none;
  display: flex;
}

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

.contact-link.top {
  align-items: flex-start;
}

.cta-contact-form-block {
  z-index: 5;
  background-color: var(--neutral-100);
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
  margin-bottom: 0;
  padding: 80px 64px;
  display: flex;
  position: relative;
  box-shadow: 0 14px 24px rgba(99, 122, 117, .1);
}

.cta-contact-form {
  grid-column-gap: 48px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-underline {
  width: 100%;
  min-height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.link-underline.tabs {
  min-height: 4px;
}

.select {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
}

.inside-button {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  line-height: 1.1em;
  transition: opacity .2s;
  display: block;
  position: relative;
}

.inside-button.button-secondary {
  border-style: none;
  height: auto;
}

.text-area {
  border-style: none none solid;
  border-width: 1px 1px 1.5px;
  border-color: black black var(--neutral-500);
  color: var(--neutral-800);
  min-height: 130px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 1.8em;
}

.text-area:hover {
  border-bottom-color: var(--primary-1);
  color: var(--neutral-800);
}

.text-area:focus {
  border-color: var(--primary-1);
  color: var(--neutral-800);
}

.text-area::placeholder {
  color: var(--neutral-500);
  font-size: 18px;
  line-height: 1.8em;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 24px;
  position: relative;
}

.success-message.dark {
  background-color: var(--neutral-800);
  color: var(--neutral-100);
}

.success-message-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.error-message {
  color: var(--neutral-800);
  background-color: rgba(216, 57, 57, .23);
  padding: 20px;
}

.error-message.checkout {
  margin: 16px 0 0;
}

.error-message.cart-error-message {
  text-align: center;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.error-message.contact {
  margin-top: 20px;
}

.footer-social-media-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-bottom: 64px;
  display: grid;
}

.footer-social-media-link {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  min-height: 24px;
  max-height: 24px;
  text-decoration: none;
  transition: background-color .3s, all .3s, color .3s;
  display: flex;
  position: relative;
}

.footer-form-block {
  width: 100%;
  margin-bottom: 0;
}

.footer-form {
  position: relative;
}

.footer-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-nav-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bottom-content.footer-bottom-content {
  border-top: 1px solid var(--neutral-400);
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.bottom-content.experience-card-bottom-content {
  padding-left: 55px;
  overflow: hidden;
}

.bottom-content.faq-bottom-content {
  margin-top: -6px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.bottom-content.blog-card-bottom-content {
  border-top: 1px solid var(--neutral-400);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  display: flex;
}

.bottom-content.shop-card {
  width: 100%;
  padding-top: 24px;
}

.about-hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-hero-wrapper.staff-section-wrapper {
  justify-content: space-around;
  align-items: flex-start;
}

.about-hero-wrapper.staff-section-wrapper.staff-section-2, .about-hero-wrapper.staff-section-wrapper.staff-section-3, .about-hero-wrapper.staff-section-wrapper.staff-section-4, .about-hero-wrapper.staff-section-wrapper.staff-section-5 {
  margin-top: 46px;
}

.brand {
  margin-right: 2.5vw;
}

.nav-link-dropdown {
  padding-left: 0;
}

._3-column-grid {
  grid-column-gap: 32px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-column-grid.values-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  margin-bottom: 48px;
}

._3-column-grid.contact-cards-wrapper {
  width: 100%;
  max-width: 1000px;
  margin-top: -132px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

._3-column-grid.shop {
  grid-column-gap: 28px;
  grid-row-gap: 40px;
}

._3-column-grid.services-grid {
  grid-column-gap: 28px;
}

._3-column-grid.product-media {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.hc-flex {
  align-items: center;
  display: flex;
}

.hc-flex.add-to-cart-fields {
  margin-bottom: 32px;
}

.value-icon-bg-circle {
  z-index: 1;
  background-color: var(--neutral-300);
  border-radius: 50%;
  width: 56px;
  min-width: 56px;
  min-height: 56px;
  max-height: 56px;
  position: absolute;
  top: -16px;
  bottom: auto;
  left: -14px;
  right: auto;
}

.experience-card-wrapper {
  border-bottom: 1px solid var(--neutral-400);
}

.contact-form-wrapper {
  background-color: var(--neutral-100);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 500px;
  margin-bottom: 0;
  padding: 60px 64px 80px;
  display: flex;
  box-shadow: 0 14px 24px rgba(99, 122, 117, .1);
}

.overlap-wrapper {
  z-index: 50;
  position: relative;
}

.overlap-wrapper.contact {
  margin-top: -28%;
}

.contact-card-link {
  color: var(--neutral-600);
  text-decoration: none;
}

.contact-card-link:hover {
  color: var(--atlantis-blue);
}

.faq-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-column {
  width: 100%;
  max-width: 49%;
}

.bg-square {
  z-index: -1;
  position: absolute;
}

.bg-square.blog {
  z-index: -1;
  background-color: var(--neutral-200);
  min-height: 50%;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg-square.blog-post-bg {
  background-color: var(--neutral-200);
  min-height: 700px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg-square.service-step-bg-circle {
  z-index: 0;
  background-color: var(--neutral-300);
  border-radius: 50%;
  width: 36px;
  min-height: 36px;
  top: auto;
  bottom: 3px;
  left: auto;
  right: -8px;
}

.featured-blog-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.author-wrapper {
  color: var(--neutral-800);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  transform: translate(0);
}

.author-wrapper:hover {
  color: var(--primary-1);
}

.categories-main-wrapper, .categories-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.category-link {
  color: var(--neutral-800);
  margin-left: 2.8vw;
  text-decoration: none;
}

.category-link:hover, .category-link.w--current {
  color: var(--primary-1);
}

.category-link.w--current:hover {
  color: var(--neutral-800);
}

.category-link.all {
  color: var(--primary-1);
}

.category-link.all:hover {
  color: var(--neutral-800);
}

.price {
  display: inline;
}

.price.compare-at-price {
  color: var(--primary-1);
  margin-left: 12px;
}

.price.compare-at-price.product-page {
  margin-left: 24px;
}

.price.strikethrough-price {
  text-decoration: line-through;
}

.price.strikethrough-price.product-page {
  color: var(--neutral-600);
}

.price.product-page {
  color: var(--primary-1);
  font-size: 24px;
}

.price.cart-subtotal {
  color: var(--neutral-800);
  font-size: 22px;
  font-weight: 500;
}

.product-content-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.product-especifications-wrapper {
  margin-bottom: 40px;
}

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

.add-to-cart-input-wrapper.left {
  margin-right: 24px;
}

.field-label {
  color: var(--neutral-800);
  margin-bottom: 0;
  font-weight: 400;
}

.field-label.add-to-cart-label {
  margin-bottom: 8px;
}

.product-tabs {
  z-index: 5;
  position: relative;
}

.product-tabs-menu {
  border-bottom: 1px solid var(--neutral-400);
  justify-content: center;
  align-items: center;
  margin-bottom: 54px;
  display: flex;
}

.product-tabs-content {
  border: 1px solid var(--neutral-400);
  background-color: var(--neutral-100);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 32px 48px;
  display: flex;
}

.product-tab {
  width: 100%;
  max-width: 85%;
}

.product-tab-link {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 8px;
  margin-right: 8px;
  padding: 16px;
  position: relative;
}

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

.product-tab-link.last {
  margin-right: 0;
}

.product-tab-link.first {
  margin-left: 0;
}

.link-underline-fill {
  background-color: var(--primary-1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cart-header {
  border-bottom-color: var(--neutral-400);
  padding: 32px 40px;
}

.cart-list {
  padding: 32px 40px;
}

.cart-item {
  border-bottom: 1px solid var(--neutral-400);
  padding-top: 32px;
  padding-bottom: 32px;
}

.cart-footer {
  border-top-color: var(--neutral-400);
  padding: 40px 32px 32px 40px;
}

.web-payments {
  margin-bottom: 16px;
}

.shipping-method {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  padding-left: 0;
  padding-right: 0;
}

.shipping-method-list {
  border-left-style: none;
  border-left-width: 0;
  border-right-style: none;
  border-right-width: 0;
}

.text-divider {
  background-color: var(--neutral-500);
  width: 18px;
  min-height: 1px;
  margin-left: 12px;
  margin-right: 12px;
}

.empty-state {
  border: 1px solid var(--neutral-800);
  color: var(--neutral-800);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.service-body-image-item:first-child {
  max-width: 52%;
  margin-right: -4%;
}

.service-body-image-item:last-child {
  max-width: 52%;
  margin-right: 0;
  position: relative;
  top: 150px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.split.service-body {
  align-items: stretch;
}

.service-step-number-wrapper {
  margin-bottom: 16px;
  display: inline-block;
  position: relative;
}

.social-media-link {
  justify-content: center;
  align-items: center;
  width: 28px;
  min-width: 28px;
  min-height: 28px;
  max-height: 28px;
  text-decoration: none;
  transition: background-color .3s, all .3s, color .3s;
  display: flex;
  position: relative;
}

.social-media-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  left: -180px;
}

.dropdown-nav-main-wrapper {
  background-color: var(--neutral-100);
  padding: 32px 48px 48px;
  box-shadow: 0 8px 71px rgba(20, 43, 37, .25);
}

.dropdown-nav-pages-wrapper {
  margin-right: 60px;
}

.dropdown-nav-pages-wrapper.last {
  margin-right: 0;
}

.dropdown-nav-content {
  justify-content: space-between;
  margin-top: 24px;
  display: flex;
}

.dropdown-nav {
  margin-bottom: 0;
  margin-right: 24px;
  padding-left: 0;
  list-style-type: none;
}

.dropdown-nav.last {
  margin-right: 0;
}

.dropdown-nav-item {
  color: var(--neutral-800);
  margin-bottom: 14px;
}

.dropdown-nav-item.last {
  margin-bottom: 0;
}

.dropdown-nav-link {
  color: var(--neutral-800);
  white-space: nowrap;
  text-decoration: none;
  transition-duration: .3s;
}

.dropdown-nav-link:hover {
  color: var(--atlantis-blue);
}

.dropdown-nav-link.special {
  border-bottom: 3px solid var(--primary-1);
  color: var(--primary-1);
  padding-bottom: 6px;
  font-weight: 600;
  line-height: 20px;
  transition: border-color .3s, color .3s;
  display: inline-block;
}

.dropdown-nav-link.special:hover {
  border-bottom-color: var(--neutral-800);
  color: var(--neutral-800);
}

.cart-wrapper {
  z-index: 99999;
}

.dropdown-nav-wrapper {
  align-items: flex-start;
  display: flex;
}

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

.cart-empty-state {
  flex-direction: column;
}

.blog-post-category-link {
  color: var(--neutral-600);
  text-decoration: none;
}

.blog-post-category-link:hover {
  color: var(--primary-1);
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.testimonials-slider-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

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

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

.short-divider {
  background-color: var(--neutral-400);
  width: 14px;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.bold, .shipping-method-title {
  color: var(--neutral-800);
  font-weight: 600;
}

.heading-size-h3 {
  color: var(--neutral-800);
  margin-bottom: 20px;
  font-family: Lora, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.42em;
}

.text-block {
  color: var(--neutral-800);
  margin-right: 16px;
}

.link {
  color: var(--atlantis-blue);
}

.text-block-2 {
  color: #fff;
}

.bottom-about-us-section {
  background-image: url('../images/about-us-footer-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 550px;
}

.bottom-about-us-section.bottom-of-homepage {
  background-image: url('../images/homepage-footer-hero.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

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

.useful-links {
  color: var(--atlantis-blue);
  text-decoration: none;
}

.cqc-link {
  color: var(--atlantis-blue);
}

@media screen and (min-width: 1440px) {
  .nav-item-wrapper {
    margin-right: 24px;
  }

  .card.featured-blog-card {
    min-width: 690px;
    padding-left: 56px;
    padding-right: 56px;
  }

  .split-content.home-about-left {
    max-width: 53%;
  }

  .split-content.home-testimonials-right {
    max-width: 58%;
  }

  .big-numbers.stats {
    font-size: 88px;
  }

  .brand {
    margin-right: 40px;
  }

  .dropdown-nav-link:hover {
    color: var(--atlantis-blue);
  }
}

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

  h2 {
    font-size: 35px;
  }

  blockquote {
    padding: 54px 44px;
    font-size: 23px;
    line-height: 1.5em;
  }

  .inline-block.contact-link {
    margin-bottom: 16px;
  }

  .inline-block.read-more {
    margin-top: 12px;
    margin-right: 12px;
  }

  .style-guide-sidebar {
    display: none;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .container-default.home-hero {
    position: static;
  }

  .style-guide-content {
    margin-left: 0;
  }

  .section-styleguide {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .style-guide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-small-left {
    padding-right: 0;
  }

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .button-primary {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .button-primary.large {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .button-secondary {
    padding-top: 22px;
    padding-bottom: 22px;
    display: inline-block;
  }

  .button-secondary.large {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .header-navigation {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    width: 46px;
    min-width: 46px;
    min-height: 46px;
    max-height: 46px;
    margin-left: 1.8vw;
    padding: 0;
    font-size: 30px;
    transition: transform .3s, border-color .3s, background-color .3s;
    position: relative;
  }

  .menu-button:hover {
    color: var(--primary-1);
    transform: scale(.9);
  }

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

  .menu-button.w--open:hover {
    background-color: var(--neutral-100);
    color: var(--primary-1);
  }

  .nav-menu {
    border: 1px solid var(--neutral-300);
    background-color: #fff;
    padding: 36px 24px;
    box-shadow: 0 4px 10px rgba(20, 42, 37, .18);
  }

  .footer {
    padding-top: 64px;
  }

  .footer-content-wrapper {
    flex-flow: column wrap;
    padding-bottom: 100px;
  }

  .footer-logo {
    width: 264px;
  }

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

  .section.utility-page {
    padding-top: 80px;
  }

  .section.home-hero {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    min-height: auto;
    padding-top: 80px;
  }

  .section.home-about-us, .section.cta-contact-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

  .section.single-service {
    padding-top: 80px;
  }

  .section.team-member {
    padding-top: 100px;
    padding-bottom: 80px;
  }

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

  ._404-title {
    font-size: 150px;
    line-height: 139px;
  }

  .container-medium-800px.changelog {
    margin-top: -130px;
  }

  .paragraph.blog-card {
    margin-bottom: 32px;
  }

  .card.home-services-sticky-card {
    margin-top: 0;
    position: static;
  }

  .card.latest-article-card {
    height: 100%;
  }

  .card.team-member-about-center-card {
    padding: 20px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .card.contact-card {
    padding: 40px;
  }

  .card.featured-blog-card {
    min-width: 550px;
    padding: 40px 30px;
  }

  .card.blog-card {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    overflow: visible;
  }

  .card.single-service-title-card {
    min-width: 360px;
    padding: 33px 37px;
    bottom: 30px;
    left: 30px;
  }

  .card.service-sticky-card {
    position: static;
  }

  .card.team-member-main-card {
    padding: 50px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .title.h1-size.cta {
    margin-bottom: 32px;
  }

  .title.h2-size {
    font-size: 35px;
  }

  .title.h3-size.stats {
    font-size: 22px;
  }

  .title.h3-size.product-name {
    margin-bottom: 6px;
  }

  .title.h4-size.contact-card-title {
    margin-bottom: 8px;
  }

  .title.h4-size.faq-title {
    max-width: 85%;
  }

  .title.home-about {
    margin-bottom: 12px;
  }

  .title.about {
    margin-bottom: 16px;
  }

  .title.about.staff-header.staff-header-2 {
    margin-top: 18px;
  }

  .title.home-hero {
    margin-bottom: 16px;
  }

  .title.author-name.paragraph-large {
    font-size: 20px;
  }

  .title.blog-card-name {
    font-size: 22px;
  }

  .title.services {
    margin-bottom: 10px;
  }

  .title.post-title {
    margin-bottom: 32px;
  }

  .title.single-service {
    margin-bottom: 9px;
  }

  .title.service-sticky-card {
    margin-bottom: 16px;
  }

  .split-content.checkout-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.home-projects-left {
    max-width: 46%;
  }

  .split-content.home-projects-right {
    max-width: 48%;
  }

  .split-content.home-services-left {
    max-width: 100%;
    margin-bottom: 48px;
  }

  .split-content.home-services-right {
    max-width: 100%;
  }

  .split-content.service-card-content {
    padding: 27px 20px;
  }

  .split-content.home-about-left {
    max-width: 100%;
  }

  .split-content.home-about-right, .split-content.home-testimonials-left {
    max-width: 100%;
    margin-bottom: 48px;
  }

  .split-content.home-testimonials-right {
    max-width: 100%;
  }

  .split-content.cta-content {
    max-width: 80%;
  }

  .split-content.home-blog-left {
    max-width: 60%;
  }

  .split-content.cta-contact-left {
    min-width: auto;
    max-width: 100%;
    margin-bottom: 48px;
  }

  .split-content.cta-contact-right {
    max-width: 100%;
  }

  .split-content.footer-left {
    min-width: auto;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .split-content.footer-right {
    min-width: auto;
    max-width: 70%;
  }

  .split-content.about-hero-right {
    max-width: 100%;
    margin-bottom: 56px;
  }

  .split-content.about-mission-left, .split-content.mission-about-right {
    max-width: 48%;
  }

  .split-content.experience-left {
    max-width: 100%;
  }

  .split-content.experience-right {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .split-content.contact-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .split-content.contact-right {
    max-width: 100%;
  }

  .split-content.blog-left, .split-content.blog-right {
    max-width: 48%;
  }

  .split-content.blog-card-content {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    min-height: auto;
    padding: 32px 20px;
  }

  .split-content.blog-card-about {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    display: flex;
  }

  .split-content.shop-card-content {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .split-content.product-left {
    align-self: auto;
    max-width: 100%;
    margin-bottom: 32px;
  }

  .split-content.product-right {
    max-width: 100%;
  }

  .split-content.single-service-body-left {
    max-width: 100%;
    margin-bottom: 48px;
  }

  .split-content.single-service-body-right {
    grid-row-gap: 40px;
    max-width: 100%;
  }

  .split-content.service-step-card-left {
    padding: 40px 35px;
  }

  .image-wrapper.home-hero {
    z-index: -1;
    max-width: 100%;
    min-height: 600px;
    position: relative;
    overflow: hidden;
  }

  .image-wrapper.value-icon {
    margin-bottom: 6px;
    margin-right: 0;
  }

  .image-wrapper.author-avatar.large {
    width: 54px;
    min-width: 54px;
    min-height: 54px;
    max-height: 54px;
  }

  .image-wrapper.single-service {
    min-height: 32vh;
  }

  .image-wrapper.service-step-card-image {
    width: 42%;
  }

  .image.hero-image {
    object-position: 50% 18%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image.home-about {
    width: 60%;
    margin-bottom: 16%;
  }

  .image.home-about._01 {
    margin-bottom: 0;
    margin-left: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }

  .image.about-hero {
    object-fit: cover;
    object-position: 50% 0%;
    max-width: 100%;
  }

  .image.about-hero.staff-section-pic {
    width: 60%;
  }

  .image.about-image {
    width: 75%;
    margin-bottom: 100px;
  }

  .image.experience-image {
    min-height: auto;
  }

  .image.contact-card-icon {
    margin-bottom: 20px;
  }

  .rich-text blockquote {
    border-left-width: 4px;
    margin-bottom: 48px;
    padding-top: 56px;
    padding-bottom: 56px;
    font-size: 20px;
  }

  ._2-column-grid.home-hero-wrapper {
    margin-bottom: 80px;
    display: block;
  }

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

  ._2-column-grid.home-about-features-grid {
    max-width: 60%;
    margin-bottom: 35px;
  }

  .subtitle.block {
    margin-bottom: 16px;
  }

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

  .top-content.blog-post-top-content {
    max-width: 100%;
  }

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

  ._4-column-grid.home-stats-grid {
    grid-column-gap: 16px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    justify-items: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .leaf.home-hero {
    top: 2px;
  }

  .leaf.cta._01 {
    width: 35%;
  }

  .leaf.cta._02 {
    width: 50%;
    max-width: none;
  }

  .leaf.cta-contact._02 {
    top: 236px;
    bottom: auto;
    right: -6%;
  }

  .leaf.contact {
    bottom: 34px;
  }

  .leaf.start-here---01 {
    left: -94px;
  }

  .leaf.start-here---03 {
    bottom: -68px;
    transform: rotate(-29deg);
  }

  .leaf.licenses {
    width: 30%;
    bottom: -36px;
  }

  .leaf.style-guide {
    bottom: -68px;
    transform: rotate(-29deg);
  }

  .split.home-services-main-wrapper {
    flex-direction: column;
  }

  .split.home-about-wrapper, .split.experience {
    flex-direction: column-reverse;
  }

  .split.contact {
    flex-direction: column;
    justify-content: flex-start;
  }

  .big-numbers {
    font-size: 80px;
    line-height: 1.2em;
  }

  .big-numbers.stats {
    font-size: 72px;
  }

  .big-numbers.service-steps {
    font-size: 52px;
  }

  .testimonials-main-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonials-slider-content {
    max-width: none;
    min-height: auto;
    max-height: none;
    padding: 48px 40px;
  }

  .testimonials-arrow {
    bottom: 58px;
    right: 40px;
  }

  .testimonials-arrow.left {
    right: 108px;
  }

  .cta-main-wrapper {
    min-height: 450px;
  }

  .cta-main-content {
    display: block;
  }

  .cta-contact-wrapper {
    flex-direction: column;
  }

  .contact-link {
    max-width: 100%;
  }

  .cta-contact-form-block {
    justify-content: center;
    padding: 56px 48px;
  }

  .cta-contact-form {
    grid-column-gap: 32px;
  }

  .footer-social-media-grid {
    margin-bottom: 40px;
  }

  .bottom-content.footer-bottom-content {
    text-align: center;
    flex-flow: column wrap;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .bottom-content.blog-card-bottom-content {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 100%;
  }

  .bottom-content.shop-card {
    padding-top: 24px;
  }

  .about-hero-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .about-hero-wrapper.staff-section-wrapper {
    flex-direction: column;
  }

  .about-hero-wrapper.staff-section-wrapper.staff-section-2, .about-hero-wrapper.staff-section-wrapper.staff-section-4 {
    flex-direction: column-reverse;
  }

  .brand {
    margin-right: 0;
  }

  ._3-column-grid {
    grid-column-gap: 16px;
  }

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

  ._3-column-grid.contact-cards-wrapper {
    grid-template-columns: 1fr 1fr;
    max-width: none;
    margin-top: -120px;
  }

  ._3-column-grid.shop {
    grid-template-columns: 1fr 1fr;
  }

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

  ._3-column-grid.product-media {
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._3-column-grid.product-images {
    grid-template-columns: 1fr;
  }

  .value-icon-bg-circle {
    width: 48px;
    min-width: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .contact-form-wrapper {
    padding: 60px 48px 70px;
  }

  .faq-wrapper {
    flex-direction: column;
  }

  .faq-column {
    max-width: 100%;
  }

  .faq-column.last {
    margin-top: 28px;
  }

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

  .product-tabs-content {
    min-height: 520px;
    padding: 64px 24px;
  }

  .split.service-body {
    flex-direction: column;
  }

  .dropdown-list {
    padding-top: 0;
    position: relative;
    left: auto;
    overflow: hidden;
  }

  .dropdown-nav-main-wrapper {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    overflow: hidden;
  }

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

  .menu-button-icon-wrapper {
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 6px;
    transition: padding .25s;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-icon-top-line, .menu-icon-middle-line, .menu-icon-bottom-line {
    background-color: var(--neutral-800);
    width: 100%;
    min-height: 2px;
    padding: 0;
  }

  .dropdown-nav-wrapper {
    padding-top: 24px;
    padding-bottom: 40px;
  }

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

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  p {
    margin-bottom: 24px;
  }

  blockquote {
    padding: 48px 34px;
    font-size: 20px;
    line-height: 1.5em;
  }

  figure {
    margin-bottom: 40px;
  }

  .inline-block.product-page {
    margin-bottom: 16px;
  }

  .inline-block.read-more {
    margin-right: 0;
  }

  .style-guide-title {
    font-size: 36px;
    line-height: 50px;
  }

  .style-guide-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .color-primary-grid, .color-neutral-grid {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .style-guide-subheader, .style-guide-content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary {
    padding: 20px 35px;
  }

  .button-primary._2-buttons {
    margin-right: 16px;
  }

  .button-primary.button-wrapper.footer-form-button {
    top: 14px;
    bottom: 14px;
    right: 0;
  }

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

  .button-primary.header-button.dropdown {
    padding-top: 22px;
    padding-bottom: 21px;
    display: block;
  }

  .button-secondary {
    padding: 20px 35px;
  }

  .nav-item-wrapper {
    padding: 3px;
  }

  .nav-item-wrapper.hidden-desktop {
    display: block;
  }

  .nav-item-wrapper.hidden-desktop.button-full-width {
    width: 100%;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-content-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-bottom: 80px;
  }

  .footer-nav {
    align-items: flex-start;
    max-width: 180px;
    margin-right: 3vw;
  }

  .footer-nav.last {
    max-width: 270px;
  }

  .footer-logo {
    width: 240px;
  }

  .footer-nav-item {
    margin-right: 16px;
  }

  .section.home-about-us {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.contact {
    padding-bottom: 240px;
  }

  .section.blog-post {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.team-member {
    padding-top: 80px;
    padding-bottom: 100px;
  }

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

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

  .section.testimonials {
    padding-bottom: 162px;
  }

  .utility-page-content-password {
    padding-left: 32px;
    padding-right: 32px;
  }

  .input {
    min-height: 64px;
    font-size: 16px;
  }

  .input::placeholder {
    font-size: 16px;
  }

  .input.discounts {
    font-size: 16px;
  }

  .input.select-wrapper.add-to-cart {
    padding-left: 18px;
    padding-right: 18px;
  }

  .input.quantity {
    padding-left: 18px;
    padding-right: 16px;
  }

  .input.quantity.small {
    min-height: 40px;
  }

  ._404-title {
    margin-bottom: 8px;
    font-size: 136px;
    line-height: 136px;
  }

  .container-medium-800px.changelog {
    margin-top: -114px;
  }

  .divider.footer-nav-divider {
    margin-top: 16px;
    margin-bottom: 30px;
  }

  .divider.get-product {
    margin-top: 38px;
    margin-bottom: 38px;
  }

  .card.changelog {
    padding: 50px 40px;
  }

  .card.home-stats-card {
    width: auto;
    max-width: none;
  }

  .card.value-card {
    padding-top: 35px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.team-member-about-center-card {
    max-width: 69%;
    min-height: 140px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 48px;
    left: 16px;
    right: 16px;
  }

  .card.contact-card {
    padding: 32px;
  }

  .card.faq-item-wrapper {
    min-height: 76px;
    margin-bottom: 24px;
  }

  .card.featured-blog-card {
    flex: 0 auto;
    width: 100%;
    min-width: auto;
    padding: 34px 24px 32px;
    position: relative;
  }

  .card.single-service-title-card {
    min-width: 430px;
    max-width: 60%;
    padding: 40px 24px;
    bottom: -116px;
    left: 20px;
  }

  .card.service-step-card {
    flex-direction: column-reverse;
    position: relative;
  }

  .card.team-member-main-card {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title.h1-size {
    font-size: 40px;
  }

  .title.h2-size {
    font-size: 32px;
  }

  .title.h2-size.product-name {
    margin-bottom: 16px;
  }

  .title.h2-size.team-member-name {
    margin-bottom: 0;
  }

  .title.h2-size.related-products {
    margin-bottom: 16px;
    margin-right: 20px;
  }

  .title.h3-size {
    font-size: 24px;
  }

  .title.h3-size.stats {
    margin-top: 6px;
    font-size: 20px;
  }

  .title.h4-size.testimonial-title {
    margin-bottom: 8px;
  }

  .title.h4-size.menu-tab-title, .title.h5-size {
    font-size: 18px;
  }

  .title.h6-size {
    line-height: 1.3em;
  }

  .title.author-name.paragraph-large {
    font-size: 20px;
  }

  .title.latest-articles {
    margin-bottom: 14px;
  }

  .title.post-title {
    margin-bottom: 22px;
    font-size: 34px;
    line-height: 1.3em;
  }

  .title.single-service {
    font-size: 32px;
  }

  .title.more-services {
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .title.team-member-position.mg-bottom-24px {
    margin-bottom: 16px;
  }

  .split-content.home-hero-wrapper {
    max-width: 100%;
  }

  .split-content.home-projects-left {
    max-width: 100%;
    margin-bottom: 8px;
  }

  .split-content.home-projects-right {
    max-width: 100%;
  }

  .split-content.home-services-left {
    margin-bottom: 48px;
  }

  .split-content.service-card-content {
    padding: 26px 24px 32px;
  }

  .split-content.testimonial-card-bottom-content {
    margin-top: 36px;
  }

  .split-content.testimonial-card-top-content {
    flex: 1;
    margin-bottom: 0;
  }

  .split-content.cta-content, .split-content.home-blog-left {
    max-width: 100%;
  }

  .split-content.cta-contact-left {
    margin-bottom: 32px;
  }

  .split-content.footer-right {
    flex-direction: column;
    justify-content: flex-start;
    max-width: 100%;
  }

  .split-content.about-mission-left {
    max-width: 100%;
    margin-bottom: 48px;
  }

  .split-content.mission-about-right {
    max-width: 100%;
  }

  .split-content.values-left {
    margin-bottom: 26px;
    margin-right: 22px;
  }

  .split-content.values-right {
    max-width: 100%;
  }

  .split-content.experience-top-left {
    margin-right: 20px;
  }

  .split-content.experience-top-right {
    margin-top: 25px;
  }

  .split-content.contact-left {
    margin-bottom: 24px;
  }

  .split-content.blog-left {
    max-width: 100%;
    margin-bottom: 8px;
  }

  .split-content.blog-right {
    max-width: 100%;
  }

  .split-content.blog-card-content {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .split-content.shop-card-content {
    padding-top: 24px;
    padding-bottom: 30px;
  }

  .split-content.product-categories-left {
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .split-content.articles-categories-left {
    margin-bottom: 12px;
  }

  .split-content.top-single-service-body-left {
    width: 100%;
    min-width: auto;
    margin-bottom: 16px;
  }

  .split-content.top-single-service-body-right {
    max-width: 100%;
  }

  .split-content.single-service-body-left {
    min-width: auto;
  }

  .split-content.service-step-card-left {
    width: 100%;
  }

  .split-content.team-member-content-right {
    max-width: 100%;
  }

  .split-content.team-member-content-left {
    max-width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
  }

  .checkout-row {
    flex-direction: column;
  }

  .image-wrapper.home-hero {
    min-height: 500px;
  }

  .image-wrapper.testimonial-client-avatar {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
    margin-right: 12px;
  }

  .image-wrapper.featured-blog {
    max-width: 100%;
    min-height: auto;
  }

  .image-wrapper.author-avatar {
    margin-right: 15px;
  }

  .image-wrapper.author-avatar.large {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
    margin-right: 12px;
  }

  .image-wrapper.single-service {
    align-items: stretch;
    min-height: 25vh;
    margin-bottom: 176px;
    display: flex;
  }

  .image-wrapper.service-step-card-image {
    width: 100%;
    height: 320px;
    position: static;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-wrapper.team-member-photo {
    width: 100%;
  }

  .image.home-projects-image.hide-mobile {
    display: none;
  }

  .image.home-about {
    width: 55%;
  }

  .image.about-image {
    width: 70%;
  }

  .image.value-icon {
    margin-bottom: 18px;
  }

  .image.experience-icon {
    width: 35px;
  }

  .image.contact-card-icon {
    width: 50px;
    margin-bottom: 12px;
  }

  .image.single-service {
    object-fit: cover;
    align-self: stretch;
    width: 100%;
    display: block;
  }

  .image.team-member-photo {
    object-fit: cover;
    object-position: 50% 23%;
    width: 100%;
    display: block;
  }

  .cart-container {
    min-width: auto;
    max-width: 100%;
  }

  .rich-text li {
    margin-bottom: 8px;
  }

  .rich-text ul {
    margin-bottom: 32px;
  }

  .rich-text blockquote {
    font-size: 18px;
  }

  ._2-column-grid.services-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  ._2-column-grid.home-about-features-grid {
    min-width: 410px;
    max-width: 80%;
    margin-bottom: 32px;
  }

  ._2-column-grid.articles-grid {
    grid-template-columns: 1fr;
  }

  .subtitle-dash {
    margin-right: .8em;
  }

  .subtitle.block {
    margin-bottom: 12px;
  }

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

  .top-content.home-projects-top-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .top-content.home-stats-top-content {
    margin-bottom: 32px;
  }

  .top-content.home-blog-top-content {
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .top-content.values {
    margin-bottom: 48px;
  }

  .top-content.top-value-card-content {
    margin-bottom: 12px;
  }

  .top-content.experience {
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .top-content.experience-card-top-content {
    flex-direction: row;
    align-items: center;
  }

  .top-content.about-team-members {
    margin-bottom: 32px;
  }

  .top-content.faqs {
    align-items: center;
  }

  .top-content.faq-top-content {
    flex-direction: row;
    align-items: center;
    padding: 24px;
  }

  .top-content.blog, .top-content.latest-articles {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .top-content.shop {
    align-items: center;
    margin-bottom: 24px;
  }

  .top-content.services.page {
    align-items: center;
  }

  .top-content.blog-post-top-content {
    margin-bottom: 32px;
  }

  .top-content.more-services {
    margin-bottom: 24px;
  }

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

  ._4-column-grid.home-projects-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 32px;
  }

  ._4-column-grid.home-stats-grid {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .leaf.home-hero {
    width: 36%;
    top: 3px;
  }

  .leaf.cta._01, .leaf.start-here---01 {
    width: 40%;
  }

  .leaf.start-here---03, .leaf.style-guide {
    width: 30%;
  }

  .split.about-mission {
    flex-direction: column;
  }

  .split.product-especifications {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .split.top-single-service-body {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 24px;
  }

  .big-numbers {
    font-size: 72px;
    line-height: 1.2em;
  }

  .big-numbers.stats {
    font-size: 52px;
  }

  .big-numbers.service-steps {
    font-size: 44px;
  }

  .testimonials-slider-content {
    justify-content: space-between;
    padding: 35px 24px;
  }

  .testimonials-arrow {
    bottom: -72px;
    right: 36%;
  }

  .testimonials-arrow.left {
    top: auto;
    bottom: -72px;
    left: 36%;
    right: auto;
  }

  .contact-link.top {
    align-items: center;
  }

  .cta-contact-form-block {
    padding: 40px 32px;
  }

  .link-underline.tabs {
    min-height: 2px;
  }

  .text-area {
    font-size: 16px;
  }

  .text-area::placeholder {
    font-size: 16px;
  }

  .error-message.cart-error-message {
    margin-bottom: 32px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .footer-form {
    max-width: 100%;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 83px;
  }

  .footer-column.last {
    margin-bottom: 0;
    margin-right: 0;
  }

  .bottom-content.faq-bottom-content {
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bottom-content.blog-card-bottom-content {
    padding-top: 24px;
  }

  .bottom-content.shop-card {
    padding-top: 16px;
  }

  ._3-column-grid.values-grid {
    grid-template-columns: 1fr;
  }

  ._3-column-grid.contact-cards-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: -32px;
  }

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

  ._3-column-grid.services-grid {
    grid-template-columns: 1fr;
  }

  ._3-column-grid.product-media {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  ._3-column-grid.team-member-about {
    grid-template-columns: 1fr;
  }

  .value-icon-bg-circle {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: -9px;
    left: -10px;
  }

  .contact-form-wrapper {
    padding: 32px 32px 56px;
  }

  .overlap-wrapper.contact {
    margin-top: -36%;
  }

  .faq-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

  .faq-column {
    max-width: 100%;
  }

  .faq-column.last {
    margin-bottom: 0;
  }

  .bg-square.blog-post-bg {
    min-height: 580px;
  }

  .featured-blog-wrapper {
    flex-direction: column-reverse;
  }

  .categories-main-wrapper {
    flex-wrap: wrap;
  }

  .category-link {
    margin-left: 0;
    margin-right: 2.8vw;
  }

  .product-especifications-wrapper {
    margin-bottom: 24px;
  }

  .field-label.add-to-cart-label {
    font-size: 16px;
  }

  .product-tabs-menu {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-tabs-content {
    min-height: 480px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .product-tab {
    max-width: 100%;
  }

  .product-tab-link {
    text-align: center;
    margin: 8px 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
  }

  .product-tab-link.last {
    margin-bottom: 0;
  }

  .product-tab-link.first {
    margin-top: 0;
  }

  .cart-header, .cart-list {
    padding: 24px;
  }

  .cart-item {
    flex-direction: row;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .cart-footer {
    padding: 24px;
  }

  .service-body-image-item:first-child {
    max-width: 70%;
    margin-right: -20%;
  }

  .service-body-image-item:last-child {
    max-width: 60%;
  }

  .dropdown-nav-wrapper {
    padding-bottom: 32px;
  }

  .cart-empty-state {
    flex-direction: column;
  }

  .heading-size-h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 18px;
    font-size: 34px;
  }

  blockquote {
    padding: 32px 24px 32px 32px;
    font-size: 18px;
    line-height: 1.5em;
  }

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

  .section-styleguide {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .style-guide-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-primary-grid, .color-neutral-grid {
    grid-template-columns: 1fr;
  }

  .container-small-left {
    max-width: 100%;
  }

  .style-guide-subheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    width: 100%;
  }

  .button-primary._2-buttons {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .button-primary.button-wrapper.footer-form-button {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .button-primary.button-wrapper.product {
    width: 100%;
  }

  .button-primary.empty-cart {
    width: auto;
  }

  .button-secondary {
    width: 100%;
  }

  .button-secondary.buy-now-button.product {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
  }

  .header-logo {
    width: 180px;
  }

  .menu-button {
    padding: 10px;
    font-size: 26px;
  }

  .footer-content-wrapper {
    justify-items: start;
    padding-bottom: 64px;
  }

  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .footer-logo {
    width: 200px;
  }

  .footer-nav-item {
    margin: 8px 0;
  }

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

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

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

  .section.team-member {
    padding-top: 40px;
  }

  .section.medium {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .section.testimonials {
    padding-bottom: 96px;
  }

  .utility-page-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .utility-page-wrap._404 {
    min-height: 88vh;
  }

  .utility-page-content-password {
    padding: 56px 20px;
  }

  .input {
    min-height: 56px;
  }

  .input.quantity {
    width: 100%;
  }

  .input.footer-input {
    margin-bottom: 12px;
  }

  ._404-title {
    font-size: 100px;
    line-height: 100px;
  }

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

  .container-medium-800px.changelog {
    margin-top: -106px;
  }

  .paragraph._404 {
    margin-bottom: 32px;
  }

  .paragraph.services-card {
    margin-bottom: 16px;
  }

  .card.changelog {
    padding: 40px 20px;
  }

  .card.team-member-about-center-card {
    max-width: 80%;
    min-height: 100px;
    bottom: 24px;
  }

  .card.faq-item-wrapper {
    margin-bottom: 16px;
  }

  .card.single-service-title-card {
    z-index: 5;
    min-width: auto;
    max-width: 92%;
    padding: 24px;
    left: 10px;
    right: 10px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title.h1-size.cta {
    font-size: 34px;
    line-height: 1.4;
  }

  .title.h2-size.authors-name-text {
    margin-bottom: 16px;
  }

  .title.h3-size.stats {
    font-size: 18px;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.h4-size.service-steps {
    margin-bottom: 10px;
  }

  .title.about.staff-header.staff-header-2 {
    margin-top: 20px;
  }

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

  .title.latest-articles.authors-name {
    white-space: nowrap;
    margin-bottom: 0;
  }

  .title.single-service {
    font-size: 28px;
  }

  .split-content.home-projects-left {
    max-width: 100%;
    margin-bottom: 8px;
  }

  .split-content.home-projects-right {
    max-width: 100%;
  }

  .split-content.service-card-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .split-content.testimonial-card-top-content {
    flex: 1;
    margin-bottom: 32px;
  }

  .split-content.home-blog-left {
    max-width: 100%;
  }

  .split-content.home-blog-right {
    width: 100%;
  }

  .split-content.footer-right {
    flex-direction: column;
  }

  .split-content.about-mission-left {
    margin-bottom: 44px;
  }

  .split-content.experience-right {
    margin-bottom: 24px;
  }

  .split-content.experience-top-right {
    margin-top: 17px;
  }

  .split-content.related-products-right {
    width: 100%;
  }

  .split-content.product-categories-left {
    margin-right: 0;
  }

  .split-content.service-step-card-left {
    width: 100%;
    padding: 28px 20px 46px;
  }

  .split-content.latest-author-articles-right {
    width: 100%;
  }

  .checkout-required-text {
    font-size: 18px;
  }

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

  .image-wrapper.order-item-image {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .image-wrapper.home-hero {
    min-height: 380px;
  }

  .image-wrapper.single-service {
    flex-direction: column;
    margin-bottom: 160px;
  }

  .image-wrapper.single-service-body-images {
    margin-bottom: 0;
  }

  .image-wrapper.service-body-image {
    flex-direction: column;
  }

  .image-wrapper.service-step-card-image {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: static;
  }

  .image.home-about {
    width: 100%;
  }

  .image.home-about._01 {
    display: none;
  }

  .image.home-about-feature-icon {
    width: 24px;
    margin-right: 12px;
  }

  .image.about-hero.staff-section-pic {
    width: 100%;
  }

  .image.experience-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .image.contact-image {
    display: none;
  }

  .image.single-service {
    position: static;
  }

  .order-item-wrapper {
    flex-direction: column;
  }

  .cart-button {
    white-space: nowrap;
  }

  .grid-licenses-images, ._2-column-grid.services-grid {
    grid-template-columns: 1fr;
  }

  ._2-column-grid.home-about-features-grid {
    grid-template-columns: 1fr;
    min-width: auto;
    max-width: 100%;
  }

  ._2-button-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .top-content.home-projects-top-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .top-content.home-blog-top-content {
    margin-bottom: 24px;
  }

  .top-content.values {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .top-content.experience-card-top-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .top-content.about-team-members {
    margin-bottom: 32px;
  }

  .top-content.faq-top-content {
    flex-direction: row;
    align-items: center;
  }

  ._4-column-grid.home-projects-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  ._4-column-grid.home-stats-grid {
    grid-row-gap: 48px;
    align-items: start;
  }

  .leaf.home-hero {
    width: 48%;
    top: 7px;
  }

  .leaf.cta._01 {
    width: 50%;
    top: 42px;
  }

  .leaf.cta._02 {
    width: 80%;
  }

  .leaf.cta-contact._02 {
    right: -62%;
  }

  .leaf.start-here---01 {
    width: 60%;
    left: -114px;
  }

  .leaf.start-here---03 {
    bottom: 6px;
  }

  .leaf.licenses {
    width: 40%;
  }

  .leaf.style-guide {
    bottom: 6px;
  }

  .split.top-single-service-body {
    margin-bottom: 24px;
  }

  .big-numbers {
    font-size: 64px;
    line-height: 1.2em;
  }

  .big-numbers.stats {
    font-size: 50px;
  }

  .testimonials-slider {
    margin-bottom: 90px;
  }

  .testimonial-slide {
    min-height: auto;
  }

  .testimonials-slider-content {
    max-width: none;
    min-height: auto;
    max-height: none;
    padding: 32px 22px;
  }

  .testimonials-arrow {
    top: auto;
    bottom: -71px;
    right: 32%;
  }

  .testimonials-arrow.left {
    left: 32%;
  }

  .cta-main-wrapper {
    min-height: 460px;
  }

  .cta-contact-form-block {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-contact-form {
    grid-template-columns: 1fr;
  }

  .success-message {
    padding: 16px;
  }

  .error-message.cart-error-message {
    margin-bottom: 24px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .footer-column {
    width: 80%;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .footer-column.last {
    margin-bottom: 0;
  }

  .footer-nav-wrapper {
    flex-direction: column;
  }

  .bottom-content.experience-card-bottom-content {
    padding-left: 0;
  }

  .bottom-content.faq-bottom-content {
    margin-top: 0;
  }

  .bottom-content.blog-card-bottom-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-hero-wrapper.staff-section-wrapper {
    flex-direction: column;
  }

  .about-hero-wrapper.staff-section-wrapper.staff-section-2, .about-hero-wrapper.staff-section-wrapper.staff-section-4 {
    flex-direction: column-reverse;
  }

  .brand {
    padding-left: 0;
  }

  ._3-column-grid.values-grid {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  ._3-column-grid.contact-cards-wrapper {
    grid-row-gap: 16px;
    justify-items: center;
    margin-top: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  ._3-column-grid.shop {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  ._3-column-grid.product-media {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hc-flex.add-to-cart-fields {
    flex-direction: column;
  }

  .experience-card-wrapper {
    margin-bottom: 40px;
  }

  .contact-form-wrapper {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .overlap-wrapper.contact {
    margin-top: -45%;
  }

  .category-link {
    margin-right: 4vw;
  }

  .add-to-cart-input-wrapper.left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .product-tabs-menu {
    min-width: 230px;
  }

  .product-tabs-content {
    min-height: auto;
  }

  .cart-header, .cart-list, .cart-footer {
    padding: 16px;
  }

  .service-body-image-item:first-child {
    max-width: 100%;
    margin-right: 0%;
  }

  .service-body-image-item:last-child {
    max-width: 100%;
    top: 16px;
  }

  .dropdown-nav-pages-wrapper {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .dropdown-nav-pages-wrapper.last {
    margin-bottom: 0;
  }

  .dropdown-nav-wrapper {
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 40px;
  }
}

#w-node-_05eecb19-cfc6-83fe-50c1-f08f7e841db3-6dad4908 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_57eb38b9-eb60-9352-9fc9-ca4c8dbb818d-6dad4908, #w-node-_97bcec6a-daca-f3cf-161b-326f67cdcb68-6dad4908 {
  align-self: center;
}

#w-node-_013f7a7d-29a9-f1a6-875c-3a15d10d0a2e-6dad4908 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_8bdffe29-42a5-e2fa-8d03-1703337b91e8-ae2f46c5 {
  justify-self: end;
}

#w-node-_98f2630f-f080-8c54-047e-c507a2c60b07-9bad4955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2362bbad-b650-de30-c180-603f61af6b15-f4ad4959, #w-node-c278f296-c44c-7d24-7642-e4a6b90b563e-f4ad4959 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-5bad4988, #w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-5bad4988, #w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-5bad4988, #w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-5bad4988, #w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-5bad4988, #w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-5bad4988 {
  align-self: end;
}

#w-node-_05eecb19-cfc6-83fe-50c1-f08f7e841db3-41337771 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_57eb38b9-eb60-9352-9fc9-ca4c8dbb818d-41337771, #w-node-_97bcec6a-daca-f3cf-161b-326f67cdcb68-41337771 {
  align-self: center;
}

#w-node-_013f7a7d-29a9-f1a6-875c-3a15d10d0a2e-41337771 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#Message.w-node-_87d75af8-f1f6-c999-e5be-85e4bb1aa34a-41337771, #Message.w-node-aa0aed33-7262-6c6e-90ba-73a8773d9889-1422ad0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_2362bbad-b650-de30-c180-603f61af6b15-f4ad4959 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c278f296-c44c-7d24-7642-e4a6b90b563e-f4ad4959 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_013f7a7d-29a9-f1a6-875c-3a15d10d0a2e-6dad4908, #w-node-_013f7a7d-29a9-f1a6-875c-3a15d10d0a2e-41337771 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2362bbad-b650-de30-c180-603f61af6b15-f4ad4959, #w-node-c278f296-c44c-7d24-7642-e4a6b90b563e-f4ad4959 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #Message.w-node-_87d75af8-f1f6-c999-e5be-85e4bb1aa34a-41337771, #Message.w-node-aa0aed33-7262-6c6e-90ba-73a8773d9889-1422ad0d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Iconslandscaperxtemplate';
  src: url('../fonts/iconslandscaperxtemplate.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}