:root {
  --light-outline: #ffffff1a;
  --normal-overlay: #04080c80;
  --dark-overlay: #0009;
  --light-overlay: #000000db;
  --dark-background: #000;
  --light-background: #8ea5b60d;
  --extra-dark-background: #000;
  --waves-library--black: #131313;
  --waves-library--white: white;
  --white: var(--dark-background);
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 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 {
    font-size: 16px;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.4em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.35em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.35em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

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

.hero-section {
  border-bottom: 1px solid var(--light-outline);
  flex-direction: column-reverse;
  justify-content: space-between;
  margin-top: -93px;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.hero-section.ab-out {
  margin-top: 0;
  padding-top: 95px;
}

.hero-section.ab-out.opo-up {
  z-index: 60;
  background-color: #000;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.hero-section.ab-out.overflow-show {
  overflow: visible;
}

.grid-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-wrapper.mobile {
  display: none;
}

.home-hero-banner {
  z-index: 10;
  border-top: 1px none var(--light-outline);
  border-bottom: 1px none var(--light-outline);
  flex: 1;
  justify-content: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
  overflow: visible;
}

.hero-bottom {
  border-top: 1px none var(--light-outline);
  justify-content: center;
  height: 65px;
  display: flex;
}

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

.logo-side {
  border-right: 1px none var(--light-outline);
  justify-content: flex-end;
  width: 100%;
  min-width: 50vw;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.logo-side.right {
  border-left: 1px none var(--light-outline);
  border-right-style: none;
  inset: 0% auto 0% 0%;
}

.body {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/TJTN-hexagons-signature.png');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  font-family: Montserrat, sans-serif;
}

.background-wrapper {
  z-index: -3;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: -110% 0% 0% -25%;
  overflow: hidden;
}

.background-image {
  background-image: url('../images/Image002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.background-image.home-background {
  background-image: url('../images/play---filled-24x242x.svg');
  background-position: 50%;
  background-size: cover;
}

.background-image.testimonial-background {
  background-image: url('../images/heaxon-.svg');
  background-position: 50% 0;
  width: 110%;
  height: 110%;
  inset: auto;
}

.background-image.action-background {
  background-image: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-image.services-one {
  background-image: url('../images/Image018.jpeg');
}

.background-image.services-two {
  background-image: url('../images/Image002.jpeg');
  background-position: 0 0;
}

.background-image.services-three {
  background-image: url('../images/Image005.jpeg');
  background-position: 0%;
}

.background-image.projects-background {
  background-image: url('../images/Image028.jpeg');
  background-position: 50%;
}

.background-image.history-background {
  background-image: url('../images/Image002.jpeg');
}

.overlay {
  background-color: var(--normal-overlay);
  position: absolute;
  inset: 0%;
}

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

.overlay.light {
  background-color: var(--light-overlay);
  border: 1px solid #000;
}

.overlay.light.iblur {
  background-color: #00000069;
}

.overlay.extra-dark {
  background-color: #04080cb3;
}

.navbar {
  border-bottom: 1px none var(--light-outline);
  background-color: #fff0;
  justify-content: center;
  align-items: stretch;
  height: 100px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--light-outline);
  border-bottom: 1px none var(--light-outline);
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: stretch;
  place-items: center stretch;
  width: 100%;
  min-height: 15vh;
  margin-left: 0;
  padding: 36px 49px;
  font-family: Syne, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: grid;
}

.nav-link.w--current {
  color: #fff;
}

.wrapper-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--light-outline);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.nav-menu {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.brand {
  border-right: 1px none var(--light-outline);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  font-family: Syne, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.brand.w--current {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  padding-left: 31px;
  padding-right: 31px;
}

.looping-hero-top {
  border-bottom: 1px none var(--light-outline);
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 55px;
  display: flex;
}

.nav-right {
  border-left: 1px none var(--light-outline);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.body-display {
  color: #ffffffe6;
  font-size: 18px;
  line-height: 1.6em;
}

.body-display.small {
  font-size: 16px;
}

.body-display.large {
  font-size: 20px;
}

.section {
  border-bottom: 1px solid var(--light-outline);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

.section.clip {
  overflow: hidden;
}

.section.clip.hidden {
  display: none;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.mobile {
  display: none;
}

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

.section._1wst {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.social-icon {
  border: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 4px;
  font-size: 8px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.social-icon.large {
  width: 48px;
  height: 48px;
}

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

.content-stacked.small {
  grid-row-gap: 48px;
}

.content-stacked.large {
  grid-row-gap: 200px;
}

.content-stacked.medium {
  grid-row-gap: 80px;
}

.nav-cover {
  border-bottom: 1px solid var(--light-outline);
  background-color: var(--dark-background);
  height: 100%;
  position: absolute;
  inset: -101% 0% 0%;
}

.looping-logo-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.looping-logo-wrapper.right {
  inset: 0% auto 0% 0%;
}

.looping-logo-wrapper.left {
  justify-content: flex-start;
  width: 100%;
}

.logo-strip {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.logo-item {
  opacity: .65;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-width: 200px;
  height: 100%;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.logo-strip-wrapper {
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.looping-heading {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 52px;
  font-weight: 700;
}

.looping-heading.mobile-only {
  display: none;
}

.looping-heading-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  padding-right: 48px;
  display: grid;
}

.heading-separator {
  background-color: var(--light-outline);
  width: 60px;
  height: 2px;
}

.heading-separator.mobile-only {
  display: none;
}

.looping-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: stretch;
  place-items: center stretch;
  display: grid;
}

.circle-link {
  border: 1px none var(--light-outline);
  background-color: var(--dark-background);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 6px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-link.extra-small {
  width: 100px;
  height: 100px;
}

.link-wrapper {
  margin-top: -70px;
  padding-bottom: 41px;
  position: relative;
}

.link-wrapper.horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-top: -50px;
  margin-left: -9px;
  padding-bottom: 0;
  display: grid;
}

.scroll-link {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-style: none solid;
  border-width: 1px;
  border-color: black var(--light-outline);
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: stretch center;
  align-items: center;
  font-size: 11px;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.scroll-arrow {
  width: 16px;
  height: 100%;
}

.scroll-arrow.small {
  width: 12px;
}

.sticky-image {
  width: 425px;
  min-width: 425px;
  height: 425px;
  min-height: 425px;
  position: sticky;
  top: 100px;
}

.sticky-box-list {
  grid-column-gap: 16px;
  grid-row-gap: 30vh;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 550px;
  padding-bottom: 120px;
  padding-left: 0;
  display: grid;
}

.sticky-image-wrapper {
  position: absolute;
  inset: 0%;
}

.sticky-image-wrapper.image-two {
  opacity: 1;
}

.subtitle {
  z-index: 10;
  color: #fffc;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
}

.subtitle.normal {
  letter-spacing: 1px;
}

.subtitle.duble {
  letter-spacing: 2px;
}

.section-logos {
  border-bottom: 1px solid var(--light-outline);
  justify-content: center;
  min-height: 240px;
  display: flex;
  overflow: hidden;
}

.section-logos.hidden {
  display: none;
}

.stacked-intro {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.intro-box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 450px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sticky-image-bar {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  align-items: flex-start;
  height: 100vh;
  margin-bottom: -120px;
  padding-bottom: 120px;
  display: grid;
  position: sticky;
  top: 100px;
}

.scroll-indicator {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: grid;
  position: sticky;
}

.indiator-bar {
  background-color: var(--light-outline);
  height: 2px;
}

.indicator-fill {
  background-color: #fff;
  width: 20%;
  height: 100%;
}

.indicator-link {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  font-size: 11px;
  text-decoration: none;
  display: grid;
}

.scroll-indicator-wrapper {
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.services-grid {
  grid-column-gap: 140px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -60px;
  display: grid;
}

.link {
  border: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 12px 29px;
  font-size: 11px;
  text-decoration: none;
}

.link.icon-link {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.link.hero {
  padding: 0;
}

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

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

.sticky-image-box {
  min-height: 500px;
}

.outline {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  margin: 9px;
  position: absolute;
  inset: 0%;
}

.project-grid {
  grid-column-gap: 80px;
  grid-row-gap: 170px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  padding-bottom: 0;
  display: grid;
}

.project-grid.full-width {
  grid-row-gap: 140px;
}

.project-grid.two-column {
  grid-column-gap: 0px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.project-hero {
  border-bottom: 1px solid var(--light-outline);
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.project-hero-wrapper {
  border-bottom: 1px solid var(--light-outline);
  flex: 1;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.heading.large {
  font-size: 52px;
}

.medium-width {
  max-width: 550px;
}

.about-hero {
  border-bottom: 1px none var(--light-outline);
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.looping-image-section {
  border-bottom: 1px solid var(--light-outline);
  padding-top: 160px;
  padding-bottom: 160px;
  overflow: hidden;
}

.image-strip-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.looping-image-strip {
  grid-column-gap: 200px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-right: 200px;
  display: grid;
}

.looping-image-wrapper {
  width: 400px;
  height: 400px;
  position: relative;
  overflow: hidden;
  transform: rotate(45deg);
}

.looping-image {
  background-image: url('../images/Image022.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.looping-image.image-one {
  background-image: url('../images/Image010.jpeg');
}

.looping-image.image-two {
  background-image: url('../images/Image009.jpeg');
}

.looping-image.image-three {
  background-image: url('../images/Image008.jpeg');
}

.looping-image.image-four {
  background-image: url('../images/image031.jpeg');
}

.project-card-content {
  z-index: 2;
  color: #fff;
  border-radius: 13px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 45vw;
  min-height: 600px;
  padding: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 13px 3px #fffc, 0 7px 5px #0009, 0 0 0 1px #fff;
}

.project-card-content.tblur {
  z-index: 0;
  filter: brightness(72%) blur(2.1em);
  position: absolute;
  inset: 0%;
  transform: scale(1.1);
}

.project-card-image {
  border: 6px solid #000;
  border-radius: 20px;
  flex: 0 auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.collection-item {
  width: 100%;
}

.collection-item.full-width {
  width: 85%;
  position: relative;
}

.collection-item.full-width:nth-child(odd) {
  margin-left: 0;
  margin-right: auto;
}

.collection-item.full-width:nth-child(2n) {
  margin-left: auto;
  margin-right: 0;
}

.project-card-info {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  border-bottom: 1px none var(--light-outline);
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between space-around;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.slide-nav {
  display: none;
}

.slider {
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.left-arrow {
  border: 1px solid var(--light-outline);
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  padding: 15px 28px;
  font-size: 11px;
  display: flex;
  inset: 0% auto 0% 0%;
}

.left-arrow.right {
  left: auto;
  right: 0%;
}

.testimonial-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.client-info {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.avatar {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  width: 90px;
  height: 90px;
  padding: 9px;
  transform: rotate(45deg);
}

.avatar-background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  transform: rotate(-45deg);
}

.avatar-background.avatar-one {
  background-image: url('../images/Portrait23.jpeg');
  background-position: 50% 20%;
}

.avatar-background.avatar-two {
  background-image: url('../images/Portrait009.jpeg');
  background-position: 50% 40%;
}

.avatar-background.avatar-three {
  background-image: url('../images/Avatar003.jpeg');
}

.avatar-background.avatar-four {
  background-image: url('../images/Portrait006.jpeg');
  background-position: 50% 0;
}

.avatar-background.avatar-five {
  background-image: url('../images/Portrait002.jpeg');
  background-position: 50% 20%;
}

.client-name {
  grid-column-gap: 12px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-arrow-content {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  transform: rotate(-90deg);
}

.slider-arrow-content.right {
  transform: rotate(90deg);
}

.mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.video-cover {
  align-items: center;
  width: 50vw;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.about-intro {
  grid-column-gap: 16px;
  grid-row-gap: 300px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-right: 60px;
  display: grid;
}

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

.section-title {
  z-index: 10;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 180px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-title.hide {
  display: none;
}

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

.footer-content {
  grid-column-gap: 120px;
  grid-row-gap: 180px;
  border-left: 1px none var(--light-outline);
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: start;
  min-height: 500px;
  display: grid;
  position: relative;
}

.menu-link {
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  height: 65px;
  display: flex;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 28px;
  display: flex;
}

.full-menu {
  border-bottom: 1px solid var(--light-outline);
  background-color: var(--dark-background);
  justify-content: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.menu-content {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: grid;
  overflow: auto;
}

.nav-link-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.full-menu-content {
  justify-content: center;
  height: 100vh;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.nav-cover-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-bottom-content {
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.about-banner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  display: grid;
  position: relative;
  overflow: visible;
}

.hero-top-content {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 140px;
}

.hero-top-content.tall {
  padding-top: 100px;
  padding-bottom: 180px;
}

.about-image-wrapper {
  width: 45vw;
  max-width: 750px;
  height: 45vw;
  max-height: 750px;
  position: relative;
  overflow: hidden;
}

.centered-link-wrapper {
  z-index: 25;
  margin-top: -70px;
  position: absolute;
  inset: 0% auto auto;
}

.banner-scroll-indicator {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.about-image {
  background-image: url('../images/Image022.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.about-image.image-one {
  background-image: url('../images/Image004.jpeg');
  background-position: 50% 80%;
}

.about-image.image-two {
  background-image: url('../images/Image017.jpeg');
}

.about-image.image-three {
  background-image: url('../images/Image007.jpeg');
}

.about-image.image-four {
  background-image: url('../images/Image005.jpeg');
}

.sticky-portrait-wrapper {
  min-height: 80vh;
  position: sticky;
  top: 65px;
  overflow: hidden;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.team-info {
  grid-column-gap: 16px;
  grid-row-gap: 250px;
  border-style: solid solid none none;
  border-width: 1px;
  border-color: var(--light-outline) var(--light-outline) transparent;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 80px;
  display: grid;
}

.team-info.end {
  border-bottom-style: solid;
  border-bottom-color: var(--light-outline);
}

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

.logo-box {
  border: 1px solid var(--light-outline);
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.logo-image {
  width: 100px;
}

.centered-intro {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.project-background {
  margin-right: -100px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-background.small {
  margin-right: 0;
}

.services-hero {
  border-bottom: 1px solid var(--light-outline);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.rotating-banner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: center;
  display: grid;
  position: relative;
  inset: 0% auto 0% 0%;
}

.rotating-box {
  width: 25vw;
  max-width: 375px;
  height: 25vw;
  max-height: 375px;
  position: relative;
  overflow: hidden;
}

.rotating-banner-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.rotating-banner-wrapper.reversed {
  justify-content: flex-start;
}

.rotating-background {
  background-image: url('../images/Image040.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.rotating-background.image-two {
  background-image: url('../images/Image033.jpeg');
}

.rotating-background.image-three {
  background-image: url('../images/Image035.jpeg');
}

.rotating-background.image-four {
  background-image: url('../images/Image039.jpeg');
}

.rotating-background.image-five {
  background-image: url('../images/Image004.jpeg');
}

.rotating-background.image-six {
  background-image: url('../images/Image017.jpeg');
}

.rotating-background.image-seven {
  background-image: url('../images/Image007.jpeg');
}

.rotating-background.image-eight {
  background-image: url('../images/Image005.jpeg');
}

.rotating-background.image-nine {
  background-image: url('../images/Image003.jpeg');
}

.rotating-background.image-ten {
  background-image: url('../images/Image017.jpeg');
}

.rotating-background.image-eleven {
  background-image: url('../images/Image002.jpeg');
}

.rotating-background.image-twelve {
  background-image: url('../images/Image007.jpeg');
}

.rotating-background.portrait-one {
  background-image: url('../images/images.png');
  background-size: cover;
}

.rotating-background.portrait-two {
  background-image: url('../images/shopify.svg'), linear-gradient(#fff, #fff);
  background-position: 50% 35%, 0 0;
  background-repeat: repeat, repeat;
}

.rotating-background.portrait-three {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  overflow: hidden;
}

.rotating-background.portrait-four {
  filter: invert();
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.content-box {
  align-items: center;
  max-width: 550px;
  padding-left: 0;
  display: flex;
}

.dual-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dual-grid.reversed {
  grid-template-columns: 1fr 50%;
}

.services-hero-banner {
  border-bottom: 1px solid var(--light-outline);
  flex: 1;
  justify-content: center;
  display: flex;
  position: relative;
}

.service-hero-image-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.service-hero-image-wrapper.reverse {
  justify-content: flex-start;
}

.service-hero-image-wrapper.middle {
  justify-content: center;
  overflow: hidden;
}

.service-hero-image {
  min-width: 33.33vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.service-hero-image.reverse {
  inset: 0% auto 0% 0%;
}

.testimonial-slide {
  border-left: 1px none var(--light-outline);
  padding: 0;
  position: static;
}

.action-intro {
  grid-column-gap: 18px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 450px;
  padding-bottom: 0;
  display: grid;
}

.contact-wrapper {
  border-top: 1px solid var(--light-outline);
  flex: 1;
  justify-content: center;
  display: flex;
}

.form-wrapper {
  border-right: 1px solid var(--light-outline);
  padding: 80px 80px 190px 0;
}

.quick-link-box {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding-left: 80px;
  padding-right: 0;
  display: grid;
}

.text-field {
  color: #fff;
  background-color: #000;
  border: 1px solid #eff9fc1a;
  border-radius: 100px;
  width: 100%;
  min-height: 60px;
  margin-bottom: 0;
  padding: 18px 36px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: #eff9fc99;
  padding-left: 26px;
}

.text-field::placeholder {
  color: #ffffff7a;
  font-weight: 300;
}

.text-field.large {
  border-radius: 20px;
  min-height: 160px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.text-field.selector {
  color: #797979;
}

.error-message {
  background-color: var(--light-background);
  border: 1px #eff9fc1a;
  border-left-style: solid;
  margin-top: 36px;
  padding: 18px 24px;
}

.form-block {
  z-index: 50;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.field-block {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-block.hider {
  display: none;
}

.feild-block-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  background-color: #0000;
  flex: 1;
  width: 100%;
  padding: 0;
}

.submit-button {
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #161a2000;
  border: 1px solid #eff9fc1a;
  border-radius: 100px;
  padding: 20px 18px;
  font-size: 14px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  border-color: #eff9fc;
}

.submit-button.demo {
  text-transform: capitalize;
  border-color: #ffffffc7;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  padding-top: 0;
  display: grid;
}

.success-content {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  background-color: var(--light-background);
  border: 1px #eff9fc1a;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 48px 18px;
  display: grid;
}

.gallery-image-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  height: 31vw;
  max-height: 725px;
  position: relative;
  overflow: hidden;
}

.preloader {
  z-index: 10000;
  border-bottom: 1px solid var(--light-outline);
  background-color: var(--extra-dark-background);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.menu-hover {
  flex-direction: column;
  justify-content: flex-start;
  width: 120px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.menu-hover.right {
  inset: 0% 0% 0% auto;
}

.menu-hover-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.menu-hover-line-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  height: 15vh;
  display: flex;
}

.menu-hover-line-wrapper.right {
  align-items: flex-start;
}

.menu-hover-line-wrapper.left {
  align-items: flex-end;
}

.gallery-image-background {
  background-image: url('../images/Image082.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: -100px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.testimonial-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.quick-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  border-top: 1px none var(--light-outline);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quick-link-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px none var(--light-outline);
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
  text-decoration: none;
  display: grid;
}

.quick-link-icon {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 12px;
  display: flex;
}

.footer-menu {
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  border-top: 1px none var(--light-outline);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.footer-credits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--light-outline);
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 58px;
  padding-bottom: 58px;
  font-size: 9px;
  display: grid;
}

.testimonial-text.large {
  font-size: 48px;
}

.loader {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  opacity: 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.project-image {
  position: absolute;
  inset: 0%;
}

.footer-section {
  padding-top: 180px;
}

.legal-link {
  opacity: 1;
  color: #a0a1af;
  text-decoration: none;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
}

.legal-link:hover {
  color: #fff;
}

.legal-credits {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  display: grid;
}

.portrait-image {
  background-image: url('../images/Portrait003.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.portrait-image.two {
  background-image: url('../images/Portrait06.jpeg');
}

.portrait-image.three {
  background-image: url('../images/Portrait07.jpeg');
  background-position: 50% 100%;
}

.portrait-image.four {
  background-image: url('../images/Avatar003.jpeg');
  background-position: 50% 70%;
}

.menu-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--light-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-list.left {
  display: none;
}

.footer-brand {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Syne, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.footer-about {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 375px;
  padding-right: 60px;
  display: grid;
}

.footer-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  text-decoration: none;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.footer-list-item:hover {
  padding-left: 24px;
  padding-right: 24px;
}

.project-arrow {
  width: 18px;
  min-width: 18px;
}

.arrow-wrapper {
  z-index: 25;
  position: relative;
  overflow: hidden;
}

.card-paralax-wrapper {
  position: absolute;
  inset: 0%;
}

.logo-title {
  border-right: 1px solid var(--light-outline);
  border-left: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.circle-link-hover {
  background-color: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.paragraph-heading {
  font-size: 48px;
}

.down-icon {
  width: 14px;
}

.lightbox-link {
  z-index: 30;
  background-color: var(--dark-background);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-left: -70px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

.lightbox-link.relative {
  margin-left: 0;
  position: relative;
}

.history-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 180px;
  padding-bottom: 180px;
  padding-right: 120px;
  display: grid;
}

.play-icon {
  z-index: 25;
  width: 24px;
  margin-left: 4px;
  position: relative;
}

.hyperlink {
  border-bottom: 1px solid var(--light-outline);
  color: #fff;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.hyperlink:hover {
  border-bottom-color: #fff;
}

.tab-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.tab-top:hover {
  padding-left: 36px;
  padding-right: 36px;
}

.open-lottie {
  z-index: 10;
  width: 14px;
  position: relative;
}

.tab-bottom {
  border-top: 1px none var(--light-outline);
  background-color: var(--light-background);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.tab-bottom-content {
  border-top: 1px none var(--light-outline);
  margin-left: auto;
  margin-right: auto;
  padding: 36px 36px 48px;
}

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

.tab-grid.small {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.skills-list {
  flex-direction: column;
  display: flex;
}

.skills-item {
  border-bottom: 1px solid var(--light-outline);
  flex-direction: column;
  display: flex;
}

.skills-item.left-top, .skills-item.right-top {
  border-top: 1px solid var(--light-outline);
}

.hover-cover {
  padding-left: 53px;
  padding-right: 53px;
  position: absolute;
  inset: 0%;
}

.tab-title {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  position: relative;
}

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

.project-cms-hero {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.project-hero-banner {
  border-bottom: 1px solid var(--light-outline);
  flex: 1;
  justify-content: center;
  min-height: 725px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.project-meta {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
  display: grid;
}

.meta-card {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.anchor-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--light-outline);
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-stage-list {
  grid-column-gap: 16px;
  grid-row-gap: 140px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

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

.project-stage-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 875px;
  display: grid;
}

.project-stage-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 850px;
  display: grid;
}

.stage-banner {
  width: 100%;
  height: 40vw;
  max-height: 850px;
  position: relative;
  overflow: hidden;
}

.client-quote-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.large-width {
  max-width: 800px;
}

.gallery-lightbox {
  width: 100%;
}

.gallery-image-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.dynamic-heading {
  grid-column-gap: 13px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-quote {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  max-width: 800px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: grid;
}

.anchor-link {
  border-bottom: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 11px;
  text-decoration: none;
  transition: background-color .5s, padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.anchor-link:hover {
  padding-left: 24px;
  padding-right: 24px;
}

.anchor-link.w--current {
  background-color: var(--light-background);
  padding-left: 24px;
  padding-right: 24px;
}

.stages-sidebar {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 275px;
  padding-right: 36px;
  display: grid;
  position: sticky;
  top: 124px;
}

.two-column-collection-item {
  width: 100%;
}

.background-video {
  z-index: 20;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mobile-intro-box-image {
  position: relative;
}

.delete-me {
  z-index: 5000000;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #000;
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 22rem;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: auto .5rem .5rem auto;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.delete-me_text-description {
  line-height: 1.5;
}

.delete-me_link {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .65rem 1.3rem .7rem;
  line-height: 1.3;
  text-decoration: none;
}

.hexagon {
  position: absolute;
}

.hexagon._1 {
  opacity: .41;
  transform: scale(.8);
}

.hexagon._2 {
  opacity: .57;
  transform: scale(.6);
}

.hexagon-wrapper {
  z-index: -1;
  width: 100px;
  height: 100px;
  position: absolute;
}

.underline-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.underline-link.large-underline-link {
  font-size: 1.25rem;
}

.heading-xlarge {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.25;
}

.home-hero-content {
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 6rem;
  display: flex;
}

.home-hero-images {
  flex: 0 auto;
  justify-content: flex-end;
  max-width: 93vw;
  display: flex;
  overflow: hidden;
}

.home-hero-component {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  padding-top: 5rem;
  padding-right: 0;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
}

.image-full {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.01);
}

.hero-trigger {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.arrow-icon {
  opacity: 1;
  filter: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.button-text-2 {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-text-wrapper {
  z-index: 10;
  flex-direction: column;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.section-hero-home {
  background-color: #fff0;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.home-hero-intro {
  flex-direction: column;
  align-items: flex-start;
  max-width: 50rem;
  display: flex;
}

.hero-image-strip {
  justify-content: flex-end;
  display: flex;
}

.arrow-icon-wrapper {
  background-color: #1a242c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2.875rem;
  margin-right: 1rem;
  padding-top: 2px;
  display: flex;
  overflow: hidden;
}

.arrow-icon-wrapper.large-arrow-icon {
  filter: blur(20px);
  background-color: #fff;
  width: 3.25rem;
  height: 3.25rem;
  margin-right: 1.25rem;
}

.page-padding {
  width: 100%;
  max-width: 93vw;
  padding-left: 7vw;
  padding-right: 7vw;
}

.arrow-icon-clip {
  color: #000;
  justify-content: flex-end;
  align-items: center;
  width: 1rem;
  display: flex;
  overflow: hidden;
}

.hero-image {
  width: 70vh;
  min-width: 70vh;
  height: 70vh;
  margin-left: .5rem;
  position: relative;
  overflow: hidden;
}

.home-hero-top {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.html-embed {
  opacity: .35;
  width: 100%;
  height: 100%;
  display: none;
}

.shopify {
  background-color: #00ff3c24;
  border: 1px solid #00ffe5;
  padding-top: 17px;
  box-shadow: inset 0 2px 20px 13px #0affe724;
}

.form-2 {
  display: flex;
}

.device-container {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  padding-left: 0;
  display: flex;
  position: relative;
}

.text-field-2 {
  border: 1px solid #e2e2e2;
  border-radius: 8px 0 0 8px;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 20px;
}

.heading-h2 {
  margin-bottom: 32px;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
}

.projects-img {
  z-index: -2;
  opacity: 0;
  position: relative;
}

.project-device {
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 16px;
  width: 90%;
  min-width: 360px;
  max-width: 50vw;
  height: 100%;
  margin-bottom: 20%;
  margin-right: -30%;
  padding: 3%;
  transition: transform .5s, box-shadow .5s;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
  box-shadow: -2px 2px #dbdbdb, -25px 49px 50px -20px #0000004d;
}

.project-device:hover {
  transform: perspective(12000px)perspective(9000px)rotateX(44deg)rotateY(0)rotateZ(-38deg);
  box-shadow: -5px 5px #dbdbdb, -23px 45px 45px -20px #0000004d;
}

.project-device._2 {
  margin-bottom: -15%;
  margin-right: 10%;
}

.project-device._3 {
  cursor: pointer;
  transform-style: preserve-3d;
  margin-bottom: -30%;
  margin-right: -19%;
}

.project-device._3:hover {
  z-index: 3;
  transform: perspective(12000px)perspective(9000px);
}

.project-device._3:active {
  box-shadow: 0 0 0 3px #dbdbdb, -23px 45px 45px -20px #0000004d;
}

.submit-button-2 {
  background-color: #7572ec;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  min-width: 110px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
}

.text-container {
  z-index: 1;
  background-color: #0000;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  transform: perspective(10000px);
}

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

.section-2 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: row;
  align-content: space-around;
  width: 100%;
  max-width: 1590px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
  position: relative;
}

.heading-h1 {
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 86px;
  font-weight: 300;
  line-height: 77px;
}

.hero-container {
  background-image: none;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 880px;
  display: flex;
  overflow: hidden;
  transform: none;
}

.feature-images-overlaped {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  max-height: 648px;
  margin-right: 46px;
  display: flex;
  position: relative;
}

.image-2 {
  position: absolute;
  inset: 62% -26% auto auto;
}

.image-2.suitcase {
  top: 50%;
  right: -25%;
}

.image-2.monety {
  top: 54%;
  right: -24%;
}

.image {
  display: none;
  position: absolute;
}

.image.cart {
  opacity: 1;
}

.image.lottie, .image.lottie-footer {
  width: 100%;
  height: 100%;
  max-height: 877px;
  display: block;
}

.image-3 {
  position: absolute;
  top: auto;
  left: auto;
}

.image-3.code {
  bottom: 41%;
  right: 13%;
}

.image-3.cart {
  opacity: .43;
  top: 16%;
  left: -23%;
}

.video-bg {
  z-index: 1;
  width: 100%;
  min-width: 360px;
  height: 100%;
  display: inline-block;
  position: static;
}

.tablet-bg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.tablet-bg._2 {
  margin-bottom: -15%;
  margin-right: 10%;
}

.tablet-bg._3 {
  margin-bottom: -30%;
  margin-right: -30%;
}

.blur {
  z-index: -1;
  filter: blur(9.5rem);
  background-color: #fff;
  border-radius: 22.1rem;
  width: 300px;
  height: 200px;
  position: absolute;
}

.blur.colorful {
  opacity: 1;
  filter: saturate(200%) blur(7.8rem);
  background-image: linear-gradient(299deg, #fff0 69%, #19ff00), linear-gradient(33deg, #00aeff 17%, #000 53%, #001eff 66%, #c0f 82%, #27ff06);
  width: 500px;
  height: 500px;
  top: 80.194px;
  left: 77.444px;
  transform: scale(1.4);
}

.blur.colorful._2nd {
  left: auto;
}

.figma {
  background-image: linear-gradient(#000000c9, #000000c9), linear-gradient(16deg, #0ac97f29, #fff0), linear-gradient(97deg, #9d56f7, #fff0), linear-gradient(12deg, #0000, #19b6f6);
  border: 1px solid #5267a8;
  padding: 0;
}

.webflow-logo {
  background-color: #136df50d;
  border: 1px solid #136df5;
  box-shadow: inset 0 2px 20px 7px #136df5;
}

.chat {
  background-image: linear-gradient(#3099a712, #3099a712);
  border: 1px solid #75ac9d;
  padding-top: 11px;
  box-shadow: inset 0 2px 20px 4px #21be93c2;
}

.embed {
  cursor: grab;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image-4 {
  object-fit: contain;
}

.image-3-copy {
  position: absolute;
  top: 28%;
  left: 55%;
}

.image-3-copy.code {
  bottom: 41%;
  right: 13%;
}

.heading-2 {
  padding-left: 18px;
}

.link-2 {
  color: #fff;
  text-decoration: underline;
}

.project-device--3 {
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 16px;
  width: 90%;
  min-width: 360px;
  max-width: 50vw;
  height: 100%;
  margin-bottom: 20%;
  margin-right: -30%;
  padding: 3%;
  transition: transform .5s, box-shadow .5s;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
  box-shadow: -2px 2px #dbdbdb, -25px 49px 50px -20px #0000004d;
}

.project-device--3:hover {
  transform: perspective(12000px)perspective(9000px)rotateX(44deg)rotateY(0)rotateZ(-38deg);
  box-shadow: -5px 5px #dbdbdb, -23px 45px 45px -20px #0000004d;
}

.project-device--3._2 {
  margin-bottom: -15%;
  margin-right: 10%;
}

.project-device--3._3 {
  cursor: pointer;
  transform-style: preserve-3d;
  margin-bottom: -30%;
  margin-right: -19%;
}

.project-device--3._3:hover {
  z-index: 3;
  transform: perspective(12000px)perspective(9000px);
}

.project-device--3._3:active {
  box-shadow: 0 0 0 3px #dbdbdb, -23px 45px 45px -20px #0000004d;
}

.project-device--2 {
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 16px;
  width: 90%;
  min-width: 360px;
  max-width: 50vw;
  height: 100%;
  margin-bottom: 20%;
  margin-right: -30%;
  padding: 3%;
  transition: transform .5s, box-shadow .5s;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
  box-shadow: -2px 2px #dbdbdb, -25px 49px 50px -20px #0000004d;
}

.project-device--2:hover {
  transform: perspective(12000px)perspective(9000px)rotateX(44deg)rotateY(0)rotateZ(-38deg);
  box-shadow: -5px 5px #dbdbdb, -23px 45px 45px -20px #0000004d;
}

.project-device--2._2 {
  margin-bottom: -15%;
  margin-right: 10%;
}

.project-device--2._3 {
  cursor: pointer;
  transform-style: preserve-3d;
  margin-bottom: -30%;
  margin-right: -19%;
}

.project-device--2._3:hover {
  z-index: 3;
  transform: perspective(12000px)perspective(9000px);
}

.project-device--2._3:active {
  box-shadow: 0 0 0 3px #dbdbdb, -23px 45px 45px -20px #0000004d;
}

.project-device--1 {
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 16px;
  width: 90%;
  min-width: 360px;
  max-width: 50vw;
  height: 100%;
  margin-bottom: 20%;
  margin-right: -30%;
  padding: 3%;
  transition: transform .5s, box-shadow .5s;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
  box-shadow: -2px 2px #dbdbdb, -25px 49px 50px -20px #0000004d;
}

.project-device--1:hover {
  transform: perspective(12000px)perspective(9000px)rotateX(44deg)rotateY(0)rotateZ(-38deg);
  box-shadow: -5px 5px #dbdbdb, -23px 45px 45px -20px #0000004d;
}

.project-device--1._2 {
  margin-bottom: -15%;
  margin-right: 10%;
}

.project-device--1._3 {
  cursor: pointer;
  transform-style: preserve-3d;
  margin-bottom: -30%;
  margin-right: -19%;
}

.project-device--1._3:hover {
  z-index: 3;
  transform: perspective(12000px)perspective(9000px);
}

.project-device--1._3:active {
  box-shadow: 0 0 0 3px #dbdbdb, -23px 45px 45px -20px #0000004d;
}

.tablet-container {
  display: none;
}

._143-lottie-animation {
  filter: blur(8em);
  width: 500px;
  height: 500px;
  margin-left: -192px;
  position: absolute;
  right: 33px;
}

.resize-text {
  display: none;
}

.demo-container {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  left: 409px;
  overflow: visible;
}

._143-images-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

._143-image {
  background-color: #000;
  background-image: none;
  border: 1px #fff;
  border-radius: 0%;
  width: 400px;
  height: 400px;
  position: absolute;
  left: auto;
  right: 200px;
  box-shadow: 20px 0 40px -4px #0000001a;
}

._143-image._2 {
  transform-origin: 100% 0;
  background-image: linear-gradient(#fff, #fff);
  margin-right: -400px;
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

._143-image._3 {
  transform-origin: 100% 0;
  background-image: linear-gradient(#000, #000);
  margin-right: -400px;
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

._143-image._4 {
  transform-origin: 100% 0;
  background-color: #fff;
  background-image: none;
  margin-right: -400px;
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.demo-wrapper {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  position: relative;
}

.icon-3 {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-size: 26px;
  display: flex;
}

.slider-arrow-right {
  width: 80px;
  height: 80px;
}

._143-slider {
  background-color: #0000;
  width: 175px;
  height: 72px;
  position: absolute;
  top: 179px;
  left: -504px;
}

.left-arrow-2 {
  width: 80px;
  height: 80px;
}

.tablet-wrapper {
  background-image: none;
  border: 1px #fff;
  border-radius: 3%;
  width: 600px;
  height: 400px;
  position: absolute;
  left: auto;
  right: 200px;
  transform: scale(1.3);
  box-shadow: 0 0 0 2px #fff, inset 0 0 0 5px #000;
}

.tablet-wrapper._2 {
  transform-origin: 100% 0;
  background-image: linear-gradient(#fff, #fff);
  margin-right: -400px;
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.tablet-wrapper._3 {
  transform-origin: 100% 0;
  background-image: linear-gradient(#000, #000);
  margin-right: -400px;
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.tablet-wrapper._4 {
  transform-origin: 100% 0;
  background-color: #fff;
  background-image: none;
  margin-right: -400px;
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.div-block-2 {
  width: 800px;
  height: 400px;
}

.tablet-bg-2 {
  height: 100%;
  display: inline-block;
  position: static;
}

.slider__mask {
  position: static;
  overflow: visible;
}

.slider-2 {
  background-color: #0000;
  width: 600px;
  height: 355px;
}

.slide {
  position: static;
  inset: 0%;
  overflow: visible;
}

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

.slider__icon {
  font-size: 24px;
  font-weight: 700;
  display: none;
}

.slider__nav {
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.slide__image {
  z-index: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
  box-shadow: 0 0 0 4px #000, 0 0 0 6px #fff, 0 10px 40px #00000080;
}

.slide__image.previous {
  z-index: 0;
  filter: blur(5px);
  transform-origin: 50%;
  transform: translate(-120px)rotate(-3deg)scale(.8);
}

.slide__image.current {
  z-index: 2;
  transform-origin: 50%;
}

.slide__image.next {
  z-index: 1;
  filter: blur(5px);
  transform-origin: 50%;
  transform: translate(120px)rotate(3deg)scale(.8);
}

.slider__arrow {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #101010;
  background-color: #0000008c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 8px 20px #0006;
}

.slider__arrow:hover {
  color: #fff;
  background-color: #000;
}

.slider__arrow.left {
  margin-left: 35px;
  transform: translate(-50%);
}

.slider__arrow.right {
  margin-right: 38px;
  transform: translate(50%);
}

.glowing-wrapper-borders-masker {
  opacity: 0;
  border-radius: 0;
  width: 100%;
  padding: .06rem;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.glowing-wrapper-borders-masker.button {
  border-radius: 8rem;
}

.glowing-wrapper-glow {
  opacity: .12;
  filter: blur(8px);
}

.fly-out-button {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  white-space: nowrap;
  cursor: pointer;
  background-color: #000;
  border-top: 1px #ffffff1f;
  grid-template-rows: auto;
  grid-template-columns: 5vw 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 33.33%;
  max-width: 33.33%;
  height: 48px;
  max-height: 48px;
  padding: 0 5vw 0 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.fly-out-button.off-click {
  z-index: 50;
  border: 1px solid #e9c41d;
  border-right-color: #fffb02;
  width: 100%;
  max-width: 100%;
  box-shadow: -1px 2px 14px #e9c41d;
}

.projects-lottie-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14px;
  display: flex;
}

.glowing-wrapper-borders {
  opacity: 1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.grid-wrapper-2 {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: minmax(5vw, 1fr);
  grid-auto-flow: row;
  place-content: space-between center;
  place-items: center start;
  width: 100%;
  display: flex;
  position: relative;
}

.styles---glowing-button {
  display: none;
}

.projects-lottie {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.subtitle-2 {
  z-index: 10;
  color: #e2e7f1;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.glowing-wrapper-button {
  z-index: 1;
  color: #fff;
  letter-spacing: -.01em;
  border: 1px solid #ffffff1a;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: .88rem;
  line-height: 1.42;
  text-decoration: none;
  display: flex;
  position: relative;
}

.glowing-wrapper-mask-wrapper {
  opacity: 1;
}

.fly-out-button-wrapper {
  opacity: 0;
  margin-left: -5vw;
  padding-left: 5vw;
  display: flex;
  overflow: hidden;
}

.discovery-button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.glowing-wrapper-mask {
  opacity: 1;
}

.glowing-wrapper {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.glowing-wrapper.glowing-wrapper-active {
  background-color: #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  display: flex;
}

.glowing-wrapper.glowing-wrapper-active.button {
  border-radius: 8rem;
}

.glowing-wrapper-animations {
  opacity: 0;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.quote {
  z-index: 42;
  position: fixed;
  inset: auto auto 0% 0%;
}

.quote.button {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.quote.floating {
  padding-left: 19px;
  inset: auto 0% 0%;
}

.image-5 {
  width: 100%;
  height: 100%;
}

.tablet-bg-image {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: static;
}

.tablet-bg-image._2 {
  margin-bottom: -15%;
  margin-right: 10%;
}

.tablet-bg-image._3 {
  margin-bottom: -30%;
  margin-right: -30%;
}

.image-6 {
  position: absolute;
  inset: 62% -26% auto auto;
}

.image-6.monety {
  top: 54%;
  right: -24%;
}

.image-6.suitcase {
  top: 50%;
  right: -25%;
}

.image-7 {
  display: none;
  position: absolute;
}

.image-7.lottie {
  width: 100%;
  height: 100%;
  display: block;
}

.image-8 {
  position: absolute;
  top: auto;
  left: auto;
}

.image-8.code {
  bottom: 41%;
  right: 13%;
}

.image-8.cart {
  opacity: .43;
  display: none;
  top: 16%;
  left: -23%;
}

.indiator-bar-2 {
  background-color: #ffffff1a;
  height: 2px;
}

.link-3 {
  color: #fff;
}

.superscript {
  font-size: 12px;
  transition: transform .2s;
  display: inline-block;
}

.superscript:hover {
  transform: scale(1.2);
}

.link-4 {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.social-sidebar-icons {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.sidebar-icon {
  background-color: #aeaec00d;
  background-image: linear-gradient(#00000080, #00000080);
  border: 1px solid #c0c0d333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 8px;
  transition: all 1s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.sidebar-icon:hover {
  background-image: linear-gradient(50deg, #fdbc00, #950dfa 88%);
  border-color: #3572ff;
}

.sidebar-icon.contact {
  width: 100px;
  height: 100px;
}

.sidebar-icon.phone:hover {
  background-image: linear-gradient(50deg, #00fd3b, #0d78fa 88%);
}

.sidebar-icon.email:hover {
  background-image: linear-gradient(50deg, #00b5fd, #980eff 88%);
}

.bar {
  z-index: 2;
  background-color: #fff;
  width: 67%;
  height: 1px;
  padding-left: 51px;
  padding-right: 51px;
  position: absolute;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.image-9 {
  z-index: 3;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 140px;
  margin-left: 19px;
  margin-right: 19px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}

.share-text---wrapper {
  margin-left: -6px;
  position: absolute;
  left: 60px;
  overflow: hidden;
}

.button-5---x-icon {
  width: 21px;
  display: block;
}

.button5-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-link {
  margin-left: 1px;
  margin-right: 1px;
  padding: 7px;
  transition: margin .2s;
}

.social-link:hover {
  border-radius: 99999px;
}

.button5 {
  cursor: pointer;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  transition: all .35s cubic-bezier(.68, -.55, .265, 1.55);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button5:hover {
  transform: translate(0, -5px);
  box-shadow: 0 20px 40px #0000002b;
}

.button5.fixed:hover {
  box-shadow: none;
  transform: none;
}

.button5-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  position: relative;
}

.x-div {
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  padding-top: 10px;
  display: flex;
}

.button-5---share-icon {
  transition: all .2s;
}

.button-5---share-icon:hover {
  transform: translate(0, -5px);
}

.icons---move-up-down {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 129px;
  display: flex;
}

.button-5---icons-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 30px;
  display: none;
  transform: scale(1.3);
}

.button-5---lottie-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  height: 54px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.share-lottie {
  z-index: 1;
  opacity: 0;
  display: block;
  position: relative;
}

.subtitle-3 {
  z-index: 10;
  color: #e2e7f1;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-left: 61px;
  padding-right: 61px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.grid-wrapper-3 {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: minmax(5vw, 1fr);
  grid-auto-flow: row;
  place-content: space-between center;
  place-items: center start;
  width: 100%;
  display: flex;
  position: relative;
}

.image-10 {
  background-image: radial-gradient(circle closest-side, #000, #fff0);
  padding-top: 11px;
  position: relative;
  top: auto;
}

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

.utility-page-wrap {
  background-color: #ff616100;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.utility-page-form {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-top: 123px;
  padding-bottom: 123px;
  display: flex;
}

.body-2 {
  background-color: #000;
}

.form-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button-3 {
  color: #000;
  background-color: #fff;
}

.html-embed-2 {
  display: none;
}

.text-span-2 {
  color: #fff;
  text-decoration: underline;
}

.text-span-2:hover {
  transform: scale(1.1);
}

.icon {
  width: 20px;
}

.c-icon {
  margin-right: 10px;
}

._w-features {
  padding-top: 40px;
  padding-bottom: 40px;
}

._w-pricing-table-item {
  border: 1px solid #ffffffb3;
  border-radius: 5px;
  padding: 40px;
  box-shadow: inset 0 4px 14px 3px #fff3, 1px 1px 15px #00000026;
}

._w-pricing-table-item.focus {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.c-highlight {
  position: absolute;
  inset: 0% 0% auto;
}

.divider {
  border-bottom: 1px dashed #0003;
}

.c-divider {
  margin-top: 30px;
}

.c-s-header {
  margin-bottom: 40px;
}

.section-3 {
  text-align: center;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.c-features-item {
  margin-bottom: 10px;
}

.s-header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.feature-text {
  text-align: left;
}

._w-price {
  justify-content: center;
  font-weight: 600;
  display: flex;
}

.c-amount {
  align-items: flex-end;
  display: flex;
}

.c-pricing-table-item {
  margin: 10px;
}

.currency {
  margin-right: 3px;
}

._w-highlight {
  background-image: linear-gradient(225deg, #070700, #737574b5);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: inset 0 2px 13px #fff3;
}

.plantype {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

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

._w-features-item {
  align-items: center;
  display: flex;
}

.a-price-btn {
  color: #fff;
  background-image: linear-gradient(225deg, #000, #303030);
  border-radius: 5px;
  width: 100%;
  padding: 10px 40px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  box-shadow: inset 0 2px 5px #fff3;
}

.a-price-btn:hover {
  transform: translate(0, -5px);
  box-shadow: 0 6px 10px #0003;
}

.amount {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 40px;
}

.highlight {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px #00000040;
  padding: 7px 20px;
  font-weight: 700;
}

.features-metrics {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-list.hider {
  display: none;
}

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

.features-left {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.number-features {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 34px;
  position: absolute;
  top: 25px;
  left: 25px;
}

.services-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.triangle {
  z-index: 2;
  width: 120px;
  position: absolute;
  inset: auto -3px -3px auto;
}

.triangle._4 {
  inset: 0% 0% auto auto;
}

.triangle._5 {
  width: 80px;
  inset: auto auto 0% 0%;
}

.triangle._2 {
  inset: auto auto 0% 0%;
}

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

.section-4 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 80px 5%;
  position: relative;
}

.strategy-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 88%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.display-2 {
  margin-top: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
}

.features-icon {
  background-color: #fff;
  border-radius: 8px;
  width: 50px;
  padding: 10px;
}

.small-subhead {
  color: #9b9b9b;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.service-title {
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 24px;
}

.service-title._2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.featrues-left {
  background-color: #0000;
  position: relative;
}

.featrues-left._3 {
  background-image: url('../images/developmetn.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.featrues-left._2 {
  background-image: url('../images/design.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.featrues-left._1 {
  background-image: url('../images/strategy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.margin-80px {
  margin-top: 80px;
}

.margin-80px.hider {
  display: none;
}

.max-w-title {
  text-align: center;
  max-width: 520px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-title._2 {
  margin-bottom: 30px;
}

.features-right-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding: 89px;
  display: flex;
  position: relative;
}

.container-2 {
  z-index: 1;
  flex: 1;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-2._90 {
  max-width: 90%;
}

.logo-client-black {
  flex: 0 30%;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.logo-client-black:hover {
  opacity: 1;
}

.logo-client-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 44%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-client-wrapper._100 {
  justify-content: center;
  max-width: 502px;
  margin-left: auto;
  margin-right: auto;
}

.services-block {
  border-left: 2px solid #494949;
  padding-left: 20px;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  border-radius: 11px;
  width: 48px;
  height: 48px;
  padding: 9px;
}

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

.waves-tile-feature-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 32px;
  display: flex;
}

.waves-grid-features-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---mg-bottom-100 {
  margin-bottom: 100px;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.waves---paragraph-small {
  font-size: 13px;
  line-height: 130%;
}

.waves---paragraph-small.guarnatees {
  font-size: 17px;
}

.waves---paragraph-small.middle {
  text-align: center;
  padding-bottom: 26px;
}

.icon-pulse {
  filter: invert();
  width: 45px;
  height: 37px;
  margin-bottom: 12px;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.waves---single-check-item.top-bottom {
  flex-flow: column;
}

.waves---master-checks-horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.waves---mg-top-32 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves-content-cta-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-master-cta-2 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 40px;
  display: flex;
}

.hex {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-5 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-11 {
  width: 100px;
}

.div-block-6 {
  background-color: #bb1c1c;
  display: none;
}

.mobile-only {
  display: none;
}

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

.heading-3.center {
  line-height: 26px;
}

.div-block-7 {
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 55vh;
  display: flex;
}

.image-12 {
  z-index: 3;
  object-position: 50% 0%;
  background-color: #fff;
  width: 100vw;
  height: 100%;
  position: relative;
}

.div-block-8 {
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-9 {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 146px;
  padding-bottom: 57px;
  padding-left: 37px;
  display: flex;
  position: relative;
}

.text-block-4 {
  color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 6em;
  font-weight: 700;
}

.text-block-5, .text-block-6 {
  color: #fff;
}

.image-12-copy {
  object-position: 50% 0%;
  z-index: 3;
  object-position: 50% 0%;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-10 {
  z-index: 8;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-12-copy-copy {
  z-index: 3;
  object-position: 50% 0%;
  object-position: 50% 0%;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-11 {
  z-index: 16;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-12 {
  background-color: #000;
  height: 200vh;
}

.heading-4 {
  padding-bottom: 40px;
}

.demo-heading {
  padding-bottom: 40px;
  font-size: 50px;
}

.optional {
  letter-spacing: 1px;
  font-size: 9px;
}

.div-block-13 {
  position: sticky;
  top: 188px;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.heading-5, .paragraph {
  text-align: center;
}

.div-block-15 {
  margin-bottom: 49px;
  display: none;
}

.text-block-7 {
  text-align: right;
  padding-right: 26px;
}

.iframe {
  width: 100vw;
  height: 100vh;
}

.dropdown {
  width: 100%;
}

.calendar {
  display: none;
}

.global-styles {
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.hider, .facebook-track-lead {
  display: none;
}

.invoice-content {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex: 1;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  padding-top: 48px;
  display: grid;
}

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

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

.invoice-vacation {
  z-index: 10;
  color: #fff;
  padding-left: 36px;
  position: relative;
}

.subtitle-wrapper-2 {
  margin-bottom: 18px;
}

.invoice-content-wrapper {
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.invoice-icon {
  background-color: #000;
  border: 1px solid #c0c0d333;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 16px;
  display: flex;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.overlay-2 {
  background-image: linear-gradient(#000 7%, #fff0 58%, #000 95%);
  position: absolute;
  inset: 0%;
}

.horizontal-line {
  background-color: #c0c0d333;
  flex: 1;
  height: 1px;
}

.background-load-top {
  z-index: 25;
  background-color: #000;
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.grid-wrapper-4 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.invoice-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border: 1px solid #c0c0d333;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  padding: 6px 6px 6px 24px;
  display: grid;
}

.invoice-agent-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 350px;
  display: grid;
}

.invoice-avatar {
  border-radius: 100%;
  width: 120px;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.hero-background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
}

.feature-text-2 {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.invoice-price {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
  display: grid;
}

.background-load-bottom {
  z-index: 25;
  background-color: #000;
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.invoice-agent-name {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.invoice-image {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 80px;
  padding-left: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.invoice-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #516381;
  text-align: center;
  background-color: #000;
  border: 1px solid #c0c0d333;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  padding: 24px;
  font-size: 14px;
  font-weight: 400;
  display: grid;
}

.body-display-2 {
  color: #fcfcff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display-2.small {
  color: #000;
  font-size: 14px;
  line-height: 1.4em;
}

.body-display-2.small.text {
  color: #efeff7;
}

.subtitle-4 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.div-block-16 {
  background-color: #000;
}

.user-account-wrapper {
  min-height: auto;
}

.image-13 {
  width: 100%;
  height: 100%;
}

.rich-text-block {
  max-width: 1440px;
  padding-left: 53px;
  padding-right: 53px;
}

.link-5 {
  color: #fff;
}

.demo-heading-copy {
  padding-top: 80px;
  padding-bottom: 0;
  font-size: 50px;
}

.text-block-8 {
  text-align: center;
  padding-bottom: 52px;
}

.user-text {
  padding-left: 0;
  padding-right: 10px;
}

@media screen and (min-width: 1280px) {
  .background-image.testimonial-background {
    background-image: url('../images/just-cherkeres.png');
  }

  .background-image.testimonial-background._2 {
    background-image: url('../images/397063238_18394936246018423_6780936502151855825_n.jpg');
  }

  .sticky-image {
    width: 450px;
    min-width: 450px;
    height: 450px;
    min-height: 450px;
    top: 110px;
  }

  .intro-box {
    min-height: 475px;
  }

  .sticky-image-bar {
    margin-bottom: -110px;
    padding-bottom: 110px;
    top: 110px;
  }

  .sticky-image-box {
    min-height: 525px;
  }

  .project-grid {
    grid-column-gap: 100px;
  }

  .avatar-background.avatar-one {
    background-image: url('../images/Jalisco-Logo.png');
    background-size: contain;
  }

  .avatar-background.avatar-two {
    background-image: url('../images/edwins-.png');
    background-size: cover;
  }

  .logo-box {
    padding: 48px;
  }

  .rotating-box {
    overflow: visible;
  }

  .dual-grid {
    grid-column-gap: 100px;
  }

  .tab-grid {
    grid-column-gap: 72px;
  }

  .heading-xlarge {
    font-size: 5rem;
  }

  .slider__nav {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .sticky-image {
    width: 475px;
    min-width: 475px;
    height: 475px;
    min-height: 475px;
  }

  .intro-box {
    min-height: 500px;
  }

  .sticky-image-box {
    min-height: 550px;
  }

  .logo-box {
    padding: 48px;
  }

  .dual-grid {
    grid-column-gap: 120px;
  }

  .history-intro {
    padding-right: 140px;
  }

  .play-icon {
    display: block;
  }

  .tab-grid {
    grid-column-gap: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .sticky-image-bar {
    top: 233px;
  }

  .scroll-indicator-wrapper {
    padding-bottom: 244px;
  }

  .sticky-image-box {
    min-height: 550px;
  }

  .image.lottie, .image.lottie-footer {
    max-height: 877px;
  }

  .button-5---icons-wrapper {
    margin-left: 0;
  }

  .features-left {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 26px;
  }

  .hero-section.ab-out.hides {
    margin-top: 621px;
  }

  .grid-wrapper {
    grid-row-gap: 48px;
  }

  .content-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .background-wrapper {
    left: -28%;
  }

  .background-image.action-background {
    top: -20%;
  }

  .nav-link {
    font-size: 32px;
  }

  .nav-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .brand.w--current {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .looping-hero-top.small {
    padding-bottom: 90px;
  }

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

  .section.no-padding.clip {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .content-stacked {
    grid-row-gap: 80px;
  }

  .content-stacked.large {
    grid-row-gap: 120px;
  }

  .looping-heading {
    font-size: 48px;
  }

  .scroll-link {
    white-space: nowrap;
    min-width: 48vw;
    padding-left: 48px;
    padding-right: 48px;
  }

  .scroll-arrow {
    min-width: 16px;
  }

  .sticky-box-list {
    grid-row-gap: 80px;
    max-width: 700px;
    padding-bottom: 0;
  }

  .section-logos {
    min-height: 200px;
  }

  .intro-box {
    min-height: auto;
  }

  .sticky-image-bar {
    display: none;
  }

  .services-grid {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .stacked-info.medium-width.desktop-only {
    display: none;
  }

  .project-grid, .project-grid.full-width {
    grid-row-gap: 80px;
  }

  .project-grid.two-column {
    grid-row-gap: 48px;
    grid-template-columns: auto;
  }

  .project-hero-wrapper {
    padding-bottom: 100px;
  }

  .heading.large {
    font-size: 48px;
  }

  .looping-image-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .looping-image-strip {
    grid-column-gap: 170px;
    padding-right: 170px;
  }

  .looping-image-wrapper {
    width: 325px;
    height: 325px;
  }

  .project-card-content {
    height: auto;
    box-shadow: 0 0 2.9em -3px #fff, 0 7px 5px #0009, 0 0 0 1px #fff;
  }

  .project-card-content.tblur {
    display: none;
  }

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

  .collection-item.full-width:nth-child(odd) {
    margin-right: 0;
  }

  .collection-item.full-width:nth-child(2n) {
    margin-left: 0;
  }

  .slider {
    padding-left: 100px;
    padding-right: 100px;
  }

  .video-cover {
    justify-content: center;
    width: auto;
    min-height: 525px;
    margin-left: -5vw;
    margin-right: -5vw;
    position: relative;
    top: -7%;
  }

  .about-intro {
    grid-row-gap: 36px;
    padding-top: 48px;
    padding-bottom: 120px;
  }

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

  .footer-content {
    grid-row-gap: 120px;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about-banner {
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .hero-top-content.short {
    padding-top: 48px;
    padding-bottom: 120px;
  }

  .hero-top-content.tall {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .about-image-wrapper {
    width: 50vw;
    height: 50vw;
  }

  .team-info {
    padding: 60px 48px;
  }

  .rotating-box {
    width: 35vw;
    max-width: 350px;
    height: 35vw;
    max-height: 350px;
  }

  .content-box {
    max-width: 600px;
  }

  .dual-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    max-width: 700px;
  }

  .dual-grid.reversed {
    grid-template-columns: 1fr;
  }

  .service-hero-image-wrapper.middle {
    width: 48vw;
    min-width: 48vw;
  }

  .form-wrapper {
    border-top: 1px solid var(--light-background);
    border-left: 1px solid var(--light-outline);
    padding-bottom: 160px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .quick-link-box {
    border-top: 1px solid var(--light-outline);
    padding-bottom: 120px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .text-field {
    border-color: #eff9fc36;
  }

  .form-block {
    align-items: center;
    padding-bottom: 0;
  }

  .field-block {
    grid-row-gap: 12px;
  }

  .form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .gallery-image-grid {
    grid-row-gap: 36px;
  }

  .gallery-image {
    height: 40vw;
  }

  .menu-hover {
    display: none;
  }

  .footer-credits {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .testimonial-text.large {
    font-size: 40px;
  }

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

  .footer-about {
    margin-bottom: 80px;
  }

  .footer-list-item:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-heading {
    font-size: 42px;
  }

  .lightbox-link {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    inset: auto auto -60px 5vw;
  }

  .lightbox-link.relative {
    bottom: auto;
    left: 0;
  }

  .history-intro {
    max-width: 700px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .subtitle-wrapper {
    padding-bottom: 36px;
  }

  .tab-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .skills-item.right-top {
    border-top-style: none;
  }

  .hover-cover {
    display: none;
  }

  .service-item {
    grid-row-gap: 100px;
  }

  .project-hero-banner {
    min-height: 675px;
  }

  .project-meta {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: auto auto;
    grid-auto-flow: row;
    justify-content: center;
  }

  .anchor-list {
    grid-column-gap: 24px;
    border-bottom: 1px none var(--light-outline);
    border-top-style: none;
    grid-template-columns: 1fr 1fr;
  }

  .project-stage-list {
    grid-row-gap: 120px;
  }

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

  .stage-banner {
    height: 65vw;
  }

  .client-quote-wrapper {
    grid-row-gap: 80px;
  }

  .stages-sidebar {
    max-width: none;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .mobile-intro-box-image {
    width: 100%;
    height: 375px;
    margin-bottom: 48px;
    display: flex;
  }

  .heading-xlarge {
    font-size: 3.5rem;
  }

  .home-hero-images {
    max-width: 100vw;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-hero-intro {
    max-width: none;
  }

  .page-padding {
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .hero-image {
    width: 60vh;
    min-width: 60vh;
    height: 60vh;
  }

  .project-device {
    border-radius: 1.5vw;
    box-shadow: -4px 4px #dbdbdb, -25px 49px 50px -20px #0000004d;
  }

  .text-container {
    justify-content: center;
    align-items: center;
    padding-bottom: 31px;
    padding-left: 69px;
    padding-right: 69px;
  }

  .section-2 {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-container {
    height: 80vh;
    padding-top: 89px;
  }

  .image-2 {
    right: -40%;
  }

  .image-3 {
    left: 473px;
  }

  .tablet-bg, .project-device--3, .project-device--2, .project-device--1 {
    border-radius: 1.5vw;
    box-shadow: -4px 4px #dbdbdb, -25px 49px 50px -20px #0000004d;
  }

  .resize-text {
    color: #ce3434;
    text-align: center;
    background-color: #0000;
    width: auto;
    max-width: 480px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
  }

  .demo-container {
    clear: both;
    flex-direction: row;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
  }

  .demo-wrapper {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 140px;
    margin-right: 0%;
  }

  .tablet-bg-2 {
    border-radius: 1.5vw;
    box-shadow: -4px 4px #dbdbdb, -25px 49px 50px -20px #0000004d;
  }

  .slider-2 {
    width: 450px;
    height: 254px;
  }

  .tabletv2 {
    width: 69%;
    overflow: visible;
  }

  .slide__image.previous {
    filter: blur(3px);
  }

  .slide__image.next {
    filter: blur(2px);
  }

  .fly-out-button {
    width: 50%;
    max-width: 50%;
  }

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

  .quote {
    z-index: 21;
  }

  .tablet-bg-image {
    border-radius: 1.5vw;
    box-shadow: -4px 4px #dbdbdb, -25px 49px 50px -20px #0000004d;
  }

  .image-6 {
    right: -40%;
  }

  .image-8 {
    left: 473px;
  }

  .share-text---wrapper {
    margin-left: -14px;
  }

  ._w-pricing-table-item {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .a-price-btn {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .services-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .triangle {
    width: 90px;
    bottom: 0;
    right: 0;
  }

  .section-4 {
    border-radius: 0;
  }

  .strategy-grid {
    grid-template-columns: 1fr;
  }

  .display-2 {
    font-size: 40px;
    line-height: 44px;
  }

  .featrues-left {
    min-height: 500px;
  }

  .logo-client-black {
    flex: 0 25%;
  }

  .logo-client-wrapper {
    width: 100%;
    max-width: 80%;
  }

  .waves-grid-features-1 {
    grid-template-columns: 1fr 1fr;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .icon-pulse {
    filter: invert();
  }

  .waves---master-checks-horizontal {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }

  .waves---mg-top-32 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .waves-master-cta-2 {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .mobile-only {
    padding-bottom: 30px;
    display: block;
  }

  .heading-3.center {
    text-align: center;
    font-weight: 400;
  }

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

  .div-block-13 {
    position: relative;
    top: 0;
  }

  .invoice-content {
    margin-left: 65px;
    padding-top: 0;
    padding-left: 36px;
    padding-right: 36px;
  }

  .invoice-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .invoice-content-wrapper {
    padding-top: 0;
  }

  .grid-wrapper-4 {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .invoice-image {
    border-radius: 0;
    min-height: 500px;
    padding-bottom: 48px;
    padding-left: 65px;
  }

  .demo-heading-copy {
    text-align: center;
  }
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 24px;
  }

  .hero-section {
    flex-direction: column-reverse;
  }

  .hero-section.ab-out.hides {
    margin-top: 0;
  }

  .logo-side {
    border-top: 1px none var(--light-outline);
    border-left: 1px solid var(--light-outline);
    border-right-style: solid;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 48px;
    position: relative;
  }

  .logo-side.right {
    border-left-style: solid;
    margin-left: 0;
    margin-right: -5vw;
    display: none;
  }

  .nav-link {
    height: auto;
    min-height: auto;
    padding: 36px 0;
    font-size: 30px;
  }

  .looping-hero-top.small {
    padding-top: 24px;
    padding-bottom: 60px;
  }

  .nav-right {
    display: none;
  }

  .body-display.dual-paragraph {
    column-count: 1;
  }

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

  .section.no-padding.clip {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .content-stacked {
    grid-row-gap: 80px;
  }

  .content-stacked.large {
    grid-row-gap: 100px;
  }

  .logo-item {
    width: 140px;
    min-width: 140px;
    height: 100%;
    padding-left: 26px;
    padding-right: 26px;
  }

  .looping-heading {
    font-size: 42px;
  }

  .link-wrapper.horizontal {
    grid-column-gap: 18px;
  }

  .scroll-link {
    border-style: none solid;
    border-color: black var(--light-outline);
    min-height: 65px;
  }

  .sticky-image-wrapper.image-two {
    top: -45%;
  }

  .subtitle.faq {
    letter-spacing: 1px;
  }

  .section-logos {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .stacked-intro {
    grid-row-gap: 36px;
  }

  .project-hero-wrapper {
    padding-bottom: 80px;
  }

  .heading.large {
    font-size: 42px;
  }

  .looping-image-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .looping-image-strip {
    grid-column-gap: 150px;
    padding-right: 150px;
  }

  .looping-image-wrapper {
    width: 300px;
    height: 300px;
  }

  .project-card-content {
    min-height: 450px;
    max-height: 750px;
    padding: 48px;
  }

  .slider {
    height: 100%;
    padding-bottom: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow {
    width: 45%;
    inset: auto 55% 0% 0%;
  }

  .left-arrow.right {
    left: 55%;
  }

  .slider-arrow-content, .slider-arrow-content.right {
    transform: none;
  }

  .video-cover {
    min-height: 375px;
    top: 0%;
  }

  .about-intro {
    padding-bottom: 100px;
    padding-right: 0;
  }

  .section-title {
    padding-bottom: 80px;
  }

  .footer-content {
    min-height: auto;
    padding: 0;
  }

  .full-menu {
    overflow: hidden;
  }

  .menu-content {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .full-menu-content {
    padding-bottom: 100px;
  }

  .hero-top-content.short {
    padding-top: 36px;
    padding-bottom: 110px;
  }

  .hero-top-content.tall {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .sticky-portrait-wrapper {
    height: 80vh;
    min-height: 650px;
    position: relative;
    top: 0;
  }

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

  .team-info {
    grid-row-gap: 36px;
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-color: var(--light-outline);
    border-left-style: solid;
    margin-bottom: 60px;
    padding: 48px;
  }

  .team-info.end {
    margin-bottom: 0;
  }

  .logo-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

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

  .rotating-box {
    width: 50vw;
    height: 50vw;
  }

  .rotating-banner-wrapper {
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .dual-grid {
    grid-row-gap: 48px;
  }

  .service-hero-image-wrapper.middle {
    z-index: 20;
  }

  .form-wrapper {
    padding: 60px 36px 120px;
  }

  .quick-link-box {
    grid-row-gap: 60px;
    padding-bottom: 100px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .gallery-image-grid {
    grid-template-columns: 1fr;
  }

  .gallery-image {
    height: 83vw;
  }

  .testimonial-wrapper {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .footer-menu {
    grid-template-columns: 1fr;
  }

  .footer-credits {
    grid-row-gap: 18px;
  }

  .testimonial-text.large {
    font-size: 32px;
  }

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

  .menu-list.right {
    border-top-style: none;
  }

  .footer-about {
    margin-bottom: 60px;
    padding-right: 0;
  }

  .logo-title {
    border-style: none solid;
    border-width: 1px;
    border-color: black var(--light-outline);
    padding-top: 48px;
    padding-bottom: 36px;
  }

  .paragraph-heading {
    font-size: 34px;
  }

  .lightbox-link {
    width: 110px;
    height: 110px;
    bottom: -55px;
  }

  .history-intro {
    padding-top: 90px;
    padding-bottom: 100px;
    padding-right: 0;
  }

  .subtitle-wrapper {
    padding-bottom: 24px;
  }

  .service-item {
    grid-row-gap: 80px;
  }

  .project-hero-banner {
    min-height: 600px;
  }

  .project-meta {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-columns: auto;
    padding-top: 140px;
  }

  .anchor-list {
    grid-template-columns: 1fr;
  }

  .project-stage-list {
    grid-row-gap: 100px;
  }

  .client-quote {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .mobile-intro-box-image {
    height: 325px;
  }

  .underline-link.large-underline-link {
    font-size: 1.125rem;
  }

  .heading-xlarge {
    font-size: 2.875rem;
  }

  .home-hero-content {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-hero-intro {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .arrow-icon-wrapper.large-arrow-icon {
    margin-right: 1.125rem;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .device-container {
    height: 60vh;
    min-height: 300px;
    margin-bottom: 0;
  }

  .project-device {
    border-radius: 2vw;
  }

  .submit-button-2 {
    min-width: auto;
  }

  .text-container {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-container {
    align-items: flex-start;
    height: auto;
    min-height: auto;
    padding-top: 127px;
  }

  .feature-images-overlaped {
    width: 100%;
    min-height: 600px;
  }

  .image-2 {
    top: 0%;
    right: 0%;
  }

  .image.lottie, .image.lottie-footer {
    height: 50%;
  }

  .image.lottie-footer.iblur {
    top: -113.25px;
  }

  .image-3 {
    display: none;
    left: 0;
  }

  .image-3.paint {
    display: none;
  }

  .tablet-bg {
    border-radius: 2vw;
  }

  .div-block {
    flex-direction: column;
  }

  .project-device--3, .project-device--2, .project-device--1 {
    border-radius: 2vw;
  }

  ._143-lottie-animation {
    display: none;
  }

  .resize-text {
    color: #fff;
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    display: block;
  }

  .demo-container {
    background-image: linear-gradient(#0000, #0000);
    background-attachment: scroll;
    align-items: center;
    min-height: 100vh;
    display: flex;
  }

  ._143-images-wrapper {
    display: none;
  }

  .demo-wrapper {
    margin-top: 0;
    margin-bottom: 180px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  ._143-slider {
    display: none;
  }

  .tablet-bg-2 {
    border-radius: 2vw;
  }

  .slider__mask {
    position: relative;
  }

  .slider-2 {
    width: 370px;
    height: 209px;
  }

  .tabletv2 {
    position: relative;
  }

  .fly-out-button {
    grid-template-columns: 60px 1fr;
    width: 66.66%;
    max-width: 66.66%;
  }

  .grid-wrapper-2 {
    grid-row-gap: 120px;
  }

  .quote {
    inset: auto 0% 0% auto;
  }

  .tablet-bg-image {
    border-radius: 2vw;
  }

  .image-6 {
    top: 0%;
    right: 0%;
  }

  .image-7.lottie {
    height: 50%;
  }

  .image-8 {
    display: none;
    left: 0;
  }

  .div-block-3 {
    opacity: .37;
  }

  .x-div {
    padding-top: 0;
  }

  .grid-wrapper-3 {
    grid-row-gap: 120px;
  }

  .section-3 {
    height: auto;
    margin-top: 84px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-pricing-table-item {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-pricing-table {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .features-list {
    padding: 60px 15px;
  }

  .features-wrapper-two {
    flex-flow: wrap-reverse;
  }

  .services-grid-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .triangle {
    width: 60px;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .strategy-grid {
    max-width: 100%;
  }

  .display-2 {
    font-size: 34px;
    line-height: 38px;
  }

  .featrues-left {
    min-height: 400px;
  }

  .features-right-2 {
    min-height: auto;
  }

  .logo-client-black {
    flex-basis: 33.3333%;
  }

  .logo-client-wrapper {
    width: 100%;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

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

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

  .waves---master-checks-horizontal {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .waves-master-cta-2 {
    padding: 80px 32px;
  }

  .mobile-only {
    padding-top: 7px;
    padding-bottom: 20px;
  }

  .div-block-8 {
    height: 100%;
  }

  .invoice-content {
    margin-left: 0;
  }

  .invoice-vacation {
    text-align: center;
    padding-left: 0;
  }

  .grid-wrapper-4 {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .invoice-image {
    min-height: 400px;
    padding-left: 0;
  }

  .code-embed {
    padding-bottom: 96px;
  }

  .demo-heading-copy {
    padding-bottom: 0;
  }

  .text-block-8 {
    text-align: center;
    padding-bottom: 65px;
  }
}

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

  h2 {
    font-size: 30px;
  }

  .hero-section {
    flex-direction: column-reverse;
  }

  .hero-section.ab-out.hides {
    margin-top: 0;
  }

  .hero-section.ab-out.opo-up {
    overflow: scroll;
  }

  .grid-wrapper.mobile {
    display: block;
  }

  .grid-wrapper.tools {
    display: none;
  }

  .grid-wrapper.footer {
    padding-top: 103px;
    padding-bottom: 103px;
  }

  .body {
    background-image: linear-gradient(#00000057, #00000057), url('../images/background-signature-small-less-opacity.png');
    background-size: auto, contain;
  }

  .background-wrapper {
    z-index: -1;
  }

  .background-image.testimonial-background {
    background-image: url('../images/heaxon-.svg');
    background-position: 50%;
  }

  .background-image.action-background {
    top: -14%;
  }

  .background-image.services-one {
    z-index: 10;
  }

  .overlay.light {
    background-color: #000000b3;
  }

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

  .section.no-padding.clip {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.hide {
    display: none;
  }

  .section.mobile {
    display: block;
  }

  .content-stacked {
    grid-row-gap: 60px;
  }

  .content-stacked.small.guarantees {
    z-index: 24;
    position: relative;
  }

  .content-stacked.large {
    grid-row-gap: 80px;
  }

  .content-stacked.medium {
    grid-row-gap: 60px;
  }

  .looping-heading {
    font-size: 30px;
  }

  .looping-heading.mobile-only {
    display: block;
  }

  .looping-heading-wrapper {
    grid-column-gap: 24px;
    padding-right: 24px;
  }

  .heading-separator {
    width: 36px;
  }

  .heading-separator.mobile-only {
    display: block;
  }

  .looping-wrapper {
    grid-column-gap: 24px;
  }

  .looping-wrapper.hidden {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    display: grid;
  }

  .circle-link.extra-small {
    width: 72px;
    height: 72px;
    padding-left: 10px;
    font-size: 8px;
  }

  .link-wrapper.horizontal {
    grid-column-gap: 9px;
    margin-top: -36px;
  }

  .scroll-link {
    grid-column-gap: 24px;
    min-width: 70vw;
  }

  .section-logos {
    min-height: auto;
  }

  .project-grid, .project-grid.full-width {
    grid-row-gap: 60px;
  }

  .project-hero {
    min-height: 93vh;
  }

  .project-hero-wrapper {
    padding-bottom: 60px;
  }

  .heading.large {
    font-size: 38px;
  }

  .looping-image-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .looping-image-strip {
    grid-column-gap: 100px;
    padding-right: 100px;
  }

  .looping-image-wrapper {
    width: 200px;
    height: 200px;
  }

  .project-card-content {
    height: 100%;
    padding: 36px 24px;
    transition: transform .45s;
  }

  .left-arrow {
    width: 48%;
    right: 52%;
  }

  .left-arrow.right {
    left: 52%;
  }

  .video-cover {
    min-height: 275px;
  }

  .about-intro {
    padding-bottom: 100px;
  }

  .section-title {
    padding-bottom: 60px;
  }

  .footer-content {
    min-height: auto;
    padding: 0;
  }

  .full-menu {
    display: none;
    overflow: hidden;
  }

  .menu-content {
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .full-menu-content {
    height: 99vh;
    min-height: 99vh;
    overflow: auto;
  }

  .hero-top-content {
    padding-top: 48px;
  }

  .hero-top-content.short {
    padding-top: 24px;
  }

  .hero-top-content.tall {
    padding-top: 48px;
  }

  .banner-scroll-indicator {
    inset: 0% 0% auto;
  }

  .sticky-portrait-wrapper {
    height: 65vh;
    min-height: 425px;
  }

  .team-info {
    padding: 36px 24px;
  }

  .logo-box {
    padding: 36px;
  }

  .services-hero {
    min-height: 93vh;
  }

  .rotating-box {
    margin-top: -10px;
    padding-top: 0;
  }

  .rotating-banner-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    overflow: visible;
  }

  .dual-grid {
    grid-column-gap: 0px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .services-hero-banner {
    min-height: 120px;
  }

  .service-hero-image-wrapper.middle {
    width: 70vw;
    min-width: 70vw;
  }

  .form-wrapper {
    padding: 48px 24px 90px;
  }

  .quick-link-box {
    grid-row-gap: 36px;
    padding-bottom: 90px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-block {
    grid-row-gap: 80px;
  }

  .form {
    padding-top: 0;
  }

  .gallery-image-grid {
    grid-row-gap: 24px;
  }

  .preloader {
    display: none;
  }

  .testimonial-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-credits {
    grid-row-gap: 18px;
  }

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

  .legal-credits {
    grid-row-gap: 12px;
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
  }

  .footer-about {
    padding-right: 0;
  }

  .paragraph-heading {
    font-size: 28px;
  }

  .history-intro {
    padding-top: 100px;
    padding-bottom: 90px;
  }

  .tab-bottom-content {
    padding: 36px 24px;
  }

  .service-item, .project-stage-list {
    grid-row-gap: 80px;
  }

  .client-quote {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mobile-intro-box-image {
    height: 275px;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-hero-home {
    display: block;
  }

  .hero-image {
    width: 80vw;
    min-width: 80vw;
    height: 80vw;
  }

  .html-embed {
    display: none;
  }

  .device-container {
    width: 100%;
    height: 60vw;
    margin-top: 54px;
    margin-bottom: 54px;
    margin-right: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h2 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 26px;
  }

  .project-device {
    border-radius: 2.5vw;
  }

  .submit-button-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-container {
    padding-bottom: 0;
  }

  .section-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-h1 {
    font-size: 38px;
    line-height: 48px;
  }

  .hero-container.hide {
    display: none;
  }

  .feature-images-overlaped {
    top: -49px;
  }

  .image-2 {
    max-width: 30%;
    top: 13%;
  }

  .image.lottie {
    top: 119.368px;
  }

  .image.lottie.growth {
    z-index: 5;
    top: 89px;
  }

  .image.lottie.first {
    height: 60%;
    top: 11px;
    left: -45px;
  }

  .image.lottie-footer.growth {
    z-index: 5;
    top: 89px;
  }

  .image.lottie-footer.first {
    height: 60%;
    top: 57px;
    left: -45px;
  }

  .image.lottie-footer.iblur {
    margin-top: 0;
    top: 25.3681px;
  }

  .image-3 {
    z-index: 3;
    max-width: 50%;
    display: none;
    left: -24px;
  }

  .image-3.paint {
    display: none;
    left: 56%;
  }

  .tablet-bg {
    border-radius: 2.5vw;
  }

  .blur.colorful {
    background-image: linear-gradient(299deg, #fff0 41%, #e4ffe01f 53%, #19ff00 91%), linear-gradient(33deg, #00aeff 17%, #033aff 55%, #001eff 66%, #c0f 82%, #27ff06);
    top: -57.806px;
    left: auto;
    transform: none;
  }

  .image-4 {
    object-fit: contain;
  }

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

  .project-device--3, .project-device--2, .project-device--1 {
    border-radius: 2.5vw;
  }

  .resize-text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .demo-wrapper {
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-bg-2 {
    border-radius: 2.5vw;
  }

  .slider__mask {
    width: 282px;
    height: 166px;
  }

  .slider-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 166px;
    display: flex;
  }

  .slider__arrow.left {
    margin-left: -35px;
  }

  .slider__arrow.right {
    margin-right: -35px;
  }

  .fly-out-button {
    width: 100%;
    max-width: 100%;
  }

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

  .subtitle-2 {
    font-size: 11px;
  }

  .quote {
    z-index: 54;
    padding-top: 0;
    padding-bottom: 0;
  }

  .quote.floating {
    padding: 17px 11px 17px 0;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .image-5 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }

  .tablet-bg-image {
    border-radius: 2.5vw;
  }

  .image-6 {
    max-width: 30%;
  }

  .image-7.lottie {
    top: 9px;
  }

  .image-8 {
    z-index: 3;
    max-width: 50%;
    display: none;
    left: -24px;
  }

  .bar {
    padding-left: 135px;
    padding-right: 32px;
  }

  .div-block-3 {
    width: 80%;
  }

  .button5-content {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .button-5---icons-wrapper {
    margin-top: 2.5px;
  }

  .share-lottie {
    display: block;
  }

  .subtitle-3 {
    padding-left: 41px;
    padding-right: 41px;
  }

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

  .image-10 {
    padding-top: 9px;
  }

  .text-block-3 {
    font-size: 11px;
  }

  .section-3 {
    display: block;
  }

  .div-block-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-pricing-table {
    display: flex;
  }

  .text-span-3 {
    white-space: pre;
  }

  .container {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .triangle {
    width: 40px;
    inset: auto 0% 0% auto;
  }

  .triangle._5 {
    width: 40px;
  }

  .section-4 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .display-2 {
    font-size: 28px;
    line-height: 30px;
  }

  .featrues-left {
    min-height: 250px;
  }

  .features-right-2 {
    padding-bottom: 65px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo-client-black {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .logo-client-wrapper {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .logo-client-wrapper._100 {
    max-width: 100%;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-icon-32 {
    filter: invert();
  }

  .waves-grid-features-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

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

  .waves---paragraph-small.middle {
    text-align: center;
  }

  .waves---master-checks-horizontal {
    justify-content: space-between;
    display: flex;
  }

  .waves-master-cta-2 {
    padding: 64px 16px;
  }

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

  .heading-3.center {
    white-space: normal;
    font-size: 28px;
    font-weight: 300;
    line-height: 27px;
  }

  .div-block-13 {
    z-index: 52;
  }

  .text-span-4 {
    white-space: nowrap;
  }

  .global-styles, .hider {
    display: none;
  }

  .invoice-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .invoice-list {
    grid-template-columns: 1fr;
  }

  .grid-wrapper-4 {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .invoice-bottom {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .invoice-agent-info {
    text-align: center;
  }

  .invoice-agent {
    text-align: left;
    grid-template-columns: 1fr;
  }

  .invoice-image {
    border-radius: 0;
    min-height: 350px;
  }

  .rich-text-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .user-text {
    padding-right: 10px;
  }
}

#w-node-a8a80189-e397-9cc4-7c26-06389d1ee7d5-eb441246 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-a8a80189-e397-9cc4-7c26-06389d1ee7d6-eb441246 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5b160af1-19d7-cb21-0a0e-602b6defda2e-eb441246 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bc62f2dc-3510-2df7-d212-3e16d02544a3-eb441246 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: stretch stretch;
}

#w-node-_7d473ad4-0ea7-29d3-664b-053a819a1105-eb441246 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d557432f-d75e-ec4f-63f9-be660edeaaf3-eb441246 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-d557432f-d75e-ec4f-63f9-be660edeaaf4-eb441246 {
  align-self: stretch;
}

#w-node-d557432f-d75e-ec4f-63f9-be660edeab09-eb441246 {
  align-self: end;
}

#w-node-_7d473ad4-0ea7-29d3-664b-053a819a1108-eb441246 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_73b3a564-6b5b-f11a-0ec9-a722c5e3adfd-eb441246 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73b3a564-6b5b-f11a-0ec9-a722c5e3ae01-eb441246, #w-node-_03ab69f6-468a-c645-c2a1-d4169a30754a-eb441246, #w-node-_7d8e23c8-73f0-1f4e-c2be-2393dacfac51-eb441246 {
  justify-self: start;
}

#w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f26-eb441246 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e618339f-b360-f156-62d0-f7611ca3e091-eb441246 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f3d-eb441246 {
  justify-self: start;
}

#w-node-_663c5aae-d794-6157-d2e9-5bc85e2f6f69-eb441246 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_663c5aae-d794-6157-d2e9-5bc85e2f6f76-eb441246 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_663c5aae-d794-6157-d2e9-5bc85e2f6f82-eb441246 {
  justify-self: start;
}

#w-node-a58f8dd6-b86d-6b4e-7995-e82fec12c3a9-eb441246 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a58f8dd6-b86d-6b4e-7995-e82fec12c3ab-eb441246 {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: stretch;
}

#w-node-_36f1150a-9b6a-13a9-3a7a-ada774976b27-eb441246, #w-node-cdacf5ff-29cc-ea52-7af5-28ae6039211f-eb441246 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f0a5e87-976c-f014-f7c8-00c3affee6b7-eb441246 {
  justify-self: center;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-eb441246 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-eb441246 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9c058113-eed2-954b-dc6a-7620aadd9bf6-aadd9bf4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0d158992-1fcd-cc97-3819-09e56213dd05-aadd9bf4 {
  align-self: stretch;
}

#w-node-_18baa351-316d-8b19-95ac-7b1503a9f8ab-aadd9bf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-bf58d955-b906-4f2f-a9e1-87078e92eeea-aadd9bf4 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-ffbc705c-c69b-9544-dff2-fc4d22109613-aadd9bf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-f06e996d-a976-801f-4e3f-c42ff86db472-809021d6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f06e996d-a976-801f-4e3f-c42ff86db473-809021d6 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-f06e996d-a976-801f-4e3f-c42ff86db475-809021d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-aa0c4495-ccf6-14ea-78a5-30651d13d66a-809021d6 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-aa0c4495-ccf6-14ea-78a5-30651d13d66b-809021d6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f5062608-4199-bb5d-a0fe-2c0e1d1dd1d1-1d1dd1cf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e7f90d15-367e-7010-48e1-9b05cca5f3aa-1d1dd1cf {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-bb74e5ea-5c11-ec4b-0675-010d19bf0164-1d1dd1cf {
  justify-self: center;
}

#w-node-_3c947878-25f7-9150-ae27-f58659da3bc2-1d1dd1cf {
  place-self: center start;
}

#w-node-_5b533848-9939-105b-81e0-648a48a6772c-1d1dd1cf {
  justify-self: center;
}

#w-node-_5b533848-9939-105b-81e0-648a48a6772f-1d1dd1cf {
  place-self: center start;
}

#w-node-_65516bfa-2cea-1300-78f6-25c42a869764-1d1dd1cf {
  justify-self: center;
}

#w-node-_65516bfa-2cea-1300-78f6-25c42a869767-1d1dd1cf {
  place-self: center start;
}

#w-node-e2ddc8ef-6cc1-114c-ba0f-0b3fccbaa3a5-1d1dd1cf {
  justify-self: start;
}

#w-node-_75f08d2b-b719-f1bd-fdcd-893de7f2c4aa-e7f2c4a8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_75f08d2b-b719-f1bd-fdcd-893de7f2c4ab-e7f2c4a8 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_98291786-c0bb-cb4f-883e-b6ffb0a99145-e7f2c4a8 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_75f08d2b-b719-f1bd-fdcd-893de7f2c4b3-e7f2c4a8 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_94b1fb86-131a-d988-4a5a-b369a5c6fb79-20912a70 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_8d7a045e-7b9a-b756-6a0a-89be20912a7b-20912a70 {
  justify-self: center;
}

#w-node-_8d7a045e-7b9a-b756-6a0a-89be20912a73-20912a70 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8d7a045e-7b9a-b756-6a0a-89be20912a79-20912a70 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_8d7a045e-7b9a-b756-6a0a-89be20912a85-20912a70 {
  justify-self: start;
}

#w-node-b4277354-af9e-1677-22a4-820c61522056-20912a70 {
  place-self: end center;
}

#menu-button.w-node-_0350fef7-d6de-b3cc-cb1b-0228a8c706c5-20912a70 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center end;
}

#w-node-f252be20-0e5f-3d5b-8abf-f4dc5c9f159d-eb441247 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba53fd26-e31f-3f6c-8299-47d82d50f942-eb441247 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-af788823-410c-0df6-69e9-dd06b01d6815-eb441247, #w-node-_97559da4-6a24-1116-c97c-9813d53e558c-eb441247 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2b96eecd-a112-f737-5235-56aa2245cac1-eb441247 {
  align-self: start;
}

#w-node-_61263ee8-f4ec-af23-1815-09c82ec1bccb-eb441247 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_3d4c6234-c59a-255c-64d9-659133eb227f-eb441247 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-fe17531c-57d6-8846-b10a-93173faa330f-eb441247 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-afe02da1-c90d-ddbe-50f6-db38dd364aa3-eb441247 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_16600d92-bd87-69d0-450a-34725627547d-eb441247 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_45f924d7-9421-78ae-8219-1923edd9d291-eb441247 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_7f050e53-3302-7574-a2fc-d7945fa7387d-eb441247 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7f050e53-3302-7574-a2fc-d7945fa7387e-eb441247 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_7f050e53-3302-7574-a2fc-d7945fa73881-eb441247 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_7f050e53-3302-7574-a2fc-d7945fa7388b-eb441247 {
  justify-self: start;
}

#w-node-_3fb7dea9-2930-4513-8728-82537d960940-eb441247 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_27e24319-e930-9fcf-532f-a9ba857f2417-eb441247, #w-node-f6fa474f-ae6a-2f17-df58-d333dcd159a3-eb441247, #w-node-d5c8a864-86dc-b6f4-6165-950c8d1b7935-eb441247, #w-node-fd2903d7-fb9d-63ae-7804-415ffbf83b68-eb441247 {
  justify-self: start;
}

#w-node-_33f4e676-d923-7bf8-222a-757a4f0bdfc0-4f0bdfba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_33f4e676-d923-7bf8-222a-757a4f0bdfc1-4f0bdfba {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: center;
}

#w-node-a9d9a0a2-49f5-b288-b33c-3e19dcb20ab0-eb441249 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-bbef4a37-e74b-d925-3094-0b32e3cdee32-eb441249 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-Contact-form.w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a43-eb441249 {
  place-self: start center;
}

#w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a46-eb441249 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-name.w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a48-eb441249, #Last-name.w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a49-eb441249 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a4b-eb441249, #Email.w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a4d-eb441249, #w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a4f-eb441249, #Message.w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a51-eb441249, #w-node-_16dcf8ab-9deb-88b8-b320-58c5f9f141dc-eb441249 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_92a9f52f-1089-9fe2-8c7b-9e34740404e5-eb441249 {
  justify-self: start;
}

#w-node-_83d804be-e221-1bd4-7d7e-de9cab0b606e-ab0b606c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_83d804be-e221-1bd4-7d7e-de9cab0b6070-ab0b606c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_83d804be-e221-1bd4-7d7e-de9cab0b6071-ab0b606c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_83d804be-e221-1bd4-7d7e-de9cab0b6078-ab0b606c {
  justify-self: center;
}

#w-node-_83d804be-e221-1bd4-7d7e-de9cab0b608b-ab0b606c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86568de7-c5c7-9df2-1ba0-cfe889e1c92e-eb44124a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86568de7-c5c7-9df2-1ba0-cfe889e1c92f-eb44124a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a0b527c0-b4b2-ec65-396c-ed8bd71c5dce-eb44124a {
  justify-self: center;
}

#w-node-_4d5ed7d0-ae7a-88ec-f781-3eafa587a502-eb44124a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_8ad051f9-b990-40fe-b7a1-7eaf822f5006-eb44124a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-ab4ef138-1b59-cc65-23f2-9c9c145f1978-eb44124a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fc7e7c63-5e4d-bb11-d4a6-1428ef68ff9a-eb44124a {
  align-self: start;
}

#w-node-a5d62cbe-1983-e25a-9ed9-4b10bcc47467-eb44124a {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_776c4a1b-7aeb-4f01-c918-8cb9ebd625c6-eb44124a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8e1a8046-dbba-18f8-989e-8e7d18314dad-eb44124a {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_8e1a8046-dbba-18f8-989e-8e7d18314db3-eb44124a {
  place-self: center start;
}

#w-node-_1c02dbdd-6a50-d9de-98b8-b6bca4e1c67e-eb44124a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e14c198b-8fac-1ada-df37-2b827c5ee541-eb44124a {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_73532828-5702-2429-e916-9120283658a6-eb44124a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_73532828-5702-2429-e916-9120283658a8-eb44124a {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: stretch;
}

#w-node-_73532828-5702-2429-e916-9120283658b8-eb44124a {
  justify-self: center;
}

#w-node-a9d9a0a2-49f5-b288-b33c-3e19dcb20ab0-eb44124d {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_92a9f52f-1089-9fe2-8c7b-9e34740404e5-eb44124d {
  grid-area: 1 / 4 / 2 / 5;
  place-self: start end;
}

#w-node-_5b160af1-19d7-cb21-0a0e-602b6defda2e-eb44124d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bc62f2dc-3510-2df7-d212-3e16d02544a3-eb44124d {
  grid-area: 1 / 2 / 2 / 4;
  place-self: stretch stretch;
}

#w-node-_92323c0c-5237-cf01-236e-552331fc826c-eb44124d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_92323c0c-5237-cf01-236e-552331fc8284-eb44124d, #w-node-_91b2e999-1cf9-99b5-10c3-87fe3da8292a-eb44124d {
  justify-self: start;
}

#w-node-_394bbe1b-08b5-fed5-598d-5bb7928abe9d-eb44124d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_394bbe1b-08b5-fed5-598d-5bb7928abe9e-eb44124d {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_394bbe1b-08b5-fed5-598d-5bb7928abea5-eb44124d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_394bbe1b-08b5-fed5-598d-5bb7928abeaf-eb44124d {
  justify-self: start;
}

#w-node-_75d4b488-33ae-0496-c48b-b1fc17db60e0-eb44124d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_75d4b488-33ae-0496-c48b-b1fc17db60e2-eb44124d {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: stretch;
}

#w-node-_75d4b488-33ae-0496-c48b-b1fc17db60f2-eb44124d {
  justify-self: center;
}

#w-node-a9d9a0a2-49f5-b288-b33c-3e19dcb20ab0-eb44124e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_92a9f52f-1089-9fe2-8c7b-9e34740404e5-eb44124e {
  grid-area: 1 / 4 / 2 / 5;
  place-self: start end;
}

#w-node-_5b160af1-19d7-cb21-0a0e-602b6defda2e-eb44124e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bc62f2dc-3510-2df7-d212-3e16d02544a3-eb44124e {
  grid-area: 1 / 2 / 2 / 4;
  place-self: stretch stretch;
}

#w-node-_9b4f6f58-50f5-4aa6-3125-c9332bd35dd3-eb44124e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_36114c5b-fa44-2cbe-0f02-9c37c97ce63c-eb44124e {
  justify-self: start;
}

#w-node-_4df62381-d6d9-3e4d-edb9-371d038679e7-eb44124e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4df62381-d6d9-3e4d-edb9-371d038679e8-eb44124e {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_4df62381-d6d9-3e4d-edb9-371d038679eb-eb44124e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_4df62381-d6d9-3e4d-edb9-371d038679f5-eb44124e {
  justify-self: start;
}

#w-node-a58f8dd6-b86d-6b4e-7995-e82fec12c3a9-eb44124e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a58f8dd6-b86d-6b4e-7995-e82fec12c3ab-eb44124e {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: stretch;
}

#w-node-_6e78933e-61ae-8c37-45d8-2f6f32daca51-eb44124e {
  justify-self: center;
}

#w-node-d8f5daef-edc9-6f54-c572-90c6608b17c0-eb44124f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c7bbe7d2-44dc-1145-0952-de7205c21187-eb44124f {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end;
}

#w-node-f74c4df1-422a-a960-140c-48e4a7b2792a-eb44124f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f74c4df1-422a-a960-140c-48e4a7b2792c-eb44124f {
  grid-area: 1 / 2 / 2 / 4;
  place-self: stretch stretch;
}

#w-node-b4191c36-9b08-5e6b-a766-4afaac18e269-eb44124f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b4191c36-9b08-5e6b-a766-4afaac18e26b-eb44124f {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: stretch;
}

#w-node-b9cf0d47-d6ed-df45-8910-0259050fbbfa-eb441250 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b9cf0d47-d6ed-df45-8910-0259050fbbfc-eb441250 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-cf63027f-1cf0-14b0-5353-64e66d60ac0f-eb441250 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_476321e1-1114-a715-c623-dc44430b8a53-eb441250 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9476f9f6-3729-8e95-790c-6c1e50106297-eb441250 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_6e846523-afc6-c7f6-5deb-8c12b382cddb-eb441250 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_611ab094-58c1-f047-7229-c58f9f4405da-eb441250 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_611ab094-58c1-f047-7229-c58f9f4405dc-eb441250 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: stretch stretch;
}

#w-node-_912d02aa-ac6f-2121-ea24-33dca099e4e8-eb441250 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7e8a6eb6-bb4f-29ca-4c73-5e55e1a28aca-eb441250 {
  justify-self: start;
}

#w-node-_8d48f5ce-e482-fa27-9f6a-6085ab62d2f4-eb441250 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2e090f6-81f6-6953-ff6a-20edc224940f-eb441250 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fbf3da69-9798-152d-b01a-8f833578f1f2-eb441250 {
  justify-self: start;
}

#w-node-_925c4fec-4771-1003-ed17-9af9c17f3c27-eb441250 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_775ff6d6-b8d5-e0ff-59e2-984f3c7eb263-eb441250 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_775ff6d6-b8d5-e0ff-59e2-984f3c7eb27b-eb441250 {
  justify-self: start;
}

#w-node-_4c901cf4-7fc4-5075-6e0b-053031ddab36-eb441250 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c7cf428-6bd1-9b22-846d-21e50efaf3b5-45fe58a6 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: stretch;
}

#w-node-_3c7cf428-6bd1-9b22-846d-21e50efaf3c4-45fe58a6 {
  align-self: center;
}

#w-node-_3c7cf428-6bd1-9b22-846d-21e50efaf3c8-45fe58a6 {
  place-self: center start;
}

#w-node-_3c7cf428-6bd1-9b22-846d-21e50efaf3c9-45fe58a6, #w-node-_3c7cf428-6bd1-9b22-846d-21e50efaf3d0-45fe58a6 {
  align-self: start;
}

#w-node-_3c7cf428-6bd1-9b22-846d-21e50efaf3d1-45fe58a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c7cf428-6bd1-9b22-846d-21e50efaf3d4-45fe58a6 {
  place-self: center stretch;
}

#w-node-_3c7cf428-6bd1-9b22-846d-21e50efaf3d5-45fe58a6 {
  align-self: start;
}

#w-node-_3c7cf428-6bd1-9b22-846d-21e50efaf3d7-45fe58a6, #w-node-_3c7cf428-6bd1-9b22-846d-21e50efaf3e1-45fe58a6, #w-node-_3c7cf428-6bd1-9b22-846d-21e50efaf3eb-45fe58a6, #w-node-_3c7cf428-6bd1-9b22-846d-21e50efaf3f5-45fe58a6 {
  justify-self: center;
}

#w-node-_3c7cf428-6bd1-9b22-846d-21e50efaf400-45fe58a6 {
  align-self: center;
}

#w-node-_657029ee02c1aa3c45fe58acan-45fe58a6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_75af6705-a8e3-3794-b53a-80e6da8f8ddc-44c17e08 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_75af6705-a8e3-3794-b53a-80e6da8f8ddd-44c17e08 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-Contact-form.w-node-_75af6705-a8e3-3794-b53a-80e6da8f8ddf-44c17e08 {
  place-self: start center;
}

#w-node-_75af6705-a8e3-3794-b53a-80e6da8f8de2-44c17e08 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-name.w-node-_75af6705-a8e3-3794-b53a-80e6da8f8de4-44c17e08, #Last-name.w-node-_75af6705-a8e3-3794-b53a-80e6da8f8de5-44c17e08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75af6705-a8e3-3794-b53a-80e6da8f8de7-44c17e08, #Email.w-node-_75af6705-a8e3-3794-b53a-80e6da8f8de9-44c17e08, #w-node-_75af6705-a8e3-3794-b53a-80e6da8f8deb-44c17e08, #Message.w-node-_75af6705-a8e3-3794-b53a-80e6da8f8ded-44c17e08, #w-node-_75af6705-a8e3-3794-b53a-80e6da8f8df8-44c17e08 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_75af6705-a8e3-3794-b53a-80e6da8f8df9-44c17e08 {
  justify-self: start;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-3b46e383 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-3b46e383 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-baaa077d {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-baaa077d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-8c4fd757 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-8c4fd757 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-490f8cf5 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-490f8cf5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-06e3a241 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-06e3a241 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-7f801ef9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-7f801ef9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-a82a2feb {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-a82a2feb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-dfc41340 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-dfc41340 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-80129f37 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-80129f37 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-6c79dbc6 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-6c79dbc6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-5221e37a {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-5221e37a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-92dfc48e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-92dfc48e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-0f418275 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-0f418275 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-3827ea22 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-3827ea22 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-b5ff31e1 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-b5ff31e1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-874b6c16 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-874b6c16 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-c9d9c8d6 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-c9d9c8d6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-19acbe3d {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-19acbe3d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-ff842dc1 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-ff842dc1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-e74f80dc {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-e74f80dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-5d9a5414 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-5d9a5414 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-973ee9e9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-973ee9e9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-4361dea6 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-4361dea6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-7fae3694 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-7fae3694 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-bdea824b {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-bdea824b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-3de9e790 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-3de9e790 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-0717b615 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-0717b615 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-b6488ca7 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-b6488ca7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-a7ce8e4b {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-a7ce8e4b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-55caee1c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-55caee1c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-f4f9a18d {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-f4f9a18d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-3b08c900 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-3b08c900 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-9060ad4e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-9060ad4e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-48f35cf8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-48f35cf8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-51174f64 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-51174f64 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-38cdd92f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-38cdd92f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-8fff1a6a {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-8fff1a6a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-1cf806c6 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-1cf806c6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-5b5e3f02 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-5b5e3f02 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-5ecf5c27 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-5ecf5c27 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-fbd12126 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-fbd12126 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-78016427 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-78016427 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-712f3881 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-712f3881 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-eaf54bd0 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-eaf54bd0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-87842bc2 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-87842bc2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-d3dd2c59 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-d3dd2c59 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-ff299081 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-ff299081 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-c068d3a3 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-c068d3a3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-7749d721 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-7749d721 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-e3d732d8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-e3d732d8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-7535a986 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-7535a986 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-4a37a015 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-4a37a015 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-4ab9464e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-4ab9464e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-a530cd8e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-a530cd8e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-9d8114a8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-9d8114a8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-e7a8953e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-e7a8953e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-cdcd5d44 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-cdcd5d44 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-52f9caa2 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-52f9caa2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-4c369a19 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-4c369a19 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-da33ae04 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-da33ae04 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-0d6faa29 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-0d6faa29 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-79cd915c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-79cd915c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-efbb40e4 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-efbb40e4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-b405cee8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-b405cee8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-60491fe1 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-60491fe1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-e1ca32c1 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-e1ca32c1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-1c4403aa {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-1c4403aa {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-4c74aee7 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-4c74aee7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-b33e9928 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-b33e9928 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-20d69843 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-20d69843 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-dbedf1d2 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-dbedf1d2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-676e6ee4 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-676e6ee4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-94e3586e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-94e3586e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-4b7f2bf6 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-4b7f2bf6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-bc9c1879 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-bc9c1879 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-301d5807 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-301d5807 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-eb657681 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-eb657681 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-0a68506e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-0a68506e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-b3219f2e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-b3219f2e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-6d715106 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-6d715106 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-ed6da59b {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-ed6da59b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-803ca146 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-803ca146 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-48b41c29 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-48b41c29 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-a151366f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-a151366f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a9d9a0a2-49f5-b288-b33c-3e19dcb20ab0-d60944b5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-f2dbdfd0-2110-ea59-787c-8c4a4e2d6554-d60944b5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-bbef4a37-e74b-d925-3094-0b32e3cdee32-d60944b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-Contact-form.w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a43-d60944b5 {
  place-self: start center;
}

#w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a46-d60944b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-name.w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a48-d60944b5, #Last-name.w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a49-d60944b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a4b-d60944b5, #Email.w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a4d-d60944b5, #w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a4f-d60944b5, #Message.w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a51-d60944b5, #w-node-_16dcf8ab-9deb-88b8-b320-58c5f9f141dc-d60944b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_92a9f52f-1089-9fe2-8c7b-9e34740404e5-d60944b5 {
  justify-self: start;
}

#w-node-ad1d6eaf-d913-6613-c62b-eea6571ea055-d60944b5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ad1d6eaf-d913-6613-c62b-eea6571ea057-d60944b5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ad1d6eaf-d913-6613-c62b-eea6571ea058-d60944b5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ad1d6eaf-d913-6613-c62b-eea6571ea05f-d60944b5 {
  justify-self: center;
}

#w-node-ad1d6eaf-d913-6613-c62b-eea6571ea07e-d60944b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8a80189-e397-9cc4-7c26-06389d1ee7d5-80541201 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-a8a80189-e397-9cc4-7c26-06389d1ee7d6-80541201 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4b0e09cb-dddd-e130-3792-fe9ecf4ac8f0-80541201 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4b0e09cb-dddd-e130-3792-fe9ecf4ac8f1-80541201 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_886da77c-32af-780f-9868-e82700da3fdb-80541201, #w-node-_886da77c-32af-780f-9868-e82700da3fe2-80541201, #w-node-_886da77c-32af-780f-9868-e82700da3fe9-80541201, #w-node-_8dfcb41b-d901-a764-6b9d-c4621f8c5943-80541201 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d473ad4-0ea7-29d3-664b-053a819a1105-80541201 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d557432f-d75e-ec4f-63f9-be660edeaaf3-80541201 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-d557432f-d75e-ec4f-63f9-be660edeaaf4-80541201 {
  align-self: stretch;
}

#w-node-d557432f-d75e-ec4f-63f9-be660edeab09-80541201 {
  align-self: end;
}

#w-node-_7d473ad4-0ea7-29d3-664b-053a819a1108-80541201 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_73b3a564-6b5b-f11a-0ec9-a722c5e3adfd-80541201 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73b3a564-6b5b-f11a-0ec9-a722c5e3ae01-80541201, #w-node-_03ab69f6-468a-c645-c2a1-d4169a30754a-80541201, #w-node-_7d8e23c8-73f0-1f4e-c2be-2393dacfac51-80541201 {
  justify-self: start;
}

#w-node-d4a3a771-84a2-2f1f-c7a0-1aace0faed5f-80541201 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-d4a3a771-84a2-2f1f-c7a0-1aace0faed60-80541201 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f26-80541201 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e618339f-b360-f156-62d0-f7611ca3e091-80541201 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f3d-80541201 {
  justify-self: start;
}

#w-node-_663c5aae-d794-6157-d2e9-5bc85e2f6f69-80541201 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_663c5aae-d794-6157-d2e9-5bc85e2f6f76-80541201 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_663c5aae-d794-6157-d2e9-5bc85e2f6f82-80541201 {
  justify-self: start;
}

#w-node-a58f8dd6-b86d-6b4e-7995-e82fec12c3a9-80541201 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a58f8dd6-b86d-6b4e-7995-e82fec12c3ab-80541201 {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: stretch;
}

#w-node-_36f1150a-9b6a-13a9-3a7a-ada774976b27-80541201, #w-node-cdacf5ff-29cc-ea52-7af5-28ae6039211f-80541201 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f0a5e87-976c-f014-f7c8-00c3affee6b7-80541201 {
  justify-self: center;
}

#w-node-ba5df4b2-c4d3-6836-3196-f9396f5d0829-80541201 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-ba5df4b2-c4d3-6836-3196-f9396f5d082a-80541201 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-Contact-form.w-node-ba5df4b2-c4d3-6836-3196-f9396f5d082c-80541201 {
  place-self: start center;
}

#w-node-ba5df4b2-c4d3-6836-3196-f9396f5d082f-80541201 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-name-2.w-node-ba5df4b2-c4d3-6836-3196-f9396f5d0831-80541201, #Last-name-2.w-node-ba5df4b2-c4d3-6836-3196-f9396f5d0832-80541201 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba5df4b2-c4d3-6836-3196-f9396f5d0834-80541201, #Email-2.w-node-ba5df4b2-c4d3-6836-3196-f9396f5d0836-80541201, #w-node-ba5df4b2-c4d3-6836-3196-f9396f5d0838-80541201, #Message-2.w-node-ba5df4b2-c4d3-6836-3196-f9396f5d083a-80541201, #w-node-ba5df4b2-c4d3-6836-3196-f9396f5d0845-80541201 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba5df4b2-c4d3-6836-3196-f9396f5d0846-80541201 {
  justify-self: start;
}

#w-node-_228b0383-11b0-509b-d4d6-1be75d37a1c7-80541201 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_228b0383-11b0-509b-d4d6-1be75d37a1c8-80541201 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-Contact-form.w-node-_228b0383-11b0-509b-d4d6-1be75d37a1ca-80541201 {
  place-self: start center;
}

#w-node-_228b0383-11b0-509b-d4d6-1be75d37a1cd-80541201 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-name-2.w-node-_228b0383-11b0-509b-d4d6-1be75d37a1cf-80541201, #Last-name-2.w-node-_228b0383-11b0-509b-d4d6-1be75d37a1d0-80541201 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_228b0383-11b0-509b-d4d6-1be75d37a1d2-80541201, #Email-2.w-node-_228b0383-11b0-509b-d4d6-1be75d37a1d4-80541201, #w-node-_228b0383-11b0-509b-d4d6-1be75d37a1d6-80541201, #Message-2.w-node-_228b0383-11b0-509b-d4d6-1be75d37a1d8-80541201, #w-node-_228b0383-11b0-509b-d4d6-1be75d37a1e3-80541201 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_228b0383-11b0-509b-d4d6-1be75d37a1e4-80541201 {
  justify-self: start;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-80541201 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-80541201 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-af5de0da {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-af5de0da {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-4bf8fea4 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-4bf8fea4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-853b0d68 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-853b0d68 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-246aee81 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-246aee81 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-2badb25f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-2badb25f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-96e56d08 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-96e56d08 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-7d988bbc {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-7d988bbc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-6c6404b4 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-6c6404b4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-c9fb66eb {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-c9fb66eb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-209da117 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-209da117 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-18ed38c6 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-18ed38c6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-84c1c3f8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-84c1c3f8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-360318e8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-360318e8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-47f88668 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-47f88668 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa38-3fe104cd {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa39-3fe104cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-Tattoo-Free-Demo.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa3d-3fe104cd {
  place-self: start center;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa40-3fe104cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-Name-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa42-3fe104cd, #Last-Name-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa43-3fe104cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa45-3fe104cd, #Email-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa47-3fe104cd, #w-node-cc411141-9ee9-ad20-1e88-7f2f14adcd22-3fe104cd, #Phone.w-node-cc411141-9ee9-ad20-1e88-7f2f14adcd24-3fe104cd, #w-node-fdb63272-928c-00ed-f27c-5ae2493ac14c-3fe104cd, #Tattoo-Shop-name.w-node-fdb63272-928c-00ed-f27c-5ae2493ac14e-3fe104cd, #w-node-f436a523-ca4f-06ae-7339-0a696dfc267e-3fe104cd, #Website.w-node-f436a523-ca4f-06ae-7339-0a696dfc2680-3fe104cd, #w-node-_1acf25c0-334a-cd14-2697-54e9669afabb-3fe104cd, #Social-Media.w-node-_1acf25c0-334a-cd14-2697-54e9669afabf-3fe104cd, #w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa49-3fe104cd, #Anything-else-we-should-know-about.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa4b-3fe104cd, #w-node-_747ae4d9-d6c7-2cb7-5e79-248e2a443f67-3fe104cd, #Contact-Preference.w-node-b5fda4ef-4e89-e95f-e654-996b19ac7a45-3fe104cd, #w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa56-3fe104cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa57-3fe104cd {
  justify-self: start;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-25d33ce0 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-25d33ce0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-47229cda {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-47229cda {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-e32975f2 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-e32975f2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-64238ccd {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-64238ccd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-b2d8f190 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-b2d8f190 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-3019a009 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-3019a009 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-f54a37d2 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-f54a37d2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-b3e40ce1 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-b3e40ce1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-69e738e6 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-69e738e6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-45393ab6 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-45393ab6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-7c5c66df {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-7c5c66df {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-eff8c567 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-eff8c567 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-68f99c56 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-68f99c56 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-c45c3244 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-c45c3244 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-d1f11b18 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-d1f11b18 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-2f935edf {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-2f935edf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-1fb3ef29 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-1fb3ef29 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-a19bfa32 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-a19bfa32 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-eaf014a1 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-eaf014a1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-d6667444 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-d6667444 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-bb3ee115 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-bb3ee115 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-0357730c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-0357730c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-522d9507 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-522d9507 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-5228dca8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-5228dca8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-257a34cb {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-257a34cb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-363cf001 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-363cf001 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-5994fbcf {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-5994fbcf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-ff8e838c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-ff8e838c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-ca43ec78 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-ca43ec78 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-0a3ed00a {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-0a3ed00a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-2dfb2578 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-2dfb2578 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-b8c75606 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-b8c75606 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-1a685402 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-1a685402 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-35d376f6 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-35d376f6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485511-b8c891ec {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4f3ea588-aa4d-3417-d942-286cb7485512-b8c891ec {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7b44d20d-885c-67b4-04fd-7be21c7da84b-c6ba56f8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_7b44d20d-885c-67b4-04fd-7be21c7da84c-c6ba56f8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_00b332ec-5ba7-3a73-1710-452b08c5d88c-28f19cee {
  grid-area: 1 / 1 / 2 / 3;
  align-self: stretch;
}

#w-node-_00b332ec-5ba7-3a73-1710-452b08c5d89b-28f19cee {
  align-self: center;
}

#w-node-_00b332ec-5ba7-3a73-1710-452b08c5d89f-28f19cee {
  place-self: center start;
}

#w-node-_00b332ec-5ba7-3a73-1710-452b08c5d8a0-28f19cee, #w-node-_00b332ec-5ba7-3a73-1710-452b08c5d8a7-28f19cee {
  align-self: start;
}

#w-node-_00b332ec-5ba7-3a73-1710-452b08c5d8a8-28f19cee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00b332ec-5ba7-3a73-1710-452b08c5d8ab-28f19cee {
  place-self: center stretch;
}

#w-node-_00b332ec-5ba7-3a73-1710-452b08c5d8ac-28f19cee {
  align-self: start;
}

#w-node-_00b332ec-5ba7-3a73-1710-452b08c5d8ae-28f19cee, #w-node-_00b332ec-5ba7-3a73-1710-452b08c5d8b8-28f19cee, #w-node-_00b332ec-5ba7-3a73-1710-452b08c5d8c2-28f19cee, #w-node-_00b332ec-5ba7-3a73-1710-452b08c5d8cc-28f19cee {
  justify-self: center;
}

#w-node-_00b332ec-5ba7-3a73-1710-452b08c5d8d7-28f19cee {
  align-self: center;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa38-9a60f24a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa39-9a60f24a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-Tattoo-Free-Preivew-v2.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa3d-9a60f24a {
  place-self: start center;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa40-9a60f24a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-Name-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa42-9a60f24a, #Last-Name-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa43-9a60f24a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa45-9a60f24a, #Email-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa47-9a60f24a, #w-node-cc411141-9ee9-ad20-1e88-7f2f14adcd22-9a60f24a, #Phone.w-node-cc411141-9ee9-ad20-1e88-7f2f14adcd24-9a60f24a, #w-node-fdb63272-928c-00ed-f27c-5ae2493ac14c-9a60f24a, #Tattoo-Shop-name.w-node-fdb63272-928c-00ed-f27c-5ae2493ac14e-9a60f24a, #w-node-f436a523-ca4f-06ae-7339-0a696dfc267e-9a60f24a, #Website.w-node-f436a523-ca4f-06ae-7339-0a696dfc2680-9a60f24a, #w-node-_1acf25c0-334a-cd14-2697-54e9669afabb-9a60f24a, #Social-Media.w-node-_1acf25c0-334a-cd14-2697-54e9669afabf-9a60f24a, #w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa49-9a60f24a, #Anything-else-we-should-know-about.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa4b-9a60f24a, #w-node-_747ae4d9-d6c7-2cb7-5e79-248e2a443f67-9a60f24a, #Contact-Preference.w-node-b5fda4ef-4e89-e95f-e654-996b19ac7a45-9a60f24a, #w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa56-9a60f24a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa57-9a60f24a {
  justify-self: start;
}

#w-node-d06377fa-70c8-e352-46d9-27da7afcd6ee-df47a4cd {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-d06377fa-70c8-e352-46d9-27da7afcd6ef-df47a4cd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa38-9070bb95 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa39-9070bb95 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-Tattoo-Free-Preivew-v2.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa3d-9070bb95 {
  place-self: start center;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa40-9070bb95 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-Name-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa42-9070bb95, #Last-Name-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa43-9070bb95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa45-9070bb95, #Email-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa47-9070bb95, #w-node-cc411141-9ee9-ad20-1e88-7f2f14adcd22-9070bb95, #Phone.w-node-cc411141-9ee9-ad20-1e88-7f2f14adcd24-9070bb95, #w-node-fdb63272-928c-00ed-f27c-5ae2493ac14c-9070bb95, #Shop-name.w-node-fdb63272-928c-00ed-f27c-5ae2493ac14e-9070bb95, #w-node-f436a523-ca4f-06ae-7339-0a696dfc267e-9070bb95, #Website.w-node-f436a523-ca4f-06ae-7339-0a696dfc2680-9070bb95, #w-node-_1acf25c0-334a-cd14-2697-54e9669afabb-9070bb95, #Social-Media.w-node-_1acf25c0-334a-cd14-2697-54e9669afabf-9070bb95, #w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa49-9070bb95, #Anything-else-we-should-know-about.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa4b-9070bb95, #w-node-_747ae4d9-d6c7-2cb7-5e79-248e2a443f67-9070bb95, #Contact-Preference.w-node-b5fda4ef-4e89-e95f-e654-996b19ac7a45-9070bb95, #w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa56-9070bb95 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa57-9070bb95 {
  justify-self: start;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa38-d89be310 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa39-d89be310 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-Tattoo-Free-Preivew-v2.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa3d-d89be310 {
  place-self: start center;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa40-d89be310 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-Name-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa42-d89be310, #Last-Name-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa43-d89be310 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa45-d89be310, #Email-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa47-d89be310, #w-node-cc411141-9ee9-ad20-1e88-7f2f14adcd22-d89be310, #Phone.w-node-cc411141-9ee9-ad20-1e88-7f2f14adcd24-d89be310, #w-node-fdb63272-928c-00ed-f27c-5ae2493ac14c-d89be310, #Tattoo-Shop-name.w-node-fdb63272-928c-00ed-f27c-5ae2493ac14e-d89be310, #w-node-f436a523-ca4f-06ae-7339-0a696dfc267e-d89be310, #Website.w-node-f436a523-ca4f-06ae-7339-0a696dfc2680-d89be310, #w-node-_1acf25c0-334a-cd14-2697-54e9669afabb-d89be310, #Social-Media.w-node-_1acf25c0-334a-cd14-2697-54e9669afabf-d89be310, #w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa49-d89be310, #Anything-else-we-should-know-about.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa4b-d89be310, #w-node-_747ae4d9-d6c7-2cb7-5e79-248e2a443f67-d89be310, #Contact-Preference.w-node-b5fda4ef-4e89-e95f-e654-996b19ac7a45-d89be310, #w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa56-d89be310 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa57-d89be310 {
  justify-self: start;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa38-a4beaa5e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa39-a4beaa5e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-Tattoo-Free-Preivew-v2.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa3d-a4beaa5e {
  place-self: start center;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa40-a4beaa5e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-Name-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa42-a4beaa5e, #Last-Name-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa43-a4beaa5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa45-a4beaa5e, #Email-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa47-a4beaa5e, #w-node-cc411141-9ee9-ad20-1e88-7f2f14adcd22-a4beaa5e, #Phone.w-node-cc411141-9ee9-ad20-1e88-7f2f14adcd24-a4beaa5e, #w-node-_9166befa-1193-7691-0f9d-51b8a1115e66-a4beaa5e, #Shop-name.w-node-fdb63272-928c-00ed-f27c-5ae2493ac14e-a4beaa5e, #w-node-f436a523-ca4f-06ae-7339-0a696dfc267e-a4beaa5e, #Website.w-node-f436a523-ca4f-06ae-7339-0a696dfc2680-a4beaa5e, #w-node-_1acf25c0-334a-cd14-2697-54e9669afabb-a4beaa5e, #Social-Media.w-node-_1acf25c0-334a-cd14-2697-54e9669afabf-a4beaa5e, #w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa49-a4beaa5e, #Anything-else-we-should-know-about.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa4b-a4beaa5e, #w-node-_747ae4d9-d6c7-2cb7-5e79-248e2a443f67-a4beaa5e, #Contact-Preference.w-node-b5fda4ef-4e89-e95f-e654-996b19ac7a45-a4beaa5e, #w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa56-a4beaa5e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa57-a4beaa5e {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_8d7a045e-7b9a-b756-6a0a-89be20912a7b-20912a70 {
    justify-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_7d473ad4-0ea7-29d3-664b-053a819a1105-eb441246 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d557432f-d75e-ec4f-63f9-be660edeab09-eb441246 {
    align-self: end;
  }

  #w-node-_7f050e53-3302-7574-a2fc-d7945fa73881-eb441247 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_1c02dbdd-6a50-d9de-98b8-b6bca4e1c67e-eb44124a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_394bbe1b-08b5-fed5-598d-5bb7928abea5-eb44124d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_7d473ad4-0ea7-29d3-664b-053a819a1105-80541201 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d557432f-d75e-ec4f-63f9-be660edeab09-80541201 {
    align-self: end;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_7d473ad4-0ea7-29d3-664b-053a819a1105-eb441246, #w-node-_7d473ad4-0ea7-29d3-664b-053a819a1105-80541201 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bc62f2dc-3510-2df7-d212-3e16d02544a3-eb441246 {
    grid-column-end: 3;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f27-eb441246 {
    justify-self: center;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f28-eb441246 {
    justify-self: start;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f32-eb441246 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_663c5aae-d794-6157-d2e9-5bc85e2f6f6a-eb441246 {
    justify-self: center;
  }

  #w-node-_663c5aae-d794-6157-d2e9-5bc85e2f6f6b-eb441246 {
    justify-self: start;
  }

  #w-node-_663c5aae-d794-6157-d2e9-5bc85e2f6f77-eb441246 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a58f8dd6-b86d-6b4e-7995-e82fec12c3ab-eb441246 {
    grid-column: 1 / 4;
  }

  #w-node-_18baa351-316d-8b19-95ac-7b1503a9f8ab-aadd9bf4, #w-node-bf58d955-b906-4f2f-a9e1-87078e92eeea-aadd9bf4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f06e996d-a976-801f-4e3f-c42ff86db473-809021d6 {
    grid-column: 1 / 4;
  }

  #w-node-f06e996d-a976-801f-4e3f-c42ff86db475-809021d6 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_75f08d2b-b719-f1bd-fdcd-893de7f2c4ab-e7f2c4a8 {
    grid-column: 1 / 2;
  }

  #w-node-_98291786-c0bb-cb4f-883e-b6ffb0a99145-e7f2c4a8 {
    grid-column-end: 3;
  }

  #w-node-_75f08d2b-b719-f1bd-fdcd-893de7f2c4b3-e7f2c4a8 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: start;
  }

  #w-node-ba53fd26-e31f-3f6c-8299-47d82d50f942-eb441247 {
    grid-column: span 3 / span 3;
  }

  #w-node-_61263ee8-f4ec-af23-1815-09c82ec1bccb-eb441247 {
    order: 9999;
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_7f050e53-3302-7574-a2fc-d7945fa7387e-eb441247 {
    grid-column: 1 / 4;
  }

  #w-node-_7f050e53-3302-7574-a2fc-d7945fa73881-eb441247 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-bbef4a37-e74b-d925-3094-0b32e3cdee32-eb441249 {
    grid-column: span 3 / span 3;
  }

  #w-node-_16dcf8ab-9deb-88b8-b320-58c5f9f141dc-eb441249 {
    order: 9999;
    grid-column: span 3 / span 3;
  }

  #w-node-_83d804be-e221-1bd4-7d7e-de9cab0b6071-ab0b606c, #w-node-_86568de7-c5c7-9df2-1ba0-cfe889e1c92f-eb44124a {
    grid-column: span 3 / span 3;
  }

  #w-node-fc7e7c63-5e4d-bb11-d4a6-1428ef68ff9a-eb44124a {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-a5d62cbe-1983-e25a-9ed9-4b10bcc47467-eb44124a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8e1a8046-dbba-18f8-989e-8e7d18314dad-eb44124a {
    grid-column: 1 / 4;
  }

  #w-node-_39ed1407-6b45-37c9-d016-2c737ab88ad2-eb44124a, #w-node-e14c198b-8fac-1ada-df37-2b827c5ee541-eb44124a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_73532828-5702-2429-e916-9120283658a8-eb44124a {
    grid-column: 1 / 4;
  }

  #w-node-_92a9f52f-1089-9fe2-8c7b-9e34740404e5-eb44124d {
    grid-column: 3 / 4;
  }

  #w-node-bc62f2dc-3510-2df7-d212-3e16d02544a3-eb44124d {
    grid-column-end: 3;
  }

  #w-node-_92323c0c-5237-cf01-236e-552331fc826e-eb44124d {
    justify-self: start;
  }

  #w-node-_92323c0c-5237-cf01-236e-552331fc8278-eb44124d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_91b2e999-1cf9-99b5-10c3-87fe3da82914-eb44124d {
    justify-self: center;
  }

  #w-node-_91b2e999-1cf9-99b5-10c3-87fe3da8291f-eb44124d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_91b2e999-1cf9-99b5-10c3-87fe3da82915-eb44124d {
    justify-self: start;
  }

  #w-node-_394bbe1b-08b5-fed5-598d-5bb7928abe9e-eb44124d {
    grid-column: 1 / 4;
  }

  #w-node-_394bbe1b-08b5-fed5-598d-5bb7928abea5-eb44124d {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_75d4b488-33ae-0496-c48b-b1fc17db60e2-eb44124d {
    grid-column: 1 / 4;
  }

  #w-node-_92a9f52f-1089-9fe2-8c7b-9e34740404e5-eb44124e {
    grid-column: 3 / 4;
  }

  #w-node-bc62f2dc-3510-2df7-d212-3e16d02544a3-eb44124e {
    grid-column-end: 3;
  }

  #w-node-_36114c5b-fa44-2cbe-0f02-9c37c97ce626-eb44124e {
    justify-self: start;
  }

  #w-node-_36114c5b-fa44-2cbe-0f02-9c37c97ce630-eb44124e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4df62381-d6d9-3e4d-edb9-371d038679e8-eb44124e {
    grid-column: 1 / 4;
  }

  #w-node-_4df62381-d6d9-3e4d-edb9-371d038679eb-eb44124e {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-a58f8dd6-b86d-6b4e-7995-e82fec12c3ab-eb44124e {
    grid-column: 1 / 4;
  }

  #w-node-f74c4df1-422a-a960-140c-48e4a7b2792c-eb44124f {
    grid-column-end: 3;
  }

  #w-node-b4191c36-9b08-5e6b-a766-4afaac18e26b-eb44124f {
    grid-column: 1 / 4;
  }

  #w-node-b9cf0d47-d6ed-df45-8910-0259050fbbfc-eb441250 {
    grid-column: span 3 / span 3;
  }

  #w-node-_476321e1-1114-a715-c623-dc44430b8a53-eb441250 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9476f9f6-3729-8e95-790c-6c1e50106297-eb441250 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6e846523-afc6-c7f6-5deb-8c12b382cddb-eb441250 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_611ab094-58c1-f047-7229-c58f9f4405dc-eb441250 {
    grid-column-end: 3;
  }

  #w-node-_7e8a6eb6-bb4f-29ca-4c73-5e55e1a28ab5-eb441250 {
    justify-self: start;
  }

  #w-node-_7e8a6eb6-bb4f-29ca-4c73-5e55e1a28abf-eb441250, #w-node-fbf3da69-9798-152d-b01a-8f833578f1e7-eb441250 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fbf3da69-9798-152d-b01a-8f833578f1f5-eb441250, #w-node-_775ff6d6-b8d5-e0ff-59e2-984f3c7eb265-eb441250 {
    justify-self: start;
  }

  #w-node-_775ff6d6-b8d5-e0ff-59e2-984f3c7eb26f-eb441250 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3c7cf428-6bd1-9b22-846d-21e50efaf3b5-45fe58a6 {
    grid-column-end: 4;
  }

  #w-node-_75af6705-a8e3-3794-b53a-80e6da8f8ddd-44c17e08 {
    grid-column: span 3 / span 3;
  }

  #w-node-_75af6705-a8e3-3794-b53a-80e6da8f8df8-44c17e08 {
    order: 9999;
    grid-column: span 3 / span 3;
  }

  #w-node-f2dbdfd0-2110-ea59-787c-8c4a4e2d6554-d60944b5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bbef4a37-e74b-d925-3094-0b32e3cdee32-d60944b5 {
    grid-column: span 3 / span 3;
  }

  #w-node-_16dcf8ab-9deb-88b8-b320-58c5f9f141dc-d60944b5 {
    order: 9999;
    grid-column: span 3 / span 3;
  }

  #w-node-ad1d6eaf-d913-6613-c62b-eea6571ea058-d60944b5 {
    grid-column: span 3 / span 3;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f27-80541201 {
    justify-self: center;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f28-80541201 {
    justify-self: start;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f32-80541201 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_663c5aae-d794-6157-d2e9-5bc85e2f6f6a-80541201 {
    justify-self: center;
  }

  #w-node-_663c5aae-d794-6157-d2e9-5bc85e2f6f6b-80541201 {
    justify-self: start;
  }

  #w-node-_663c5aae-d794-6157-d2e9-5bc85e2f6f77-80541201 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a58f8dd6-b86d-6b4e-7995-e82fec12c3ab-80541201 {
    grid-column: 1 / 4;
  }

  #w-node-ba5df4b2-c4d3-6836-3196-f9396f5d082a-80541201 {
    order: 9999;
    grid-column: span 3 / span 3;
  }

  #w-node-ba5df4b2-c4d3-6836-3196-f9396f5d0845-80541201 {
    order: -9999;
    grid-column: span 3 / span 3;
  }

  #w-node-_228b0383-11b0-509b-d4d6-1be75d37a1c8-80541201 {
    grid-column: span 3 / span 3;
  }

  #w-node-_228b0383-11b0-509b-d4d6-1be75d37a1e3-80541201, #w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa39-3fe104cd {
    order: 9999;
    grid-column: span 3 / span 3;
  }

  #w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa56-3fe104cd {
    order: 9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_00b332ec-5ba7-3a73-1710-452b08c5d88c-28f19cee {
    grid-column-end: 4;
  }

  #w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa39-9a60f24a {
    order: 9999;
    grid-column: span 3 / span 3;
  }

  #w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa56-9a60f24a {
    order: 9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa39-9070bb95 {
    order: 9999;
    grid-column: span 3 / span 3;
  }

  #w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa56-9070bb95 {
    order: 9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa39-d89be310 {
    order: 9999;
    grid-column: span 3 / span 3;
  }

  #w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa56-d89be310 {
    order: 9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa39-a4beaa5e {
    order: 9999;
    grid-column: span 3 / span 3;
  }

  #w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa56-a4beaa5e {
    order: 9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_75f08d2b-b719-f1bd-fdcd-893de7f2c4ab-e7f2c4a8 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: stretch;
  }

  #w-node-_98291786-c0bb-cb4f-883e-b6ffb0a99145-e7f2c4a8 {
    grid-column: 1 / 4;
  }

  #w-node-_75f08d2b-b719-f1bd-fdcd-893de7f2c4b3-e7f2c4a8 {
    grid-area: 3 / 1 / 4 / 4;
    justify-self: stretch;
  }

  #w-node-_8d7a045e-7b9a-b756-6a0a-89be20912a79-20912a70 {
    grid-column: 1 / 3;
    justify-self: start;
  }

  #menu-button.w-node-_0350fef7-d6de-b3cc-cb1b-0228a8c706c5-20912a70 {
    grid-column: 3 / 4;
  }

  #w-node-_3d4c6234-c59a-255c-64d9-659133eb227f-eb441247, #w-node-fe17531c-57d6-8846-b10a-93173faa330f-eb441247, #w-node-_16600d92-bd87-69d0-450a-34725627547d-eb441247, #w-node-_45f924d7-9421-78ae-8219-1923edd9d291-eb441247 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_476321e1-1114-a715-c623-dc44430b8a53-eb441250, #w-node-_9476f9f6-3729-8e95-790c-6c1e50106297-eb441250, #w-node-_6e846523-afc6-c7f6-5deb-8c12b382cddb-eb441250 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a58f8dd6-b86d-6b4e-7995-e82fec12c3ab-eb441246 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: stretch;
  }

  #w-node-deac42f0-9375-01d7-5189-8139010c9b0a-20912a70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #First-name.w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a48-eb441249, #Last-name.w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a49-eb441249 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8ad051f9-b990-40fe-b7a1-7eaf822f5006-eb44124a {
    justify-self: center;
  }

  #w-node-_92a9f52f-1089-9fe2-8c7b-9e34740404e5-eb44124d, #w-node-_92a9f52f-1089-9fe2-8c7b-9e34740404e5-eb44124e {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_3c7cf428-6bd1-9b22-846d-21e50efaf3c4-45fe58a6, #w-node-_3c7cf428-6bd1-9b22-846d-21e50efaf3ca-45fe58a6, #w-node-_3c7cf428-6bd1-9b22-846d-21e50efaf3cc-45fe58a6, #w-node-_3c7cf428-6bd1-9b22-846d-21e50efaf3ce-45fe58a6, #w-node-_3c7cf428-6bd1-9b22-846d-21e50efaf400-45fe58a6, #w-node-_3c7cf428-6bd1-9b22-846d-21e50efaf401-45fe58a6 {
    justify-self: center;
  }

  #First-name.w-node-_75af6705-a8e3-3794-b53a-80e6da8f8de4-44c17e08, #Last-name.w-node-_75af6705-a8e3-3794-b53a-80e6da8f8de5-44c17e08 {
    grid-column: span 2 / span 2;
  }

  #w-node-f2dbdfd0-2110-ea59-787c-8c4a4e2d6554-d60944b5, #w-node-bbef4a37-e74b-d925-3094-0b32e3cdee32-d60944b5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #First-name.w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a48-d60944b5, #Last-name.w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a49-d60944b5 {
    grid-column: span 2 / span 2;
  }

  #w-node-a58f8dd6-b86d-6b4e-7995-e82fec12c3ab-80541201 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: stretch;
  }

  #First-name-2.w-node-ba5df4b2-c4d3-6836-3196-f9396f5d0831-80541201, #Last-name-2.w-node-ba5df4b2-c4d3-6836-3196-f9396f5d0832-80541201, #First-name-2.w-node-_228b0383-11b0-509b-d4d6-1be75d37a1cf-80541201, #Last-name-2.w-node-_228b0383-11b0-509b-d4d6-1be75d37a1d0-80541201, #First-Name-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa42-3fe104cd, #Last-Name-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa43-3fe104cd {
    grid-column: span 2 / span 2;
  }

  #w-node-_00b332ec-5ba7-3a73-1710-452b08c5d89b-28f19cee {
    justify-self: center;
  }

  #w-node-_00b332ec-5ba7-3a73-1710-452b08c5d8a0-28f19cee {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_00b332ec-5ba7-3a73-1710-452b08c5d8a1-28f19cee, #w-node-_00b332ec-5ba7-3a73-1710-452b08c5d8a3-28f19cee {
    justify-self: center;
  }

  #w-node-_00b332ec-5ba7-3a73-1710-452b08c5d8a5-28f19cee {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_00b332ec-5ba7-3a73-1710-452b08c5d8d7-28f19cee, #w-node-_00b332ec-5ba7-3a73-1710-452b08c5d8d8-28f19cee {
    justify-self: center;
  }

  #First-Name-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa42-9a60f24a, #Last-Name-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa43-9a60f24a, #First-Name-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa42-9070bb95, #Last-Name-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa43-9070bb95, #First-Name-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa42-d89be310, #Last-Name-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa43-d89be310, #First-Name-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa42-a4beaa5e, #Last-Name-3.w-node-_734da86d-73b3-cea0-dd2c-42e6f3f7fa43-a4beaa5e {
    grid-column: span 2 / span 2;
  }
}


