table {
  width: 100%;
  display: block;
  border-collapse: collapse;
}

tbody {
  display: block;
  width: 100%;
}

tr {
  width: 100%;
}

td {
  padding: 20px;
  text-align: center;
  font-size: 0.75em;
  line-height: 1.4;
  width: 25%;
  border: 1px solid #ccc;
}

tr:nth-child(even) {
  background-color: #e6e6e6;
}

tr:nth-child(odd) {
  background-color: #f9f9f9;
}

@media (max-width: 850px) and (min-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
  }

  tr {
    display: block;
    width: 100%;
  }

  td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  table {
    table-layout: fixed;
  }

  tr {
    display: block;
    width: 100%;
  }

  td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

.float-container {
  position: relative;
  display: inline-block;
}

.floating-img1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
}

@media (max-width: 767px) {
  .floating-img1 {
    width: 60%; /* Set the width to 50% on mobile */
  }
}

.floating-img2 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
}

@media (max-width: 767px) {
  .floating-img2 {
    width: 50%; /* Set the width to 50% on mobile */
  }
}

.floating-img3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
}

@media (max-width: 767px) {
  .floating-img3 {
    width: 50%; /* Set the width to 50% on mobile */
  }
}

.sidebyside {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .sidebyside {
    display: none;
  }
}

.game {
  flex-basis: 50%;
  box-sizing: border-box;
}

@media (max-width: 1180px) {
  .game {
    flex-basis: 100%;
  }
}

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

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-commercecartopenlinkcount {
  height: 18px;
  min-width: 18px;
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  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: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

.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 {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::-ms-input-placeholder {
  color: #999;
}

.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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  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;
  -ms-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-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -webkit-sticky;
  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;
  -ms-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-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

.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-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .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;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

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

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

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

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 4vw;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 110%;
}

h3 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.75vw;
  font-weight: 600;
  line-height: 120%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 130%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 130%;
}

p {
  margin-bottom: 0;
}

a {
  color: #1e1e21;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .5rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

strong {
  font-weight: bold;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #1e1e21;
  padding: 1rem;
}

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

.text-color-default {
  color: #111;
}

.styleguide-elements {
  margin-left: 300px;
}

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.icon-1x1-small {
  width: 20px;
  height: 20px;
  line-height: 100%;
}

.heading-style-medium {
  letter-spacing: -2px;
  font-family: Inter, sans-serif;
  font-size: 6vw;
  font-weight: 600;
  line-height: 100%;
}

.heading-style-large {
  letter-spacing: -4px;
  font-family: Inter, sans-serif;
  font-size: 8vw;
  font-weight: 600;
  line-height: 90%;
}

.text-size-large {
  font-size: 1.375rem;
  line-height: 140%;
}

.text-size-regular {
  font-size: 1.125rem;
  line-height: 160%;
}

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

.section-styleguide.last {
  padding-bottom: 0;
}

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

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

.show-mobile-portrait {
  display: none;
}

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

.form-radio-label {
  font-size: 1rem;
  font-weight: 600;
}

.hide {
  display: none;
}

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

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

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

.text-style-link.inverse {
  color: #fff;
}

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

.text-size-small {
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text ul {
  margin-bottom: .75rem;
}

.text-rich-text h2, .text-rich-text h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  background-image: url('../images/icon-quote.svg');
  background-position: 0 60px;
  background-repeat: no-repeat;
  background-size: 30px;
  border-left: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3rem 0 3rem 4rem;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
}

.text-rich-text strong {
  font-weight: 600;
}

.text-rich-text a, .text-rich-text a:hover {
  text-decoration: underline;
}

.text-rich-text figcaption {
  color: rgba(17, 17, 17, .5);
  font-size: .875rem;
}

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

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

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

.heading-style-xlarge {
  letter-spacing: -5px;
  font-family: Inter, sans-serif;
  font-size: 8vw;
  font-weight: 600;
  line-height: 100%;
}

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

.form-input {
  min-height: 4rem;
  color: #1e1e21;
  /*background-color: #e4e1da;*/
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 0;
  padding: 1rem 1.25rem;
  font-size: 16px;
  line-height: 140%;
  transition: background-color .2s, border .2s;
}

.form-input:active, .form-input:focus, .form-input.-wfp-focus {
  border-color: #1e1e21;
}

.form-input::-ms-input-placeholder {
  color: #111;
}

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

.form-input.is-text-area {
  min-height: 10rem;
}

.form-input.is-product-quantity {
  width: 100%;
}

.form-input.inverse {
  color: #f1f1f1;
  background-color: rgba(245, 243, 239, .05);
}

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

.form-input.inverse::-ms-input-placeholder {
  color: rgba(245, 243, 239, .6);
}

.form-input.inverse::placeholder {
  color: rgba(245, 243, 239, .6);
}

.form-checkbox-label {
  margin-left: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
}

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

.form-label {
  margin-bottom: .75rem;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.page-wrapper {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-size-tiny {
  font-size: .875rem;
  line-height: 160%;
}

.form-checkbox-icon {
  width: 20px;
  height: 20px;
  border: 2px solid #1e1e21;
  border-radius: 0;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  width: 20px;
  height: 20px;
  background-color: #111;
  background-size: 70%;
  border-color: #111;
  border-radius: 0;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  width: 20px;
  height: 20px;
  box-shadow: none;
  border-color: #151515;
  border-radius: 0;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.inverse {
  border-color: #f1f1f1;
}

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

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

.styleguide-classes {
  display: none;
}

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

.styleguide-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

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

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

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

.show-tablet {
  display: none;
}

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

.text-color-muted {
  color: rgba(30, 30, 33, .7);
}

.form-radio-icon {
  width: 20px;
  height: 20px;
  border: 1px solid #111;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  width: 20px;
  height: 20px;
  border-width: 5px;
  border-color: #111;
}

.form-radio-icon.w--redirected-focus {
  width: 20px;
  height: 20px;
  box-shadow: none;
}

.form-radio-icon.inverse {
  border-width: 2px;
  border-color: #f1f1f1;
}

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

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

.form-field-wrapper {
  margin-bottom: 1rem;
}

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

.form-message-error {
  color: #fff;
  text-align: center;
  background-color: #dc7c69;
  margin-top: 1rem;
  padding: 1rem;
}

.utility-component {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.utility-form-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.utility-form {
  width: 100%;
  min-width: 300px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.main-wrapper {
  z-index: 1;
  background-color: #f1f1f1;
  position: relative;
}

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

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

.button-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #1e1e21;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.button-text.arrow-right {
  align-content: stretch;
}

.button-text.inverse {
  color: #f1f1f1;
}

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

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

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 1rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

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

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

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

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

.margin-bottom.margin-xhuge {
  grid-template-columns: .3fr 1fr;
}

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.body {
  color: #1e1e21;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%;
}

.body.is-password, .body.is-404, .body.is-styleguide {
  background-color: #f1f1f1;
}

.line {
  width: 100%;
  height: 2px;
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #1e1e21;
}

.line.inverse {
  background-color: #f1f1f1;
}

.heading-style-h3 {
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 120%;
}

.text-size-medium {
  font-size: 1.25rem;
  line-height: 160%;
}

.heading-style-h2 {
  letter-spacing: -1px;
  font-family: Inter, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 110%;
}

.heading-style-h4 {
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 1.75vw;
  font-weight: 600;
  line-height: 120%;
}

.heading-style-h1 {
  letter-spacing: -1.5px;
  font-family: Inter, sans-serif;
  font-size: 4vw;
  font-weight: 600;
  line-height: 110%;
}

.heading-style-h5 {
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 130%;
}

.background-color-primary {
  color: #f1f1f1;
  background-color: #1e1e21;
}

.heading-style-h6 {
  font-family: Inter, sans-serif;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.heading-style-h6:hover {
  text-decoration: none;
}

.section-404 {
  min-height: 100vh;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.label-link {
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  color: #1e1e21;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #1e1e21;
  border-radius: 500px;
  align-items: center;
  padding: .5rem .75rem;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  /*transition: color .2s, background-color .2s, border-color .2s;*/
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.label-link.primary {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: #111;
  border-color: rgba(0, 0, 0, 0);
}

.label-link.inverse-primary {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #1e1e21;
  background-color: #f1f1f1;
  border-color: rgba(0, 0, 0, 0);
}

.label-link.inverse {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #f1f1f1;
  border-color: #f1f1f1;
}

.styleguide-color-palette {
  height: 5rem;
}

.icon-1x1-default {
  width: 24px;
  height: 24px;
  line-height: 100%;
}

.icon-1x1-medium {
  width: 32px;
  height: 32px;
  line-height: 100%;
}

.icon-1x1-large {
  width: 40px;
  height: 40px;
  line-height: 100%;
}

.styleguide-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.icon-1x1-xsmall {
  width: 18px;
  height: 18px;
  line-height: 100%;
}

.badge {
  width: 40px;
  height: 40px;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #1e1e21;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  line-height: 100%;
  transition: background-color .2s, border .2s;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.badge.small {
  width: 32px;
  height: 32px;
}

.badge.large {
  width: 48px;
  height: 48px;
}

.badge.primary {
  color: #fff;
  background-color: #1e1e21;
  border-color: rgba(0, 0, 0, 0);
}

.badge.primary.small {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.badge.inverse-primary {
  color: #1e1e21;
  background-color: #f1f1f1;
  border-color: rgba(0, 0, 0, 0);
}

.badge.inverse-primary.small {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.badge.inverse {
  color: #f1f1f1;
  border-color: #f1f1f1;
}

.badge.inverse.small {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.text-size-xlarge {
  font-size: 1.5rem;
  line-height: 150%;
}

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

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

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

.card {
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #1e1e21;
  transition: background-color .5s;
  position: relative;
}

.card.primary {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: #111;
  border-color: rgba(0, 0, 0, 0);
}

.card.muted {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #e4e1da;
  border-color: rgba(0, 0, 0, 0);
}

.card-padding {
  padding: 2.5rem;
}

.card-padding.large {
  padding: 3rem;
}

.card-padding.xlarge {
  padding: 5rem;
}

.card-padding.small {
  padding: 2rem;
}

.card-padding.xsmall {
  padding: 1rem;
}

.card-padding.medium {
  padding: 2.5rem;
}

.accordion-title-wapper {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}

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

.footer {
  color: #f1f1f1;
  background-color: #1e1e21;
}

.footer-bottom {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

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

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

.licensing-right {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.licensing-item-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licensing-inner-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.licensing-item-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.changelog-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.changelog-item-left {
  padding-top: 6px;
}

.changelog-item-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.block-quote {
  background-image: url('../images/icon-quote.svg');
  background-position: 0 60px;
  background-repeat: no-repeat;
  background-size: 30px;
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 3rem 0 3rem 3.5rem;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
}

.heading-style-small {
  letter-spacing: -2px;
  font-family: Inter, sans-serif;
  font-size: 5vw;
  font-weight: 600;
  line-height: 100%;
}

.button {
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  color: #1e1e21;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #1e1e21;
  border-radius: 500px;
  justify-content: center;
  margin: 0;
  padding: 1rem 1.75rem;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
  position: relative;
  overflow: hidden;
}

.button.w--current {
  color: #fff;
  background-color: #111;
}

.button.primary {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: #1e1e21;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0);
}

.button.inverse {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #f1f1f1;
  border-color: #f1f1f1;
}

.button.inverse-primary {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #111;
  background-color: #fff;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0);
}

.button-inner {
  z-index: 6;
  height: 18px;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-inner-text {
  justify-content: center;
  align-items: center;
}

.text-meta {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
}

.text-meta-footer {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
}

.subnav {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.subnav.small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.subnav.xsmall {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.cart-checkout-actions {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.web-payments {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.cart-item-quantity {
  width: 50px;
  height: 40px;
  background-color: rgba(30, 30, 33, .05);
  border-width: 0;
  border-radius: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cart-item-quantity:active, .cart-item-quantity:focus {
  border-color: #111;
}

.cart-footer {
  border-top-style: none;
  border-top-width: 0;
  padding: 1.5rem 0 0;
}

.cart-item-option {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Roboto Mono;
  font-size: 12px;
  font-weight: 400;
}

.cart-item-content {
  margin-left: 0;
  margin-right: 0;
}

.cart-wrapper {
  background-color: rgba(17, 17, 17, .6);
}

.cart-close-button {
  width: auto;
  height: auto;
  font-size: .875rem;
  text-decoration: underline;
}

.cart-item-price {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
}

.cart-list {
  padding: 0;
}

.cart-item-image {
  width: 70px;
  height: auto;
}

.cart-item-price-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.cart-item-remove {
  text-decoration: underline;
}

.cart-header {
  border-bottom-style: none;
  border-bottom-width: 0;
  padding: 0 0 1rem;
}

.cart-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 2px solid #1e1e21;
  align-items: flex-start;
  margin-top: 1rem;
  padding: 1rem 0 0;
}

.cart-item:first-child {
  border-top-style: none;
  margin-top: 0;
  padding-top: 0;
}

.cart-item-price-compare {
  color: rgba(30, 30, 33, .6);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: line-through;
}

.cart-container {
  background-color: #f1f1f1;
  padding: 2rem;
  box-shadow: 0 5px 30px rgba(0, 0, 0, .4);
}

.italic {
  font-family: Zodiak;
  font-weight: 400;
}

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

.checkout-form {
  min-height: 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.checkout-shipping-method {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(255, 255, 255, .07);
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0 0 1.5rem;
}

.checkout-shipping-method:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.checkout-shipping-method-grid {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  align-items: baseline;
  display: flex;
}

.checkout-block-content {
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  padding: 2rem 0 0;
}

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

.checkout-summary-inner {
  margin-bottom: 0;
}

.checkout-shipping-method-content {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.checkout-block {
  border-style: solid;
  border-width: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.checkout-grid-left {
  margin-right: 0;
  padding: 4rem;
}

.checkout-block-header {
  background-color: rgba(0, 0, 0, 0);
  border-width: 0;
  padding: 0;
}

.checkout-grid-right {
  height: 100vh;
  background-color: #1e1e21;
  padding: 3rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.checkout-shipping-method-list {
  border-left-width: 0;
  border-right-width: 0;
}

.checkout-summary {
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.checkout-summary-block-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  flex-direction: column;
  padding: 2rem 0 0;
  display: flex;
}

.checkout-summary-block-header {
  background-color: rgba(0, 0, 0, 0);
  border-width: 0;
  padding: 0 0 0;
}

.checkout-order-item {
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 0;
}

.checkout-order-item:first-child {
  border-top-style: none;
  border-top-width: 0;
  margin-top: 0;
  padding-top: 0;
}

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

.button-text-4 {
  color: #5bb5a2;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
}

.about-team-item-video {
  width: 100%;
  height: 100%;
}

.checkout-summary-buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.text-meta-small {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 130%;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.section-cta-contact {
  color: #f1f1f1;
  text-align: center;
  background-color: #1e1e21;
}

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

.cart-toggle-quantity {
  height: auto;
  min-width: 0;
  color: #f1f1f1;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
}

.menu-overlay {
  z-index: 1000;
  flex-direction: row;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-row-1-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-left: 0;
  margin-right: 0;
}

.form-column {
  padding-left: 0;
  padding-right: 0;
}

.form-row-1-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-left: 0;
  margin-right: 0;
}

.checkout-order-item-grid {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.checkout-order-item-list {
  margin-bottom: 0;
}

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

.text-meta-large {
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 130%;
}

.nav {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.nav-item.inverse {
  color: #fff;
}

.styleguide-nav-wrapper {
  z-index: 100;
  width: 300px;
  background-color: #f1f1f1;
  border-right: 2px solid #1e1e21;
  padding: 2rem;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  overflow: scroll;
}

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

.background-color-muted {
  background-color: #e4e1da;
}

.subnav-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.subnav-item.w--current {
  text-decoration: underline;
}

.subnav-item.inverse {
  color: #fff;
}

.nav-item-text {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 150%;
}

.nav-item-line {
  width: 0%;
  height: 2px;
  background-color: #111;
}

.nav-item-line.inverse {
  background-color: #f1f1f1;
}

.subnav-item-line {
  width: 0%;
  height: 2px;
  background-color: #111;
}

.subnav-item-line.inverse {
  background-color: #f1f1f1;
}

.subnav-item-text {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
}

.styleguide-nav-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.styleguide-nav-item:hover, .styleguide-nav-item.w--current {
  text-decoration: underline;
}

.styleguide-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

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

.checkout-order-item-image {
  width: 80px;
}

.label {
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  color: #1e1e21;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #1e1e21;
  border-radius: 100px;
  align-items: center;
  padding: .5rem .75rem;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.label.primary {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: #1e1e21;
  border-color: rgba(0, 0, 0, 0);
}

.label.inverse-primary {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #1e1e21;
  background-color: #f1f1f1;
  border-color: rgba(0, 0, 0, 0);
}

.label.inverse {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #f1f1f1;
  border-color: #f1f1f1;
}

.badge-link {
  width: 36px;
  height: 36px;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #1e1e21;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  line-height: 100%;
  transition: color .2s, background-color .2s, border .2s;
  display: flex;
}

.badge-link.primary {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: #1e1e21;
  border-color: rgba(0, 0, 0, 0);
}

.badge-link.inverse-primary {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #1e1e21;
  background-color: #f1f1f1;
  border-color: rgba(0, 0, 0, 0);
}

.badge-link.large {
  width: 48px;
  height: 48px;
}

.badge-link.inverse {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #f1f1f1;
  border-color: #f1f1f1;
}

.text-gap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-wrap: wrap;
  align-content: flex-start;
  display: flex;
}

.styleguide-navbar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.styleguide-menu-toggle {
  display: none;
}

.styleguide-menu-toggle-line._02 {
  margin-top: -1px;
}

.styleguide-menu-toggle-line._03 {
  bottom: 0;
}

.styleguide-navbar-overlay {
  z-index: 10;
  opacity: .6;
  background-color: #121212;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkout-order-item-option {
  margin-bottom: 0;
  padding-left: 0;
}

.line-2 {
  width: 100%;
  height: 1px;
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #191919;
  border-top-width: 0;
}

.styleguide-col-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.scroll-down {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
  display: flex;
}

.scroll-down2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
  display: flex;
}

.styleguide-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  display: flex;
}

.button-text-icon-wrapper {
  width: 24px;
  height: 24px;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  transition: background-color .2s, border .2s;
  overflow: hidden;
  transform: translate(0);
}

.button-text-icon {
  width: 24px;
  height: 24px;
  line-height: 100%;
}

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

.button-text-inner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-vertical-stretch {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.flex-vertical-stretch2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  justify-content: center;
}

.image-wrapper-link {
  align-items: flex-start;
  display: block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.home-work-item-image-wrapper {
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

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

.contact-form-button-wrapper {
  flex-direction: column;
  display: flex;
}

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

.image-cover2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 820px) {
  .image-cover2 {
    object-position: 30% top;
  }
}

.image-cover3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% top;
}

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

.card-link {
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 1rem;
  transition: border-color .5s cubic-bezier(.165, .84, .44, 1), background-color .5s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.card-link:hover {
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .5);
}

.scroll-down-icon {
  width: 40px;
  height: 40px;
  line-height: 100%;
}

.product-lightbox-link {
  width: 100%;
  position: relative;
}

.product-add-buttons {
  width: 100%;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.product-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.product-lightbox {
  background-color: rgba(0, 0, 0, 0);
}

.product-add-options {
  width: 100%;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.product-lightbox-item {
  overflow: hidden;
  transform: translate(0);
}

.product-grid-right {
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.product-add-options-wrapper {
  width: 100%;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.product-options-buttons {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-bottom: 0;
}

.product-options {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-options-button {
  width: 100%;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  color: #1e1e21;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(30, 30, 33, .05);
  border-width: 0;
  border-radius: 0;
  justify-content: center;
  margin: 0;
  padding: 1rem 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
  position: relative;
  overflow: hidden;
}

.product-options-button.w--ecommerce-pill-selected {
  color: #f1f1f1;
  background-color: #1e1e21;
}

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

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

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

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

.button-group.small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.image-noise {
  z-index: 2;
  opacity: .5;
  /*background-image: url('../images/noise.png');*/
  background-position: 0 0;
  background-size: 150px 150px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-about-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2px .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-services-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-services-grid-right {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.home-services-grid-inner {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-text-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #f4f2ed;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-family: Roboto Mono;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.text-color-muted-inverse {
  color: rgba(245, 243, 239, .6);
}

.buy-badge {
  z-index: 9999;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border-radius: 3px;
  padding: 6px 8px;
  display: flex;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .1);
}

.post-preview-item {
  transition: background-color .3s;
}

.post-preview-item:hover {
  color: #f1f1f1;
  background-color: #1e1e21;
}

.licensing-items-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.product-hero-title {
  width: 100%;
  max-width: 42rem;
}

.text-color-default-inverse {
  color: #f1f1f1;
}

.button-inner-text-hover {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100%;
}

.label-inner {
  height: 15px;
  position: relative;
  overflow: hidden;
}

.heading-style-h3-2 {
  letter-spacing: -1px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
}

.section-home-hero-image {
  height: 90vh;
  max-height: 75vw;
  position: relative;
  overflow: hidden;
}

.line-vertical {
  width: 2px;
  height: 100%;
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #1e1e21;
}

.flex-horizontal-stretch {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-clients-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-clients-grid-right {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.home-clients-grid-inner {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h3-3 {
  font-size: 2.25vw;
  font-weight: 300;
  line-height: 120%;
}

.border-radius {
  border-radius: 8px;
}

.border-radius-small {
  border-radius: 6px;
}

.border-radius-circle {
  border-radius: 50%;
}

.home-clients-item-author {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.marquee {
  overflow: hidden;
  transform: translate(0);
}

.marquee-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-heading {
  letter-spacing: -7px;
  font-family: Inter, sans-serif;
  font-size: 11vw;
  font-weight: 600;
  line-height: 90%;
}

.home-work-item-hover-image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  flex: none;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.menu-nav {
  z-index: 2;
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #f1f1f1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  list-style-type: none;
  display: flex;
  position: relative;
}

.menu-nav-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: -76px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.menu-nav-item-text {
  letter-spacing: -3px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 8vw;
  font-weight: 600;
  line-height: 100%;
}

.menu-toggle {
  color: #f1f1f1;
  text-align: center;
  cursor: pointer;
  background-color: #1e1e21;
  border: 2px solid #1e1e21;
  border-radius: 500px;
  justify-content: center;
  margin: 0;
  padding: 1rem 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
}

.menu-toggle.w--current {
  color: #fff;
  background-color: #111;
}

.menu-nav-item-icon {
  width: 60px;
  height: 60px;
}

.menu-close-toggle {
  z-index: 999;
  width: 60px;
  height: 60px;
  color: #1e1e21;
  text-align: center;
  cursor: pointer;
  background-color: #f1f1f1;
  border: 2px solid #f1f1f1;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
  display: flex;
  position: fixed;
  top: 2rem;
  bottom: auto;
  left: auto;
  right: 2rem;
  overflow: hidden;
}

.menu-close-toggle.w--current {
  color: #fff;
  background-color: #111;
}

.menu {
  z-index: 1000;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.about-grid-left {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  transform: translate(0);
}

.about-grid-right {
  padding: 4rem;
}

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

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

.about-awards-table-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 2px solid #1e1e21;
  border-bottom: 2px solid #1e1e21;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: -2px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  list-style-type: none;
  display: flex;
  position: relative;
}

.blog-hero-grid {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.post-preview-item-content {
  padding: 2.5rem;
}

.post-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.post-grid-left {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  transform: translate(0);
}

.post-grid-right-top {
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem;
  display: flex;
}

.post-grid-right-bottom {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 4rem 4rem;
  display: flex;
}

.contact-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.contact-grid-left {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  transform: translate(0);
}

.contact-grid-right {
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem;
  /*display: flex;*/
}

.section-project-hero-image {
  height: 90vh;
  max-height: 75vw;
  position: relative;
  overflow: hidden;
}

.project-details-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-details-grid-right {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.project-meta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.project-meta-item {
  justify-content: space-between;
  display: flex;
}

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

.product-preview-item {
  transition: background-color .3s;
}

.product-preview-item:hover {
  color: #f1f1f1;
  background-color: #1e1e21;
}

.product-preview-item-content {
  padding: 2.5rem;
}

.projects-work-item {
  position: relative;
  overflow: hidden;
}

.projects-work-item-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  /* align-items: center; */
  padding: 3rem 4rem;
  display: grid;
}

.projects-work-item-content h2 {
  margin: 0; /* Optional: Reset margin if needed */
}

.projects-work-item-hover {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #f1f1f1;
  background-color: #1e1e21;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: Inter, sans-serif;
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 110%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.project-work-image-wrapper {
  height: 90vh;
  max-height: 75vw;
  display: block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.cart-toggle {
  width: 56px;
  height: 56px;
  color: #f1f1f1;
  text-align: center;
  cursor: pointer;
  background-color: #1e1e21;
  border: 2px solid #1e1e21;
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
  display: flex;
}

.cart-toggle.w--current {
  color: #fff;
  background-color: #111;
}

.checkout-grid-left-inner {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.licensing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.licensing-grid-left {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  transform: translate(0);
}

.licensing-grid-right {
  padding: 4rem;
}

.changelog-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.changelog-grid-left {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  transform: translate(0);
}

.changelog-grid-right {
  padding: 4rem;
}

.home-clients-grid-left, .home-services-grid-left {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.image-wrapper-parallax-zoom {
  width: 100%;
  height: 100%;
}

.pageloader {
  z-index: 10000;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.pageloader-blend {
  width: 25%;
  height: 100%;
  background-color: #1e1e21;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.pageloader-blend._02 {
  left: 25%;
}

.pageloader-blend._03 {
  left: 50%;
}

.pageloader-blend._04 {
  left: 75%;
}

.project-details-grid-left {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.projects-hero-grid {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.project-gallery-lightbox-link {
  height: 90vh;
  max-height: 75vw;
  position: relative;
  overflow: hidden;
}

.project-gallery-collection {
  flex-direction: column;
  display: flex;
}

.post-next-image-wrapper {
  height: 90vh;
  max-height: 75vw;
  cursor: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.menu-overlay-blend {
  z-index: 1;
  width: 25%;
  height: 100%;
  background-color: #1e1e21;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-overlay-blend._02 {
  left: 25%;
}

.menu-overlay-blend._03 {
  left: 50%;
}

.menu-overlay-blend._04 {
  left: 75%;
}

.view-button-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.view-button {
  z-index: 10;
  width: 64px;
  height: 64px;
  background-color: #1e1e21;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: transform .1s linear;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.view-button.large {
  width: 80px;
  height: 80px;
}

.view-button-icon {
  width: 32px;
  height: 32px;
  color: #f1f1f1;
  line-height: 100%;
}

.image-wrapper-parallax {
  width: 100%;
  height: 100%;
}

.menu-close-toggle-icon {
  width: 32px;
  height: 32px;
}

.footer-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.menu-toggle-icon {
  display: none;
}

.menu-toggle-text {
  justify-content: center;
  align-items: center;
}

.project-next-image-wrapper {
  height: 90vh;
  max-height: 60vw;
  cursor: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.post-grid-left-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about-grid-left-inner, .contact-grid-left-inner, .licensing-grid-left-inner, .changelog-grid-left-inner {
  width: 100%;
  height: 100%;
}

.text-striketrough {
  text-decoration: line-through;
}

.shop-hero-grid {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.scroll-down-icon-wrapper {
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.menu-container {
  width: 100%;
  max-width: 120rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.menu-toggle-text-hover {
  justify-content: center;
  align-items: center;
}

.menu-toggle-text-inner {
  height: 22px;
  overflow: hidden;
}

.menu-nav-item-text-hover {
  letter-spacing: -3px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 8vw;
  font-weight: 600;
  line-height: 100%;
}

.menu-nav-item-text-inner {
  height: 8vw;
  overflow: hidden;
}

.projects-work-item-link, .projcect-next-link.w--current, .post-next-link {
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .heading-style-medium {
    font-size: 5.5rem !important;
  }

  .heading-style-large {
    font-size: 7.5rem;
  }

  .heading-style-xlarge {
    font-size: 8rem;
  }

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

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

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

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

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

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

  .heading-style-small {
    font-size: 4.5rem;
  }

  .home-about-grid, .home-services-grid, .home-services-grid-inner {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .section-home-hero-image {
    max-height: 1000px;
  }

  .home-clients-grid, .home-clients-grid-inner {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

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

  .marquee-heading {
    font-size: 10rem;
  }

  .menu-nav-item-text {
    font-size: 8rem;
  }

  .about-references-grid, .about-awards-table {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .post-preview-item-content {
    padding: 3rem;
  }

  .section-project-hero-image {
    max-height: 1000px;
  }

  .project-details-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .product-preview-item-content {
    padding: 3rem;
  }

  .project-work-image-wrapper {
    max-height: 1000px;
  }

  .home-clients-grid-left, .home-services-grid-left {
    position: -webkit-sticky;
    position: sticky;
    top: 2rem;
  }

  .image-wrapper-parallax-zoom {
    width: 100%;
    height: 100%;
  }

  .project-gallery-lightbox-link, .post-next-image-wrapper {
    max-height: 1000px;
  }

  .image-wrapper-parallax {
    width: 100%;
    height: 100%;
  }

  .project-next-image-wrapper {
    max-height: 1000px;
  }

  .menu-nav-item-text-hover {
    font-size: 8rem;
  }

  .menu-nav-item-text-inner {
    height: 8rem;
  }
}

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

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .styleguide-elements {
    margin-left: 0;
    padding-top: 3rem;
  }

  .hide-tablet {
    display: none;
  }

  .heading-style-medium {
    letter-spacing: -1px !important;
    font-size: 4rem !important;
  }

  .heading-style-large {
    letter-spacing: -2px;
    font-size: 4.5rem;
  }

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

  .text-rich-text blockquote {
    background-position: 0 60px;
    background-size: 30px;
    padding-left: 3.5rem;
    font-size: 2rem;
    line-height: 140%;
  }

  .heading-style-xlarge {
    letter-spacing: -3px;
    font-size: 5rem;
  }

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

  .show-tablet {
    display: block;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .body {
    background-color: #f1f1f1;
  }

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

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

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

  .heading-style-h1 {
    letter-spacing: -1px;
    font-size: 3rem;
  }

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

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

  .section-404 {
    height: auto;
    min-height: 75vw;
    border-radius: 4rem;
  }

  .badge {
    flex: none;
  }

  .card-padding {
    padding: 2.25rem;
  }

  .card-padding.large {
    padding: 2.5rem;
  }

  .card-padding.xlarge {
    padding: 4rem;
  }

  .card-padding.medium {
    padding: 2rem;
  }

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

  .licensing-item-grid, .changelog-item {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .block-quote {
    background-position: 0 60px;
    background-size: 30px;
    padding-left: 4rem;
  }

  .heading-style-small {
    letter-spacing: -1px;
    font-size: 3.5rem;
  }

  .button-inner {
    justify-content: center;
  }

  .subnav {
    grid-row-gap: .5rem;
  }

  .subnav.small {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .checkout-shipping-method-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .checkout-grid {
    flex-direction: column;
    grid-template-columns: 1fr 300px;
    display: flex;
  }

  .checkout-grid-left {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex: none;
    padding: 3rem;
  }

  .checkout-grid-right {
    height: auto;
    flex: none;
  }

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

  .checkout-order-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .form-row-1-3, .form-row-1-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .checkout-order-item-content {
    margin-left: 0;
    margin-right: 0;
  }

  .styleguide-nav-wrapper {
    left: auto;
    right: 0;
    transform: translate(110%);
  }

  .badge-link {
    flex: none;
  }

  .styleguide-navbar {
    z-index: 100;
    background-color: #f1f1f1;
    padding: 1rem 2rem;
    display: block;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .styleguide-navbar-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .styleguide-menu-toggle {
    width: 30px;
    height: 20px;
    cursor: pointer;
    display: block;
    position: relative;
  }

  .styleguide-menu-toggle-line {
    width: 30px;
    height: 1.5px;
    transform-origin: 100%;
    background-color: #111;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
  }

  .styleguide-menu-toggle-line._01 {
    top: 0;
  }

  .styleguide-menu-toggle-line._02 {
    top: 50%;
  }

  .styleguide-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .button-text-icon-wrapper {
    flex: none;
  }

  .work-image-gallery {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .blog-posts-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .product-lightbox {
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .product-grid-right {
    height: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    position: static;
  }

  .product-add-options-wrapper {
    max-width: none;
  }

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

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

  .home-about-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .home-services-grid-right, .home-services-grid-inner {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .post-preview-item:hover {
    color: #1e1e21;
    background-color: rgba(0, 0, 0, 0);
  }

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

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

  .section-home-hero-image {
    height: 75vw;
  }

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

  .home-clients-grid-right, .home-clients-grid-inner {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .marquee-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .marquee-heading {
    letter-spacing: -2px;
    font-size: 5rem;
  }

  .menu-nav-item {
    margin-left: -66px;
  }

  .menu-nav-item-text {
    letter-spacing: -2px;
    font-size: 5rem;
  }

  .menu-toggle {
    padding: .75rem 1.25rem;
    top: 1.5rem;
    right: 1.5rem;
  }

  .menu-nav-item-icon {
    width: 50px;
    height: 50px;
  }

  .about-grid {
    grid-template-columns: 40% 60%;
  }

  .about-grid-right {
    padding: 3rem;
  }

  .about-references-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-hero-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .post-preview-item-content {
    padding: 2rem;
  }

  .post-grid-right-top {
    height: auto;
    padding: 3rem;
  }

  .post-grid-right-bottom {
    padding-bottom: 0;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .contact-grid-right {
    padding: 3rem;
  }

  .section-project-hero-image {
    height: 75vw;
  }

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

  .project-details-grid-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .product-related-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-preview-item:hover {
    color: #1e1e21;
    background-color: rgba(0, 0, 0, 0);
  }

  .product-preview-item-content {
    padding: 2rem;
  }

  .projects-work-item-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    padding: 2rem 3rem;
    display: flex;
  }

  .project-work-image-wrapper {
    height: 75vw;
  }

  .cart-toggle {
    width: 48px;
    height: 48px;
    top: 1.5rem;
    right: 130px;
  }

  .licensing-grid-right, .changelog-grid-right {
    padding: 3rem;
  }

  .home-clients-grid-left, .home-services-grid-left, .project-details-grid-left {
    position: static;
  }

  .projects-hero-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .project-gallery-lightbox-link {
    height: 75vw;
  }

  .view-button {
    display: none;
  }

  .project-next-image-wrapper {
    height: 75vw;
  }

  .shop-hero-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-container {
    padding-top: 1.5rem;
    padding-right: 1.5rem;
  }

  .menu-nav-item-text-hover {
    letter-spacing: -2px;
    font-size: 5rem;
  }

  .menu-nav-item-text-inner {
    height: 5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -.5px;
    font-size: 2.5rem;
  }

  h2 {
    letter-spacing: -.5px;
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.25rem;
  }

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

  .heading-style-medium {
    font-size: 3rem !important;
  }

  .heading-style-large {
    letter-spacing: -1px;
    font-size: 3.5rem;
  }

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

  .section-styleguide {
    grid-row-gap: 3rem;
  }

  .text-rich-text blockquote {
    background-position: 0 40px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
    font-size: 1.5rem;
  }

  .heading-style-xlarge {
    letter-spacing: -1px;
    font-size: 4rem;
  }

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

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

  .show-mobile-landscape {
    display: block;
  }

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h2 {
    letter-spacing: -.5px;
    font-size: 2rem;
  }

  .heading-style-h1 {
    letter-spacing: -.5px;
    font-size: 2.5rem;
  }

  .section-404 {
    border-radius: 3rem;
  }

  .text-size-xlarge {
    font-size: 1.125rem;
  }

  .card-padding, .card-padding.large {
    padding: 2rem;
  }

  .card-padding.xlarge {
    padding: 2.5rem;
  }

  .card-padding.small {
    padding: 1.5rem;
  }

  .footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .block-quote {
    background-position: 0 40px;
    background-size: 30px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
    font-size: 1.5rem;
  }

  .heading-style-small {
    letter-spacing: -1px;
    font-size: 2.75rem;
  }

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

  .checkout-shipping-method-grid {
    flex-direction: row;
  }

  .checkout-grid {
    grid-template-columns: 1fr;
  }

  .checkout-grid-left {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 2rem;
  }

  .checkout-grid-right {
    padding: 2rem;
  }

  .checkout-order-item {
    align-items: flex-start;
  }

  .project-hero-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .styleguide-navbar {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .styleguide-menu-toggle {
    width: 30px;
    height: 20px;
    cursor: pointer;
    display: block;
    position: relative;
  }

  .blog-posts-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-add-buttons {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .product-add-options {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .product-grid-right {
    padding: 2rem;
  }

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

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

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

  .home-about-grid, .home-services-grid, .home-services-grid-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-services-grid-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .home-clients-grid-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-clients-grid-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .marquee-heading {
    font-size: 3.5rem;
  }

  .menu-nav {
    padding: 2rem;
  }

  .menu-nav-item {
    margin-left: -56px;
  }

  .menu-nav-item-text {
    letter-spacing: -1px;
    font-size: 3.5rem;
  }

  .menu-toggle {
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu-nav-item-icon {
    width: 40px;
    height: 40px;
  }

  .menu-close-toggle {
    width: 48px;
    height: 48px;
    top: 1.5rem;
    right: 1.5rem;
  }

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

  .about-grid-left {
    width: 100%;
    height: 100vw;
    position: static;
  }

  .about-grid-right {
    padding: 2.5rem;
  }

  .about-references-grid {
    grid-template-columns: 1fr 1fr;
  }

  .post-preview-item-content {
    padding: 1.5rem;
  }

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

  .post-grid-left {
    width: 100%;
    height: 100vw;
    position: static;
  }

  .post-grid-right-top {
    padding: 2rem;
  }

  .post-grid-right-bottom {
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .contact-grid-left {
    width: 100%;
    height: 100vw;
    position: static;
  }

  .contact-grid-right {
    padding: 2rem;
  }

  .project-details-grid-right {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .product-related-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-preview-item-content {
    padding: 1.5rem;
  }

  .projects-work-item-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cart-toggle {
    right: 80px;
  }

  .checkout-grid-left-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .licensing-grid {
    flex-direction: column;
    display: flex;
  }

  .licensing-grid-left {
    width: 100%;
    height: 100vw;
    position: static;
  }

  .licensing-grid-right {
    padding: 2rem;
  }

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

  .changelog-grid-left {
    width: 100%;
    height: 100vw;
    position: static;
  }

  .changelog-grid-right {
    padding: 2rem;
  }

  .menu-close-toggle-icon {
    width: 24px;
    height: 24px;
  }

  .footer-nav {
    align-items: center;
  }

  .menu-toggle-icon {
    width: 24px;
    height: 24px;
    display: block;
  }

  .menu-toggle-text {
    display: none;
  }

  .menu-container {
    padding-top: 1rem;
    padding-right: 1rem;
  }

  .menu-toggle-text-hover {
    display: none;
  }

  .menu-nav-item-text-hover {
    letter-spacing: -1px;
    font-size: 3.5rem;
  }

  .menu-nav-item-text-inner {
    height: 3.5rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h6 {
    font-size: 1rem;
  }

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

  .heading-style-medium {
    font-size: 2.75rem !important;
  }

  .heading-style-large {
    font-size: 3rem;
  }

  .section-styleguide {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .show-mobile-portrait {
    display: block;
  }

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

  .text-rich-text blockquote {
    background-position: 0 10px;
    padding-top: 3rem;
    padding-left: 0;
    font-size: 1.75rem;
  }

  .heading-style-xlarge {
    letter-spacing: -1px;
    font-size: 3.5rem;
  }

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

  .utility-form {
    max-width: 90%;
    min-width: 250px;
  }

  .margin-xhuge {
    margin: 3.5rem;
  }

  .margin-xxhuge {
    margin: 4rem;
  }

  .padding-xhuge {
    padding: 3.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .section-404 {
    border-radius: 2rem;
  }

  .card-padding {
    padding: 1.5rem;
  }

  .card-padding.large {
    padding: 1.75rem;
  }

  .card-padding.xlarge {
    padding: 2rem;
  }

  .card-padding.small {
    padding: 1.25rem;
  }

  .card-padding.medium {
    padding: 1.5rem;
  }

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

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

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

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

  .block-quote {
    background-position: 0 20px;
    background-size: 30px;
    padding-top: 4rem;
    padding-left: 0;
  }

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

  .cart-list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .cart-item-image {
    width: 50px;
  }

  .cart-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cart-container {
    max-width: 360px;
    min-width: 0;
    padding: 1.5rem;
  }

  .checkout-shipping-method-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .checkout-grid-left, .checkout-grid-right {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .checkout-order-item-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .text-meta-large {
    font-size: 14px;
  }

  .nav {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

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

  .label.w--current {
    display: none;
  }

  .scroll-down {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

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

  .work-image-gallery, .blog-posts-grid {
    grid-template-columns: 1fr;
  }

  .card-link {
    border-radius: .5rem;
  }

  .product-add-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .product-grid-right {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .buy-badge {
    bottom: 1rem;
    right: 1rem;
  }

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

  .marquee-inner {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .menu-nav-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-left: -48px;
  }

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

  .menu-nav-item-icon {
    width: 32px;
    height: 32px;
  }

  .about-grid-right {
    padding: 2rem;
  }

  .about-references-grid {
    grid-template-columns: 1fr;
  }

  .about-awards-table-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .post-grid-right-top, .post-grid-right-bottom {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .contact-grid-right {
    padding: 1.5rem;
  }

  .project-details-grid-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .product-related-grid {
    grid-template-columns: 1fr;
  }

  .projects-work-item-content, .licensing-grid-right, .changelog-grid-right {
    padding: 1.5rem;
  }

  .footer-nav {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

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

  .menu-nav-item-text-inner {
    height: 2.75rem;
  }
}

#w-node-aef696e5-7fdb-2bd1-39d3-3a66a803d4b8-13bf02c0, #w-node-ad7f854d-5344-1b05-42c4-623cf560a86b-13bf02c0, #w-node-_94fc19d0-d825-2c52-c42d-fa808984ede5-13bf02c0, #w-node-_073e5582-bec2-8a31-9350-ecbd37f0ed93-13bf02c0, #w-node-_5ff2f897-54c1-b32b-ae5e-1db3b955a0d5-13bf02c0, #w-node-_04b6f89c-4dbb-7241-8589-253ac0f1d405-13bf02c0, #w-node-_073e5582-bec2-8a31-9350-ecbd37f0ed99-13bf02c0, #w-node-_5ce53944-fe85-b6e6-0982-675c802475be-13bf02c0, #w-node-_5ce53944-fe85-b6e6-0982-675c802475c4-13bf02c0, #w-node-_5ce53944-fe85-b6e6-0982-675c802475c5-13bf02c0, #w-node-_06ca50e3-6642-5dd5-7364-59531747fd4a-13bf02c0, #w-node-_27369ba9-eb0a-df37-c00f-7082e4e9f881-13bf02c0, #w-node-_27369ba9-eb0a-df37-c00f-7082e4e9f886-13bf02c0, #w-node-_27369ba9-eb0a-df37-c00f-7082e4e9f887-13bf02c0, #w-node-_27369ba9-eb0a-df37-c00f-7082e4e9f889-13bf02c0, #w-node-_27369ba9-eb0a-df37-c00f-7082e4e9f898-13bf02c0, #w-node-_27369ba9-eb0a-df37-c00f-7082e4e9f899-13bf02c0, #w-node-_27369ba9-eb0a-df37-c00f-7082e4e9f8aa-13bf02c0, #w-node-_27369ba9-eb0a-df37-c00f-7082e4e9f8b9-13bf02c0, #w-node-_27369ba9-eb0a-df37-c00f-7082e4e9f8ba-13bf02c0, #w-node-f1e0bcdc-46e9-b1cc-d26d-8781b0eb86c2-3fd6c0e0, #w-node-f1e0bcdc-46e9-b1cc-d26d-8781b0eb86d9-3fd6c0e0, #w-node-f1e0bcdc-46e9-b1cc-d26d-8781b0eb86f6-3fd6c0e0, #w-node-_530d2e71-1457-cbf6-52ab-a454a44d8113-cbbce2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b89a2899-8519-bd50-9219-bc90c3e40337-13bf02c7 {
  align-self: start;
}

#w-node-b853b668-6586-0598-0272-f40f62761965-13bf02c7, #w-node-_3420bc95-30ca-5488-6575-2be91054f98d-13bf02c7, #w-node-_02684b40-25c6-eb04-2838-940395d0313f-13bf02c7, #w-node-_45adbbcd-afd7-1819-a517-02b655968668-13bf02c7, #w-node-_10703339-5ecf-0ee2-c582-49f428be7d09-13bf02c7, #w-node-c66a3c3f-2d58-1df7-804c-ff597ff7230c-13bf02c7, #w-node-a39a6d47-820a-8174-6f8b-5c19b375e9ba-13bf02c7, #w-node-_43b543d7-7b1f-ed6e-2f97-6f771e4403a7-13bf02c7, #w-node-f52de588-c366-5215-f33b-0a8e00c05e00-13bf02c7, #w-node-d9ee8ef3-4da7-4356-cc4f-3b1483b426b6-13bf02c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10eb1da4-9bdc-e3e1-d09f-925219d02e26-13bf02cd {
  align-self: start;
}

#w-node-_10eb1da4-9bdc-e3e1-d09f-925219d02e29-13bf02cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_635cc7475f68fe70816f0433000000000096-13bf02cf {
  align-self: stretch;
}

#w-node-_62da67eb-fcfd-5366-112c-b3458c281803-13bf02d1 {
  align-self: start;
}

#w-node-_62da67eb-fcfd-5366-112c-b3458c281806-13bf02d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_3f686ab7-20c7-d5b4-708d-3d6e5e2476b6-13bf02d4 {
  align-self: start;
}

#w-node-_3f686ab7-20c7-d5b4-708d-3d6e5e2476b9-13bf02d4, #w-node-_06a95ccd-205d-9c7a-3404-d5a448a24cb5-13bf02d5, #w-node-_06a95ccd-205d-9c7a-3404-d5a448a24cbf-13bf02d5, #w-node-_7a469c0d-d2fc-90c6-29a1-ac09ece9d157-13bf02d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a55d0699-96dd-445d-19e6-43f1ff59b05e-13bf02d7 {
  align-self: start;
}

#w-node-a55d0699-96dd-445d-19e6-43f1ff59b063-13bf02d7, #w-node-a55d0699-96dd-445d-19e6-43f1ff59b064-13bf02d7, #w-node-a55d0699-96dd-445d-19e6-43f1ff59b066-13bf02d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6b5d7f9-674d-8614-4355-00e7f0cca778-13bf02dc {
  align-self: start;
}

#w-node-e6b5d7f9-674d-8614-4355-00e7f0cca77b-13bf02dc, #w-node-_1df1d15c-1a0f-edb7-3c6c-f910794831db-13bf02dc, #w-node-_1df1d15c-1a0f-edb7-3c6c-f910794831de-13bf02dc, #w-node-_2edfdd14-9e9c-0097-bc08-e2e410c8a081-13bf02dc, #w-node-_2edfdd14-9e9c-0097-bc08-e2e410c8a084-13bf02dc, #w-node-_1df1d15c-1a0f-edb7-3c6c-f910794831eb-13bf02dc, #w-node-_1df1d15c-1a0f-edb7-3c6c-f910794831ee-13bf02dc, #w-node-_1df1d15c-1a0f-edb7-3c6c-f91079483200-13bf02dc, #w-node-_1df1d15c-1a0f-edb7-3c6c-f91079483203-13bf02dc, #w-node-_71c7dffb-1ba2-4ac6-e7e6-fc9076aab7bb-13bf02df, #w-node-ffe43818-a47f-3586-f1e2-94542c107d7e-13bf02e5, #w-node-_00cb8e2b-699f-308f-c57e-a80b9126f607-13bf02e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_9a1e8923-3478-3afe-0a0b-c8f15c478f98-13bf02c0 {
    align-self: start;
  }

  #w-node-_3d5419d8-0476-d62b-71a3-3696a41efac5-13bf02c0 {
    align-self: stretch;
  }

  #w-node-_27369ba9-eb0a-df37-c00f-7082e4e9f881-13bf02c0 {
    align-self: start;
  }

  #w-node-_7a469c0d-d2fc-90c6-29a1-ac09ece9d157-13bf02d7, #w-node-b9d90209-5314-c971-78c8-817ab2817749-13bf02d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b9d90209-5314-c971-78c8-817ab281774b-13bf02d8 {
    align-self: stretch;
  }

  #w-node-e8271618-bced-3c1c-8583-e216c646fbf8-13bf02e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d58612e7-7aa5-116d-c73b-69e9204b3086-13bf02e8 {
    align-self: stretch;
  }
}


