@font-face {
  font-family: Anybody Wdth Wght;
  src: url('/fonts/Anybodywdthwght.ttf') format("truetype-variations"),
       url('/fonts/Anybodywdthwght.ttf') format("truetype");
  font-weight: 100 900;
  font-stretch: 25% 200%;
  font-display: swap;
}

@font-face {
  font-family: Anybody Ital Wdth Wght;
  src: url('/fonts/Anybodyitalwdthwght.ttf') format("truetype-variations"),
       url('/fonts/Anybodyitalwdthwght.ttf') format("truetype");
  font-weight: 100 900;
  font-stretch: 25% 200%;
  font-display: swap;
}

:root {
  --taupe-lite: #f9f7f3;
  --mine-shaft: #1f1f1f;
  --tundora: #4b4b4b;
  --darkest-grey: #353535;
  --white: white;
  --black: black;
  --taupe-med: #f0ede6;
  --graywarm25: #fdfdfc;
  --graywarm50: #fafaf9;
  --300: #a4bcfd;
  --graywarm100: #f5f5f4;
  --graywarm200: #e7e5e4;
  --graywarm300: #d7d3d0;
  --graywarm400: #a9a29d;
  --graywarm500: #79716b;
  --graywarm600: #57534e;
  --graywarm700: #44403c;
  --graywarm800: #292524;
  --graywarm900: #1c1917;
  --plum: #cea1ea;
  --dark-goldenrod: #c69222;
  --light-steel-blue: #b0b8cb;
  --indigo: #3e1c96;
  --thistle: #ac9bbc;
  --dark-slate: #574077;
  --black2: #333;
}

.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-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-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-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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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;
  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;
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
  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 {
  background-color: var(--taupe-lite);
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  font-variation-settings: "wght" 700, "wdth" 120, "ital" 0;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Anybody Ital Wdth Wght, sans-serif;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 4.5rem;
}

h2 {
  font-variation-settings: "wght" 700, "wdth" 120;
  letter-spacing: -2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anybody Ital Wdth Wght, sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 3.5rem;
}

h3 {
  font-variation-settings: "wdth" 120;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anybody Ital Wdth Wght, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 2.5rem;
}

h4 {
  font-variation-settings: "wdth" 120;
  letter-spacing: -1px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Anybody Ital Wdth Wght, sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 2rem;
}

h5 {
  color: var(--mine-shaft);
  font-variation-settings: "wdth" 120;
  letter-spacing: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Anybody Ital Wdth Wght, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.75rem;
}

h6 {
  font-variation-settings: "wdth" 80;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anybody Ital Wdth Wght, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1rem;
}

p {
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}

a {
  color: var(--tundora);
  text-decoration: none;
}

li {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.body {
  background-color: var(--taupe-lite);
  color: var(--darkest-grey);
  font-family: Sanfranciscotext;
  font-weight: 400;
  overflow: visible;
}

.body.dark-page {
  background-color: var(--mine-shaft);
}

.navbar {
  background-color: #0000;
  background-image: none;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.navbar-clear {
  z-index: 1001;
  cursor: pointer;
  background-color: #0000;
  background-image: none;
  width: auto;
  min-width: 100px;
  max-width: none;
  height: 180px;
  min-height: 180px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .3s cubic-bezier(.455, .03, .515, .955);
  display: none;
  inset: auto 0% 0%;
}

.navbar.navbar-clear:hover {
  background-color: #0000;
  background-image: none;
}

.nav-menu {
  display: none;
}

.billboard {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 96px;
  padding: 20vh 120px;
  display: flex;
  overflow: visible;
}

.footer {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.utility-page-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: relative;
}

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

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

.text-field, .submit-button {
  font-family: bebas-neue;
}

.nav-open {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: none;
  background-color: #f7f7f7;
  background-image: linear-gradient(#f7f7f7, #e4e4e4);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  transition: all 1s cubic-bezier(.455, .03, .515, .955);
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.main-nav-link {
  color: #353535;
  text-align: center;
  cursor: crosshair;
  width: 100%;
  padding: 20px;
  font-family: bebas-kai, sans-serif;
  font-size: 30px;
  text-decoration: none;
  transition: all 1s cubic-bezier(.455, .03, .515, .955);
  display: block;
}

.main-nav-link:hover {
  opacity: .75;
  filter: blur(2px);
  transform: skew(25deg);
}

.main-nav-link.w--current {
  cursor: pointer;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-family: bebas-kai, sans-serif;
  font-size: 30px;
  font-weight: 400;
  transition: all 1s cubic-bezier(.455, .03, .515, .955);
}

.main-nav-link.w--current:hover {
  opacity: .75;
  transform: skew(25deg, 5deg);
}

.nav-feed-list-wrapper {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  min-width: 50vw;
  max-width: 50vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-feed-list-wrapper.left-side {
  flex-direction: column;
  flex: 0 auto;
  min-width: 50vw;
  max-width: 50vw;
  display: block;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.nav-feed-list-wrapper.right-side {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: stretch;
  min-width: 50vw;
  max-width: 50vw;
  height: auto;
  display: block;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.nav-feed-image {
  border-style: none;
  border-color: #000;
  border-radius: 6px;
  min-width: 100%;
  max-width: 100%;
  box-shadow: 0 14px 28px -7px #0003;
}

.nav-feed-list-item {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin: 10px 0;
  padding: 10px 10vw;
  display: block;
  position: static;
  overflow: visible;
}

.main-nav-links {
  z-index: 999;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: auto;
  padding-right: auto;
  font-family: bebas-neue-by-fontfabric;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: visible;
}

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

.striketext {
  padding-top: 60px;
}

.nav-photo-feed {
  perspective: 980px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  min-width: 116vw;
  height: 100%;
  min-height: 100vh;
  margin-left: -8vw;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.nav-feed-list {
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  min-width: auto;
  display: block;
  position: static;
}

.navbar-div {
  display: none;
}

.navigation-div {
  height: 100vh;
  transition-duration: 1s;
  display: none;
}

.main-nav {
  overflow: visible;
}

.nav-wrapper {
  display: none;
}

.h1-xxl {
  flex: 1;
  align-self: center;
  min-width: 800px;
  max-width: 1200px;
  font-family: Butler;
  font-size: 160px;
  line-height: 130px;
}

.h1-xxl.striketext {
  letter-spacing: 0;
  flex: 1;
  min-width: 700px;
  max-width: 1440px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Butler;
  font-size: 10em;
  line-height: .9em;
  text-decoration: none;
}

.skillset-labels {
  text-align: left;
  letter-spacing: .1vw;
  flex: none;
  padding: 1vw;
  font-family: bebas-kai, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.4vw;
}

.warehaus-identity {
  z-index: 9999;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 16px 0% auto;
  overflow: visible;
}

.link-block {
  align-self: flex-end;
  padding: 15px;
  font-weight: 600;
}

.link-block:hover {
  text-decoration: line-through;
}

.menu-wrapper {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  padding: 8px 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.menu-wrapper.dark {
  z-index: 99999;
  width: 100%;
  display: flex;
  position: fixed;
}

.logo-pillars {
  justify-content: space-between;
  width: 80px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.pillar._1 {
  position: relative;
  top: -4px;
}

.pillar._2 {
  position: relative;
  top: 4px;
}

.pillar._3 {
  position: relative;
  top: -4px;
}

.pillar._4 {
  position: relative;
  top: 4px;
}

.pillar._5 {
  position: relative;
  top: -4px;
}

.navlogotypes {
  flex-direction: column;
  align-items: center;
  width: 84px;
  height: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logotype {
  padding-top: 5px;
  padding-bottom: 5px;
}

.logotype.warehaus {
  position: absolute;
}

.logotype.menu {
  position: absolute;
  top: 30px;
}

.navigation-menu {
  z-index: 9999999;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 12px;
  display: block;
  position: static;
}

.horizontal-trigger {
  position: absolute;
  inset: 0% 0% auto;
}

.pillar-1._1 {
  position: relative;
  top: -4px;
}

.pillar-2._2 {
  position: relative;
  top: 4px;
}

.pillar-3._3 {
  position: relative;
  top: -4px;
}

.pillar-4._4 {
  position: relative;
  top: 4px;
}

.pillar-5._5 {
  position: relative;
  top: -4px;
}

.logotype-warehaus {
  padding-top: 5px;
  padding-bottom: 5px;
}

.logotype-warehaus.warehaus {
  position: absolute;
}

.logotype-menu {
  padding-top: 5px;
  padding-bottom: 5px;
}

.logotype-menu.menu {
  position: absolute;
  top: 30px;
}

.homepage-work-item-image {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.homepage-work-item-image.top-layer {
  z-index: 10;
  object-fit: cover;
  width: 120%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: 110%;
  top: -10%;
  left: -10%;
}

.footer-left-side {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.capabilities-content-info {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60vw;
  height: 60vh;
  display: flex;
  position: relative;
}

.work-header-small {
  width: 80%;
  font-size: 2vw;
  font-style: italic;
  font-weight: 900;
  line-height: 3vw;
}

.work-header-small.center {
  text-align: center;
  width: 100%;
  font-size: 3rem;
}

.collective-section-paragraph {
  letter-spacing: 0;
  width: 30vw;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 1vw;
  font-weight: 500;
  line-height: 2vw;
}

.case-study-overview-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  height: auto;
  padding: 5vw;
  display: grid;
}

.case-study-side {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.casetudy-featured-image {
  object-fit: contain;
  width: 40vw;
  height: auto;
  max-height: 70vh;
}

.case-study-gallery-collection-item {
  justify-content: center;
  padding: 0 0;
  display: flex;
}

.case-study-gallery-image {
  width: 100%;
  display: block;
}

.case-study-company-logo {
  object-fit: fill;
  width: 25vw;
  max-width: none;
  padding-right: 1vw;
  overflow: visible;
}

.casestudy-overview-description {
  width: auto;
  padding-left: 0;
  font-size: 1vw;
  line-height: 1.5vw;
}

.casestudy-all-projects-link {
  letter-spacing: normal;
  text-transform: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 5vw;
  transition: all .3s;
}

.casestudy-all-projects-link:hover {
  text-decoration: line-through;
}

.casestudy-skillset-collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  display: grid;
}

.comingsoonsection {
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26vw;
  height: 34vh;
  margin: 38vh auto auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.blob-3 {
  z-index: 0;
  background-color: var(--darkest-grey);
  border-radius: 300px;
  width: 29%;
  height: 31%;
  position: absolute;
  inset: 34% auto auto 37%;
}

.blur-overlay {
  z-index: 10;
  -webkit-backdrop-filter: blur(45px);
  backdrop-filter: blur(45px);
  background-color: #f9f7f300;
  display: block;
  position: absolute;
  inset: 0%;
}

.blobs-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.blob-1 {
  z-index: 2;
  border-radius: 300px;
  width: 35%;
  height: 30%;
  position: absolute;
  inset: 46% auto auto 36%;
}

.blob-1.kiwi-4 {
  z-index: 2;
  background-color: var(--tundora);
  width: 18%;
  height: 25%;
  inset: 42% auto auto 36%;
}

.blob-2 {
  z-index: 1;
  background-color: var(--black);
  width: 25%;
  height: 24%;
  color: var(--mine-shaft);
  border-radius: 300px;
  position: absolute;
  inset: 29% auto auto 32%;
}

.bg-blur-wrapper {
  z-index: 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.dots {
  z-index: 100;
  background-color: #0000;
  width: 30vw;
  max-width: none;
  position: absolute;
  inset: 0%;
}

.dots._1 {
  z-index: 0;
  width: 500px;
  transform-style: preserve-3d;
  margin-left: auto;
  margin-right: auto;
  display: block;
  inset: 6% 0% 0%;
  transform: perspective(1235px)translate3d(0, 0, 6.7rem)perspective(863px);
}

.dots._2 {
  width: 600px;
  transform-style: preserve-3d;
  display: block;
  top: -211%;
  left: -143%;
  transform: translate3d(0, 0, -40rem);
}

.dots._3 {
  width: 400px;
  transform-style: preserve-3d;
  inset: auto -110% -150% auto;
  transform: translate3d(0, 0, -30rem);
}

.grid {
  z-index: auto;
  width: 700px;
  transform-style: preserve-3d;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -11%;
  left: auto;
  transform: perspective(510px)translate3d(0, 0, -2em);
}

.comingsoon-title {
  color: var(--taupe-med);
  text-align: center;
  letter-spacing: -3px;
  flex: 0 auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 900;
  line-height: 18px;
  position: relative;
  inset: auto;
}

.text-span {
  letter-spacing: 0;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 3rem;
}

.centered-content-wrapper {
  z-index: auto;
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  perspective: 490px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: absolute;
}

.coming-soon-input-field {
  height: 100%;
  color: var(--taupe-lite);
  background-color: #fff0;
  border: 0 #000;
  flex: 1;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 600;
}

.coming-soon-input-field::placeholder {
  color: #f9f7f3b3;
}

.coming-soon-form-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #a8a6a226;
  border-radius: 26px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding: 6px;
  display: flex;
}

.coming-soon-submit-button {
  color: var(--mine-shaft);
  background-color: #f9f7f3e6;
  border-radius: 18px;
  font-weight: 700;
}

.coming-soon-text-area {
  height: auto;
  min-height: 150px;
  color: var(--taupe-lite);
  background-color: #fff0;
  border: 0 #000;
  border-bottom-color: #f0ede624;
  border-radius: 0;
  flex: none;
  padding-top: 12px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  overflow: auto;
}

.coming-soon-text-area::placeholder {
  color: #f0ede6b3;
  font-weight: 700;
}

.coming-soon-form-row {
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.div-block-4 {
  background-color: #f9f7f30f;
  width: 95%;
  height: 2px;
}

.coming-soon-form-block {
  flex-direction: column;
  justify-content: center;
  min-width: 400px;
  min-height: 250px;
  display: flex;
  position: relative;
}

.dots-grid-wrapper {
  z-index: 4;
  perspective: 549px;
  flex: none;
  width: 50vw;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.dot-interaction {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.body-coming-soon {
  background-color: var(--taupe-lite);
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

.success-message {
  background-color: #fff9;
  border-radius: 20px;
}

.coming-soon-form-success {
  letter-spacing: -2px;
  font-family: Sanfranciscotext;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 700;
  line-height: 2rem;
}

.homepage-work-logo {
  z-index: 15;
  opacity: 0;
  max-width: 25%;
  display: block;
  position: absolute;
  inset: auto auto 0% 1%;
}

.button-container {
  z-index: 99;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.button-container.negative-margin {
  margin-top: 6px;
  margin-bottom: -100px;
}

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

.button-move-vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 140px;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  overflow: hidden;
}

.button-text-container {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: -2px;
  display: flex;
}

.full-button-text {
  z-index: 10;
  color: var(--black);
  letter-spacing: 0;
  cursor: default;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
  position: relative;
}

.move-less {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.button-circle-inner {
  z-index: 0;
  border: 1px solid var(--darkest-grey);
  border-radius: .5rem;
  width: 160px;
  height: 60px;
  position: absolute;
}

.button-fancy-hover {
  border: 1px solid var(--darkest-grey);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  border-radius: .5rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  display: flex;
  position: relative;
}

.text-size-medium {
  flex: 1;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.margin-bottom, .margin-bottom.margin-huge, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small, .margin-bottom.margin-0, .margin-bottom.margin-xsmall, .margin-bottom.margin-xlarge, .margin-bottom.margin-tiny, .margin-bottom.margin-custom2, .margin-bottom.margin-xhuge, .margin-bottom.margin-large, .margin-bottom.margin-custom3, .margin-bottom.margin-medium, .margin-bottom.margin-custom1, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xxhuge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.text-align-center.extra-line-height {
  letter-spacing: 4px;
  line-height: 8rem;
}

.text-align-center.collective-lower {
  z-index: 1;
  position: relative;
}

.text-align-center.collective-higher {
  z-index: 5;
  position: relative;
}

.padding-global {
  padding-left: 3%;
  padding-right: 3%;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

.padding-section-large.sservices {
  align-items: center;
  padding-top: 9rem;
  padding-bottom: 3.5rem;
  display: flex;
}

.text-weight-semibold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.homepage-header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message-2 {
  background-color: #0000;
  padding: 1.5rem;
}

.form-input {
  border: 1px solid var(--darkest-grey);
  background-color: var(--taupe-med);
  height: auto;
  min-height: 2.75rem;
  color: var(--mine-shaft);
  -webkit-text-stroke-color: var(--mine-shaft);
  border-radius: .75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  background-color: var(--taupe-med);
  color: #0009;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-text-area.bottom {
  background-color: #ececec;
  border-style: none;
  border-width: 0;
  border-radius: .5rem;
}

.form-input.is-text-area.bottom::placeholder {
  background-color: #0000;
}

.form-input.is-text-area.bottom.footer {
  color: var(--taupe-lite);
  background-color: #ececec33;
  background-image: none;
}

.form-input.is-text-area.bottom.footer::placeholder {
  color: #f9f7f3bf;
  background-color: #0000;
}

.form-input.top {
  background-color: #ececec;
  border-style: none;
  border-width: 0 0 1px;
  border-bottom-color: #b1b1b1;
  border-radius: .5rem;
  font-family: Open Sans, sans-serif;
}

.form-input.top::placeholder {
  background-color: #0000;
}

.form-input.top.footer {
  color: var(--taupe-lite);
  background-color: #f9f7f333;
  background-image: none;
}

.form-input.top.footer:focus {
  border: 1px solid var(--taupe-lite);
  background-color: #f9f7f31a;
}

.form-input.top.footer::placeholder {
  color: #f0ede6b3;
  background-color: #0000;
}

.form-input.middle {
  background-color: #ececec;
  border-style: none;
  border-width: 0 0 1px;
  border-bottom-color: #b1b1b1;
  border-radius: .5rem;
}

.form-input.middle::placeholder {
  background-color: #0000;
}

.form-input.middle.footer {
  color: var(--taupe-lite);
  background-color: #f9f7f333;
  background-image: none;
}

.form-input.middle.footer::placeholder {
  color: #f9f7f3b3;
  background-color: #0000;
}

.section_logo3 {
  z-index: 10;
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

.logo3_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.logo3_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  white-space: nowrap;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  min-width: 100%;
  margin-right: 3rem;
  display: flex;
}

.logo3_logo {
  filter: contrast(200%) grayscale();
  min-width: 9rem;
  max-width: 10rem;
  max-height: none;
  transition: all .25s;
}

.logo3_logo:hover {
  filter: none;
}

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

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.contact7_image {
  object-fit: fill;
  height: 100%;
  display: block;
}

.contact7_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.error-text {
  color: #e23939;
}

.success-text {
  font-weight: 600;
}

.contact7_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-link {
  text-decoration: underline;
}

.form-field-wrapper {
  position: relative;
}

.form-field-wrapper.contact-light {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1.5px solid #000;
  border-radius: 1rem;
  flex-direction: column;
  padding: .9rem;
  display: flex;
}

.form-field-wrapper.contact-light.footer {
  border-color: var(--taupe-lite);
  background-image: none;
}

.contact7_form-block {
  flex-direction: column;
  align-items: stretch;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-embed-medium.main-logo {
  width: 4rem;
  height: auto;
  padding: .5rem;
}

.padding-vertical, .padding-vertical.padding-xsmall, .padding-vertical.padding-custom2, .padding-vertical.padding-small, .padding-vertical.padding-tiny, .padding-vertical.padding-xxhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom3, .padding-vertical.padding-xxlarge, .padding-vertical.padding-medium, .padding-vertical.padding-custom1, .padding-vertical.padding-xhuge, .padding-vertical.padding-0, .padding-vertical.padding-large, .padding-vertical.padding-huge, .padding-vertical.padding-xxsmall, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.padding-bottom, .padding-bottom.padding-tiny, .padding-bottom.padding-custom3, .padding-bottom.padding-xxhuge, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xhuge, .padding-bottom.padding-xxlarge, .padding-bottom.padding-medium, .padding-bottom.padding-small, .padding-bottom.padding-xsmall, .padding-bottom.padding-xlarge, .padding-bottom.padding-huge, .padding-bottom.padding-0, .padding-bottom.padding-large, .padding-bottom.padding-custom2, .padding-bottom.padding-custom1 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-size-small {
  font-size: .875rem;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.margin-large {
  margin: 3rem;
}

.overflow-auto {
  overflow: auto;
}

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

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.heading-style-h4 {
  letter-spacing: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.padding-horizontal, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-custom3, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-large, .padding-horizontal.padding-huge, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal.padding-medium {
  background-color: var(--graywarm25);
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal.padding-xsmall, .padding-horizontal.padding-custom1, .padding-horizontal.padding-small {
  padding-top: 0;
  padding-bottom: 0;
}

.rl-styleguide_paste-text {
  background-color: var(--white);
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 10rem;
}

.icon-height-small {
  height: 2rem;
}

.button {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #000;
  border: 1px solid #000;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-family: Anybody Ital Wdth Wght, sans-serif;
  font-weight: 500;
  position: relative;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-alternate {
  color: #000;
  background-color: #0000;
  border-style: solid;
  border-width: 2px;
  border-radius: .75rem;
  transition: all .3s;
}

.button.is-alternate:hover {
  background-color: var(--black);
  color: var(--white);
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button.is-secondary.is-icon {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-transform: none;
  border-radius: .75rem;
  padding-left: 1rem;
  padding-right: .75rem;
  font-family: Anybody Ital Wdth Wght, sans-serif;
  transition: all .2s ease-in-out;
}

.button.is-secondary.is-icon:hover {
  background-color: var(--mine-shaft);
  color: var(--taupe-lite);
  transform: scale(1.02)translate(0, -1px);
}

.button.is-secondary.vertical-icon-animation {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  padding-right: .75rem;
  display: flex;
}

.button.is-icon.portal-ghost {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--graywarm50);
  color: #525252;
  border-style: none;
  border-width: 0;
  border-radius: .75rem;
  padding: .5rem;
  font-size: .8rem;
}

.button.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button.footer {
  background-color: var(--taupe-lite);
  color: var(--mine-shaft);
  background-image: none;
}

.form-checkbox-icon-2 {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon-2.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon-2.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.text-size-regular {
  font-size: 1rem;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

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

.padding-huge {
  padding: 6rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

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

.text-weight-bold.text-style-italic {
  font-variation-settings: "ital" 1;
  font-family: Anybody Ital Wdth Wght, sans-serif;
}

.margin-xlarge {
  margin: 4rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.margin-xsmall {
  margin: 1rem;
}

.page-wrapper-2 {
  z-index: 0;
}

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

.z-index-1 {
  z-index: 1;
  position: relative;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

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

.margin-top, .margin-top.margin-custom2, .margin-top.margin-medium, .margin-top.margin-xxhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-xxhuge.services-card {
  z-index: 10;
  margin-top: 5rem;
  position: static;
}

.margin-top.margin-custom1, .margin-top.margin-xxlarge, .margin-top.margin-tiny, .margin-top.margin-xlarge, .margin-top.margin-large, .margin-top.margin-xhuge, .margin-top.margin-huge, .margin-top.margin-xxsmall, .margin-top.margin-xsmall, .margin-top.margin-custom3, .margin-top.margin-small, .margin-top.margin-0, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-xxlarge, .margin-top.margin-medium, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.margin-xhuge {
  margin: 7rem;
}

.padding-top, .padding-top.padding-tiny, .padding-top.padding-large, .padding-top.padding-xxlarge, .padding-top.padding-xlarge, .padding-top.padding-custom2, .padding-top.padding-custom1, .padding-top.padding-xxsmall, .padding-top.padding-xsmall, .padding-top.padding-medium, .padding-top.padding-huge, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-small, .padding-top.padding-custom3, .padding-top.padding-0, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-medium {
  margin: 2rem;
}

.background-color-white {
  background-color: #fff;
}

.text-color-black {
  color: #000;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.margin-xxsmall {
  margin: .5rem;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-white {
  color: #fff;
}

.button-group {
  z-index: 9;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.button-group.is-center {
  justify-content: center;
}

.button-group.condensed {
  grid-column-gap: 0rem;
}

.padding-left, .padding-left.padding-large, .padding-left.padding-0, .padding-left.padding-xhuge, .padding-left.padding-huge, .padding-left.padding-xxsmall, .padding-left.padding-medium, .padding-left.padding-custom3, .padding-left.padding-xsmall, .padding-left.padding-custom2, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-small, .padding-left.padding-xlarge, .padding-left.padding-xxlarge, .padding-left.padding-xxhuge {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.padding-medium {
  padding: 2rem;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xsmall {
  padding: 1rem;
}

.form-radio-label {
  margin-bottom: 0;
}

.text-weight-xbold {
  font-weight: 800;
}

.margin-small {
  margin: 1.5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

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

.padding-xxsmall {
  padding: .5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.margin-tiny {
  margin: .25rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.icon-height-medium {
  height: 3rem;
}

.heading-style-h3 {
  white-space: normal;
  word-break: normal;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin-left, .margin-left.margin-custom1, .margin-left.margin-medium, .margin-left.margin-xhuge, .margin-left.margin-xsmall, .margin-left.margin-xxlarge, .margin-left.margin-custom3, .margin-left.margin-tiny, .margin-left.margin-0, .margin-left.margin-custom2, .margin-left.margin-xxhuge, .margin-left.margin-small, .margin-left.margin-large, .margin-left.margin-xxsmall, .margin-left.margin-xlarge, .margin-left.margin-huge {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.icon-height-large {
  height: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.margin-horizontal, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-custom2, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-medium, .margin-horizontal.margin-0, .margin-horizontal.margin-small, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-large, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-custom1 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h5 {
  letter-spacing: -1px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.padding-xxlarge {
  padding: 5rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.background-color-black {
  color: #fff;
  background-color: #000;
}

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

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.background-color-gray {
  background-color: #f4f4f4;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.heading-style-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-height-xxsmall {
  height: 1rem;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-0, .margin-vertical.margin-xhuge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-custom2, .margin-vertical.margin-xxhuge, .margin-vertical.margin-small, .margin-vertical.margin-tiny, .margin-vertical.margin-xlarge, .margin-vertical.margin-large, .margin-vertical.margin-huge, .margin-vertical.margin-custom1, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom3, .margin-vertical.margin-xxlarge {
  margin-left: 0;
  margin-right: 0;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.heading-style-h1 {
  margin-bottom: 0;
  font-family: Anybody Ital Wdth Wght, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h1.heading-collective-page {
  position: relative;
}

.margin-top-auto {
  margin-top: auto;
}

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

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.text-style-muted {
  opacity: .6;
}

.margin-xxhuge {
  margin: 10rem;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-white {
  background-color: #fff;
}

.rl-styleguide_color.is-gray {
  background-color: #f4f4f4;
}

.rl-styleguide_color.is-black {
  background-color: #000;
}

.rl-styleguide_color.is-indigo50 {
  background-color: #eef4ff;
}

.rl-styleguide_color.is-indigo200 {
  background-color: #c7d7fe;
}

.rl-styleguide_color.is-indigo600 {
  background-color: #444ce7;
}

.rl-styleguide_color.is-indigo400 {
  background-color: #8098f9;
}

.rl-styleguide_color.is-indigo300 {
  background-color: var(--300);
}

.rl-styleguide_color.is-indigo25 {
  background-color: #f5f8ff;
}

.rl-styleguide_color.is-indigo500 {
  background-color: #6172f3;
}

.rl-styleguide_color.is-indigo700 {
  background-color: #3538cd;
}

.rl-styleguide_color.is-indigo100 {
  background-color: #e0eaff;
}

.rl-styleguide_color.is-indigo800 {
  background-color: #2d31a6;
}

.rl-styleguide_color.is-indigo900 {
  background-color: #2d3282;
}

.rl-styleguide_color.is-purple800 {
  background-color: #4a1fb8;
}

.rl-styleguide_color.is-purple100 {
  background-color: #ebe9fe;
}

.rl-styleguide_color.is-purple700 {
  background-color: #5925dc;
}

.rl-styleguide_color.is-purple50 {
  background-color: #f4f3ff;
}

.rl-styleguide_color.is-purple25 {
  background-color: #fafaff;
}

.rl-styleguide_color.is-purple500 {
  background-color: #7a5af8;
}

.rl-styleguide_color.is-purple600 {
  background-color: #6938ef;
}

.rl-styleguide_color.is-purple300 {
  background-color: #bdb4fe;
}

.rl-styleguide_color.is-purple400 {
  background-color: #9b8afb;
}

.rl-styleguide_color.is-purple900 {
  background-color: #3e1c96;
}

.rl-styleguide_color.is-purple200 {
  background-color: #d9d6fe;
}

.rl-styleguide_color.is-graywarm25 {
  background-color: var(--graywarm25);
}

.rl-styleguide_color.is-graywarm50 {
  background-color: var(--graywarm50);
}

.rl-styleguide_color.is-graywarm100 {
  background-color: var(--graywarm100);
}

.rl-styleguide_color.is-graywarm200 {
  background-color: var(--graywarm200);
}

.rl-styleguide_color.is-graywarm300 {
  background-color: var(--graywarm300);
}

.rl-styleguide_color.is-graywarm400 {
  background-color: var(--graywarm400);
}

.rl-styleguide_color.is-graywarm500 {
  background-color: var(--graywarm500);
}

.rl-styleguide_color.is-graywarm600 {
  background-color: var(--graywarm600);
}

.rl-styleguide_color.is-graywarm700 {
  background-color: var(--graywarm700);
}

.rl-styleguide_color.is-graywarm800 {
  background-color: var(--graywarm800);
}

.rl-styleguide_color.is-graywarm900 {
  background-color: var(--graywarm900);
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.padding-large {
  padding: 3rem;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.text-size-large {
  font-size: 1.25rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.icon-embed-xsmall.vertical-animation {
  position: relative;
}

.padding-xlarge {
  padding: 4rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.overflow-scroll {
  overflow: scroll;
}

.form-input-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-2:focus {
  border-color: #000;
}

.form-input-2::placeholder {
  color: #0009;
}

.form-input-2.is-select-input {
  background-color: #fff;
  background-image: none;
}

.form-input-2.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.rl-styleguide_label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

.margin-right, .margin-right.margin-small, .margin-right.margin-tiny, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-xsmall, .margin-right.margin-huge, .margin-right.margin-xxhuge, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-xxsmall, .margin-right.margin-large, .margin-right.margin-custom1, .margin-right.margin-custom2, .margin-right.margin-xhuge {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-embed-small.blending-mode-difference {
  color: var(--taupe-lite);
  mix-blend-mode: difference;
}

.heading-style-h6 {
  letter-spacing: -1px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-small {
  padding: 1.5rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-right, .padding-right.padding-0, .padding-right.padding-large, .padding-right.padding-xxlarge, .padding-right.padding-custom2, .padding-right.padding-xlarge, .padding-right.padding-xhuge, .padding-right.padding-custom3, .padding-right.padding-tiny, .padding-right.padding-huge, .padding-right.padding-medium, .padding-right.padding-xsmall, .padding-right.padding-small, .padding-right.padding-xxsmall, .padding-right.padding-custom1, .padding-right.padding-xxhuge {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.margin-0 {
  margin: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.form-radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.padding-xhuge {
  padding: 7rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.hide {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

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

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.section_header23 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer8_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  padding-top: 2rem;
  display: grid;
}

.footer8_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: center;
}

.footer8_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer8_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

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

.footer8_bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer8_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.footer8_link {
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer8_component {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.footer8_component.background-color-black {
  min-height: 60vh;
}

.footer8_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.footer8_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer8_credit-text {
  font-size: .875rem;
}

.cta37_component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  text-align: center;
  column-count: 4;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  column-gap: 1rem;
  display: block;
}

.cta37_link-image-wrapper {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.cta37_link-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.cta37_link-image {
  width: 45%;
  max-width: 35rem;
}

.cta37_link-block {
  z-index: 1;
  background-color: #f9f7f3e6;
  border: 1px solid #000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 50vh;
  padding: 1rem 2rem 1rem 1rem;
  font-family: Sanfranciscotext;
  transition: all .6s;
  display: flex;
}

.cta37_link-block:hover {
  background-color: var(--black);
}

.gallery24_horizontal-scroll-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.gallery24_image {
  object-fit: cover;
  width: 70vw;
  height: 70vh;
}

.section_gallery24 {
  display: flex;
}

.gallery24_horizontal-scroll-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  width: 250vh;
  display: flex;
}

.gallery24_image-wrapper {
  border-radius: 12px;
  width: 70vw;
  max-width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.gallery24_component {
  height: 250vh;
}

.cta37_link-description {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.cta37_link-content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cta37_link-text {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
}

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

.section_homepage-collective {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-left: 25vw;
  display: flex;
}

.container-xsmall {
  max-width: 30rem;
}

.logo-text {
  letter-spacing: -3px;
}

.cta53_image-overlay-layer {
  z-index: 1;
  background-image: linear-gradient(to bottom, #f9f7f34d 13%, var(--taupe-lite) 80%);
  position: absolute;
  inset: 0%;
}

.cta53_image-overlay-layer.hide {
  display: none;
}

.case-study_image-wrapper {
  flex: 1;
  position: relative;
}

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

.case-study_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.case-study_component {
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  display: flex;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.case-study_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.layout172_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.layout172_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.cta7_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cta7_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.cta7_content {
  flex: 1;
}

.collective-right_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.collective-left_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.capabilities-scroll_content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
}

.capabilities-scroll_desktop-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.capabilities-scroll_content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.capabilities-scroll_image {
  width: 100%;
  position: absolute;
}

.capabilities-scroll_image.is-image3, .capabilities-scroll_image.is-image2, .capabilities-scroll_image.is-image1, .capabilities-scroll_image.is-image4 {
  height: 60%;
}

.capabilities-scroll_mobile-image-wrapper {
  display: none;
}

.capabilities-scroll_tabs-menu {
  z-index: 10;
  grid-column-gap: .25rem;
  border: 1px solid var(--darkest-grey);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #f9f7f3bf;
  border-radius: 1rem;
  align-items: center;
  width: 100%;
  padding: .25rem;
  display: flex;
  position: sticky;
  top: 8rem;
}

.capabilities-scroll_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.capabilities-scroll_tab-link {
  color: var(--darkest-grey);
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .75rem;
  flex: 1;
  padding: 1rem .5rem;
  transition: all .6s;
}

.capabilities-scroll_tab-link:hover {
  background-color: var(--darkest-grey);
  color: var(--taupe-lite);
}

.capabilities-scroll_tab-link.w--current {
  background-color: var(--darkest-grey);
  color: var(--taupe-lite);
  border: 0 #0000;
  border-radius: .75rem;
  flex: 1;
  padding: 1rem .5rem;
  font-style: italic;
}

.homepage-subtitle {
  z-index: 10;
  text-align: left;
  font-family: Anybody Ital Wdth Wght, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
  position: relative;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.work-preview_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.work-preview_image-wrapper {
  perspective: 1000px;
  border-radius: 2rem;
  min-height: 50vh;
  position: relative;
  overflow: hidden;
}

.work-preview_component {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  perspective: 1039px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout156_component {
  perspective: 1098px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.layout156_image-wrapper {
  border-radius: 2rem;
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.header23_bg-overlay {
  z-index: 0;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header23_content {
  z-index: 10;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.header23_content.padding-global {
  justify-content: center;
  align-items: flex-start;
}

.section_layout307 {
  padding-top: 3rem;
}

.layout307_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.layout307_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: end start;
  display: grid;
}

.layout307_item {
  background-image: linear-gradient(#0000 4%, #000);
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 4px 2px 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout307_item:hover {
  border-width: 1px;
}

.layout178_image-wrapper {
  z-index: 0;
  opacity: 1;
  flex: 0 auto;
  justify-content: center;
  min-width: 98%;
  min-height: 98%;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  display: flex;
  position: absolute;
  inset: 1%;
  overflow: hidden;
}

.layout178_image {
  max-width: 150%;
}

.rl-styleguide_color-sample-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
}

.rl-styleguide_label-2 {
  color: #0000;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.text-color-purple25 {
  color: #fafaff;
}

.text-color-purple100 {
  color: #ebe9fe;
}

.rl-styleguide_color-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.text-color-purple500 {
  color: #7a5af8;
}

.text-color-purple900 {
  color: #3e1c96;
}

.text-color-purple800 {
  color: #4a1fb8;
}

.text-color-purple300 {
  color: #bdb4fe;
}

.text-color-purple200 {
  color: #d9d6fe;
}

.text-color-purple400 {
  color: #9b8afb;
}

.text-color-purple50 {
  color: #f4f3ff;
}

.text-color-purple600 {
  color: #6938ef;
}

.text-color-purple700 {
  color: #5925dc;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.background-color-graytrue300 {
  background-color: #d6d6d6;
}

.background-color-graytrue900 {
  background-color: #141414;
}

.background-color-graytrue400 {
  background-color: #a3a3a3;
}

.background-color-graytrue800 {
  background-color: #292929;
}

.background-color-graytrue200 {
  background-color: #e5e5e5;
}

.background-color-graytrue700 {
  background-color: #424242;
}

.background-color-graytrue600 {
  background-color: #525252;
}

.background-color-graytrue50 {
  background-color: #fafafa;
}

.background-color-graytrue100 {
  background-color: #f5f5f5;
}

.background-color-graytrue500 {
  background-color: #737373;
}

.background-color-graytrue25 {
  background-color: #fcfcfc;
}

.background-color-graycool900 {
  background-color: #111322;
}

.background-color-graycool500 {
  background-color: #5d6b98;
}

.background-color-graycool200 {
  background-color: #dcdfea;
}

.background-color-graycool25 {
  background-color: #fcfcfd;
}

.background-color-graycool700 {
  background-color: #404968;
}

.background-color-graycool50 {
  background-color: #f9f9fb;
}

.background-color-graycool800 {
  background-color: #30374f;
}

.background-color-graycool400 {
  background-color: #7d89b0;
}

.background-color-graycool300 {
  background-color: #b9c0d4;
}

.background-color-graycool600 {
  background-color: #4a5578;
}

.background-color-graycool100 {
  background-color: #eff1f5;
}

.line-divider-2 {
  background-color: #0000;
  width: 100%;
  height: 1px;
}

.footer-subheader-2 {
  color: #f9f7f3;
  letter-spacing: 0;
  font-size: 1.5vw;
  line-height: 3rem;
}

.form-input-3 {
  color: #0000;
  background-color: #0000;
  border: 1px solid #0000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-3:focus {
  border-color: #000;
}

.form-input-3::placeholder {
  color: #0009;
}

.success-message-3 {
  background-color: #0000;
  padding: 1.5rem;
}

.footer-header-2 {
  color: #f9f7f3;
  letter-spacing: -.15vw;
  font-family: Sf compact text;
  font-size: 6vw;
  font-style: italic;
  line-height: 8vw;
}

.button-3 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-3.is-secondary {
  color: #0000;
  background-color: #0000;
}

.ultra-gradient-wrapper {
  background-color: var(--mine-shaft);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1vw;
}

.section_ultra-gradient {
  z-index: 1;
  opacity: .9;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-shapes-wrapper {
  filter: blur(120px);
}

.blending-group-wrapper {
  filter: blur(120px);
  mix-blend-mode: overlay;
  display: block;
}

.shape1 {
  background-color: var(--plum);
  border-radius: 999em;
  width: 50em;
  height: 50em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -55% 0% auto 27%;
}

.shape2 {
  background-color: var(--300);
  border-radius: 999em;
  width: 50em;
  height: 50em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -55% 17% auto 0%;
}

.shape3 {
  background-color: var(--300);
  border-radius: 999em;
  width: 100em;
  height: 50em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 11% auto 0% -42%;
  transform: rotate(-77deg);
}

.shape5 {
  background-color: var(--dark-goldenrod);
  border-radius: 999px;
  width: 100em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 23% auto 0% 1%;
  transform: rotate(-80deg);
}

.shape4 {
  background-color: #8c00ff;
  border-radius: 999em;
  width: 60em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto 0% -7%;
  transform: rotate(26deg);
}

.shape6 {
  background-color: var(--light-steel-blue);
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -30% 50% auto 20%;
}

.shape7 {
  background-color: #74697f;
  border-radius: 999em;
  width: 50em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -26% -16% 0% auto;
  transform: rotate(34deg);
}

.header23_content-copy {
  z-index: 10;
  z-index: 10;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  position: absolute;
}

.background-image-main {
  opacity: 1;
  filter: saturate(145%);
  background-image: url('../images/Main-BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.header81-left_component {
  height: 300vh;
  position: relative;
}

.header81-left_content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
}

.header81-left_content-left {
  flex: none;
  max-width: 40rem;
  margin-left: 5vw;
  margin-right: 5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.header81-left_content-right {
  border-radius: 4rem;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 50%;
  padding: 3rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.header81-left_image-wrapper {
  z-index: 100;
  border-radius: 3rem;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.header81-left_image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0% -10%;
  overflow: visible;
}

.header81-left_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.header81-right_component {
  height: 300vh;
  position: relative;
}

.header81-right_content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
}

.header81-right_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.header81-right_content-left {
  z-index: 0;
  flex: none;
  max-width: 40rem;
  margin-left: 5vw;
  margin-right: 5rem;
  position: relative;
}

.header81-right_content-right {
  z-index: 1;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 3rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.header81-right_image-wrapper {
  border-radius: 3rem;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.header81-right_image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.work-preview_front-image {
  z-index: 2;
  object-fit: cover;
  width: 110%;
  max-width: none;
  height: 110%;
  transform-style: preserve-3d;
  display: block;
  position: absolute;
  inset: -5% 0% 0% -5%;
  transform: translate3d(0, 0, 62px);
}

.cta54_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.cta54_card {
  background-color: var(--taupe-lite);
  border: 2px solid #000;
  border-radius: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta53_background-image-wrapper {
  z-index: 15;
  position: absolute;
  inset: 0%;
}

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

.create-tasks-header_content-right {
  justify-content: flex-end;
  display: flex;
}

.padding-section-xlarge {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

.homepage-services_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.homepage-services_component.padding-vertical.padding-xlarge {
  z-index: 10;
  grid-template-columns: 1fr .75fr;
  position: relative;
}

.section_cta25 {
  position: relative;
}

.cta25-text-wrapper-animation {
  justify-content: flex-end;
  display: flex;
}

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

.header81-floating-logo {
  opacity: .15;
  width: 15rem;
  padding-top: 50%;
  position: absolute;
  inset: 0%;
}

.header81-floating-logo.first {
  z-index: -1;
  width: 15rem;
  padding-top: 50%;
  position: absolute;
  inset: -61% auto auto 0%;
}

.header81-floating-logo.second {
  inset: auto 0% -13% auto;
}

.header81-nested-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.header83_component {
  height: 300vh;
  position: relative;
}

.header83_content-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header83_content {
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all .275s;
  display: flex;
}

.header83_background-images {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.header83_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  transform: scale(3.2);
}

.header83_image-wrapper {
  position: relative;
}

.header83_image {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header83_image.center-image {
  filter: none;
  object-fit: contain;
  padding: 3vw;
  display: inline-block;
  position: relative;
}

.header83_image.jeanie {
  object-position: 50% 20%;
}

.header83_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.header77_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header77_content-left {
  max-width: 40rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.header77_content-right {
  grid-column-gap: 1rem;
  border: 2px solid var(--black);
  background-color: #0000;
  border-radius: 2rem;
  align-items: center;
  height: 60vh;
  margin: 10vh 2rem 10vh 1rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  overflow: hidden;
}

.header77_images-layout {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header77_image-list-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  margin-left: -8.5%;
  display: grid;
}

.header77_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.header77_image-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-right: -1px;
  display: grid;
}

.testimonial17_content {
  border: 1px solid var(--black);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 25rem;
  padding: 2rem;
  display: flex;
}

.testimonial17_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial17_rating-icon {
  color: #0000;
  flex-direction: column;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial17_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial17_client-image-wrapper {
  margin-right: 1rem;
}

.testimonial17_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.layout307_background {
  background-color: var(--taupe-lite);
  border-radius: 1.9rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 10rem 1.5rem 1.5rem;
  display: flex;
  overflow: hidden;
}

.work-preview_back-image {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
}

.services-popup_button {
  border-radius: .75rem;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

.layout353_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.layout353_content-left {
  position: relative;
  top: 0%;
}

.layout353_content-right {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.layout353_content-item {
  background-color: #0000;
  border: 0 #0000;
  margin-bottom: 0;
  padding: 0;
  position: absolute;
  bottom: 50%;
}

.layout353_content-item.content-item-3 {
  z-index: 1;
  position: absolute;
  top: 10%;
  bottom: auto;
}

.layout353_content-item.content-item-4 {
  z-index: 2;
  margin-top: 0;
  top: 15%;
  bottom: auto;
}

.layout353_content-item.content-item-5 {
  z-index: 3;
  margin-top: 0%;
  top: 22%;
  bottom: auto;
}

.layout353_content-item.content-item-6 {
  z-index: 4;
  margin-top: 0%;
  top: 28%;
  bottom: auto;
}

.layout353_content-item.content-item-7 {
  z-index: 5;
  top: 35%;
  bottom: auto;
}

.layout353_content-item.content-item-8 {
  z-index: 6;
  top: 42%;
  bottom: auto;
}

.layout365_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.layout365_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.layout365_card-small {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--black);
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: .5rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.layout365_card-small-content {
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  display: flex;
}

.layout365_card-small-content-top {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.layout365_card-small-image-wrapper {
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.medium-tile_card-small-image {
  object-fit: cover;
  width: 110%;
  max-width: none;
  min-height: 110%;
  display: block;
  position: relative;
  top: 0%;
  left: 0%;
}

.layout365_card-large {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--black);
  border-radius: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout365_card-large-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 3rem;
  display: flex;
}

.layout365_card-large-image-wrapper {
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collective-header_component {
  height: 200vh;
  position: relative;
}

.collective-header_content-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.collective-header_images-wrapper {
  z-index: 3;
  flex: 1;
  display: block;
  position: absolute;
  inset: 0%;
}

.collective-header_images-wrapper.images-wrapper-right {
  z-index: 0;
  z-index: 2;
  inset: auto 0% 0% auto;
}

.collective-header_image-list {
  z-index: 2;
  grid-row-gap: 26vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.collective-header_image-wrapper {
  border-radius: 2rem;
  flex-direction: row;
  width: 15vw;
  max-width: 40rem;
  padding-top: 25%;
  position: absolute;
  overflow: hidden;
}

.collective-header_image-wrapper.is-image-1 {
  z-index: 1;
  position: absolute;
  top: 56.8vh;
  left: 12vw;
  overflow: hidden;
}

.collective-header_image-wrapper.is-image-2 {
  z-index: 2;
  width: 20vw;
  padding-top: 30%;
  position: absolute;
  inset: 62vh auto auto 70.4vw;
}

.collective-header_image-wrapper.is-image-3 {
  z-index: 0;
  width: 20vw;
  position: absolute;
  top: 9vh;
  left: 5vw;
}

.collective-header_image-wrapper.is-image-4 {
  z-index: 3;
  width: 15vw;
  min-width: auto;
  position: absolute;
  top: -5vh;
  left: 75vw;
}

.collective-header_image-wrapper.is-image-5 {
  opacity: 1;
  width: 15vw;
  margin-top: 20rem;
  position: absolute;
  top: 61.3vh;
  right: 4.9vw;
}

.collective-header_image-wrapper.is-image-6 {
  opacity: 1;
  width: 13vw;
  position: absolute;
  top: 90.1vh;
  right: 61vw;
}

.collective-header_image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collective-header_image.front {
  z-index: 1;
  display: none;
}

.collective-header_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.collective-header_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.work-header_rows {
  flex-direction: column;
  justify-content: space-between;
  min-height: 60vh;
  display: flex;
}

.work-header-row {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.work-header-row.justify-center {
  justify-content: center;
  position: relative;
}

.work-main-header-image {
  width: auto;
  min-width: 60vw;
  position: absolute;
}

.work-main-header-image._1, .work-main-header-image._2 {
  opacity: .75;
}

.work-main-header-image._3, .work-main-header-image._4 {
  opacity: .5;
}

.work-heading {
  background-color: var(--taupe-lite);
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  display: flex;
}

.layout135_image-stack-wrapper {
  z-index: -1;
  opacity: .75;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.position-relative {
  position: relative;
}

.image-nested {
  object-fit: contain;
  width: 100%;
  display: block;
}

.testimonial4_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonial4_rating-icon {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial4_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial4_client-image-wrapper {
  border: 1px solid #000;
  border-radius: 1rem;
  width: 4.5rem;
  height: 4.5rem;
  margin-right: 1.25rem;
  padding: .2rem;
}

.testimonial4_client-image {
  object-fit: cover;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
}

.testimonial4_divider {
  background-color: #0000;
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial4_logo {
  max-width: 8rem;
  max-height: none;
}

.rotating-service-embed {
  flex: 1;
  width: 140%;
  min-width: 140%;
  min-height: 140%;
  margin-top: -50%;
  display: block;
  transform: scale(.7);
}

.collection-item-2 {
  height: 100%;
}

.homepage-heading {
  z-index: 999;
  color: var(--mine-shaft);
  font-variation-settings: "wdth" 110, "ital" 0;
  text-align: left;
  letter-spacing: -1px;
  font-family: Anybody Ital Wdth Wght, sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-absolute.view-more-work {
  z-index: 20;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hidden {
  display: none;
}

.layout353-services-image {
  min-width: 100%;
}

.div-block-6 {
  flex: none;
  width: 100%;
  height: 100%;
  max-height: 35rem;
  padding-top: 0%;
  position: absolute;
  inset: 0%;
}

.cta54_link-overlay {
  z-index: 99;
  position: absolute;
  inset: 0%;
}

.header83_rotating-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_team10 {
  overflow: hidden;
}

.team10_component {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 2rem;
  height: auto;
  padding: 3rem 3rem 6rem;
  position: relative;
  overflow: hidden;
}

.team10_mask {
  width: 33.33%;
  overflow: visible;
}

.team10_slide {
  padding-right: 3rem;
}

.team10_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.team10_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.team10_image {
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team10_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: none;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.team10_arrow {
  border: 1px solid var(--mine-shaft);
  background-color: #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 3rem 2rem auto;
}

.team10_arrow.left {
  border-color: var(--mine-shaft);
  border-radius: .5rem;
  bottom: 2rem;
  right: 7rem;
}

.team10_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 2rem 2rem;
}

.layout371_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.layout371_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.layout371_card-large {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--mine-shaft);
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: .5rem;
  display: grid;
  position: relative;
}

.layout371_card-large-content {
  flex-direction: column;
  justify-content: center;
  min-height: 250px;
  padding: 0;
  display: flex;
}

.layout371_card-large-content-top {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1rem;
  display: flex;
}

.layout371_card-large-image-wrapper {
  background-color: #0000;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout371_card-small {
  border: 1px solid var(--black);
  border-radius: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.layout371_card-small-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.layout371_card-small-content-top {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.the-labs-heading {
  flex-direction: column;
  justify-content: center;
  min-height: 90vh;
  display: flex;
}

.floating-link-in-card {
  z-index: 100;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: var(--white);
  background-color: #ffffffb3;
  border-radius: 1.1rem;
  align-items: center;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.header23_bg-embed {
  width: 100%;
  height: 100%;
}

.button-spacer {
  width: 5px;
}

.div-block-9 {
  perspective: 718px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-work_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  white-space: nowrap;
  flex-wrap: nowrap;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  margin-right: 3rem;
  display: flex;
}

.logo-scrolling_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  white-space: nowrap;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  min-width: 100%;
  margin-right: 3rem;
  display: flex;
}

.logo-scrolling_list.scroll {
  min-width: 100%;
  margin-right: 0;
}

.logo-scrolling_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.logo-scrolling_component.scroll._2 {
  margin-left: 1rem;
}

.loop {
  display: flex;
}

.padding-global-3 {
  padding-left: 3%;
  padding-right: 3%;
}

.footer_form-block {
  flex-direction: column;
  align-items: stretch;
}

.footer_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-4 {
  min-width: 8rem;
}

.logo-home_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  white-space: nowrap;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  min-width: 100%;
  margin-right: 3rem;
  display: grid;
}

.text-block {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.manifest_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.manifest_component.padding-xlarge.background-color-graytrue900 {
  grid-column-gap: 5rem;
  color: var(--taupe-lite);
  border-radius: 2rem;
  grid-template-columns: 1fr .75fr;
  position: relative;
  overflow: hidden;
}

.manifest-background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.manifest-overlay {
  background-image: linear-gradient(#000000b8, #00000026);
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.image-5 {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
  inset: 0%;
}

.form-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-global-5 {
  padding-left: 3%;
  padding-right: 3%;
}

.line-divider {
  background-color: var(--black);
  width: 100%;
  height: 100%;
}

.line-divider.progress-bar {
  flex: 0 auto;
  width: auto;
  min-width: 1rem;
  height: 2px;
}

.signup6_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: grid;
  position: relative;
  overflow: auto;
}

.signup6_navbar {
  z-index: 20;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 5.5rem;
  padding-top: 1rem;
  padding-left: 3%;
  padding-right: 3%;
  display: grid;
  position: fixed;
  inset: 0% 0% auto;
}

.signup6_logo-link {
  min-width: 4rem;
}

.signup6_content-left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 50vw;
  padding: 5rem 5vw;
  display: flex;
  position: relative;
}

.signup6_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.signup6_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.signup6_content-right {
  background-color: var(--taupe-med);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 5vw;
  display: flex;
}

.signup6_testimonial {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
  display: flex;
}

.signup6_slider-mask, .signup6_testimonial-slide {
  width: 100%;
}

.signup6_content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.signup6_rating-wrapper {
  display: flex;
}

.signup6_rating-icon {
  color: #0000;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.signup6_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.signup6_client-image-wrapper {
  margin-right: 1.25rem;
}

.signup6_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.signup6_divider {
  background-color: #0000;
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.signup6_logo {
  max-height: 3rem;
}

.signup6_arrow {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto auto 0%;
}

.signup6_arrow.left {
  border-color: var(--mine-shaft);
  border-radius: .5rem;
  bottom: 2rem;
  right: 7rem;
}

.signup6_arrow.right {
  margin-left: 12rem;
}

.signup6_arrow-icon {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.signup6_slide-nav {
  justify-content: center;
  align-items: center;
  height: 2rem;
  padding-top: .25rem;
  font-size: .5rem;
  display: flex;
  bottom: .5rem;
}

.signup6_footer {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.login8_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: grid;
  position: relative;
  overflow: auto;
}

.login8_navbar {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.login8_content-left {
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.login8_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.login8_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
}

.line-divider-5 {
  background-color: var(--black);
  width: 100%;
  height: 100%;
}

.login8_image-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
}

.login8_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.login8_footer {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.search-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  inset: auto auto auto 12px;
}

.section-portal_page-header {
  z-index: 5;
  background-color: var(--graywarm25);
  padding-right: 2rem;
  position: sticky;
  top: 0;
}

.page-header1_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
}

.page-header1_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr max-content;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  display: grid;
}

.button-group-3 {
  z-index: 9;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.button-group-3.is-center {
  justify-content: center;
}

.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

.schedule-call_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.section_create-tasks {
  border: 1px solid #d6d6d6;
  border-radius: 1.5rem;
  padding: 1.5rem;
}

.create-tasks_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.create-tasks_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-input-9 {
  background-color: var(--graywarm100);
  height: auto;
  min-height: 2.75rem;
  color: var(--darkest-grey);
  border: 1px solid #a3a3a3;
  border-radius: .75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-9:focus {
  border-color: #000;
}

.form-input-9::placeholder {
  color: #353535bf;
}

.form-input-9.is-select-input {
  background-color: var(--graywarm100);
  color: var(--mine-shaft);
  background-image: none;
  border-color: #a3a3a3;
  flex: 1;
}

.form-input-9.is-text-area {
  height: auto;
  min-height: 11.25rem;
  color: var(--darkest-grey);
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.title-form-field-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.quick-links_component {
  margin-bottom: 2rem;
}

.recent-cards_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--graywarm50);
  border-radius: 2rem;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: stretch;
  max-width: 22rem;
  padding: 1rem;
  display: flex;
  overflow: scroll;
  box-shadow: inset 0 0 50px #79716b0f;
}

.recent-cards_card {
  border: 1.5px solid #d6d6d6;
  border-radius: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  min-height: 13.5rem;
  display: flex;
  overflow: hidden;
}

.recent-cards_card-content-top.padding-xsmall {
  background-color: var(--graywarm25);
  flex: 1;
}

.quick-links_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.quick-links_card {
  border-style: solid;
  border-width: 1.5px 1.5px 1.5px 1px;
  border-color: var(--taupe-med) var(--taupe-med) var(--taupe-med) #e5e5e5;
  color: var(--darkest-grey);
  border-radius: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.quick-links_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1rem;
  display: flex;
}

.quick-links_card-content-top {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-wrapper {
  display: flex;
}

.button-wrapper.parent {
  justify-content: space-between;
}

.recent-cards_card-content-bottom.padding-xxsmall {
  background-color: var(--graywarm200);
  padding-left: 1rem;
  padding-right: 1rem;
}

.status-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #525252;
  background-color: #e4e4e4;
  border: 2px solid #b8b8b8;
  border-radius: 4rem;
  flex: 0 auto;
  align-items: center;
  padding: .5rem .75rem .5rem .5rem;
  display: flex;
  position: relative;
}

.status-wrapper.red {
  color: #ff5656;
  background-color: #ff00001a;
  border-color: #f006;
}

.priority-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: Anybody Ital Wdth Wght, sans-serif;
  font-size: .85rem;
  font-weight: 800;
  display: flex;
}

.section_content1 {
  justify-content: center;
  align-items: center;
  min-height: 75vh;
  display: flex;
}

.section_content1.padding-global {
  padding-top: 3%;
  padding-bottom: 3%;
  position: relative;
}

.content1_component {
  z-index: 10;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
  position: relative;
}

.content1_content-wrapper {
  background-color: var(--mine-shaft);
  width: 100%;
  min-height: 100%;
  color: var(--taupe-lite);
  border-radius: 6rem;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout247_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.layout247_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.layout247_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.layout247_item {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.layout247_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1.5rem;
}

.layout28_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.layout28_tabs-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout28_tabs-link {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 2rem;
  padding: 2rem 2rem 1rem;
  transition: all .6s;
  display: block;
}

.layout28_tabs-link:hover {
  border-color: var(--mine-shaft);
}

.layout28_tabs-link.w--current {
  background-color: var(--mine-shaft);
  opacity: 1;
  color: var(--taupe-lite);
  border-left-color: #000;
  border-radius: 2rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  padding-right: 2rem;
}

.layout28_image-wrapper {
  border-radius: 3rem;
  overflow: hidden;
}

.layout28_image {
  width: 100%;
  height: 100%;
}

.layout303_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.layout303_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.layout303_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.section_gallery22 {
  overflow: hidden;
}

.gallery22_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery22_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.gallery22_mask {
  width: 33.33%;
  overflow: visible;
}

.gallery22_slide {
  min-width: 42rem;
  padding-right: 2rem;
}

.gallery22_image-wrapper {
  border-radius: 1.5rem;
  width: 100%;
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}

.gallery22_image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery22_arrow {
  border: 1px solid var(--mine-shaft);
  width: 3rem;
  height: 3rem;
  color: var(--mine-shaft);
  background-color: #0000;
  border-radius: 33%;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto 0 0 auto;
}

.gallery22_arrow.is-left {
  color: var(--mine-shaft);
  right: 4rem;
}

.gallery22_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--mine-shaft);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery22_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.collectiveparagraph_component {
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq11_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq11_accordion {
  background-color: var(--taupe-med);
  border: 2px solid #e4ded2;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: .25rem;
}

.faq11_question {
  background-color: var(--taupe-lite);
  cursor: pointer;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
  overflow: hidden;
}

.faq11_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq11_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.section_header64 {
  text-align: center;
}

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

.pricing24_tabs-menu {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--taupe-med);
  border-radius: 1.75rem;
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.pricing24_tab-link {
  font-variation-settings: "wdth" 84;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 0 #000;
  border-radius: 1.5rem;
  padding: 1.5rem;
  font-family: Anybody Ital Wdth Wght, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.pricing24_tab-link.w--current {
  background-color: var(--mine-shaft);
  color: var(--taupe-lite);
}

.pricing24_plans {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing24_plan {
  border: 2px solid var(--mine-shaft);
  border-radius: 2rem;
  padding: 2rem;
}

.pricing24_content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.pricing24_content-top {
  flex-direction: column;
}

.pricing24_icon-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.pricing24_divider {
  background-color: var(--tundora);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pricing24_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.pricing24_feature {
  display: flex;
}

.pricing24_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.forgot-password_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: grid;
  position: relative;
  overflow: auto;
}

.forgot-password_navbar {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.forgot-password_content-left {
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.forgot-password_content-right {
  background-color: var(--taupe-med);
  justify-content: center;
  align-items: center;
  padding: 5rem 5vw;
  display: flex;
}

.reset-password_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: grid;
  position: relative;
  overflow: auto;
}

.client-portal-login_navbar {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.reset-password_content-left {
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.reset-password_content-right {
  background-color: var(--taupe-med);
  justify-content: center;
  align-items: center;
  padding: 5rem 5vw;
  display: flex;
}

.services-header_content-right {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.value-overlay {
  z-index: 5;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: var(--white);
  text-align: center;
  background-color: #9337fcd6;
  border-radius: 10px;
  padding: 4px 10px;
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  inset: -19% -10% auto auto;
}

.collective-heading-line-wrapper {
  font-family: Anybody Ital Wdth Wght, sans-serif;
  overflow: hidden;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.design-table_component {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  background-color: var(--taupe-lite);
  border: 1px solid #000;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 90vw;
  min-height: 96%;
  display: block;
  position: relative;
  inset: 0%;
}

.table1_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 0 #000;
  border-bottom: 1px solid #000;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  padding: 1.5rem;
  display: flex;
}

.table1_column {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem .5rem;
  display: flex;
}

.table1_list-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  max-width: 100%;
  padding: .25rem;
  display: grid;
  position: relative;
}

.tables-component-wrapper {
  border: 1px solid #000;
  border-radius: 1.25rem;
  justify-content: flex-end;
  width: 80rem;
  max-width: 90vw;
  min-height: 27rem;
  padding: .5rem;
  display: flex;
  position: relative;
}

.dev-table_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  background-color: var(--taupe-lite);
  filter: invert();
  border-radius: 1rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 79rem;
  max-width: 90vw;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.dev-table_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  justify-content: flex-end;
  align-items: center;
  min-width: 100%;
  padding: 1.5rem;
  display: flex;
}

.mask-layer {
  z-index: 4;
  mix-blend-mode: normal;
  justify-content: flex-end;
  width: 0%;
  max-width: 100%;
  min-height: 96%;
  display: flex;
  position: absolute;
  inset: .5rem .5rem .5rem auto;
  overflow: hidden;
}

.text-align-justify-all {
  text-align: justify;
}

.section_table1-mobile {
  display: none;
}

.schedule-call_content-right {
  border: 2px solid #000;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.padding-section-xsmall {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.vertical-wrapper-icon-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.crystal-embed {
  z-index: 1;
  border-radius: 6rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.crystal-overlay {
  z-index: 2;
  background-image: linear-gradient(#1f1f1f66, #1f1f1f66);
  display: block;
  position: absolute;
  inset: 0%;
}

.portal-shell_wrapper {
  background-color: var(--graywarm25);
  display: flex;
  position: relative;
}

.sidebar1_component {
  background-color: #0000;
  flex-direction: column;
  align-content: flex-start;
  width: 19.5rem;
  height: 100vh;
  max-height: 100vh;
  padding: 1rem;
  display: flex;
  position: sticky;
  top: 0;
}

.sidebar1_container {
  background-color: var(--mine-shaft);
  min-height: 100%;
  color: var(--taupe-med);
  border-radius: 2rem;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 1rem .75rem 1.5rem;
  display: flex;
}

.sidebar1_logo-link.text-color-white {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sidebar1_menu {
  width: 100%;
  height: 100%;
}

.sidebar1_menu-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.sidebar1_logo-wrapper-tablet, .sidebar1_logo-link-tablet {
  display: none;
}

.sidebar1_close-mobile {
  cursor: pointer;
  display: none;
}

.sidebar1_menu-button {
  padding: 0;
}

.sidebar1_form-block {
  margin-bottom: 1.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.sidebar1_search {
  align-items: center;
  display: flex;
  position: relative;
}

.form-input-10 {
  border: 1px solid var(--darkest-grey);
  background-color: var(--taupe-med);
  height: auto;
  min-height: 2.75rem;
  color: var(--mine-shaft);
  border-radius: .75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-10:focus {
  border-color: #000;
}

.form-input-10::placeholder {
  background-color: var(--taupe-med);
  color: #0009;
}

.form-input-10.is-search-input {
  padding-left: 3rem;
}

.sidebar1_menu-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  overflow: auto;
}

.sidebar1_link {
  grid-column-gap: .5rem;
  color: #f0ede680;
  text-align: center;
  border-radius: .75rem;
  justify-content: space-around;
  align-items: center;
  padding: .75rem;
  text-decoration: none;
  display: flex;
}

.sidebar1_link:hover {
  color: var(--taupe-med);
  background-color: #f0ede63b;
}

.sidebar1_link.w--current {
  color: #0000;
  background-color: #0000;
}

.sidebar1_menu-bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

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

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

.sidebar1_avatar {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.sidebar1_avatar-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
}

.sidebar1_avatar-text-wrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.sidebar1_background-layer {
  display: none;
}

.section-portal_content-wrapper {
  z-index: 0;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  padding-left: 2rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-portal_content {
  background-color: #0000;
  flex: 1;
  position: relative;
  overflow: scroll;
}

.section-portal_sidepanel {
  flex-direction: column;
  justify-content: space-between;
  max-height: 100%;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.page-header1_content-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.portal-main-wrapper {
  flex-direction: column;
  flex: 1;
  max-height: 100vh;
  display: flex;
}

.nav-logo-wrapper {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.sidebar1_link-text {
  text-align: left;
  width: 100%;
  display: block;
}

.sidebar1_logo-spacer {
  flex: 1;
  height: 2rem;
}

.nav-line-divider {
  background-color: var(--taupe-med);
  flex: none;
  width: 100%;
  height: 1px;
}

.tasks_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.nav-date-status-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--graywarm300);
  background-color: var(--graywarm50);
  color: var(--graywarm600);
  border-radius: 1rem;
  flex: 0 auto;
  align-items: center;
  padding: .75rem;
  font-family: Anybody Ital Wdth Wght, sans-serif;
  display: flex;
}

.notifications-button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--graywarm300);
  background-color: var(--graywarm50);
  border-radius: 1rem;
  flex: 0 auto;
  align-items: center;
  padding: .75rem;
  display: flex;
}

.portal-heading-style-h1 {
  font-variation-settings: "wght" 400, "wdth" 120;
  margin-bottom: 0;
  font-family: Anybody Ital Wdth Wght, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
}

.portal-heading-style-h2 {
  font-variation-settings: "wght" 500, "wdth" 120;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.portal-heading-style-h3 {
  font-variation-settings: "wght" 600, "wdth" 100;
  letter-spacing: 0;
  white-space: normal;
  word-break: normal;
  font-size: 2rem;
  font-weight: 700;
  line-height: .8;
}

.portal-heading-style-h4 {
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.portal-heading-style-h5 {
  font-variation-settings: "wght" 600, "wdth" 100;
  letter-spacing: 0;
  font-size: .85rem;
  font-weight: 600;
  line-height: .85;
}

.portal-heading-style-h6 {
  font-variation-settings: "wght" 900, "wdth" 110;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  line-height: .75;
}

.icon-embed-tiny {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.recent-task_component {
  flex-direction: column;
  justify-content: space-between;
  max-height: 100%;
  display: flex;
}

.portal-tasks_header {
  grid-template-rows: auto;
}

.progress-bar-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--graywarm400);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #fdfdfcbf;
  border-radius: 1rem;
  justify-content: center;
  align-items: stretch;
  padding: .25rem;
  display: flex;
  position: relative;
}

.progress-step-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 0px none var(--graywarm800);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: .75rem;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem .25rem .25rem;
  font-family: Anybody Ital Wdth Wght, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

.signup6_form-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.signup6_form-grid-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-grid-card-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.portal-select-field {
  background-color: #0000;
  border: 0 solid #000;
  height: 100%;
  font-size: 1.25rem;
  display: none;
}

.dropdown {
  display: block;
}

.portal-dropdown-toggle {
  border: 1px solid var(--graywarm900);
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  font-family: Anybody Ital Wdth Wght, sans-serif;
  display: flex;
}

.portal-dropdown-toggle.w--open {
  border: 1px solid var(--graywarm900);
  background-color: var(--graywarm100);
  border-radius: 1rem 1rem 0 0;
}

.dropdown-list {
  background-color: var(--graywarm50);
}

.dropdown-list.w--open {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: black var(--graywarm900) var(--graywarm900);
  border-radius: 0 0 1rem 1rem;
  padding: .25rem;
}

.portal-dropdown-link {
  border-radius: .75rem;
  min-width: 100%;
  padding: 1rem;
}

.portal-dropdown-link:hover {
  background-color: var(--graywarm200);
}

.progress-step-text {
  z-index: 0;
  position: relative;
}

.f-form-steps-item.is---2 {
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.f-form-steps-item.is---7 {
  border-radius: 8px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.progress-number-wrapper {
  z-index: 10;
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .25rem .25rem 0;
  display: flex;
  position: relative;
}

.progress-bar-grow {
  z-index: 5;
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  border-radius: .75rem;
  width: 0;
  margin: .25rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.signup6-navbar-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  display: grid;
}

.signup6-progress-wrapper {
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.inverted {
  filter: invert();
}

.button-group-justified {
  z-index: 9;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.button-group-justified.margin-top.margin-small {
  justify-content: space-between;
}

.button-group-justified.margin-top.margin-small.first {
  justify-content: flex-end;
}

.page-loader_percent {
  color: #0000;
  letter-spacing: -2px;
  font-size: 6vmin;
  font-weight: 700;
  line-height: 1;
}

.page-loader_noise {
  z-index: 0;
  opacity: .01;
  background-image: url('../images/Grain_overlay.gif');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.page-loader_component {
  z-index: 9999;
  background-color: var(--mine-shaft);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-loader_text-fill {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 0%;
  display: flex;
  position: relative;
}

.page-loader_trigger {
  z-index: 50;
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.page-loader_text-wrapper {
  z-index: 10;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-end;
  min-width: 12rem;
  height: 6vmin;
  display: flex;
  position: static;
  inset: auto 4rem 4rem auto;
}

.page-loader_text {
  color: #0000;
  letter-spacing: -2px;
  font-size: 6vmin;
  font-weight: 700;
  line-height: 1;
}

.page-loader_topbar {
  justify-content: space-between;
  width: 100%;
  padding: 2rem 3rem;
  display: flex;
}

.page-loader_bottombar {
  border-bottom: 1px #f9f7f3;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: 1.5rem;
  margin-left: 3rem;
  margin-right: 3rem;
  padding: 1rem .25rem .25rem 0;
  display: flex;
}

.loader_top {
  position: relative;
}

.loader {
  z-index: 1000;
  background-color: var(--graywarm900);
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.trigger {
  width: 0;
  height: 0;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.loader_number {
  color: #fff;
  padding-bottom: .14em;
  font-size: 15em;
  font-weight: 500;
  line-height: .55;
}

.loader_progress {
  z-index: 1;
  background-color: var(--white);
  border-radius: 50rem;
  width: 0%;
  height: 4rem;
}

.container {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3em;
  position: relative;
}

.container.is-loader-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.is-loader-top {
  mix-blend-mode: difference;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-10 {
  border: 1px solid #fff;
  border-radius: 50rem;
  width: 40%;
  height: 5rem;
  position: relative;
}

.image-6 {
  width: 2.5rem;
  position: absolute;
  inset: 28% 0% 0% 4%;
}

.image-7 {
  height: 2.5rem;
  position: absolute;
  inset: 26% 4% 0% auto;
}

.page-loader-middle-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.page-loader_row {
  justify-content: space-between;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.page-loader_row.text-align-justify-all {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.page-loader_row.text-align-justify-all.top-row {
  width: 100%;
}

.page-loader_row.middle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 110rem;
}

.page-loader_huge-heading {
  width: 100%;
  color: var(--taupe-lite);
  font-variation-settings: "wght" 600, "wdth" 60, "ital" 1;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-top: 3vw;
  font-family: Anybody Ital Wdth Wght, sans-serif;
  font-size: 18rem;
  font-style: italic;
  font-weight: 600;
  line-height: 19rem;
  text-decoration: none;
}

.page-loader_supertight-spacing {
  letter-spacing: -2vw;
  line-height: 10vw;
  display: inline-block;
}

.page-loader-paragraph {
  max-width: 25%;
  color: var(--taupe-lite);
  text-align: justify;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Anybody Ital Wdth Wght, sans-serif;
  font-size: .8vw;
  line-height: 2;
}

.page-loader-waves {
  object-fit: cover;
  object-position: 100% 50%;
  width: 75%;
  margin-top: 6px;
  margin-bottom: 8px;
}

.page-loader_light-content {
  background-color: var(--taupe-lite);
  border-radius: 2rem .5rem 4.5rem;
  justify-content: center;
  display: flex;
}

.page-loader-light_left-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.page-loader-light_right-content {
  flex: 1;
  justify-content: space-around;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.page-loader_places-wrapper {
  border: 1px solid var(--mine-shaft);
  border-radius: 5rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 2rem 2rem 1.5rem 2.5rem;
  display: flex;
}

.page-loader-text_places-heading {
  color: var(--mine-shaft);
  font-variation-settings: "wdth" 55, "wght" 600;
  text-align: center;
  letter-spacing: .75rem;
  text-transform: uppercase;
  font-size: 5.5rem;
  line-height: 4rem;
}

.page-loader-text_youre-going {
  color: var(--mine-shaft);
  font-variation-settings: "wght" 900, "wdth" 120, "ital" 0;
  text-align: center;
  margin-bottom: 0;
  padding-top: .25rem;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 2.5rem;
}

.page-loader-text_teeny {
  color: var(--mine-shaft);
  font-size: .75rem;
}

.page-loader-top-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-width: 90%;
  max-width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: hidden;
}

.page-loader-bottom-bar_load-bar-wrapper {
  border: 1px solid var(--taupe-lite);
  border-radius: 20rem;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.page-loader_bottom-bar-middle {
  color: var(--taupe-lite);
  flex: 1;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.page-loader-bottom_load-bar {
  z-index: -1;
  background-color: var(--taupe-lite);
  border-radius: 20rem;
  min-width: 50%;
  position: absolute;
  inset: .5rem auto .5rem .5rem;
}

.page-loader-text_loading {
  color: var(--taupe-lite);
}

.page-loader-text_loading.blending-mode-difference {
  mix-blend-mode: difference;
}

.page-loader-middle_wrapper {
  min-width: 80%;
  max-width: 80rem;
  overflow: hidden;
}

.page-loader-icon_pillars {
  width: 5rem;
}

.page-loader-icon_globe {
  width: 3rem;
}

.unique-shape {
  aspect-ratio: 3 / 2;
  width: 50rem;
  position: relative;
}

.services-bulletpoints_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 36rem;
  display: grid;
}

.service-bulletpoint_wrapper {
  border: 1px solid #000;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.new-work_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #000;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .55fr 1fr .55fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 75vh;
  margin-bottom: 10vh;
  padding: 1rem;
  display: grid;
}

.new-work-main-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 105%;
  max-width: none;
  height: 115%;
  min-height: 100%;
  position: absolute;
  top: -7.5%;
  left: -2.5%;
}

.new-worksecondary-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
}

.new-work-column {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.new-work-column.first {
  background-color: #ecebe8;
  border-radius: 1rem;
  padding: 1rem;
}

.new-work-description-wrapper {
  background-color: #f0ede6;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 50%;
  padding: 1rem;
  display: flex;
}

.new-work-main-logo_wrapper {
  border-radius: 1rem;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.new-work-tags-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: .125rem;
  display: flex;
}

.collection-tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tag-item-wrapper {
  border: 1px solid #ccc;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
}

.logo-centered-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.empty-state {
  background-color: #ddd0;
  border: 1px solid #000;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

@media screen and (min-width: 1920px) {
  a {
    letter-spacing: 0;
  }

  .skillset-labels {
    padding: 1vw;
    font-size: 1.2vw;
    line-height: 1.4vw;
  }

  .case-study-gallery-collection-item {
    height: auto;
  }

  .case-study-gallery-image {
    object-fit: cover;
    width: 100%;
    max-width: none;
  }

  .casestudy-all-projects-link {
    text-transform: none;
    font-size: 3vw;
    line-height: 4vw;
  }

  .list-of-skills {
    flex-wrap: wrap;
    align-content: flex-start;
    width: 60vw;
    display: flex;
  }

  .casestudy-skillset-collection-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .casestudy-skillset-collection-item {
    display: block;
  }

  .collective-header_image-list {
    padding-top: 70vh;
  }

  .collective-header_image-wrapper {
    opacity: 1;
  }

  .collective-header_image-wrapper.is-image-1, .collective-header_image-wrapper.is-image-3, .collective-header_image-wrapper.is-image-4 {
    z-index: 1;
  }

  .collective-header_image-wrapper.is-image-5 {
    z-index: 3;
    opacity: 1;
  }

  .collective-header_image-wrapper.is-image-6 {
    z-index: 1;
    opacity: 1;
  }

  .collective-header_image {
    z-index: 0;
  }

  .collective-header_image.front {
    z-index: 1;
  }

  .dev-table_component {
    width: 79rem;
    max-width: 90vw;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    color: var(--mine-shaft);
  }

  .body {
    overflow: visible;
  }

  .navbar.navbar-clear {
    background-image: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100px;
    min-height: 100px;
    transition: none;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .nav-menu {
    position: absolute;
  }

  .billboard {
    min-height: auto;
    max-height: none;
    margin-top: 100px;
    padding: 20px;
    display: block;
    position: static;
  }

  .footer {
    justify-content: space-around;
    min-width: auto;
    height: 300px;
    min-height: auto;
    margin-top: 0;
    position: static;
  }

  .nav-open {
    display: none;
  }

  .nav-feed-list-wrapper.right-side {
    flex: none;
    justify-content: center;
    height: 100vh;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .nav-feed-image {
    max-width: 100%;
  }

  .nav-feed-list-item {
    padding: 20px 6vw;
  }

  .main-nav-links {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
  }

  .navbar-clear {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
    position: static;
    inset: 0%;
  }

  .nav-photo-feed {
    display: flex;
  }

  .h1-xxl.striketext {
    letter-spacing: -2px;
    min-width: 500px;
    max-width: 1200px;
    font-size: 137px;
  }

  .skillset-labels {
    font-size: 2vw;
  }

  .footer-left-side {
    align-items: flex-start;
    width: 100%;
    padding-bottom: 2vh;
  }

  .capabilities-content-info {
    width: 70vw;
  }

  .work-header-small {
    width: 70%;
  }

  .work-header-small.center {
    letter-spacing: 0;
    font-size: 2rem;
  }

  .collective-section-paragraph {
    width: 50vw;
    font-size: 2vw;
    line-height: 3vw;
  }

  .case-study-overview-wrapper {
    flex-direction: column;
    padding-bottom: 15vw;
    padding-left: 0;
    padding-right: 0;
  }

  .case-study-side {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .casestudy-overview-description {
    font-size: 2vw;
    line-height: 3vw;
  }

  .casestudy-all-projects-link {
    font-size: 5vw;
  }

  .list-of-skills {
    flex-direction: row;
    width: 100%;
    padding-left: 10vw;
    display: flex;
  }

  .casestudy-skillset-collection-list {
    grid-row-gap: 2vw;
    flex-wrap: wrap;
    align-content: flex-start;
    width: auto;
    display: flex;
  }

  .casestudy-skillset-collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .blob-3 {
    width: 55%;
    left: 28%;
  }

  .blobs-wrapper {
    width: 100%;
  }

  .blob-1.kiwi-4 {
    width: 50%;
    left: 28%;
  }

  .blob-2 {
    width: 45%;
    left: 24%;
  }

  .bg-blur-wrapper {
    width: 100vw;
  }

  .dots._1 {
    width: 40vw;
    top: 33%;
  }

  .dots._2 {
    top: -109%;
    left: -108%;
  }

  .dots._3 {
    bottom: -92%;
    right: -82%;
  }

  .grid {
    width: 57vw;
    top: 26%;
  }

  .coming-soon-form-block {
    min-width: 400px;
    min-height: 400px;
  }

  .dots-grid-wrapper {
    width: 80vw;
    height: 80vh;
  }

  .homepage-work-logo {
    opacity: 1;
    object-fit: contain;
    width: 50%;
    max-width: none;
    height: 50%;
    inset: 25% auto auto 25%;
  }

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .form-input.is-text-area.bottom.footer {
    min-height: auto;
  }

  .form-input.top.footer, .form-input.middle.footer {
    height: auto;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .contact7_image {
    object-fit: fill;
  }

  .contact7_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .form-field-wrapper.contact-light.footer {
    height: auto;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .button.is-secondary.is-icon {
    background-color: var(--mine-shaft);
    color: var(--taupe-lite);
  }

  .button.footer {
    height: auto;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

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

  .margin-top.margin-xxhuge.services-card {
    margin-top: 1rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

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

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

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

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

  .margin-huge {
    margin: 5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .icon-embed-xsmall.arrow {
    transform: rotate(-45deg);
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

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

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

  .padding-xhuge {
    padding: 6rem;
  }

  .footer8_top-wrapper {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .footer8_form-block {
    min-width: auto;
  }

  .cta37_link-image-wrapper {
    display: none;
  }

  .cta37_link-heading {
    font-size: 3.25rem;
  }

  .cta37_link-block {
    display: block;
  }

  .gallery24_image {
    max-height: 40rem;
  }

  .gallery24_horizontal-scroll-content {
    width: 300vh;
  }

  .cta37_link-description, .cta37_link-text {
    font-size: 3.25rem;
  }

  .case-study_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .layout172_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .cta7_button-row {
    flex: none;
  }

  .cta7_component {
    grid-column-gap: 3rem;
  }

  .cta7_content {
    margin-right: 3rem;
  }

  .collective-right_component, .collective-left_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .capabilities-scroll_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .work-preview_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout156_image-wrapper {
    border-radius: 2rem;
  }

  .layout307_list {
    grid-template-columns: 1fr 1fr;
  }

  .layout307_item {
    background-image: linear-gradient(#000, #000);
    padding-top: 2px;
  }

  .footer-subheader-2 {
    font-size: 2vw;
    line-height: 4vw;
  }

  .header81-left_component {
    height: auto;
  }

  .header81-left_content-wrapper {
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 6rem;
    position: static;
  }

  .header81-left_content-left {
    flex: 0 auto;
    margin-left: 5%;
    margin-right: 5%;
  }

  .header81-left_content-right {
    flex: 0 auto;
    width: 100%;
    padding: 1.5rem;
    position: static;
  }

  .header81-left_image-wrapper {
    padding-top: 100%;
  }

  .header81-right_component {
    height: auto;
  }

  .header81-right_content-wrapper {
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 6rem;
    position: static;
  }

  .header81-right_content-left {
    flex: 0 auto;
    margin-left: 5%;
    margin-right: 5%;
  }

  .header81-right_content-right {
    flex: 0 auto;
    width: 100%;
    padding: 1.5rem;
    position: static;
  }

  .header81-right_image-wrapper {
    padding-top: 100%;
  }

  .cta54_card {
    padding: 3rem;
  }

  .padding-section-xlarge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .homepage-services_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .header81-floating-logo.first {
    top: -44%;
    left: 13%;
  }

  .header77_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .header77_content-left {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header77_content-right {
    height: auto;
    margin-top: 5vh;
    margin-left: 2rem;
  }

  .layout307_background {
    padding-top: 1.5rem;
  }

  .layout353_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout365_row {
    grid-template-columns: 1fr;
  }

  .layout365_card-small-image-wrapper {
    border-radius: 1.5rem;
  }

  .layout365_card-large-content {
    padding: 2rem;
  }

  .collective-header_image-wrapper {
    padding-top: 45%;
  }

  .collective-header_image-wrapper.is-image-1 {
    width: 28vw;
  }

  .collective-header_image-wrapper.is-image-2 {
    width: 28vw;
    padding-top: 42%;
    left: 57vw;
  }

  .collective-header_image-wrapper.is-image-3 {
    width: 26vw;
    padding-top: 36%;
    top: 8.3vh;
    left: .9vw;
  }

  .collective-header_image-wrapper.is-image-4 {
    width: 24vw;
  }

  .collective-header_image-wrapper.is-image-5 {
    width: 26vw;
    right: 6rem;
  }

  .collective-header_image-wrapper.is-image-6 {
    width: 24vw;
  }

  .collective-header_content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .team10_component {
    padding-left: 0;
    padding-right: 0;
  }

  .team10_mask {
    width: 50%;
  }

  .team10_slide {
    padding-right: 2rem;
  }

  .layout371_row {
    grid-template-columns: 1fr 1fr;
  }

  .layout371_card-small-content {
    padding: 2rem;
  }

  .floating-link-in-card {
    background-color: var(--taupe-lite);
    color: var(--mine-shaft);
  }

  .manifest_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .manifest_content.padding-large {
    padding-left: 0;
    padding-right: 0;
  }

  .text-color-taupe {
    color: var(--taupe-lite);
  }

  .signup6_component {
    grid-template-columns: 1fr;
    min-height: 100vh;
  }

  .signup6_navbar {
    justify-content: center;
  }

  .signup6_content-left {
    min-height: 75vh;
    padding-top: 6rem;
  }

  .signup6_content-right {
    padding-bottom: 6rem;
  }

  .signup6_footer {
    justify-content: center;
  }

  .login8_component {
    grid-template-columns: 1fr;
  }

  .login8_navbar {
    justify-content: center;
  }

  .login8_content-left {
    padding-top: 6rem;
  }

  .login8_image {
    height: 40rem;
  }

  .login8_footer {
    justify-content: center;
    padding-left: 0%;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--graywarm25);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--graywarm25);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--graywarm25);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .page-header1_content-wrapper {
    grid-template-columns: 1fr;
  }

  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .schedule-call_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .quick-links_row {
    grid-template-columns: 1fr;
  }

  .content1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .content1_content-wrapper {
    border-radius: 4rem;
  }

  .layout247_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .layout247_list {
    grid-column-gap: 2rem;
  }

  .layout28_component {
    grid-column-gap: 3rem;
  }

  .layout303_list {
    grid-template-columns: 1fr 1fr;
  }

  .gallery22_slide {
    padding-right: 1rem;
  }

  .gallery22_arrow.is-left {
    margin-left: -.5rem;
    margin-right: 0;
  }

  .collectiveparagraph_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .pricing24_tabs-menu {
    z-index: 5;
    position: sticky;
    top: 0;
  }

  .pricing24_plans {
    grid-template-columns: 1fr;
  }

  .forgot-password_component {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .forgot-password_navbar {
    justify-content: center;
  }

  .forgot-password_content-left {
    padding-top: 6rem;
  }

  .forgot-password_content-right {
    padding-bottom: 6rem;
  }

  .reset-password_component {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .client-portal-login_navbar {
    justify-content: center;
  }

  .reset-password_content-left {
    padding-top: 6rem;
  }

  .reset-password_content-right {
    padding-bottom: 6rem;
  }

  .services-header_content-right {
    flex-direction: column;
  }

  .section_table1 {
    display: none;
  }

  .design-table_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    width: 76rem;
    min-height: auto;
    display: flex;
    position: relative;
  }

  .table1_list-item {
    flex: 0 auto;
    min-width: auto;
  }

  .tables-component-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    min-height: auto;
  }

  .dev-table_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    position: relative;
  }

  .mask-layer {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .section_table1-mobile {
    display: block;
  }

  .service-table-tabs-menu {
    background-color: var(--taupe-med);
    border-radius: 1.75rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    padding: .25rem;
    display: flex;
  }

  .tabs {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .service-table-tab {
    font-variation-settings: "wdth" 80;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #0000;
    border-radius: 1.5rem;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 1.5rem 2rem;
    font-family: Anybody Ital Wdth Wght, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
  }

  .service-table-tab.w--current {
    background-color: var(--mine-shaft);
    color: var(--taupe-lite);
  }

  .crystal-embed {
    border-radius: 4rem;
  }

  .portal-shell_wrapper {
    flex-direction: column;
  }

  .sidebar1_component {
    border-bottom: 1px solid #000;
    border-right-style: none;
    width: auto;
    height: auto;
    min-height: 4.5rem;
    padding: 1rem;
  }

  .sidebar1_container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1.5rem;
  }

  .sidebar1_logo-link {
    justify-content: flex-start;
    align-self: center;
    margin-bottom: 0;
    margin-left: 0;
  }

  .sidebar1_menu {
    background-color: var(--graywarm900);
    width: 100%;
    max-width: 19.5rem;
    height: 100dvh;
  }

  .sidebar1_menu-wrapper {
    background-color: #0000;
    border-right: 1px solid #000;
    height: 100dvh;
    padding-bottom: 1.5rem;
  }

  .sidebar1_logo-wrapper-tablet {
    justify-content: space-between;
    align-items: center;
    min-height: 4.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .sidebar1_logo-link-tablet {
    display: flex;
  }

  .sidebar1_menu-button.w--open {
    background-color: #0000;
  }

  .sidebar1_form-block {
    z-index: 999;
    margin-bottom: 1rem;
  }

  .sidebar1_menu-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sidebar1_background-layer {
    background-color: #0009;
    position: fixed;
    inset: 0%;
  }

  .section-portal_content-wrapper {
    flex-direction: column;
  }

  .section-portal_sidepanel {
    border-left-style: none;
    height: auto;
    position: static;
    overflow: visible;
  }

  .portal-heading-style-h1 {
    font-size: 3.25rem;
  }

  .portal-heading-style-h2 {
    font-size: 2.75rem;
  }

  .portal-heading-style-h3 {
    font-size: 2.25rem;
  }

  .portal-heading-style-h4 {
    font-size: 1.75rem;
  }

  .f-form-steps-item.is---2, .f-form-steps-item.is---7 {
    width: 100%;
  }

  .loader_top {
    border-top: 2px solid #000;
    position: absolute;
    inset: 0% 0% auto;
  }

  .loader {
    justify-content: center;
    align-items: center;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .page-loader_row {
    flex-direction: column;
  }

  .page-loader_row.text-align-justify-all.top-row {
    flex-direction: row;
  }

  .page-loader_row.middle {
    min-width: 80%;
    max-width: 80%;
  }

  .page-loader_huge-heading {
    font-size: 19rem;
  }

  .page-loader-paragraph {
    max-width: 100%;
  }

  .page-loader-waves {
    width: 100%;
    min-height: 6rem;
  }

  .page-loader_light-content {
    flex-flow: column;
  }

  .page-loader-light_right-content {
    padding: 2rem;
  }

  .services-bulletpoints_wrapper {
    min-width: 0;
  }

  .new-work_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h5 {
    letter-spacing: 0;
    font-size: 1rem;
  }

  .billboard {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .footer {
    flex-direction: column;
    justify-content: space-around;
    min-width: auto;
    height: 300px;
    margin-bottom: auto;
    padding-top: 0;
  }

  .nav-open {
    display: none;
  }

  .main-nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .main-nav-link.w--current {
    padding-right: 0;
  }

  .main-nav-links {
    flex: none;
    position: relative;
  }

  .navbar-clear {
    text-align: center;
    flex: 0 auto;
  }

  .nav-photo-feed {
    min-width: 140vw;
    margin-left: -20vw;
  }

  .h1-xxl.striketext {
    white-space: normal;
    font-size: 99px;
    font-weight: 800;
    line-height: 83px;
  }

  .skillset-labels {
    font-size: 2rem;
    line-height: 2rem;
  }

  .work-header-small {
    width: 80%;
    font-size: 5vw;
    line-height: 8vw;
  }

  .work-header-small.center {
    font-size: 2rem;
  }

  .collective-section-paragraph {
    width: 60vw;
    padding-right: 0;
    font-size: 3vw;
    line-height: 4.5vw;
  }

  .case-study-company-logo {
    width: 100%;
  }

  .casestudy-overview-description {
    width: 100%;
    font-size: 3vw;
    line-height: 6vw;
  }

  .comingsoonsection {
    width: 60vw;
  }

  .blob-3 {
    width: 75%;
    left: 23%;
  }

  .blob-1.kiwi-4 {
    width: 65%;
    left: 12%;
  }

  .blob-2 {
    width: 65%;
    left: 14%;
  }

  .dots._1 {
    width: 60vw;
    top: 25%;
  }

  .dots._2 {
    top: -229%;
    left: -107%;
    transform: translate3d(0, 0, -60rem);
  }

  .dots._3 {
    bottom: -160%;
    right: -51%;
  }

  .grid {
    width: 75vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    top: 15%;
  }

  .dots-grid-wrapper {
    width: 90vw;
    margin-top: 7px;
  }

  .text-size-medium {
    font-size: 1rem;
  }

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

  .text-align-center.extra-line-height {
    font-size: 3.5rem;
    line-height: 7rem;
  }

  .text-align-center.text-color-black.view-more-work {
    font-size: 2rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-large {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_logo {
    object-fit: fill;
    min-width: 6rem;
    max-width: 7rem;
  }

  .logo3_wrapper {
    padding: .75rem .5rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .contact7_image-wrapper {
    max-height: 40rem;
  }

  .contact7_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-large {
    margin: 2rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .button.is-secondary.vertical-icon-animation {
    background-color: var(--mine-shaft);
    color: var(--taupe-lite);
  }

  .button.footer {
    padding-top: .75rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xsmall {
    margin: .75rem;
  }

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

  .margin-xhuge {
    margin: 4rem;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

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

  .text-style-quote {
    font-size: 1.125rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

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

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .footer8_link-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: start;
    width: 100%;
  }

  .footer8_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .footer8_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer8_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: start;
  }

  .footer8_credit-text {
    margin-top: 2rem;
  }

  .cta37_link-heading {
    font-size: 2.25rem;
  }

  .gallery24_horizontal-scroll-wrapper {
    margin-top: -10vh;
  }

  .gallery24_image {
    width: 90vw;
    max-height: 30rem;
  }

  .gallery24_horizontal-scroll-content {
    grid-column-gap: 1.5rem;
    width: 200vh;
  }

  .cta37_link-description, .cta37_link-text {
    font-size: 2.25rem;
  }

  .section_homepage-collective {
    padding-left: 10vw;
  }

  .case-study_content-wrapper {
    grid-template-columns: 1fr;
  }

  .case-study_component {
    height: auto;
    max-height: none;
  }

  .layout172_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .cta7_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .cta7_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta7_content {
    margin-right: 0;
  }

  .collective-right_component, .collective-left_component {
    grid-row-gap: 3rem;
  }

  .capabilities-scroll_content {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .capabilities-scroll_desktop-image-wrapper {
    display: none;
  }

  .capabilities-scroll_image.is-image3 {
    height: 100%;
  }

  .capabilities-scroll_image.is-image2 {
    height: 100%;
    inset: 0%;
  }

  .capabilities-scroll_image.is-image1 {
    height: 100%;
    display: inline-block;
    inset: 0%;
  }

  .capabilities-scroll_image.is-image4 {
    height: 100%;
  }

  .capabilities-scroll_mobile-image-wrapper {
    width: 100%;
    height: 30rem;
    margin-top: 0;
    display: block;
    position: relative;
  }

  .capabilities-scroll_tabs-menu {
    display: none;
    position: relative;
    top: 0;
  }

  .capabilities-scroll_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .capabilities-scroll_tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .homepage-subtitle {
    font-size: 1.5rem;
  }

  .work-preview_content {
    flex-direction: column;
    align-items: center;
  }

  .work-preview_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout307_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .layout307_item {
    background-image: linear-gradient(180deg, var(--black), black);
    min-height: auto;
    padding-top: 2px;
  }

  .layout178_image-wrapper {
    border-radius: 10rem;
    top: -25%;
    overflow: hidden;
  }

  .section_header81-left.mobile {
    margin-top: 0;
  }

  .cta54_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cta54_card {
    padding: 2rem;
  }

  .padding-section-xlarge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .homepage-services_component {
    grid-template-columns: 1fr;
  }

  .header83_component {
    padding: 87px 0 0;
  }

  .header77_component {
    padding-top: 4rem;
  }

  .header77_content-right {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .testimonial17_content {
    padding: 1.5rem;
  }

  .testimonial17_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial17_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

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

  .layout353_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout353_content-left {
    position: static;
  }

  .layout353_content-right {
    min-height: 20rem;
  }

  .layout365_component, .layout365_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout365_card-small-image-wrapper {
    border-radius: 1.5rem;
  }

  .layout365_card-large {
    grid-template-columns: 1fr;
  }

  .layout365_card-large-content {
    padding: 1.5rem;
  }

  .layout365_card-large-image-wrapper {
    border-radius: 1.5rem;
  }

  .collective-header_component {
    height: 150vh;
  }

  .collective-header_content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .collective-header_images-wrapper.images-wrapper-right {
    display: none;
  }

  .collective-header_image-list {
    display: flex;
  }

  .collective-header_image-wrapper {
    border-radius: 1rem;
  }

  .collective-header_image-wrapper.is-image-1 {
    width: 36vw;
    top: 62.7vh;
    left: 8.5vw;
  }

  .collective-header_image-wrapper.is-image-2 {
    width: 41vw;
    padding-top: 60%;
    top: 65.5vh;
    left: 70.9vw;
  }

  .collective-header_image-wrapper.is-image-3 {
    top: 5.1vh;
  }

  .collective-header_image-wrapper.is-image-4 {
    top: -5.5vh;
    left: 71.4vw;
  }

  .collective-header_image-wrapper.is-image-6 {
    right: 50vw;
  }

  .collective-header_content {
    z-index: 1;
    padding-top: 4rem;
  }

  .collective-header_ix-trigger {
    margin-top: 35rem;
  }

  .work-header_rows {
    flex-direction: column;
  }

  .work-header-row {
    flex-direction: row;
  }

  .work-main-header-image {
    min-width: 90vw;
  }

  .testimonial4_client {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .testimonial4_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial4_client-info {
    margin-bottom: 1rem;
  }

  .rotating-service-embed {
    margin-top: -5%;
  }

  .homepage-heading {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .team10_component {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .team10_mask {
    width: 80%;
  }

  .team10_slide {
    padding-right: 1.5rem;
  }

  .team10_image-wrapper {
    height: 100%;
  }

  .team10_arrow.left {
    right: 7rem;
  }

  .layout371_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout371_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout371_card-small {
    grid-template-columns: 1fr;
  }

  .layout371_card-small-content {
    padding: 1.5rem;
  }

  .logo-work_list, .logo-scrolling_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .heading-3 {
    letter-spacing: 0;
  }

  .logo-home_list {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    padding-top: 1rem;
  }

  .manifest_component {
    grid-row-gap: 3rem;
  }

  .manifest_component.padding-xlarge.background-color-graytrue900 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .signup6_navbar {
    height: 4rem;
  }

  .signup6_content-left {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .signup6_content-right {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .signup6_testimonial {
    padding-bottom: 3rem;
  }

  .signup6_testimonial-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .signup6_client {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .signup6_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .signup6_client-info {
    margin-bottom: 1rem;
  }

  .signup6_divider {
    display: none;
  }

  .signup6_arrow.left {
    right: 7rem;
  }

  .signup6_arrow.right {
    display: none;
  }

  .signup6_footer, .login8_navbar {
    height: 4rem;
  }

  .login8_content-left {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .login8_image {
    height: 30rem;
  }

  .login8_footer {
    height: 4rem;
  }

  .page-header1_component {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .page-header1_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .schedule-call_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .recent-cards_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .quick-links_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .quick-links_card-content {
    padding: 1.5rem;
  }

  .content1_component {
    grid-template-columns: 1fr;
  }

  .content1_content-wrapper {
    border-radius: 3rem;
    padding: 3rem;
  }

  .layout247_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .layout247_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout28_image-wrapper {
    border-radius: 2rem;
  }

  .layout303_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .gallery22_mask {
    width: 50%;
  }

  .gallery22_slide {
    min-width: 90vw;
    padding-right: 1.5rem;
  }

  .gallery22_arrow.is-left {
    right: 10%;
  }

  .collectiveparagraph_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .faq11_component {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .faq11_question {
    padding: 1rem 1.25rem;
  }

  .faq11_icon {
    width: 1.75rem;
  }

  .faq11_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_header64 {
    text-align: left;
  }

  .pricing24_tabs-menu {
    z-index: 5;
  }

  .pricing24_plans {
    grid-template-columns: 1fr;
  }

  .pricing24_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .forgot-password_navbar {
    height: 4rem;
  }

  .forgot-password_content-left {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .forgot-password_content-right {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .client-portal-login_navbar {
    height: 4rem;
  }

  .reset-password_content-left {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .reset-password_content-right {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .design-table_component {
    grid-row-gap: 3rem;
    flex: 0 auto;
    align-items: stretch;
    height: 100%;
    min-height: 0;
    max-height: 100%;
    display: block;
  }

  .table1_header {
    flex: 0 auto;
  }

  .table1_list-item {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tables-component-wrapper {
    align-items: center;
  }

  .dev-table_component {
    grid-row-gap: 3rem;
  }

  .mask-layer {
    position: relative;
    right: auto;
  }

  .padding-section-xsmall {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .crystal-embed {
    border-radius: 3rem;
  }

  .sidebar1_component {
    min-height: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sidebar1_menu {
    width: 80vw;
    max-width: none;
  }

  .sidebar1_menu-wrapper {
    border-right-style: none;
    padding-top: 0;
  }

  .sidebar1_logo-wrapper-tablet {
    border-bottom: 1px solid #0000;
    min-height: 4rem;
    margin-bottom: 0;
  }

  .sidebar1_close-mobile {
    display: flex;
  }

  .sidebar1_menu-button.w--open {
    color: #0000;
  }

  .sidebar1_form-block {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .page-header1_content-right {
    flex-direction: column;
    align-items: stretch;
  }

  .portal-heading-style-h1 {
    font-size: 2.5rem;
  }

  .portal-heading-style-h2 {
    font-size: 2.25rem;
  }

  .portal-heading-style-h3 {
    font-size: 2rem;
  }

  .portal-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .portal-heading-style-h5 {
    font-size: 1.25rem;
  }

  .portal-heading-style-h6 {
    font-size: 1.125rem;
  }

  .page-loader_component {
    height: 100vh;
    max-height: 100vh;
  }

  .page-loader_text-wrapper {
    min-width: 10rem;
  }

  .page-loader_bottombar {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .page-loader_huge-heading {
    font-variation-settings: "wght" 600, "wdth" 60, "ital" 1;
    font-family: Anybody Ital Wdth Wght, sans-serif;
    font-size: 14rem;
    font-weight: 600;
    line-height: 11rem;
  }

  .page-loader-waves {
    min-height: 7rem;
  }

  .page-loader_light-content {
    border-bottom-right-radius: 3.5rem;
  }

  .page-loader-light_left-content {
    padding: 1rem;
  }

  .page-loader-light_right-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .page-loader_places-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .page-loader-text_places-heading {
    letter-spacing: .5rem;
    font-size: 3rem;
    line-height: 3rem;
  }

  .page-loader-text_youre-going {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .page-loader-bottom-bar_load-bar-wrapper {
    order: 1;
    width: 100%;
  }

  .new-work_component {
    grid-row-gap: 3rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h4 {
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .body {
    background-position: 50% 100%;
    background-attachment: fixed;
  }

  .navbar.navbar-clear {
    inset: auto 0% 0%;
  }

  .nav-menu {
    flex: 0 auto;
    align-self: stretch;
  }

  .billboard {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 100px;
    margin-bottom: 0;
    padding: 10vh 16px 20vh;
  }

  .footer {
    flex-direction: row;
    justify-content: space-around;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .nav-open {
    display: none;
  }

  .nav-feed-list-wrapper.left-side {
    min-width: 70vw;
    max-width: 70vw;
  }

  .nav-feed-list-wrapper.right-side {
    float: right;
    align-items: flex-end;
    min-width: 70vw;
    max-width: 70vw;
    display: inline-block;
    right: 0%;
  }

  .nav-feed-image {
    box-shadow: 3px 5px 18px #0000001f;
  }

  .navbar-clear {
    text-align: center;
    align-items: stretch;
  }

  .nav-photo-feed {
    min-width: 180vw;
    max-width: 180px;
    margin-left: -40vw;
  }

  .h1-xxl.striketext {
    min-width: 80vw;
    font-size: 3.2em;
    line-height: 1em;
  }

  .skillset-labels {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.3rem;
    line-height: 1.4rem;
  }

  .warehaus-identity {
    z-index: 999;
  }

  .capabilities-content-info {
    flex-direction: column;
    align-items: flex-start;
    width: 90vw;
  }

  .work-header-small {
    font-size: 6vw;
    line-height: 8vw;
  }

  .work-header-small.center {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1rem;
  }

  .collective-section-paragraph {
    width: 90vw;
    font-size: 4vw;
    line-height: 8vw;
  }

  .case-study-overview-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .case-study-side {
    align-items: center;
    padding: 10vw 0;
  }

  .casetudy-featured-image {
    width: 98vw;
    height: 90vw;
  }

  .case-study-company-logo {
    object-fit: cover;
    width: 90vw;
    margin-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .casestudy-overview-description {
    width: auto;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 4vw;
    line-height: 8vw;
  }

  .casestudy-all-projects-link {
    font-size: 7vw;
    line-height: 12vw;
  }

  .list-of-skills {
    justify-content: center;
    padding-left: 0;
  }

  .casestudy-skillset-collection-list {
    flex-direction: column;
    place-content: center flex-start;
    align-items: center;
    width: 100%;
  }

  .comingsoonsection {
    width: 90vw;
    height: 80vh;
    margin-top: 10vh;
  }

  .blob-3 {
    width: 69%;
    height: 75%;
    top: 16%;
    left: 19%;
  }

  .blur-overlay {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }

  .blob-1.kiwi-4 {
    width: 67%;
    height: 56%;
    top: 25%;
    left: 9%;
  }

  .blob-2 {
    width: 70%;
    height: 56%;
    top: 19%;
    left: 8%;
  }

  .bg-blur-wrapper {
    height: 100vh;
    margin-top: 0;
    padding: 15% 10%;
  }

  .dots._1 {
    opacity: 1;
    width: 40%;
    max-width: none;
    top: 33%;
    left: 0%;
    transform: perspective(1235px)translate3d(0, 0, 10rem)perspective(863px);
  }

  .dots._2 {
    width: 25vw;
    top: -23%;
    left: -9%;
    transform: translate3d(0, 0, -2em)perspective(863px);
  }

  .dots._3 {
    width: 20vw;
    bottom: -29%;
    right: -3%;
    transform: translate3d(0, 0, -4em)perspective(863px);
  }

  .grid {
    width: 35%;
    display: block;
    top: 33%;
    transform: translate3d(0, 0, 8em)perspective(1000px);
  }

  .comingsoon-title {
    margin-top: 64px;
    font-family: Sanfranciscotext;
    font-size: 3em;
    font-weight: 900;
    line-height: .7em;
  }

  .text-span {
    font-size: .5em;
    line-height: 1em;
  }

  .centered-content-wrapper {
    width: 96vw;
    padding-top: 0;
  }

  .coming-soon-form-wrapper {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background-color: #46454233;
  }

  .coming-soon-form-block {
    min-width: 80vw;
    min-height: 250px;
  }

  .dots-grid-wrapper {
    width: 100vw;
    height: 50vh;
    margin-top: 0;
  }

  .success-message {
    background-color: #ffffff78;
    border-radius: 20px;
  }

  .coming-soon-form-success {
    letter-spacing: -2px;
    font-family: Sanfranciscotext;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 700;
    line-height: 2rem;
  }

  .homepage-work-logo {
    opacity: 1;
    object-fit: contain;
    width: 80%;
    max-width: 80%;
    height: 50%;
    inset: 25% auto auto 10%;
  }

  .button-container {
    width: 100%;
  }

  .text-size-medium.text-align-right.max-width-small.no-wrap {
    white-space: nowrap;
  }

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

  .margin-bottom.margin-small {
    text-align: left;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .text-align-center.text-color-black.view-more-work {
    font-size: 1.5rem;
  }

  .max-width-large {
    align-items: flex-start;
    width: auto;
    max-width: none;
  }

  .form-input.top.footer, .form-input.middle.footer {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .logo3_list {
    justify-content: center;
  }

  .logo3_logo {
    min-width: 6rem;
    max-height: 12rem;
  }

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

  .contact7_image-wrapper {
    max-height: 40rem;
  }

  .contact7_component {
    grid-template-columns: 1fr;
  }

  .form-field-wrapper.contact-light.footer {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-horizontal.padding-medium {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button.is-secondary.is-icon, .button.is-secondary.vertical-icon-animation {
    background-color: var(--mine-shaft);
    color: var(--taupe-lite);
  }

  .button.footer {
    max-height: 100px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: .75rem;
    padding-right: 1.5rem;
  }

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

  .hide-mobile-portrait {
    display: none;
  }

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .icon-embed-xsmall.arrow {
    transform: rotate(-45deg);
  }

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

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

  .footer8_link-list {
    grid-template-columns: 1fr;
  }

  .footer8_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer8_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .gallery24_image {
    max-height: 25rem;
  }

  .gallery24_horizontal-scroll-content {
    width: 150vh;
  }

  .section_homepage-collective {
    padding-left: 5vw;
  }

  .case-study_content-wrapper, .layout172_component {
    grid-template-columns: 1fr;
  }

  .cta7_component {
    justify-items: stretch;
  }

  .collective-right_component, .collective-left_component {
    grid-template-columns: 1fr;
  }

  .capabilities-scroll_content {
    height: auto;
  }

  .capabilities-scroll_image {
    object-fit: cover;
  }

  .capabilities-scroll_tabs-menu {
    justify-content: flex-start;
    width: 90vw;
    overflow: scroll;
  }

  .capabilities-scroll_component {
    grid-template-columns: 1fr;
  }

  .homepage-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .work-preview_content {
    align-items: flex-start;
  }

  .work-preview_component {
    grid-template-columns: 1fr;
  }

  .layout307_list {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .layout307_item {
    max-width: 100%;
  }

  .layout178_image-wrapper {
    border-radius: 15rem;
    top: -13%;
  }

  .footer-subheader-2 {
    font-size: 4vw;
    line-height: 8vw;
  }

  .footer-header-2 {
    font-size: 14vw;
    line-height: 16vw;
  }

  .section_header81-left.mobile {
    margin-top: 0;
  }

  .header81-left_content-right, .header81-right_content-right {
    padding: .5rem;
  }

  .cta54_card {
    padding-top: 4.1rem;
    padding-bottom: 4.1rem;
  }

  .cta53_background-image-wrapper {
    border-radius: 3rem;
    overflow: hidden;
  }

  .homepage-services_component {
    grid-template-columns: 1fr;
  }

  .homepage-services_component.padding-vertical.padding-xlarge {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .header81-floating-logo.first {
    top: -8%;
  }

  .section_header83 {
    padding-top: 0;
  }

  .header83_content-wrapper {
    height: 100vh;
  }

  .header83_images-layout {
    transform: scale(3.4);
  }

  .header77_component {
    grid-template-columns: 1fr;
  }

  .header77_content-right {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .layout307_background {
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 1rem;
  }

  .services-popup_button {
    background-color: var(--mine-shaft);
    color: var(--taupe-lite);
  }

  .layout353_component {
    grid-template-columns: 1fr;
  }

  .layout365_card-small {
    flex-direction: column;
    display: flex;
  }

  .layout365_card-small-content {
    display: block;
  }

  .layout365_card-small-image-wrapper {
    max-height: 40vh;
  }

  .layout365_card-large-content, .collective-header_images-wrapper {
    display: block;
  }

  .collective-header_image-wrapper {
    width: 30vw;
    height: 35vw;
  }

  .collective-header_image-wrapper.is-image-1 {
    display: block;
    top: 64.9vh;
    left: 7.6vw;
  }

  .collective-header_image-wrapper.is-image-2 {
    width: 44vw;
    top: 72.6vh;
    left: 72.1vw;
  }

  .collective-header_image-wrapper.is-image-3 {
    width: 32vw;
    padding-top: 47%;
  }

  .collective-header_image-wrapper.is-image-5 {
    width: 32vw;
    margin-top: 0;
    padding-top: 50%;
    top: 87.8vh;
  }

  .work-header-row {
    justify-content: space-between;
  }

  .rotating-service-embed {
    margin-top: -40%;
  }

  .collection-item-2 {
    max-width: 100%;
  }

  .homepage-heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .cta54_link-overlay {
    border-radius: 3rem;
    overflow: hidden;
  }

  .team10_mask {
    width: 90%;
  }

  .team10_item {
    padding-left: 1rem;
  }

  .team10_image-wrapper {
    padding-top: 90%;
  }

  .layout371_row {
    grid-template-columns: 1fr;
  }

  .layout371_card-large {
    flex-direction: column;
    display: flex;
  }

  .layout371_card-large-content {
    display: block;
  }

  .logo-work_list, .logo-scrolling_list {
    justify-content: center;
  }

  .logo-home_list {
    grid-template-columns: auto auto;
    justify-content: center;
  }

  .manifest_component {
    grid-template-columns: 1fr;
  }

  .lottie-animation, .collection-list-wrapper {
    max-width: 100%;
  }

  .signup6_testimonial {
    width: 90vw;
  }

  .login8_image {
    height: 25rem;
  }

  .schedule-call_component {
    grid-template-columns: 1fr;
  }

  .title-form-field-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .content1_content-wrapper {
    padding: 2rem;
  }

  .layout247_content, .layout247_list, .layout28_component, .layout303_list {
    grid-template-columns: 1fr;
  }

  .gallery22_arrow.is-left {
    right: 19%;
  }

  .collectiveparagraph_component {
    grid-template-rows: auto auto auto;
    max-width: 100vw;
  }

  .faq11_component {
    grid-template-columns: 1fr;
  }

  .pricing24_tabs-menu {
    border-radius: 1rem;
    width: 100%;
    max-width: 96vw;
  }

  .pricing24_tab-link {
    text-align: center;
    letter-spacing: 0;
    border-radius: .75rem;
    flex: 1;
    padding: 1rem .5rem;
    font-size: .8rem;
  }

  .pricing24_tab-link.w--current {
    font-size: .8rem;
  }

  .value-overlay {
    font-size: .5rem;
    top: -26%;
  }

  .collective-heading-line-wrapper.line-1, .collective-heading-line-wrapper.line-2 {
    text-align: center;
  }

  .design-table_component {
    grid-template-columns: 1fr;
  }

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

  .table1_list-item {
    grid-template-columns: 1fr 1fr;
  }

  .dev-table_component {
    grid-template-columns: 1fr;
  }

  .dev-table_header {
    flex-direction: column;
    align-items: flex-start;
  }

  .mask-layer {
    border-radius: 1rem;
  }

  .service-table-tabs-menu {
    border-radius: 1rem;
    align-self: stretch;
    max-width: 90vw;
  }

  .service-table-tab {
    padding: 1rem;
    font-size: .8rem;
  }

  .service-table-tab.w--current {
    border-radius: .75rem;
  }

  .page-loader_percent {
    font-size: 8vmin;
  }

  .page-loader_component {
    justify-content: space-between;
  }

  .page-loader_text-wrapper {
    min-width: 7rem;
  }

  .page-loader_text {
    font-size: 8vmin;
  }

  .page-loader_topbar {
    padding: 1rem;
  }

  .page-loader_bottombar {
    width: auto;
    margin-left: .25rem;
    margin-right: .5rem;
  }

  .loader_number {
    font-size: 40vw;
  }

  .page-loader-middle-content {
    flex: 0 auto;
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .page-loader_row.text-align-justify-all.top-row {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .page-loader_row.middle {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    min-width: 100%;
    max-width: 100%;
    padding-bottom: .5rem;
  }

  .page-loader_huge-heading {
    font-variation-settings: "wght" 600, "wdth" 60, "ital" 1;
    font-family: Anybody Ital Wdth Wght, sans-serif;
    font-size: 8rem;
    font-style: italic;
    font-weight: 600;
    line-height: 7rem;
    text-decoration: none;
  }

  .page-loader-paragraph {
    font-family: Anybody Ital Wdth Wght, sans-serif;
    font-size: .45rem;
    font-weight: 500;
    line-height: 1.5;
  }

  .page-loader-waves {
    min-height: 3rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .page-loader_light-content {
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1.5rem;
  }

  .page-loader-light_left-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    padding: .25rem;
  }

  .page-loader-light_right-content {
    padding: .5rem;
  }

  .page-loader_places-wrapper {
    padding: .5rem 1rem .25rem;
  }

  .page-loader-text_places-heading {
    font-variation-settings: "wdth" 54, "wght" 600;
    font-family: Anybody Ital Wdth Wght, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.8rem;
  }

  .page-loader-text_youre-going {
    flex: 1;
    font-family: Anybody Ital Wdth Wght, sans-serif;
    font-size: .8rem;
    font-weight: 900;
    line-height: 1rem;
  }

  .page-loader-text_teeny {
    font-variation-settings: "wdth" 80;
    font-family: Anybody Ital Wdth Wght, sans-serif;
    font-size: .5rem;
    font-weight: 900;
  }

  .page-loader-top-wrapper {
    min-width: 100%;
    max-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .page-loader_bottom-bar-middle {
    padding-left: .125rem;
    padding-right: .125rem;
  }

  .page-loader-text_loading.blending-mode-difference {
    font-size: .8rem;
  }

  .page-loader-middle_wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .page-loader-icon_pillars {
    width: 2rem;
  }

  .page-loader-icon_globe {
    width: 1.5rem;
  }

  .services-bulletpoints_wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .new-work_component {
    grid-template-columns: 1fr;
  }
}

#w-node-fcf9842b-0fb6-fac9-c6d8-b295b3b7f356-b3b7f332 {
  justify-self: start;
}

#w-node-_3ba41f5a-0ba6-9d6e-329c-cd5a493fcc2f-d2917b8d {
  justify-self: center;
}

#w-node-_3ba41f5a-0ba6-9d6e-329c-cd5a493fcc3a-d2917b8d, #w-node-_3ba41f5a-0ba6-9d6e-329c-cd5a493fcc40-d2917b8d {
  justify-self: stretch;
}

#w-node-_78fbca83-534c-202a-eeb4-a3d472f4ecf6-d2917b8d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_3ba41f5a-0ba6-9d6e-329c-cd5a493fcc90-d2917b8d {
  align-self: center;
}

#w-node-_49b52418-2a4d-03e1-3d33-0277d1db758f-d1db7589 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49b52418-2a4d-03e1-3d33-0277d1db7593-d1db7589, #w-node-_75a93d3e-c201-2737-6b1c-dff9a31b9411-d1db7589, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88a4-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88a6-af7ea5ad {
  justify-self: center;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88be-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88bf-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88c3-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88c4-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88c8-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88c9-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88cd-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88ce-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88d2-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88d3-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88d7-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88d8-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88e2-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88e3-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88e7-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88e8-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88ec-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88ed-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88f1-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88f2-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88f6-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88f7-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88fb-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b88fc-af7ea5ad {
  justify-self: start;
}

#w-node-_3163cb2f-9a2b-0a24-cade-98fa1605dbd7-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3163cb2f-9a2b-0a24-cade-98fa1605dbd8-af7ea5ad {
  justify-self: start;
}

#w-node-_3163cb2f-9a2b-0a24-cade-98fa1605dbdc-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3163cb2f-9a2b-0a24-cade-98fa1605dbdd-af7ea5ad {
  justify-self: start;
}

#w-node-_3163cb2f-9a2b-0a24-cade-98fa1605dbe1-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3163cb2f-9a2b-0a24-cade-98fa1605dbe2-af7ea5ad {
  justify-self: start;
}

#w-node-_3163cb2f-9a2b-0a24-cade-98fa1605dbe6-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3163cb2f-9a2b-0a24-cade-98fa1605dbe7-af7ea5ad {
  justify-self: start;
}

#w-node-_3163cb2f-9a2b-0a24-cade-98fa1605dbeb-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3163cb2f-9a2b-0a24-cade-98fa1605dbec-af7ea5ad {
  justify-self: start;
}

#w-node-_3163cb2f-9a2b-0a24-cade-98fa1605dbf0-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3163cb2f-9a2b-0a24-cade-98fa1605dbf1-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8906-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8907-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b890b-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b890c-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8910-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8911-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8915-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8916-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b891f-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8920-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8929-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b892a-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b893c-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b893d-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8941-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8942-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8946-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8947-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b894b-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b894c-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8950-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8951-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b895b-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b895c-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8960-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8961-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8965-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8966-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b896a-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b896b-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b896f-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8970-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8974-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8975-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8980-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8981-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8985-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8986-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b898a-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b898b-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b898f-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8990-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8994-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8995-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8999-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b899a-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b899e-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b899f-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b89a3-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b89a4-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b89a8-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b89a9-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b89b3-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b89b4-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b89b8-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b89b9-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b89bd-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b89be-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b89c5-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b89c6-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a0a-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a2a-af7ea5ad, #w-node-_8e9b6158-0c49-11b9-b48d-f1ea9111a3e2-af7ea5ad, #w-node-_8e9b6158-0c49-11b9-b48d-f1ea9111a3e5-af7ea5ad, #w-node-_8e9b6158-0c49-11b9-b48d-f1ea9111a3e6-af7ea5ad, #w-node-_8e9b6158-0c49-11b9-b48d-f1ea9111a3e9-af7ea5ad, #w-node-_8e9b6158-0c49-11b9-b48d-f1ea9111a3ea-af7ea5ad, #w-node-_8e9b6158-0c49-11b9-b48d-f1ea9111a3ed-af7ea5ad, #w-node-_8e9b6158-0c49-11b9-b48d-f1ea9111a3ee-af7ea5ad, #w-node-_8e9b6158-0c49-11b9-b48d-f1ea9111a3f1-af7ea5ad, #w-node-_8e9b6158-0c49-11b9-b48d-f1ea9111a3f2-af7ea5ad, #w-node-_8e9b6158-0c49-11b9-b48d-f1ea9111a3f5-af7ea5ad, #w-node-_8e9b6158-0c49-11b9-b48d-f1ea9111a3f6-af7ea5ad, #w-node-_8e9b6158-0c49-11b9-b48d-f1ea9111a3f9-af7ea5ad, #w-node-_8e9b6158-0c49-11b9-b48d-f1ea9111a3fa-af7ea5ad, #w-node-_8e9b6158-0c49-11b9-b48d-f1ea9111a3fd-af7ea5ad, #w-node-_8e9b6158-0c49-11b9-b48d-f1ea9111a3fe-af7ea5ad, #w-node-_8e9b6158-0c49-11b9-b48d-f1ea9111a401-af7ea5ad, #w-node-_8e9b6158-0c49-11b9-b48d-f1ea9111a402-af7ea5ad, #w-node-_8e9b6158-0c49-11b9-b48d-f1ea9111a405-af7ea5ad, #w-node-_8e9b6158-0c49-11b9-b48d-f1ea9111a406-af7ea5ad, #w-node-_8e9b6158-0c49-11b9-b48d-f1ea9111a409-af7ea5ad, #w-node-_8e9b6158-0c49-11b9-b48d-f1ea9111a40a-af7ea5ad, #w-node-_8e9b6158-0c49-11b9-b48d-f1ea9111a40d-af7ea5ad, #w-node-_587a1c31-a275-86b7-1f47-12074e57cf96-af7ea5ad, #w-node-_587a1c31-a275-86b7-1f47-12074e57cf99-af7ea5ad, #w-node-_587a1c31-a275-86b7-1f47-12074e57cf9a-af7ea5ad, #w-node-_587a1c31-a275-86b7-1f47-12074e57cf9d-af7ea5ad, #w-node-_587a1c31-a275-86b7-1f47-12074e57cf9e-af7ea5ad, #w-node-_587a1c31-a275-86b7-1f47-12074e57cfa1-af7ea5ad, #w-node-_587a1c31-a275-86b7-1f47-12074e57cfa2-af7ea5ad, #w-node-_587a1c31-a275-86b7-1f47-12074e57cfa5-af7ea5ad, #w-node-_587a1c31-a275-86b7-1f47-12074e57cfa6-af7ea5ad, #w-node-_587a1c31-a275-86b7-1f47-12074e57cfa9-af7ea5ad, #w-node-_587a1c31-a275-86b7-1f47-12074e57cfaa-af7ea5ad, #w-node-_587a1c31-a275-86b7-1f47-12074e57cfad-af7ea5ad, #w-node-_587a1c31-a275-86b7-1f47-12074e57cfae-af7ea5ad, #w-node-_587a1c31-a275-86b7-1f47-12074e57cfb1-af7ea5ad, #w-node-_587a1c31-a275-86b7-1f47-12074e57cfb2-af7ea5ad, #w-node-_587a1c31-a275-86b7-1f47-12074e57cfb5-af7ea5ad, #w-node-_587a1c31-a275-86b7-1f47-12074e57cfb6-af7ea5ad, #w-node-_587a1c31-a275-86b7-1f47-12074e57cfb9-af7ea5ad, #w-node-_587a1c31-a275-86b7-1f47-12074e57cfba-af7ea5ad, #w-node-_587a1c31-a275-86b7-1f47-12074e57cfbd-af7ea5ad, #w-node-_587a1c31-a275-86b7-1f47-12074e57cfbe-af7ea5ad, #w-node-_587a1c31-a275-86b7-1f47-12074e57cfc1-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a32-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a33-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a38-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a39-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a48-af7ea5ad, #w-node-_3c26a39f-814d-56e8-876a-0c345910f78b-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c26a39f-814d-56e8-876a-0c345910f78c-af7ea5ad {
  justify-self: start;
}

#w-node-_3c26a39f-814d-56e8-876a-0c345910f790-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c26a39f-814d-56e8-876a-0c345910f791-af7ea5ad {
  justify-self: start;
}

#w-node-_3c26a39f-814d-56e8-876a-0c345910f795-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c26a39f-814d-56e8-876a-0c345910f796-af7ea5ad {
  justify-self: start;
}

#w-node-_3c26a39f-814d-56e8-876a-0c345910f79a-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c26a39f-814d-56e8-876a-0c345910f79b-af7ea5ad {
  justify-self: start;
}

#w-node-_3c26a39f-814d-56e8-876a-0c345910f79f-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c26a39f-814d-56e8-876a-0c345910f7a0-af7ea5ad {
  justify-self: start;
}

#w-node-_3c26a39f-814d-56e8-876a-0c345910f7a4-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c26a39f-814d-56e8-876a-0c345910f7a5-af7ea5ad {
  justify-self: start;
}

#w-node-_3c26a39f-814d-56e8-876a-0c345910f7a9-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c26a39f-814d-56e8-876a-0c345910f7aa-af7ea5ad {
  justify-self: start;
}

#w-node-_3c26a39f-814d-56e8-876a-0c345910f7ae-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c26a39f-814d-56e8-876a-0c345910f7af-af7ea5ad {
  justify-self: start;
}

#w-node-_3c26a39f-814d-56e8-876a-0c345910f7b3-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c26a39f-814d-56e8-876a-0c345910f7b4-af7ea5ad {
  justify-self: start;
}

#w-node-_3c26a39f-814d-56e8-876a-0c345910f7b8-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c26a39f-814d-56e8-876a-0c345910f7b9-af7ea5ad {
  justify-self: start;
}

#w-node-_3c26a39f-814d-56e8-876a-0c345910f7bd-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c26a39f-814d-56e8-876a-0c345910f7be-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a54-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a5e-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a61-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a62-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a65-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a66-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a69-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a6a-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a6e-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a71-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a72-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a75-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a76-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a79-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a81-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a82-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a83-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a85-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a88-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a89-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a8a-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a8e-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a91-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a92-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a93-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a97-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a9b-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8a9c-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8aa2-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8aa6-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8aa7-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8aab-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8aae-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ab3-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ab4-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ab5-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ab9-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8abc-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8abd-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8abe-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ac4-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ac7-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ac8-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ac9-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8acf-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ad2-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ad3-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ad4-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8adc-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8adf-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ae0-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ae1-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8aed-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8aee-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8aef-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8af3-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8af8-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8af9-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8afa-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b00-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b05-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b06-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b07-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b0d-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b12-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b13-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b14-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b1c-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b22-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b23-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b29-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b33-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b34-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b35-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b36-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b38-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b3b-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b3f-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b40-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b41-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b4a-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b4b-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b4c-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b55-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b56-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b57-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b58-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b5e-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b5f-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b60-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b61-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b63-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b67-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b68-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b69-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b6a-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8b6c-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8bd8-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8bdc-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8bdd-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8bdf-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8be1-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8be2-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8be4-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8be6-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8be7-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8be9-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8beb-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8bec-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8bee-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8bf0-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8bf1-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8bf3-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8bf5-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8bf6-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8bf8-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8bfa-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8bfb-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8bfd-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8bfe-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c00-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c01-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c03-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c04-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c06-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c07-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c09-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c0a-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c0c-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c0d-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c0f-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c15-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c19-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c1a-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c1c-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c1e-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c1f-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c21-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c23-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c24-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c26-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c28-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c29-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c2b-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c2d-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c2e-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c30-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c32-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c33-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c35-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c37-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c38-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c3a-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c3c-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c3d-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c3f-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c41-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c42-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c44-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c46-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c47-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c49-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c4b-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c4c-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c4e-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c53-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c57-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c59-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c5c-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c61-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c66-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c6b-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c70-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c77-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c78-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c7a-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c7b-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c7d-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c7e-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c80-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c81-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c83-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c84-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c86-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c87-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c89-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c8a-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c8c-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c8d-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c8f-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c90-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c92-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c93-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c95-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c96-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c98-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c99-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c9b-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c9c-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c9e-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8c9f-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ca1-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ca2-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ca4-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ca5-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ca7-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ca8-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8caa-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cab-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cad-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cae-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cb0-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cb1-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cb3-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cb4-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cb6-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cb7-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cb9-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cba-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cbc-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cbd-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cbf-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cc0-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cc2-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cc3-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cc5-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cc6-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cc8-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cc9-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ccb-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ccc-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cce-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ccf-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cd4-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cd8-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cda-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cdd-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ce2-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8ce7-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cec-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cf1-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cf8-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cf9-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cfb-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cfc-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cfe-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8cff-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d01-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d02-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d04-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d05-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d07-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d08-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d0a-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d0b-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d0d-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d0e-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d10-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d11-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d13-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d14-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d16-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d17-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d19-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d1a-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d1c-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d1d-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d1f-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d20-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d22-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d23-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d25-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d26-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d28-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d29-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d2b-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d2c-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d2e-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d2f-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d31-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d32-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d34-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d35-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d37-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d38-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d3a-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d3b-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d3d-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d3e-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d40-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d41-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d43-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d44-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d46-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d47-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d49-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d4a-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d4c-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d4d-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d4f-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8d50-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e42-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e46-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e47-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e4b-af7ea5ad, #w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e4d-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e4e-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e52-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e53-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e57-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e58-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e5c-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e5d-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e61-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e62-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e66-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e67-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e6b-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e6c-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e70-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e71-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e75-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e76-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e7a-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e7b-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e7e-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e7f-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e82-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e83-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e87-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e88-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e8c-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e8d-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e91-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e92-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e96-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e97-af7ea5ad {
  justify-self: start;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e9b-af7ea5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96b694f-2eb0-f1c6-c957-c7b2190b8e9c-af7ea5ad {
  justify-self: start;
}

#w-node-a6e20dce-a7e9-6d9f-07f2-c9cbe123d47c-9a3fd8a9 {
  justify-self: end;
}

#w-node-_63afafe3-7882-77f3-30f7-bc0a6ae476c1-9a3fd8a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab12ddc5-cf4b-1337-a1ef-ca5adb201386-9a3fd8a9 {
  justify-self: end;
}

#w-node-_8af5e7b2-cbb8-b2e5-f4f1-4cba6cf2422c-9a3fd8a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8af5e7b2-cbb8-b2e5-f4f1-4cba6cf2422e-9a3fd8a9 {
  align-self: stretch;
}

#w-node-_26a4e4cd-6227-235d-6dd5-f7846747237f-9a3fd8a9, #w-node-_26a4e4cd-6227-235d-6dd5-f78467472380-9a3fd8a9, #w-node-_26a4e4cd-6227-235d-6dd5-f78467472381-9a3fd8a9, #w-node-_26a4e4cd-6227-235d-6dd5-f78467472382-9a3fd8a9, #w-node-_26a4e4cd-6227-235d-6dd5-f78467472383-9a3fd8a9, #w-node-_26a4e4cd-6227-235d-6dd5-f78467472384-9a3fd8a9, #w-node-_26a4e4cd-6227-235d-6dd5-f78467472385-9a3fd8a9, #w-node-_26a4e4cd-6227-235d-6dd5-f78467472386-9a3fd8a9, #w-node-_26a4e4cd-6227-235d-6dd5-f78467472387-9a3fd8a9, #w-node-_26a4e4cd-6227-235d-6dd5-f78467472389-9a3fd8a9, #w-node-_26a4e4cd-6227-235d-6dd5-f7846747238a-9a3fd8a9, #w-node-_26a4e4cd-6227-235d-6dd5-f7846747238b-9a3fd8a9, #w-node-_26a4e4cd-6227-235d-6dd5-f7846747238c-9a3fd8a9, #w-node-_26a4e4cd-6227-235d-6dd5-f7846747238d-9a3fd8a9, #w-node-_26a4e4cd-6227-235d-6dd5-f7846747238e-9a3fd8a9, #w-node-_26a4e4cd-6227-235d-6dd5-f7846747238f-9a3fd8a9, #w-node-_26a4e4cd-6227-235d-6dd5-f78467472390-9a3fd8a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fecdff7-9f6c-29bc-4029-715d5026c966-9a3fd8a9 {
  justify-self: end;
}

#w-node-_5fecdff7-9f6c-29bc-4029-715d5026c975-9a3fd8a9, #w-node-_1437a19c-d75e-3c1b-e230-1032cc1f4b96-9a3fd8a9, #w-node-_5fecdff7-9f6c-29bc-4029-715d5026c97c-9a3fd8a9, #w-node-_5fecdff7-9f6c-29bc-4029-715d5026c984-9a3fd8a9, #w-node-_5fecdff7-9f6c-29bc-4029-715d5026c98b-9a3fd8a9, #w-node-cc066dfb-0761-f34f-2340-9fa03398ee0c-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398ee0f-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398ee12-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398ee15-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398ee18-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398ee1b-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398ee3b-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398ee3d-16a93f2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc066dfb-0761-f34f-2340-9fa03398ee4e-16a93f2f {
  align-self: center;
}

#w-node-cc066dfb-0761-f34f-2340-9fa03398ee52-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398ee5d-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398ee66-16a93f2f {
  align-self: start;
}

#w-node-cc066dfb-0761-f34f-2340-9fa03398ee7d-16a93f2f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cc066dfb-0761-f34f-2340-9fa03398ef25-16a93f2f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-cc066dfb-0761-f34f-2340-9fa03398ef29-16a93f2f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-cc066dfb-0761-f34f-2340-9fa03398ef2b-16a93f2f {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-cc066dfb-0761-f34f-2340-9fa03398f0ba-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f0bf-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f0c4-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f0c9-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f0ce-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f0d3-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f0ec-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f0f1-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f0f6-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f0fb-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f100-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f105-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f121-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f126-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f12b-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f130-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f135-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f13a-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f155-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f15a-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f15f-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f164-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f169-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f182-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f187-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f18c-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f191-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f196-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f1b2-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f1b7-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f1bc-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f1c1-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f1c6-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f1e1-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f1e6-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f1eb-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f1f0-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f1f5-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f1fa-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f213-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f218-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f21d-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f222-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f227-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f22c-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f248-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f24d-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f252-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f257-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f25c-16a93f2f, #w-node-cc066dfb-0761-f34f-2340-9fa03398f261-16a93f2f {
  align-self: start;
}

#w-node-cc066dfb-0761-f34f-2340-9fa03398f270-16a93f2f {
  align-self: stretch;
}

#w-node-ca8940ef-2f61-7d9e-a589-5989b99f705c-51534c96, #w-node-_1d1fbe9b-e9a2-6580-0b4b-651386cc08e3-51534c96, #w-node-_52259291-42b5-5922-d785-6f09792da2df-51534c96, #w-node-_02a7de23-e8d0-d29f-1f5f-2d827822384a-51534c96, #w-node-_5eb645ac-114f-1c69-c8ea-e8cbcf4a2417-51534c96, #w-node-_04a67f85-a1de-7429-d16f-41be973d0b4f-51534c96, #w-node-e99f743d-516b-14a9-f40f-819df40c3c06-51534c96, #w-node-_0366d0d3-dd8f-d4f5-8401-3ae4071be84a-51534c96, #w-node-_0366d0d3-dd8f-d4f5-8401-3ae4071be84d-51534c96, #w-node-_0366d0d3-dd8f-d4f5-8401-3ae4071be850-51534c96, #w-node-_0366d0d3-dd8f-d4f5-8401-3ae4071be853-51534c96, #w-node-_0366d0d3-dd8f-d4f5-8401-3ae4071be856-51534c96, #w-node-a45ef85e-5fdb-386d-f118-1fc602a648e3-51534c96, #w-node-a45ef85e-5fdb-386d-f118-1fc602a648e6-51534c96, #w-node-a45ef85e-5fdb-386d-f118-1fc602a648e9-51534c96, #w-node-a45ef85e-5fdb-386d-f118-1fc602a648ec-51534c96, #w-node-a45ef85e-5fdb-386d-f118-1fc602a648ef-51534c96, #w-node-_3db67f22-5e13-d311-7706-c082e43d58a1-51534c96, #w-node-_3db67f22-5e13-d311-7706-c082e43d58a4-51534c96, #w-node-_3db67f22-5e13-d311-7706-c082e43d58a7-51534c96, #w-node-_3db67f22-5e13-d311-7706-c082e43d58aa-51534c96, #w-node-_3db67f22-5e13-d311-7706-c082e43d58ad-51534c96, #w-node-_83ff271b-1b67-61ee-839f-4a99eab5665d-51534c96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83ff271b-1b67-61ee-839f-4a99eab56684-51534c96 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_46d6cdb9-4885-666b-29f9-06e244c8045b-71ee533e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46d6cdb9-4885-666b-29f9-06e244c80463-71ee533e {
  justify-self: start;
}

#w-node-dbabd8b9-024d-fc71-5e80-654fadfe64a7-c3f2396c, #w-node-dbabd8b9-024d-fc71-5e80-654fadfe64a9-c3f2396c, #w-node-dbabd8b9-024d-fc71-5e80-654fadfe64ab-c3f2396c, #w-node-dbabd8b9-024d-fc71-5e80-654fadfe64ad-c3f2396c, #w-node-dbabd8b9-024d-fc71-5e80-654fadfe64af-c3f2396c, #w-node-dbabd8b9-024d-fc71-5e80-654fadfe64b1-c3f2396c, #w-node-dbabd8b9-024d-fc71-5e80-654fadfe64b3-c3f2396c, #w-node-dbabd8b9-024d-fc71-5e80-654fadfe64b5-c3f2396c, #w-node-dbabd8b9-024d-fc71-5e80-654fadfe64b8-c3f2396c, #w-node-dbabd8b9-024d-fc71-5e80-654fadfe64ba-c3f2396c, #w-node-dbabd8b9-024d-fc71-5e80-654fadfe64bc-c3f2396c, #w-node-dbabd8b9-024d-fc71-5e80-654fadfe64be-c3f2396c, #w-node-dbabd8b9-024d-fc71-5e80-654fadfe64c0-c3f2396c, #w-node-dbabd8b9-024d-fc71-5e80-654fadfe64c2-c3f2396c, #w-node-dbabd8b9-024d-fc71-5e80-654fadfe64c4-c3f2396c, #w-node-dbabd8b9-024d-fc71-5e80-654fadfe64c6-c3f2396c {
  justify-self: center;
}

#w-node-a9696232-7d6f-ea40-71e7-6e960c47bc81-9c4b7932 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9c3bc8f-6f57-8707-19f5-54380ca1c094-9c4b7932 {
  justify-self: center;
}

#w-node-_40c48a2c-a453-9adb-e264-68fc787b9ee9-9c4b7932, #w-node-_40c48a2c-a453-9adb-e264-68fc787b9ed8-9c4b7932, #w-node-_40c48a2c-a453-9adb-e264-68fc787b9edc-9c4b7932, #w-node-_40c48a2c-a453-9adb-e264-68fc787b9f2d-9c4b7932, #w-node-_1a156cb0-035b-d869-93e6-61d17faf5381-9c4b7932, #w-node-_1a156cb0-035b-d869-93e6-61d17faf5386-9c4b7932, #w-node-_1a156cb0-035b-d869-93e6-61d17faf5387-9c4b7932, #w-node-_1a156cb0-035b-d869-93e6-61d17faf53ac-9c4b7932, #w-node-_00cb0156-1d03-e7c7-864e-c8bf328baf3e-9c4b7932, #w-node-_00cb0156-1d03-e7c7-864e-c8bf328baf43-9c4b7932, #w-node-_00cb0156-1d03-e7c7-864e-c8bf328baf44-9c4b7932, #w-node-_00cb0156-1d03-e7c7-864e-c8bf328baf69-9c4b7932 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b2771b6-fbee-c8f3-d57a-863483586a91-9c4b7932, #w-node-_6b2771b6-fbee-c8f3-d57a-863483586a96-9c4b7932, #w-node-_6b2771b6-fbee-c8f3-d57a-863483586a9b-9c4b7932, #w-node-_6b2771b6-fbee-c8f3-d57a-863483586aa0-9c4b7932, #w-node-_6b2771b6-fbee-c8f3-d57a-863483586aa5-9c4b7932, #w-node-_6b2771b6-fbee-c8f3-d57a-863483586aaa-9c4b7932 {
  align-self: start;
}

#w-node-_8579aef7-37d0-8719-2016-b4dbb60c16c5-546f71ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8579aef7-37d0-8719-2016-b4dbb60c16d5-546f71ac {
  justify-self: center;
}

#w-node-_8579aef7-37d0-8719-2016-b4dbb60c16d6-546f71ac, #w-node-_8579aef7-37d0-8719-2016-b4dbb60c16d8-546f71ac, #w-node-_8579aef7-37d0-8719-2016-b4dbb60c16d9-546f71ac, #w-node-_8579aef7-37d0-8719-2016-b4dbb60c16dd-546f71ac, #w-node-_8579aef7-37d0-8719-2016-b4dbb60c16e1-546f71ac, #w-node-_8579aef7-37d0-8719-2016-b4dbb60c16f4-546f71ac, #w-node-_3ee9d443-6c83-7a13-ea39-142034590e7e-e87f553b, #w-node-_3ee9d443-6c83-7a13-ea39-142034590e88-e87f553b, #w-node-ac7c908c-3528-ea27-43b7-500bfd6d91bb-e87f553b, #w-node-ac7c908c-3528-ea27-43b7-500bfd6d91c6-e87f553b, #w-node-_3ee9d443-6c83-7a13-ea39-142034590f41-e87f553b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ee9d443-6c83-7a13-ea39-142034590f42-e87f553b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_258d2e24-1168-5f39-d078-bf98247c6ac1-7fadfd66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_258d2e24-1168-5f39-d078-bf98247c6ad1-7fadfd66 {
  justify-self: center;
}

#w-node-_258d2e24-1168-5f39-d078-bf98247c6aec-7fadfd66, #w-node-_7e3dd05e-aabc-f91c-4dad-7022dfa976ad-d3e932b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e3dd05e-aabc-f91c-4dad-7022dfa976bb-d3e932b7 {
  justify-self: center;
}

#w-node-_7e3dd05e-aabc-f91c-4dad-7022dfa976c2-d3e932b7, #w-node-_54368737-7bcc-59eb-034d-5e0324ab79b4-6a64cf69, #w-node-_58e24526-5e2e-c278-f1bc-36752470aed4-6a64cf69, #w-node-_58e24526-5e2e-c278-f1bc-36752470aed6-6a64cf69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58e24526-5e2e-c278-f1bc-36752470aee7-6a64cf69 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_58e24526-5e2e-c278-f1bc-36752470aeeb-6a64cf69 {
  justify-self: start;
}

#w-node-de946fea-4ac1-ffda-765d-943383b3155e-83b3155e, #w-node-_398a72ff-69e4-655f-c99b-6fd18f4720a9-8f47209b, #w-node-_398a72ff-69e4-655f-c99b-6fd18f4720d2-8f47209b, #w-node-_398a72ff-69e4-655f-c99b-6fd18f4720d4-8f47209b, #w-node-dcd8386e-3d1e-6844-34aa-505974bb2ba7-65b66908, #w-node-dcd8386e-3d1e-6844-34aa-505974bb2bd0-65b66908, #w-node-dcd8386e-3d1e-6844-34aa-505974bb2bd2-65b66908 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54368737-7bcc-59eb-034d-5e0324ab79b4-65b66908 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_006807fe-fff3-a355-b9e0-715db3f28a2a-65b66908 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_24ed3119-e259-94d1-f7e3-eb3add2b7895-d2917b8d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_49b52418-2a4d-03e1-3d33-0277d1db7590-d1db7589 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_75a93d3e-c201-2737-6b1c-dff9a31b9411-d1db7589 {
    justify-self: start;
  }

  #w-node-a6e20dce-a7e9-6d9f-07f2-c9cbe123d47c-9a3fd8a9 {
    order: 9999;
    justify-self: auto;
  }

  #w-node-ab12ddc5-cf4b-1337-a1ef-ca5adb201386-9a3fd8a9 {
    justify-self: auto;
  }

  #w-node-_26a4e4cd-6227-235d-6dd5-f78467472381-9a3fd8a9, #w-node-_26a4e4cd-6227-235d-6dd5-f78467472383-9a3fd8a9, #w-node-_26a4e4cd-6227-235d-6dd5-f78467472385-9a3fd8a9, #w-node-_26a4e4cd-6227-235d-6dd5-f78467472387-9a3fd8a9, #w-node-_26a4e4cd-6227-235d-6dd5-f78467472389-9a3fd8a9, #w-node-_26a4e4cd-6227-235d-6dd5-f7846747238b-9a3fd8a9, #w-node-_26a4e4cd-6227-235d-6dd5-f7846747238d-9a3fd8a9, #w-node-_26a4e4cd-6227-235d-6dd5-f7846747238f-9a3fd8a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5fecdff7-9f6c-29bc-4029-715d5026c966-9a3fd8a9 {
    justify-self: start;
  }

  #w-node-cc066dfb-0761-f34f-2340-9fa03398ef29-16a93f2f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-cc066dfb-0761-f34f-2340-9fa03398ef2b-16a93f2f {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_83ff271b-1b67-61ee-839f-4a99eab56684-51534c96 {
    order: 9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_46d6cdb9-4885-666b-29f9-06e244c8045c-71ee533e {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a2e848a4-a170-7ac4-712e-b6d98dfb6e5a-9c4b7932, #w-node-_3ee9d443-6c83-7a13-ea39-142034590e7e-e87f553b, #w-node-_3ee9d443-6c83-7a13-ea39-142034590e86-e87f553b, #w-node-ac7c908c-3528-ea27-43b7-500bfd6d91bb-e87f553b, #w-node-ac7c908c-3528-ea27-43b7-500bfd6d91c6-e87f553b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5caffa97-c0df-9c0a-4dbe-21419c896ae0-cc29bc46 {
    order: -9999;
  }

  #w-node-_49b52418-2a4d-03e1-3d33-0277d1db7590-d1db7589 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_49b52418-2a4d-03e1-3d33-0277d1db7593-d1db7589 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_75a93d3e-c201-2737-6b1c-dff9a31b9411-d1db7589 {
    justify-self: stretch;
  }

  #w-node-cc066dfb-0761-f34f-2340-9fa03398ef29-16a93f2f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-cc066dfb-0761-f34f-2340-9fa03398ef2b-16a93f2f {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_46d6cdb9-4885-666b-29f9-06e244c8045c-71ee533e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_46d6cdb9-4885-666b-29f9-06e244c80463-71ee533e {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_3ee9d443-6c83-7a13-ea39-142034590f42-e87f553b {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3ba41f5a-0ba6-9d6e-329c-cd5a493fcc3a-d2917b8d, #w-node-_3ba41f5a-0ba6-9d6e-329c-cd5a493fcc40-d2917b8d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_3ba41f5a-0ba6-9d6e-329c-cd5a493fcc89-d2917b8d, #w-node-_49b52418-2a4d-03e1-3d33-0277d1db7590-d1db7589 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_75a93d3e-c201-2737-6b1c-dff9a31b940d-d1db7589 {
    justify-self: auto;
  }

  #w-node-_75a93d3e-c201-2737-6b1c-dff9a31b9411-d1db7589 {
    justify-self: stretch;
  }

  #w-node-cc066dfb-0761-f34f-2340-9fa03398ef25-16a93f2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cc066dfb-0761-f34f-2340-9fa03398ef29-16a93f2f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cc066dfb-0761-f34f-2340-9fa03398ef2b-16a93f2f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a5dfb72e-ea86-8a25-c2e7-93b7d1270234-51534c96, #w-node-_46d6cdb9-4885-666b-29f9-06e244c8045c-71ee533e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6bce0669-8ef0-3b5c-9847-c807c5827ce0-9c4b7932, #w-node-a9696232-7d6f-ea40-71e7-6e960c47bc81-9c4b7932 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3ee9d443-6c83-7a13-ea39-142034590f42-e87f553b {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Anybody Wdth Wght';
  src: url('/fonts/Anybodywdthwght.ttf') format('truetype-variations'),
       url('/fonts/Anybodywdthwght.ttf') format('truetype');
  font-weight: 100 900;
  font-stretch: 25% 200%;
  font-display: swap;
}
@font-face {
  font-family: 'Anybody Ital Wdth Wght';
  src: url('/fonts/Anybodyitalwdthwght.ttf') format('truetype-variations'),
       url('/fonts/Anybodyitalwdthwght.ttf') format('truetype');
  font-weight: 100 900;
  font-stretch: 25% 200%;
  font-display: swap;
}