:root {
  --black: #0a0a0a;
  --white: white;
  --secondary-grey: #b3b3b3;
  --primary-grey: #777;
  --green: #4bbb1e;
  --secondary-black: #222;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  -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-commercecartquantity::placeholder {
  color: #999;
}

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

.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;
}

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Onest, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Nohemi, sans-serif;
  font-size: 5.25rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Nohemi, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Nohemi, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Nohemi, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Nohemi, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Nohemi, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

p {
  color: var(--secondary-grey);
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.4;
}

a {
  color: var(--white);
  line-height: 1.2;
  text-decoration: none;
}

ul, ol {
  color: var(--secondary-grey);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: 300;
  line-height: 1.4;
}

blockquote {
  color: var(--secondary-grey);
  border-left: 5px solid #ffffff1a;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.margin-xhuge {
  margin: 8rem;
}

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

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

.heading-style-h4 {
  font-size: 2rem;
  line-height: 1.1;
}

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

.text-size-small {
  color: #6fe540;
  font-size: .875rem;
}

.text-size-small.greenfoote {
  color: #6fe540;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.form-input {
  color: var(--white);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff40;
  border-radius: 0;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  transition: all .35s;
}

.form-input:hover, .form-input:active, .form-input:focus, .form-input.-wfp-focus {
  border-bottom-color: #fffc;
}

.form-input::placeholder {
  color: #222;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form-input.is-select-input {
  color: #222;
}

.form-input.newsletter {
  border-bottom-style: none;
  margin-bottom: 0;
}

.background-color-tertiary {
  background-color: var(--secondary-grey);
}

.margin-0 {
  margin: 0;
}

.fs-styleguide-heading-header {
  font-size: 6rem;
}

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

.fs-styleguide-header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.fs-styleguide-spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.padding-0 {
  padding: 0;
}

.form-message-success {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

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

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

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

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

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

.nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-styleguide-section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.text-rich-text {
  margin-top: 39px;
}

.text-rich-text h6 {
  font-size: 1rem;
}

.text-rich-text p {
  color: var(--secondary-grey);
}

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

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.fs-styleguide-item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

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

.fs-styleguide-background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide-2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide-2-col.is-align-start {
  align-items: start;
}

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

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.fs-styleguide-classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide-4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide-background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

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

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  color: var(--white);
  margin-top: 0;
  font-size: 1rem;
  font-weight: 300;
}

.text-size-regular.text-align-center {
  color: var(--primary-grey);
  font-weight: 400;
  display: block;
}

.text-size-regular.text-color-alternate.no-wrap {
  white-space: pre;
}

.text-size-regular.greenfooter {
  color: var(--green);
}

.fs-styleguide-message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

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

.pointer-events-none {
  pointer-events: none;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.container-large {
  width: 100%;
  max-width: 85rem;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.margin-xxhuge {
  margin: 12rem;
}

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

.fs-styleguide-spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.nav-component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide-section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.fs-styleguide-item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide-item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

.padding-small {
  padding: 1rem;
}

.heading-style-h2 {
  margin-bottom: 0;
  font-size: 4.5rem;
}

.heading-style-h2.case-title {
  font-size: 4rem;
}

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

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

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
  display: none;
}

.text-color-secondary {
  color: var(--secondary-grey);
}

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

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

.form-message-error {
  color: #3b0b0b;
  text-align: center;
  background-color: #f8e4e4;
  margin-top: 2rem;
  padding: .75rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
}

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

.pointer-events-auto {
  pointer-events: auto;
}

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

.button {
  border: 1px solid var(--green);
  background-color: var(--green);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition: all .35s;
}

.button:hover {
  color: var(--white);
  background-color: #0a0a0a00;
}

.button.is-text {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
}

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

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
}

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

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

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

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

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

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

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.fs-styleguide-3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide-3-col.is-align-start {
  align-items: start;
}

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

.text-size-medium {
  color: var(--secondary-grey);
  font-size: 1.25rem;
  font-weight: 300;
}

.fs-styleguide-hero-label {
  background-color: var(--green);
  color: var(--white);
  text-transform: uppercase;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

.nav-menu-link {
  color: #fff;
  padding: 1rem;
}

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

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

.padding-custom2 {
  padding: 2.5rem;
}

.background-color-alternate {
  background-color: var(--white);
}

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

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

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide-item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.form-component {
  margin-bottom: 0;
}

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

.fs-styleguide-header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.fs-styleguide-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.spacer-large {
  padding-top: 3rem;
}

.padding-large {
  padding: 3rem;
}

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

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

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

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

.fs-styleguide-heading-medium {
  font-size: 4rem;
  line-height: 1;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

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

.fs-styleguide-empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-xxhuge {
  padding: 12rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.nav-client-first-logo {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.fs-styleguide-label {
  background-color: var(--green);
  color: var(--white);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 400;
  display: flex;
}

.fs-styleguide-label.is-tag {
  background-color: #dd23bb;
}

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

.heading-style-h6 {
  font-size: 1rem;
  line-height: 1.1;
}

.padding-medium {
  padding: 2rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.background-color-primary {
  background-color: var(--green);
  color: #fff;
}

.text-color-alternate {
  color: var(--white);
}

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

.fs-styleguide-1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.nav-button {
  padding: 1rem;
}

.padding-huge {
  padding: 6rem;
}

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

.text-color-primary {
  color: var(--green);
}

.background-color-secondary {
  background-color: var(--primary-grey);
}

.margin-custom1 {
  margin: 1.5rem;
}

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

.margin-large {
  margin: 3rem;
}

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

.fs-styleguide-spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 60rem;
  margin-left: 162px;
  display: block;
}

.heading-style-h1 {
  text-transform: uppercase;
  font-family: Nohemi, sans-serif;
  font-size: 5.25rem;
  font-weight: 400;
  line-height: 1;
}

.hide {
  display: none;
}

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

.nav-style-guide {
  background-color: #f3f3f3;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 1.5rem;
  display: flex;
  position: fixed;
  inset: auto 0% 5%;
}

.nav-style-guide-link {
  background-color: #ebebeb;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.nav-style-guide-link:hover {
  background-color: #dbdbdb;
  transform: scale(1.2);
}

.nav-style-guide-icon {
  color: #000;
  width: 2rem;
  height: 2rem;
  font-family: Material Icons;
  line-height: 1;
}

.style-guide-body {
  background-color: var(--black);
}

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

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

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

.checkout-form, .paypal-checkout-form, .order-confirmation-form {
  background-color: #0000;
  padding: 0;
}

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

.licenses-list-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 30px;
  list-style-type: square;
  display: flex;
}

.link-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.link-text {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.link-text:hover, .link-text.is-hover {
  color: var(--primary-grey);
}

.link-text.small {
  font-size: 12px;
}

.link-button {
  flex-direction: column;
  height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-button.small {
  height: 13px;
}

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

.changelog-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.list {
  list-style-type: square;
}

.checkout-header-block {
  background-color: var(--secondary-black);
  border-color: #77777740;
  padding-top: 20px;
  padding-bottom: 10px;
}

.checkout-content-block {
  background-color: var(--secondary-black);
  border-color: #77777740;
  padding-top: 20px;
}

.checkout-title {
  font-size: 2rem;
}

.padding-top-header {
  padding-top: 10rem;
}

.section-home-header {
  margin-top: 0;
  padding-bottom: 6rem;
  overflow: hidden;
}

.header-component-grid {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: grid;
}

.face-08 {
  transform-style: preserve-3d;
  background-image: url('../images/Agenzia-di-comunicazione-Ragno.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 26rem;
  height: 26rem;
  position: absolute;
  transform: translate3d(9.2rem, 0, 9.2rem)rotateX(0)rotateY(-45deg)rotateZ(0);
}

._3d-wrapper {
  perspective: 1000px;
  transform-style: preserve-3d;
  width: 25rem;
  height: 25rem;
  position: relative;
  transform: rotateX(-1deg)rotateY(0)rotateZ(16deg);
}

.face-04 {
  background-image: url('../images/Agenzia-di-comunicazione-Donna-Lavinia.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 26rem;
  height: 26rem;
  display: flex;
  position: absolute;
  transform: translate(-13rem)rotate(0);
}

._3d-component-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: center;
  display: grid;
  position: relative;
}

.face-02 {
  background-image: url('../images/Agenzia-di-comunicazione-scarpe-da-donna-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 26rem;
  height: 26rem;
  display: flex;
  position: absolute;
  transform: translate(13rem)rotate(0);
}

.face-03 {
  transform-style: preserve-3d;
  background-image: url('../images/Agenzia-di-comunicazione-Ciuccolati-Gourmet-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 26rem;
  height: 26rem;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, -13rem)rotateX(0)rotateY(90deg)rotateZ(0);
}

.face-05 {
  transform-style: preserve-3d;
  background-image: url('../images/Foto-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 26rem;
  height: 26rem;
  display: flex;
  position: absolute;
  transform: translate3d(-9.2rem, 0, 9.2rem)rotateX(0)rotateY(45deg)rotateZ(0);
}

.face-06 {
  transform-style: preserve-3d;
  background-image: url('../images/Agenzia-di-comunicazione-Borgo-Sassi-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 26rem;
  height: 26rem;
  position: absolute;
  transform: translate3d(9.2rem, 0, -9.2rem)rotateX(0)rotateY(45deg)rotateZ(0);
}

.face-01 {
  z-index: 1;
  transform-style: preserve-3d;
  background-image: url('../images/Agenzia-di-comunicazione-Di-Lernia.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 26rem;
  height: 26rem;
  position: absolute;
  transform: rotateX(0)rotateY(-90deg)rotateZ(0)translate(13rem);
}

.face-07 {
  transform-style: preserve-3d;
  background-image: url('../images/Agenzia-di-comunicazione-Lavinia-Bianchi-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 26rem;
  height: 26rem;
  position: absolute;
  transform: translate3d(-9.2rem, 0, -9.2rem)rotateX(0)rotateY(-45deg)rotateZ(0);
}

._3d-part {
  transform-origin: 50%;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: relative;
  transform: none;
}

.header-content-wrapper {
  max-width: 34rem;
}

.featured-heading {
  color: #6fe540;
  text-align: left;
  text-transform: capitalize;
  font-family: Mazius Display, sans-serif;
  line-height: .8;
}

.bg-nav {
  z-index: 1;
  background-color: var(--secondary-black);
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.navbar {
  background-color: #0000;
  height: 2.5rem;
}

.nav-link {
  color: #f6f6f6;
  text-align: left;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 1;
}

.cart-quantity-item {
  background-color: #262626;
  border-color: #adadad40;
}

.nav-wrapper {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 4rem;
  display: flex;
  position: relative;
}

.cart-button {
  background-color: #0000;
  position: relative;
}

.nav-arrow-icon {
  color: var(--white);
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}

.menu-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cart-container {
  background-color: #262626;
}

.nav-menu {
  z-index: 100;
  transform-origin: 0 0;
  background-color: #03030300;
  width: 50vw;
  height: 100vh;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.menu-button {
  z-index: 999;
  padding: 0;
}

.menu-button.w--open {
  z-index: 999;
  background-color: #c8c8c800;
}

.cart-footer {
  border-top-color: #adadad40;
}

.topbar {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: absolute;
}

.nav-text {
  color: var(--white);
}

.nav-link-inner-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.nav-text-wrapper {
  height: 4rem;
  position: relative;
  overflow: hidden;
}

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

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

.nav-component-item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.cart-text {
  font-size: 2rem;
}

.menu-line-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.topbar-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.nav-link-overflow {
  position: relative;
  overflow: hidden;
}

.nav-arrow {
  justify-content: flex-start;
  align-items: flex-end;
  height: 1.5rem;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.cart-icon {
  color: #f6f6f6;
}

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

.menu-line.bottom {
  width: 75%;
}

.close-icon {
  color: #f6f6f6;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.close-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: -5px;
  display: flex;
}

.top-content {
  z-index: 1;
  width: 100%;
  position: relative;
}

.nav-cart-item {
  margin-right: 12rem;
  display: none;
}

.cart-quantity {
  background-color: var(--secondary-black);
  color: var(--white);
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 20px;
}

.underline-nav-link {
  color: var(--white);
  background-color: #0000;
  width: 100%;
  height: 2px;
  overflow: hidden;
}

.alternate-text {
  color: var(--secondary-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.alternate-text-container-01 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  display: flex;
}

.alternate-text-item {
  color: #d9d9de;
  flex: 1;
  align-items: center;
  height: 1.5rem;
  display: flex;
}

.alternate-text-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 1.5rem;
  display: flex;
  overflow: hidden;
}

.button-text-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  height: 15px;
  margin-bottom: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-part-02 {
  height: 15px;
}

.button-inner-flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.main-button {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.arrow-button {
  color: var(--white);
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.text-button {
  color: var(--white);
  text-transform: uppercase;
  line-height: 1;
}

.arrow-wrap {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: -1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
}

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

.button-part-01 {
  height: 15px;
}

.underline-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.underline-button {
  background-color: var(--white);
  flex: 1;
  min-width: 100%;
  height: 100%;
}

.underline-button.is-grey {
  background-color: var(--primary-grey);
}

.middle-underline {
  width: 100%;
  min-width: 100%;
  height: 100%;
}

.section-home-partners {
  margin-top: -90px;
}

.partner-row-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.partner-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.partner-item {
  opacity: .65;
}

.inner-sticky {
  width: 100%;
  height: 100%;
  display: flex;
}

.service-description {
  color: var(--secondary-grey);
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.card-component-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
  position: relative;
}

.sticky-card {
  width: 100%;
  height: 100%;
  position: sticky;
  top: 0;
}

.card-item-wrapper {
  flex: none;
  width: 25%;
  height: 100%;
}

.card-item-wrapper._03 {
  inset: 0% 0% 0% auto;
}

.card-item-wrapper._04 {
  left: auto;
  right: 0%;
}

.card-item-wrapper._02 {
  top: auto;
  right: 0;
}

.card-item {
  border: 2px solid var(--black);
  background-color: var(--secondary-black);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 30em;
  padding: 2.5em 2rem 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.service-title {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
}

.brand-link.w--current {
  z-index: 999;
}

.brand-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand-icon {
  width: 1.125rem;
  height: 1.125rem;
}

.logo-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 9rem;
  height: 1.35rem;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.logo {
  color: var(--white);
  text-transform: uppercase;
  width: 9rem;
  height: 1.35rem;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.alternate-logo {
  color: var(--green);
  text-transform: uppercase;
  width: 9rem;
  height: 1.35rem;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
}

.empty-state {
  background-color: var(--primary-grey);
  text-align: center;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
  font-weight: 300;
}

.case-link-wrapper {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.case-image {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #0a044900;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  display: block;
}

.case-image.hidden-desktop {
  display: none;
}

.case-sticky-wrapper {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
}

.case-sticky-wrapper._01 {
  z-index: 5;
  bottom: 0;
}

.case-sticky-wrapper._02 {
  z-index: 4;
  bottom: 0;
}

.case-sticky-wrapper._03 {
  z-index: 3;
  bottom: 0;
}

.case-sticky-wrapper._04 {
  z-index: 2;
  bottom: 0;
}

.case-sticky-wrapper._05 {
  z-index: 1;
  bottom: 0;
}

.heading-component-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  width: 100%;
}

.footer-logo {
  color: var(--white);
  height: 2rem;
  font-size: 2.5rem;
  line-height: 1;
}

.footer-top-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 18rem;
}

.footer-flex-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  width: 100%;
  margin-top: -128px;
}

.padding-footer {
  padding-top: 3.1rem;
  padding-bottom: 4rem;
}

.footer-small-text {
  color: #888;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  transition: color .4s;
}

.brand-footer-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .4s;
  display: flex;
}

.brand-footer-link:hover {
  opacity: .75;
}

.footer-utility-pages-flex {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-flex {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.back-to-top-link {
  border: 1px solid #88888840;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.up-arrow {
  color: #fff;
  width: 1rem;
  height: 1rem;
}

.footer-icon {
  height: 1.85rem;
  margin-top: -2px;
}

.footer {
  border-top: 1px solid var(--secondary-black);
}

.cta-wrapper {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.cta-sticky {
  perspective: 1000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.cta-container {
  z-index: 1;
  box-sizing: border-box;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 0;
}

.cta-image {
  z-index: 2;
  object-fit: cover;
  background-image: url('../images/image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18em;
  height: 22em;
  position: absolute;
}

.cta-image._01 {
  width: 18em;
}

.nav-social-media-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 5% 4rem;
}

.service-icon {
  height: 3rem;
}

.section-about-header {
  padding-top: 10rem;
}

.row-about-image {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.row-about-image.hide {
  display: none;
}

.row-image-item {
  flex: none;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.about-image-component-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

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

.about-image.rotate-left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(40deg)rotateZ(0);
}

.about-image.rotate-right {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-40deg)rotateZ(0);
}

.perspective-image {
  perspective: 1000px;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.perspective-image._02 {
  margin-right: 2rem;
}

.perspective-image._03 {
  margin-left: 2rem;
}

.newsletter-form-block {
  color: var(--white);
  margin-bottom: 0;
}

.contact-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
  width: 100%;
}

.contact-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-block {
  width: 50%;
  margin-left: auto;
}

.form-button {
  border: 1px solid var(--secondary-black);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  font-size: 12px;
  transition: all .4s;
}

.form-button:hover {
  background-color: var(--green);
}

.form-text-wrapper {
  color: var(--white);
  border: 1px #e2e2e21a;
  border-bottom: 1px solid #262626;
  align-items: flex-end;
  padding: 10px 10px 5px;
  transition: all .35s;
  display: flex;
}

.form-text-wrapper:hover {
  border-bottom-color: #ffffff59;
}

.newsletter-underline {
  display: none;
}

.newsletter-box {
  flex-direction: column;
  width: 80%;
  display: flex;
}

.shipping-method-list {
  border-left-style: none;
  border-left-color: #77777740;
  border-right-style: none;
  border-right-color: #77777740;
}

.shipping-method {
  background-color: #0000;
  border-bottom-style: none;
  border-bottom-color: #77777740;
}

.utility-icon {
  color: var(--secondary-black);
  width: 12rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.service-title-item {
  overflow: hidden;
}

.service-title-item.z-index-3 {
  z-index: 3;
  position: relative;
}

.service-image-absolute {
  z-index: 5;
  transform-origin: 0 100%;
  width: 16rem;
  height: 20rem;
  position: absolute;
  inset: auto 40% -75% auto;
}

.service-component-item {
  margin-top: 2rem;
}

.service-line {
  background-color: #adadad;
  width: 0%;
  height: 1px;
}

.service-component-wrapper {
  cursor: pointer;
  padding-top: 20px;
  position: relative;
}

.service-top-content {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-image {
  object-fit: cover;
  width: 360px;
  height: 180px;
  position: absolute;
  inset: 0%;
}

.service-line-wrap {
  z-index: 1;
  background-color: #262626;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bg-service-line {
  background-color: #33333308;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.service-number {
  font-size: 2rem;
  line-height: 1.2;
}

.service-spacer {
  height: 2.5rem;
}

.service-arrow {
  width: 1.25rem;
  height: 1.25rem;
}

.service-description-item {
  z-index: 1;
  width: 20rem;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
}

.service-number-wrap {
  opacity: .5;
  position: relative;
  overflow: hidden;
}

.service-title-wrap {
  grid-column-gap: 1.25rem;
  align-items: flex-start;
  display: flex;
}

.service-image-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-name {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.service-name.service {
  white-space: nowrap;
}

.alternate-service-title {
  color: var(--primary-grey);
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: auto auto 0% 0%;
}

.alternate-service-title.service {
  white-space: nowrap;
}

.roll-awards-wrapper, .roll-numbers-wrapper {
  height: 10vw;
  min-height: 10vw;
  display: flex;
  overflow: hidden;
}

.numbers-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.numbers-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.number {
  color: var(--white);
  text-align: center;
  height: 10vw;
  min-height: 10vw;
  font-size: 10vw;
  line-height: 1;
}

.number.alternate {
  color: var(--primary-grey);
}

.roll-numbers {
  height: 10vw;
  min-height: 10vw;
}

.card-number {
  color: #6fe540;
  font-family: Mazius Display, sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.process-title {
  text-transform: uppercase;
  font-size: 2vw;
  line-height: 1.2;
}

.process-description {
  color: var(--secondary-grey);
  order: 1;
  align-self: auto;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.content-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.team-member-block {
  background-color: var(--secondary-black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 1rem 2rem;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-member-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.member-social-media {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-member-component-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.social-member-icon {
  color: var(--secondary-grey);
  width: 1.5rem;
  height: 1.5rem;
  transition: all .4s;
}

.social-member-icon:hover {
  color: var(--green);
}

.member-content-block {
  padding-left: 10px;
  padding-right: 10px;
}

.blog-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-link-wrapper {
  display: block;
}

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

.blog-description-block {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-post-title {
  font-size: 1.5rem;
  font-weight: 300;
}

.blog-category-tag {
  background-color: var(--green);
  color: var(--white);
  padding: 8px 10px;
  position: absolute;
  bottom: 5%;
  left: 5%;
}

.blog-details-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.blog-detail-item, .case-info-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.case-info-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.link {
  transition: opacity .35s;
}

.link:hover {
  opacity: .65;
}

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

.package-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pricing-benefit-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check-icon {
  color: var(--white);
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
}

.pricing-benefits-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pricing-content-block {
  background-color: var(--secondary-black);
  padding: 4rem 2.5rem;
  position: relative;
}

.pricing-description {
  color: #fafafa;
  margin-bottom: 0;
  font-size: 1rem;
}

.pricing-description.alternate-description {
  color: var(--secondary-grey);
}

.pricing-title {
  color: var(--white);
  font-size: 2.5rem;
  line-height: 1;
}

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

.package-icon {
  height: 2rem;
  margin-bottom: 1.5rem;
}

.package-content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  width: 100%;
}

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

.quantity-package {
  display: none;
}

.plus-icon-circle {
  border: 1px solid var(--secondary-black);
  cursor: pointer;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-top-wrap {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-track-progress {
  background-color: var(--primary-grey);
  width: 0%;
  height: 1px;
  position: absolute;
}

.accordion-track-component {
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.accordion-answer-text {
  color: var(--secondary-grey);
  margin-bottom: 0;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  font-weight: 300;
}

.accordion-heading {
  color: var(--white);
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.3;
}

.plus-line {
  z-index: 1;
  background-color: var(--white);
  width: .65rem;
  height: 1px;
  position: relative;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(90deg);
}

.accordion-track-line {
  background-color: var(--secondary-black);
  border-radius: .25rem;
  width: 100%;
  height: 1px;
}

.accordion-content-item {
  cursor: pointer;
  width: 100%;
  padding-top: 2rem;
  position: relative;
}

.bg-accordion {
  background-color: #c9c9c91a;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.accordion-content-wrap {
  overflow: hidden;
}

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

.project-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-left: 6rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-content-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.case-number {
  margin-bottom: 1.5rem;
  font-family: Nohemi, sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

.case-number.black {
  color: var(--black);
}

.case-number.shadow {
  text-shadow: 0 1px 7px var(--primary-grey);
}

.case-name {
  text-shadow: 5px 1px 14px #000;
}

.case-name.black {
  color: var(--black);
  text-shadow: none;
}

.case-name.black.noshadow {
  text-shadow: none;
}

.case-service {
  font-size: 1.25rem;
  font-weight: 300;
}

.case-service.black {
  color: var(--black);
}

.case-service.shadow {
  text-transform: uppercase;
  text-shadow: 0 1px 5px var(--primary-grey);
}

.case-study-content-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.cursor {
  z-index: 10;
  background-color: var(--green);
  color: #fff;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.cursor.w--current {
  transition: transform .35s;
}

.cursor.w--current:hover {
  transform: scale(1.1);
}

.cursor-arrow {
  color: var(--black);
  width: 1.25rem;
  height: 1.25rem;
}

.preloader {
  z-index: 999;
  background-color: var(--secondary-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.preloader-container {
  width: 100%;
}

.preloader-padding {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.preloader-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.preloader-line {
  background-color: var(--primary-grey);
  border-radius: 50px;
  width: 25%;
  max-width: 30rem;
  height: 3px;
  overflow: hidden;
}

.preloader-progress-bar {
  background-color: var(--green);
  border-radius: 50px;
  width: 50%;
  height: 100%;
}

.button-2 {
  -webkit-text-fill-color: inherit;
  background-color: #6fe540;
  background-clip: padding-box;
}

.text-button-2 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}

.arrow-button-2 {
  color: #fff;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

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

.underline-button-2 {
  background-color: #fff;
  flex: 1;
  min-width: 100%;
  height: 100%;
}

.underline-button-2.is-grey {
  background-color: #777;
}

.featured-heading-2 {
  color: #e56f40;
  text-align: left;
  text-transform: capitalize;
  font-family: Mazius Display, sans-serif;
  line-height: .8;
}

.header-component-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
}

.text-size-regular-2 {
  color: #b3b3b3;
  font-size: 1rem;
  font-weight: 300;
}

.section-about-header-2 {
  height: 100vh;
  padding-top: 4rem;
}

.text-button-3 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}

.arrow-button-3 {
  color: #fff;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

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

.featured-heading-3 {
  color: #6fe540;
  text-align: left;
  text-transform: capitalize;
  font-family: Mazius Display, sans-serif;
  line-height: .8;
}

.header-component-grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto 42px 42px auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: stretch;
  width: 100%;
}

.text-size-regular-3 {
  color: #b3b3b3;
  font-size: 1rem;
  font-weight: 300;
}

.number-2 {
  color: #fff;
  text-align: center;
  height: 10vw;
  min-height: 10vw;
  font-size: 10vw;
  line-height: 1;
}

.number-2.alternate {
  color: #777;
}

.video-wrapper {
  border-top: 1px solid var(--primary-grey);
  border-bottom: 1px solid var(--primary-grey);
  width: 100%;
  height: 90vh;
  display: block;
}

.about-video {
  width: 100%;
  height: 100%;
  display: block;
}

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

.link-2:hover, .link-3:hover {
  color: var(--green);
}

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

.link-4:hover {
  color: var(--green);
}

.fixed-button-wrapper {
  z-index: 99;
  position: fixed;
  inset: auto 1% 1% auto;
}

.fixed-button {
  border: 1px solid var(--white);
  background-color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.whatsapp-icon {
  color: #6fe540;
  width: 2rem;
  height: 2rem;
}

.reject-button {
  color: #000;
  background-color: #fff;
  padding: 12px 28px;
  font-weight: bold;
}

.accept-button {
  color: #fff;
  background-color: #000;
  padding: 12px 28px;
  font-weight: bold;
}

.cookie-buttons-group {
  column-gap: 20px;
  display: flex;
}

.cookie-description {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 30px 0 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  display: inline-block;
}

.cookie-heading {
  color: #000;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
}

.flowappz-cookie-consent {
  z-index: 99999;
  background-color: #fff;
  width: 350px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3rem 2.5rem;
  position: fixed;
  bottom: 4.5rem;
  left: 4rem;
  box-shadow: 0 0 20px #0000001a;
}

.a {
  color: var(--green);
  padding-bottom: 19px;
  display: inline-block;
}

.a:hover {
  color: var(--secondary-grey);
}

.text-block-2 {
  color: var(--black);
  display: flex;
}

.image-2 {
  display: none;
}

.text-block-3 {
  color: var(--secondary-grey);
  text-align: justify;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.paragraph {
  text-align: center;
  max-width: 500px;
  font-size: 1rem;
  font-weight: 400;
}

.text-block-4 {
  color: var(--green);
  padding-bottom: 36px;
  font-size: 18px;
}

.columns {
  margin-top: 51px;
}

.paragraph-2, .list-item-2 {
  padding-bottom: 10px;
}

.section {
  padding-top: 97px;
}

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

.text-block-5 {
  color: var(--secondary-grey);
  margin-top: 19px;
}

.text-block-6 {
  color: var(--white);
  margin-top: 18px;
}

.text-block-7 {
  color: var(--secondary-grey);
}

.text-span-2, .text-span-3 {
  color: var(--white);
}

.text-block-8 {
  color: var(--secondary-grey);
}

.text-span-4 {
  color: var(--white);
}

.text-block-9 {
  color: var(--secondary-grey);
  margin-top: 19px;
}

.text-span-5 {
  color: var(--white);
}

.paragraph-3 {
  float: none;
}

.columns-2 {
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.columns-3 {
  margin-top: 30px;
  padding-bottom: 16px;
}

.columns-4, .columns-5 {
  margin-top: 30px;
}

.image-4 {
  display: none;
}

.list-item-3 {
  margin-top: 32px;
  padding-bottom: 11px;
}

.list-item-4, .list-item-5, .list-item-6 {
  padding-bottom: 12px;
}

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

.list-item-9, .list-item-10, .list-item-11 {
  padding-bottom: 10px;
}

.text-block-10 {
  color: var(--green);
  text-align: center;
  font-weight: 300;
}

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

.columns-6 {
  background-color: #161616;
  margin-top: 79px;
  margin-bottom: 0;
  padding-bottom: 57px;
}

.div-block {
  height: 500px;
  margin-bottom: -79px;
  padding-bottom: 127px;
}

.text-span-6 {
  color: var(--secondary-grey);
}

.next-case-new {
  opacity: 1;
  color: var(--white);
  text-align: center;
  cursor: pointer;
  mix-blend-mode: normal;
  margin-bottom: 1px;
  font-family: Onest, sans-serif;
  font-size: 1rem;
}

.link-5 {
  opacity: 1;
  direction: ltr;
  letter-spacing: 0;
  text-indent: 0;
  column-count: 0;
  white-space: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #1d1d1d00;
  background-clip: border-box;
  border: 0 #000;
  border-radius: 0;
  font-size: 25px;
  font-style: normal;
  font-weight: 100;
  text-decoration: none;
  transition: opacity .2s;
}

.link-5:hover {
  color: var(--green);
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  color: var(--white);
}

.bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11 {
  color: var(--green);
  font-weight: 400;
}

.bold-text-12 {
  color: var(--green);
  text-transform: none;
  font-weight: 400;
}

.column {
  margin-top: 14px;
  padding-top: 33px;
}

.text-span-7, .text-span-8 {
  color: var(--white);
}

.button-3 {
  color: var(--black);
  background-color: #6fe540;
}

.div-block-2 {
  height: 20px;
}

.a-2 {
  color: var(--green);
}

@media screen and (min-width: 1280px) {
  .spacer-huge {
    display: none;
  }

  .heading-style-h1 {
    font-size: 5.75rem;
  }

  .heading-style-h1.title-case {
    font-size: 50px;
  }

  .service-title {
    font-size: 2.5em;
  }

  .about-video {
    display: block;
  }

  .text-span {
    color: #fff;
  }

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

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

  .img-case {
    box-sizing: border-box;
    float: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    vertical-align: middle;
    mix-blend-mode: normal;
    justify-content: center;
    align-items: stretch;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }

  .text-block-4 {
    color: var(--green);
    margin-bottom: 7px;
  }

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

  .heading-2 {
    margin-top: 21px;
  }

  .text-block-5, .text-block-6 {
    padding-top: 18px;
  }

  .text-block-7 {
    color: var(--secondary-grey);
  }

  .text-span-2 {
    color: var(--white);
  }
}

@media screen and (min-width: 1440px) {
  .background-video {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .text-size-small {
    color: #fff;
    font-size: 16px;
  }

  .spacer-xhuge {
    height: auto;
  }

  .text-size-regular.text-align-center {
    color: var(--white);
    margin-top: 57px;
    font-size: 20px;
    font-weight: 200;
  }

  .heading-style-h2 {
    width: auto;
  }

  .max-width-large.align-center {
    font-size: 12px;
  }

  .button {
    display: none;
  }

  .max-width-xlarge {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-height: 0;
    margin-left: 0;
    display: grid;
  }

  .heading-style-h1.text-align-center {
    flex-flow: row;
    justify-content: center;
  }

  .link-text {
    text-transform: none;
    font-size: 18px;
    font-style: normal;
  }

  .link-text:hover {
    color: var(--green);
  }

  .header-component-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .face-08 {
    background-image: url('../images/Agenzia-di-comunicazione-scarpe-da-donna-001.jpg');
  }

  .face-04 {
    background-image: url('../images/Agenzia-di-comunicazione-Ragno.jpg');
  }

  ._3d-component-block {
    align-self: flex-end;
  }

  .face-02 {
    background-image: url('../images/Agenzia-di-comunicazione-Donna-Lavinia.jpg');
  }

  .face-03 {
    background-image: url('../images/Agenzia-di-comunicazione-Di-Lernia.jpg');
  }

  .face-06 {
    background-image: url('../images/Agenzia-di-comunicazione-Ciuccolati-Gourmet-001.jpg');
  }

  .face-01 {
    background-image: url('../images/Agenzia-di-comunicazione-Borgo-Sassi-001.jpg');
  }

  .face-07 {
    background-image: url('../images/Agenzia-di-comunicazione-Lavinia-Bianchi-001.jpg');
  }

  .text-button:hover {
    color: var(--green);
  }

  .service-title {
    aspect-ratio: auto;
    letter-spacing: 2px;
    text-transform: none;
  }

  .case-image {
    padding-top: 0;
  }

  .row-image-item {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .service-image-absolute {
    width: 28rem;
    height: 18rem;
  }

  .service-image {
    height: 240px;
  }

  .service-name.service, .alternate-service-title.service {
    text-transform: none;
  }

  .roll-awards-wrapper, .roll-numbers-wrapper {
    height: 10rem;
    min-height: 10rem;
  }

  .number {
    height: 10rem;
    min-height: 10rem;
    font-size: 10rem;
  }

  .roll-numbers {
    height: 10rem;
    min-height: 10rem;
  }

  .process-title {
    font-size: 2em;
  }

  .case-number {
    color: var(--white);
    -webkit-text-stroke-color: var(--white);
  }

  .case-number.black {
    color: var(--black);
  }

  .case-name {
    color: var(--white);
  }

  .case-name.black {
    color: var(--black);
    -webkit-text-stroke-color: var(--black);
  }

  .case-service {
    color: var(--white);
    -webkit-text-stroke-color: var(--white);
    text-shadow: 1px 1px #0003;
    font-weight: 400;
  }

  .case-service.black {
    color: var(--black);
    -webkit-text-stroke-color: var(--black);
  }

  .case-service.shadow {
    text-shadow: 0 0 10px var(--black);
    word-break: normal;
    border-radius: 0;
    font-weight: 500;
  }

  .button-2 {
    color: var(--black);
    cursor: pointer;
    background-color: #5fe540;
    border: 1px #000;
    border-radius: 0;
  }

  .heading {
    flex-flow: column;
  }

  .number-2 {
    height: 10rem;
    min-height: 10rem;
    font-size: 10rem;
  }

  .text-block {
    color: var(--secondary-grey);
    margin-top: 21px;
  }

  .link-2 {
    color: var(--green);
  }

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

  .link-3 {
    color: var(--green);
  }

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

  .link-4 {
    color: var(--green);
  }

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

  .image, .background-video {
    display: none;
  }

  .text-block-4 {
    margin-bottom: 12px;
  }

  .columns {
    margin-top: 0;
  }

  .paragraph-2 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .heading-2 {
    padding-top: 31px;
    padding-left: 40px;
  }

  .list-item-2 {
    padding-left: 0;
    font-size: 16px;
  }

  .list-2 {
    padding-left: 53px;
  }

  .text-block-5 {
    padding-top: 25px;
    font-size: 16px;
  }

  .text-block-6 {
    padding-top: 25px;
  }

  .text-block-7, .text-block-8, .text-block-9, .paragraph-4, .paragraph-5, .paragraph-6, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11 {
    font-size: 16px;
  }

  .text-span-9 {
    color: var(--green);
    font-family: Mazius Display, sans-serif;
    font-size: 29px;
    font-weight: 700;
  }

  .text-span-10, .text-span-11 {
    color: var(--green);
  }

  .button-3 {
    color: var(--black);
    background-color: #6fe540;
  }

  .bold-text-13, .bold-text-14 {
    font-family: Mazius Display, sans-serif;
    font-size: 29px;
  }
}

@media screen and (max-width: 991px) {
  .margin-xhuge {
    margin: 6rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide-heading-header {
    font-size: 4rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

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

  .fs-styleguide-2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide-4-col {
    grid-template-columns: 1fr;
  }

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

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2.case-title {
    font-size: 4rem;
  }

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

  .spacer-huge {
    padding-top: 5rem;
    display: inline-block;
  }

  .fs-styleguide-3-col {
    grid-template-columns: 1fr;
  }

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

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

  .padding-xlarge {
    padding: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide-heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

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

  .fs-styleguide-1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav-button {
    color: #fff;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .nav-style-guide {
    width: 80vw;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .nav-style-guide-link {
    width: 2.25rem;
    height: 2.25rem;
  }

  .nav-style-guide-icon {
    font-size: 1.5rem;
  }

  .section-home-header {
    padding-top: 8rem;
  }

  .header-component-grid {
    height: 150vh;
  }

  .nav-link {
    font-size: 3rem;
  }

  .nav-wrapper {
    padding-left: 3rem;
  }

  .nav-menu {
    width: 65vw;
  }

  .nav-text-wrapper {
    height: 3rem;
  }

  .partner-row-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .partner-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: auto;
  }

  .partner-logo {
    width: 8rem;
  }

  .inner-sticky {
    flex-flow: column;
    position: static;
  }

  .sticky-card {
    position: static;
  }

  .card-item-wrapper {
    width: 100%;
    height: auto;
  }

  .card-container {
    height: auto;
  }

  .service-title {
    font-size: 3rem;
  }

  .case-image, .case-image.hidden-desktop {
    display: inline-block;
  }

  .case-image.hidden-mobile {
    display: none;
  }

  .cta-image {
    width: 14em;
    height: 18em;
  }

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

  .row-image-item {
    flex: none;
  }

  .about-image {
    height: 20em;
  }

  .perspective-image._02 {
    margin-right: 1rem;
  }

  .perspective-image._03 {
    margin-left: 1rem;
  }

  .service-image-absolute {
    display: none;
  }

  .service-number {
    font-size: 1.5rem;
  }

  .service-name, .alternate-service-title {
    font-size: 2.5rem;
  }

  .process-title {
    font-size: 3em;
  }

  .team-member-component-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .package-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .plus-icon-circle:hover {
    background-position: 50%;
  }

  .preloader-line {
    width: 90%;
    max-width: none;
  }

  .header-component-grid-2 {
    height: 150vh;
  }

  .section-about-header-2 {
    padding-top: 0;
  }

  .video-wrapper {
    height: 75vh;
  }

  .background-video {
    display: block;
  }

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

  .image-3 {
    padding-top: 21px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

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

  h2 {
    font-size: 3.5rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide-section-header {
    font-size: .875rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

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

  .hide-mobile-landscape {
    display: none;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 3.5rem;
  }

  .heading-style-h2.case-title {
    font-size: 3rem;
  }

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

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

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

  .padding-xlarge {
    padding: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .fs-styleguide-heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: .875rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

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

  .heading-style-h5 {
    font-size: 1rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 4rem;
  }

  .checkout-title {
    font-size: 1.5rem;
  }

  .section-home-header {
    padding-top: 2rem;
  }

  .header-component-grid {
    height: 110vh;
  }

  .face-08 {
    width: 14rem;
    height: 14rem;
    transform: translate3d(4.95rem, 0, 4.95rem)rotateX(0)rotateY(-45deg)rotateZ(0);
  }

  ._3d-wrapper {
    width: 14rem;
    height: 14rem;
  }

  .face-04 {
    width: 14rem;
    height: 14rem;
    transform: translate(-7rem)rotate(0);
  }

  .face-02 {
    width: 14rem;
    height: 14rem;
    transform: translate(7rem)rotate(0);
  }

  .face-03 {
    width: 14rem;
    height: 14rem;
    transform: translate3d(0, 0, -7rem)rotateX(0)rotateY(90deg)rotateZ(0);
  }

  .face-05 {
    width: 14rem;
    height: 14rem;
    transform: translate3d(-4.95rem, 0, 4.95rem)rotateX(0)rotateY(45deg)rotateZ(0);
  }

  .face-06 {
    width: 14rem;
    height: 14rem;
    transform: translate3d(4.95rem, 0, -4.95rem)rotateX(0)rotateY(45deg)rotateZ(0);
  }

  .face-01 {
    width: 14rem;
    height: 14rem;
    transform: rotateX(0)rotateY(-90deg)rotateZ(0)translate(7rem);
  }

  .face-07 {
    width: 14rem;
    height: 14rem;
    transform: translate3d(-4.95rem, 0, -4.95rem)rotateX(0)rotateY(-45deg)rotateZ(0);
  }

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

  .header-content-wrapper {
    max-width: 24rem;
  }

  .nav-link {
    font-size: 2.5rem;
  }

  .nav-wrapper {
    padding-left: 3rem;
  }

  .nav-menu {
    width: 100vw;
  }

  .nav-text {
    font-size: 2.75rem;
  }

  .nav-link-inner-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .nav-text-wrapper {
    height: 2.75rem;
  }

  .cart-text {
    font-size: 1.5rem;
  }

  .alternate-text {
    font-size: 14px;
  }

  .partner-row-wrapper, .partner-component-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .inner-sticky {
    width: 100%;
  }

  .sticky-card {
    height: auto;
  }

  .card-item-wrapper {
    width: 100%;
    position: static;
  }

  .service-title {
    font-size: 2.5rem;
  }

  .case-link-wrapper, .case-sticky-wrapper {
    height: 50vh;
  }

  .heading-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer-logo {
    font-size: 2.5rem;
  }

  .footer-top-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 6rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 12rem;
  }

  .footer-bottom-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .padding-footer {
    padding-bottom: 3rem;
  }

  .footer-utility-pages-flex {
    justify-content: flex-start;
    align-items: center;
  }

  .cta-content {
    max-width: 25rem;
  }

  .cta-image {
    width: 12em;
    height: 16em;
  }

  .nav-social-media-wrapper {
    bottom: 15%;
    left: 3rem;
  }

  .row-about-image {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-image {
    height: 14em;
  }

  .perspective-image._02 {
    margin-right: .5rem;
  }

  .perspective-image._03 {
    margin-left: .5rem;
  }

  .contact-block {
    width: 100%;
    margin-left: 0;
  }

  .newsletter-box {
    width: 100%;
  }

  .utility-icon {
    width: 10rem;
  }

  .service-number {
    font-size: 1.5rem;
  }

  .service-name, .alternate-service-title {
    font-size: 2.25rem;
  }

  .alternate-service-title.service {
    display: none;
  }

  .numbers-content-wrapper {
    padding-top: 1rem;
  }

  .process-title {
    font-size: 2.5em;
  }

  .content-component-grid {
    grid-template-columns: 1fr;
  }

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

  .blog-component-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .blog-description-block {
    padding-top: 1rem;
  }

  .case-info-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .package-content-grid {
    grid-template-columns: 1fr;
  }

  .plus-icon-circle {
    background-image: none;
  }

  .accordion-answer-text {
    padding-top: 2rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .accordion-heading {
    font-size: 1.5rem;
  }

  .project-content-wrapper {
    padding-left: 3rem;
  }

  .case-number {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
  }

  .case-service {
    font-size: 1.125rem;
  }

  .cursor {
    width: 5rem;
    height: 5rem;
  }

  .preloader-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .preloader-line {
    width: 100%;
  }

  .header-component-grid-2 {
    height: 110vh;
  }

  .video-wrapper {
    height: 50vh;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-size-regular.text-color-alternate {
    width: auto;
    min-width: 270px;
  }

  .text-size-regular.text-color-alternate.no-wrap {
    box-sizing: content-box;
    clear: none;
    aspect-ratio: auto;
    object-fit: fill;
    width: auto;
    height: auto;
    display: block;
    overflow: visible;
  }

  .text-size-regular.text-color-alternate.strategi {
    width: auto;
    min-width: 270px;
    height: auto;
  }

  .hide-mobile-portrait {
    display: none;
  }

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h2.case-title {
    font-size: 2.5rem;
  }

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

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

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

  .fs-styleguide-row {
    flex-wrap: wrap;
  }

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .max-width-xlarge {
    margin-left: auto;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h1.smaller-mobile {
    font-size: 2.25rem;
  }

  .nav-style-guide {
    width: 92vw;
    padding: 1rem;
  }

  .nav-style-guide-link {
    width: 2rem;
    height: 2rem;
  }

  .nav-style-guide-icon {
    font-size: 1.25rem;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation-form {
    padding: 0;
  }

  .changelog-content-flex {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .section-home-header {
    padding-top: 2rem;
  }

  .header-component-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  ._3d-wrapper {
    perspective: 600px;
  }

  .face-04 {
    margin-bottom: -1px;
  }

  .header-content-wrapper {
    max-width: none;
  }

  .featured-heading {
    font-family: Mazius Display, sans-serif;
    font-style: italic;
  }

  .nav-link {
    font-size: 2rem;
  }

  .nav-wrapper {
    padding-left: 2rem;
  }

  .nav-link-inner-flex {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .cart-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .topbar-container {
    grid-template-columns: auto 1fr;
  }

  .nav-cart-item {
    margin-right: 11rem;
  }

  .alternate-text {
    font-size: 14px;
  }

  .partner-row-wrapper, .partner-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .service-description {
    padding-left: 12px;
    padding-right: 12px;
  }

  .card-item-wrapper {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
  }

  .card-item {
    height: 45vh;
    padding: 2.5em 1.5rem;
  }

  .service-title {
    font-size: 2rem;
  }

  .case-link-wrapper, .case-sticky-wrapper {
    height: 40vh;
  }

  .footer-logo {
    height: 1.75rem;
    font-size: 2.25rem;
  }

  .footer-top-grid {
    margin-bottom: 10rem;
  }

  .footer-bottom-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .padding-footer {
    padding-top: 6rem;
  }

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

  .back-to-top-link {
    width: 4rem;
    height: 4rem;
    overflow: visible;
  }

  .footer-icon {
    height: 1.75rem;
    margin-top: -1px;
  }

  .cta-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta-image {
    width: 10em;
    height: 12em;
  }

  .nav-social-media-wrapper {
    left: 2rem;
  }

  .service-icon {
    height: 2.5rem;
  }

  .row-about-image {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .about-image {
    height: 8em;
  }

  .perspective-image._02 {
    margin-right: .25rem;
  }

  .perspective-image._03 {
    margin-left: .25rem;
  }

  .form-text-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-bottom-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter-underline {
    background-color: #262626;
    width: 100%;
    height: 1px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .checkout-icon {
    width: 50px;
  }

  .utility-icon {
    width: 8rem;
  }

  .service-name, .alternate-service-title {
    font-size: 1.5rem;
  }

  .roll-awards-wrapper, .roll-numbers-wrapper {
    height: 12vw;
    min-height: 12vw;
  }

  .numbers-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .number {
    height: 12vw;
    min-height: 12vw;
    font-size: 12vw;
  }

  .roll-numbers {
    height: 12vw;
    min-height: 12vw;
  }

  .card-number {
    font-size: 2.5rem;
  }

  .process-title {
    font-size: 1.75em;
  }

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

  .blog-category-tag {
    font-size: 12px;
    bottom: 3%;
    left: 3%;
  }

  .case-info-block {
    width: 10px;
  }

  .pricing-content-block {
    padding: 3rem 2rem;
  }

  .plus-icon-circle {
    width: 2.5rem;
    height: 2.5rem;
  }

  .accordion-top-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .accordion-heading {
    font-size: 1.25rem;
  }

  .plan-content-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .project-content-wrapper {
    padding-left: 1.5rem;
  }

  .case-number {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .case-name {
    font-size: 2.255rem;
  }

  .case-service {
    font-size: 1rem;
  }

  .cursor-arrow {
    width: 1rem;
    height: 1rem;
  }

  .button-2 {
    color: var(--black);
    -webkit-text-stroke-color: var(--black);
    background-color: #6fe540;
  }

  .featured-heading-2 {
    font-family: Mazius Display, sans-serif;
    font-style: italic;
  }

  .header-component-grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .featured-heading-3 {
    font-family: Mazius Display, sans-serif;
    font-style: italic;
  }

  .header-component-grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .number-2 {
    height: 12vw;
    min-height: 12vw;
    font-size: 12vw;
  }

  .video-wrapper {
    height: 30vh;
    display: none;
  }

  .about-video {
    display: none;
  }

  .fixed-button {
    width: 4rem;
    height: 4rem;
  }

  .whatsapp-icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .cookie-buttons-group {
    flex-direction: column;
    row-gap: 20px;
  }

  .flowappz-cookie-consent {
    width: 100vw;
    left: 0;
  }

  .container {
    max-width: none;
  }

  .paragraph-2, .list-item-2 {
    font-size: 16px;
  }

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

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

  .text-block-7 {
    font-size: 16px;
  }

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

  .paragraph-4, .paragraph-5, .paragraph-6, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11 {
    font-size: 16px;
  }
}

#w-node-_6b95a64b-2db9-f2e5-e7af-086f89ff85c5-04edd1cd {
  grid-area: 3 / 10 / 5 / 13;
  place-self: end center;
}

#w-node-_6b95a64b-2db9-f2e5-e7af-086f89ff85c6-04edd1cd {
  place-self: end center;
}

#w-node-c1dfd293-e36c-e71d-08fe-1c7994a33b59-04edd1cd {
  grid-area: 3 / 1 / 5 / 13;
  align-self: center;
}

#w-node-bc64287c-5969-65bf-43fc-f38d28d40d1d-04edd1cd, #w-node-_3b89a2bc-39de-b416-fa7d-e9db74861a1d-04edd1cd, #w-node-_5ffba236-0fa3-b3af-c93f-a68b7a4b823f-04edd1cd, #w-node-_942e3725-bc49-7ef5-3058-7f6a93db2e1b-04edd1cd, #w-node-bda69e52-15cb-3079-55f0-91116e361790-04edd1cd, #w-node-_9d2f11bb-37d4-b110-0c0d-5d091bd67b0d-04edd1cd, #w-node-_4e44db52-71b9-f483-412b-970814c094c7-04edd1cd, #w-node-_4e44db52-71b9-f483-412b-970814c094c9-04edd1cd, #w-node-_4e44db52-71b9-f483-412b-970814c094cb-04edd1cd, #w-node-_4e44db52-71b9-f483-412b-970814c094cd-04edd1cd, #w-node-_4e44db52-71b9-f483-412b-970814c094cf-04edd1cd, #w-node-_4e44db52-71b9-f483-412b-970814c094d1-04edd1cd, #w-node-_00f373c5-cf9a-ed34-fc5a-a7e4a1736def-04edd1cd, #w-node-_00f373c5-cf9a-ed34-fc5a-a7e4a1736df1-04edd1cd, #w-node-_00f373c5-cf9a-ed34-fc5a-a7e4a1736df3-04edd1cd, #w-node-_00f373c5-cf9a-ed34-fc5a-a7e4a1736df5-04edd1cd, #w-node-_00f373c5-cf9a-ed34-fc5a-a7e4a1736df7-04edd1cd, #w-node-_00f373c5-cf9a-ed34-fc5a-a7e4a1736df9-04edd1cd {
  align-self: center;
}

#w-node-_4d3f50cf-fefc-7ee2-c33f-565a689e9744-04edd1cd {
  place-self: end start;
}

#w-node-ff50f0f0-d4df-88b2-de93-4c46d73d9f5d-04edd1cd, #w-node-_2a52016a-3703-abde-33e6-6c605c32fdae-04edd1cd {
  place-self: end;
}

#w-node-b64be25d-a871-9f80-57b9-2f95b45de69a-b45de695 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b64be25d-a871-9f80-57b9-2f95b45de6a3-b45de695 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-b64be25d-a871-9f80-57b9-2f95b45de6d1-b45de695 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-b64be25d-a871-9f80-57b9-2f95b45de6f4-b45de695 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-b64be25d-a871-9f80-57b9-2f95b45de708-b45de695 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end center;
}

#w-node-b64be25d-a871-9f80-57b9-2f95b45de70b-b45de695 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: end;
}

#w-node-_9493f00e-ac0a-6d00-a696-69b6897ac397-897ac392 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-_9493f00e-ac0a-6d00-a696-69b6897ac3a1-897ac392 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_9493f00e-ac0a-6d00-a696-69b6897ac422-897ac392 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94a9f11-04edd1df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94a9f30-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f35-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f3a-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f3f-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f45-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f4b-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f51-04edd1df {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa034-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa03c-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa053-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa06c-04edd1df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa06f-04edd1df {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa071-04edd1df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa074-04edd1df {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa0c6-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa0d0-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa0d1-04edd1df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa145-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa14a-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa14f-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa154-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa159-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa15e-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa168-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa16d-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa172-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa177-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa17c-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa181-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa186-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa18b-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa190-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa195-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa19a-04edd1df {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa19e-04edd1df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa19f-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1a4-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1a9-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1ae-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1c3-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1c8-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1cd-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1d2-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1d7-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1dc-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1e6-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1eb-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1f0-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1f5-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1fa-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1ff-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa204-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa209-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa20e-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa213-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa218-04edd1df {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa21c-04edd1df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa21d-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa222-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa227-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa22c-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa23e-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa243-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa248-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa24d-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa252-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa257-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa25c-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa261-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa266-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa26b-04edd1df {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa26f-04edd1df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa270-04edd1df {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa273-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa2f6-04edd1df, #w-node-aab53833-6355-e599-7fd0-21ecb94aa323-04edd1df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa367-04edd1df {
  justify-self: start;
}

#w-node-_637d08a9-7363-a204-3e36-5b79c80ccee0-04edd1e0 {
  grid-area: 4 / 2 / 6 / 12;
  place-self: end center;
}

#w-node-_637d08a9-7363-a204-3e36-5b79c80ccf00-04edd1e0 {
  grid-area: 6 / 1 / 7 / 13;
  align-self: center;
}

#w-node-e526ea81-2bce-85a9-d6d8-bad1dea4847f-04edd1e0 {
  grid-area: 5 / 1 / 7 / 13;
}

#w-node-ce703af1-d1d7-2d76-20b8-1da9ec851236-04edd1e0, #w-node-ce703af1-d1d7-2d76-20b8-1da9ec851266-04edd1e0, #w-node-ce703af1-d1d7-2d76-20b8-1da9ec851296-04edd1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-de2d5d7f-6459-ec3e-f746-599326e31e1a-04edd1e0 {
  justify-self: center;
}

#w-node-_2c6a3a48-159e-aec6-4025-aa6aa043e3b9-04edd1e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b7e13031-6607-18ff-6a66-84ea5141d9b0-81aa72e0 {
  grid-area: 4 / 2 / 6 / 12;
  place-self: end center;
}

#w-node-b7e13031-6607-18ff-6a66-84ea5141d9d0-81aa72e0 {
  grid-area: 6 / 1 / 7 / 13;
  align-self: center;
}

#w-node-b7e13031-6607-18ff-6a66-84ea5141d9e5-81aa72e0 {
  grid-area: 5 / 1 / 7 / 13;
}

#w-node-b7e13031-6607-18ff-6a66-84ea5141d9f0-81aa72e0, #w-node-b7e13031-6607-18ff-6a66-84ea5141da20-81aa72e0, #w-node-b7e13031-6607-18ff-6a66-84ea5141da50-81aa72e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b7e13031-6607-18ff-6a66-84ea5141dae0-81aa72e0 {
  justify-self: center;
}

#w-node-_896e1002-23a5-b124-ce8d-8a8a5ac61b0f-043509ec, #w-node-_896e1002-23a5-b124-ce8d-8a8a5ac61b0f-57154b32, #w-node-_896e1002-23a5-b124-ce8d-8a8a5ac61b0f-387073d0, #w-node-_896e1002-23a5-b124-ce8d-8a8a5ac61b0f-c9f3c4cf, #w-node-_896e1002-23a5-b124-ce8d-8a8a5ac61b0f-5549eff9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_6b95a64b-2db9-f2e5-e7af-086f89ff85c5-04edd1cd {
    grid-column-start: 10;
    align-self: end;
  }

  #w-node-_896e1002-23a5-b124-ce8d-8a8a5ac61b10-043509ec, #w-node-_896e1002-23a5-b124-ce8d-8a8a5ac61b10-57154b32, #w-node-_896e1002-23a5-b124-ce8d-8a8a5ac61b10-387073d0, #w-node-_896e1002-23a5-b124-ce8d-8a8a5ac61b10-c9f3c4cf, #w-node-_896e1002-23a5-b124-ce8d-8a8a5ac61b10-5549eff9 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_6b95a64b-2db9-f2e5-e7af-086f89ff85c5-04edd1cd {
    grid-column-start: 9;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6b95a64b-2db9-f2e5-e7af-086f89ff85c5-04edd1cd {
    align-self: end;
  }

  #w-node-c1dfd293-e36c-e71d-08fe-1c7994a33b59-04edd1cd {
    grid-row: 5 / 7;
    align-self: end;
  }

  #w-node-acf69a10-50a8-0dd7-f09a-fe168d52fd74-04edd1cd {
    grid-column-start: 1;
  }

  #w-node-_637d08a9-7363-a204-3e36-5b79c80ccee0-04edd1e0 {
    grid-row: 2 / 4;
    align-self: center;
  }

  #w-node-_637d08a9-7363-a204-3e36-5b79c80ccf00-04edd1e0 {
    grid-row: 4 / 6;
    align-self: start;
  }

  #w-node-ce703af1-d1d7-2d76-20b8-1da9ec851236-04edd1e0 {
    justify-self: start;
  }

  #w-node-ce703af1-d1d7-2d76-20b8-1da9ec851296-04edd1e0 {
    justify-self: end;
  }

  #w-node-c10dff9a-0582-8e95-30ae-bbf242a782ee-04edd1e0 {
    grid-column-start: 1;
  }

  #w-node-b7e13031-6607-18ff-6a66-84ea5141d9b0-81aa72e0 {
    grid-row: 2 / 4;
    align-self: center;
  }

  #w-node-b7e13031-6607-18ff-6a66-84ea5141d9d0-81aa72e0 {
    grid-row: 4 / 6;
    align-self: start;
  }

  #w-node-b7e13031-6607-18ff-6a66-84ea5141d9f0-81aa72e0 {
    justify-self: start;
  }

  #w-node-b7e13031-6607-18ff-6a66-84ea5141da50-81aa72e0 {
    justify-self: end;
  }

  #w-node-b7e13031-6607-18ff-6a66-84ea5141da9b-81aa72e0 {
    grid-column-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6b95a64b-2db9-f2e5-e7af-086f89ff85c5-04edd1cd {
    grid-column-start: 8;
    align-self: end;
  }

  #w-node-c1dfd293-e36c-e71d-08fe-1c7994a33b59-04edd1cd {
    grid-row: 5 / 7;
  }

  #w-node-ff50f0f0-d4df-88b2-de93-4c46d73d9f5d-04edd1cd, #w-node-_2a52016a-3703-abde-33e6-6c605c32fdae-04edd1cd {
    justify-self: start;
  }

  #w-node-b64be25d-a871-9f80-57b9-2f95b45de69a-b45de695 {
    grid-column-end: 3;
  }

  #w-node-b64be25d-a871-9f80-57b9-2f95b45de6a3-b45de695 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-b64be25d-a871-9f80-57b9-2f95b45de6d1-b45de695 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-b64be25d-a871-9f80-57b9-2f95b45de6f4-b45de695 {
    grid-row: 2 / 3;
    justify-self: start;
  }

  #w-node-b64be25d-a871-9f80-57b9-2f95b45de708-b45de695 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: end;
  }

  #w-node-b64be25d-a871-9f80-57b9-2f95b45de70b-b45de695 {
    grid-column: 1 / 2;
    justify-self: auto;
  }

  #w-node-_637d08a9-7363-a204-3e36-5b79c80ccee0-04edd1e0 {
    grid-row-end: 5;
    align-self: end;
  }

  #w-node-_637d08a9-7363-a204-3e36-5b79c80ccf00-04edd1e0 {
    grid-row-start: 5;
    align-self: center;
  }

  #w-node-ce703af1-d1d7-2d76-20b8-1da9ec851236-04edd1e0 {
    justify-self: start;
  }

  #w-node-ce703af1-d1d7-2d76-20b8-1da9ec851266-04edd1e0 {
    justify-self: center;
  }

  #w-node-ce703af1-d1d7-2d76-20b8-1da9ec851296-04edd1e0 {
    justify-self: end;
  }

  #w-node-b7e13031-6607-18ff-6a66-84ea5141d9b0-81aa72e0 {
    grid-row-end: 5;
    align-self: end;
  }

  #w-node-b7e13031-6607-18ff-6a66-84ea5141d9d0-81aa72e0 {
    grid-row-start: 5;
    align-self: center;
  }

  #w-node-b7e13031-6607-18ff-6a66-84ea5141d9f0-81aa72e0 {
    justify-self: start;
  }

  #w-node-b7e13031-6607-18ff-6a66-84ea5141da20-81aa72e0 {
    justify-self: center;
  }

  #w-node-b7e13031-6607-18ff-6a66-84ea5141da50-81aa72e0 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6b95a64b-2db9-f2e5-e7af-086f89ff85c5-04edd1cd {
    grid-column: 3 / 5;
    grid-row-end: 5;
    justify-self: start;
  }

  #w-node-c1dfd293-e36c-e71d-08fe-1c7994a33b59-04edd1cd {
    grid-row: 5 / 7;
    grid-column-end: 5;
    align-self: end;
  }

  #w-node-acf69a10-50a8-0dd7-f09a-fe168d52fd74-04edd1cd {
    grid-column-start: 1;
  }

  #w-node-b64be25d-a871-9f80-57b9-2f95b45de708-b45de695 {
    justify-self: center;
  }

  #w-node-_637d08a9-7363-a204-3e36-5b79c80ccee0-04edd1e0 {
    grid-column: 1 / 13;
  }

  #w-node-c10dff9a-0582-8e95-30ae-bbf242a782ee-04edd1e0 {
    grid-column-start: 1;
  }

  #w-node-_3196b263-18f0-db27-6af2-0cab73fce54b-04edd1f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b7e13031-6607-18ff-6a66-84ea5141d9b0-81aa72e0 {
    grid-column: 1 / 13;
  }

  #w-node-b7e13031-6607-18ff-6a66-84ea5141da9b-81aa72e0 {
    grid-column-start: 1;
  }
}


@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-SemiBold-BF6438cc588b5e5.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Bold-BF6438cc5812315.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Medium-BF6438cc581a509.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Thin-BF6438cc577ef3b.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-ExtraLight-BF6438cc57e06d5.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Light-BF6438cc583f70b.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Black-BF6438cc5874bd2.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Regular-BF6438cc58b98fc.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mazius Display';
  src: url('../fonts/Mazius-Display-Extraitalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}