@font-face {
  font-family: Outfit;
  src: url('../fonts/Outfit-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outfit;
  src: url('../fonts/Outfit-ExtraBold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outfit;
  src: url('../fonts/Outfit-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outfit;
  src: url('../fonts/Outfit-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outfit;
  src: url('../fonts/Outfit-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outfit;
  src: url('../fonts/Outfit-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outfit;
  src: url('../fonts/Outfit-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outfit;
  src: url('../fonts/Outfit-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outfit;
  src: url('../fonts/Outfit-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --light: #fffdf5;
  --black: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--light);
  color: var(--black);
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 130%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 66px;
  font-weight: 500;
  line-height: 120%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
  line-height: 130%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 130%;
}

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

blockquote {
  background-color: var(--black);
  color: var(--light);
  border-left: 1px #000;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 52px;
  font-size: 26px;
  line-height: 125%;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 130%;
}

.section.testimonials-slider-section {
  padding-bottom: 160px;
  overflow: hidden;
}

.section.process-section, .section.values-about-section {
  padding-bottom: 160px;
}

.section.faq-section {
  padding-top: 160px;
  padding-bottom: 160px;
}

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

.section.video-section-project {
  padding-top: 12px;
  padding-bottom: 12px;
}

.section._404-section {
  padding-top: 180px;
  padding-bottom: 160px;
}

.main-container {
  width: 100%;
  max-width: 1512px;
  padding-left: 40px;
  padding-right: 40px;
}

.mega-h1 {
  font-size: 140px;
  line-height: 120%;
}

.big-text {
  font-size: 38px;
  font-weight: 300;
  line-height: 130%;
}

.cta-main {
  border: 1px solid var(--black);
  background-color: var(--light);
  color: var(--black);
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding-left: 32px;
  padding-right: 32px;
  transition: background-color .2s;
  display: flex;
}

.cta-main:hover {
  background-color: #f5f3ec;
}

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

.cta-dark:hover {
  background-color: #272727;
}

.navbar {
  background-color: #fffdf529;
  width: 100%;
  height: 90px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1512px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.brand-link-navbar {
  height: 30px;
}

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

.nav-link {
  border: 1px solid var(--black);
  background-color: var(--light);
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.nav-menu {
  grid-column-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.flex-hero-home {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.logo-hero-home {
  flex: 0 auto;
  width: 65%;
  max-width: 940px;
}

.right-hero-home {
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 270px;
  display: flex;
}

.text-hero-home {
  font-weight: 400;
}

.master-available {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.circle-available {
  background-color: var(--black);
  border-radius: 50%;
  flex: none;
  width: 12px;
  height: 12px;
}

.text-available-small {
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 120%;
}

.video-home {
  z-index: 1;
  border-radius: 40px;
  height: 95vh;
  min-height: 600px;
  max-height: 1100px;
  margin-top: 64px;
  position: relative;
  overflow: hidden;
}

.master-about-home {
  grid-column-gap: 120px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.left-about-home {
  flex: 1;
  justify-content: space-between;
  max-width: 355px;
  display: flex;
}

.inside-left-home-about {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.divider-home-about {
  background-color: var(--black);
  transform-origin: 50% 0;
  width: 2px;
}

.right-home-about {
  flex: 1;
  max-width: 728px;
}

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

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

.section-moving-text {
  border-top: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  margin-top: 80px;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.master-moving-text {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  display: flex;
  overflow: visible;
}

.single-moving-text {
  grid-column-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-moving-text {
  text-transform: uppercase;
  flex: none;
  font-size: 120px;
  font-weight: 200;
  line-height: 120%;
}

.text-moving-text.bold-moving {
  font-weight: 700;
}

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

.master-services {
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 1068px;
  margin-top: 64px;
  display: flex;
}

.tile-border {
  background-color: var(--light);
  border: 2px solid #000;
  border-radius: 32px;
  padding: 32px;
}

.tile-border.service-tile {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 72px 80px;
  display: flex;
}

.tile-border.testimonials-tile {
  grid-row-gap: 120px;
  flex-direction: column;
  align-items: flex-start;
  padding: 80px;
  display: flex;
}

.tile-border.sticky-value-tile {
  grid-row-gap: 120px;
  flex-direction: column;
  align-items: flex-start;
  padding: 64px;
  display: flex;
  position: sticky;
  top: 120px;
}

.tile-border.team-tile {
  grid-row-gap: 32px;
  flex-direction: column;
  padding: 0 0 32px;
  display: flex;
  overflow: hidden;
}

.tile-border.opening-tile {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 56px;
  display: flex;
}

.tile-border.contact-form-tile {
  padding: 80px 100px;
}

.right-service-tile {
  flex: 1;
  max-width: 502px;
}

.master-scroll-images {
  height: 250vh;
  position: relative;
}

.sticky-scroll-images {
  width: 100vw;
  padding-top: 15vh;
  padding-bottom: 20vh;
  position: sticky;
  top: 120px;
  overflow: hidden;
}

.inside-scroll-images {
  grid-column-gap: 2vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-scroll-image {
  object-fit: cover;
  border-radius: 32px;
  flex: none;
  width: 26vw;
  height: 26vw;
}

.image-scroll-image.left-image, .image-scroll-image.right-image {
  z-index: 2;
  position: relative;
}

.image-scroll-image.middle-image {
  z-index: 1;
  position: relative;
}

.wrap-scroll-smiley {
  background-color: var(--black);
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18vw;
  height: 18vw;
  display: flex;
}

.image-scroll-smiley {
  width: 60%;
}

.center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

.link-project {
  grid-row-gap: 40px;
  perspective: 2000px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.wrap-image-project {
  border-radius: 32px;
  padding-top: 72%;
  position: relative;
  overflow: hidden;
}

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

.overlay-project-thumbnail {
  background-color: #0006;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-project-thumbnail {
  object-fit: contain;
  width: 60%;
  max-height: 42px;
}

.bottom-project-thumbnail {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-project-tags {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tag-project {
  background-color: var(--black);
  color: var(--light);
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-bottom: 1px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.h3-project-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
}

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

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

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

.master-wrap-slider {
  max-width: 1068px;
  position: relative;
}

.slider-testimonials {
  background-color: #fffdf500;
  height: auto;
  position: static;
}

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

.slide-testimonials {
  height: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: static;
  overflow: visible;
}

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

.arrow-testimonials {
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  inset: auto auto -92px 0%;
}

.arrow-testimonials.right-arrow {
  left: 64px;
}

.icon-arrow-slider {
  object-fit: contain;
  width: 52px;
  height: 52px;
}

.logo-testimonial-tile {
  object-fit: contain;
  object-position: 0% 50%;
  width: 200px;
  height: 28px;
}

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

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

.wrap-testimonial-name {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.subname-testimonial {
  opacity: .8;
  font-size: 20px;
}

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

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

.master-process-circles {
  grid-row-gap: 64px;
  flex-direction: column;
  width: 100%;
  max-width: 864px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.single-process-circle {
  grid-column-gap: 72px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.big-process-circle {
  border: 1px solid var(--black);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  font-size: 80px;
  font-weight: 300;
  line-height: 130%;
  display: flex;
}

.right-process-circle {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 490px;
  display: flex;
}

.footer {
  background-color: var(--black);
  color: var(--light);
  padding-top: 120px;
  padding-bottom: 40px;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 130%;
}

.brand-link-footer {
  justify-content: center;
  align-items: center;
  width: 82%;
  max-width: 940px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand-footer {
  width: 100%;
}

.grid-contact-footer {
  grid-column-gap: 12px;
  border-top: 2px solid var(--light);
  border-bottom: 2px solid var(--light);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  margin-bottom: 80px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.link-contact-footer {
  color: var(--light);
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.divider-contact-footer {
  background-color: var(--light);
  width: 1px;
  height: 40px;
}

.flex-footer-links {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

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

.heading-footer-link {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 400;
}

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

.wrap-legal-footer {
  border-top: 1px solid var(--light);
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.text-legal-footer {
  font-size: 18px;
  font-weight: 300;
}

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

.lightbox-home-video {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon-play {
  object-fit: contain;
  width: 120px;
  height: 120px;
}

.icon-play.project-play {
  margin: auto;
  position: absolute;
  inset: 0%;
}

.title-wrap-hero-about {
  max-width: 1212px;
}

.divider-hero-about {
  background-color: var(--black);
  transform-origin: 0%;
  width: 100%;
  height: 2px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.grid-about-top {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.6fr 1.4fr;
}

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

.wrap-grids-about {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.grid-bottom-about {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .6fr 2fr 1.4fr;
}

.wrap-simley-about {
  background-color: var(--black);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-about-smiley {
  width: 50%;
}

.master-stats {
  flex-direction: column;
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
}

.grid-stats {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
}

.wrap-stat {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-stat {
  font-size: 68px;
  font-weight: 500;
  line-height: 100%;
}

.divider-stats {
  background-color: var(--black);
  width: 2px;
  height: 130px;
}

.divider-hero-about-bottom {
  background-color: var(--black);
  width: 100%;
  height: 2px;
}

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

.master-column-value {
  position: relative;
}

.master-column-value.second-column {
  padding-top: 320px;
}

.master-column-value.third-column {
  padding-top: 640px;
}

.icon-value {
  height: 32px;
}

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

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

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

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

.image-team {
  width: 100%;
}

.bottom-team-tile {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.flex-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.flex-right.mg-top-64 {
  margin-top: 64px;
}

.limit-706 {
  max-width: 706px;
}

.master-moving-logos {
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.move-moving-logo {
  grid-column-gap: 180px;
  align-items: center;
  display: flex;
}

.single-moving-logo {
  grid-column-gap: 180px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-moving-logo {
  object-fit: contain;
  min-height: 32px;
}

.logo-moving-logo.bigger-logo {
  min-height: 42px;
}

.expandable-content-flex {
  cursor: pointer;
  border-bottom: 1px solid #181818;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
  padding-bottom: 24px;
  display: flex;
}

.expandable-content-flex.first-expandable {
  border-top: 1px solid #181818;
}

.expanded-text {
  margin-bottom: 0;
  font-size: 20px;
}

.expandable-content-wrap {
  width: 100%;
  max-width: 314px;
  height: auto;
}

.expandable-content-wrap.wide-content-expandable {
  max-width: 600px;
}

.service-expandable-left {
  align-items: flex-start;
  display: flex;
}

.expand-line {
  background-color: #181818;
  width: 16px;
  height: 2px;
}

.expand-line.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.expand-open {
  transform-origin: 50% 0;
}

.expand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 8px;
  display: flex;
}

.space-24 {
  height: 24px;
}

.master-faq {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.text-faq-heading {
  font-weight: 400;
}

.flex-hero-project {
  grid-column-gap: 64px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.left-project-hero {
  grid-row-gap: 180px;
  flex-direction: column;
  align-items: flex-start;
  width: 65%;
  max-width: 894px;
  display: flex;
}

.link-scroll-down {
  max-width: 48px;
}

.right-project-hero {
  grid-column-gap: 64px;
  flex-direction: row;
  flex: 1;
  display: flex;
}

.divider-hero-project {
  background-color: var(--black);
  transform-origin: 50% 0;
  width: 2px;
  height: 100%;
}

.master-details-hero-project {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.wrap-list-project-details {
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.single-project-details {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.inside-project-details {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.divider-project-detail {
  background-color: var(--black);
  width: 100%;
  height: 2px;
}

.link-project-detail {
  text-decoration: none;
}

.lightbox-video-project {
  border-radius: 32px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-video-project {
  width: 100%;
}

.link-blog-tile {
  grid-row-gap: 32px;
  perspective: 2000px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.title-wrap-contact {
  text-align: left;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.flex-contact {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.left-contact {
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.right-contact {
  flex-direction: column;
  flex: 1;
  max-width: 825px;
  display: flex;
}

.top-left-contact {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-social-contact {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  font-size: 28px;
  text-decoration: none;
  display: flex;
}

.icon-social-contact {
  width: 40px;
  height: 40px;
}

.bottom-left-contact {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-field-contact {
  border: 1px solid var(--black);
  background-color: var(--light);
  border-radius: 70px;
  height: 74px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 22px;
}

.text-field-contact:focus {
  border: 2px solid var(--black);
  color: var(--black);
}

.text-field-contact::placeholder {
  color: #0009;
}

.text-field-contact.text-area {
  border-radius: 24px;
  padding-top: 16px;
  padding-bottom: 89px;
}

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

.form-block-contact {
  margin-bottom: 0;
}

.link-product {
  grid-row-gap: 32px;
  perspective: 2000px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

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

.link-brand-checkout {
  height: 32px;
}

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

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

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

.block-content {
  border-right-color: var(--black);
  border-bottom-color: var(--black);
  border-left-color: var(--black);
  background-color: var(--light);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

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

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

.apple-pay {
  border-radius: 8px;
  height: 52px;
}

.block-header {
  border-color: var(--black);
  background-color: var(--light);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.text-field-checkout {
  background-color: var(--light);
  border-color: #18181880;
  border-radius: 90px;
  height: 44px;
  margin-bottom: 8px;
}

.text-field-checkout:focus, .text-field-checkout.-wfp-focus {
  border-color: #181818;
}

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

.shipping-method-list {
  border-bottom: 1px solid var(--black);
  border-right-color: var(--black);
  border-left-color: var(--black);
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  overflow: hidden;
}

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

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

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

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

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

.divider-fixed-nav {
  background-color: var(--light);
  width: 100%;
  height: 2px;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.wrap-inside-fixed-nav {
  grid-row-gap: 2vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.link-navbar {
  text-decoration: none;
}

.link-navbar.menu-link {
  cursor: pointer;
}

.link-bottom-nav {
  color: var(--light);
  font-size: 2.5vh;
  font-weight: 400;
  text-decoration: none;
}

.brand-fixed-nav {
  height: 100%;
}

.wrap-bottom-links-nav {
  grid-column-gap: 2vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.master-fixed-navigation {
  z-index: 10000;
  background-color: var(--black);
  transform-origin: 50% 100%;
  color: var(--light);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.brand-link-top-fixed-nav {
  justify-content: center;
  align-items: center;
  height: 5vh;
  display: flex;
  position: absolute;
  inset: 3vh auto auto;
}

.link-big-nav {
  color: var(--light);
  text-transform: uppercase;
  font-size: 10vh;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.icon-close-nav {
  cursor: pointer;
  object-fit: contain;
  width: 5vw;
  height: 5vw;
  position: absolute;
  inset: 2vw 2vw auto auto;
}

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

.single-sales-pages {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.wrap-testimonials-heading {
  text-align: left;
  align-items: flex-start;
  margin-bottom: 64px;
  padding-left: 24px;
  display: flex;
}

.success-message {
  background-color: var(--black);
  color: var(--light);
  border-radius: 24px;
  padding: 32px;
}

.fixed-cart {
  z-index: 10000;
  position: fixed;
  inset: auto 24px 24px auto;
}

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

.remove-link {
  color: #1c3533;
  text-decoration: none;
}

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

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

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

.h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 130%;
}

.wrap-text-section-1 {
  padding-bottom: 120px;
}

.h3-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 130%;
}

.wrap-big-image {
  padding-top: 180px;
  padding-bottom: 180px;
}

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

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

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

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

  .big-text {
    font-size: 36px;
  }

  .navbar {
    height: 68px;
  }

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

  .nav-menu {
    display: none;
  }

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

  .right-hero-home {
    grid-row-gap: 24px;
    align-items: center;
  }

  .video-home {
    height: 60vw;
    min-height: 0;
    max-height: none;
  }

  .master-about-home {
    grid-row-gap: 64px;
    flex-direction: column;
    align-items: center;
  }

  .left-about-home {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .inside-left-home-about {
    align-items: center;
  }

  .divider-home-about {
    width: 100%;
    height: 2px;
    margin-top: 64px;
    display: block;
  }

  .right-home-about {
    text-align: center;
  }

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

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

  .container-medium {
    max-width: 920px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .tile-border.service-tile {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .tile-border.testimonials-tile {
    grid-row-gap: 80px;
  }

  .tile-border.sticky-value-tile {
    position: static;
  }

  .tile-border.contact-form-tile {
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    padding: 56px;
  }

  .grid-projects-halves {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-testimonial {
    font-size: 28px;
  }

  .master-process-circles {
    grid-row-gap: 120px;
  }

  .single-process-circle {
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .right-process-circle {
    align-items: center;
  }

  .link-contact-footer {
    font-size: 32px;
  }

  .icon-play {
    width: 100px;
    height: 100px;
  }

  .title-wrap-hero-about {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-stat {
    font-size: 48px;
  }

  .divider-stats {
    height: 110px;
  }

  .grid-value-thirds {
    grid-template-columns: 1fr;
    position: relative;
  }

  .master-column-value {
    position: sticky;
    top: 120px;
  }

  .master-column-value.second-column, .master-column-value.third-column {
    padding-top: 0;
  }

  .left-heading.mg-bottom-80.center-tablet {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

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

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

  .master-moving-logos {
    grid-row-gap: 100px;
  }

  .logo-moving-logo {
    object-fit: contain;
    max-width: 180px;
    max-height: 70px;
  }

  .expandable-content-wrap.wide-content-expandable {
    max-width: 580px;
  }

  .flex-hero-project {
    grid-row-gap: 64px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .left-project-hero {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .link-scroll-down {
    display: none;
  }

  .right-project-hero {
    width: 100%;
    max-width: 520px;
  }

  .divider-hero-project {
    display: none;
  }

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

  .flex-contact {
    grid-row-gap: 80px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .left-contact {
    text-align: center;
    order: 1;
    align-items: center;
  }

  .top-left-contact, .bottom-left-contact {
    align-items: center;
  }

  .master-fixed-navigation {
    display: none;
  }

  .icon-close-nav {
    width: 8vw;
    height: 8vw;
  }

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

  .wrap-testimonials-heading {
    text-align: center;
    justify-content: center;
    padding-left: 0;
  }
}

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

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

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

  .big-text {
    font-size: 28px;
  }

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

  .brand-link-navbar {
    padding-left: 0;
  }

  .logo-hero-home {
    width: 80%;
  }

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

  .tile-border.testimonials-tile {
    padding: 52px;
  }

  .tile-border.opening-tile {
    grid-row-gap: 48px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .tile-border.contact-form-tile {
    padding: 40px;
  }

  .image-scroll-image.left-image, .image-scroll-image.right-image {
    width: 32vw;
    height: 32vw;
  }

  .image-scroll-image.middle-image {
    width: 40vw;
    height: 40vw;
  }

  .wrap-scroll-smiley.first-smiley-wrap, .wrap-scroll-smiley.second-smiley-wrap {
    display: none;
  }

  .slide-testimonials {
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-testimonial {
    font-size: 24px;
  }

  .section-big-image {
    height: 80vw;
    min-height: 0;
    max-height: none;
  }

  .big-process-circle {
    width: 45vw;
    height: 45vw;
    font-size: 13vw;
  }

  .grid-contact-footer {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .divider-contact-footer {
    width: 100%;
    max-width: 300px;
    height: 1px;
  }

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

  .column-footer-link {
    align-items: center;
  }

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

  .divider-hero-about {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .grid-about-top {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .grid-bottom-about {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-simley-about {
    padding-top: 56px;
    padding-bottom: 56px;
  }

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

  .divider-stats {
    width: 60%;
    height: 1px;
  }

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

  .limit-706.center-landscape {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .master-moving-logos {
    grid-row-gap: 70px;
  }

  .move-moving-logo.second-moving, .single-moving-logo {
    grid-column-gap: 120px;
  }

  .logo-moving-logo {
    max-width: 150px;
    max-height: 57px;
  }

  .service-expandable-left {
    flex-direction: column;
  }

  .link-bottom-nav {
    font-size: 3vw;
  }

  .wrap-bottom-links-nav {
    grid-column-gap: 4vw;
    grid-row-gap: 2vw;
    flex-wrap: wrap;
  }

  .link-big-nav {
    font-size: 10vw;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

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

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

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

  .big-text {
    font-size: 26px;
  }

  .logo-hero-home {
    width: 95%;
  }

  .text-hero-home {
    font-size: 24px;
    line-height: 140%;
  }

  .video-home {
    border-radius: 24px;
  }

  .section-moving-text {
    margin-top: 80px;
    margin-bottom: 80px;
  }

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

  .tile-border.service-tile {
    padding: 40px 32px;
  }

  .tile-border.testimonials-tile {
    grid-row-gap: 64px;
    padding: 32px 24px;
  }

  .tile-border.sticky-value-tile, .tile-border.opening-tile {
    padding: 32px;
  }

  .tile-border.contact-form-tile {
    padding: 32px 28px;
  }

  .master-scroll-images {
    height: auto;
  }

  .sticky-scroll-images {
    position: static;
  }

  .inside-scroll-images {
    grid-row-gap: 4vw;
    flex-direction: column;
  }

  .image-scroll-image.left-image, .image-scroll-image.right-image {
    width: 60vw;
    height: 60vw;
  }

  .image-scroll-image.middle-image {
    width: 80vw;
    height: 80vw;
  }

  .link-project {
    grid-row-gap: 32px;
  }

  .wrap-project-tags {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .tag-project {
    font-size: 18px;
  }

  .h3-project-name {
    font-size: 26px;
  }

  .text-testimonial {
    font-size: 22px;
  }

  .big-process-circle {
    width: 60vw;
    height: 60vw;
  }

  .icon-play {
    width: 60px;
    height: 60px;
  }

  .divider-hero-about {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .expanded-text {
    font-size: 16px;
    line-height: 24px;
  }

  .expandable-content-wrap {
    flex: 0 auto;
    max-width: none;
  }

  .service-expandable-left {
    flex-direction: column;
    flex: 1;
    margin-right: 16px;
  }

  .expand-line {
    flex: none;
  }

  .expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .expand-icon-wrap {
    flex: none;
  }

  .flex-hero-project {
    grid-row-gap: 48px;
  }

  .title-wrap-contact {
    margin-bottom: 56px;
  }

  .link-social-contact {
    font-size: 24px;
  }

  .icon-social-contact {
    width: 32px;
    height: 32px;
  }

  .link-navbar {
    font-size: 6vw;
    line-height: 120%;
  }

  .link-bottom-nav {
    font-size: 5.5vw;
  }

  .wrap-bottom-links-nav {
    grid-row-gap: 1vh;
    flex-direction: column;
  }

  .master-fixed-navigation {
    display: none;
  }

  .icon-close-nav {
    width: 12vw;
    height: 12vw;
    top: 5.4vw;
    right: 5.4vw;
  }

  .h2-heading {
    font-size: 36px;
    line-height: 130%;
  }

  .h3-heading {
    font-size: 32px;
    line-height: 130%;
  }

  .wrap-big-image {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#w-node-_7f725ad8-e37e-bccb-47a2-9622018b2060-018b205b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7f725ad8-e37e-bccb-47a2-9622018b2063-018b205b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7f725ad8-e37e-bccb-47a2-9622018b2064-018b205b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7f725ad8-e37e-bccb-47a2-9622018b2067-018b205b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7f725ad8-e37e-bccb-47a2-9622018b2068-018b205b, #w-node-_34140727-b9e7-d0b2-32b2-04924d554409-f03d49bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_34140727-b9e7-d0b2-32b2-04924d55440c-f03d49bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_34140727-b9e7-d0b2-32b2-04924d55440d-f03d49bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_34140727-b9e7-d0b2-32b2-04924d554410-f03d49bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_34140727-b9e7-d0b2-32b2-04924d554411-f03d49bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_14dea437-6844-4466-6d95-eb4bca6b0bce-8f54246f, #w-node-_14dea437-6844-4466-6d95-eb4bca6b0bcf-8f54246f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_14dea437-6844-4466-6d95-eb4bca6b0bd1-8f54246f {
  grid-area: 1 / 2 / 7 / 3;
  place-self: stretch stretch;
}

#w-node-_14dea437-6844-4466-6d95-eb4bca6b0bd2-8f54246f {
  grid-area: 1 / 1 / 3 / 2;
  place-self: stretch stretch;
}

#w-node-_14dea437-6844-4466-6d95-eb4bca6b0bd3-8f54246f {
  grid-area: 3 / 1 / 5 / 2;
  place-self: stretch stretch;
}

#w-node-_14dea437-6844-4466-6d95-eb4bca6b0bd4-8f54246f {
  grid-area: 5 / 1 / 7 / 2;
  place-self: stretch stretch;
}

#w-node-_14dea437-6844-4466-6d95-eb4bca6b0bd5-8f54246f {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-_14dea437-6844-4466-6d95-eb4bca6b0bd7-8f54246f {
  grid-area: 4 / 3 / 7 / 4;
  place-self: stretch stretch;
}

#w-node-_14dea437-6844-4466-6d95-eb4bca6b0bda-8f54246f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14dea437-6844-4466-6d95-eb4bca6b0bdf-8f54246f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_14dea437-6844-4466-6d95-eb4bca6b0be0-8f54246f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14dea437-6844-4466-6d95-eb4bca6b0be5-8f54246f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_14dea437-6844-4466-6d95-eb4bca6b0be6-8f54246f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14dea437-6844-4466-6d95-eb4bca6b0beb-8f54246f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_14dea437-6844-4466-6d95-eb4bca6b0bec-8f54246f, #w-node-_1eebe992-9a35-920b-4e4f-a5841cdf7043-c1c5da76, #w-node-_1eebe992-9a35-920b-4e4f-a5841cdf704b-c1c5da76, #w-node-_1eebe992-9a35-920b-4e4f-a5841cdf7053-c1c5da76, #w-node-_6b9a3a9f-4688-1037-51ae-af05a96d8c5d-de96ec9c, #w-node-_6b9a3a9f-4688-1037-51ae-af05a96d8c64-de96ec9c, #w-node-_6b9a3a9f-4688-1037-51ae-af05a96d8c6b-de96ec9c, #w-node-_6b9a3a9f-4688-1037-51ae-af05a96d8c72-de96ec9c, #w-node-_6b9a3a9f-4688-1037-51ae-af05a96d8c79-de96ec9c, #w-node-_6b9a3a9f-4688-1037-51ae-af05a96d8c80-de96ec9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_14dea437-6844-4466-6d95-eb4bca6b0bd1-8f54246f {
    grid-area: span 6 / span 1 / span 6 / span 1;
  }

  #w-node-_14dea437-6844-4466-6d95-eb4bca6b0bd2-8f54246f, #w-node-_14dea437-6844-4466-6d95-eb4bca6b0bd3-8f54246f, #w-node-_14dea437-6844-4466-6d95-eb4bca6b0bd4-8f54246f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_14dea437-6844-4466-6d95-eb4bca6b0bd5-8f54246f, #w-node-_14dea437-6844-4466-6d95-eb4bca6b0bd7-8f54246f {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }
}


@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}