@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Extralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Strokeweight 080";
  src: url('../fonts/strokeWeight-080.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Strokeweight 080 Rotater 12";
  src: url('../fonts/strokeWeight-080rotateR12.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Strokeweight 060";
  src: url('../fonts/strokeWeight-060.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Strokeweight 040";
  src: url('../fonts/strokeWeight-040.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Strokeweight Var;
  src: url('../fonts/strokeWeightvar.ttf') format("truetype");
  font-weight: 20 180;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: black;
  --grey: #8f8f8f;
  --ghost-white: #f1f1f7;
  --transparent: var(--ghost-white);
  --dim-grey: #747474;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

body {
  color: var(--black);
  background-color: #fff;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  text-transform: lowercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 31px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  text-transform: lowercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  text-transform: lowercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  text-transform: lowercase;
  overflow-wrap: normal;
  margin-top: 10px;
  margin-bottom: 4px;
  font-family: "Strokeweight 120", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

p {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

a {
  color: #000;
  -webkit-text-stroke-color: #000;
  font-family: "Strokeweight 080", sans-serif;
  text-decoration: underline;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
}

ol {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  color: #000;
  white-space: normal;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  list-style-type: disc;
}

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

strong {
  font-family: "Strokeweight 120", sans-serif;
  font-weight: 400;
  line-height: 1;
}

blockquote {
  text-align: left;
  border-left: 2px solid #a1c4e4;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 20px 0 30px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

figcaption {
  color: #ffffffb3;
  text-align: center;
  margin-top: 5px;
  font-family: Inter;
  font-size: 15px;
}

.utility-page-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-bottom: 50px;
  padding-left: 10%;
  padding-right: 5%;
  display: flex;
}

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

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

.page-content {
  color: #fff;
  background-color: #f1f1f1;
  min-height: 90vh;
  margin-left: auto;
  margin-right: auto;
}

.container {
  z-index: 1;
  text-align: center;
  flex: 1;
  max-width: 100%;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 0;
  font-style: normal;
  position: relative;
  overflow: visible;
}

.container._60 {
  color: #000;
  max-width: 40%;
  overflow: hidden;
}

.container._2 {
  max-width: 100%;
  margin-top: 2%;
  margin-right: 0;
}

.container._2.template {
  margin-left: 0%;
}

.container._3 {
  flex: none;
}

.container.new {
  margin-left: 10%;
  margin-right: 18%;
}

.container.contact {
  flex-direction: row;
  align-items: flex-start;
  margin-left: 10%;
  margin-right: 3%;
  display: block;
}

.container.contact.fomular {
  margin-left: 5%;
  margin-right: 0%;
  display: block;
}

.container.template-down {
  margin-bottom: 30px;
  margin-left: 0%;
  margin-right: 0%;
}

.section {
  color: #000;
  background-color: #f2f1f1;
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0% 0% 2%;
  font-family: Eina03, sans-serif;
  display: block;
  position: relative;
}

.section._1 {
  background-color: #fff;
  padding-top: 150px;
  padding-bottom: 50px;
}

.section._2 {
  margin-top: -220px;
}

.section._3 {
  padding-top: 150px;
}

.section.new {
  background-color: #f2f1f1;
  padding-bottom: 0;
}

.section.fomular {
  padding: 0% 0% 10%;
}

.text-field {
  color: #000;
  background-color: #0000;
  border: 1px solid #0003;
  border-radius: 5px;
  height: 48px;
  padding-left: 16px;
}

.text-field:hover, .text-field:focus, .text-field.-wfp-focus {
  border: 1px solid #a1c4e4;
}

.text-field::placeholder {
  color: #000000b3;
  font-size: 15px;
}

.text-field.discount {
  height: 42px;
}

.text-field._2 {
  height: 56px;
  font-family: "Strokeweight 080", sans-serif;
}

.text-field.area {
  background-color: #0000;
  height: auto;
  padding-top: 14px;
  padding-bottom: 145px;
}

.text-field.new {
  color: #000;
  background-color: #fff;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  height: 50px;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 14pt;
  font-weight: 400;
  line-height: 0;
}

.text-field.new.fomular {
  box-sizing: border-box;
  aspect-ratio: 15;
  color: #4c4c4c;
  object-fit: none;
  border-style: solid;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 15px;
  font-size: 15px;
  display: flex;
}

.text-field.new.fomular.hide {
  display: none;
}

.text-field.new.test2 {
  font-size: 15pt;
  line-height: 20;
}

.text-field.new.typo {
  color: #000;
  font-size: 14pt;
}

.product-price {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.product-price.in-sidebar {
  color: #ffffffb3;
  font-size: 18px;
  font-weight: 400;
}

.product-price.in-sidebar.no-margin {
  margin-top: 0;
}

.product-title-sidebar {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.product-title-sidebar._2 {
  text-transform: uppercase;
  font-size: 18px;
}

.apple-pay {
  border-radius: 25px;
  height: 48px;
}

.paypal {
  margin-bottom: 4px;
}

.field-label {
  color: #fff9;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
}

.field-label.bigger {
  font-size: 14px;
}

.reqiured {
  color: #ffffffb3;
  font-size: 15px;
  font-weight: 400;
}

.checkbox-label {
  color: #ffffffb3;
  margin-left: 0;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  top: 2px;
}

.first-checkout {
  flex-basis: 800px;
  margin-right: 50px;
}

.second-checkout {
  top: 100px;
}

.quantity-number {
  color: #ffffffb3;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}

.paypal-name {
  color: #ffffffb3;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 400;
}

.circle-plus {
  background-color: #7567f8;
  background-image: url('../images/add-plus-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: auto 10px 10px auto;
}

.radio-button {
  border: 2px solid #7567f8;
  margin-top: 0;
  display: block;
}

.radio-button.w--redirected-checked {
  border-color: #7567f8;
}

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

.display-1 {
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9vw;
  font-weight: 500;
  line-height: 1.1;
}

.margin-50px-new {
  margin-top: 0;
  display: flex;
  position: relative;
}

.margin-50px-new.partners {
  justify-content: center;
  margin-top: 50px;
}

.margin-50px-new.partners.last {
  margin-bottom: 0;
}

.margin-50px-new.about {
  justify-content: flex-start;
  margin-left: 0%;
}

.margin-50px-new.about.stay {
  margin-left: 10%;
}

.display-2 {
  text-align: left;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.display-2.center {
  color: #000;
  text-align: center;
  text-transform: lowercase;
  font-family: Eina03, sans-serif;
  font-weight: 400;
}

.margin-20px {
  margin-top: 10px;
}

.checkbox {
  background-color: #fff;
  border-radius: 4px;
  width: 14px;
  height: 14px;
  margin-right: 7px;
}

.checkbox.w--redirected-checked {
  background-color: #ff715b;
  background-size: 8px;
  border-color: #ff715b;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fe0000;
  border-radius: 20px;
  padding-top: 12px;
  font-size: 16px;
  font-weight: 500;
}

.block-header {
  background-color: #0000;
  border-color: #ffffff26;
}

.block-content {
  background-color: #0000;
  border-bottom-color: #ffffff26;
  border-left-color: #ffffff26;
  border-right-color: #ffffff26;
}

.block-content.discount {
  border-top-color: #ffffff26;
}

.display-3 {
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-top: 0;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.15;
}

.changelog {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-left {
  position: sticky;
  top: 120px;
}

.components-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

.style-guide-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-grid.icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.style-guide-grid.for-buttons {
  place-items: center;
}

.yellow-background {
  background-color: #111;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
}

.paragraph-blue {
  color: #eaff00;
}

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

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

.components-grid-style {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 100px;
  display: grid;
}

.components-grid-style._0-bottom {
  margin-bottom: 0;
}

.paragraph-big {
  font-size: 24px;
  line-height: 32px;
}

.paragraph-big.white {
  color: #fff;
}

.color-block {
  background-color: var(--black);
  color: #fff;
  border: 1px solid #ffffff40;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.color-block._2 {
  color: #24272c;
  background-color: #fff;
  border-color: #a3a3a340;
}

.body-link {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.body-link.big {
  font-size: 20px;
}

.body-link.small {
  font-size: 14px;
}

.instruction-wrapper {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.photo-animation {
  z-index: 2;
  flex: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.white {
  color: #fff;
}

.checkout-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
}

.blog-link {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 60%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-rotator-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  inset: 0 auto auto 0%;
  overflow: hidden;
}

.text-field-line {
  color: #62636b;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #a5a7b661;
  border-radius: 0;
  height: 50px;
  padding-left: 0;
  font-size: 15px;
}

.text-field-line:hover, .text-field-line:focus {
  color: #62636b;
}

.text-field-line::placeholder {
  color: #62636b;
  font-size: 15px;
  font-weight: 500;
}

.text-field-form {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff3;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
}

.text-field-form:hover, .text-field-form:focus {
  color: #fff;
  border-bottom-color: #f6e97a;
}

.text-field-form::placeholder {
  color: #fffc;
  font-size: 16px;
  font-weight: 500;
}

.award-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 10px;
  display: grid;
}

.button {
  color: var(--black);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button:hover {
  color: #fff;
  background-color: #333;
}

.button.large {
  text-transform: none;
  border: 1px solid #000;
  padding: 17px 30px;
  font-family: "Strokeweight 080", sans-serif;
}

.button.large:hover {
  background-color: #111;
}

.button.large.new {
  border-width: 0;
  font-family: "Strokeweight 080", sans-serif;
}

.button.large.new:hover {
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.button.full {
  text-align: center;
  width: 100%;
  display: block;
}

.button.discount {
  height: 42px;
}

.button.line {
  color: #fff;
  text-transform: lowercase;
  object-fit: fill;
  background-color: #000;
  border: 2px solid #fff;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  font-family: Eina03, sans-serif;
  display: inline-block;
}

.button.line:hover {
  color: var(--black);
  background-color: #fff;
}

.button.line.large {
  background-color: var(--black);
  color: #fff;
  text-transform: lowercase;
  text-shadow: none;
}

.button.line.full.large.new {
  color: #000;
  text-align: center;
  border-width: 1px;
  border-color: #000;
  width: 90px;
  padding: 8px 10px;
}

.button.line.full.large.new._2 {
  background-color: #0000;
  width: 85px;
  padding: 3px 6px 4px;
  font-weight: 400;
}

.button.line.full.large.new._2:hover {
  color: #fff;
  background-color: #000;
}

.button.line.full.large.new._2.changecolor {
  background-color: #fff;
  border-style: none;
  width: 90px;
  height: 35px;
  padding-top: 6px;
  padding-bottom: 7px;
  font-size: 18px;
  line-height: 24px;
}

.button.line.full.large.new._2.changecolor:hover {
  background-color: #000;
}

.button.line.full.large.new._2.changecolor.submit {
  width: 110px;
  margin-top: 10px;
  padding-top: 5px;
}

.button.line.new {
  border-width: 0;
  width: 120px;
  font-family: "Strokeweight 080", sans-serif;
}

.button.line.new:hover {
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.margin-40px {
  text-align: left;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.margin-40px.new {
  text-transform: lowercase;
  margin-bottom: 40px;
  padding-left: 0%;
  padding-right: 0%;
  line-height: 15px;
}

.button-liner {
  color: #000;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.margin-150px {
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-size: 12px;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #00663f;
  border-radius: 20px;
  font-size: 17px;
  font-weight: 500;
}

.go-top {
  z-index: 10;
  border: 2px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: auto 15px 15px auto;
}

.go-top.w--current {
  filter: invert();
}

.arrow-top {
  width: 17px;
}

.legal-wrapper {
  text-align: left;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

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

.pricing-image {
  width: 60px;
  position: relative;
}

.card-container {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #242424;
  border-radius: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 25px 15px;
  display: flex;
}

.pricing-circle {
  background-color: #000;
  background-image: url('../images/Nike-Logo.png');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #242424;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.feature {
  color: #000000b3;
  font-size: 17px;
  font-weight: 400;
}

.pricing-title {
  color: #000;
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}

.feature-grid {
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 30px;
}

.pricing-type {
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.default-state {
  flex-direction: column;
  display: flex;
}

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

.pricing-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.pricing-icon.services {
  width: 110px;
  height: 110px;
  margin-top: -53px;
}

.toogle-max-w {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.toggle-wrapper {
  text-align: left;
  margin-top: -1px;
}

.toggle-header {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #4a524a80;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px 0;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.toogle-icon {
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  margin-right: 14px;
  display: flex;
  position: relative;
}

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

.line-2 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.toggle-content {
  overflow: hidden;
}

.toggle-space {
  padding: 30px 0 15px;
}

.logo-absolute {
  z-index: 2;
  justify-content: flex-start;
  margin-left: 10%;
  display: flex;
  position: absolute;
  inset: 50px 0% auto;
}

.body-link-2 {
  color: #000;
  font-size: 17px;
}

.animation-image {
  z-index: 1;
  color: #000;
  background-color: #0000;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-end;
  width: 40px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.sticky-nav {
  z-index: 9999;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-wrapper {
  z-index: 999;
  background-color: #fff0;
  align-items: center;
  min-height: 80px;
  padding-left: 2%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.navigation-wrapper.new {
  background-color: #fff0;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

.menu-grid {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.nav-wrapper {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-wrapper.w--current {
  text-transform: lowercase;
}

.nav-wrapper._0-padding {
  padding-bottom: 0;
}

.navigation-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: lowercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.logo-link {
  flex-direction: column;
  display: flex;
  position: relative;
}

.menu {
  z-index: 998;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.social-circle {
  background-color: #ffea00;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.social-circle.black {
  background-color: #000;
  width: 60px;
  height: 60px;
  transform: scale(0);
}

.mofi-logo {
  width: 150px;
}

.nav-text {
  color: #000;
  letter-spacing: 2px;
  text-transform: lowercase;
  margin-bottom: 7px;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 65px;
  font-weight: 500;
  line-height: 1;
  transition: all .1s;
}

.nav-text:hover {
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.hamburger-menu {
  color: var(--black);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
}

.nav-paragraph {
  color: var(--grey);
  text-transform: lowercase;
  margin-bottom: 0;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  top: -5px;
}

.price-sidebar {
  color: #ffffffa6;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.price-sidebar.biger-bold {
  margin-top: 0;
  font-size: 18px;
}

.icon-image {
  width: 48px;
  margin-right: 19px;
}

.icon-image.filter {
  filter: invert();
}

.cart-footer {
  border-top-style: none;
  padding-top: 30px;
}

.cart-quantity-2 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-color: #fff;
  width: 50px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.product-sidebar-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

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

.close-button {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.remove-button {
  z-index: 1;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 6px auto auto 33px;
}

.cart-header {
  border-bottom-color: #e4e4e4;
}

.subtotal {
  text-transform: uppercase;
  margin-right: 15px;
  font-size: 18px;
  font-weight: 400;
}

.cart-wrapper {
  z-index: 999;
  background-color: var(--black);
}

.cart-item {
  border-bottom: 1px solid #ffffff4d;
  align-items: flex-start;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}

.cart-quantity {
  color: var(--black);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0 -10px auto auto;
}

.cart-button {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.icon {
  filter: invert();
  color: #fff;
  width: 12px;
  display: inline-block;
}

.icon._2 {
  filter: none;
  width: 10px;
}

.cart-container {
  background-color: var(--black);
  box-shadow: none;
  border-left: 1px solid #e4e4e4;
  min-width: 620px;
}

.cart-line-item {
  border-bottom: 1px solid #ffffff4d;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.text-block {
  color: #ffffffb3;
  font-size: 17px;
  font-weight: 400;
}

.hero {
  background-color: #fff;
  border: 1px solid #fff;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 5% 95px;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero._2 {
  align-items: flex-end;
  padding-bottom: 150px;
  padding-left: 0%;
  padding-right: 0%;
  overflow: visible;
}

.hero.inner {
  background-color: #f2f1f1;
  border-width: 0;
  height: auto;
  margin-left: 0;
  padding: 90px 0% 0;
}

.hero.inner.new {
  background-color: #f2f1f1;
  border-width: 0;
  margin-right: 0;
  padding: 73px 0% 0;
}

.hero.intro {
  background-color: #e3e4e4;
  border: 0 solid #fff;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 0% 300px;
}

.hero.intro.home {
  z-index: auto;
  background-color: #f1f1f1;
  margin-bottom: 0%;
  padding-top: 75px;
  padding-bottom: 0;
}

.grid-2-columns {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  overflow: hidden;
}

.grid-2-columns._2 {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.grid-2-columns._3 {
  grid-template-columns: 1fr 1fr;
  max-width: 70%;
}

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

.hero-flex-center {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Eina03, sans-serif;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-flex-center._2 {
  padding-left: 2vw;
  padding-right: 0;
  overflow: hidden;
}

.hero-flex-center._3 {
  justify-content: center;
  margin-top: 2%;
  margin-bottom: 0;
  margin-left: 0%;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-flex-center._3.contact {
  margin-left: 0%;
}

.hero-flex-center._3.contact.stay {
  margin-bottom: 2%;
  margin-left: 0%;
}

.hero-flex-center._3.careers {
  margin-left: 10%;
}

.hero-display {
  z-index: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 140px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.hero-display._1 {
  color: #000;
  text-align: left;
  text-transform: lowercase;
  font-family: Eina03, sans-serif;
  font-size: 11vh;
  font-weight: 400;
  overflow: hidden;
}

.hero-display._1.second.new {
  text-align: left;
  max-width: 65vw;
  padding-bottom: 10px;
  padding-right: 0;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 65px;
}

.hero-display._2 {
  direction: ltr;
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  white-space: nowrap;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #0000;
  border-radius: 0;
  flex: 0 auto;
  font-family: Eina03, sans-serif;
  font-size: 11vh;
  font-weight: 400;
  line-height: 1;
  display: block;
  overflow: visible;
}

.hero-display._3 {
  color: #000;
  text-align: left;
  text-transform: lowercase;
  white-space: nowrap;
  font-family: Eina03, sans-serif;
  font-size: 11vh;
  overflow: hidden;
}

.hero-display.with-breaking {
  white-space: nowrap;
  font-size: 12vw;
}

.hero-display._1-about {
  color: #000;
  text-align: center;
  text-transform: lowercase;
  font-family: Eina03, sans-serif;
  font-size: 11vh;
  font-weight: 400;
  overflow: hidden;
}

.hero-display._1-about.second {
  text-align: center;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1;
}

.hero-display._1-about.new {
  font-family: "Strokeweight 080", sans-serif;
}

.hero-display._1-contact {
  color: #000;
  text-align: center;
  text-transform: lowercase;
  font-family: Eina03, sans-serif;
  font-size: 11vh;
  font-weight: 400;
  overflow: hidden;
}

.hero-display._1-contact.second {
  text-align: center;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1;
}

.hero-display._1-contact.new {
  font-family: "Strokeweight 080", sans-serif;
}

.hero-display._1-contact.new.new-page {
  text-align: left;
}

.hero-display._1-legal {
  color: #000;
  text-align: left;
  text-transform: lowercase;
  margin-bottom: 3%;
  margin-left: 0%;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 65px;
  overflow: visible;
}

.hero-display._1-legal.second {
  text-align: center;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1;
}

.hero-display._1-copy {
  color: #000;
  text-align: center;
  text-transform: lowercase;
  font-family: Eina03, sans-serif;
  font-size: 11vh;
  font-weight: 400;
  overflow: hidden;
}

.hero-display._1-copy.second {
  text-align: center;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1;
}

.hero-display._1-copy.new {
  padding-bottom: 5%;
  font-family: "Strokeweight 080", sans-serif;
}

.hero-display._1 {
  color: #000;
  text-align: left;
  text-transform: lowercase;
  font-size: 11vh;
  font-weight: 400;
  overflow: hidden;
}

.hero-display._1.second {
  text-align: center;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1;
}

.hero-display._1.second.new {
  padding-bottom: 10px;
}

.subhead {
  color: var(--black);
  text-align: left;
  text-transform: lowercase;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.subhead.subtext {
  margin-bottom: 10px;
}

.subhead.new {
  width: 600px;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 18px;
}

.subhead._2 {
  font-size: 18px;
  position: static;
}

.scroll-down-wrapper {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.scroll-flex {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.mouse-scroll {
  filter: invert();
  color: #000000e6;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 14px;
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 28px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  left: 0;
}

.mouse-dots {
  background-color: #000;
  width: 2px;
  height: 5px;
  margin-top: 6px;
}

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

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

.project-circle {
  z-index: 10;
  background-color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: absolute;
}

.photo-project {
  width: 100%;
  height: 100%;
}

.project-overlay {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  border: 1px solid #000;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-card {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.plus-icon {
  filter: invert();
  width: 37px;
}

.category-top {
  z-index: 1;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: absolute;
  inset: 30px auto auto 30px;
}

.category-bottom {
  z-index: 1;
  position: absolute;
  inset: auto auto 30px 30px;
}

.project-title {
  color: #000;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eina03, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

.clients-wrapper {
  background-color: #fff;
  border: 1px solid #fff;
}

.logo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.filter-image.social {
  color: #ffffffe6;
  width: 17px;
}

.filter-image.social._2 {
  width: 20px;
}

.max-w-width {
  max-width: 680px;
}

.max-w-width._2 {
  margin-left: auto;
}

.max-w-width._2.contact {
  margin-left: 0;
}

.max-w-width._3 {
  text-align: center;
  max-width: 100%;
  margin-top: 1%;
  margin-left: 0%;
  margin-right: auto;
}

.relative-div {
  position: relative;
}

.sub-text {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}

.sub-text.new {
  margin-bottom: 0;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 18px;
}

.display-4 {
  color: #000;
  text-align: left;
  text-transform: lowercase;
  margin-top: 10px;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.2;
}

.display-4.new {
  margin-top: 0;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 30px;
}

.margin-50px {
  text-align: left;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
}

.margin-50px.philosophy {
  justify-content: flex-start;
}

.margin-50px.create {
  justify-content: flex-start;
  width: auto;
  padding-left: 3%;
}

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

.services-wrapper {
  border-top: 1px solid #242424;
  border-bottom: 1px solid #ffffff1a;
  margin-bottom: -1px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.service-grid {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

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

.services-icon {
  width: 44px;
  margin-right: 15px;
}

.service-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.fun-facts-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  max-height: 100vh;
  margin-right: 4%;
  display: flex;
}

.numbers {
  color: #fff;
  justify-content: center;
  height: 110px;
  display: flex;
  overflow: hidden;
}

.number-digit {
  color: #fff;
  text-align: center;
  object-fit: fill;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 100%;
  font-weight: 400;
  line-height: 1;
}

.metrics {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Eina03, sans-serif;
  display: flex;
}

.metrics-text {
  color: #ffffffb3;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
}

.all-numbers._2 {
  font-size: 750%;
  display: block;
}

.all-numbers._1 {
  color: #000;
  font-size: 750%;
}

.all-numbers._2-copy, .all-numbers._4 {
  color: #000;
}

.logo-flex {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.award-flex {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5px;
  display: flex;
}

.award-flex._2 {
  border-bottom: 1px solid #fff3;
  margin-bottom: 10px;
  font-size: 10%;
}

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

.blog-wrapper._2 {
  max-width: 1040px;
  display: flex;
}

.blog-wrapper._2.center {
  flex-direction: row-reverse;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button-flex-category {
  grid-column-gap: 20px;
  color: #000;
  align-items: center;
  display: flex;
  position: relative;
}

.bottom-part {
  text-align: center;
  background-color: #111;
  flex-direction: column;
  justify-content: center;
  padding: 70px 30px 35px;
  display: flex;
  position: relative;
}

.bottom-part._2 {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 25px;
}

.bottom-part._2.left {
  background-color: #f2f1f1;
  flex: 0 50%;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 45px 45px 45px 10%;
}

.top-part {
  background-image: url('../images/photo-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
}

.top-part._3 {
  float: left;
  width: 100%;
}

.top-part._2 {
  flex: 0 50%;
  width: 100%;
  height: auto;
}

.blog-title {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}

.blog-title._2 {
  z-index: 1;
  color: #000;
  text-transform: lowercase;
  margin-top: 10px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.blog-title._2.new {
  font-family: "Strokeweight 080", sans-serif;
}

.blog-title.careerpageblog {
  color: var(--ghost-white);
}

.blog-title.careerpageblog.new {
  color: var(--black);
  text-align: left;
  text-transform: lowercase;
  margin-top: 3px;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.category-text {
  color: #000;
  text-transform: lowercase;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.category-text.category-link {
  transition: all .2s;
}

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

.max-w-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-w-center._3 {
  text-transform: lowercase;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

.max-w-center._2 {
  justify-content: flex-start;
  align-items: center;
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.max-w-center._2.new {
  align-items: flex-start;
  margin-left: 10%;
  margin-right: 0;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 12px;
  line-height: 12px;
}

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

.button-flex.left {
  justify-content: flex-start;
}

.footer {
  padding: 30px 5% 20px;
}

.footer-top-part {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2.75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 20px;
  display: grid;
}

.footer-logo {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mofi-logo-footer {
  width: 150px;
}

.paragraph-link {
  color: #fff9;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 24px;
  display: block;
}

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

.paragraph-link._24px {
  color: #000000b3;
  text-transform: lowercase;
  margin-bottom: 5px;
  font-family: Eina03, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-link._24px {
  color: #000000b3;
  text-align: left;
  text-transform: lowercase;
  margin-bottom: 0;
  font-family: "Strokeweight 040", sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
}

.paragraph-link._24px:hover {
  color: gray;
}

.paragraph {
  color: var(--black);
  text-transform: lowercase;
  font-family: Eina03, sans-serif;
}

.paragraph._2 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.footer-link {
  color: #0009;
  text-transform: lowercase;
  cursor: none;
  margin-bottom: 5px;
  font-family: Eina03, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.footer-link:hover {
  color: #000;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.2fr 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: auto;
  display: grid;
}

.footer-title {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Eina03, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.copyright-flex {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

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

.hero-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cart-quantity-2 {
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 9px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: -5px -10px auto auto;
}

.absolute-hero-text {
  text-align: left;
  max-width: 30%;
  position: absolute;
  inset: 150px 0% auto 5%;
}

.absolute-hero-text._2 {
  inset: auto 5% 150px auto;
}

.photo-animation-main {
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photo {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.absolute-background {
  z-index: 2;
  background-color: var(--black);
  margin-left: auto;
  margin-right: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.track {
  height: 400vh;
}

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

.sticky._2 {
  align-items: flex-start;
  height: 90vh;
  padding-left: 0%;
}

.wrapper {
  width: 100%;
}

.collection-list {
  display: flex;
}

.collection-item {
  flex: none;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.collection-item._2 {
  width: 43%;
}

.testimonials-part {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.testimonials-flex {
  text-align: left;
  flex-direction: column;
  padding-right: 20px;
  display: flex;
}

.people-photo {
  background-image: url('../images/user-4.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 90px;
  height: 90px;
}

.people-photo._2 {
  background-image: url('../images/team-1.jpeg');
}

.people-photo._3 {
  background-image: url('../images/team-2.jpg');
}

.people-photo._4 {
  background-image: url('../images/team-2.jpeg');
}

.testimonials-name {
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.testimonials-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 780px;
  display: grid;
}

.photo-flex {
  grid-column-gap: 25px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 7px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.form-grid.contact {
  color: #0000;
  place-items: stretch start;
}

.form-grid.contact.fomular {
  grid-column-gap: 16px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: stretch center;
  font-size: 20px;
  display: grid;
}

.social-wrapper-footer {
  grid-column-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.social-wrapper-footer.center {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  padding-left: 0;
}

.social-icon {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-icon:hover {
  opacity: .6;
}

.text-rotator-first {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 150px 0% auto;
  overflow: hidden;
}

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

.text-rotator {
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12vw;
  font-weight: 500;
  line-height: 1.1;
}

.start-icon {
  background-image: url('../images/star.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 55px;
  height: 55px;
  margin-left: 45px;
  margin-right: 45px;
}

.text-line {
  color: #fff;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

.text-line.new {
  color: #000;
  text-shadow: none;
  font-size: 60px;
  line-height: 65px;
}

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

.margin-100px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 100px;
  display: block;
}

.skills-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  display: grid;
}

.skills-text {
  color: #ffffffb3;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.skills-wrapper {
  background-color: #0000;
  width: 100%;
  height: 2px;
  position: relative;
  overflow: hidden;
}

.skills-overlay {
  background-color: #fff;
  width: 80%;
  position: absolute;
  inset: 0%;
}

.skills-overlay.lead {
  width: 41%;
}

.skills-overlay.photoshop {
  width: 70%;
}

.skills-overlay.illustration {
  width: 100%;
}

.line-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 60px;
}

.fun-wrapper {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
  position: relative;
}

.fun-facts-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fun-image {
  filter: invert();
  width: 60px;
  margin-right: 25px;
}

.div-block {
  padding-top: 10px;
}

.fun-number {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
}

.blog-grid {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 176px;
  display: grid;
}

.blog-image {
  z-index: 0;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 380px;
  max-width: none;
  height: 400px;
  display: block;
  position: absolute;
  inset: auto -221px 11px auto;
}

.blog-image.partners {
  position: absolute;
  right: -432px;
}

.blog-wrapper-link {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.project-summary {
  color: #000000b3;
  text-transform: lowercase;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.project-summary.new {
  font-family: "Strokeweight 080", sans-serif;
}

.blog-item {
  background-color: #f2f1f1;
}

.blog-item:nth-child(odd) {
  flex-direction: column-reverse;
  width: 100%;
}

.collection-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

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

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

.team-content {
  background-color: #fff;
  border: 1px solid #000;
  padding: 30px 40px 20px;
}

.team-content.new {
  background-color: #fff0;
  border-width: 0;
  padding: 20px 30px 10px;
}

.team-photo {
  background-image: url('../images/andre.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.team-photo._2 {
  background-image: url('../images/nik.gif');
  background-position: 50%;
}

.team-photo._3 {
  background-image: url('../images/tobi.png');
  background-position: 50%;
}

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

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

.team-name {
  text-transform: lowercase;
  white-space: pre;
  object-fit: fill;
  margin-bottom: 5px;
  font-size: 18px;
}

.team-name.new {
  font-family: "Strokeweight 080", sans-serif;
  line-height: 24px;
}

.sub-name {
  color: #0009;
  text-transform: lowercase;
  font-size: 16px;
}

.sub-name.new {
  color: gray;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 18px;
  line-height: 24px;
}

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

.blog-page-content {
  text-transform: none;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.blog-page-content.new {
  text-transform: lowercase;
  margin-left: 0;
  margin-right: 0;
}

.photo-interaction {
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.absolute-background-2 {
  background-color: #171717;
  display: none;
  position: absolute;
  inset: 0%;
}

.work-content {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.pres-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.press-wrapper {
  border: 1px solid #ffffff40;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.press-wrapper._2 {
  height: auto;
}

.section-presanation {
  padding: 100px 5%;
}

.section-presanation.presantation {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
  position: relative;
}

.presantation-link {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  padding: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.presantation-link:hover {
  opacity: .6;
  color: #fff;
}

.image {
  font-family: Eina03, sans-serif;
}

.text-block-3, .text-block-4 {
  color: #000;
  text-transform: lowercase;
  font-family: Eina03, sans-serif;
}

.div-block-2 {
  overflow: auto;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  color: #000000b3;
}

.paragraph-5 {
  color: #0000;
  font-size: 100px;
}

.paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
  color: #000000b3;
}

.section-2 {
  background-color: #fff;
}

.div-block-3 {
  color: var(--black);
}

.rich-text-block-2 {
  text-align: justify;
  background-color: #0000;
  font-style: normal;
}

.paragraph-10, .paragraph-11 {
  color: #000000b3;
}

.div-block-4 {
  background-image: url('../images/creaition-process.001.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 100%;
  background-attachment: scroll;
}

.paragraph-12, .paragraph-13 {
  color: #000000b3;
}

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

.paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17 {
  color: #000000b3;
}

.paragraph-18 {
  color: #000000b3;
  text-transform: lowercase;
  font-family: "Strokeweight 080", sans-serif;
}

.paragraph-18.legal-new {
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 51px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-18.legal-new.text-span {
  color: #ff6060;
}

.paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25 {
  color: #000000b3;
}

.div-block-5 {
  margin-top: 100px;
}

.paragraph-26 {
  color: #0000;
  border-bottom: 1px solid #0000;
  font-size: 200px;
}

.number-digit-copy {
  color: #000;
  text-align: center;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
}

.container-2 {
  padding-top: 11%;
}

.container-3 {
  margin-top: 0;
  padding-top: 22vw;
  font-size: 5%;
}

.team-photo-1 {
  color: #0000;
  background-image: url('../images/Marco-min.gif');
  background-position: 50%;
  background-size: 100% 100%;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.team-photo-1._2 {
  background-image: url('../images/team-2.jpeg');
  background-position: 50%;
}

.team-photo-1._3 {
  background-image: url('../images/team-4.jpg');
  background-position: 50%;
}

.team-photo-copy {
  background-image: url('../images/ezgif.com-optimize.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.team-photo-copy._2 {
  background-image: url('../images/team-2.jpeg');
  background-position: 50%;
}

.team-photo-copy._3 {
  background-image: url('../images/team-4.jpg');
  background-position: 50%;
}

.social-wrapper-footer-copy {
  grid-column-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.social-wrapper-footer-copy.center {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  padding-left: 1px;
}

.numbers-copy {
  color: #fff;
  justify-content: center;
  height: 110px;
  display: flex;
  overflow: hidden;
}

.number-digit-copy {
  color: #000;
  text-align: center;
  object-fit: fill;
  text-align: center;
  object-fit: fill;
  text-align: center;
  object-fit: fill;
  text-align: center;
  object-fit: fill;
  text-align: center;
  object-fit: fill;
  text-align: center;
  object-fit: fill;
  text-align: center;
  object-fit: fill;
  text-align: center;
  object-fit: fill;
  text-align: center;
  object-fit: fill;
  text-align: center;
  object-fit: fill;
  text-align: center;
  object-fit: fill;
  text-align: center;
  object-fit: fill;
  text-align: center;
  object-fit: fill;
  text-align: center;
  object-fit: fill;
  text-align: center;
  object-fit: fill;
  text-align: center;
  object-fit: fill;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10vh;
  font-weight: 400;
  line-height: 1;
}

.metrics-text-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
}

.fun-facts-grid-2 {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  padding-right: 3vw;
  display: flex;
}

.numbers-2 {
  color: #000;
  justify-content: flex-start;
  height: 110px;
  max-height: 100px;
  font-family: Eina03, sans-serif;
  display: flex;
  overflow: hidden;
}

.number-digit-2 {
  color: #fff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
}

.metrics-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.margin-20px-2 {
  margin-top: 20px;
}

.all-numbers-copy._2-copy, .all-numbers-copy._4 {
  color: #000;
}

.all-numbers-copy._2 {
  font-size: 750%;
  display: block;
}

.all-numbers-copy._1 {
  color: #000;
  font-size: 750%;
}

.all-numbers-copy._2-copy, .all-numbers-copy._4 {
  color: #000;
}

.number-digit-2-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
}

.number-digit-2-copy-copy {
  color: #000;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
}

.div-block-6 {
  overflow: hidden;
}

.button-log-in {
  color: var(--black);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button-log-in:hover {
  color: #fff;
  background-color: #333;
}

.button-log-in.large {
  text-transform: none;
  background-color: #0000;
  border: 0 solid #000;
  padding: 17px 30px;
  font-family: Eina03, sans-serif;
  font-size: 20px;
  display: block;
}

.button-log-in.large:hover {
  background-color: #111;
}

.button-log-in.large.join {
  border-radius: 20px;
}

.button-log-in.full {
  text-align: center;
  width: 100%;
  display: block;
}

.button-log-in.discount {
  height: 42px;
}

.button-log-in.line {
  color: #fff;
  background-color: #000;
  border: 2px solid #fff;
  font-family: Eina03, sans-serif;
}

.button-log-in.line:hover {
  color: var(--black);
  background-color: #fff;
}

.button-log-in.line.large {
  background-color: var(--black);
  color: #fff;
  text-shadow: none;
}

.button-log-in.join {
  text-align: center;
  text-transform: lowercase;
  background-color: #fff0;
  border: 1px solid #000;
  width: 160px;
  height: 38px;
  padding: 5px 10px;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.button-log-in.join:hover {
  color: #fff;
  background-color: #000;
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.button-log-in.learn-more {
  text-transform: lowercase;
  background-color: #fff0;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 10%;
  padding-top: 4px;
  padding-bottom: 5px;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 18px;
  display: inline-block;
}

.button-log-in.learn-more:hover {
  color: #fff;
  background-color: #000;
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
  font-weight: 400;
}

.button-log-in.buy {
  text-align: center;
  text-transform: lowercase;
  vertical-align: baseline;
  background-color: #fff0;
  border: 1px solid #000;
  width: 160px;
  height: 38px;
  margin: 30px auto 20px;
  padding: 5px 10px;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: block;
  position: relative;
}

.button-log-in.buy:hover {
  color: #fff;
  background-color: #000;
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.button-log-in.buy.trial {
  color: var(--transparent);
  background-color: #000;
  margin-top: 20px;
}

.rich-text-block-3 {
  direction: ltr;
  text-align: left;
  text-transform: lowercase;
  white-space: normal;
  font-family: Eina03, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.rich-text-block-3.new {
  direction: ltr;
  text-transform: lowercase;
  white-space: normal;
  font-family: "Strokeweight 080", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.text-field-copy {
  color: #000;
  background-color: #0000;
  border: 1px solid #0003;
  border-radius: 5px;
  height: 48px;
  padding-left: 16px;
}

.text-field-copy:hover, .text-field-copy:focus {
  border: 1px solid #a1c4e4;
}

.text-field-copy::placeholder {
  color: #000000b3;
  font-size: 15px;
}

.text-field-copy.discount {
  height: 42px;
}

.text-field-copy._2 {
  height: 56px;
}

.text-field-copy.area {
  background-color: #0000;
  height: auto;
  padding-top: 14px;
  padding-bottom: 145px;
}

.display-4-copy {
  text-transform: lowercase;
  margin-top: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
}

.display-4-copy.new {
  color: #000;
  text-align: center;
  margin-top: 80px;
  padding-left: 0%;
}

.button-copy {
  color: var(--black);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button-copy:hover {
  color: #fff;
  background-color: #333;
}

.button-copy.large {
  text-transform: none;
  border: 1px solid #000;
  padding: 17px 30px;
  font-family: Eina03, sans-serif;
}

.button-copy.large:hover {
  background-color: #111;
}

.button-copy.full {
  text-align: center;
  width: 100%;
  display: block;
}

.button-copy.discount {
  height: 42px;
}

.button-copy.line {
  color: #fff;
  background-color: #000;
  border: 2px solid #fff;
  font-family: Eina03, sans-serif;
}

.button-copy.line:hover {
  color: var(--black);
  background-color: #fff;
}

.button-copy.line.large {
  background-color: var(--black);
  color: #fff;
  text-shadow: none;
}

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

.heading {
  text-transform: lowercase;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 30px;
  font-style: normal;
}

.heading.legal--new {
  margin-top: 0;
  font-size: 25px;
  line-height: 25px;
}

.button-log-in2 {
  color: var(--black);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button-log-in2:hover {
  color: #fff;
  background-color: #333;
}

.button-log-in2.large {
  text-transform: none;
  background-color: #0000;
  border: 0 solid #000;
  padding: 17px 30px;
  font-family: Eina03, sans-serif;
  font-size: 20px;
  display: block;
}

.button-log-in2.large:hover {
  background-color: #111;
}

.button-log-in2.full {
  text-align: center;
  width: 100%;
  display: block;
}

.button-log-in2.discount {
  height: 42px;
}

.button-log-in2.line {
  color: #fff;
  background-color: #000;
  border: 2px solid #fff;
  font-family: Eina03, sans-serif;
}

.button-log-in2.line:hover {
  color: var(--black);
  background-color: #fff;
}

.button-log-in2.line.large {
  background-color: var(--black);
  color: #fff;
  text-shadow: none;
}

.list-item {
  color: var(--black);
  text-align: center;
  object-fit: none;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  font-family: Eina03, sans-serif;
  font-size: 10vw;
  list-style-type: none;
  display: flex;
  position: absolute;
  top: 124px;
}

.list {
  object-fit: fill;
  padding-left: 0;
  font-family: Eina03, sans-serif;
  font-size: 10vw;
  list-style-type: none;
  position: static;
  overflow: auto;
}

.list-2 {
  margin-top: 140px;
  font-family: Eina03, sans-serif;
  list-style-type: none;
}

.list-item-2 {
  color: var(--black);
  font-size: 6vw;
  line-height: 4vw;
}

.list-item-3, .list-item-4 {
  color: var(--black);
}

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

.linktree {
  z-index: 998;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: block;
  position: fixed;
  inset: 0%;
}

.logos-without-title {
  background-color: #0000;
  border-bottom: 1px #0000;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  max-width: 20%;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.grid {
  grid-template: "Area"
                 "."
                 "."
                 / 4.25fr;
}

.heading-2 {
  text-align: center;
  text-transform: lowercase;
  margin-bottom: 0;
  font-weight: 400;
  display: block;
}

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

.div-block-7 {
  z-index: 100;
  text-align: center;
  display: block;
  position: relative;
  left: 0;
}

.image-2 {
  z-index: 0;
  opacity: 1;
  object-fit: cover;
  flex: 0 auto;
  order: 1;
  align-self: auto;
  width: 20vw;
  max-width: 100vw;
  display: block;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: auto;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  overflow: auto;
}

.text-block-7 {
  margin-bottom: 10px;
}

.margin-0px {
  margin-top: -20px;
  overflow: visible;
}

.chiara {
  color: #0000;
  background-image: url('../images/chiara.gif');
  background-position: 50%;
  background-size: 100% 100%;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.chiara._2 {
  background-image: url('../images/team-2.jpeg');
  background-position: 50%;
}

.chiara._3 {
  background-image: url('../images/team-4.jpg');
  background-position: 50%;
}

.team-photo-1-copy-copy {
  color: #0000;
  background-image: url('../images/chiara.gif');
  background-position: 50%;
  background-size: 100% 100%;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.team-photo-1-copy-copy._2 {
  background-image: url('../images/team-2.jpeg');
  background-position: 50%;
}

.team-photo-1-copy-copy._3 {
  background-image: url('../images/team-4.jpg');
  background-position: 50%;
}

.team-photo-1-copy-copy-copy {
  color: #0000;
  background-image: url('../images/chiara.gif');
  background-position: 50%;
  background-size: 100% 100%;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.team-photo-1-copy-copy-copy._2 {
  background-image: url('../images/team-2.jpeg');
  background-position: 50%;
}

.team-photo-1-copy-copy-copy._3 {
  background-image: url('../images/team-4.jpg');
  background-position: 50%;
}

.anoouk {
  color: #0000;
  background-image: url('../images/anouk.gif');
  background-position: 50%;
  background-size: 100% 100%;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.anoouk._2 {
  background-image: url('../images/team-2.jpeg');
  background-position: 50%;
}

.anoouk._3 {
  background-image: url('../images/team-4.jpg');
  background-position: 50%;
}

.larisa {
  color: #0000;
  background-image: url('../images/larisa.gif');
  background-position: 50%;
  background-size: 100% 100%;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.larisa._2 {
  background-image: url('../images/team-2.jpeg');
  background-position: 50%;
}

.larisa._3 {
  background-image: url('../images/team-4.jpg');
  background-position: 50%;
}

.animation-image-2 {
  z-index: 1;
  color: #000;
  background-color: #0000;
  width: 40px;
  margin-top: 12px;
  position: relative;
}

.hamburger-menu-2 {
  color: #000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
}

.flex-wrapper-2 {
  align-items: center;
  margin-right: 0;
  display: flex;
  position: static;
  right: auto;
}

.logo-link-2 {
  flex-direction: column;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  left: auto;
}

.container-6 {
  z-index: 1;
  text-align: center;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-style: normal;
  position: relative;
  overflow: visible;
}

.container-6._60 {
  color: #000;
  max-width: 40%;
  overflow: hidden;
}

.mofi-logo-2 {
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  left: auto;
}

.div-block-8 {
  margin-left: 0;
  position: relative;
}

.button-log-in-2 {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  display: block;
  position: relative;
}

.button-log-in-2:hover {
  color: #fff;
  background-color: #333;
}

.button-log-in-2.large {
  border: 1px solid var(--black);
  outline-offset: 0px;
  text-transform: none;
  object-fit: fill;
  background-color: #fff0;
  border-radius: 60px;
  outline: 3px #fff;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 110px;
  height: 30px;
  margin-left: 0;
  padding: 19px 22px;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 15px;
  display: flex;
}

.button-log-in-2.large:hover {
  background-color: #111;
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.button-log-in-2.large.nav {
  width: 120px;
  height: 20px;
  margin-top: 15px;
  margin-left: 1133px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.button-log-in-2.large.new {
  text-align: center;
  flex-wrap: wrap;
  align-self: flex-start;
  width: 110px;
  height: 38px;
  margin-left: 1%;
  margin-right: 0;
  padding: 4px 15px 0;
  font-size: 18px;
  display: block;
}

.button-log-in-2.large.new.footer {
  border-color: var(--ghost-white);
  outline-offset: 0px;
  color: #fff;
  outline: .25px #fff;
  width: 120px;
  min-width: 100px;
  height: 30px;
  min-height: 25px;
  margin-left: 10px;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.button-log-in-2.large.new.footer:hover {
  color: #000;
  background-color: #fff;
}

.button-log-in-2.large.new.ft {
  width: 190px;
  height: 40px;
  margin-bottom: 12px;
  padding-top: 6px;
  padding-bottom: 0;
}

.button-log-in-2.large.new.intro {
  justify-content: center;
  align-self: auto;
  width: 145px;
  height: 40px;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 3%;
  padding: 5px 20px 0;
  display: block;
}

.button-log-in-2.large.new.b2b {
  width: 135px;
}

.button-log-in-2.large.new.b2b.find {
  width: 155px;
}

.button-log-in-2.large.new.products {
  width: 135px;
}

.button-log-in-2.large.newsite {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 15px;
  padding-right: 22px;
}

.button-log-in-2.large.new-nav {
  text-align: center;
  flex-direction: row;
  align-self: center;
  width: 190px;
  height: 20px;
  margin-right: 3px;
  padding-top: 17px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.button-log-in-2.large.new-nav.hidden {
  width: 120px;
  height: 18px;
  font-size: 18px;
}

.button-log-in-2.large.new-nav.hidden.products {
  width: auto;
}

.button-log-in-2.large.new-nav.hidden.contact {
  width: 130px;
}

.button-log-in-2.nav {
  border: 1px solid #000;
}

.sticky-nav-2 {
  z-index: 9999;
  object-fit: fill;
  padding-left: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.sticky-nav-2.new {
  background-color: #fff;
}

.navigation-grid-2 {
  grid-column-gap: 254px;
  grid-row-gap: 16px;
  text-transform: lowercase;
  grid-template: ". Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: auto;
  display: grid;
  position: static;
  left: auto;
}

.heading-5-copy {
  color: #000;
  -webkit-text-stroke-color: black;
  text-transform: lowercase;
  width: 600px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 3%;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 90px;
  line-height: 1.05;
  display: block;
  position: relative;
  inset: 182px auto auto;
}

.section-4 {
  margin-top: -57px;
  position: relative;
}

.lottie-animation-5 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 8%;
  max-width: none;
  height: 50px;
  max-height: none;
  margin-top: 0%;
  margin-bottom: 1%;
  margin-left: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.button-standard-copy {
  background-color: var(--ghost-white);
  color: #000;
  text-transform: lowercase;
  border-radius: 30px;
  align-items: center;
  padding: 10px 18px;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  transition: all .2s;
  position: relative;
}

.button-standard-copy:hover {
  color: #fff;
  background-color: #333;
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.button-standard-copy.large {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  text-transform: none;
  object-fit: fill;
  background-color: #000;
  border: .5px solid #0000;
  border-radius: 60px;
  outline: 3px #fff;
  flex-wrap: nowrap;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 130px;
  height: 45px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 0;
  padding: 0 30px;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 18px;
  display: block;
  left: auto;
  overflow: visible;
}

.button-standard-copy.large:hover {
  color: #000;
  background-color: #fff;
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.button-standard-copy.pagenotfound.new {
  cursor: pointer;
  background-color: #fff;
  border: 1px #000;
  font-size: 18px;
}

.button-standard-copy.pagenotfound.new:hover {
  background-color: #000;
}

.button-standard {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button-standard:hover {
  color: #fff;
  background-color: #333;
}

.button-standard.large {
  outline-offset: 0px;
  text-align: center;
  text-transform: none;
  object-fit: fill;
  background-color: #fff;
  border: .5px solid #0000;
  border-radius: 60px;
  outline: 3px #fff;
  flex: 0 auto;
  order: 0;
  align-self: center;
  width: 600px;
  margin-top: 54px;
  margin-left: 220px;
  padding: 17px 30px;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 20px;
  display: block;
}

.button-standard.large:hover {
  background-color: #111;
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.section-6 {
  height: 100vh;
  margin-top: 0;
  margin-bottom: 50px;
}

.paragraph-29-copy-copy-copy-copy-copy {
  color: #000;
  width: 200px;
  margin-top: 62px;
  margin-left: 0;
  padding-left: 2%;
  font-family: "Strokeweight 080", sans-serif;
}

.lottie-animation-4 {
  width: 75%;
  margin-top: 320px;
  margin-left: 165px;
}

.paragraph-29 {
  color: #000;
  width: 600px;
  margin-top: 501px;
  margin-left: 0;
  padding-left: 2%;
  font-family: "Strokeweight 080", sans-serif;
}

.columns-2 {
  background-color: #e3e4e4;
  margin-bottom: 0;
}

.section-7 {
  height: 100vh;
  margin-top: 0;
}

.lottie-animation-2 {
  width: 700px;
  margin-top: -80px;
  margin-left: 74px;
  padding-bottom: 0;
  padding-right: 0;
}

.column-3 {
  height: 800px;
  margin-bottom: 10%;
  padding-left: 0;
  padding-right: 0;
  right: auto;
}

.paragraph-29-copy-copy {
  color: #fff;
  width: 600px;
  margin-top: -33px;
  margin-left: 220px;
  font-family: "Strokeweight 080", sans-serif;
}

.paragraph-29-copy {
  color: #fff;
  width: 600px;
  margin-top: 216px;
  margin-left: 0;
  padding-left: 2%;
  font-family: "Strokeweight 080", sans-serif;
}

.heading-5 {
  color: #000;
  -webkit-text-stroke-color: black;
  text-transform: lowercase;
  width: 600px;
  margin-top: 35%;
  margin-left: 0;
  padding-left: 3%;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 90px;
  line-height: 1.05;
  position: relative;
  top: 0;
  left: auto;
}

.paragraph-28 {
  z-index: 100;
  color: #000;
  width: 500px;
  margin-top: 5%;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 5%;
  padding-right: 44px;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  top: 0;
  left: auto;
}

.paragraph-28.landingpage {
  text-transform: lowercase;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 4%;
  padding-left: 15%;
  padding-right: 149px;
  display: flex;
}

.paragraph-28.landingpage.scrolldowntext {
  text-align: center;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  margin-top: 0%;
  margin-left: 100%;
  padding: 0 0% 32px;
  display: flex;
}

.paragraph-28.landingpage.new {
  width: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-left: 10%;
  padding-right: 3%;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-28.landingpage.new.team {
  text-align: left;
  justify-content: flex-start;
  margin-top: 3%;
  margin-bottom: 3%;
  padding-left: 0%;
  padding-right: 8%;
}

.paragraph-28.landingpage.new.team.contact {
  padding-right: 50%;
}

.paragraph-28.landingpage.new.team._2 {
  margin-top: 0%;
}

.paragraph-28.landingpage.new.shoes {
  margin-top: 2%;
  margin-bottom: 5%;
}

.div-block-9 {
  background-color: #000;
  width: 1100px;
  height: 150px;
  margin-top: -128px;
  margin-left: 0%;
}

.heading-5-copy-copy-copy {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: black;
  text-transform: lowercase;
  justify-content: center;
  align-items: flex-start;
  width: 600px;
  margin-top: 311px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 60px;
  line-height: 1.05;
  display: block;
  position: relative;
  inset: auto 0% 0% auto;
}

.image-3 {
  background-color: #0000;
  width: 300px;
  height: 50px;
  margin-top: 0%;
  margin-left: 0;
  padding-left: 4%;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
}

.heading-5-copy-copy {
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: black;
  text-transform: lowercase;
  width: 600px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 4%;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 90px;
  line-height: 1.05;
  display: block;
  position: relative;
  inset: 182px auto auto;
}

.heading-8 {
  color: #000;
  text-transform: lowercase;
  margin-top: 0;
  margin-left: 0;
  padding-left: 2%;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.button-standard-copy-copy {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button-standard-copy-copy:hover {
  color: #fff;
  background-color: #333;
}

.button-standard-copy-copy.large {
  outline-offset: 0px;
  color: #000;
  text-align: center;
  text-transform: none;
  object-fit: fill;
  background-color: #fff;
  border: .5px solid #0000;
  border-radius: 60px;
  outline: 3px #fff;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  width: 300px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 17px 30px;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 20px;
  display: flex;
}

.button-standard-copy-copy.large:hover {
  color: #fff;
  background-color: #111;
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.button-standard-copy-copy.large.partners {
  opacity: .3;
  background-color: #fff;
  border-width: 1px;
  border-color: #000;
  width: 165px;
  height: 35px;
  margin-top: 20px;
  padding: 5px 0 8px;
  font-size: 18px;
}

.button-standard-copy-copy.large.partners:hover {
  color: #fff;
  background-color: #000;
}

.paragraph-29-copy-copy-copy-copy {
  color: #000;
  width: 670px;
  margin-top: -79px;
  margin-left: 220px;
  font-family: "Strokeweight 080", sans-serif;
}

.scroll-down-wrapper-2 {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 89%;
  max-width: 80%;
  height: auto;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.scroll-down-wrapper-2.about {
  width: auto;
  margin-top: 0%;
  display: flex;
}

.column-2 {
  background-color: #e3e4e4;
  height: 950px;
  margin-top: -75px;
  margin-bottom: 10%;
  padding-left: 0;
  padding-right: 0;
}

.footer-title-2 {
  color: #000;
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-10 {
  color: #000;
}

.paragraph-copy {
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph-copy.old {
  color: var(--grey);
  text-align: left;
  text-transform: lowercase;
  font-size: 15px;
}

.footer-2 {
  background-color: var(--grey);
  padding: 20px 5%;
}

.button-2 {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button-2:hover {
  color: #fff;
  background-color: #333;
}

.button-2.line {
  color: #fff;
  text-transform: lowercase;
  object-fit: fill;
  background-color: #000;
  border: 0 solid #fff;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  font-family: "Strokeweight 080", sans-serif;
  display: inline-block;
}

.button-2.line:hover {
  color: #000;
  background-color: #fff;
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.container-7 {
  z-index: 1;
  text-align: center;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-style: normal;
  position: relative;
  overflow: visible;
}

.container-7._2 {
  justify-content: center;
  align-items: center;
  max-width: 940px;
  display: flex;
}

.mofi-logo-footer-2 {
  width: 150px;
  margin-left: 0;
}

.footer-link-2 {
  color: #0009;
  text-transform: lowercase;
  cursor: none;
  margin-bottom: 5px;
  font-family: "Strokeweight 040", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.footer-link-2:hover {
  color: #000;
}

.body-3, .body-4 {
  background-color: #e3e4e4;
}

.menu-copy {
  z-index: 998;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-wrapper-copy-1 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.nav-wrapper-copy-1.w--current {
  text-transform: lowercase;
  padding-bottom: 40px;
}

.nav-wrapper-copy-1._0-padding {
  padding-bottom: 0;
}

.nav-wrapper-copy-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.nav-wrapper-copy-2.w--current {
  text-transform: lowercase;
}

.nav-wrapper-copy-2._0-padding {
  padding-bottom: 0;
}

.nav-wrapper-copy-3 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-wrapper-copy-3.w--current {
  text-transform: lowercase;
}

.nav-wrapper-copy-3._0-padding {
  padding-bottom: 0;
}

.nav-wrapper-copy-4 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-wrapper-copy-4.w--current {
  text-transform: lowercase;
}

.nav-wrapper-copy-4._0-padding {
  padding-bottom: 0;
}

.nav-wrapper-copy-5 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-wrapper-copy-5.w--current {
  text-transform: lowercase;
}

.nav-wrapper-copy-5._0-padding {
  padding-bottom: 40px;
}

.nav-text-copy:hover {
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.nav-text-copy {
  color: #000;
  letter-spacing: 2px;
  text-transform: lowercase;
  margin-bottom: 0;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 65px;
  font-weight: 500;
  line-height: 1;
  transition: all .1s;
}

.nav-paragraph-copy {
  color: #808080b3;
  text-transform: lowercase;
  margin-bottom: 0;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  top: -5px;
}

.menu-grid-copy {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.container-copy {
  z-index: 1;
  text-align: center;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-style: normal;
  position: relative;
  overflow: visible;
}

.menu-overlay-copy {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lottie-animation-2-copy {
  width: 700px;
  margin-top: -80px;
  margin-left: 74px;
  padding-bottom: 0;
  padding-right: 0;
}

.lottie-animation-4-copy {
  width: 75%;
  margin-top: 320px;
  margin-left: 165px;
}

.lottie-animation-2-copy-copy {
  width: auto;
  height: 110%;
  margin-top: 10%;
  margin-left: 98px;
  padding-bottom: 0;
  padding-right: 2%;
}

.lottie-animation-4-copy-copy {
  width: 70%;
  margin-top: 357px;
  margin-left: 177px;
  padding-right: 0%;
}

.div-block-11 {
  background-color: var(--black);
  height: 100vh;
  margin-top: 0%;
  padding-top: 10%;
  padding-bottom: 0;
}

.section-1-scroll {
  height: 100vh;
  padding-top: 100px;
  padding-left: 0%;
}

.heading-8-copy {
  color: #000;
  text-transform: lowercase;
  margin-top: 0;
  margin-left: 0;
  padding-left: 2%;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.paragraph-29-copy {
  color: #000;
  width: 600px;
  margin-top: 501px;
  margin-left: 0;
  font-family: "Strokeweight 080", sans-serif;
}

.paragraph-29-copy-copy {
  color: #fff;
  width: 600px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 26px;
  padding-left: 3%;
  font-family: "Strokeweight 080", sans-serif;
}

.paragraph-29-copy-copy-copy {
  color: #fff;
  width: 670px;
  margin-top: -33px;
  margin-left: 220px;
  font-family: "Strokeweight 080", sans-serif;
}

.heading-8-copy {
  color: #000;
  text-transform: lowercase;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 265px;
  padding-left: 2%;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.heading-rebranding {
  color: #000;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 4%;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.heading-rebranding.white {
  color: #fff;
}

.scroll-page {
  background-color: #e3e4e4;
  border: 0 solid #fff;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 5% 95px;
  display: block;
  position: relative;
  overflow: hidden;
}

.scroll-page._2 {
  align-items: flex-end;
  padding-bottom: 150px;
  padding-left: 0%;
  padding-right: 0%;
  overflow: visible;
}

.scroll-page.inner {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.scroll-page.intro {
  background-color: #e3e4e4;
  border: 0 solid #fff;
  height: auto;
  margin-bottom: 205px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.scroll-page.one {
  margin-left: 0;
  margin-right: 0;
  padding: 0 0%;
}

.scroll-page.two {
  background-color: #f1f1f1;
  height: auto;
  margin: 0% 0;
  padding: 0%;
}

.scroll-page.three {
  margin: 7% 0 10%;
  padding: 0 0% 0%;
}

.scroll-page.four {
  margin-top: 10%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.scroll-page.double {
  height: 200vh;
  margin-top: 10%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.scroll-page.last {
  margin-top: 10%;
  margin-bottom: 10%;
  padding-top: 0;
  padding-bottom: 0%;
}

.scroll-page.scroll-grid {
  justify-content: flex-end;
  height: auto;
  padding: 0 1% 0 0%;
  display: flex;
}

.body-5 {
  background-color: #e4e4e4;
  font-family: "Strokeweight 080", sans-serif;
}

.body-5.new {
  background-color: #f1f1f1;
}

.page-content-copy {
  color: #fff;
  background-color: #e3e4e4;
  margin-left: auto;
  margin-right: auto;
}

.text-rebranding {
  color: #000;
  text-align: left;
  width: 50%;
  margin-top: 30%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 2%;
  font-family: "Strokeweight 080", sans-serif;
}

.text-rebranding.intro {
  width: auto;
  margin-top: 50%;
  padding-left: 4%;
}

.text-rebranding.philosopy {
  width: 100%;
  margin-top: 50%;
  padding-left: 3%;
}

.heading-rebranding-copy {
  color: #fff;
  text-transform: lowercase;
  margin-top: 0;
  padding-left: 2%;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.text-rebranding-copy1 {
  color: #fff;
  width: 50%;
  margin-top: 20%;
  padding-top: 0;
  padding-left: 2%;
  font-family: "Strokeweight 080", sans-serif;
}

.text-rebranding1 {
  color: #fff;
  width: auto;
  margin-top: -33px;
  padding-left: 30%;
  font-family: "Strokeweight 080", sans-serif;
}

.text-rebranding-copy-copy {
  color: #fff;
  width: 50%;
  margin-top: 50px;
  padding-top: 0;
  padding-left: 2%;
  font-family: "Strokeweight 080", sans-serif;
}

.div-block-11-copy {
  background-color: #e3e4e4;
  height: auto;
  margin-top: 0;
  margin-bottom: 0%;
  padding-top: 0%;
  padding-bottom: 0;
  position: relative;
}

.heading-rebranding-black {
  color: #000;
  text-transform: lowercase;
  margin-top: 0;
  margin-left: 3%;
  padding-left: 0%;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 30px;
  line-height: 35px;
  display: flex;
}

.heading-rebranding-black.features {
  position: sticky;
  top: 10%;
  bottom: 10%;
}

.text-rebranding1-copy {
  color: #000;
  width: auto;
  margin-top: -33px;
  padding-left: 30%;
  font-family: "Strokeweight 080", sans-serif;
}

.text-rebranding-black {
  color: #000;
  width: 50%;
  margin-top: 20%;
  padding-top: 0;
  padding-left: 2%;
  font-family: "Strokeweight 080", sans-serif;
}

.text-rebranding-copy-copy-copy {
  color: #000;
  width: 50%;
  margin-top: 50px;
  padding-top: 0;
  padding-left: 2%;
  font-family: "Strokeweight 080", sans-serif;
}

.text-rebranding2-copy {
  color: #000;
  width: auto;
  margin-top: -33px;
  padding-left: 30%;
  font-family: "Strokeweight 080", sans-serif;
}

.text-rebranding3 {
  color: #000;
  width: 50%;
  margin-top: 50px;
  padding-top: 0;
  padding-left: 2%;
  font-family: "Strokeweight 080", sans-serif;
}

.text-rebranding3-copy {
  color: #000;
  width: auto;
  margin-top: -33px;
  padding-left: 30%;
  font-family: "Strokeweight 080", sans-serif;
}

.display-2-copy {
  text-align: left;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.display-2-copy.center {
  color: #000;
  text-align: center;
  text-transform: lowercase;
  font-family: Eina03, sans-serif;
  font-weight: 400;
}

.heading-rebranding-black-copy {
  color: #000;
  text-transform: lowercase;
  padding-left: 0%;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 30px;
  display: flex;
}

.project-overlay-copy {
  opacity: 1;
  opacity: 1;
  inset: 0%;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  border: 1px solid #000;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work-grid-copy {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template: ". . Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-bottom: 0;
  display: grid;
}

.container-copy {
  z-index: 1;
  text-align: center;
  object-fit: fill;
  flex: 1;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-left: 0;
  font-style: normal;
  position: relative;
  overflow: visible;
}

.section-copy {
  color: #000;
  background-color: #fff;
  padding: 0 5% 60px;
  font-family: Eina03, sans-serif;
  position: relative;
}

.section-copy._1 {
  background-color: #fff;
  padding-top: 150px;
  padding-bottom: 50px;
}

.section-copy._2 {
  margin-top: -220px;
}

.section-copy._3 {
  padding-top: 150px;
}

.section-copy._1-copy {
  background-color: #e3e4e4;
  padding: 150px 2% 0;
  display: block;
}

.div-block-12 {
  justify-content: center;
  width: auto;
  max-width: none;
  margin-right: 0;
  padding-left: 0%;
  display: block;
}

.lottie-animation-6 {
  width: 50%;
  margin-top: -400px;
  padding-top: 0;
}

.lottie-animation-7 {
  width: auto;
  padding-right: 2%;
}

.lottie-animation-trad-design, .lottie-animation-trad-design-copy {
  width: auto;
  height: auto;
  margin-top: -61px;
  margin-left: 98px;
  padding-bottom: 0;
  padding-right: 2%;
}

.image-4 {
  width: 70%;
  height: 80%;
  margin-top: 50px;
  margin-left: 170px;
  padding-top: 0;
  padding-left: 0;
}

.image-4-copy {
  width: 80%;
  height: 80%;
  margin-top: 0;
  margin-bottom: 0%;
  margin-left: 120px;
  padding-top: 0;
  padding-left: 0;
}

.text-block-3-copy {
  color: #000;
  text-align: left;
  text-transform: lowercase;
  font-family: "Strokeweight 080", sans-serif;
  display: block;
}

.text-block-4-copy {
  color: #000;
  text-transform: lowercase;
  margin-left: -8px;
  font-family: "Strokeweight 080", sans-serif;
}

.project-title-copy {
  color: #000;
  text-transform: lowercase;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

.category-top-copy {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: absolute;
  inset: 30px auto auto 30px;
}

.item-grid-copy, .item-grid-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 200px;
  display: grid;
}

.item-grid-copy-2 {
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-2 {
  margin-top: 200px;
}

.section-4-scroll {
  color: #000;
  background-color: #fff;
  padding: 0 5% 60px;
  font-family: Eina03, sans-serif;
  position: relative;
}

.section-4-scroll._1 {
  background-color: #fff;
  padding-top: 150px;
  padding-bottom: 50px;
}

.section-4-scroll._2 {
  margin-top: -220px;
}

.section-4-scroll._3 {
  padding-top: 150px;
}

.section-4-scroll._2-copy {
  background-color: #e3e4e4;
  margin-top: 10%;
  padding: 0;
}

.container-copy {
  z-index: 1;
  text-align: center;
  flex: 1;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  font-style: normal;
  position: relative;
  overflow: visible;
}

.container-copy._60 {
  color: #000;
  max-width: 40%;
  overflow: hidden;
}

.container-copy._2 {
  max-width: 940px;
}

.container-copy._3 {
  flex: none;
}

.margin-200px-copy {
  margin-top: 0;
}

.margin-150px-copy {
  margin-top: 150px;
  display: block;
}

.relative-div-copy {
  padding-left: 2%;
  position: relative;
}

.max-w-width-copy {
  max-width: 680px;
}

.max-w-width-copy._2 {
  margin-left: auto;
}

.max-w-width-copy._3 {
  text-align: center;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.display-4-copy {
  text-align: left;
  text-transform: lowercase;
  margin-top: 350px;
  padding-left: 2%;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.button-rebranding {
  color: var(--black);
  text-transform: lowercase;
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  margin-top: 0;
  padding: 10px 18px;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button-rebranding:hover {
  color: #fff;
  background-color: #333;
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.button-rebranding.large {
  text-transform: none;
  border: 1px solid #000;
  padding: 17px 30px;
  font-family: Eina03, sans-serif;
}

.button-rebranding.large:hover {
  background-color: #111;
}

.button-rebranding.full {
  text-align: center;
  width: 100%;
  display: block;
}

.button-rebranding.discount {
  height: 42px;
}

.button-rebranding.line {
  color: #fff;
  text-transform: lowercase;
  object-fit: fill;
  background-color: #000;
  border: 2px solid #fff;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  font-family: Eina03, sans-serif;
  display: inline-block;
}

.button-rebranding.line:hover {
  color: var(--black);
  background-color: #fff;
}

.button-rebranding.line.large {
  background-color: var(--black);
  color: #fff;
  text-transform: lowercase;
  text-shadow: none;
}

.button-rebranding.line-rebranding {
  color: #fff;
  text-transform: lowercase;
  object-fit: fill;
  background-color: #000;
  border: 0 solid #fff;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  font-family: "Strokeweight 080", sans-serif;
  display: inline-block;
}

.button-rebranding.line-rebranding:hover {
  color: var(--black);
  background-color: #fff;
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.button-rebranding.line-rebranding.large {
  color: #000;
  text-align: center;
  text-transform: lowercase;
  text-shadow: none;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  display: flex;
}

.button-rebranding.line-rebranding.large:hover {
  color: #000;
  background-color: #fff;
}

.button-rebranding.line-rebranding.large.first {
  margin-top: 20px;
}

.button-rebranding.line-rebranding.large.create {
  color: #fff;
  background-color: #000;
  padding-left: 30px;
}

.button-rebranding.line-rebranding.large.create:hover {
  color: #000;
  background-color: #fff;
}

.button-rebranding.line-rebranding.large.philosophy {
  color: #fff;
  background-color: #000;
  margin-bottom: 140px;
}

.button-rebranding.line-rebranding.large.philosophy:hover {
  color: #000;
  background-color: #fff;
}

.button-rebranding.line-rebranding.beta {
  text-align: center;
  border-radius: 60px;
  width: 147px;
  height: 40px;
  margin-top: 0%;
  margin-left: 10%;
  padding: 6px 20px 10px;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.button-rebranding.line-rebranding.beta._2 {
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 5%;
}

.button-rebranding.line-rebranding.beta.test {
  align-self: center;
  margin: 15% 31% 15% 20%;
}

.button-rebranding.line-rebranding.beta.intro {
  flex-flow: row;
  flex: 1;
  order: 0;
  align-self: center;
  margin-top: 1%;
  margin-bottom: 5%;
  display: block;
}

.button-rebranding.line-rebranding.beta.productold {
  width: 185px;
}

.button-rebranding.line-rebranding.beta.mobile.find {
  width: 170px;
}

.button-rebranding.large-copy {
  color: #fff;
  text-transform: none;
  background-color: #000;
  border: 0 solid #000;
  padding: 17px 30px;
  font-family: "Strokeweight 080", sans-serif;
}

.button-rebranding.large-copy:hover {
  color: #000;
  background-color: #fff;
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.button-rebranding._2.careers-categorie {
  background-color: #fff;
  border: 1px #000;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
}

.button-rebranding._2.careers-categorie:hover {
  background-color: #000;
}

.button-rebranding._2.newaarrange {
  text-align: center;
  width: 120px;
  max-width: 120px;
  margin-top: 3%;
  padding-top: 7px;
  padding-bottom: 9px;
}

.column-4 {
  padding-left: 1%;
}

.column-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 0%;
  display: block;
}

.container-copy-copy {
  z-index: 1;
  text-align: center;
  object-fit: fill;
  flex: 1;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-left: 0;
  font-style: normal;
  position: relative;
  overflow: visible;
}

.container-copy-copy._60 {
  color: #000;
  max-width: 40%;
  overflow: hidden;
}

.container-copy-copy._2 {
  max-width: 940px;
}

.container-copy-copy._3 {
  flex: none;
}

.text-rebranding-copy {
  color: #fff;
  text-align: left;
  width: 50%;
  margin-top: 450px;
  padding-left: 2%;
  font-family: "Strokeweight 080", sans-serif;
}

.project-title-copy-copy {
  color: #000;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.text-rebranding-new {
  color: #000;
  text-align: left;
  width: auto;
  margin-top: 450px;
  padding-left: 2%;
  font-family: "Strokeweight 080", sans-serif;
}

.sub-text-copy {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.display-1-copy {
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 9vw;
  font-weight: 500;
  line-height: 1.1;
}

.margin-30px-copy {
  margin-top: 10px;
}

.margin-20px-new {
  margin-top: 20px;
}

.button-rebranding-copy {
  color: var(--black);
  text-transform: lowercase;
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button-rebranding-copy:hover {
  color: #fff;
  background-color: #333;
}

.button-rebranding-copy.large {
  text-transform: none;
  border: 1px solid #000;
  padding: 17px 30px;
  font-family: Eina03, sans-serif;
}

.button-rebranding-copy.large:hover {
  background-color: #111;
}

.button-rebranding-copy.full {
  text-align: center;
  width: 100%;
  display: block;
}

.button-rebranding-copy.discount {
  height: 42px;
}

.button-rebranding-copy.line {
  color: #fff;
  text-transform: lowercase;
  object-fit: fill;
  background-color: #000;
  border: 2px solid #fff;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  font-family: Eina03, sans-serif;
  display: inline-block;
}

.button-rebranding-copy.line:hover {
  color: var(--black);
  background-color: #fff;
}

.button-rebranding-copy.line.large {
  background-color: var(--black);
  color: #fff;
  text-transform: lowercase;
  text-shadow: none;
}

.button-rebranding-copy.line-rebranding {
  color: #fff;
  text-transform: lowercase;
  object-fit: fill;
  background-color: #000;
  border: 0 solid #fff;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  font-family: "Strokeweight 080", sans-serif;
  display: inline-block;
}

.button-rebranding-copy.line-rebranding:hover {
  color: var(--black);
  background-color: #fff;
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.button-rebranding-copy.line-rebranding.large {
  background-color: var(--black);
  color: #fff;
  text-transform: lowercase;
  text-shadow: none;
}

.button-rebranding-copy.large-copy {
  text-transform: none;
  border: 0 solid #000;
  padding: 17px 30px;
  font-family: Eina03, sans-serif;
}

.button-rebranding-copy.large-copy:hover {
  background-color: #111;
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.max-w-center-copy {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-w-center-copy._3 {
  text-transform: lowercase;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

.max-w-center-copy._2 {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.max-w-center-copy._3-copy {
  text-transform: lowercase;
  align-items: center;
  max-width: 70%;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

.scroll-snap-wrapper {
  width: 100vw;
}

.section-2-scroll {
  height: 100vh;
  padding-top: 0;
}

.column-6 {
  margin-top: 0%;
  margin-bottom: 0%;
}

.section-3-scroll, .columns-3, .columns-4 {
  height: 100vh;
}

.html-embed {
  display: block;
}

.scroll-page-copy.intro {
  background-color: #e3e4e4;
  border: 0 solid #fff;
  height: auto;
  margin-bottom: 205px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.scroll-page-copy.one, .scroll-page-copy.two {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.scroll-page-copy.three {
  margin-left: 0;
  margin-right: 0;
  padding: 0 0%;
}

.scroll-page-copy.four {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 0%;
}

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

.collection-list-wrapper {
  width: 45%;
  padding-left: 2%;
}

.collection-list-wrapper-copy {
  width: 35vw;
  margin-top: 0;
  padding-left: 0%;
}

.collection-list-wrapper-copy.two {
  justify-content: flex-end;
  width: 35vw;
  display: flex;
}

.item-grid-copy {
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.columns-5 {
  width: auto;
  height: auto;
  max-height: 100vh;
  margin-top: 6%;
  margin-left: 2%;
  margin-right: 2%;
}

.columns-5.secondary {
  margin-top: 2%;
}

.column-7 {
  justify-content: flex-end;
  margin-top: 0%;
  padding-left: 0%;
  display: flex;
}

.project-overlay-copy {
  opacity: 1;
  opacity: 1;
  inset: 0%;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  border: 0 solid #000;
  flex: 0 auto;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.column-8 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.collection-item-3 {
  margin-top: -78px;
}

.project-circle-copy {
  z-index: 10;
  background-color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: absolute;
}

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

.section-no-snap {
  color: #000;
  background-color: #fff;
  padding: 0 5% 60px;
  font-family: Eina03, sans-serif;
  position: relative;
}

.section-no-snap._1-new {
  background-color: #e3e4e4;
  padding: 150px 0% 50px;
}

.section-no-snap._2 {
  margin-top: -220px;
}

.section-no-snap._3 {
  padding-top: 150px;
}

.container-no-snap {
  z-index: 1;
  text-align: center;
  flex: 1;
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-style: normal;
  position: relative;
  overflow: visible;
}

.container-no-snap._60 {
  color: #000;
  max-width: 40%;
  overflow: hidden;
}

.container-no-snap._2 {
  max-width: 940px;
}

.container-no-snap._3 {
  flex: none;
}

.margin-30px-no-snap {
  margin-top: 30px;
}

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

.project-card-copy {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photo-project-copy {
  width: 100%;
  height: 100%;
}

.project-overlay-copy {
  opacity: 1;
  opacity: 1;
  inset: 0%;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  border: 0 solid #000;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.category-top-copy {
  z-index: 1;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  z-index: 1;
  text-align: left;
  text-transform: uppercase;
  inset: 30px auto auto 30px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: absolute;
  inset: 30px auto auto 30px;
}

.category-bottom-copy {
  z-index: 1;
  position: absolute;
  inset: auto auto 30px 30px;
}

.scroll-page-copy {
  background-color: #e3e4e4;
  border: 0 solid #fff;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 5% 95px;
  display: block;
  position: relative;
  overflow: hidden;
}

.scroll-page-copy._2 {
  align-items: flex-end;
  padding-bottom: 150px;
  padding-left: 0%;
  padding-right: 0%;
  overflow: visible;
}

.scroll-page-copy.inner {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.scroll-page-copy.intro {
  background-color: #e3e4e4;
  border: 0 solid #fff;
  height: auto;
  margin-bottom: 205px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.scroll-page-copy.one {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.scroll-page-copy.two {
  margin: 10px 0;
  padding: 0%;
}

.scroll-page-copy.three {
  margin: 10% 0;
  padding: 0 0% 0%;
}

.scroll-page-copy.four {
  margin-top: 10%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.scroll-page-copy.double {
  height: 200vh;
  margin-top: 10%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.scroll-page-copy.last {
  margin-top: 10%;
  margin-bottom: 10%;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0%;
  padding-left: 0%;
}

.scroll-page-copy.scroll-grid {
  justify-content: flex-end;
  height: auto;
  padding: 0 1% 0 0%;
  display: flex;
}

.text-block-3-copy-new {
  color: #000;
  text-transform: lowercase;
  margin-top: 70px;
  font-family: "Strokeweight 080", sans-serif;
}

.project-title-copy {
  color: #000;
  text-transform: lowercase;
  width: auto;
  margin-top: -633px;
  margin-bottom: 0;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

.text-block-4-copy {
  color: #000;
  text-transform: lowercase;
  margin-top: 70px;
  margin-left: 0;
  font-family: "Strokeweight 080", sans-serif;
}

.div-block-13 {
  background-color: #000;
  height: auto;
  margin-top: 10%;
  margin-bottom: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.div-block-13.upper {
  background-color: #000;
  margin-top: 0;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
}

.heading-rebranding-beta-users {
  color: gray;
  text-align: center;
  text-transform: lowercase;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5px;
  padding-left: 0%;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.heading-rebranding-beta-users.white {
  color: #fff;
}

.background-video {
  height: 100vh;
}

.div-block-14 {
  height: auto;
}

.columns-beta-users {
  height: auto;
  margin-top: 33px;
  margin-left: 2%;
  margin-right: 2%;
}

.image-5 {
  width: 50%;
  max-width: 100%;
  height: 5011%;
  margin-left: auto;
  display: inline-block;
}

.logo-grid-white {
  grid-column-gap: 10px;
  grid-row-gap: 25px;
  opacity: .2;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: stretch;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  display: grid;
}

.logo-grid-white.partners {
  grid-row-gap: 30px;
  opacity: 1;
  grid-template-columns: .75fr .5fr 1fr .75fr .75fr 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 0;
}

.logo-grid-white.old {
  opacity: 1;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.logo-grid-white.testers {
  opacity: 1;
  object-fit: fill;
  grid-template-columns: .5fr .5fr .5fr .5fr .5fr .5fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.logo-grid-white.testers.animationscroll {
  place-content: center start;
}

.logo-grid-white.testers.animation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr .5fr .25fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  align-items: baseline;
  padding-right: 0;
  display: flex;
}

.filter-image-white.social {
  width: 18px;
}

.filter-image-white-2 {
  max-width: 40%;
}

.filter-image-white-2.social {
  width: 18px;
}

.filter-image-white-3 {
  max-width: 100%;
}

.filter-image-white-3.social, .filter-image-white-4.social {
  width: 18px;
}

.filter-image-white-4.amd {
  width: 40%;
}

.filter-image-white-5.social {
  width: 18px;
}

.background-video-2 {
  height: 100vh;
}

.columns-4-design-process {
  height: 80vh;
  padding-top: 10%;
}

.column-4-copy {
  padding-left: 1%;
}

.column-4-copy._1 {
  height: auto;
}

.background-video-3 {
  padding-top: 0;
}

.image-processes {
  width: 100%;
  height: 80%;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 1%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0%;
}

.column-9 {
  padding-left: 0;
  padding-right: 1%;
}

.column-10 {
  margin-top: -10%;
}

.section-8 {
  margin-top: 0%;
  margin-bottom: 30%;
}

.column-3-hp {
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  right: auto;
}

.column-2-copy {
  background-color: #e3e4e4;
  height: 950px;
  margin-top: -75px;
  padding-left: 0;
  padding-right: 0;
}

.column-2-copy.hp {
  clear: none;
  background-color: #e4e4e400;
  height: 70vh;
  margin-top: 0;
  position: relative;
}

.columns-2-hp {
  background-color: #e4e4e4;
  height: 65vh;
}

.scroll-down-wrapper-2-hp {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 89%;
  max-width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: relative;
  inset: 0 0 25px;
  overflow: hidden;
}

.scroll-down-wrapper-2-hp.home {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-left: 0;
  display: flex;
}

.heading-5-copy {
  color: #000;
  -webkit-text-stroke-color: black;
  text-transform: lowercase;
  width: 600px;
  margin-top: 20%;
  margin-left: 0;
  padding-left: 3%;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 90px;
  line-height: 1.05;
  position: relative;
  top: 182px;
  left: auto;
}

.heading-5-copy.hp {
  margin-top: 20%;
  margin-bottom: 0;
  padding-left: 4%;
  top: 0;
}

.heading-5-copy-copy {
  color: #000;
  -webkit-text-stroke-color: black;
  text-transform: lowercase;
  -webkit-text-stroke-color: black;
  text-transform: lowercase;
  inset: 182px auto auto;
  width: 600px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 3%;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 90px;
  line-height: 1.05;
  display: block;
  position: relative;
  inset: 0 auto auto;
}

.lottie-animation-2-copy-copy-copy {
  width: auto;
  height: 70%;
  margin-top: 0%;
  margin-left: 98px;
  padding-bottom: 0;
  padding-right: 2%;
}

.lottie-animation-4-copy-copy-copy {
  width: 70%;
  margin-top: 200px;
  margin-left: 104px;
  padding-right: 0%;
  position: absolute;
  bottom: -30px;
}

.scroll-down-wrapper-2-about {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 2% 0 5%;
  padding-left: 0;
  display: flex;
  position: static;
  bottom: 45px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.scroll-down-wrapper-2-about.about {
  width: auto;
  margin-top: 0%;
  display: flex;
}

.scroll-down-wrapper-2-about.hidden {
  display: none;
}

.team-bild-new {
  width: 120px;
  margin-bottom: 20px;
  display: inline-block;
}

.div-block-15 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-grid-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  display: grid;
}

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

.rich-text-block-3-copy {
  direction: ltr;
  text-align: left;
  text-transform: lowercase;
  white-space: normal;
  margin-left: 0%;
  font-family: "Strokeweight 080", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 15.5px;
  text-decoration: none;
}

.rich-text-block-3-copy.new {
  direction: ltr;
  text-transform: lowercase;
  white-space: normal;
  font-family: "Strokeweight 080", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.heading-9, .heading-10, .heading-11 {
  text-transform: lowercase;
  font-family: "Strokeweight 080", sans-serif;
}

.paragraph-30 {
  text-transform: lowercase;
}

.body-6 {
  background-color: #f0f0f0;
}

.body-7 {
  background-color: #e3e4e4;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5 {
  justify-content: center;
  display: flex;
}

.image-6 {
  width: 150px;
  max-width: none;
  margin-top: 0;
}

.image-6.google {
  width: 250px;
}

.collection-item-4 {
  width: 150px;
}

.partner-logo {
  width: 150px;
  max-width: none;
  display: block;
}

.partner-logo.google {
  width: 300px;
}

.partner-logo.nvidia, .partner-logo.ipai {
  width: 350px;
}

.partner-logo.amd {
  width: 150px;
}

.partner-logo.dhbw {
  width: 300px;
}

.partner-logo.campus-founders {
  width: 350px;
}

.div-block-16 {
  justify-content: center;
  width: auto;
  display: flex;
}

.image-partners {
  position: absolute;
  top: 300px;
  right: 5%;
}

.image-partners.google {
  top: 600px;
  right: -50px;
}

.image-partners.nvidia {
  top: 1000px;
}

.partner._2 {
  margin-top: 150px;
}

.image-partners-2 {
  position: absolute;
  top: 300px;
  right: 30px;
}

.image-partners-2.google {
  top: 700px;
  left: 5%;
  right: auto;
}

.image-partners-3 {
  position: absolute;
  top: 1000px;
  right: 30px;
}

.image-partners-3.google {
  top: 600px;
  right: -50px;
}

.image-partners-4 {
  position: absolute;
  top: 300px;
  right: 5%;
}

.image-partners-4.google {
  top: 600px;
  right: -50px;
}

.image-partners-4.nvidia {
  top: 1000px;
}

.image-partners-5 {
  position: absolute;
  top: 300px;
  right: 5%;
}

.image-partners-5.google {
  top: 600px;
  right: -50px;
}

.image-partners-5.nvidia {
  top: 1000px;
}

.image-partners-5.ipai {
  top: 1400px;
  left: 5%;
  right: 0%;
}

.image-partners-6 {
  position: absolute;
  top: 1700px;
  right: 5%;
}

.image-partners-6.google {
  top: 600px;
  right: -50px;
}

.image-partners-6.nvidia {
  top: 1000px;
}

.image-partners-6.ipai {
  top: 1400px;
  left: 5%;
  right: 0%;
}

.image-partners-7 {
  position: absolute;
  top: 2100px;
  left: 5%;
  right: 0%;
}

.image-partners-7.google {
  top: 600px;
  right: -50px;
}

.image-partners-7.nvidia {
  top: 1000px;
}

.image-partners-7.ipai {
  top: 1400px;
  left: 5%;
  right: 0%;
}

.heading-5-copy-copy-copy {
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: black;
  text-transform: lowercase;
  -webkit-text-stroke-color: black;
  text-transform: lowercase;
  inset: 0 auto;
  width: 600px;
  margin: 63px 0 0;
  padding-left: 15%;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 50px;
  line-height: 1.05;
  display: block;
  position: relative;
  inset: 0 auto auto;
}

.heading-5-copy-copy-copy.second {
  margin-top: 10px;
}

.section-9 {
  height: 80vh;
  padding-top: 10%;
  padding-bottom: 10%;
  position: static;
}

.heading-5-copy-copy-copy-copy {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: black;
  text-transform: lowercase;
  justify-content: center;
  align-items: stretch;
  width: 600px;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 60px;
  line-height: 1.05;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.paragraph-28-copy {
  z-index: 100;
  color: #000;
  width: 500px;
  margin-top: 10%;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 4%;
  font-family: "Strokeweight 080", sans-serif;
  position: relative;
  top: 0;
  left: auto;
}

.want-to-try-creaition {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: black;
  text-transform: lowercase;
  justify-content: center;
  align-items: stretch;
  width: 600px;
  margin-top: 500px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 60px;
  line-height: 1.05;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.column-3-hp-copy {
  height: 80vh;
  padding-left: 0;
  padding-right: 0;
  right: auto;
}

.image-partners-8 {
  position: absolute;
  top: 2500px;
  left: auto;
  right: 5%;
}

.image-partners-8.google {
  top: 600px;
  right: -50px;
}

.image-partners-8.nvidia {
  top: 1000px;
}

.image-partners-8.ipai {
  top: 1400px;
  left: 5%;
  right: 0%;
}

.lottie-animation-4-copy-copy-copy-copy {
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 104px;
  padding-top: 0;
  padding-right: 0%;
  position: static;
  bottom: -30px;
}

.filter-image-white-google.social, .filter-image-white-4-copy.social {
  width: 18px;
}

.filter-image-white-4-copy.amd {
  width: 40%;
}

.filter-image-white-2-hp {
  max-width: 40%;
}

.filter-image-white-2-hp.social {
  width: 18px;
}

.nav-wrapper-copy-6 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.nav-wrapper-copy-6.w--current {
  text-transform: lowercase;
}

.nav-wrapper-copy-6._0-padding {
  padding-bottom: 0;
}

.column-9-copy {
  padding-left: 0;
  padding-right: 1%;
}

.image-philosophy {
  width: 100%;
  height: 80%;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 1%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0%;
}

.lottie-animation-8 {
  justify-content: flex-end;
  width: 80%;
  display: block;
  position: absolute;
  right: 0;
}

.columns-4-philosophy {
  height: 80vh;
  padding-top: 10%;
}

.lottie-animation-9 {
  width: 85%;
  margin-top: 10%;
  position: absolute;
  top: auto;
  bottom: auto;
  right: 2%;
}

.image-philosophy-2 {
  width: 80%;
  height: 80%;
  margin-top: 0;
  margin-left: 100px;
  margin-right: 1%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0%;
  position: static;
  right: 0;
}

.margin-150px-partners {
  margin-top: 0;
  display: flex;
  position: relative;
}

.margin-150px-partners.partners {
  justify-content: center;
  margin-top: 50px;
}

.margin-150px-partners.partners.last {
  margin-bottom: 0;
}

.margin-150px-partners.about {
  justify-content: center;
}

.html-embed-3 {
  color: var(--black);
}

.div-block-17 {
  margin-right: 15px;
  padding-left: 0;
}

.div-block-18 {
  padding-right: 0;
}

.div-block-19 {
  font-family: "Strokeweight 060", sans-serif;
  display: flex;
  position: relative;
}

.button-left {
  background-color: #000;
  border-radius: 15px;
  margin-top: 15px;
  margin-left: 31px;
  padding-left: 15px;
}

.section-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.div-block-20 {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.navbar {
  background-color: #fff;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  inset: 0% 0% auto;
}

.image-7 {
  margin-top: 18px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-8 {
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.div-block-21 {
  background-color: #fff;
  width: auto;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 50px;
}

.div-block-21.partners {
  margin-top: 0;
  padding-bottom: 50px;
}

.div-block-21.animation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-22 {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.div-block-23 {
  display: block;
}

.text-block-8 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  display: block;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-9 {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.section-11 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.heading-new {
  text-transform: lowercase;
  margin-top: 50px;
  margin-right: 0;
  padding-right: 0;
  line-height: 40px;
}

.copytext {
  text-transform: lowercase;
  flex: 0 auto;
  margin-bottom: 15px;
  margin-left: 0%;
  padding-right: 107px;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.copytext.jobs {
  opacity: 1;
  color: #000;
  margin-bottom: 0;
  padding-left: 10%;
  padding-right: 47px;
}

.copytext.jobs.small {
  color: var(--black);
  margin-top: 5%;
  margin-bottom: 5px;
}

.copytext._2videos {
  padding-right: 107px;
}

.copytext.apply {
  margin-bottom: 0;
  padding-right: 120px;
}

.copytext.quote {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 18px;
}

.copytext.position {
  margin-top: 0;
  font-size: 22px;
}

.copytext.name {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "Strokeweight 120", sans-serif;
  font-size: 22px;
}

.cell {
  padding-left: 41px;
  padding-right: 0;
}

.image-8 {
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.heading-new {
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 1%;
  padding-right: 10px;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

.heading-new.job {
  color: #000;
  margin-bottom: 4%;
  padding-left: 10%;
  padding-right: 20px;
  line-height: 50px;
}

.heading-new.jobs {
  margin-bottom: 1%;
  font-size: 65px;
  display: inline-block;
}

.heading-new.quote {
  margin-bottom: 0;
  font-family: "Strokeweight 120", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-new.enterprise {
  margin-left: 0%;
}

.column-11 {
  padding-top: 85px;
  padding-left: 35px;
  padding-right: 0;
  display: inline-block;
}

.section-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: .5px #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section-12.switch {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: .5px #fff7f7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: flex;
}

.text-block-9 {
  text-align: center;
  display: inline-block;
}

.container-10 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.container-11 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.navbar-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  min-height: 80px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.image-9 {
  margin-left: 0;
  padding-left: 0;
}

.brand-2 {
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.column-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 85px;
  padding-left: 35px;
  display: inline-block;
}

.text-block-10 {
  color: var(--ghost-white);
  text-align: left;
  text-transform: lowercase;
  max-width: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-13 {
  background-color: #7a7a7a;
}

.image-10 {
  min-height: 0;
}

.columns-6 {
  text-align: center;
  text-transform: lowercase;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-13 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.footer-2-copy {
  background-color: #eee;
  padding: 20px 5%;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-12 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 100%;
  max-height: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  flex-direction: column;
  flex: 0 auto;
  align-self: flex-end;
  margin-top: 30px;
  padding: 0 5px 0 45px;
  display: flex;
}

.footer-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
  position: relative;
}

.footer-block {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  padding-right: 0;
  font-size: 1vw;
  line-height: 1.2vw;
  display: block;
  position: static;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-3 {
  opacity: 1;
  color: #fff;
  cursor: pointer;
  border: 1px solid #0000;
  align-self: auto;
  width: auto;
  min-width: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 1vw;
  line-height: 1.2vw;
  text-decoration: none;
  display: block;
}

.footer-link-3:hover {
  color: #fff;
  font-family: "Strokeweight 080", sans-serif;
  transform: translate(0);
}

.footer-link-3.status2 {
  min-width: 120px;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 1vw;
  line-height: 1.2vw;
}

.footer-link-3.long {
  color: #fff0;
  -webkit-text-stroke-color: #00051b00;
  min-width: 100px;
  font-family: "Strokeweight 080", sans-serif;
}

.footer-social-block {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  margin-top: 4px;
  margin-left: 0;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-social-link {
  cursor: pointer;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  margin-left: 12px;
  display: flex;
}

.footer-divider {
  background-color: #e4ebf300;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-copyright-center {
  color: var(--ghost-white);
  text-align: left;
  -webkit-text-stroke-color: var(--black);
  padding-left: 40px;
  font-size: 10px;
  line-height: 16px;
}

.footer-new {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 0;
  display: block;
  position: relative;
}

.image-11 {
  min-width: 80px;
  margin-top: 0;
  margin-bottom: -3px;
  margin-right: 0;
  padding: 0;
  display: inline-block;
}

.div-block-24 {
  flex: 1;
  align-self: center;
  align-items: flex-end;
  padding: 0 147px 0 5px;
  display: flex;
}

.div-block-24._2 {
  padding-right: 0;
}

.image-12 {
  min-width: 20px;
  max-width: 70%;
}

.image-13 {
  min-width: 20px;
  max-width: 70%;
  display: inline-block;
}

.navigation-grid-2-copy {
  grid-column-gap: 254px;
  grid-row-gap: 16px;
  text-transform: lowercase;
  background-color: #fff0;
  grid-template: ". Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: auto;
  display: grid;
  position: static;
  left: auto;
}

.div-block-20-new-page {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.html-embed-4 {
  max-width: 50%;
}

.columns-7 {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.columns-8 {
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
}

.background-video-4 {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.background-video-5 {
  margin-right: 0;
}

.grid-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

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

.background-video-6 {
  margin-left: 41px;
  padding-left: 70px;
}

.container-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 86px;
  margin-right: 0;
  display: flex;
}

.container-14 {
  display: flex;
}

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

.grid-3 {
  grid-column-gap: 5px;
  grid-row-gap: 1px;
  grid-template-areas: ". Area";
}

.column-14 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 115px;
  padding-bottom: 115px;
  padding-left: 5%;
  display: flex;
}

.column-15 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 115px 70px 115px 5%;
  display: flex;
}

.background-video-7 {
  display: block;
}

.paragraph-31 {
  color: var(--ghost-white);
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  display: flex;
}

.section-15 {
  margin-top: 21px;
}

.container-16 {
  background-color: #000;
  max-width: 100%;
}

.column-16 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 115px;
  padding-bottom: 115px;
  padding-left: 5%;
  display: flex;
}

.column-17 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-left: 5%;
  display: flex;
}

.column-18, .column-19 {
  padding-left: 0;
  padding-right: 0;
}

.column-20 {
  padding-left: 0%;
  padding-right: 0;
}

.column-21, .column-22 {
  padding-left: 0;
  padding-right: 0;
}

.column-23 {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.column-24 {
  padding-left: 0;
  padding-right: 0;
}

.twitter {
  justify-content: flex-end;
  display: flex;
}

.background-video-8 {
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.heading-new-page {
  color: #000;
  text-transform: lowercase;
  margin-top: 5%;
  margin-bottom: 0;
  padding-left: 10%;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 65px;
  position: relative;
  top: 0;
}

.heading-new-page.sec {
  margin-top: -2%;
}

.heading-new-page.team {
  text-align: left;
  padding-left: 0%;
}

.column-25 {
  padding-left: 0;
  padding-right: 0;
}

.column-26 {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 1.5%;
  margin-bottom: 3%;
  padding-top: 0%;
  padding-bottom: 0;
  padding-right: 0%;
  display: block;
}

.section-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 4.5%;
  padding-bottom: 0%;
  display: block;
}

.section-16.hidden {
  padding-top: 0%;
}

.columns-9 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0%;
  display: flex;
  position: relative;
}

.brand-3 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.container-17 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0%;
  display: block;
  position: relative;
}

.navbar-3 {
  background-color: #fff;
  border: 1px #000;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-button {
  background-color: #fff0;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.menu-button.w--open, .nav-menu {
  background-color: #fff;
}

.nav-menu-2 {
  float: none;
  clear: none;
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0% 0% 100%;
  padding-top: 95px;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.nav-link-new-page {
  background-color: #c2919100;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 65px;
  line-height: 55%;
  display: flex;
}

.nav-link-new-page:hover {
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.dropdown-toggle {
  background-color: #fff;
}

.dropdown-list {
  background-color: #e0a1a1;
}

.dropdown-list.w--open {
  background-color: #e0a1a1;
  position: fixed;
  inset: 9% 0% 0%;
}

.cell-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.cell-3, .cell-4 {
  justify-content: center;
}

.quick-stack-2 {
  padding: 0 0% 0 3%;
}

.cell-5 {
  opacity: .2;
  justify-content: center;
  align-items: center;
}

.image-14, .image-15, .image-16 {
  opacity: .2;
}

.cell-6, .cell-7, .cell-8, .cell-9 {
  justify-content: center;
  align-items: center;
}

.image-17, .image-18 {
  opacity: .2;
}

.cell-10 {
  justify-content: center;
  align-items: center;
}

.div-block-25 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.quick-stack-3, .quick-stack-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

.image-19 {
  opacity: .2;
}

.div-block-27 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.container-18 {
  opacity: .2;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 50px;
  margin-right: 50px;
  padding-bottom: 2px;
  display: flex;
}

.image-20 {
  margin-left: 30px;
  margin-right: 40px;
  padding-right: 0;
}

.image-20.pt2 {
  opacity: .4;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.image-21 {
  margin-left: 30px;
  margin-right: 30px;
}

.image-21.pt2 {
  opacity: .4;
  margin-left: 0;
  margin-right: 0;
}

.image-22 {
  margin-left: 35px;
  margin-right: 30px;
}

.image-22.pt2 {
  opacity: .4;
  margin-left: 0;
  margin-right: 0;
}

.image-23 {
  margin-left: 40px;
  margin-right: 30px;
}

.image-23._2 {
  opacity: .4;
  width: auto;
  max-width: none;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
}

.image-24 {
  margin-left: 5px;
  margin-right: 5px;
}

.image-24.pt2 {
  opacity: .4;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.image-25 {
  margin-left: 40px;
  margin-right: 35px;
}

.image-25.pt2 {
  opacity: .4;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
}

.image-26 {
  margin-left: 50px;
  margin-right: 50px;
}

.image-26.pt2 {
  opacity: .4;
  max-width: 60%;
  margin-left: 0;
  margin-right: 78px;
}

.image-27 {
  margin-left: 50px;
  margin-right: 50px;
}

.image-27.pt2 {
  opacity: .4;
  max-width: 50%;
  margin-left: 22px;
  margin-right: 0;
}

.image-28 {
  margin-left: 50px;
  margin-right: 50px;
}

.image-28.pt2 {
  opacity: .4;
  min-width: auto;
  max-width: 80%;
  margin-left: 0;
  margin-right: 0;
}

.image-29 {
  margin-left: 50px;
  margin-right: 50px;
}

.image-29.pt2 {
  opacity: .4;
  max-width: 50%;
  margin-left: 0;
  margin-right: 20px;
}

.image-30 {
  margin-left: 50px;
  margin-right: 50px;
}

.image-30.pt2 {
  opacity: .4;
  max-width: 75%;
  margin-left: 0;
  margin-right: 0;
}

.section-17 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-11 {
  color: var(--ghost-white);
}

.container-19 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-18 {
  outline-offset: 0px;
  outline: .5px #fff;
}

.section-18.down {
  margin-top: 0;
  margin-bottom: 75px;
}

.section-18.onlytext {
  margin-top: 100px;
}

.section-18.quote {
  margin-top: 10px;
  margin-bottom: 95px;
}

.section-19 {
  margin-top: -14px;
  margin-bottom: 0%;
}

.div-block-28 {
  opacity: 1;
  outline-offset: 0px;
  background-color: #fff;
  border: .5px solid #fff;
  outline: .75px #fff;
  height: 0;
}

.div-block-29 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2%;
  margin-bottom: 5%;
  display: flex;
}

.background-video-9 {
  margin-top: 10%;
  margin-left: 10%;
  margin-right: 10%;
}

.columns-10 {
  margin-top: 102px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-areas: "."
                       "Area";
}

.image-31 {
  opacity: .4;
  max-width: 90%;
  margin-left: 0;
}

.column-27 {
  padding-left: 0;
  padding-right: 0;
}

.navbar-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.nav-menu-3 {
  background-color: #fff;
}

.menu-button-2 {
  background-color: #02010100;
  flex: 0 auto;
  align-self: auto;
}

.menu-button-2.w--open {
  background-color: #fff;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: start;
  align-items: center;
}

.cell-11 {
  align-items: flex-end;
}

.cell-12 {
  justify-content: center;
  align-items: center;
}

.cell-13 {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-5 {
  text-align: left;
  padding: 0;
}

.container-20 {
  margin-left: 0;
}

.dropdown-list-2 {
  inset: 0% 0% auto;
}

.dropdown-list-2:active {
  position: absolute;
}

.dropdown-list-2.w--open {
  position: sticky;
  inset: auto 0% 0% auto;
}

.dropdown-toggle-2 {
  padding: 0;
  position: static;
}

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

.dropdown {
  margin-left: 100%;
  padding-bottom: 0;
}

.container-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-left: 24px;
  margin-right: 0;
  display: grid;
}

.dropdown-list-3 {
  background-color: #a08c8c;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
}

.html-embed-5 {
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quick-stack-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: auto;
  padding: 0;
}

.quick-stack-6.down {
  margin-top: 100px;
}

.quick-stack-6.down.enterprise {
  margin-top: 3%;
}

.quick-stack-6.closer {
  margin-bottom: -5px;
  padding-bottom: 0;
}

.quick-stack-6.progress {
  margin-bottom: -4px;
}

.quick-stack-6.quotes {
  margin-top: 5%;
}

.cell-14 {
  flex-direction: column;
  justify-content: center;
  padding-right: 10px;
}

.cell-14.picleft {
  padding-right: 0;
}

.cell-14.picleft.down {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.cell-15 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0%;
}

.cell-15.picleft {
  padding-left: 10%;
}

.cell-15.picleft.down {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cell-15.picleft.quotes {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 10%;
}

.nav {
  z-index: 999999;
  background-color: #fff;
  position: fixed;
  inset: 0%;
}

.link {
  color: #000000e6;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 5vw;
  padding-top: 10vw;
  font-size: 5vw;
  text-decoration: none;
  display: flex;
}

.html-embed-6 {
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: auto;
  padding-bottom: 0;
  display: flex;
}

.html-embed-6.enterprise {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.nav-menu-4 {
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: auto;
}

.nav-link {
  color: #000000e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 5.5vw;
  line-height: 5.5vw;
  display: flex;
}

.nav-link:hover {
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.nav-link.notblue {
  color: #000;
  flex: 0 auto;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 14vh;
  line-height: 10vh;
  display: flex;
}

.nav-link-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 5.5vw;
  line-height: 5.5vw;
  display: flex;
}

.nav-link-2:hover {
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.nav-link-2.notblue {
  color: #000;
  font-size: 108px;
  line-height: 120px;
}

.nav-link-3 {
  color: #000000e6;
  -webkit-text-stroke-color: #000;
  justify-content: center;
  align-items: center;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 108px;
  line-height: 120px;
  display: flex;
}

.nav-link-3:hover {
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.nav-link-3.notblue {
  color: #000;
  font-size: 108px;
  line-height: 120px;
}

.nav-link-3.noblue {
  color: #000;
  flex-flow: column;
  flex: 1 0 auto;
  align-self: stretch;
  display: block;
}

.navbar-6 {
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.container-22 {
  grid-column-gap: 33px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center;
  width: auto;
  display: grid;
}

.login-button {
  color: #000000e6;
  text-align: center;
  cursor: pointer;
  align-self: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  text-decoration: none;
}

.login-button:hover {
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.login-button.hidden {
  font-family: "Strokeweight 080", sans-serif;
}

.login-button.hidden:hover {
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.cell-16 {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding-right: 0;
}

.cell-17 {
  justify-content: center;
  align-items: center;
}

.cell-18 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
}

.cell-19 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 15px;
}

.quick-stack-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0 0 0 10px;
}

.quick-stack-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: 0;
}

.cell-20 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
}

.cell-21 {
  justify-content: center;
  padding-top: 0%;
  padding-right: 0;
}

.cell-21.team {
  justify-content: flex-start;
  padding-top: 5%;
  padding-left: 10%;
}

.cell-21.test {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.html-embed-7 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-12 {
  color: var(--ghost-white);
  min-width: 100px;
  padding-left: 15px;
  padding-right: 0;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 10px;
  line-height: 13px;
}

.image-33 {
  opacity: .4;
  max-width: 71%;
  margin-left: 15px;
  margin-right: 0;
}

.image-34 {
  opacity: .4;
}

.html-embed-8 {
  display: flex;
}

.link-block-6 {
  cursor: pointer;
}

.div-block-30 {
  text-align: center;
}

.image-35 {
  max-width: 100%;
  margin-bottom: 15px;
}

.image-36, .image-37, .image-38, .image-39, .image-40, .image-41 {
  margin-bottom: 15px;
}

.div-block-31 {
  margin-bottom: 5%;
}

.quick-stack-9 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding: 0;
}

.quick-stack-9.careers {
  margin-top: -15px;
}

.cell-22 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cell-22.text {
  flex-direction: column;
}

.image-42 {
  display: block;
}

.cell-23 {
  justify-content: center;
  align-items: flex-start;
}

.body-8 {
  background-color: #fff;
}

.body-9 {
  background-color: #f1f1f1;
}

.cell-24 {
  flex-direction: row;
}

.image-43 {
  margin-bottom: 15px;
}

.container-23 {
  background-color: #f3f4f5;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.cell-25 {
  justify-content: center;
  align-items: flex-start;
}

.heading-12 {
  font-family: "Strokeweight 080", sans-serif;
}

.cell-26 {
  flex-direction: column;
}

.div-block-32 {
  border: .5px solid #fff;
}

.empty-state-2 {
  background-color: #f2f1f1;
  width: 200px;
  margin-left: 10%;
  padding-left: 0;
}

.div-block-33 {
  border: .5px solid #fff;
}

.container-24 {
  max-width: 200%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.quick-stack-10 {
  padding-left: 0;
  padding-right: 0;
}

.cell-27 {
  padding-left: 10%;
}

.button-rebranding-2 {
  color: #000;
  text-transform: lowercase;
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button-rebranding-2:hover {
  color: #fff;
  background-color: #333;
}

.hero-flex-center-2 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-flex-center-2._3 {
  justify-content: center;
  margin-left: 7%;
  padding-top: 0;
  padding-bottom: 0;
}

.lottie-animation-10 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 8%;
  max-width: none;
  height: 50px;
  max-height: none;
  margin-top: 0%;
  margin-bottom: 1%;
  margin-left: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-20 {
  color: #000;
  background-color: #f2f1f1;
  padding: 0 0% 60px;
  position: relative;
}

.rich-text-block-3-copy-2 {
  direction: ltr;
  text-align: left;
  text-transform: lowercase;
  white-space: normal;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.container-25 {
  z-index: 1;
  text-align: center;
  flex: 1;
  max-width: 1200px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 0;
  font-style: normal;
  position: relative;
  overflow: visible;
}

.container-25._2 {
  max-width: 940px;
}

.subhead-2 {
  color: #000;
  text-transform: lowercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-34 {
  margin-left: 10%;
}

.heading-13 {
  font-size: 17.5px;
  line-height: 20px;
}

.paragraph-32 {
  font-size: 17.5px;
}

.heading-14 {
  font-size: 40px;
}

.heading-15 {
  font-size: 40px;
  line-height: 42px;
}

.hidden {
  display: none;
}

.text-link {
  color: #000000e6;
  text-transform: lowercase;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  text-decoration: none;
}

.text-link:hover {
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.text-link.hidden {
  display: block;
}

.text-link.hidden._2 {
  font-family: "Strokeweight 080", sans-serif;
  font-size: 18px;
}

.text-link.hidden._2:hover {
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.navbar-7 {
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.navlink.notblue.products {
  color: #000;
  justify-content: center;
  align-items: center;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 5.5vw;
  line-height: 5.5vw;
  display: flex;
}

.navlink.notblue.products:hover {
  font-family: "Strokeweight 080 Rotater 12", sans-serif;
}

.quick-stack-11 {
  grid-column-gap: 5px;
  grid-row-gap: 12px;
  padding-left: 0;
  padding-right: 0;
}

.cell-28 {
  flex-direction: column;
}

.legal-new.subline {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.div-block-35 {
  background-color: #111;
  height: 50px;
  margin-top: -86px;
}

.div-block-36 {
  outline-offset: 0px;
  background-color: #fff;
  outline: 1px #fff0;
  height: 2px;
  margin-bottom: 0%;
}

.paragraph-35, .paragraph-36 {
  padding-right: 0;
}

.image-44 {
  max-width: 100%;
  overflow: visible;
}

.div-block-37 {
  margin-top: 3%;
  margin-bottom: 5%;
}

.text-block-13 {
  text-transform: lowercase;
  font-family: "Strokeweight 060", sans-serif;
  font-weight: 400;
}

.text-block-14 {
  text-transform: lowercase;
  font-family: "Strokeweight 060", sans-serif;
}

.link-2, .link-3, .link-4, .link-5 {
  color: #000000e6;
}

.bold {
  font-size: 17px;
  font-weight: 400;
}

.link-6, .link-7 {
  color: #000000e6;
}

.link-8 {
  color: #000000e6;
  padding-right: 0;
}

.link-9, .link-10, .link-11, .link-12, .link-13, .link-14, .link-15, .link-16, .link-17, .link-18 {
  color: #000000e6;
}

.link-19 {
  color: var(--black);
}

.text-span {
  color: #000;
}

.link-20, .link-21, .link-22, .link-23, .link-24, .link-25, .link-26, .link-27, .link-28, .link-29, .link-30, .link-31 {
  color: #000000e6;
}

.body-10 {
  background-color: #f1f1f1;
}

.div-block-38 {
  margin-right: 0;
  padding-left: 10%;
  padding-right: 50%;
}

.quick-stack-12 {
  padding-left: 10%;
}

.cell-29 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.heading-25 {
  font-size: 45px;
  line-height: 50px;
}

.heading-26 {
  font-size: 30px;
  line-height: 38px;
}

.paragraph-42 {
  line-height: 24px;
}

.block-quote-3 {
  font-size: 30px;
  line-height: 36px;
}

.list-3 {
  list-style-type: disc;
  overflow: hidden;
}

.list-item-5 {
  color: #000;
}

.list-item-6, .list-item-7 {
  color: var(--black);
}

.list-item-8, .list-item-9 {
  color: #000;
}

.list-item-10 {
  color: var(--black);
}

.section-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 1%;
  display: flex;
}

.textfield.new.fomular.w--open {
  background-color: #fff;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 18px;
}

.dropdown-2 {
  color: #fff;
  background-color: #fff;
}

.text-block-15 {
  order: 0;
  align-self: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-45, .image-46 {
  margin-left: 1%;
}

.dropdown-3 {
  aspect-ratio: auto;
  color: var(--dim-grey);
  object-fit: fill;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 16px;
  line-height: 0;
  display: block;
}

.icon-2 {
  inset: 0% 0% 0% auto;
}

.text-block-16 {
  color: #4c4c4c;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-toggle-3 {
  color: #585858;
  padding-left: 16px;
  font-size: 15px;
  display: block;
  position: relative;
  top: 5px;
  bottom: 5px;
}

.dropdown-toggle-3.w--open {
  background-color: #fff;
  padding-right: 0;
  display: block;
}

.dropdown-link {
  color: #4c4c4c;
  background-color: #fff;
  padding-left: 16px;
  font-size: 15px;
  line-height: 10px;
}

.pricing-class-heading {
  text-align: center;
  text-transform: lowercase;
  margin-top: 10px;
  font-family: "Strokeweight 120", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.price-eur {
  text-align: center;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Strokeweight 080", sans-serif;
}

.container-26 {
  border: 3px #000;
  border-radius: 20px;
}

.div-block-39 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  display: flex;
}

.per-month {
  color: var(--dim-grey);
  text-align: left;
  align-self: flex-end;
  margin-bottom: 10px;
  font-family: "Strokeweight 080", sans-serif;
  font-size: 10px;
}

.per-month.billedyearly {
  text-align: right;
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 1;
}

.columns-15 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: space-between;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-44 {
  text-transform: lowercase;
  font-family: "Strokeweight 080", sans-serif;
}

.feature-list {
  margin-bottom: 20px;
  font-family: "Strokeweight 080", sans-serif;
}

.list-item-11 {
  color: #000;
}

.column-29 {
  border: 2px #000;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Strokeweight 120", sans-serif;
}

.text-block-17 {
  font-family: "Strokeweight 080", sans-serif;
}

.text-block-18 {
  text-align: center;
  background-color: #b1b1b100;
  justify-content: center;
  align-items: stretch;
  font-family: "Strokeweight 120", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: -5% 0% auto;
}

.link-32 {
  color: #000000e6;
}

.div-block-40 {
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  height: 90vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

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

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.docs-h1 {
  text-transform: lowercase;
  font-family: "Strokeweight 120", sans-serif;
}

.section-22 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f0f0f0;
  display: flex;
  overflow: visible;
}

.div-block-41 {
  flex: 0 auto;
  width: 300px;
  margin-right: 0;
  padding-right: 0;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: scroll;
}

.div-block-42 {
  flex: 1;
  margin-top: 0;
  margin-bottom: 100px;
  margin-left: 300px;
  padding-left: 40px;
  padding-right: 40px;
}

.link-33 {
  color: #000000e6;
}

.rich-text-block-4 {
  text-transform: lowercase;
  word-break: normal;
  margin-left: 40px;
  margin-right: 40px;
  font-family: "Strokeweight 060", sans-serif;
  font-style: normal;
  line-height: 9px;
}

.list-item-12 {
  color: #000;
  line-height: 0;
}

.link-34 {
  color: #000;
}

.heading-27 {
  margin-top: -100px;
  padding-top: 100px;
  font-family: "Strokeweight 120", sans-serif;
}

.link-35 {
  color: #000;
}

.text-block-19 {
  color: #000;
  font-family: "Strokeweight 120", sans-serif;
}

.heading-28 {
  text-transform: lowercase;
  font-family: "Strokeweight 120", sans-serif;
  font-size: 14px;
}

.link-36 {
  color: #000;
  text-transform: lowercase;
  margin-left: 40px;
  padding-bottom: 5px;
  font-family: "Strokeweight 120", sans-serif;
  text-decoration: none;
}

.link-36.section-header {
  margin-left: 20px;
}

.div-block-43 {
  margin-bottom: 140px;
}

.body-11 {
  background-color: #f0f0f0;
}

.list-item-13 {
  line-height: 16px;
}

.div-block-44 {
  margin-top: 140px;
}

.background-video-10 {
  z-index: 1000;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-end;
  width: auto;
  min-width: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  overflow: visible;
}

.div-block-45 {
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.column-30 {
  padding-right: 10px;
}

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    padding-bottom: 6px;
  }

  .page-content {
    padding-left: 0;
  }

  .container.contact {
    margin-right: 10%;
  }

  .container.template-down {
    margin-bottom: 10px;
  }

  .section {
    padding-top: 10px;
    padding-bottom: 0;
  }

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

  .section._2 {
    margin-top: 0;
  }

  .section.new {
    padding-top: 10px;
  }

  .first-checkout {
    width: 100%;
    margin-right: 0;
  }

  .second-checkout {
    flex-basis: auto;
    width: 100%;
    position: relative;
    top: 0;
  }

  .checkout-container {
    flex-direction: column-reverse;
  }

  .margin-15px {
    margin-top: 10px;
    font-size: 12px;
  }

  .display-1 {
    font-size: 74px;
  }

  .display-3 {
    font-size: 40px;
  }

  .sticky-left {
    position: relative;
    top: 0;
  }

  .components-grid, .components-grid-style {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-link {
    max-width: 80%;
  }

  .margin-40px.make-10px {
    margin-top: 10px;
  }

  .margin-40px.new {
    margin-top: 20px;
  }

  .margin-150px {
    margin-top: 120px;
  }

  .arrow-top {
    color: #000000e6;
  }

  .legal-wrapper {
    width: 100%;
  }

  .pricing-grid {
    grid-row-gap: 90px;
    grid-template-columns: 1fr;
  }

  .card-container {
    width: auto;
    min-width: 420px;
  }

  .menu-overlay {
    cursor: auto;
  }

  .menu-grid {
    background-color: #0000;
  }

  .hamburger-menu {
    width: 60px;
    margin-left: 10px;
  }

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

  .hero {
    height: auto;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .hero._2 {
    padding-top: 260px;
    padding-bottom: 110px;
  }

  .hero.intro {
    padding-bottom: 200px;
  }

  .grid-2-columns {
    grid-column-gap: 70px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._2 {
    flex-direction: column-reverse;
    display: flex;
  }

  .grid-2-columns._3 {
    max-width: 100%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .hero-display {
    font-size: 14vw;
  }

  .hero-display._1.second.new {
    font-size: 55px;
    line-height: 55px;
  }

  .hero-display._2 {
    white-space: nowrap;
    font-size: 10vw;
    overflow: auto;
  }

  .hero-display._3 {
    white-space: nowrap;
    font-size: 10vh;
  }

  .hero-display.with-breaking {
    white-space: normal;
  }

  .hero-display._1-about {
    flex: 0 auto;
    font-size: 8vh;
    overflow: visible;
  }

  .hero-display._1-about.second {
    font-size: 70px;
  }

  .hero-display._1-contact {
    flex: 0 auto;
    font-size: 8vh;
    overflow: visible;
  }

  .hero-display._1-contact.second {
    font-size: 70px;
  }

  .hero-display._1-legal {
    flex: 0 auto;
    font-size: 8vh;
    overflow: visible;
  }

  .hero-display._1-legal.second {
    font-size: 70px;
  }

  .hero-display._1-copy {
    flex: 0 auto;
    font-size: 10vw;
    overflow: visible;
  }

  .hero-display._1-copy.second {
    font-size: 70px;
  }

  .hero-display._1 {
    flex: 0 auto;
    font-size: 10vw;
    overflow: visible;
  }

  .hero-display._1.second {
    font-size: 70px;
  }

  .subhead {
    font-size: 16px;
  }

  .work-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .work-grid.no-snap {
    width: 100vh;
  }

  .item-grid {
    grid-row-gap: 30px;
  }

  .project-circle {
    width: 80px;
    height: 80px;
  }

  .project-overlay {
    background-image: linear-gradient(#0000, #0000);
  }

  .category-top {
    top: 20px;
    left: 20px;
  }

  .category-bottom {
    bottom: 20px;
    left: 20px;
  }

  .project-title {
    font-size: 30px;
  }

  .logo-grid {
    grid-column-gap: 16px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
  }

  .max-w-width._2 {
    margin-left: 0;
  }

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

  .services-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-grid {
    grid-template-columns: .6fr 1fr;
  }

  .services-icon {
    width: 44px;
  }

  .service-title {
    font-size: 23px;
  }

  .fun-facts-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    max-height: 7vh;
    margin-right: 5%;
    font-size: 14px;
  }

  .number-digit {
    font-size: 10vw;
  }

  .blog-post-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .bottom-part._2.left {
    background-color: #f2f1f1;
  }

  .top-part {
    height: 220px;
  }

  .top-part._2 {
    height: 340px;
  }

  .max-w-center._2 {
    max-width: 70%;
  }

  .footer-logo {
    height: auto;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    max-width: 100%;
  }

  .copyright-flex {
    margin-top: 20px;
  }

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

  .hero-2 {
    height: auto;
    padding: 300px 5%;
  }

  .absolute-hero-text {
    max-width: 40%;
  }

  .absolute-hero-text._2 {
    bottom: 100px;
  }

  .track {
    height: auto;
  }

  .sticky {
    width: auto;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 5%;
    position: relative;
    overflow: visible;
  }

  .sticky._2 {
    height: auto;
    padding-bottom: 0;
    padding-right: 0%;
  }

  .wrapper {
    width: auto;
  }

  .collection-list {
    flex-wrap: wrap;
  }

  .collection-item {
    flex: 0 auto;
    width: 50%;
    padding-right: 0;
  }

  .collection-item._2 {
    width: 50%;
  }

  .people-photo {
    flex: none;
    top: -54px;
  }

  .testimonials-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .text-rotator-first {
    top: 100px;
  }

  .start-icon {
    width: 50px;
  }

  .text-line.new {
    font-size: 58px;
  }

  .grid-3-columns {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .fun-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .fun-facts-wrapper {
    justify-content: center;
  }

  .blog-image {
    width: 300px;
    bottom: 35px;
    right: -55px;
  }

  .blog-wrapper-link {
    max-width: 90%;
  }

  .blog-item {
    background-color: #f2f1f1;
  }

  .collection-grid {
    grid-template-rows: minmax(auto, 1fr);
  }

  .team-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

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

  .section-presanation.presantation {
    grid-template-columns: 1fr 1fr;
  }

  .presantation-link {
    justify-content: flex-start;
  }

  .div-block-4 {
    background-repeat: repeat-x;
    background-size: 100%;
  }

  .number-digit-copy {
    font-size: 10vw;
  }

  .container-2 {
    padding-top: 11%;
  }

  .container-3 {
    padding-top: 18%;
  }

  .fun-facts-grid-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    max-height: 80px;
    padding-right: 3vw;
  }

  .number-digit-2, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy {
    font-size: 80px;
  }

  .number-digit-2-copy, .number-digit-2-copy-copy {
    color: #000;
    font-size: 80px;
  }

  .button-log-in.join {
    width: 160px;
    font-size: 18px;
  }

  .button-log-in.learn-more {
    margin-top: 1.5%;
    padding-top: 3px;
  }

  .button-log-in.buy {
    width: 160px;
    font-size: 18px;
  }

  .display-4-copy.new {
    margin-top: 100px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .container-4 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .hamburger-menu-2 {
    width: 60px;
    margin-left: 10px;
  }

  .flex-wrapper-2 {
    margin-right: -2px;
  }

  .div-block-8 {
    margin-left: 11px;
  }

  .button-log-in-2.large.new {
    width: 100px;
    height: 32px;
    padding-top: 3px;
    font-size: 16px;
  }

  .button-log-in-2.large.new.footer {
    align-self: flex-end;
    width: 105px;
    height: 25px;
    padding-top: 1px;
    font-size: 14px;
  }

  .button-log-in-2.large.new.ft {
    width: 180px;
    height: 38px;
    margin-bottom: 5px;
  }

  .button-log-in-2.large.new.intro {
    width: 135px;
    height: 38px;
    margin-top: 1%;
  }

  .button-log-in-2.large.new-nav.hidden.products {
    width: 155px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .heading-5-copy {
    margin-left: 0;
    font-size: 70px;
  }

  .section-4 {
    margin-top: -33px;
  }

  .lottie-animation-5 {
    justify-content: flex-start;
    width: 6%;
  }

  .lottie-animation-5.hidden {
    display: none;
  }

  .button-standard.large {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .section-6 {
    margin-top: 0;
  }

  .paragraph-29-copy-copy-copy-copy-copy {
    margin-left: 0;
  }

  .lottie-animation-4 {
    width: 90%;
    margin-top: 280px;
    margin-left: -16px;
    margin-right: 0;
  }

  .paragraph-29 {
    margin-top: 500px;
    margin-left: 0;
    font-size: 17px;
  }

  .lottie-animation-2 {
    width: 380px;
    margin-top: 366px;
    margin-left: -98px;
  }

  .paragraph-29-copy-copy {
    width: 400px;
    font-size: 17px;
  }

  .paragraph-29-copy {
    margin-top: 150px;
    margin-left: -12px;
  }

  .heading-5 {
    margin-top: 30%;
    margin-left: 0;
    font-size: 70px;
  }

  .paragraph-28 {
    color: #000;
    width: 300px;
    margin-top: 6%;
    margin-left: 0;
    font-size: 17px;
  }

  .paragraph-28.landingpage {
    padding-right: 0;
    display: flex;
  }

  .paragraph-28.landingpage.new {
    width: auto;
    margin-top: 4%;
    margin-bottom: 6%;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-28.landingpage.new.team.contact {
    padding-right: 55%;
  }

  .div-block-9 {
    width: 860px;
    height: 200px;
    margin-top: -186px;
  }

  .image-3 {
    margin-top: 0%;
    margin-left: 0;
    top: auto;
    bottom: 20px;
  }

  .heading-8 {
    margin-left: 0;
  }

  .paragraph-29-copy-copy-copy-copy {
    width: 430px;
    font-size: 17px;
  }

  .scroll-down-wrapper-2 {
    align-items: center;
    margin-top: 0%;
    margin-left: 0;
    padding-left: 1%;
    display: block;
    position: static;
  }

  .nav-paragraph-copy {
    margin-bottom: 0;
  }

  .menu-grid-copy {
    background-color: #0000;
  }

  .menu-overlay-copy {
    cursor: auto;
  }

  .lottie-animation-2-copy {
    width: 380px;
    margin-top: 366px;
    margin-left: -98px;
  }

  .lottie-animation-4-copy {
    width: 90%;
    margin-top: 280px;
    margin-left: -16px;
    margin-right: 0;
  }

  .lottie-animation-2-copy-copy {
    width: 380px;
    height: auto;
    margin-top: 130%;
    margin-bottom: 20%;
    margin-left: 0;
  }

  .lottie-animation-4-copy-copy {
    width: 90%;
    margin-top: 126px;
    margin-left: -16px;
    margin-right: 0;
  }

  .div-block-11 {
    height: auto;
  }

  .paragraph-29-copy {
    margin-top: 500px;
    margin-left: -12px;
    font-size: 17px;
  }

  .paragraph-29-copy-copy {
    margin-top: 150px;
    margin-left: 0;
  }

  .paragraph-29-copy-copy-copy {
    width: 400px;
    font-size: 17px;
  }

  .heading-8-copy {
    margin-left: 0;
  }

  .scroll-page {
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .scroll-page._2 {
    padding-top: 260px;
    padding-bottom: 110px;
  }

  .scroll-page.three {
    height: auto;
    margin-top: 12%;
  }

  .scroll-page.four {
    height: auto;
  }

  .page-content-copy {
    padding-left: 0;
  }

  .text-rebranding {
    width: 55%;
  }

  .heading-rebranding-copy {
    padding-left: 5%;
  }

  .text-rebranding-copy1 {
    margin-top: 45%;
    padding-left: 5%;
  }

  .text-rebranding1 {
    width: 120%;
    padding-left: 45%;
  }

  .text-rebranding-copy-copy {
    padding-left: 5%;
  }

  .heading-rebranding-black {
    margin-left: 5%;
  }

  .text-rebranding1-copy {
    width: 120%;
    padding-left: 45%;
  }

  .text-rebranding-black, .text-rebranding-copy-copy-copy {
    padding-left: 5%;
  }

  .text-rebranding2-copy {
    width: 120%;
    padding-left: 45%;
  }

  .text-rebranding3 {
    padding-left: 5%;
  }

  .text-rebranding3-copy {
    width: 120%;
    padding-left: 45%;
  }

  .work-grid-copy {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .section-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .section-copy._2 {
    margin-top: 0;
  }

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

  .lottie-animation-trad-design, .lottie-animation-trad-design-copy {
    width: 380px;
    margin-top: 115px;
    margin-left: 0;
  }

  .image-4 {
    margin-top: -25%;
    margin-left: 30%;
  }

  .image-4-copy {
    margin-top: -25%;
    margin-left: 20%;
  }

  .project-title-copy {
    font-size: 30px;
  }

  .item-grid-copy, .item-grid-copy-copy, .item-grid-copy-2 {
    grid-row-gap: 30px;
  }

  .section-4-scroll {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-4-scroll._1 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section-4-scroll._2, .section-4-scroll._2-copy {
    margin-top: 0;
  }

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

  .margin-150px-copy {
    margin-top: 120px;
  }

  .max-w-width-copy._2 {
    margin-left: 0;
  }

  .button-rebranding.line-rebranding.beta {
    text-align: center;
    width: 140px;
    height: 38px;
    margin-top: 1%;
    padding-bottom: 8px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 16px;
  }

  .button-rebranding.line-rebranding.beta._2 {
    align-self: auto;
    margin-bottom: 0%;
    display: block;
  }

  .project-title-copy-copy {
    font-size: 30px;
  }

  .display-1-copy {
    font-size: 74px;
  }

  .max-w-center-copy._2 {
    max-width: 70%;
  }

  .work-grid-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .project-circle-copy {
    width: 80px;
    height: 80px;
  }

  .section-no-snap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-no-snap._1-new {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section-no-snap._2 {
    margin-top: 0;
  }

  .item-grid-copy {
    grid-row-gap: 30px;
    grid-row-gap: 30px;
  }

  .project-overlay-copy {
    background-image: linear-gradient(#0000, #0000);
  }

  .category-top-copy {
    top: 20px;
    left: 20px;
  }

  .category-bottom-copy {
    bottom: 20px;
    left: 20px;
  }

  .scroll-page-copy {
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .scroll-page-copy._2 {
    padding-top: 260px;
    padding-bottom: 110px;
  }

  .project-title-copy {
    margin-top: -908px;
    font-size: 30px;
  }

  .div-block-13 {
    margin-top: 25%;
  }

  .heading-rebranding-beta-users {
    font-size: 16px;
  }

  .div-block-14 {
    margin-bottom: 25%;
  }

  .logo-grid-white {
    grid-column-gap: 16px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    height: 50%;
    margin-top: 30px;
  }

  .logo-grid-white.partners {
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .logo-grid-white.testers {
    grid-column-gap: 8px;
    grid-row-gap: 7px;
    grid-template-columns: 1fr .75fr 1fr;
    align-content: space-between;
    margin-top: 10px;
    padding-right: 60px;
  }

  .filter-image-white, .filter-image-white-2 {
    width: 25%;
  }

  .filter-image-white-3 {
    width: 30%;
  }

  .filter-image-white-4 {
    width: 20%;
  }

  .filter-image-white-5 {
    padding-left: 0;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .scroll-down-wrapper-2-hp {
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 1%;
    display: block;
    bottom: -15px;
  }

  .scroll-down-wrapper-2-hp.home {
    max-width: 60%;
    margin-left: auto;
    padding-left: 0%;
    display: flex;
  }

  .heading-5-copy {
    margin-top: 30%;
    margin-left: 0;
    font-size: 70px;
  }

  .heading-5-copy-copy {
    margin-left: 0;
    font-size: 70px;
  }

  .lottie-animation-2-copy-copy-copy {
    width: 380px;
    margin-top: 10%;
    margin-left: 0;
  }

  .lottie-animation-4-copy-copy-copy {
    width: 90%;
    margin-top: -30%;
    margin-left: -16px;
    margin-right: 0;
    right: 10px;
  }

  .scroll-down-wrapper-2-about {
    align-items: center;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: auto;
    padding-left: 1%;
    display: flex;
  }

  .team-grid-copy {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .rich-text-block-3-copy {
    font-size: 13px;
  }

  .heading-5-copy-copy-copy {
    width: 500px;
    margin-left: 0;
    font-size: 40px;
  }

  .section-9 {
    margin-top: 200px;
    padding-top: 15%;
  }

  .paragraph-28-copy {
    color: #000;
    width: 300px;
    margin-top: 6%;
    margin-left: 0;
    font-size: 17px;
  }

  .lottie-animation-4-copy-copy-copy-copy {
    width: 90%;
    margin-top: -30%;
    margin-left: -16px;
    margin-right: 0;
    right: 10px;
  }

  .filter-image-white-google {
    width: 25%;
  }

  .filter-image-white-4-copy {
    width: 20%;
  }

  .filter-image-white-2-hp {
    width: 25%;
  }

  .div-block-21 {
    min-width: auto;
    margin-top: 12px;
    padding-top: 30px;
    padding-bottom: 65px;
  }

  .copytext {
    padding-right: 30px;
    font-size: 16px;
    line-height: 1.2;
  }

  .copytext.jobs.small {
    margin-top: 0%;
    margin-bottom: 0;
  }

  .copytext.quote {
    font-size: 16px;
  }

  .copytext.name {
    font-size: 20px;
  }

  .heading-new {
    align-self: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-right: 15px;
    font-size: 40px;
    line-height: 45px;
  }

  .heading-new.job {
    margin-top: 1%;
    font-size: 35px;
    line-height: 35px;
  }

  .container-12 {
    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;
    align-self: center;
    width: auto;
    max-width: 100%;
    margin-bottom: 9px;
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .footer-wrapper {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    width: 100vw;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
  }

  .footer-brand {
    padding-left: 5px;
    display: block;
  }

  .footer-content {
    grid-column-gap: 6px;
    grid-row-gap: 40px;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center start;
    align-self: flex-start;
    place-items: flex-start center;
    display: flex;
  }

  .footer-block {
    padding-right: 12px;
  }

  .footer-link-3 {
    cursor: pointer;
    flex: 0 auto;
    align-self: auto;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 1.2vw;
    line-height: 1.6vw;
  }

  .footer-link-3:hover {
    font-family: "Strokeweight 080", sans-serif;
  }

  .footer-link-3.status2 {
    cursor: pointer;
    padding-left: 0;
    padding-right: 6px;
    font-size: 1.2vw;
  }

  .footer-link-3.status2:hover {
    pointer-events: auto;
    font-family: "Strokeweight 080", sans-serif;
  }

  .footer-link-3.long {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }

  .footer-social-block {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .footer-social-link {
    align-self: auto;
    margin-left: 0;
    display: block;
  }

  .footer-copyright-center {
    padding-left: 2.5%;
  }

  .footer-new {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 0;
    display: flex;
  }

  .image-11 {
    max-width: 90%;
    padding-left: 5%;
  }

  .div-block-24 {
    align-self: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-12, .image-13 {
    max-width: 60%;
  }

  .column-14 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .column-15 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-right: 10px;
    display: flex;
  }

  .column-16 {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .column-17 {
    padding-top: 40px;
  }

  .heading-new-page {
    max-width: none;
    margin-top: 2%;
    font-size: 45px;
    line-height: 50px;
  }

  .heading-new-page.sec {
    margin-top: -3%;
  }

  .column-26 {
    padding-right: 2%;
  }

  .cell-4 {
    padding-left: 2%;
  }

  .container-18 {
    flex-direction: row;
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

  .image-20 {
    margin-right: 30px;
  }

  .image-20.pt2 {
    margin-left: 58px;
    margin-right: 0;
  }

  .image-21 {
    margin-right: 20px;
  }

  .image-21.pt2 {
    margin-left: 17px;
    margin-right: 21px;
    padding-bottom: 9px;
  }

  .image-22 {
    margin-left: 30px;
  }

  .image-22.pt2 {
    margin-left: 43px;
  }

  .image-23 {
    margin-left: 30px;
    margin-right: 20px;
  }

  .image-23._2 {
    margin-left: 100px;
  }

  .image-24.pt2 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-25 {
    margin-left: 20px;
  }

  .image-25.pt2 {
    margin-left: 74px;
    margin-right: 0;
  }

  .image-26 {
    margin-right: 30px;
  }

  .image-26.pt2 {
    max-width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-27.pt2 {
    max-width: 25%;
    margin-left: 0;
  }

  .image-28 {
    margin-right: 30px;
  }

  .image-28.pt2 {
    max-width: 58%;
    margin-left: 0;
  }

  .image-29 {
    margin-left: 30px;
  }

  .image-29.pt2 {
    max-width: 25%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-30.pt2 {
    max-width: 65%;
    margin-left: 29px;
  }

  .div-block-28 {
    margin-top: 0%;
    margin-bottom: 0%;
    overflow: visible;
  }

  .div-block-29 {
    align-items: flex-end;
  }

  .image-31 {
    min-width: 90px;
    max-width: 93%;
    margin-left: 0;
  }

  .html-embed-5 {
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .quick-stack-6.closer {
    margin-bottom: -4px;
  }

  .cell-15 {
    padding-bottom: 0;
  }

  .cell-15.picleft {
    padding-bottom: 0%;
  }

  .html-embed-6 {
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .nav-menu-4 {
    padding-top: 0;
  }

  .nav-link {
    font-size: 7vw;
    line-height: 6vw;
  }

  .nav-link.notblue {
    font-size: 10vh;
    line-height: 5vh;
  }

  .nav-link-2 {
    font-size: 7vw;
    line-height: 6vw;
  }

  .nav-link-2.notblue, .nav-link-3, .nav-link-3.notblue {
    font-size: 95px;
    line-height: 105px;
  }

  .nav-link-3.noblue {
    line-height: 105px;
  }

  .cell-21 {
    padding-top: 3%;
  }

  .text-block-12 {
    padding-left: 5px;
  }

  .image-33 {
    max-width: 60%;
    margin-left: 29px;
  }

  .image-34 {
    min-width: 80px;
    max-width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .cell-22 {
    flex-flow: row;
    place-content: stretch flex-end;
    align-items: stretch;
    display: flex;
  }

  .cell-22.text {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .cell-25.pic {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .lottie-animation-10 {
    justify-content: flex-start;
    width: 6%;
  }

  .section-20 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-link.hidden._2 {
    font-size: 16px;
  }

  .navbar-7 {
    background-color: #fff;
    position: fixed;
    inset: 0% 0% auto;
  }

  .div-block-37 {
    margin-top: 0%;
    margin-bottom: 10%;
  }

  .paragraph-37 {
    font-size: 15px;
    line-height: 1.2;
  }

  .paragraph-38 {
    font-size: 16px;
    line-height: 1.2;
  }

  .heading-20 {
    font-size: 28px;
    line-height: 25px;
  }

  .heading-21 {
    line-height: 20px;
  }

  .columns-15 {
    display: block;
  }

  .div-block-40 {
    flex: 1;
    font-size: 8vw;
    line-height: 10vh;
  }

  .container-27 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .container._60 {
    max-width: 90%;
  }

  .container.new {
    margin-right: 15%;
  }

  .container.contact.fomular {
    margin-right: 5%;
  }

  .section {
    padding-top: 0;
  }

  .section._1 {
    padding-top: 60px;
  }

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

  .section.mobileview {
    display: none;
  }

  .circle-plus {
    bottom: 20px;
    right: 20px;
  }

  .display-1 {
    font-size: 60px;
  }

  .margin-20px {
    margin-top: 10px;
  }

  .display-3 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .photo-animation {
    max-width: 100%;
  }

  .blog-link {
    max-width: 90%;
  }

  .margin-40px.make-10px {
    margin-top: 20px;
  }

  .margin-150px {
    margin-top: 0;
  }

  .card-container {
    min-width: auto;
  }

  .navigation-wrapper {
    padding-left: 3%;
  }

  .nav-wrapper {
    padding-bottom: 20px;
  }

  .nav-text {
    font-size: 40px;
  }

  .hamburger-menu {
    width: 50px;
  }

  .nav-paragraph {
    display: none;
  }

  .cart-container {
    min-width: 320px;
  }

  .hero.inner {
    padding-top: 74px;
  }

  .hero.intro {
    height: 100vh;
    margin-bottom: 58px;
  }

  .grid-2-columns._3 {
    grid-column-gap: 50px;
  }

  .hero-flex-center {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero-flex-center._2 {
    padding-left: 0;
  }

  .hero-flex-center._3 {
    margin-left: 0%;
    margin-right: 3%;
    padding-right: 0;
  }

  .hero-display {
    font-size: 14vw;
  }

  .hero-display._1.second.new {
    padding-bottom: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .hero-display._2, .hero-display._3, .hero-display._1-about {
    font-size: 10vw;
  }

  .hero-display._1-about.second {
    font-size: 50px;
  }

  .hero-display._1-contact {
    font-size: 10vw;
  }

  .hero-display._1-contact.second {
    font-size: 50px;
  }

  .hero-display._1-legal {
    letter-spacing: 0;
    margin-top: 2%;
    font-size: 8vw;
  }

  .hero-display._1-legal.second {
    font-size: 50px;
  }

  .hero-display._1-copy {
    font-size: 10vw;
  }

  .hero-display._1-copy.second {
    font-size: 50px;
  }

  .hero-display._1 {
    font-size: 10vw;
  }

  .hero-display._1.second {
    font-size: 50px;
  }

  .subhead {
    font-size: 15px;
    line-height: 17px;
  }

  .work-grid.no-snap {
    width: auto;
  }

  .logo-grid {
    max-width: 100%;
  }

  .max-w-width {
    margin-left: 0;
  }

  .display-4 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .fun-facts-grid {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    max-height: 6vh;
  }

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

  .blog-wrapper._2 {
    flex-direction: column;
  }

  .top-part {
    height: 260px;
  }

  .top-part._3 {
    height: 320px;
  }

  .top-part._2 {
    flex: none;
  }

  .max-w-center._2 {
    max-width: 90%;
  }

  .max-w-center._2.new {
    font-size: 10px;
  }

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

  .hide-div {
    display: none;
  }

  .copyright-flex {
    grid-template-columns: 1fr;
  }

  .hero-2 {
    padding-top: 240px;
    padding-bottom: 260px;
  }

  .absolute-hero-text {
    max-width: 60%;
    top: 100px;
  }

  .collection-list {
    flex-direction: column;
  }

  .collection-item, .collection-item._2 {
    width: 100%;
  }

  .testimonials-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .text-rotator-first {
    top: 120px;
  }

  .text-rotator {
    font-size: 70px;
  }

  .start-icon {
    width: 40px;
    margin-left: 35px;
    margin-right: 35px;
  }

  .text-line.new {
    font-size: 48px;
  }

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

  .skills-grid {
    width: 100%;
  }

  .blog-image {
    width: 150px;
    display: none;
    right: -42px;
  }

  .blog-wrapper-link {
    max-width: 100%;
  }

  .project-summary {
    width: 100%;
  }

  .team-content.new {
    padding: 10px 20px 5px;
  }

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

  .team-name.new {
    font-size: 16px;
    line-height: 20px;
  }

  .sub-name.new {
    font-size: 16px;
  }

  .section-presanation.presantation {
    grid-template-columns: 1fr;
  }

  .div-block-4 {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-repeat: repeat-x;
    background-size: 100%;
    background-clip: border-box;
    display: block;
    position: static;
  }

  .paragraph-18.legal-new {
    font-size: 12px;
    line-height: 14px;
  }

  .container-2 {
    padding-top: 10%;
  }

  .container-3 {
    padding-top: 15%;
  }

  .fun-facts-grid-2 {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    max-height: 65px;
    padding-right: 3vw;
  }

  .number-digit-2, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy, .number-digit-2-copy {
    font-size: 60px;
  }

  .number-digit-2-copy, .number-digit-2-copy-copy {
    color: #000;
    font-size: 60px;
  }

  .number-digit-2-copy-copy {
    font-size: 60px;
  }

  .button-log-in.join {
    width: 150px;
    margin-top: 5px;
    font-size: 16px;
  }

  .button-log-in.learn-more {
    text-align: center;
    width: 90px;
    padding: 1px 10px 3px;
    font-size: 12px;
  }

  .button-log-in.buy {
    width: 150px;
    margin-top: 5px;
    font-size: 16px;
  }

  .display-4-copy.new {
    margin-top: 100px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .hamburger-menu-2 {
    width: 50px;
  }

  .flex-wrapper-2 {
    margin-right: 0;
  }

  .container-6._60 {
    max-width: 90%;
  }

  .button-log-in-2.large.new {
    width: 100px;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .button-log-in-2.large.new.footer {
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-self: auto;
    width: 100px;
    margin-left: 26vw;
    padding-top: 0;
    padding-bottom: 1px;
    display: flex;
  }

  .button-log-in-2.large.new.ft {
    width: 170px;
    height: 35px;
    padding-top: 4px;
  }

  .button-log-in-2.large.new.intro {
    font-size: 16px;
  }

  .button-log-in-2.large.new-nav {
    width: 145px;
    padding: 14px 10px 15px;
    font-size: 13px;
  }

  .button-log-in-2.large.new-nav.hidden {
    width: 100px;
    height: 30px;
    padding-top: 0;
    padding-bottom: 1px;
    font-size: 16px;
  }

  .button-log-in-2.large.new-nav.hidden.products {
    width: 150px;
  }

  .button-log-in-2.large.new-nav.hidden.contact {
    width: 120px;
    height: 35px;
    font-size: 16px;
  }

  .navigation-grid-2 {
    grid-column-gap: 182px;
    margin-left: -12px;
  }

  .section-4 {
    margin-top: -404px;
    margin-left: 166px;
  }

  .lottie-animation-5 {
    justify-content: space-between;
    width: 6%;
    margin-top: 0;
    margin-left: 0;
  }

  .button-standard-copy.large {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-standard.large {
    width: 90vw;
    margin-left: auto;
    padding-left: 0;
  }

  .section-6 {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .paragraph-29-copy-copy-copy-copy-copy {
    font-size: 15px;
  }

  .lottie-animation-4 {
    width: 30%;
    margin-top: 363px;
    margin-left: 298px;
  }

  .paragraph-29 {
    width: 360px;
    margin-top: 100px;
    font-size: 15px;
    position: relative;
    top: -52px;
  }

  .section-7 {
    margin-top: 0;
  }

  .lottie-animation-2 {
    width: 200px;
    margin-top: 0;
    margin-left: 333px;
  }

  .column-3 {
    height: 100vh;
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .paragraph-29-copy-copy {
    margin-top: -28px;
    margin-left: 121px;
    font-size: 15px;
  }

  .paragraph-29-copy {
    font-size: 15px;
  }

  .heading-5 {
    margin-top: 75%;
    font-size: 50px;
  }

  .paragraph-28 {
    color: #000;
    margin-top: 10%;
    font-size: 15px;
  }

  .paragraph-28.landingpage.new {
    margin-top: 3%;
    margin-bottom: 5%;
    padding-left: 8%;
    padding-right: 31%;
    font-size: 16px;
    line-height: 1.2;
  }

  .paragraph-28.landingpage.new.team {
    margin-top: 2%;
    padding-right: 5%;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-28.landingpage.new.team.contact {
    padding-right: 45%;
  }

  .div-block-9 {
    width: 800px;
  }

  .heading-5-copy-copy-copy {
    justify-content: center;
    width: 100vw;
    margin-top: 193px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .image-3 {
    width: 200px;
    margin-top: 0%;
  }

  .heading-8 {
    margin-top: 50px;
    font-size: 25px;
  }

  .button-standard-copy-copy.large {
    margin-bottom: 60px;
  }

  .button-standard-copy-copy.large.partners {
    margin-bottom: 0;
  }

  .paragraph-29-copy-copy-copy-copy {
    width: 95vw;
    margin-left: 0;
    padding-left: 163px;
    font-size: 15px;
  }

  .scroll-down-wrapper-2 {
    width: 79.9984%;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
    position: static;
  }

  .column-2 {
    height: 100vh;
    margin-top: 0%;
  }

  .nav-wrapper-copy-1, .nav-wrapper-copy-2, .nav-wrapper-copy-3, .nav-wrapper-copy-4, .nav-wrapper-copy-5 {
    padding-bottom: 20px;
  }

  .nav-text-copy {
    font-size: 40px;
  }

  .nav-paragraph-copy {
    display: none;
  }

  .lottie-animation-2-copy {
    width: 200px;
    margin-top: 0;
    margin-left: 333px;
  }

  .lottie-animation-4-copy {
    width: 30%;
    margin-top: 363px;
    margin-left: 298px;
  }

  .lottie-animation-2-copy-copy {
    width: 100%;
    height: auto;
    margin-top: 0%;
    margin-left: auto;
    padding-bottom: 0;
    position: relative;
    bottom: 0;
  }

  .lottie-animation-4-copy-copy {
    width: 30%;
    margin-top: -246px;
    margin-left: auto;
  }

  .div-block-11 {
    height: auto;
  }

  .paragraph-29-copy {
    width: 360px;
    margin-top: -105px;
    font-size: 15px;
    position: relative;
    top: -52px;
  }

  .paragraph-29-copy-copy {
    margin-left: 0;
    padding-left: 2%;
    font-size: 15px;
  }

  .paragraph-29-copy-copy-copy {
    width: 95vw;
    margin-top: -28px;
    margin-left: 0;
    padding-left: 163px;
    font-size: 15px;
  }

  .heading-8-copy {
    margin-top: 94px;
    font-size: 25px;
  }

  .scroll-page.intro {
    margin-bottom: 58px;
  }

  .scroll-page.two {
    background-color: #f1f1f1;
    height: auto;
  }

  .scroll-page.three {
    height: auto;
    margin-top: 17%;
  }

  .scroll-page.four {
    height: auto;
  }

  .text-rebranding {
    width: 95%;
  }

  .heading-rebranding-copy, .text-rebranding-copy1 {
    padding-left: 5%;
  }

  .text-rebranding1 {
    width: 95%;
  }

  .text-rebranding-copy-copy {
    padding-left: 5%;
  }

  .heading-rebranding-black {
    margin-left: 5%;
  }

  .text-rebranding1-copy {
    width: 95%;
  }

  .text-rebranding-black, .text-rebranding-copy-copy-copy {
    padding-left: 5%;
  }

  .text-rebranding2-copy {
    width: 95%;
  }

  .text-rebranding3 {
    padding-left: 5%;
  }

  .text-rebranding3-copy {
    width: 95%;
  }

  .section-copy._1, .section-copy._1-copy {
    padding-top: 60px;
  }

  .lottie-animation-trad-design, .lottie-animation-trad-design-copy {
    width: 200px;
    margin-top: 0;
    margin-left: auto;
    padding-bottom: 551px;
  }

  .image-4, .image-4-copy {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .section-4-scroll._1 {
    padding-top: 60px;
  }

  .container-copy._60 {
    max-width: 90%;
  }

  .max-w-width-copy {
    margin-left: 0;
  }

  .display-4-copy {
    margin-bottom: 0;
    font-size: 30px;
  }

  .button-rebranding.line-rebranding.large.philosophy {
    margin-bottom: 0;
  }

  .button-rebranding.line-rebranding.beta {
    margin-top: 1%;
    margin-left: 8%;
  }

  .button-rebranding.line-rebranding.beta._2 {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-left: 0%;
    display: flex;
  }

  .container-copy-copy._60 {
    max-width: 90%;
  }

  .display-1-copy {
    font-size: 60px;
  }

  .max-w-center-copy._2 {
    max-width: 90%;
  }

  .columns-3 {
    height: auto;
  }

  .section-no-snap._1-new {
    padding-top: 60px;
  }

  .container-no-snap._60 {
    max-width: 90%;
  }

  .scroll-page-copy.intro {
    margin-bottom: 58px;
  }

  .scroll-page-copy.last {
    height: auto;
  }

  .div-block-13 {
    margin-top: 30%;
  }

  .logo-grid-white {
    max-width: 100%;
  }

  .logo-grid-white.partners {
    grid-template-rows: auto auto auto;
  }

  .logo-grid-white.testers {
    padding-left: 4%;
    padding-right: 7%;
  }

  .image-processes {
    margin-top: 0;
  }

  .column-9 {
    margin-top: -20%;
  }

  .column-9._2 {
    height: auto;
    margin-top: 0;
    padding-top: 40px;
    padding-right: 0%;
  }

  .column-3-hp {
    height: 90vh;
    margin-top: -867px;
  }

  .scroll-down-wrapper-2-hp {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 4%;
    top: auto;
    bottom: 0;
  }

  .heading-5-copy {
    font-size: 50px;
  }

  .heading-5-copy.hp {
    margin-top: 10%;
  }

  .heading-5-copy-copy {
    font-size: 50px;
  }

  .lottie-animation-2-copy-copy-copy {
    width: 50%;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    padding-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 10px;
  }

  .lottie-animation-4-copy-copy-copy {
    width: 50%;
    margin-top: 0;
    margin-left: auto;
    bottom: 0;
    right: 0;
  }

  .scroll-down-wrapper-2-about {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0%;
  }

  .team-grid-copy {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    place-items: center;
  }

  .heading-5-copy-copy-copy {
    margin-top: 10px;
    font-size: 50px;
  }

  .section-9 {
    height: auto;
    margin-top: 0;
  }

  .heading-5-copy-copy-copy-copy {
    justify-content: center;
    width: 100vw;
    margin: 60px 0;
    padding-right: 0;
  }

  .paragraph-28-copy {
    color: #000;
    margin-top: 10%;
    font-size: 15px;
  }

  .want-to-try-creaition {
    justify-content: center;
    width: 100vw;
    margin-top: 193px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .column-3-hp-copy {
    height: 90vh;
    margin-top: -867px;
  }

  .lottie-animation-4-copy-copy-copy-copy {
    width: 50%;
    margin-top: 0;
    margin-left: auto;
    bottom: 0;
    right: 0;
  }

  .nav-wrapper-copy-6 {
    padding-bottom: 20px;
  }

  .column-9-copy {
    margin-top: -20%;
  }

  .image-philosophy {
    margin-top: 0;
  }

  .lottie-animation-8 {
    width: auto;
    height: auto;
    position: static;
  }

  .columns-4-philosophy {
    height: auto;
  }

  .image-philosophy-2 {
    margin-top: 0;
  }

  .div-block-21 {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 35px;
  }

  .div-block-21.partners {
    padding-top: 30px;
  }

  .copytext {
    padding-right: 144px;
  }

  .copytext.jobs.small {
    font-size: 11px;
  }

  .heading-new {
    margin-bottom: 15px;
  }

  .heading-new.job {
    margin-bottom: 2%;
    font-size: 24px;
    line-height: 25px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .footer-wrapper {
    flex-direction: row;
    flex: 0 auto;
    align-self: auto;
    display: block;
  }

  .footer-brand {
    align-self: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    display: block;
  }

  .footer-content {
    grid-column-gap: 6px;
    grid-row-gap: 40px;
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: stretch stretch;
    margin-top: 5px;
    margin-left: 14px;
    padding-left: 0;
    display: flex;
  }

  .footer-block {
    flex: 0 auto;
    align-items: center;
  }

  .footer-link-3 {
    flex: 1;
    align-self: center;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 12px;
    display: block;
  }

  .footer-link-3:hover {
    color: #fff;
  }

  .footer-link-3.status2, .footer-link-3.long {
    font-size: 10px;
    line-height: 12px;
  }

  .footer-social-block {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 10px;
    margin-bottom: 38px;
  }

  .footer-copyright-center {
    padding-left: 10px;
  }

  .footer-new {
    flex-direction: column;
    margin-bottom: 0;
    padding: 17px 15px 30px;
  }

  .image-11 {
    flex: 0 auto;
    align-self: flex-start;
    padding-left: 0;
    display: inline-block;
  }

  .div-block-24 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    margin-bottom: 20px;
    margin-left: 14px;
    margin-right: 14px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-12 {
    min-width: 30px;
  }

  .image-13 {
    min-width: 30px;
    display: inline-block;
  }

  .navigation-grid-2-copy {
    grid-column-gap: 182px;
    margin-left: -12px;
  }

  .column-14, .column-15, .column-16, .column-17 {
    padding: 40px 8%;
  }

  .column-23 {
    flex-direction: row-reverse;
    display: block;
  }

  .heading-new-page {
    padding-left: 8%;
    font-size: 45px;
    line-height: 40px;
  }

  .heading-new-page.sec {
    margin-top: 0%;
  }

  .columns-9 {
    flex-direction: column;
  }

  .image-20.pt2, .image-22.pt2, .image-23._2 {
    margin-left: 0;
  }

  .image-25.pt2 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-26.pt2 {
    max-width: 55%;
  }

  .image-27.pt2 {
    min-width: 25px;
    margin-left: 0;
  }

  .image-28.pt2 {
    min-width: 55px;
    max-width: 65%;
    margin-left: 0;
  }

  .image-29.pt2 {
    min-width: 30px;
  }

  .image-30.pt2 {
    min-width: 65px;
    max-width: 70%;
    margin-left: 0;
  }

  .section-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-29 {
    flex-direction: row;
    align-self: flex-start;
    align-items: center;
    padding-left: 10%;
  }

  .image-31 {
    min-width: 85px;
    max-width: 95%;
    margin-left: 0;
  }

  .columns-11, .columns-12, .columns-13, .columns-14 {
    flex-direction: column-reverse;
    display: flex;
  }

  .image-32 {
    vertical-align: middle;
    min-width: 120px;
    display: inline-block;
  }

  .quick-stack-6 {
    margin-top: 5%;
  }

  .cell-14 {
    flex-direction: column;
    padding: 0% 8% 5%;
  }

  .cell-14.picleft {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-left: 10%;
    display: block;
  }

  .cell-14.picleft.down {
    align-items: center;
  }

  .cell-15 {
    flex-direction: column;
  }

  .nav-menu-4 {
    padding-top: 30px;
  }

  .nav-link {
    font-size: 7.5vw;
  }

  .nav-link.notblue {
    font-size: 10vh;
    line-height: 5vh;
  }

  .nav-link-2 {
    font-size: 7.5vw;
  }

  .nav-link-2.notblue {
    font-size: 90px;
    line-height: 100px;
  }

  .nav-link-3 {
    color: #000;
    font-size: 90px;
    line-height: 100px;
  }

  .nav-link-3.notblue {
    font-size: 90px;
    line-height: 100px;
  }

  .login-button {
    font-size: 13px;
  }

  .cell-18 {
    padding-right: 25px;
  }

  .cell-21 {
    flex-direction: column;
  }

  .html-embed-7 {
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    padding-right: 0;
    display: block;
  }

  .text-block-12 {
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    align-self: flex-end;
    padding-left: 0%;
    font-size: 10px;
    line-height: 12px;
    display: block;
  }

  .image-33 {
    min-width: 55px;
    max-width: 60%;
    margin-left: 30px;
  }

  .image-34 {
    min-width: 80px;
    max-width: 90%;
  }

  .html-embed-8 {
    display: flex;
  }

  .link-block-6 {
    flex-flow: column;
    flex: 0 auto;
    order: -1;
    align-self: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .quick-stack-9 {
    grid-column-gap: 0px;
    grid-row-gap: 2px;
    margin-top: 0%;
  }

  .cell-22 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cell-22.text {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cell-22.hidden {
    display: block;
  }

  .cell-25 {
    flex-direction: column;
    display: flex;
  }

  .hero-flex-center-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero-flex-center-2._3 {
    margin-left: 10%;
    margin-right: 3%;
    padding-right: 0;
  }

  .lottie-animation-10 {
    justify-content: space-between;
    width: 6%;
    margin-top: 0;
    margin-left: 0;
  }

  .text-link {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 13px;
  }

  .text-link.hidden._2 {
    font-size: 18px;
  }

  .paragraph-39 {
    font-size: 16px;
    line-height: 1.2;
  }

  .heading-22 {
    font-size: 16px;
    line-height: 1.2vw;
  }

  .paragraph-41 {
    font-size: 16px;
    line-height: 1.2;
  }

  .heading-24 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-40 {
    flex: 1;
    height: 80%;
    line-height: 10;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .page-content {
    background-color: #f2f1f1;
  }

  .container {
    padding-top: 20px;
  }

  .container.new {
    padding-top: 5px;
  }

  .container.contact.fomular {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 14px;
  }

  .container.template-down {
    margin-bottom: 0;
  }

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

  .section.fomular {
    font-size: 14px;
  }

  .product-title-sidebar {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
  }

  .strange-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .circle-plus {
    bottom: 10px;
    right: 10px;
  }

  .margin-15px {
    margin-top: 0;
  }

  .display-1 {
    font-size: 37px;
  }

  .margin-50px-new.about.stay {
    margin-left: 10%;
  }

  .display-2 {
    font-size: 34px;
  }

  .margin-20px {
    margin-top: 5px;
  }

  .display-3 {
    margin-top: 15px;
  }

  .style-guide-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .link-grid {
    grid-template-columns: 1fr;
  }

  .blog-link {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .button.line.full.large.new._2.changecolor.submit {
    width: 100px;
    font-size: 16px;
  }

  .margin-150px {
    margin-top: 0;
  }

  .pricing-grid {
    grid-row-gap: 80px;
  }

  .card-container {
    min-width: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .toggle-header {
    line-height: 24px;
  }

  .toogle-icon {
    flex: none;
  }

  .toggle-space {
    padding-right: 0;
  }

  .animation-image {
    justify-content: flex-end;
    align-items: center;
    width: 40px;
  }

  .navigation-wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }

  .menu-grid {
    grid-column-gap: 16px;
    grid-row-gap: 15px;
  }

  .nav-wrapper {
    padding-bottom: 15px;
    font-family: "Strokeweight 080 Rotater 12", sans-serif;
  }

  .nav-text {
    font-size: 30px;
  }

  .hamburger-menu {
    flex: 0 auto;
    margin-left: 0;
  }

  .cart-container {
    border-radius: 0;
  }

  .hero._2 {
    padding-top: 200px;
  }

  .hero.inner {
    padding-top: 70px;
  }

  .hero.intro {
    margin-bottom: 0;
  }

  .hero.intro.home {
    width: 100vw;
    height: auto;
  }

  .grid-2-columns._3 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .hero-flex-center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .hero-flex-center._2 {
    font-size: 14vw;
  }

  .hero-flex-center._3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    margin-left: 0%;
    margin-right: 5%;
    padding-right: 0;
    display: flex;
  }

  .hero-display {
    line-height: 1.1;
  }

  .hero-display._1.second.new {
    max-width: 100%;
    margin-right: 0;
    padding-right: 0%;
    font-size: 32px;
    line-height: 32px;
  }

  .hero-display._2 {
    object-fit: scale-down;
    width: auto;
    font-size: 10vw;
    line-height: 1.1;
    display: block;
    overflow: visible;
  }

  .hero-display._3 {
    font-size: 10vw;
    overflow: visible;
  }

  .hero-display._1-about {
    flex: 0 auto;
    font-size: 10vw;
    display: block;
    overflow: visible;
  }

  .hero-display._1-about.second {
    font-size: 40px;
  }

  .hero-display._1-contact {
    flex: 0 auto;
    font-size: 10vw;
    display: block;
    overflow: visible;
  }

  .hero-display._1-contact.second {
    font-size: 40px;
  }

  .hero-display._1-legal {
    flex: 0 auto;
    font-size: 9vw;
    display: block;
    overflow: visible;
  }

  .hero-display._1-legal.second {
    font-size: 40px;
  }

  .hero-display._1-copy {
    flex: 0 auto;
    font-size: 10vw;
    display: block;
    overflow: visible;
  }

  .hero-display._1-copy.second {
    font-size: 40px;
  }

  .hero-display._1 {
    flex: 0 auto;
    font-size: 10vw;
    display: block;
    overflow: visible;
  }

  .hero-display._1.second {
    font-size: 40px;
  }

  .subhead {
    margin-top: 10px;
    font-size: 13px;
    line-height: 15px;
  }

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

  .work-grid.no-snap {
    width: auto;
  }

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

  .project-title {
    font-size: 24px;
  }

  .logo-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .max-w-width._3 {
    margin-top: 0;
    padding-top: 0;
  }

  .relative-div {
    font-size: 14px;
  }

  .display-4 {
    font-size: 25px;
    line-height: 1.1;
  }

  .margin-50px.create {
    margin-bottom: 0;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .services-icon {
    width: 38px;
    margin-right: 15px;
  }

  .service-title {
    font-size: 21px;
  }

  .fun-facts-grid {
    max-height: 4vh;
  }

  .button-flex-category {
    grid-column-gap: 15px;
  }

  .bottom-part {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottom-part._2.left {
    padding: 25px 20px;
  }

  .top-part, .top-part._3 {
    height: 220px;
  }

  .top-part._2 {
    height: 200px;
  }

  .blog-title {
    margin-bottom: 25px;
  }

  .blog-title._2 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .max-w-center._3, .max-w-center._2 {
    max-width: 100%;
  }

  .max-w-center._2.new {
    font-size: 9px;
  }

  .button-flex {
    flex-direction: column;
  }

  .button-flex.left {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 6px;
  }

  .footer-top-part {
    grid-column-gap: 16px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .paragraph-link._24px {
    text-align: left;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-2 {
    padding-top: 210px;
    padding-bottom: 290px;
  }

  .absolute-hero-text {
    text-align: center;
    max-width: 90%;
  }

  .collection-item {
    width: 100%;
  }

  .testimonials-part {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-name {
    font-size: 18px;
  }

  .testimonials-grid {
    grid-row-gap: 40px;
  }

  .form-grid {
    max-width: 100%;
  }

  .form-grid.contact.fomular {
    font-size: 20px;
  }

  .social-wrapper-footer {
    flex-direction: row;
    justify-content: center;
  }

  .text-rotator-first {
    top: 100px;
  }

  .text-rotator {
    font-size: 50px;
  }

  .start-icon {
    margin-left: 30px;
    margin-right: 30px;
  }

  .text-line.new {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 35px;
    line-height: 30px;
    display: flex;
  }

  .grid-3-columns {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .skills-text {
    font-size: 15px;
    font-weight: 700;
  }

  .fun-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .fun-facts-wrapper {
    border-right-style: none;
  }

  .fun-number {
    font-size: 40px;
    line-height: 40px;
  }

  .blog-image {
    display: none;
  }

  .blog-wrapper-link {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .align-center {
    line-height: 13px;
  }

  .team-content.new {
    padding: 10px 20px 5px;
  }

  .team-grid {
    max-width: 100%;
  }

  .team-name.new {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 18px;
  }

  .sub-name.new {
    font-size: 13.5px;
  }

  .section-presanation {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .presantation-link {
    padding: 15px;
  }

  .div-block-4 {
    background-size: 100%;
  }

  .paragraph-18.legal-new {
    padding-right: 0;
  }

  .div-block-5 {
    margin-top: 140px;
  }

  .container-2 {
    padding-top: 10%;
  }

  .container-3 {
    padding-top: 13%;
  }

  .social-wrapper-footer-copy {
    flex-direction: row;
    justify-content: center;
  }

  .fun-facts-grid-2 {
    max-height: 40px;
    padding-right: 2vw;
  }

  .number-digit-2 {
    font-size: 30px;
  }

  .all-numbers-copy._1 {
    font-size: 50px;
  }

  .all-numbers-copy._2 {
    color: #000;
  }

  .number-digit-2-copy {
    color: #000;
    font-size: 30px;
  }

  .number-digit-2-copy-copy {
    font-size: 30px;
  }

  .button-log-in.large {
    text-align: center;
    width: 35vw;
    display: block;
  }

  .button-log-in.join {
    flex: 0 auto;
    order: 0;
    align-self: flex-start;
    width: 120px;
    height: 35px;
    padding-top: 3px;
    padding-bottom: 0;
    font-size: 14px;
    overflow: visible;
  }

  .button-log-in.learn-more {
    width: 85px;
    margin-top: 1%;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12.5px;
  }

  .button-log-in.buy {
    flex: 0 auto;
    order: 0;
    align-self: flex-start;
    width: 120px;
    height: 35px;
    padding-top: 3px;
    padding-bottom: 0;
    font-size: 14px;
    overflow: visible;
  }

  .display-4-copy.new {
    margin-top: 60px;
    font-size: 12px;
  }

  .button-log-in2.large {
    text-align: center;
    width: 35vw;
    display: none;
  }

  .container-4 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .clients-image-three {
    max-width: none;
    max-height: 25px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-7 {
    overflow: auto;
  }

  .animation-image-2 {
    padding-left: 0;
  }

  .flex-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 80px;
    margin-left: 0;
    display: flex;
    position: relative;
    right: 181px;
  }

  .container-6 {
    padding-top: 20px;
  }

  .mofi-logo-2 {
    width: 100px;
  }

  .div-block-8 {
    margin-left: 17px;
  }

  .button-log-in-2.large {
    text-align: center;
    width: 25vw;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    display: block;
    right: 1px;
  }

  .button-log-in-2.large.new {
    border-width: .9px;
    width: 90px;
    height: 29px;
    padding-top: 3px;
    font-size: 14px;
  }

  .button-log-in-2.large.new.footer {
    align-self: center;
    margin-left: 0;
    padding-bottom: 3px;
    padding-left: 10px;
  }

  .button-log-in-2.large.new.ft {
    width: 150px;
    margin-top: 2%;
    padding-top: 7px;
  }

  .button-log-in-2.large.new.intro {
    border-width: .9px;
    order: 1;
    width: 120px;
    height: 35px;
    margin-left: 8%;
    padding-top: 7px;
    padding-bottom: 3px;
    font-size: 14px;
  }

  .button-log-in-2.large.new.b2b {
    width: 110px;
    padding-top: 3px;
  }

  .button-log-in-2.large.new-nav {
    width: 90px;
    height: 25px;
    padding: 2px 5px 5px;
    font-size: 14px;
  }

  .button-log-in-2.large.new-nav.hidden {
    font-size: 12px;
    display: none;
  }

  .button-log-in-2.large.new-nav.hidden.contact {
    width: 100px;
    height: 30px;
    font-size: 12px;
    display: flex;
  }

  .button-log-in-2.large.new-nav.hidden.contact.mobile-enterprise {
    border-width: .9px;
    justify-content: center;
    align-items: center;
    width: 92px;
    height: 27px;
    margin-left: 10px;
    margin-right: 8px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    display: none;
  }

  .navigation-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". Area";
    grid-auto-columns: 1fr;
    width: auto;
    padding-right: 0;
    display: grid;
  }

  .section-4 {
    margin-left: 0;
  }

  .lottie-animation-5 {
    flex: 0 auto;
    justify-content: space-between;
    width: 10%;
    height: auto;
    margin: 0 auto 0%;
    padding-top: 0;
  }

  .button-standard-copy.large {
    text-align: center;
    width: 60vw;
    font-size: 15px;
    display: block;
  }

  .button-standard.large {
    text-align: center;
    width: 90vw;
    margin-top: 40px;
    margin-bottom: 50px;
    padding-right: 0;
    font-size: 15px;
    display: block;
  }

  .section-6 {
    height: auto;
    top: auto;
  }

  .paragraph-29-copy-copy-copy-copy-copy {
    margin-top: 30px;
    margin-left: 0;
    padding-left: 4%;
    font-size: 13px;
  }

  .lottie-animation-4 {
    width: 70%;
    margin-top: 259px;
    margin-left: 24px;
  }

  .paragraph-29 {
    width: 240px;
    margin-top: 219px;
    margin-bottom: -50px;
    margin-left: 0;
    padding-left: 3%;
    font-size: 13px;
  }

  .section-7 {
    margin-top: 70px;
  }

  .lottie-animation-2 {
    margin-top: 249px;
    margin-left: 85px;
  }

  .column-3 {
    height: 10%;
    margin-top: 0;
  }

  .paragraph-29-copy-copy {
    width: 280px;
    margin-top: 35px;
    margin-left: 0;
    font-size: 13px;
  }

  .paragraph-29-copy {
    margin-top: 90px;
    margin-left: 0;
    font-size: 13px;
  }

  .heading-5 {
    width: 150px;
    margin-top: 0%;
    margin-left: 0;
    font-size: 35px;
  }

  .paragraph-28 {
    width: 250px;
    margin-top: 10%;
    margin-left: 0;
    font-size: 13px;
  }

  .paragraph-28.landingpage.new {
    margin-top: 3%;
    padding-right: 18%;
    font-size: 14px;
    line-height: 16px;
  }

  .paragraph-28.landingpage.new.team {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 5%;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 14px;
    line-height: 18px;
    display: flex;
  }

  .paragraph-28.landingpage.new.team.contact {
    padding-right: 20%;
  }

  .paragraph-28.landingpage.new.shoes {
    line-height: 18px;
  }

  .div-block-9 {
    margin-top: -250px;
  }

  .heading-5-copy-copy-copy {
    width: 300px;
    margin-top: 150px;
    margin-left: auto;
    font-size: 35px;
    display: block;
  }

  .image-3 {
    margin-top: 20px;
    margin-left: 0;
    top: auto;
    bottom: -100px;
  }

  .heading-8 {
    margin-top: 70px;
    margin-left: 0;
    padding-left: 3%;
    font-size: 20px;
    position: relative;
    top: 53px;
  }

  .button-standard-copy-copy.large {
    text-align: center;
    width: 60vw;
    font-size: 15px;
    display: block;
  }

  .button-standard-copy-copy.large.partners {
    padding-top: 3px;
    padding-bottom: 5px;
  }

  .paragraph-29-copy-copy-copy-copy {
    width: 300px;
    margin-top: 35px;
    margin-left: 0;
    padding-left: 4%;
    font-size: 13px;
  }

  .scroll-down-wrapper-2 {
    width: auto;
    height: 85px;
    margin-top: -148px;
    margin-left: 0;
    padding-bottom: 47px;
    position: static;
    bottom: 110px;
  }

  .column-2 {
    height: auto;
    margin-top: 0;
  }

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

  .footer-2 {
    margin-top: 0;
  }

  .container-7 {
    padding-top: 20px;
  }

  .mofi-logo-footer-2 {
    margin-left: 0;
  }

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

  .nav-wrapper-copy-1, .nav-wrapper-copy-2, .nav-wrapper-copy-3, .nav-wrapper-copy-4, .nav-wrapper-copy-5 {
    padding-bottom: 15px;
  }

  .nav-text-copy {
    font-size: 30px;
  }

  .menu-grid-copy {
    grid-column-gap: 16px;
    grid-row-gap: 15px;
  }

  .lottie-animation-2-copy {
    margin-top: 249px;
    margin-left: 85px;
  }

  .lottie-animation-4-copy {
    width: 70%;
    margin-top: 259px;
    margin-left: 24px;
  }

  .lottie-animation-2-copy-copy {
    width: 80%;
    height: auto;
    margin-top: 10%;
    margin-left: auto;
    padding-bottom: 0;
  }

  .lottie-animation-4-copy-copy {
    width: 50%;
    margin-top: -560px;
    margin-left: 145px;
  }

  .div-block-11 {
    height: auto;
    margin-bottom: 10%;
  }

  .heading-8-copy {
    margin-top: 95px;
    margin-left: -3px;
    font-size: 20px;
    position: relative;
    top: 53px;
  }

  .paragraph-29-copy {
    width: 240px;
    margin-top: 182px;
    margin-bottom: -50px;
    margin-left: 0;
    font-size: 13px;
  }

  .paragraph-29-copy-copy {
    margin-top: 90px;
    margin-left: 0;
    font-size: 13px;
  }

  .paragraph-29-copy-copy-copy {
    width: 300px;
    margin-top: 26px;
    margin-left: 0;
    padding-left: 2%;
    font-size: 13px;
  }

  .heading-8-copy {
    margin-top: 95px;
    margin-left: 0;
    padding-left: 3%;
    font-size: 20px;
    position: relative;
    top: 53px;
  }

  .heading-rebranding {
    margin-top: 25%;
  }

  .scroll-page._2 {
    padding-top: 200px;
  }

  .scroll-page.intro {
    margin-bottom: 0;
  }

  .scroll-page.three {
    height: auto;
    margin-top: 27%;
  }

  .scroll-page.four {
    height: auto;
  }

  .page-content-copy {
    background-color: #fff;
  }

  .text-rebranding {
    width: 95%;
    padding-left: 5%;
  }

  .text-rebranding.intro {
    width: 95%;
    margin-top: 20%;
    font-size: 16px;
  }

  .heading-rebranding-copy {
    margin-top: 25%;
    padding-left: 5%;
  }

  .text-rebranding-copy1 {
    margin-top: 25%;
    padding-left: 5%;
    font-size: 16px;
  }

  .text-rebranding1 {
    width: 95%;
    font-size: 16px;
  }

  .text-rebranding-copy-copy {
    padding-left: 5%;
    font-size: 16px;
  }

  .heading-rebranding-black {
    margin-top: 20%;
    margin-left: 0%;
    padding-left: 5%;
  }

  .text-rebranding1-copy {
    width: 95%;
    font-size: 16px;
  }

  .text-rebranding-black, .text-rebranding-copy-copy-copy {
    padding-left: 5%;
    font-size: 16px;
  }

  .text-rebranding2-copy {
    width: 95%;
    font-size: 16px;
  }

  .text-rebranding3 {
    padding-left: 5%;
  }

  .display-2-copy {
    font-size: 34px;
  }

  .work-grid-copy {
    grid-row-gap: 10px;
  }

  .lottie-animation-trad-design, .lottie-animation-trad-design-copy {
    margin-top: 207px;
    margin-left: 85px;
  }

  .image-4 {
    margin-top: 45px;
    margin-bottom: 35px;
    margin-left: 11%;
  }

  .image-4-copy {
    margin-top: 45px;
    margin-bottom: 35px;
    margin-left: 11%;
    display: inline-block;
  }

  .project-title-copy {
    font-size: 24px;
  }

  .item-grid-copy {
    grid-row-gap: 10px;
    grid-row-gap: 10px;
  }

  .item-grid-copy-copy, .item-grid-copy-2 {
    grid-row-gap: 10px;
  }

  .container-copy {
    padding-top: 20px;
  }

  .margin-150px-copy {
    margin-top: 90px;
  }

  .display-4-copy {
    font-size: 25px;
    line-height: 1.1;
  }

  .button-rebranding.line-rebranding.large.philosophy {
    margin-bottom: auto;
  }

  .button-rebranding.line-rebranding.beta {
    width: auto;
    height: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    padding: 3px 20px;
    font-size: 14px;
  }

  .button-rebranding.line-rebranding.beta._2 {
    padding-top: 2px;
  }

  .button-rebranding.line-rebranding.beta.mobile {
    order: -1;
    width: 120px;
    height: 35px;
    margin-bottom: 2%;
    padding-top: 4px;
  }

  .button-rebranding._2.careers-categorie {
    padding: 7px 14px;
    font-size: 12px;
  }

  .column-5 {
    margin-bottom: 0%;
  }

  .container-copy-copy {
    padding-top: 20px;
  }

  .project-title-copy-copy {
    font-size: 24px;
  }

  .display-1-copy {
    font-size: 37px;
  }

  .max-w-center-copy._3, .max-w-center-copy._2, .max-w-center-copy._3-copy {
    max-width: 100%;
  }

  .column-6 {
    margin-top: 0;
  }

  .columns-3 {
    height: auto;
    margin-bottom: 0;
  }

  .work-grid-2, .item-grid-copy {
    grid-row-gap: 10px;
  }

  .container-no-snap {
    padding-top: 20px;
  }

  .item-grid-copy {
    grid-row-gap: 10px;
    grid-row-gap: 10px;
  }

  .project-overlay-copy {
    justify-content: flex-start;
  }

  .scroll-page-copy._2 {
    padding-top: 200px;
  }

  .scroll-page-copy.intro {
    margin-bottom: 0;
  }

  .scroll-page-copy.last {
    height: auto;
  }

  .project-title-copy {
    margin-top: -385px;
    font-size: 24px;
  }

  .div-block-13 {
    height: auto;
    margin-top: 0%;
    margin-bottom: 10%;
    padding-bottom: 50px;
  }

  .div-block-13.upper {
    padding-bottom: 10%;
  }

  .heading-rebranding-beta-users {
    font-size: 14px;
  }

  .logo-grid-white {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .logo-grid-white.partners {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    place-content: center;
    justify-items: center;
    padding-left: 20%;
    padding-right: 20%;
  }

  .logo-grid-white.testers {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 8%;
  }

  .filter-image-white {
    width: 20%;
  }

  .filter-image-white-2 {
    width: 15%;
  }

  .filter-image-white-3 {
    width: 35%;
  }

  .filter-image-white-4 {
    width: 12%;
  }

  .filter-image-white-4.amd {
    width: 20%;
  }

  .filter-image-white-5 {
    width: 35%;
  }

  .image-processes {
    margin-top: 0;
  }

  .column-9 {
    margin-top: 0%;
  }

  .column-9._2 {
    justify-content: center;
    display: flex;
  }

  .column-3-hp {
    height: auto;
    margin-top: 400px;
  }

  .column-2-copy {
    height: auto;
    margin-top: 0;
  }

  .column-2-copy.hp {
    height: auto;
  }

  .columns-2-hp {
    height: 100px;
  }

  .columns-2-hp._2 {
    height: auto;
  }

  .scroll-down-wrapper-2-hp {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0%;
    display: flex;
    position: relative;
  }

  .scroll-down-wrapper-2-hp.home {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100vw;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-5-copy {
    width: 150px;
    margin-top: -80px;
    margin-left: 0;
    font-size: 35px;
  }

  .heading-5-copy.hp {
    margin-top: 100px;
    margin-bottom: 5px;
  }

  .heading-5-copy-copy {
    width: 220px;
    margin-top: -7px;
    margin-left: 0;
    font-size: 35px;
  }

  .lottie-animation-2-copy-copy-copy {
    width: 70%;
    height: auto;
    margin-top: 60px;
    margin-left: auto;
    padding-bottom: 0;
  }

  .lottie-animation-4-copy-copy-copy {
    width: 70%;
    margin-top: 0;
    margin-left: 145px;
  }

  .scroll-down-wrapper-2-about {
    width: auto;
    height: 85px;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
    position: static;
    bottom: 110px;
  }

  .team-grid-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    align-content: center;
    max-width: 100%;
  }

  .link-block-3 {
    margin-top: 30px;
  }

  .heading-5-copy-copy-copy {
    width: 220px;
    margin-top: -7px;
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 35px;
  }

  .section-9 {
    margin-top: 0;
  }

  .heading-5-copy-copy-copy-copy {
    width: 300px;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
    display: block;
  }

  .paragraph-28-copy {
    width: 250px;
    margin-top: 200px;
    margin-left: 0;
    font-size: 13px;
  }

  .want-to-try-creaition {
    width: 300px;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
    display: block;
  }

  .column-3-hp-copy {
    height: auto;
    margin-top: 480px;
  }

  .lottie-animation-4-copy-copy-copy-copy {
    width: 70%;
    margin-top: 0;
    margin-left: 145px;
  }

  .filter-image-white-google {
    width: 30%;
  }

  .filter-image-white-4-copy {
    width: 12%;
  }

  .filter-image-white-4-copy.ipai {
    width: 30%;
  }

  .filter-image-white-2-hp {
    width: 12%;
  }

  .nav-wrapper-copy-6 {
    padding-bottom: 15px;
  }

  .column-9-copy {
    margin-top: 0%;
  }

  .image-philosophy {
    margin-top: 0;
  }

  .lottie-animation-8 {
    justify-content: flex-end;
    margin-top: 30px;
    display: block;
    position: static;
  }

  .columns-4-philosophy {
    height: auto;
  }

  .image-philosophy-2 {
    margin-top: 0;
  }

  .div-block-21 {
    margin-top: 0;
    padding-top: 35px;
  }

  .div-block-21.partners {
    padding-bottom: 40px;
  }

  .copytext {
    padding-right: 18%;
    font-size: 14px;
    line-height: 18px;
  }

  .copytext.jobs.small {
    font-size: 12.5px;
  }

  .copytext._2videos {
    padding-right: 18%;
  }

  .copytext.apply {
    padding-right: 18%;
    line-height: 18px;
  }

  .copytext.quote {
    font-size: 14px;
  }

  .copytext.name {
    font-size: 16px;
  }

  .heading-new {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-new.job {
    margin-bottom: 2%;
    padding-right: 10%;
  }

  .heading-new.jobs {
    margin-bottom: 0%;
    padding-right: 0;
  }

  .footer-2-copy {
    margin-top: 0;
  }

  .container-12 {
    flex-direction: column;
    order: 0;
    align-items: center;
    max-width: 100%;
    margin-bottom: 120px;
    display: flex;
  }

  .footer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: auto;
    margin-top: 3px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .footer-content {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 5%;
    margin-left: 0;
    display: flex;
  }

  .footer-block {
    flex-flow: column;
    place-content: center;
    align-self: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .footer-link-3.long {
    justify-content: center;
    display: block;
  }

  .footer-social-block {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    margin-top: 5px;
    display: flex;
  }

  .footer-social-link {
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    margin-left: 4px;
    display: flex;
  }

  .footer-new {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 85px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-11 {
    align-self: center;
    margin-bottom: 0;
  }

  .div-block-24 {
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .navigation-grid-2-copy {
    grid-column-gap: 0px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". Area";
    grid-auto-columns: 1fr;
    width: auto;
    padding-right: 0;
    display: grid;
  }

  .heading-new-page {
    padding-left: 8%;
    padding-right: 8%;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-new-page.sec {
    margin-top: -4%;
  }

  .column-26 {
    margin-top: 0%;
  }

  .container-17 {
    margin-bottom: 0%;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-2 {
    margin-bottom: 200%;
    padding-top: 10px;
    line-height: 20px;
  }

  .nav-link-new-page {
    font-size: 40px;
    line-height: 30%;
  }

  .image-21.pt2 {
    max-width: 60%;
  }

  .image-22.pt2 {
    max-width: 90%;
  }

  .image-23._2 {
    max-width: none;
    height: 20px;
  }

  .image-24.pt2 {
    max-width: 80%;
  }

  .image-25.pt2 {
    min-width: auto;
    max-width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-26.pt2 {
    max-width: 70%;
  }

  .image-28.pt2 {
    max-width: 75%;
  }

  .section-18 {
    margin-top: 50px;
  }

  .section-18.down {
    margin-bottom: 50px;
  }

  .section-18.onlytext {
    margin-top: 0;
  }

  .image-31 {
    max-width: 100%;
  }

  .image-32 {
    min-width: 130px;
    max-width: 130px;
  }

  .quick-stack-6 {
    margin-top: 0%;
  }

  .quick-stack-6.down {
    align-self: auto;
    margin-top: 50px;
  }

  .cell-14 {
    padding-top: 10%;
  }

  .nav-menu-4 {
    flex-flow: column;
    justify-content: center;
    padding-top: 0;
  }

  .nav-link {
    font-size: 8.5vw;
    line-height: 4vw;
  }

  .nav-link.notblue {
    margin-bottom: 1%;
    padding-top: 15px;
    font-size: 20vw;
    line-height: 10vh;
  }

  .nav-link-2 {
    font-size: 8.5vw;
    line-height: 4vw;
  }

  .nav-link-2.notblue, .nav-link-3, .nav-link-3.notblue {
    margin-bottom: 1%;
    padding-top: 15px;
    font-size: 50px;
    line-height: 60px;
  }

  .nav-link-3.noblue {
    font-size: 50px;
    line-height: 60px;
  }

  .login-button.hidden {
    display: none;
  }

  .cell-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center flex-end;
    align-items: center;
    padding-right: 10px;
    display: flex;
  }

  .cell-19 {
    justify-content: center;
    padding-left: 0;
  }

  .quick-stack-7 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .quick-stack-7.products {
    padding-left: 25px;
  }

  .text-block-12 {
    text-align: center;
    align-self: center;
    margin-top: -3px;
    margin-bottom: 12px;
    padding-left: 0;
  }

  .image-33 {
    margin-left: 0;
  }

  .link-block-6 {
    order: 0;
    margin-bottom: 9px;
  }

  .quick-stack-9 {
    margin-top: 4%;
    margin-bottom: 0%;
  }

  .quick-stack-9.last {
    margin-bottom: 10%;
  }

  .quick-stack-9.careers {
    margin-top: 8%;
  }

  .quick-stack-9.careers.picture {
    margin-top: 2%;
  }

  .cell-22 {
    display: none;
  }

  .cell-22.text {
    padding-top: 20px;
    display: flex;
  }

  .cell-22.text.hidden {
    display: none;
  }

  .cell-22.text.careers.picture {
    padding-top: 0;
  }

  .cell-22.hidden.mobile {
    display: none;
  }

  .cell-23 {
    flex-direction: column;
    padding-left: 0%;
  }

  .cell-25 {
    flex-direction: column;
    padding-top: 20px;
    display: flex;
  }

  .cell-25.hidden {
    display: none;
  }

  .cell-25.careers {
    padding-top: 20px;
  }

  .cell-25.careers.goaway {
    display: none;
  }

  .hero-flex-center-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .hero-flex-center-2._3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    margin-left: 0%;
    margin-right: 5%;
    padding-right: 0;
    display: flex;
  }

  .lottie-animation-10 {
    flex: 0 auto;
    justify-content: space-between;
    width: 8%;
    height: auto;
    margin: 0 auto 0%;
    padding-top: 0;
  }

  .container-25 {
    padding-top: 20px;
  }

  .heading-16 {
    font-size: 12px;
    line-height: 13.5px;
  }

  .heading-17 {
    font-size: 25px;
    line-height: 28px;
  }

  .paragraph-33 {
    font-size: 12px;
  }

  .block-quote {
    padding-left: 0;
    font-size: 25px;
  }

  .paragraph-34 {
    font-size: 14px;
  }

  .heading-18 {
    font-size: 14px;
    line-height: 15px;
  }

  .heading-19 {
    font-size: 25px;
    line-height: 28px;
  }

  .block-quote-2 {
    padding-left: 0;
    font-size: 25px;
  }

  .text-link.hidden._2 {
    display: none;
  }

  .navlink.notblue.products {
    font-size: 8.5vw;
  }

  .quick-stack-11 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-40 {
    font-size: 15px;
    line-height: 1.3;
  }

  .heading-23 {
    font-size: 15px;
    line-height: 17px;
  }

  .quick-stack-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 10%;
    padding-right: 5%;
  }

  .cell-29 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .section-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .cell-30 {
    display: flex;
  }

  .cell-30.mobile-block-cell {
    display: none;
  }

  .form-block {
    font-size: 14px;
  }

  .brand-4 {
    width: 200px;
  }

  .brand-4.w--current {
    width: auto;
  }

  .div-block-40 {
    flex: 1;
    order: 0;
    align-self: auto;
    height: 80%;
  }

  .container-27 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .div-block-41 {
    display: none;
  }

  .div-block-42 {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rich-text-block-4 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#w-node-d4e12736-b3b7-5ce0-4512-71edff46ec7c-9e11988a, #w-node-d4e12736-b3b7-5ce0-4512-71edff46ec7d-9e11988a, #w-node-d4e12736-b3b7-5ce0-4512-71edff46ec7e-9e11988a, #w-node-d4e12736-b3b7-5ce0-4512-71edff46ec7f-9e11988a, #w-node-d4e12736-b3b7-5ce0-4512-71edff46ec80-9e11988a {
  justify-self: center;
}

#w-node-e410e401-0543-322d-2ea5-d8d44fd30ce2-9e11988a, #w-node-e410e401-0543-322d-2ea5-d8d44fd30cf2-9e11988a, #w-node-_1235520c-1d10-c08a-cab1-750b6ed3cd90-9e11988a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c81121cd-e525-efbe-9d2f-3efd32e79c93-9e11988a {
  justify-self: center;
}

#w-node-_12e02390-3145-4049-8b65-b2b1b398fa77-9e11988a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c81121cd-e525-efbe-9d2f-3efd32e79c94-9e11988a {
  justify-self: center;
}

#w-node-_45897150-a905-486f-cafa-32f6221fb451-9e11988a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c81121cd-e525-efbe-9d2f-3efd32e79c95-9e11988a {
  justify-self: center;
}

#w-node-cf2c35aa-48dd-19bb-e551-528385f6c681-9e11988a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c81121cd-e525-efbe-9d2f-3efd32e79c96-9e11988a {
  justify-self: center;
}

#w-node-_992fc085-bf4a-4ef1-f153-3cfc8b3d503a-9e11988a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_992fc085-bf4a-4ef1-f153-3cfc8b3d503b-9e11988a {
  justify-self: center;
}

#w-node-_02c2255f-c920-4eda-c58c-912f8130c935-9e11988a, #w-node-_5e25894e-62ce-462c-98a5-d438e3168534-e3168531 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e25894e-62ce-462c-98a5-d438e3168545-e3168531 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-_5e25894e-62ce-462c-98a5-d438e3168541-e3168531 {
  place-self: center;
}

#w-node-_5e25894e-62ce-462c-98a5-d438e3168555-e3168531 {
  justify-self: end;
}

#w-node-_60de04d5-b930-30b2-98a0-1a58d7945dd2-d7945dcb {
  place-self: center end;
}

#w-node-f2300a6c-25f9-2721-9fbf-074080300838-9e1198cb, #w-node-f2300a6c-25f9-2721-9fbf-074080300840-9e1198cb, #w-node-_6dad4654-e2de-fc06-79fb-97ed504d4b5c-9e1198cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dad4654-e2de-fc06-79fb-97ed504d4b5f-9e1198cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6dad4654-e2de-fc06-79fb-97ed504d4b7d-9e1198cb {
  justify-self: end;
}

#w-node-f2300a6c-25f9-2721-9fbf-074080300838-9e1198e6, #w-node-f2300a6c-25f9-2721-9fbf-074080300840-9e1198e6, #w-node-_0ee02046-b386-3f3d-72aa-28ea71c7aba5-71c7aba2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ee02046-b386-3f3d-72aa-28ea71c7aba8-71c7aba2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0ee02046-b386-3f3d-72aa-28ea71c7abc1-71c7aba2, #w-node-_92d36b97-10ae-e7ef-1707-4e67d343a506-d343a4ff {
  justify-self: end;
}

#w-node-_79e7e172-0983-ce31-f388-083f224d7c9d-9e119904, #w-node-_79e7e172-0983-ce31-f388-083f224d7ca5-9e119904, #w-node-_79e7e172-0983-ce31-f388-083f224d7c9d-9e119907, #w-node-_79e7e172-0983-ce31-f388-083f224d7ca5-9e119907, #w-node-_1da3174b-ce02-20b4-b5e1-7e2392c33c5c-9e119907 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1da3174b-ce02-20b4-b5e1-7e2392c33c5f-9e119907 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1da3174b-ce02-20b4-b5e1-7e2392c33c7d-9e119907 {
  justify-self: end;
}

#w-node-_79e7e172-0983-ce31-f388-083f224d7c9d-9e119908, #w-node-_79e7e172-0983-ce31-f388-083f224d7ca5-9e119908, #w-node-_83213657-b80c-c6cf-cc7a-af3ff7d56c9c-9e11990c, #w-node-_83213657-b80c-c6cf-cc7a-af3ff7d56ca4-9e11990c, #w-node-_1b31cd13-469c-2d55-c429-216bbc560c28-9e11990c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Project-2.w-node-_1b31cd13-469c-2d55-c429-216bbc560c38-9e11990c {
  grid-area: Area;
}

#w-node-_45cdb6c6-785f-98bf-ed3a-b2220fa1e8c7-9e11990c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45cdb6c6-785f-98bf-ed3a-b2220fa1e8ca-9e11990c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_45cdb6c6-785f-98bf-ed3a-b2220fa1e8e8-9e11990c {
  justify-self: end;
}

#w-node-_83213657-b80c-c6cf-cc7a-af3ff7d56c9c-9e11990f, #w-node-_83213657-b80c-c6cf-cc7a-af3ff7d56ca4-9e11990f, #w-node-_1b31cd13-469c-2d55-c429-216bbc560c28-9e11990f, #w-node-_83213657-b80c-c6cf-cc7a-af3ff7d56c9c-9e119911, #w-node-_83213657-b80c-c6cf-cc7a-af3ff7d56ca4-9e119911, #w-node-_1b31cd13-469c-2d55-c429-216bbc560c28-9e119911 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Project-2.w-node-_1b31cd13-469c-2d55-c429-216bbc560c38-9e119911 {
  grid-area: Area;
}

#w-node-e344d3da-0e1b-4512-06f5-551fcb0d2954-cb0d294b, #w-node-e344d3da-0e1b-4512-06f5-551fcb0d2959-cb0d294b, #w-node-e344d3da-0e1b-4512-06f5-551fcb0d295e-cb0d294b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e344d3da-0e1b-4512-06f5-551fcb0d2965-cb0d294b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_6228fb0a-987d-4c0d-405c-9a0beaeb3165-eaeb3164 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr 1.25fr;
}

#w-node-_2baeed97-e549-b136-da00-7aa45964b9e3-9e119913, #w-node-_2baeed97-e549-b136-da00-7aa45964b9eb-9e119913, #w-node-_96580462-b6dc-a00d-575e-2579ac707e0d-9e119914, #w-node-_96580462-b6dc-a00d-575e-2579ac707e15-9e119914, #w-node-_51f26a5f-416f-f045-f881-e564ed7139e2-9e119915, #w-node-_51f26a5f-416f-f045-f881-e564ed7139ea-9e119915, #w-node-_46a043cf-8308-1509-3ae0-c78a9374b8c4-9e119916, #w-node-_46a043cf-8308-1509-3ae0-c78a9374b8cc-9e119916, #w-node-c71f13f0-743c-157f-5492-b81d7182948e-9e119918, #w-node-c71f13f0-743c-157f-5492-b81d71829496-9e119918, #w-node-_7c5ec775-3f5c-28d5-fe8d-3d5a8163f357-9e11993b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c5ec775-3f5c-28d5-fe8d-3d5a8163f35a-9e11993b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7c5ec775-3f5c-28d5-fe8d-3d5a8163f378-9e11993b {
  justify-self: end;
}

#w-node-_83213657-b80c-c6cf-cc7a-af3ff7d56c9c-9e11993c, #w-node-_83213657-b80c-c6cf-cc7a-af3ff7d56ca4-9e11993c, #w-node-_1b31cd13-469c-2d55-c429-216bbc560c28-9e11993c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Project-2.w-node-_1b31cd13-469c-2d55-c429-216bbc560c38-9e11993c {
  grid-area: Area;
}

#w-node-_1a75bc77-4a9d-bf5e-1622-5b4ff7fe01f7-9e11993d {
  justify-self: end;
}

#w-node-b9ac3b7f-a749-366a-9e74-3e48711cfb41-9e11993d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9ac3b7f-a749-366a-9e74-3e48711cfb44-9e11993d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b9ac3b7f-a749-366a-9e74-3e48711cfb62-9e11993d {
  justify-self: end;
}

#w-node-b50afb5a-3e3b-ac28-28f1-2ab9fe3d5980-9e11993f, #w-node-b50afb5a-3e3b-ac28-28f1-2ab9fe3d5988-9e11993f, #w-node-_778f759e-5cae-d64a-1089-9b4f19a41526-9e119941, #w-node-_356cc3c2-80e1-3cbe-e5e3-7a2ab19396ba-9e119941, #w-node-_329eef22-11eb-d654-344b-aab0d0d8cb67-9e119941, #w-node-_2f49fcfd-2b4f-315d-01b9-d0331b5b710f-9e119941, #w-node-e6aa6be8-39cf-8f63-5027-8d043e51c072-9e119941, #w-node-_3a98d656-8944-2c3b-05ac-411549162cae-9e119941, #w-node-_79e7e172-0983-ce31-f388-083f224d7c9d-9e119942, #w-node-_79e7e172-0983-ce31-f388-083f224d7ca5-9e119942 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91185566-b997-1c19-107d-c4e847dc5d7d-9e119942 {
  grid-area: Area;
  justify-self: center;
}

#w-node-_275da6be-c4f5-ac63-ddf2-ef124f064d2c-9e119942 {
  grid-area: Area;
}

#w-node-ca3ee5d5-21f1-e914-a7a9-fb5e2aeeb66d-9e119942 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7aafc10b-8ee3-e64e-87ec-4fdaa7f27759-9e119942 {
  grid-area: Area;
  justify-self: center;
}

#w-node-_7aafc10b-8ee3-e64e-87ec-4fdaa7f2775a-9e119942 {
  grid-area: Area;
}

#w-node-_7aafc10b-8ee3-e64e-87ec-4fdaa7f2775e-9e119942 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_355b4dfe-ecdd-0519-0123-8260652914c4-9e119943, #w-node-_355b4dfe-ecdd-0519-0123-8260652914d0-9e119943, #w-node-_355b4dfe-ecdd-0519-0123-8260652914d1-9e119943 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff343b59-affe-6427-98f7-f4dd098fe410-9e119943 {
  place-self: center end;
}

#w-node-ff343b59-affe-6427-98f7-f4dd098fe411-9e119943 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-ff343b59-affe-6427-98f7-f4dd098fe412-9e119943, #w-node-ff343b59-affe-6427-98f7-f4dd098fe413-9e119943, #w-node-ff343b59-affe-6427-98f7-f4dd098fe414-9e119943 {
  place-self: center;
}

#w-node-ff343b59-affe-6427-98f7-f4dd098fe415-9e119943 {
  place-self: center start;
}

#w-node-ff343b59-affe-6427-98f7-f4dd098fe417-9e119943 {
  place-self: center end;
}

#w-node-ff343b59-affe-6427-98f7-f4dd098fe418-9e119943 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-ff343b59-affe-6427-98f7-f4dd098fe419-9e119943, #w-node-ff343b59-affe-6427-98f7-f4dd098fe41a-9e119943, #w-node-ff343b59-affe-6427-98f7-f4dd098fe41b-9e119943 {
  place-self: center;
}

#w-node-ff343b59-affe-6427-98f7-f4dd098fe41c-9e119943 {
  place-self: center start;
}

#w-node-_5b298cdd-c649-7a99-ee46-37420a9203cc-9e11995a, #w-node-_297a03bf-ad5d-15ff-0c47-6fc31fad7318-9e11995a, #w-node-_4db7967a-2bbd-9943-599e-7e03efb2f94c-9e11995a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_370bb677-e1f5-378c-03a2-e9f6abecbc43-9e11995a, #w-node-_370bb677-e1f5-378c-03a2-e9f6abecbc40-9e11995a, #w-node-_370bb677-e1f5-378c-03a2-e9f6abecbc41-9e11995a, #w-node-_370bb677-e1f5-378c-03a2-e9f6abecbc44-9e11995a, #w-node-_370bb677-e1f5-378c-03a2-e9f6abecbc42-9e11995a {
  justify-self: center;
}

#w-node-e99c4eb6-aa4a-4d3c-b261-0e7d9e433b0e-9e11995a, #w-node-e8401fe2-df3c-0d9e-67f1-bcea3f6cc3a3-9e11995a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2c4240ed-04ec-ee74-62ff-7fe39a89801b-9e11995a, #w-node-_41544f15-774d-2d19-6ee4-d16a11b25fe7-9e11995a, #w-node-aa611a0a-362d-d5e5-4633-3cc7308a1064-9e11995a, #w-node-_1f9eb899-788d-7d5c-9305-897ac06a8f7c-9e11995d, #w-node-_1f9eb899-788d-7d5c-9305-897ac06a8f84-9e11995d, #w-node-_007354da-d306-a25c-72b3-32c11414f3da-9e11995d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_007354da-d306-a25c-72b3-32c11414f3dd-9e11995d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_007354da-d306-a25c-72b3-32c11414f3fb-9e11995d {
  justify-self: end;
}

#w-node-_33a4a7ce-4546-0833-5abc-42fbeed179cc-9e119964, #w-node-_33a4a7ce-4546-0833-5abc-42fbeed179d4-9e119964 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a28e0a1d-f352-9e22-f1cc-954e22e1bb74-9e11997f {
  align-self: center;
}

#w-node-ed5fbc87-40cc-b558-fd1f-ffb9e38a301a-9e119981, #w-node-ed5fbc87-40cc-b558-fd1f-ffb9e38a3027-9e119981, #w-node-ed5fbc87-40cc-b558-fd1f-ffb9e38a303d-9e119981, #w-node-ed5fbc87-40cc-b558-fd1f-ffb9e38a304d-9e119981 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed5fbc87-40cc-b558-fd1f-ffb9e38a3064-9e119981, #w-node-ed5fbc87-40cc-b558-fd1f-ffb9e38a3065-9e119981, #w-node-ed5fbc87-40cc-b558-fd1f-ffb9e38a3066-9e119981, #w-node-ed5fbc87-40cc-b558-fd1f-ffb9e38a3067-9e119981, #w-node-ed5fbc87-40cc-b558-fd1f-ffb9e38a3068-9e119981, #w-node-ed5fbc87-40cc-b558-fd1f-ffb9e38a3069-9e119981 {
  justify-self: center;
}

#w-node-df5aa9f6-5862-a2d9-711c-d648ba3a52da-9e119986, #w-node-df5aa9f6-5862-a2d9-711c-d648ba3a52e2-9e119986 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a83d59b-1782-060b-253d-8c53eac542c1-cfc22550 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_9d93bab7-a275-e262-1912-d72195890d1a-cfc22550 {
  place-self: center end;
}

#w-node-_585d4f0e-5ca9-cae2-7c9f-d27dbee05087-cfc22550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-da3eb7a0-9c51-7565-da50-442557d3a918-cfc22550, #w-node-_642f72f9-20ae-c58b-01e3-55fdfb15a2be-cfc22550, #w-node-_2857dea1-3e35-3343-36cc-968aa30c6aa8-cfc22550 {
  place-self: center;
}

#w-node-daaa4333-cb13-fe61-02ba-7db2d8176d92-cfc22550 {
  place-self: center start;
}

#w-node-_14939f5c-5d1d-326e-9440-7e444f5f77b3-cfc22550 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-def1a9f5-f6a4-9195-223e-4cb827f7aa1c-cfc22550 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
}

#w-node-_94501332-86a5-3d85-c8b7-d14b59e69f37-cfc22550 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_8f9cd939-c7b6-3239-bf14-a050d8323155-cfc22550 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
}

#w-node-_5ef4633c-0aa6-3bce-a67c-4ecc5250e078-cfc22550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a0c8a7d-e4cb-48c2-56c2-384c9c374d49-cfc22550, #w-node-_7c2d9e78-09fb-fec8-00cc-f3962b518989-cfc22550 {
  place-self: center;
}

#w-node-_97d4a8b0-cfba-2369-8019-47b0019222f1-cfc22550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc864197-db5a-39da-66b4-bcd0db0373ab-cfc22550 {
  place-self: center;
}

#w-node-_913b744d-6b1b-3ef6-3c41-08f118078a36-cfc22550, #w-node-ff82be86-c579-c3b6-a8ef-0d5b4ac90a7a-cfc22550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e8bd4e12-6f12-fe48-fcde-0fe9360b0f9c-cfc22550 {
  place-self: center;
}

#w-node-_0378f657-a332-bd16-91fd-cd4fc3f2e63c-cfc22550 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
}

#w-node-_792f7b6e-9765-3077-5e4a-8d0f74558db7-cfc22550 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_540df509-d79c-5ec4-f553-f6ae79597134-cfc22550 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
}

#w-node-_8c81e28b-4988-f24a-9604-0d96c17a7605-cfc22550, #w-node-e84b36a9-e69d-b120-999e-56fa1c690d49-cfc22550 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8401cee2-930a-b86a-fed2-a554c253bb26-c253bb25 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr 1.25fr;
}

#w-node-_536f9d07-2fa4-cd06-be7f-36692562f432-e86026c1, #w-node-_14da1172-6848-1f80-3fdc-f1fb00cc7458-e86026c1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_83213657-b80c-c6cf-cc7a-af3ff7d56c9c-62c0a14d, #w-node-_1b31cd13-469c-2d55-c429-216bbc560c28-62c0a14d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Project-2.w-node-_1b31cd13-469c-2d55-c429-216bbc560c38-62c0a14d {
  grid-area: Area;
}

#w-node-_1b31cd13-469c-2d55-c429-216bbc560c39-62c0a14d {
  justify-self: end;
}

#w-node-_1e01649f-e6da-77df-fb70-945c51122b9e-0b291d55 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_9fa6c915-4f27-44fc-4c53-deb1e691a718-0b291d55 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr;
}

#w-node-c91a3769-22f9-62dd-0f4d-b63be71b051b-0b291d55 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_5e547d5b-b978-717a-a75d-77acafff4d2d-0b291d55 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr;
}

#w-node-_022a7168-aae7-18d7-d539-1b1946b5cdb0-0b291d55 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-c40daa1a-4d91-9ba9-3e71-71dde80851ea-0b291d55 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr;
}

#w-node-a48eb534-2113-9e8f-d8c3-a6446fb66068-0b291d55 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_95c7245a-2ed0-5824-145c-b753d4d1d628-74159f18, #w-node-_95c7245a-2ed0-5824-145c-b753d4d1d62e-74159f18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a83d59b-1782-060b-253d-8c53eac542c1-40e87815 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_9d93bab7-a275-e262-1912-d72195890d1a-40e87815 {
  place-self: center end;
}

#w-node-_585d4f0e-5ca9-cae2-7c9f-d27dbee05087-40e87815 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-da3eb7a0-9c51-7565-da50-442557d3a918-40e87815, #w-node-_642f72f9-20ae-c58b-01e3-55fdfb15a2be-40e87815, #w-node-_2857dea1-3e35-3343-36cc-968aa30c6aa8-40e87815 {
  place-self: center;
}

#w-node-daaa4333-cb13-fe61-02ba-7db2d8176d92-40e87815 {
  place-self: center start;
}

#w-node-_14939f5c-5d1d-326e-9440-7e444f5f77b3-40e87815 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-def1a9f5-f6a4-9195-223e-4cb827f7aa1c-40e87815 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
}

#w-node-_94501332-86a5-3d85-c8b7-d14b59e69f37-40e87815 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_8f9cd939-c7b6-3239-bf14-a050d8323155-40e87815 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
}

#w-node-_97d20f5f-526d-1b0e-e691-8bdd8a6a026d-40e87815 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_8eb9c159-fdfd-dfc4-31da-ebe3812e8253-40e87815 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
}

#w-node-_5ef4633c-0aa6-3bce-a67c-4ecc5250e078-40e87815 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a0c8a7d-e4cb-48c2-56c2-384c9c374d49-40e87815, #w-node-_7c2d9e78-09fb-fec8-00cc-f3962b518989-40e87815 {
  place-self: center;
}

#w-node-_97d4a8b0-cfba-2369-8019-47b0019222f1-40e87815 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc864197-db5a-39da-66b4-bcd0db0373ab-40e87815 {
  place-self: center;
}

#w-node-_913b744d-6b1b-3ef6-3c41-08f118078a36-40e87815, #w-node-ff82be86-c579-c3b6-a8ef-0d5b4ac90a7a-40e87815 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e8bd4e12-6f12-fe48-fcde-0fe9360b0f9c-40e87815 {
  place-self: center;
}

#w-node-_04a37987-03e6-f494-a7dc-d5f5ab7635d1-40e87815 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-b0977b0c-8906-2b0d-6131-4df5fd0701c0-40e87815 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
}

#w-node-_9f0689a4-173e-cfb8-9a92-f0423b7faf31-40e87815 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_48322755-a8ca-90b7-4531-f4f753fbcee5-40e87815 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
}

#w-node-_97b7afa0-05a5-b5eb-b07b-261336963979-40e87815, #w-node-e7614fb6-2417-8c2a-6e37-771334cee696-40e87815 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8456925d-75f0-b3c9-a45b-429d6f589870-40e87815 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-a02bddb1-4d36-dc67-a35c-7ca563cbde48-40e87815 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
}

#w-node-_7000d04d-d6c5-a46f-8970-dfbea31870a3-40e87815 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-e84b36a9-e69d-b120-999e-56fa1c690d49-40e87815 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b50afb5a-3e3b-ac28-28f1-2ab9fe3d5980-e42bb19e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19b556a6-60ad-d8e4-12fd-c617b67dd32f-e42bb19e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f6cd8edb-b3d1-9f2b-4f4e-bbe0e339c32c-e42bb19e {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e50bbbf5-d2fd-013b-9d75-dcfd1a63e6af-e42bb19e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b9b75611-20b3-e401-623a-aa8fe2de743e-8df0fcb8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr 1.25fr;
}

#w-node-_536f9d07-2fa4-cd06-be7f-36692562f432-8df0fcb8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_83213657-b80c-c6cf-cc7a-af3ff7d56c9c-7c82362a, #w-node-_1b31cd13-469c-2d55-c429-216bbc560c28-7c82362a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Project-2.w-node-_1b31cd13-469c-2d55-c429-216bbc560c38-7c82362a {
  grid-area: Area;
}

#w-node-_1b31cd13-469c-2d55-c429-216bbc560c39-7c82362a {
  justify-self: end;
}

#w-node-_1e01649f-e6da-77df-fb70-945c51122b9e-1aec426e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_9fa6c915-4f27-44fc-4c53-deb1e691a718-1aec426e {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr;
}

#w-node-_022a7168-aae7-18d7-d539-1b1946b5cdb0-1aec426e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_70d7f2a2-b94d-da96-01a7-0e516cfa7ab6-1aec426e {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr;
}

#w-node-c91a3769-22f9-62dd-0f4d-b63be71b051b-1aec426e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_5e547d5b-b978-717a-a75d-77acafff4d2d-1aec426e {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr;
}

#w-node-e3cef5d3-56b4-775a-fd58-df9745ab9b21-1aec426e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-b50afb5a-3e3b-ac28-28f1-2ab9fe3d5980-c63056c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19b556a6-60ad-d8e4-12fd-c617b67dd32f-c63056c1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9a83d59b-1782-060b-253d-8c53eac542c1-fe4f7c50 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-d5e7c993-f4be-d45a-875e-d00af93c323e-fe4f7c50 {
  place-self: center;
}

#w-node-d5e7c993-f4be-d45a-875e-d00af93c323f-fe4f7c50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d5e7c993-f4be-d45a-875e-d00af93c3240-fe4f7c50, #w-node-d5e7c993-f4be-d45a-875e-d00af93c3241-fe4f7c50, #w-node-d5e7c993-f4be-d45a-875e-d00af93c3242-fe4f7c50, #w-node-d5e7c993-f4be-d45a-875e-d00af93c3243-fe4f7c50 {
  place-self: center;
}

#w-node-_14939f5c-5d1d-326e-9440-7e444f5f77b3-fe4f7c50 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_8eb9c159-fdfd-dfc4-31da-ebe3812e8253-fe4f7c50 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
}

#w-node-_94501332-86a5-3d85-c8b7-d14b59e69f37-fe4f7c50 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-def1a9f5-f6a4-9195-223e-4cb827f7aa1c-fe4f7c50 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
}

#w-node-_97d20f5f-526d-1b0e-e691-8bdd8a6a026d-fe4f7c50 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_98df2b95-26fe-30e4-0daf-20308f225602-fe4f7c50 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
}

#w-node-_9f0689a4-173e-cfb8-9a92-f0423b7faf31-fe4f7c50 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_48322755-a8ca-90b7-4531-f4f753fbcee5-fe4f7c50 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
}

#w-node-_5ef4633c-0aa6-3bce-a67c-4ecc5250e078-fe4f7c50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a0c8a7d-e4cb-48c2-56c2-384c9c374d49-fe4f7c50, #w-node-_7c2d9e78-09fb-fec8-00cc-f3962b518989-fe4f7c50 {
  place-self: center;
}

#w-node-_97d4a8b0-cfba-2369-8019-47b0019222f1-fe4f7c50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_913b744d-6b1b-3ef6-3c41-08f118078a36-fe4f7c50, #w-node-ff82be86-c579-c3b6-a8ef-0d5b4ac90a7a-fe4f7c50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e8bd4e12-6f12-fe48-fcde-0fe9360b0f9c-fe4f7c50 {
  place-self: center;
}

#w-node-_97b7afa0-05a5-b5eb-b07b-261336963979-fe4f7c50, #w-node-e7614fb6-2417-8c2a-6e37-771334cee696-fe4f7c50 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8456925d-75f0-b3c9-a45b-429d6f589870-fe4f7c50 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-a02bddb1-4d36-dc67-a35c-7ca563cbde48-fe4f7c50 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
}

#w-node-_7000d04d-d6c5-a46f-8970-dfbea31870a3-fe4f7c50 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-e84b36a9-e69d-b120-999e-56fa1c690d49-fe4f7c50 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9a83d59b-1782-060b-253d-8c53eac542c1-aabcd8fd, #w-node-_6e7d611c-7341-7bab-c989-30c7bb5891a9-aabcd8fd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_5ef4633c-0aa6-3bce-a67c-4ecc5250e078-aabcd8fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a0c8a7d-e4cb-48c2-56c2-384c9c374d49-aabcd8fd, #w-node-_7c2d9e78-09fb-fec8-00cc-f3962b518989-aabcd8fd {
  place-self: center;
}

#w-node-_97d4a8b0-cfba-2369-8019-47b0019222f1-aabcd8fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc864197-db5a-39da-66b4-bcd0db0373ab-aabcd8fd {
  place-self: center;
}

#w-node-_913b744d-6b1b-3ef6-3c41-08f118078a36-aabcd8fd, #w-node-ff82be86-c579-c3b6-a8ef-0d5b4ac90a7a-aabcd8fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e8bd4e12-6f12-fe48-fcde-0fe9360b0f9c-aabcd8fd {
  place-self: center;
}

#w-node-e84b36a9-e69d-b120-999e-56fa1c690d49-aabcd8fd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bf3f6983-8fed-19ab-2408-4851f689ff61-aabcd8fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#name-2.w-node-bf3f6983-8fed-19ab-2408-4851f689ff65-aabcd8fd {
  order: 0;
}

#company-3.w-node-d28bc66d-404c-c0cf-e216-4604a46d67c9-aabcd8fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#job.w-node-_640293fc-1f66-3654-c31a-de4a82fc04a2-aabcd8fd {
  grid-area: Area;
}

#w-node-_0df030ad-ceee-a5ab-42e4-1270817816c5-aabcd8fd {
  place-self: auto stretch;
}

#w-node-bf3f6983-8fed-19ab-2408-4851f689ff6a-aabcd8fd {
  justify-self: end;
}

#w-node-_04a37987-03e6-f494-a7dc-d5f5ab7635d1-aabcd8fd {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-b0977b0c-8906-2b0d-6131-4df5fd0701c0-aabcd8fd {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
}

#w-node-da368a28-2cdc-07a7-ac15-89158127fc5c-aabcd8fd {
  place-self: center end;
}

#w-node-da368a28-2cdc-07a7-ac15-89158127fc5d-aabcd8fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-da368a28-2cdc-07a7-ac15-89158127fc5e-aabcd8fd, #w-node-da368a28-2cdc-07a7-ac15-89158127fc5f-aabcd8fd, #w-node-da368a28-2cdc-07a7-ac15-89158127fc60-aabcd8fd {
  place-self: center;
}

#w-node-da368a28-2cdc-07a7-ac15-89158127fc61-aabcd8fd {
  place-self: center start;
}

#w-node-_73dd3472-3807-f31d-58df-e2032662f857-aabcd8fd {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-e89c2d6c-30fd-4487-da68-b73dc48b3a8d-aabcd8fd, #w-node-_536f9d07-2fa4-cd06-be7f-36692562f432-0f7e516c, #w-node-_14da1172-6848-1f80-3fdc-f1fb00cc7458-0f7e516c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-e410e401-0543-322d-2ea5-d8d44fd30ce2-9e11988a, #w-node-e344d3da-0e1b-4512-06f5-551fcb0d2959-cb0d294b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e344d3da-0e1b-4512-06f5-551fcb0d2965-cb0d294b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-ff343b59-affe-6427-98f7-f4dd098fe414-9e119943, #w-node-ff343b59-affe-6427-98f7-f4dd098fe415-9e119943, #w-node-ff343b59-affe-6427-98f7-f4dd098fe41b-9e119943, #w-node-ff343b59-affe-6427-98f7-f4dd098fe41c-9e119943, #w-node-_2857dea1-3e35-3343-36cc-968aa30c6aa8-cfc22550, #w-node-daaa4333-cb13-fe61-02ba-7db2d8176d92-cfc22550 {
    justify-self: start;
  }

  #w-node-_14939f5c-5d1d-326e-9440-7e444f5f77b3-cfc22550 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-def1a9f5-f6a4-9195-223e-4cb827f7aa1c-cfc22550 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr;
  }

  #w-node-_94501332-86a5-3d85-c8b7-d14b59e69f37-cfc22550 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_8f9cd939-c7b6-3239-bf14-a050d8323155-cfc22550 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr;
  }

  #w-node-_5ef4633c-0aa6-3bce-a67c-4ecc5250e078-cfc22550, #w-node-_97d4a8b0-cfba-2369-8019-47b0019222f1-cfc22550 {
    place-self: center;
  }

  #w-node-_913b744d-6b1b-3ef6-3c41-08f118078a36-cfc22550, #w-node-ff82be86-c579-c3b6-a8ef-0d5b4ac90a7a-cfc22550 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_0378f657-a332-bd16-91fd-cd4fc3f2e63c-cfc22550 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr;
  }

  #w-node-_792f7b6e-9765-3077-5e4a-8d0f74558db7-cfc22550 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_540df509-d79c-5ec4-f553-f6ae79597134-cfc22550 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr;
  }

  #w-node-_8c81e28b-4988-f24a-9604-0d96c17a7605-cfc22550, #w-node-e84b36a9-e69d-b120-999e-56fa1c690d49-cfc22550 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_536f9d07-2fa4-cd06-be7f-36692562f432-e86026c1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-_2857dea1-3e35-3343-36cc-968aa30c6aa8-40e87815, #w-node-daaa4333-cb13-fe61-02ba-7db2d8176d92-40e87815 {
    justify-self: start;
  }

  #w-node-_14939f5c-5d1d-326e-9440-7e444f5f77b3-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-def1a9f5-f6a4-9195-223e-4cb827f7aa1c-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr;
  }

  #w-node-_94501332-86a5-3d85-c8b7-d14b59e69f37-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_8f9cd939-c7b6-3239-bf14-a050d8323155-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr;
  }

  #w-node-_97d20f5f-526d-1b0e-e691-8bdd8a6a026d-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_8eb9c159-fdfd-dfc4-31da-ebe3812e8253-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr;
  }

  #w-node-_5ef4633c-0aa6-3bce-a67c-4ecc5250e078-40e87815, #w-node-_97d4a8b0-cfba-2369-8019-47b0019222f1-40e87815 {
    place-self: center;
  }

  #w-node-_913b744d-6b1b-3ef6-3c41-08f118078a36-40e87815, #w-node-ff82be86-c579-c3b6-a8ef-0d5b4ac90a7a-40e87815 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_04a37987-03e6-f494-a7dc-d5f5ab7635d1-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-b0977b0c-8906-2b0d-6131-4df5fd0701c0-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr;
  }

  #w-node-_9f0689a4-173e-cfb8-9a92-f0423b7faf31-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_48322755-a8ca-90b7-4531-f4f753fbcee5-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr;
  }

  #w-node-_97b7afa0-05a5-b5eb-b07b-261336963979-40e87815, #w-node-e7614fb6-2417-8c2a-6e37-771334cee696-40e87815, #w-node-_8456925d-75f0-b3c9-a45b-429d6f589870-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-a02bddb1-4d36-dc67-a35c-7ca563cbde48-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr;
  }

  #w-node-_7000d04d-d6c5-a46f-8970-dfbea31870a3-40e87815, #w-node-e84b36a9-e69d-b120-999e-56fa1c690d49-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_536f9d07-2fa4-cd06-be7f-36692562f432-8df0fcb8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-d5e7c993-f4be-d45a-875e-d00af93c3242-fe4f7c50 {
    justify-self: start;
  }

  #w-node-d5e7c993-f4be-d45a-875e-d00af93c3243-fe4f7c50 {
    justify-self: center;
  }

  #w-node-_14939f5c-5d1d-326e-9440-7e444f5f77b3-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_8eb9c159-fdfd-dfc4-31da-ebe3812e8253-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr;
  }

  #w-node-_94501332-86a5-3d85-c8b7-d14b59e69f37-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-def1a9f5-f6a4-9195-223e-4cb827f7aa1c-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr;
  }

  #w-node-_97d20f5f-526d-1b0e-e691-8bdd8a6a026d-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_98df2b95-26fe-30e4-0daf-20308f225602-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr;
  }

  #w-node-_9f0689a4-173e-cfb8-9a92-f0423b7faf31-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_48322755-a8ca-90b7-4531-f4f753fbcee5-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr;
  }

  #w-node-_5ef4633c-0aa6-3bce-a67c-4ecc5250e078-fe4f7c50, #w-node-_97d4a8b0-cfba-2369-8019-47b0019222f1-fe4f7c50 {
    place-self: center;
  }

  #w-node-_913b744d-6b1b-3ef6-3c41-08f118078a36-fe4f7c50, #w-node-ff82be86-c579-c3b6-a8ef-0d5b4ac90a7a-fe4f7c50 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_97b7afa0-05a5-b5eb-b07b-261336963979-fe4f7c50, #w-node-e7614fb6-2417-8c2a-6e37-771334cee696-fe4f7c50, #w-node-_8456925d-75f0-b3c9-a45b-429d6f589870-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-a02bddb1-4d36-dc67-a35c-7ca563cbde48-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr;
  }

  #w-node-_7000d04d-d6c5-a46f-8970-dfbea31870a3-fe4f7c50, #w-node-e84b36a9-e69d-b120-999e-56fa1c690d49-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_5ef4633c-0aa6-3bce-a67c-4ecc5250e078-aabcd8fd, #w-node-_97d4a8b0-cfba-2369-8019-47b0019222f1-aabcd8fd {
    place-self: center;
  }

  #w-node-_913b744d-6b1b-3ef6-3c41-08f118078a36-aabcd8fd, #w-node-ff82be86-c579-c3b6-a8ef-0d5b4ac90a7a-aabcd8fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-e84b36a9-e69d-b120-999e-56fa1c690d49-aabcd8fd, #w-node-_04a37987-03e6-f494-a7dc-d5f5ab7635d1-aabcd8fd {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-b0977b0c-8906-2b0d-6131-4df5fd0701c0-aabcd8fd {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr;
  }

  #w-node-da368a28-2cdc-07a7-ac15-89158127fc60-aabcd8fd, #w-node-da368a28-2cdc-07a7-ac15-89158127fc61-aabcd8fd {
    justify-self: start;
  }

  #w-node-_73dd3472-3807-f31d-58df-e2032662f857-aabcd8fd {
    grid-template-rows: auto;
    grid-template-columns: 3fr 1.25fr;
  }

  #w-node-e89c2d6c-30fd-4487-da68-b73dc48b3a8d-aabcd8fd {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.75fr;
  }

  #w-node-_536f9d07-2fa4-cd06-be7f-36692562f432-0f7e516c {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5e25894e-62ce-462c-98a5-d438e3168555-e3168531, #w-node-_6dad4654-e2de-fc06-79fb-97ed504d4b7d-9e1198cb, #w-node-_0ee02046-b386-3f3d-72aa-28ea71c7abc1-71c7aba2, #w-node-_1da3174b-ce02-20b4-b5e1-7e2392c33c7d-9e119907, #w-node-_45cdb6c6-785f-98bf-ed3a-b2220fa1e8e8-9e11990c {
    justify-self: start;
  }

  #w-node-e344d3da-0e1b-4512-06f5-551fcb0d2953-cb0d294b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto start;
  }

  #w-node-e344d3da-0e1b-4512-06f5-551fcb0d295e-cb0d294b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6228fb0a-987d-4c0d-405c-9a0beaeb3165-eaeb3164 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr .75fr 1.25fr;
  }

  #w-node-_7c5ec775-3f5c-28d5-fe8d-3d5a8163f378-9e11993b, #w-node-b9ac3b7f-a749-366a-9e74-3e48711cfb62-9e11993d {
    justify-self: start;
  }

  #w-node-ff343b59-affe-6427-98f7-f4dd098fe410-9e119943, #w-node-ff343b59-affe-6427-98f7-f4dd098fe411-9e119943, #w-node-ff343b59-affe-6427-98f7-f4dd098fe414-9e119943, #w-node-ff343b59-affe-6427-98f7-f4dd098fe415-9e119943, #w-node-ff343b59-affe-6427-98f7-f4dd098fe417-9e119943, #w-node-ff343b59-affe-6427-98f7-f4dd098fe418-9e119943, #w-node-ff343b59-affe-6427-98f7-f4dd098fe41b-9e119943, #w-node-ff343b59-affe-6427-98f7-f4dd098fe41c-9e119943 {
    justify-self: center;
  }

  #w-node-_14660331-acad-bdbc-d9bf-5d297fdaf8e9-9e119943, #w-node-_14660331-acad-bdbc-d9bf-5d297fdaf8ee-9e119943, #w-node-_14660331-acad-bdbc-d9bf-5d297fdaf8f3-9e119943, #w-node-_14660331-acad-bdbc-d9bf-5d297fdaf8f8-9e119943, #w-node-_14660331-acad-bdbc-d9bf-5d297fdaf8fd-9e119943, #w-node-_14660331-acad-bdbc-d9bf-5d297fdaf902-9e119943, #w-node-_14660331-acad-bdbc-d9bf-5d297fdaf907-9e119943, #w-node-_14660331-acad-bdbc-d9bf-5d297fdaf91a-9e119943, #w-node-_14660331-acad-bdbc-d9bf-5d297fdaf91f-9e119943, #w-node-_14660331-acad-bdbc-d9bf-5d297fdaf924-9e119943, #w-node-_14660331-acad-bdbc-d9bf-5d297fdaf929-9e119943, #w-node-_14660331-acad-bdbc-d9bf-5d297fdaf92e-9e119943, #w-node-_14660331-acad-bdbc-d9bf-5d297fdaf933-9e119943, #w-node-_14660331-acad-bdbc-d9bf-5d297fdaf938-9e119943, #w-node-_9d450aa3-dd99-aec0-14d5-b57352b76f6e-9e119943 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_007354da-d306-a25c-72b3-32c11414f3fb-9e11995d {
    justify-self: start;
  }

  #w-node-_9a83d59b-1782-060b-253d-8c53eac542c2-cfc22550 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_9a83d59b-1782-060b-253d-8c53eac542c3-cfc22550 {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_9d93bab7-a275-e262-1912-d72195890d1a-cfc22550, #w-node-_585d4f0e-5ca9-cae2-7c9f-d27dbee05087-cfc22550, #w-node-_2857dea1-3e35-3343-36cc-968aa30c6aa8-cfc22550, #w-node-daaa4333-cb13-fe61-02ba-7db2d8176d92-cfc22550 {
    justify-self: center;
  }

  #w-node-_14939f5c-5d1d-326e-9440-7e444f5f77b3-cfc22550 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_14939f5c-5d1d-326e-9440-7e444f5f77b4-cfc22550 {
    grid-column: span 2 / span 2;
  }

  #w-node-_14939f5c-5d1d-326e-9440-7e444f5f77b5-cfc22550 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-def1a9f5-f6a4-9195-223e-4cb827f7aa1c-cfc22550 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-def1a9f5-f6a4-9195-223e-4cb827f7aa1d-cfc22550 {
    grid-column: span 2 / span 2;
  }

  #w-node-def1a9f5-f6a4-9195-223e-4cb827f7aa1f-cfc22550 {
    order: 0;
    grid-column: span 2 / span 2;
  }

  #w-node-_94501332-86a5-3d85-c8b7-d14b59e69f37-cfc22550 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_94501332-86a5-3d85-c8b7-d14b59e69f38-cfc22550 {
    grid-column: span 2 / span 2;
  }

  #w-node-_94501332-86a5-3d85-c8b7-d14b59e69f3a-cfc22550 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_8f9cd939-c7b6-3239-bf14-a050d8323155-cfc22550 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_8f9cd939-c7b6-3239-bf14-a050d8323156-cfc22550 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_8f9cd939-c7b6-3239-bf14-a050d832315d-cfc22550 {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_0378f657-a332-bd16-91fd-cd4fc3f2e63c-cfc22550 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_0378f657-a332-bd16-91fd-cd4fc3f2e63d-cfc22550 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_0378f657-a332-bd16-91fd-cd4fc3f2e646-cfc22550 {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_792f7b6e-9765-3077-5e4a-8d0f74558db7-cfc22550 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_792f7b6e-9765-3077-5e4a-8d0f74558db8-cfc22550 {
    grid-column: span 2 / span 2;
  }

  #w-node-_792f7b6e-9765-3077-5e4a-8d0f74558dba-cfc22550 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_540df509-d79c-5ec4-f553-f6ae79597134-cfc22550 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_540df509-d79c-5ec4-f553-f6ae79597135-cfc22550 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_540df509-d79c-5ec4-f553-f6ae79597140-cfc22550 {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_8c81e28b-4988-f24a-9604-0d96c17a7605-cfc22550 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_8c81e28b-4988-f24a-9604-0d96c17a7606-cfc22550 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8c81e28b-4988-f24a-9604-0d96c17a7608-cfc22550 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-e84b36a9-e69d-b120-999e-56fa1c690d49-cfc22550 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-e84b36a9-e69d-b120-999e-56fa1c690d4a-cfc22550 {
    grid-column: span 2 / span 2;
  }

  #w-node-e84b36a9-e69d-b120-999e-56fa1c690d51-cfc22550 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_8401cee2-930a-b86a-fed2-a554c253bb26-c253bb25 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr .75fr 1.25fr;
  }

  #w-node-_536f9d07-2fa4-cd06-be7f-36692562f432-e86026c1 {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
  }

  #w-node-_1e01649f-e6da-77df-fb70-945c51122b9e-0b291d55 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
  }

  #w-node-_9fa6c915-4f27-44fc-4c53-deb1e691a718-0b291d55, #w-node-_5e547d5b-b978-717a-a75d-77acafff4d2d-0b291d55, #w-node-c40daa1a-4d91-9ba9-3e71-71dde80851ea-0b291d55 {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1.5fr;
  }

  #w-node-_9a83d59b-1782-060b-253d-8c53eac542c2-40e87815 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_9a83d59b-1782-060b-253d-8c53eac542c3-40e87815 {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_9d93bab7-a275-e262-1912-d72195890d1a-40e87815, #w-node-_585d4f0e-5ca9-cae2-7c9f-d27dbee05087-40e87815, #w-node-_2857dea1-3e35-3343-36cc-968aa30c6aa8-40e87815, #w-node-daaa4333-cb13-fe61-02ba-7db2d8176d92-40e87815 {
    justify-self: center;
  }

  #w-node-_14939f5c-5d1d-326e-9440-7e444f5f77b3-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_14939f5c-5d1d-326e-9440-7e444f5f77b4-40e87815 {
    grid-column: span 2 / span 2;
  }

  #w-node-_14939f5c-5d1d-326e-9440-7e444f5f77b5-40e87815 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-def1a9f5-f6a4-9195-223e-4cb827f7aa1c-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-def1a9f5-f6a4-9195-223e-4cb827f7aa1d-40e87815 {
    grid-column: span 2 / span 2;
  }

  #w-node-def1a9f5-f6a4-9195-223e-4cb827f7aa1f-40e87815 {
    order: 0;
    grid-column: span 2 / span 2;
  }

  #w-node-_94501332-86a5-3d85-c8b7-d14b59e69f37-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_94501332-86a5-3d85-c8b7-d14b59e69f38-40e87815 {
    grid-column: span 2 / span 2;
  }

  #w-node-_94501332-86a5-3d85-c8b7-d14b59e69f3a-40e87815 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_8f9cd939-c7b6-3239-bf14-a050d8323155-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_8f9cd939-c7b6-3239-bf14-a050d8323156-40e87815 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_8f9cd939-c7b6-3239-bf14-a050d832315d-40e87815 {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_97d20f5f-526d-1b0e-e691-8bdd8a6a026d-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_97d20f5f-526d-1b0e-e691-8bdd8a6a026e-40e87815 {
    grid-column: span 2 / span 2;
  }

  #w-node-_97d20f5f-526d-1b0e-e691-8bdd8a6a0270-40e87815 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_8eb9c159-fdfd-dfc4-31da-ebe3812e8253-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_8eb9c159-fdfd-dfc4-31da-ebe3812e8254-40e87815 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_8eb9c159-fdfd-dfc4-31da-ebe3812e825b-40e87815 {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_04a37987-03e6-f494-a7dc-d5f5ab7635d1-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_04a37987-03e6-f494-a7dc-d5f5ab7635d2-40e87815 {
    grid-column: span 2 / span 2;
  }

  #w-node-_04a37987-03e6-f494-a7dc-d5f5ab7635d4-40e87815 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-b0977b0c-8906-2b0d-6131-4df5fd0701c0-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-b0977b0c-8906-2b0d-6131-4df5fd0701c1-40e87815 {
    grid-column: span 2 / span 2;
  }

  #w-node-b0977b0c-8906-2b0d-6131-4df5fd0701c8-40e87815 {
    order: 0;
    grid-column: span 2 / span 2;
  }

  #w-node-_9f0689a4-173e-cfb8-9a92-f0423b7faf31-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_9f0689a4-173e-cfb8-9a92-f0423b7faf32-40e87815 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9f0689a4-173e-cfb8-9a92-f0423b7faf34-40e87815 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_48322755-a8ca-90b7-4531-f4f753fbcee5-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_48322755-a8ca-90b7-4531-f4f753fbcee6-40e87815 {
    grid-column: span 2 / span 2;
  }

  #w-node-_48322755-a8ca-90b7-4531-f4f753fbcef0-40e87815 {
    order: 0;
    grid-column: span 2 / span 2;
  }

  #w-node-_97b7afa0-05a5-b5eb-b07b-261336963979-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_97b7afa0-05a5-b5eb-b07b-26133696397a-40e87815 {
    grid-column: span 2 / span 2;
  }

  #w-node-_97b7afa0-05a5-b5eb-b07b-26133696397c-40e87815 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-e7614fb6-2417-8c2a-6e37-771334cee696-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-e7614fb6-2417-8c2a-6e37-771334cee697-40e87815 {
    grid-column: span 2 / span 2;
  }

  #w-node-e7614fb6-2417-8c2a-6e37-771334cee699-40e87815 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_8456925d-75f0-b3c9-a45b-429d6f589870-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_8456925d-75f0-b3c9-a45b-429d6f589871-40e87815 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8456925d-75f0-b3c9-a45b-429d6f589873-40e87815 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-a02bddb1-4d36-dc67-a35c-7ca563cbde48-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-a02bddb1-4d36-dc67-a35c-7ca563cbde49-40e87815 {
    grid-column: span 2 / span 2;
  }

  #w-node-a02bddb1-4d36-dc67-a35c-7ca563cbde53-40e87815 {
    order: 0;
    grid-column: span 2 / span 2;
  }

  #w-node-_7000d04d-d6c5-a46f-8970-dfbea31870a3-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_7000d04d-d6c5-a46f-8970-dfbea31870a4-40e87815 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7000d04d-d6c5-a46f-8970-dfbea31870a6-40e87815 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-e84b36a9-e69d-b120-999e-56fa1c690d49-40e87815 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-e84b36a9-e69d-b120-999e-56fa1c690d4a-40e87815 {
    grid-column: span 2 / span 2;
  }

  #w-node-e84b36a9-e69d-b120-999e-56fa1c690d51-40e87815 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-b9b75611-20b3-e401-623a-aa8fe2de743e-8df0fcb8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr .75fr 1.25fr;
  }

  #w-node-_536f9d07-2fa4-cd06-be7f-36692562f432-8df0fcb8 {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
  }

  #w-node-_1e01649f-e6da-77df-fb70-945c51122b9e-1aec426e {
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
  }

  #w-node-_9fa6c915-4f27-44fc-4c53-deb1e691a718-1aec426e, #w-node-_70d7f2a2-b94d-da96-01a7-0e516cfa7ab6-1aec426e, #w-node-_5e547d5b-b978-717a-a75d-77acafff4d2d-1aec426e {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1.5fr;
  }

  #w-node-_9a83d59b-1782-060b-253d-8c53eac542c2-fe4f7c50 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_9a83d59b-1782-060b-253d-8c53eac542c3-fe4f7c50 {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-d5e7c993-f4be-d45a-875e-d00af93c323e-fe4f7c50, #w-node-d5e7c993-f4be-d45a-875e-d00af93c323f-fe4f7c50, #w-node-d5e7c993-f4be-d45a-875e-d00af93c3242-fe4f7c50, #w-node-d5e7c993-f4be-d45a-875e-d00af93c3243-fe4f7c50 {
    justify-self: center;
  }

  #w-node-_14939f5c-5d1d-326e-9440-7e444f5f77b3-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_14939f5c-5d1d-326e-9440-7e444f5f77b4-fe4f7c50 {
    grid-column: span 2 / span 2;
  }

  #w-node-_14939f5c-5d1d-326e-9440-7e444f5f77b5-fe4f7c50 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_8eb9c159-fdfd-dfc4-31da-ebe3812e8253-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_8eb9c159-fdfd-dfc4-31da-ebe3812e8254-fe4f7c50 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_8eb9c159-fdfd-dfc4-31da-ebe3812e825b-fe4f7c50 {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_94501332-86a5-3d85-c8b7-d14b59e69f37-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_94501332-86a5-3d85-c8b7-d14b59e69f38-fe4f7c50 {
    grid-column: span 2 / span 2;
  }

  #w-node-_94501332-86a5-3d85-c8b7-d14b59e69f3a-fe4f7c50 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-def1a9f5-f6a4-9195-223e-4cb827f7aa1c-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-def1a9f5-f6a4-9195-223e-4cb827f7aa1d-fe4f7c50 {
    grid-column: span 2 / span 2;
  }

  #w-node-def1a9f5-f6a4-9195-223e-4cb827f7aa1f-fe4f7c50 {
    order: 0;
    grid-column: span 2 / span 2;
  }

  #w-node-_97d20f5f-526d-1b0e-e691-8bdd8a6a026d-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_97d20f5f-526d-1b0e-e691-8bdd8a6a026e-fe4f7c50 {
    grid-column: span 2 / span 2;
  }

  #w-node-_97d20f5f-526d-1b0e-e691-8bdd8a6a0270-fe4f7c50 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_98df2b95-26fe-30e4-0daf-20308f225602-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_98df2b95-26fe-30e4-0daf-20308f225603-fe4f7c50 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_98df2b95-26fe-30e4-0daf-20308f22560a-fe4f7c50 {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_9f0689a4-173e-cfb8-9a92-f0423b7faf31-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_9f0689a4-173e-cfb8-9a92-f0423b7faf32-fe4f7c50 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9f0689a4-173e-cfb8-9a92-f0423b7faf34-fe4f7c50 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_48322755-a8ca-90b7-4531-f4f753fbcee5-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_48322755-a8ca-90b7-4531-f4f753fbcee6-fe4f7c50 {
    grid-column: span 2 / span 2;
  }

  #w-node-_48322755-a8ca-90b7-4531-f4f753fbcef0-fe4f7c50 {
    order: 0;
    grid-column: span 2 / span 2;
  }

  #w-node-_97b7afa0-05a5-b5eb-b07b-261336963979-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_97b7afa0-05a5-b5eb-b07b-26133696397a-fe4f7c50 {
    grid-column: span 2 / span 2;
  }

  #w-node-_97b7afa0-05a5-b5eb-b07b-26133696397c-fe4f7c50 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-e7614fb6-2417-8c2a-6e37-771334cee696-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-e7614fb6-2417-8c2a-6e37-771334cee697-fe4f7c50 {
    grid-column: span 2 / span 2;
  }

  #w-node-e7614fb6-2417-8c2a-6e37-771334cee699-fe4f7c50 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_8456925d-75f0-b3c9-a45b-429d6f589870-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_8456925d-75f0-b3c9-a45b-429d6f589871-fe4f7c50 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8456925d-75f0-b3c9-a45b-429d6f589873-fe4f7c50 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-a02bddb1-4d36-dc67-a35c-7ca563cbde48-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-a02bddb1-4d36-dc67-a35c-7ca563cbde49-fe4f7c50 {
    grid-column: span 2 / span 2;
  }

  #w-node-a02bddb1-4d36-dc67-a35c-7ca563cbde53-fe4f7c50 {
    order: 0;
    grid-column: span 2 / span 2;
  }

  #w-node-_7000d04d-d6c5-a46f-8970-dfbea31870a3-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_7000d04d-d6c5-a46f-8970-dfbea31870a4-fe4f7c50 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7000d04d-d6c5-a46f-8970-dfbea31870a6-fe4f7c50 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-e84b36a9-e69d-b120-999e-56fa1c690d49-fe4f7c50 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-e84b36a9-e69d-b120-999e-56fa1c690d4a-fe4f7c50 {
    grid-column: span 2 / span 2;
  }

  #w-node-e84b36a9-e69d-b120-999e-56fa1c690d51-fe4f7c50, #w-node-_9a83d59b-1782-060b-253d-8c53eac542c2-aabcd8fd {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_9a83d59b-1782-060b-253d-8c53eac542c3-aabcd8fd {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_6e7d611c-7341-7bab-c989-30c7bb5891aa-aabcd8fd {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_6e7d611c-7341-7bab-c989-30c7bb5891bb-aabcd8fd {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-e84b36a9-e69d-b120-999e-56fa1c690d49-aabcd8fd {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-e84b36a9-e69d-b120-999e-56fa1c690d4a-aabcd8fd {
    grid-column: span 2 / span 2;
  }

  #w-node-e84b36a9-e69d-b120-999e-56fa1c690d51-aabcd8fd {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_04a37987-03e6-f494-a7dc-d5f5ab7635d1-aabcd8fd {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_04a37987-03e6-f494-a7dc-d5f5ab7635d2-aabcd8fd {
    grid-column: span 2 / span 2;
  }

  #w-node-_04a37987-03e6-f494-a7dc-d5f5ab7635d4-aabcd8fd {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-b0977b0c-8906-2b0d-6131-4df5fd0701c0-aabcd8fd {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-b0977b0c-8906-2b0d-6131-4df5fd0701c1-aabcd8fd {
    grid-column: span 2 / span 2;
  }

  #w-node-b0977b0c-8906-2b0d-6131-4df5fd0701c8-aabcd8fd {
    order: 0;
    grid-column: span 2 / span 2;
  }

  #w-node-da368a28-2cdc-07a7-ac15-89158127fc5c-aabcd8fd, #w-node-da368a28-2cdc-07a7-ac15-89158127fc5d-aabcd8fd, #w-node-da368a28-2cdc-07a7-ac15-89158127fc60-aabcd8fd, #w-node-da368a28-2cdc-07a7-ac15-89158127fc61-aabcd8fd {
    justify-self: center;
  }

  #w-node-_73dd3472-3807-f31d-58df-e2032662f857-aabcd8fd {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_73dd3472-3807-f31d-58df-e2032662f858-aabcd8fd {
    grid-column: span 2 / span 2;
  }

  #w-node-_73dd3472-3807-f31d-58df-e2032662f860-aabcd8fd {
    order: 0;
    grid-column: span 2 / span 2;
  }

  #w-node-e89c2d6c-30fd-4487-da68-b73dc48b3a8d-aabcd8fd {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-e89c2d6c-30fd-4487-da68-b73dc48b3a8e-aabcd8fd {
    grid-column: span 2 / span 2;
  }

  #w-node-e89c2d6c-30fd-4487-da68-b73dc48b3a96-aabcd8fd {
    order: 0;
    grid-column: span 2 / span 2;
  }

  #w-node-_536f9d07-2fa4-cd06-be7f-36692562f432-0f7e516c {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5e25894e-62ce-462c-98a5-d438e3168541-e3168531, #w-node-_5e25894e-62ce-462c-98a5-d438e316854c-e3168531, #w-node-_5e25894e-62ce-462c-98a5-d438e3168555-e3168531 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6dad4654-e2de-fc06-79fb-97ed504d4b5f-9e1198cb {
    justify-self: start;
  }

  #w-node-_6dad4654-e2de-fc06-79fb-97ed504d4b69-9e1198cb, #w-node-_6dad4654-e2de-fc06-79fb-97ed504d4b74-9e1198cb, #w-node-_6dad4654-e2de-fc06-79fb-97ed504d4b7d-9e1198cb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0ee02046-b386-3f3d-72aa-28ea71c7aba8-71c7aba2 {
    justify-self: start;
  }

  #w-node-_0ee02046-b386-3f3d-72aa-28ea71c7abad-71c7aba2, #w-node-_0ee02046-b386-3f3d-72aa-28ea71c7abb8-71c7aba2, #w-node-_0ee02046-b386-3f3d-72aa-28ea71c7abc1-71c7aba2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1da3174b-ce02-20b4-b5e1-7e2392c33c5f-9e119907 {
    justify-self: start;
  }

  #w-node-_1da3174b-ce02-20b4-b5e1-7e2392c33c69-9e119907, #w-node-_1da3174b-ce02-20b4-b5e1-7e2392c33c74-9e119907, #w-node-_1da3174b-ce02-20b4-b5e1-7e2392c33c7d-9e119907 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45cdb6c6-785f-98bf-ed3a-b2220fa1e8ca-9e11990c {
    justify-self: start;
  }

  #w-node-_45cdb6c6-785f-98bf-ed3a-b2220fa1e8d4-9e11990c, #w-node-_45cdb6c6-785f-98bf-ed3a-b2220fa1e8df-9e11990c, #w-node-_45cdb6c6-785f-98bf-ed3a-b2220fa1e8e8-9e11990c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e344d3da-0e1b-4512-06f5-551fcb0d2953-cb0d294b {
    justify-self: start;
  }

  #w-node-_6228fb0a-987d-4c0d-405c-9a0beaeb3165-eaeb3164 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 2.25fr .75fr;
  }

  #w-node-_6228fb0a-987d-4c0d-405c-9a0beaeb3169-eaeb3164 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6228fb0a-987d-4c0d-405c-9a0beaeb316b-eaeb3164 {
    order: 9999;
  }

  #w-node-_7c5ec775-3f5c-28d5-fe8d-3d5a8163f35a-9e11993b {
    justify-self: start;
  }

  #w-node-_7c5ec775-3f5c-28d5-fe8d-3d5a8163f364-9e11993b, #w-node-_7c5ec775-3f5c-28d5-fe8d-3d5a8163f36f-9e11993b, #w-node-_7c5ec775-3f5c-28d5-fe8d-3d5a8163f378-9e11993b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b9ac3b7f-a749-366a-9e74-3e48711cfb44-9e11993d {
    justify-self: start;
  }

  #w-node-b9ac3b7f-a749-366a-9e74-3e48711cfb4e-9e11993d, #w-node-b9ac3b7f-a749-366a-9e74-3e48711cfb59-9e11993d, #w-node-b9ac3b7f-a749-366a-9e74-3e48711cfb62-9e11993d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_356cc3c2-80e1-3cbe-e5e3-7a2ab19396ba-9e119941 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff343b59-affe-6427-98f7-f4dd098fe414-9e119943, #w-node-ff343b59-affe-6427-98f7-f4dd098fe41b-9e119943 {
    justify-self: center;
  }

  #w-node-_007354da-d306-a25c-72b3-32c11414f3dd-9e11995d {
    justify-self: start;
  }

  #w-node-_007354da-d306-a25c-72b3-32c11414f3e7-9e11995d, #w-node-_007354da-d306-a25c-72b3-32c11414f3f2-9e11995d, #w-node-_007354da-d306-a25c-72b3-32c11414f3fb-9e11995d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ed5fbc87-40cc-b558-fd1f-ffb9e38a3067-9e119981, #w-node-_2857dea1-3e35-3343-36cc-968aa30c6aa8-cfc22550 {
    justify-self: center;
  }

  #w-node-_8401cee2-930a-b86a-fed2-a554c253bb26-c253bb25 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr .75fr 1.25fr;
  }

  #w-node-_536f9d07-2fa4-cd06-be7f-36692562f432-e86026c1 {
    grid-template-rows: auto;
    grid-template-columns: 2fr .5fr;
  }

  #w-node-_14da1172-6848-1f80-3fdc-f1fb00cc7458-e86026c1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_1e01649f-e6da-77df-fb70-945c51122b9e-0b291d55 {
    grid-template-rows: 1fr;
    grid-template-columns: 1.75fr .25fr;
  }

  #w-node-_1e01649f-e6da-77df-fb70-945c51122ba0-0b291d55 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9fa6c915-4f27-44fc-4c53-deb1e691a718-0b291d55, #w-node-c91a3769-22f9-62dd-0f4d-b63be71b051b-0b291d55 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c91a3769-22f9-62dd-0f4d-b63be71b0528-0b291d55 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e547d5b-b978-717a-a75d-77acafff4d2d-0b291d55 {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  #w-node-_5e547d5b-b978-717a-a75d-77acafff4d2e-0b291d55 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_022a7168-aae7-18d7-d539-1b1946b5cdb0-0b291d55 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_022a7168-aae7-18d7-d539-1b1946b5cdbd-0b291d55 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c40daa1a-4d91-9ba9-3e71-71dde80851ea-0b291d55 {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  #w-node-c40daa1a-4d91-9ba9-3e71-71dde80851eb-0b291d55 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a48eb534-2113-9e8f-d8c3-a6446fb66068-0b291d55 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a48eb534-2113-9e8f-d8c3-a6446fb66071-0b291d55 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2857dea1-3e35-3343-36cc-968aa30c6aa8-40e87815 {
    justify-self: center;
  }

  #w-node-b9b75611-20b3-e401-623a-aa8fe2de743e-8df0fcb8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr .75fr 1.25fr;
  }

  #w-node-_536f9d07-2fa4-cd06-be7f-36692562f432-8df0fcb8 {
    grid-template-rows: auto;
    grid-template-columns: 2fr .25fr;
  }

  #w-node-_1e01649f-e6da-77df-fb70-945c51122b9e-1aec426e {
    grid-template-rows: 1fr;
    grid-template-columns: 1.75fr .25fr;
  }

  #w-node-_1e01649f-e6da-77df-fb70-945c51122ba0-1aec426e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9fa6c915-4f27-44fc-4c53-deb1e691a718-1aec426e, #w-node-_022a7168-aae7-18d7-d539-1b1946b5cdb0-1aec426e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_022a7168-aae7-18d7-d539-1b1946b5cdbd-1aec426e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70d7f2a2-b94d-da96-01a7-0e516cfa7ab6-1aec426e {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  #w-node-_70d7f2a2-b94d-da96-01a7-0e516cfa7ab7-1aec426e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c91a3769-22f9-62dd-0f4d-b63be71b051b-1aec426e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c91a3769-22f9-62dd-0f4d-b63be71b0528-1aec426e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e547d5b-b978-717a-a75d-77acafff4d2d-1aec426e {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  #w-node-_5e547d5b-b978-717a-a75d-77acafff4d2e-1aec426e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e3cef5d3-56b4-775a-fd58-df9745ab9b21-1aec426e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e3cef5d3-56b4-775a-fd58-df9745ab9b38-1aec426e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d5e7c993-f4be-d45a-875e-d00af93c3242-fe4f7c50 {
    justify-self: center;
  }

  #w-node-da368a28-2cdc-07a7-ac15-89158127fc60-aabcd8fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_536f9d07-2fa4-cd06-be7f-36692562f432-0f7e516c {
    grid-template-rows: auto;
    grid-template-columns: 2fr .5fr;
  }

  #w-node-_14da1172-6848-1f80-3fdc-f1fb00cc7458-0f7e516c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eina03';
  src: url('../fonts/Eina03-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Strokeweight 080';
  src: url('../fonts/strokeWeight-080.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Strokeweight 080 Rotater 12';
  src: url('../fonts/strokeWeight-080rotateR12.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Strokeweight 060';
  src: url('../fonts/strokeWeight-060.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Strokeweight 040';
  src: url('../fonts/strokeWeight-040.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Strokeweight Var';
  src: url('../fonts/strokeWeightvar.ttf') format('truetype');
  font-weight: 20 180;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Strokeweight 120';
  src: url('../fonts/strokeWeight-120.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}