:root {
  --grey: #b7b7b7;
  --black: black;
  --grey-02: #676767;
  --grey-03: #555;
  --white: white;
  --grey-04: #363636;
  --di-türkis: #53f3e5;
}

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

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

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

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

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

body {
  background-color: var(--grey);
  color: var(--black);
  font-family: Switzer, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Mona Sans Narrow, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Mona Sans Narrow, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Mona Sans Narrow, Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Mona Sans Narrow, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Mona Sans Narrow, Impact, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Mona Sans Narrow, Impact, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
}

p {
  margin-bottom: 10px;
  line-height: 1.4;
}

a {
  line-height: 1.2;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 1.4;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4;
}

.margin-xhuge {
  margin: 8rem;
}

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

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

.heading-style-h4 {
  text-transform: uppercase;
  font-family: Mona Sans Narrow, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

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

.text-size-small {
  color: var(--black);
  font-size: .875rem;
}

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

.form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey-02);
  color: #000;
  background-color: #0000;
  border-radius: 0;
  min-height: 3rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  transition: border-color .35s;
}

.form-input:hover, .form-input:active, .form-input:focus, .form-input.-wfp-focus {
  border-color: #acacac #acacac var(--black);
}

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

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

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

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

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

.margin-0 {
  margin: 0;
}

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

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

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

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

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

.padding-0 {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

.text-rich-text h5 {
  font-size: 2rem;
}

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

.text-rich-text h4 {
  font-size: 3rem;
}

.text-rich-text h3 {
  font-size: 4rem;
}

.text-rich-text h2 {
  font-size: 5rem;
}

.text-rich-text h1 {
  font-size: 6rem;
}

.text-rich-text p, .text-rich-text ul, .text-rich-text ol {
  font-size: 1rem;
}

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

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

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

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

.padding-xxlarge {
  padding: 5rem;
}

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

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

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

.padding-custom1 {
  padding: 1.5rem;
}

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

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

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.4;
}

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

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

.padding-xhuge {
  padding: 8rem;
}

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

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

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

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

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

.padding-custom3 {
  padding: 3.5rem;
}

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

.margin-xxhuge {
  margin: 12rem;
}

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

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

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

.margin-huge {
  margin: 6rem;
}

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

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

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

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

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

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

.margin-medium {
  margin: 2rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

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

.padding-small {
  padding: 1rem;
}

.heading-style-h2 {
  text-transform: uppercase;
  font-family: Mona Sans Narrow, Impact, sans-serif;
  font-size: 10rem;
  font-weight: 900;
  line-height: 1;
}

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

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

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

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

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

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

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

.heading-style-h3 {
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

.button.width-100 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.fs-styleguide-hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.padding-custom2 {
  padding: 2.5rem;
}

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

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

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

.padding-xlarge {
  padding: 4rem;
}

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

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

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

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

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

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

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

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

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

.padding-large {
  padding: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-xxhuge {
  padding: 12rem;
}

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

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

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

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

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

.fs-styleguide-label {
  color: #fff;
  background-color: #2d62ff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

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

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

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
}

.padding-medium {
  padding: 2rem;
}

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

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

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

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

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

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

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

.nav-button {
  padding: 1rem;
}

.padding-huge {
  padding: 6rem;
}

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

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

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

.margin-custom1 {
  margin: 1.5rem;
}

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

.margin-large {
  margin: 3rem;
}

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

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

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

.heading-style-h1 {
  text-transform: uppercase;
  font-family: Mona Sans Narrow, Impact, sans-serif;
  font-size: 12rem;
  font-weight: 900;
  line-height: 1;
}

.hide {
  display: none;
}

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

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

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

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

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

.style-guide-body {
  background-color: #fff;
}

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

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

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

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

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

.list-item {
  list-style-type: none;
}

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

.link-wrap {
  flex-direction: column;
  height: 16px;
  display: flex;
  position: relative;
  overflow: clip;
}

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

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

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

.link-text.nav-hover {
  color: var(--grey-02);
}

.link-text.is-footer {
  color: var(--white);
}

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

.link-button {
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

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

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

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

.checkout-header-block {
  padding-top: 20px;
  padding-bottom: 10px;
}

.checkout-content-block {
  background-color: var(--white);
}

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

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

.utility-icon {
  width: 12rem;
  height: 12rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.shipping-method-list {
  background-color: var(--white);
  border-left-style: none;
  border-right-style: none;
}

.shipping-method {
  background-color: var(--white);
  border-bottom-style: none;
}

.utility-page-title {
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-weight: 400;
  line-height: 1;
}

.contact-form-wrapper {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: #000;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 3rem 2rem;
}

.blog-post-info-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.blog-post-info-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

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

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

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

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

.blog-post-content {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-post-title {
  color: var(--black);
  font-size: 2rem;
}

.blog-post-title.featured-post {
  font-size: 4rem;
}

.blog-post-info {
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.blog-post-icon {
  color: var(--black);
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
}

.blog-post-category {
  background-color: var(--black);
  color: var(--white);
  padding: 8px 12px;
}

.newsletter-form-wrapper {
  background-color: var(--white);
  padding: 2rem 3rem 2rem 2rem;
}

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

.blog-post-icon-wrap {
  background-color: var(--grey);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.blog-post-icon-overflow {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.blog-post-content-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  place-items: start;
  width: 100%;
}

.blog-post-author-wrapper {
  position: sticky;
  top: 2rem;
}

.author-picture {
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

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

.social-link {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.social-link.member {
  background-color: var(--grey-03);
}

.social-icon-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
  overflow: hidden;
}

.social-icon {
  color: var(--white);
  width: 1.375rem;
  height: 1.375rem;
}

.navbar {
  background-color: #0000;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: absolute;
  inset: 0% 0% auto;
}

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

.nav-menu {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.nav-menu-content {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-link {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 7rem;
  display: flex;
  overflow: hidden;
}

.nav-text {
  color: var(--white);
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 7rem;
  line-height: 1;
}

.nav-text.is-hover {
  color: var(--grey-02);
}

.brand-link {
  z-index: 999;
  cursor: pointer;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: relative;
}

.logo-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 1.75rem;
  display: flex;
  overflow: clip;
}

.logo {
  color: #000;
  text-transform: uppercase;
  height: 1.75rem;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.alternate-logo {
  opacity: .5;
  color: #666;
  text-transform: uppercase;
  height: 1.75rem;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}

.menu-button {
  z-index: 999;
  cursor: pointer;
  border: 1px solid #b7b7b740;
  width: 3.25rem;
  height: 3.25rem;
  padding: 0;
}

.menu-button.w--open {
  cursor: pointer;
  background-color: #0000;
  border-color: #b7b7b740;
}

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

.product-content-wrapper {
  border: 1px solid var(--grey-02);
  background-color: var(--white);
  padding: 3rem 2rem 2rem;
}

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

.price-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.price-text {
  color: var(--black);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

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

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

.check-icon {
  color: #10141f;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
}

.product-feature-text {
  color: var(--black);
  margin-bottom: 0;
  font-size: .875rem;
}

.faq {
  display: none;
}

.faq-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.plus-block {
  border: 1px solid var(--black);
  background-color: var(--black);
  cursor: pointer;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-answer-text {
  color: var(--grey-04);
  margin-bottom: 0;
  padding-top: 2rem;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
}

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

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

.accordion-track-line {
  background-color: #67676740;
  border-radius: .25rem;
  width: 100%;
  height: 1px;
}

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

.accordion-heading {
  color: var(--black);
  margin-bottom: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.plus-line {
  z-index: 1;
  background-color: var(--white);
  border-radius: .5rem;
  width: .75rem;
  height: .083rem;
  position: relative;
}

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

.accordion-content-block {
  width: 100%;
  max-width: 36rem;
}

.accordion-title-item {
  position: relative;
  overflow: hidden;
}

.background-navbar {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.product-quantity {
  display: none;
}

.nav-menu-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-button {
  background-color: #0000;
  padding: 10px;
}

.cart-icon, .cart-text {
  color: #000;
}

.cart-quantity {
  color: #000;
  border: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  width: 18px;
  min-height: 18px;
  line-height: 1;
  display: flex;
}

.remove-text {
  color: #00000080;
  transition: color .35s;
}

.remove-text:hover {
  color: #000;
}

.cart-title {
  font-size: 1.5rem;
  font-weight: 400;
}

.close-button {
  cursor: pointer;
}

.footer-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.footer-content-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footer-logo-link {
  margin-bottom: 5px;
  transition: opacity .35s;
}

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

.footer-logo {
  color: var(--white);
  text-transform: uppercase;
  max-width: 20%;
  height: 35%;
  padding-top: 20px;
  font-family: Mona Sans Narrow, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

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

.back-to-top-arrow {
  color: var(--white);
  width: 1.25rem;
  height: 1.25rem;
  font-weight: 400;
}

.footer-top-content {
  margin-bottom: 1rem;
}

.footer-padding {
  margin-top: 40px;
  padding-bottom: 2rem;
}

.bottom-component-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 3rem;
}

.bottom-content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

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

.footer-menu-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

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

.section-about-header {
  overflow: clip;
}

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

.contact-form-block {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.empty-shipping-state {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

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

._3d-top {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate(0, -12.5rem)rotateX(90deg)rotateY(0)rotateZ(0);
}

._3d-block-item {
  perspective: none;
  transform-origin: 50% 0;
  width: 100%;
  height: 100%;
  position: relative;
}

._3d-card {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

._3d-back {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, -12.5rem)rotateX(0)rotateY(180deg)rotateZ(0);
}

._3d-wrapper {
  transform-origin: 50%;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: relative;
  transform: translate(0);
}

._3d-bottom {
  transform-style: preserve-3d;
  background-image: url('../images/image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate(0, 12.5rem)rotateX(-90deg)rotateY(0)rotateZ(0);
}

._3d-block {
  perspective: 600px;
  width: 25rem;
  height: 25rem;
  position: relative;
  transform: none;
}

._3d-component {
  z-index: 10;
  position: relative;
}

._3d-right {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate(12.5rem)rotateX(0)rotateY(90deg)rotateZ(0);
}

._3d-left {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate(-12.5rem)rotateX(0)rotateY(-90deg)rotateZ(0);
}

.video {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
}

.video.top, .video.is-back {
  transform: rotate(180deg);
}

.marquee-text-container {
  overflow: hidden;
}

.marquee-text-component {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.marquee-text-wrapper {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  z-index: 10;
  color: var(--black);
  text-transform: uppercase;
  white-space: pre;
  margin-bottom: 0;
  font-family: Mona Sans Narrow, Impact, sans-serif;
  font-size: 20rem;
  font-weight: 900;
  line-height: 1;
  position: relative;
}

.cart-item {
  display: none;
}

.menu-block {
  background-color: var(--black);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.header-text {
  color: var(--black);
  text-align: center;
  letter-spacing: -.05rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Fira Mono, Arial, sans-serif;
  font-size: .925rem;
  font-weight: 400;
}

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

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

.header-content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 1.25rem;
}

.header-content-item {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 17rem;
}

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

.rec-dot {
  background-color: #ff1f1f;
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.cube-block {
  perspective: none;
  transform-origin: 50% 0;
  width: 25rem;
  height: 25rem;
}

.left-of-cube {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(-12.5rem)rotateX(0)rotateY(-90deg)rotateZ(0);
}

.header-cube-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cube-wrapper {
  perspective: 2000px;
  width: 25rem;
  height: 25rem;
  position: relative;
  transform: none;
}

.top-of-cube {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate(0, -12.5rem)rotateX(90deg)rotateY(0)rotateZ(0);
}

.right-of-cube {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate(12.5rem)rotateX(0)rotateY(90deg)rotateZ(0);
}

.bottom-of-cube {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate(0, 12.5rem)rotateX(-90deg)rotateY(0)rotateZ(0);
}

._3d-cube-block {
  transform-origin: 50%;
  transform-style: preserve-3d;
  width: 25rem;
  height: 25rem;
  position: relative;
  transform: rotateX(-30deg)rotateY(45deg)rotateZ(0)translate(0);
}

.back-of-cube {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, -12.5rem)rotateX(0)rotateY(180deg)rotateZ(0);
}

.front-of-cube {
  z-index: 1;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, 12.5rem);
}

.front-3d-object {
  z-index: 1;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 34rem;
  height: 25rem;
  position: absolute;
  transform: translate3d(0, 0, 1.5rem);
}

.back-3d-object {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 34rem;
  height: 25rem;
  position: absolute;
  transform: translate3d(0, 0, -1.5rem)rotateX(0)rotateY(180deg)rotateZ(180deg);
}

._3d-object {
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotateX(1deg)rotateY(0)rotateZ(0);
}

._3d-object-container {
  z-index: -1;
}

._3d-object-block {
  transform-style: preserve-3d;
  width: 34rem;
  height: 25rem;
  position: relative;
  transform: scale(1.2)rotateX(20deg)rotateY(-25deg)rotateZ(0);
}

.left-3d-object {
  background-color: var(--grey-04);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 25rem;
  position: absolute;
  transform: translate(32.5rem)rotateX(0)rotateY(-90deg)rotateZ(0);
}

._3d-object-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.top-3d-object {
  background-color: var(--grey-04);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 34rem;
  height: 3rem;
  position: absolute;
  transform: translate(0, -1.5rem)rotateX(90deg)rotateY(0)rotateZ(0);
}

.right-3d-object {
  background-color: var(--grey-04);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 25rem;
  position: absolute;
  transform: translate(-1.5rem)rotateX(0)rotateY(90deg)rotateZ(0);
}

.bottom-3d-object {
  background-color: var(--grey-04);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 34rem;
  height: 3rem;
  position: absolute;
  transform: translate(0, 23.5rem)rotateX(-90deg)rotateY(0)rotateZ(0);
}

._3d-object-perspective {
  perspective: 1400px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.case-video-wrapper, .case-study-video {
  width: 100%;
  height: 100%;
}

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

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

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

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

.case-study-text {
  text-transform: uppercase;
  font-family: Fira Mono, Arial, sans-serif;
}

.title-text {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Mona Sans Narrow, Impact, sans-serif;
  font-size: 10rem;
  font-weight: 900;
  line-height: .9;
  position: relative;
}

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

.title-text.is-service {
  white-space: nowrap;
}

.featured {
  color: var(--grey-03);
}

.featured.alternate {
  color: var(--grey-02);
  display: none;
}

.asterisk {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 6rem;
  line-height: 1px;
}

.ttile-content-wrapper {
  perspective: 1000px;
  position: relative;
}

.title-item {
  transform-origin: 50% 100%;
}

.section-home-intro {
  overflow: clip;
}

.right-button {
  transform-style: preserve-3d;
  width: 2rem;
  height: 3.5rem;
  position: absolute;
  transform: translate(-1rem)rotateX(0)rotateY(90deg)rotateZ(0);
}

._3d-button {
  perspective: 600px;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 3.5rem;
  position: relative;
}

.button-text {
  z-index: 10;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.button-text.back {
  color: var(--white);
  transform-style: preserve-3d;
  transform: rotateX(-180deg)rotateY(-180deg)rotateZ(0);
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

._3d-button-wrapper {
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transform: rotateX(-10deg)rotateY(-25deg)rotateZ(0);
}

.bottom-button {
  transform-style: preserve-3d;
  width: 12rem;
  height: 2rem;
  position: absolute;
  transform: translate(0, 2.5rem)rotateX(-90deg)rotateY(0)rotateZ(0);
}

._3d-button-container {
  transform-style: preserve-3d;
  background-color: #3d3d3d;
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotateX(0)rotateY(-1deg)rotateZ(0);
}

.bg-button {
  background-color: var(--grey-03);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-button.back {
  background-color: var(--grey-03);
  border: 1px solid #b7b7b740;
}

.bg-button.front {
  background-color: var(--white);
}

.left-button {
  transform-style: preserve-3d;
  width: 2rem;
  height: 3.5rem;
  position: absolute;
  transform: translate(11rem)rotateX(0)rotateY(-90deg)rotateZ(0);
}

.back-button {
  background-color: var(--grey-03);
  color: #fff;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 3.5rem;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, -1rem)rotateX(0)rotateY(180deg)rotateZ(0);
}

.top-button {
  transform-style: preserve-3d;
  width: 12rem;
  height: 2rem;
  position: absolute;
  transform: translate(0, -1rem)rotateX(90deg)rotateY(0)rotateZ(0);
}

.front-button {
  z-index: 1;
  color: #fff;
  transform-style: preserve-3d;
  background-color: #3d3d3d;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 3.5rem;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, 1rem);
}

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

.button-arrow {
  color: var(--black);
  width: 2rem;
  height: 2rem;
  position: relative;
}

.button-arrow.back {
  color: var(--white);
}

.play-menu {
  color: var(--white);
  width: 1.375rem;
  height: 1.375rem;
  position: absolute;
}

.play-menu.reverse {
  transform: translate(-100%);
}

.nav-background-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
  position: relative;
}

.top-nav-background {
  background-color: var(--black);
  transform-origin: 100% 100%;
  width: 150vw;
  height: 100%;
  position: absolute;
  right: 0;
}

.bottom-nav-background {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
}

.nav-bg {
  z-index: 1;
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

.nav-background-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.menu-arrow-wrapper {
  width: 1.375rem;
  height: 1.375rem;
  position: relative;
  overflow: hidden;
}

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

.link-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.link-arrow._01.alternate, .link-arrow._01.is-footer {
  color: var(--white);
}

.link-arrow._02 {
  color: var(--grey-03);
}

.link-arrow._02.nav-hover, .link-arrow._02.is-footer {
  color: var(--grey-02);
}

.link-arrow-wrap {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  overflow: clip;
}

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

.section-home-case-studies {
  background-color: var(--black);
  overflow: clip;
}

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

.case-study-link-wrapper {
  perspective: 1000px;
  cursor: pointer;
  background-color: #202020;
  width: 100%;
  position: relative;
}

.case-video {
  width: 100%;
}

.case-video._01 {
  height: 35rem;
}

.case-video._02, .case-video._03 {
  height: 22rem;
}

.case-video._04 {
  height: 35rem;
}

.case-video.home-02 {
  height: 30rem;
}

.case-video.home-03 {
  height: 22rem;
}

.case-video-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.case-content-wrapper {
  z-index: 2;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.case-content-block {
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.case-name {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Mona Sans Narrow, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  position: relative;
}

.case-service {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Fira Mono, Arial, sans-serif;
  position: relative;
}

.intro-title-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  width: 100%;
}

.case-block {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  transition: all .4s;
  position: relative;
}

.case-block:hover {
  transform: scale(1.075);
}

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

.nav-social-grid {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.nav-social-wrapper {
  position: absolute;
  inset: auto 0% 2.5rem;
  overflow: hidden;
}

.section-home-services {
  overflow: hidden;
}

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

.service-content-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-title {
  text-transform: uppercase;
  font-family: Mona Sans Narrow, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.service-icon {
  height: 2rem;
  margin-bottom: 1.25rem;
}

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

.service-description {
  font-size: 16px;
}

.service-grid-wrapper {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

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

.service-content-wrap {
  cursor: pointer;
  width: 100%;
  position: relative;
}

.service-content-block {
  width: 100%;
  max-width: 32rem;
}

.service-title-wrapper {
  position: relative;
  overflow: hidden;
}

.service-text {
  color: var(--grey-04);
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  font-weight: 400;
}

.line {
  z-index: 1;
  background-color: #fdfdfd;
  width: .75rem;
  height: 1px;
  position: relative;
}

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

.service-description-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1rem;
  display: flex;
  overflow: hidden;
}

.accordion-title-flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 1.75rem;
  display: flex;
}

.service-underline-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.service-track-line {
  background-color: #00000026;
  border-radius: .25rem;
  width: 100%;
  height: 1px;
}

.service-heading {
  color: var(--black);
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.service-heading.alternate-accordion-title {
  color: var(--grey-02);
}

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

.service-image {
  width: 1.5rem;
  height: 1.5rem;
}

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

.service-top-container {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.service-top-left {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.call-to-action-wrapper {
  height: 400vh;
}

.call-to-action-container {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: clip;
}

.cta-video-block {
  z-index: 10;
  perspective: 1000px;
  width: 24rem;
  height: 20rem;
  position: relative;
}

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

.cta-title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Mona Sans Narrow, Impact, sans-serif;
  font-size: 16rem;
  font-weight: 900;
  line-height: .9;
}

.cta-title-wrapper {
  white-space: nowrap;
  flex: none;
  overflow: hidden;
}

.cta-title-block {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.call-to-action-03 {
  overflow: clip;
}

.footer-description {
  color: var(--grey);
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 16px;
}

.footer-text {
  color: var(--grey);
  text-transform: uppercase;
  font-size: 1rem;
}

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

.cta-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -2rem;
}

.call-to-action-01 {
  padding-bottom: 6rem;
}

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

.cube-box {
  transform-origin: 50%;
  width: 100%;
  height: 100%;
  position: relative;
  transform: translate(0);
}

.cta-component {
  height: 400vh;
}

.cta-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.cta-cube-component {
  z-index: 20;
  position: relative;
}

.service-title-block {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.cta-button-block {
  position: relative;
  top: -2rem;
}

.case-colletion-item {
  cursor: pointer;
}

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

._3d-image.hide-desktop {
  display: none;
}

.call-to-action-02 {
  height: 400vh;
  padding-bottom: 6rem;
  overflow: clip;
}

.cta-sticky {
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: sticky;
  top: 0;
}

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

.cta-text-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.cta-container {
  z-index: 10;
  position: relative;
}

.cta-text-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-text {
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 15vw;
  line-height: 1;
}

.cta-overflow {
  flex: none;
  overflow: hidden;
}

.call-to-action-button-wrapper {
  z-index: 20;
  position: relative;
  bottom: -2rem;
}

.about-header-grid {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
}

.about-title {
  text-align: center;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 15vw;
  font-weight: 400;
}

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

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

.number {
  color: var(--black);
  text-align: center;
  height: 10vw;
  min-height: 10vw;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 9vw;
  font-weight: 400;
  line-height: 1;
}

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

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

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

.scrolling-text-overflow {
  overflow: hidden;
}

.scrolling-text-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.scroll-text-item {
  flex: none;
}

.scroll-text {
  color: var(--black);
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1;
}

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

.values-inner-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
}

.values-content-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.subtitle-values {
  color: var(--grey-04);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: IBM Plex Mono;
  font-size: .875rem;
}

.title-values {
  text-align: center;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

.description-values {
  text-align: center;
  font-size: 1.125rem;
}

.value-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.sticky-container-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.sticky-content-block {
  background-color: var(--grey);
  border-bottom: 3px solid #67676733;
  width: 100%;
  padding: 2.5rem 2rem;
  position: sticky;
  top: 10vh;
}

.sticky-content-block._02 {
  margin-top: 80vh;
}

.sticky-content-block._03 {
  margin-top: 140vh;
}

.sticky-number {
  color: var(--grey-03);
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.sticky-title {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.section-about-members {
  display: none;
}

.team-member-social-media {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.member-name {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}

.member-line {
  background-color: #6b6b6b40;
  width: 100%;
  height: 1px;
}

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

.team-member-block {
  background-color: var(--grey-04);
  border: 1px solid #97979726;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 1rem 1.5rem;
  display: none;
}

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

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

.members-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  place-items: center;
  width: 100%;
}

.plan-icon {
  height: 2.5rem;
  margin-bottom: 1.5rem;
}

.faq-block {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.category-wrapper {
  margin-top: 10px;
  display: flex;
}

.newsletter-title {
  text-align: left;
  font-size: 5rem;
}

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

.blog-heading {
  font-size: 5rem;
}

.contact-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.contact-image-wrapper {
  border: 1px solid var(--black);
  width: 100%;
  height: 100%;
}

.contact-social-block {
  justify-content: space-between;
  display: flex;
}

.contact-icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.contact-link {
  transition: opacity .35s;
}

.contact-link:hover {
  opacity: .5;
}

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

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

.location-image-wrapper {
  height: 100%;
}

.location-tab-link {
  color: var(--black);
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 1.25rem 0 1.25rem 2rem;
  display: none;
}

.location-tab-link.w--current {
  opacity: 1;
  background-color: #6767671a;
  border-left-width: 5px;
  border-left-color: #67676780;
}

.location-image-item {
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.location-title {
  color: var(--black);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
}

.location-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.location-tab-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.service-number-text {
  color: var(--black);
  width: 100%;
  margin-top: 5px;
  padding-right: 5px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}

.service-title-item {
  width: 100%;
  overflow: hidden;
}

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

.service-component {
  cursor: pointer;
  border-bottom: 1px solid #70707040;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

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

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

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

.alternate-service-title {
  color: var(--black);
  text-transform: uppercase;
  font-family: Mona Sans Narrow, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
  position: absolute;
  inset: auto auto 0% 0%;
}

.alternate-service-title.service {
  color: var(--grey-03);
  white-space: nowrap;
}

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

.service-component-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
  position: relative;
}

.service-title-text {
  text-transform: uppercase;
  font-family: Mona Sans Narrow, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
}

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

.large-service-number {
  font-size: 14rem;
  font-weight: 700;
  line-height: 1;
}

.large-service-number.show-mobile-landscape {
  display: none;
}

.service-content-left {
  align-items: flex-start;
  height: 14rem;
  display: flex;
  position: sticky;
  top: 20%;
  overflow: hidden;
}

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

.service-heading-style {
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.service-number-wrapper {
  text-align: center;
}

.service-main-grid {
  grid-column-gap: 12rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.service-line {
  background-color: #00000026;
  width: 100%;
  height: 1px;
  margin-bottom: 4rem;
}

.service-content-right {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-title-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-icon-item {
  height: 2.35rem;
}

.sticky-service-description {
  font-size: 1.25rem;
  line-height: 1.2;
}

.sticky-service-title {
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
}

.sticky-service-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  position: relative;
}

.sticky-service-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.service-sticky-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
}

.sticky-service-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 70vh;
  margin-bottom: 15vh;
  display: grid;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.sticky-service-wrapper._02 {
  top: 18%;
}

.sticky-service-wrapper._04 {
  top: 24%;
}

.sticky-service-wrapper._01 {
  top: 15%;
}

.sticky-service-wrapper._03 {
  top: 21%;
}

.sticky-service-wrapper._05 {
  top: 27%;
}

.sticky-service-wrapper._06 {
  top: 30%;
}

.sticky-service-number {
  color: var(--grey);
  margin-top: 30px;
  font-family: Mona Sans Narrow, Impact, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}

.sticky-service-icon {
  height: 2.5rem;
  margin-bottom: 1rem;
}

.text-span, .text-span-2 {
  color: var(--di-türkis);
}

.team-member-block-cu {
  background-color: var(--grey-04);
  border: 1px solid #97979726;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 1rem 1.5rem;
  display: flex;
}

.ber-mich-text {
  margin-top: 40px;
}

.text-span-3 {
  color: var(--grey-02);
}

.s-produkte {
  display: none;
}

.location-tab-link-copy {
  color: var(--black);
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 1.25rem 0 1.25rem 2rem;
  display: block;
}

.location-tab-link-copy.w--current {
  opacity: 1;
  background-color: #6767671a;
  border-left-width: 5px;
  border-left-color: #67676780;
}

.social-link-copy {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: none;
}

.social-link-copy.member {
  background-color: var(--grey-03);
}

.link-button-copy {
  flex-direction: column;
  text-decoration: none;
  display: none;
}

.footer-content-block-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.section-home-case-studies-copy {
  background-color: var(--black);
  display: none;
  overflow: clip;
}

.slide-wrap {
  align-items: center;
  width: 5000px;
  margin-left: auto;
  margin-right: -20px;
  padding: 40px;
  display: flex;
}

.logo-img._50-r-m {
  max-width: 200px;
  margin-right: 200px;
}

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

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

.social-link-ig {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.social-link-ig.member {
  background-color: var(--grey-03);
}

.social-link-x {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.social-link-x.member {
  background-color: var(--grey-03);
  display: none;
}

.social-link-yt {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.social-link-yt.member {
  background-color: var(--grey-03);
  display: none;
}

@media screen and (min-width: 1280px) {
  .blog-post-title {
    font-size: 2.5rem;
  }

  .product-title {
    font-size: 2.75rem;
  }

  .title-text {
    font-size: 14rem;
  }

  .ttile-content-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .case-video._01 {
    height: 45rem;
  }

  .case-video._02, .case-video._03 {
    height: 25rem;
  }

  .case-video._04 {
    height: 45rem;
  }

  .case-video.home-03 {
    height: 25rem;
  }

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

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

  .accordion-title-flex {
    height: 2rem;
  }

  .service-heading {
    font-size: 2rem;
  }

  .service-image {
    width: 1.75rem;
    height: 1.75rem;
  }

  .plus-icon-circle {
    width: 2.25rem;
    height: 2.25rem;
  }

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

  .image-21 {
    height: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .about-header-grid {
    height: 90vh;
  }

  .about-title {
    font-size: 10vw;
  }

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

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

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

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

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

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

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

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

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

  .padding-xxlarge {
    padding: 4rem;
  }

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

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

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

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

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

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

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

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

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

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

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

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

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

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

  .padding-xlarge {
    padding: 3rem;
  }

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

  .padding-large {
    padding: 2.5rem;
  }

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

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

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

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

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

  .padding-medium {
    padding: 1.5rem;
  }

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

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

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

  .nav-button {
    color: #fff;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

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

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

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

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

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

  .blog-post-content-grid {
    grid-template-columns: auto;
  }

  .author-content-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .author-picture {
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
    min-height: 5rem;
  }

  .author-s-social-media-block {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    background-color: #0000;
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0%;
  }

  .nav-menu-content {
    z-index: 2;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .nav-link {
    height: 6rem;
  }

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

  .brand-link {
    z-index: 99;
  }

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

  .menu-button.w--open {
    background-color: #0000;
  }

  .produc-component-grid {
    grid-template-columns: 1fr;
  }

  .faq-container {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .accordion-content-wrap {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .background-navbar {
    z-index: 1;
    display: block;
    position: absolute;
    inset: 0%;
  }

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

  .bottom-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  ._3d-block {
    transform: scale(.75);
  }

  .marquee-text {
    font-size: 15rem;
  }

  .cube-wrapper {
    transform: scale(.85);
  }

  .cube-wrapper.about {
    perspective: 1600px;
  }

  ._3d-object-container {
    transform: scale(.9);
  }

  ._3d-object-block {
    transform: scale(.9)rotateX(20deg)rotateY(-23deg)rotateZ(0);
  }

  .title-text {
    font-size: 18vw;
  }

  .asterisk {
    font-size: 5rem;
  }

  .button-text.back {
    display: none;
  }

  .case-video._01 {
    height: 28rem;
  }

  .case-video._02, .case-video._03 {
    height: 18rem;
  }

  .case-video._04 {
    height: 28rem;
  }

  .case-video.home-02 {
    height: 20rem;
  }

  .case-name {
    font-size: 3.5rem;
  }

  .case-block:hover {
    transform: none;
  }

  .service-component-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .service-underline-block {
    margin-top: 1rem;
  }

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

  .call-to-action-wrapper {
    height: 300vh;
  }

  .call-to-action-container {
    height: 90vh;
  }

  .cta-video-block {
    width: 20rem;
    height: 16rem;
  }

  .cta-title {
    font-size: 10rem;
  }

  ._3d-image.hide-desktop {
    display: block;
  }

  ._3d-image.hide-desktop.back {
    transform: rotate(180deg);
  }

  .scrolling-text-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .scroll-text {
    font-size: 8rem;
  }

  .values-content-grid {
    grid-template-columns: 1fr;
  }

  .sticky-container-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .sticky-content-block {
    border-top: 3px solid #67676733;
  }

  .sticky-content-block._02 {
    margin-top: 10vh;
  }

  .sticky-content-block._03 {
    margin-top: 15vh;
  }

  .sticky-title {
    font-size: 2.75rem;
  }

  .members-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .faq-block {
    flex-flow: column;
  }

  .newsletter-title {
    font-size: 4rem;
  }

  .newsletter-component {
    grid-template-columns: 1fr;
  }

  .blog-heading {
    font-size: 4rem;
  }

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

  .location-tab {
    grid-column-gap: 3rem;
  }

  .service-number-text {
    font-size: 1rem;
  }

  .service-component {
    padding-top: 24px;
  }

  .service-description-item {
    padding-left: 20px;
  }

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

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

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

  .service-component-wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .service-title-text {
    font-size: 2rem;
  }

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

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

  .service-main-grid {
    grid-column-gap: 2rem;
    grid-template-columns: .75fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .sticky-service-content {
    padding: 2rem;
  }

  .sticky-service-icon {
    height: 2rem;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "Area";
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

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

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

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

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

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

  .text-rich-text h5 {
    font-size: 1.5rem;
  }

  .text-rich-text h4 {
    font-size: 2rem;
  }

  .text-rich-text h3 {
    font-size: 2.5rem;
  }

  .text-rich-text h2 {
    font-size: 3rem;
  }

  .text-rich-text h1 {
    font-size: 4rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

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

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

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

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

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

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

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

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

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

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

  .padding-xlarge {
    padding: 2rem;
  }

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

  .padding-large {
    padding: 1.5rem;
  }

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

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

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

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

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

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

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

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

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

  .padding-medium {
    padding: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

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

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

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

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

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

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

  .checkout-image {
    width: 30px;
  }

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

  .blog-post-title {
    font-size: 2.25rem;
  }

  .blog-post-title.featured-post {
    font-size: 3rem;
  }

  .blog-post-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .newsletter-form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .blog-post-content-grid {
    grid-template-columns: auto;
  }

  .blog-post-author-wrapper {
    position: static;
  }

  .nav-menu-content {
    justify-content: flex-start;
    align-items: center;
    padding-top: 12rem;
  }

  .nav-link {
    height: 4rem;
  }

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

  .plus-block {
    background-image: none;
  }

  .accordion-answer-text {
    padding-top: 2rem;
  }

  .product-content-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .footer-padding {
    padding-top: 6rem;
  }

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

  .bottom-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .footer-menu-block {
    justify-content: center;
    align-items: flex-end;
  }

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

  ._3d-back {
    width: 14rem;
    height: 14rem;
    transform: translate3d(0, 0, -7rem)rotateX(0)rotateY(180deg)rotateZ(0);
  }

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

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

  ._3d-block {
    transform: scale(1);
  }

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

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

  .marquee-text-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .cube-block {
    width: 14rem;
    height: 14rem;
  }

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

  .cube-wrapper {
    width: 14rem;
    height: 14rem;
    transform: scale(1.15);
  }

  .cube-wrapper.about {
    perspective: 1200px;
  }

  .top-of-cube {
    width: 14rem;
    height: 14rem;
    transform: translate(0, -7rem)rotateX(90deg)rotateY(0)rotateZ(0);
  }

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

  .bottom-of-cube {
    width: 14rem;
    height: 14rem;
    transform: translate(0, 7rem)rotateX(-90deg)rotateY(0)rotateZ(0);
  }

  ._3d-cube-block {
    justify-content: center;
    align-items: center;
    width: 14rem;
    height: 14rem;
    display: flex;
  }

  .back-of-cube {
    width: 14rem;
    height: 14rem;
    transform: translate3d(0, 0, -7rem)rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .front-of-cube {
    width: 14rem;
    height: 14rem;
    transform: translate3d(0, 0, 7rem);
  }

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

  ._3d-object-container {
    width: 14rem;
  }

  ._3d-object-block {
    transform: scale(.75)rotateX(20deg)rotateY(-23deg)rotateZ(0);
  }

  .left-3d-object {
    transform: translate(17rem)rotateX(0)rotateY(-90deg)rotateZ(0);
  }

  .top-3d-object {
    transform: translate(0, -12.5rem)rotateX(90deg)rotateY(0)rotateZ(0);
  }

  .right-3d-object {
    transform: translate(-17rem)rotateX(0)rotateY(90deg)rotateZ(0);
  }

  .bottom-3d-object {
    transform: translate(0, 12.5rem)rotateX(-90deg)rotateY(0)rotateZ(0);
  }

  .case-study-component-grid {
    grid-template-columns: 1fr;
  }

  .title-text {
    font-size: 16vw;
  }

  .asterisk {
    margin-bottom: 1.5rem;
    font-size: 4rem;
  }

  .intro-content-grid {
    grid-template-columns: 1fr 1fr;
  }

  .case-study-grid {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    display: flex;
  }

  .case-video._01, .case-video._02, .case-video._03, .case-video._04 {
    height: 22rem;
  }

  .case-name {
    font-size: 3rem;
  }

  .nav-social-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-social-wrapper {
    bottom: 5rem;
  }

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

  .service-content-grid {
    grid-template-columns: 1fr;
  }

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

  .service-text {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .service-description-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .plus-icon-circle {
    background-image: none;
  }

  .call-to-action-container {
    height: 80vh;
  }

  .cta-video-block {
    perspective: 600px;
    width: 14rem;
    height: 12rem;
  }

  .cta-title {
    font-size: 6rem;
  }

  .service-title-block {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-button-block {
    top: -2.5rem;
  }

  .cta-sticky {
    height: 75vh;
  }

  .roll-numbers, .roll-numbers-wrapper {
    height: 15vw;
    min-height: 15vw;
  }

  .number {
    height: 15vw;
    min-height: 15vw;
    font-size: 15vw;
  }

  .numbers-grid {
    text-align: center;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

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

  .scroll-text {
    font-size: 6rem;
  }

  .sticky-container-wrapper {
    grid-template-columns: 1fr;
  }

  .sticky-content-block._02, .sticky-content-block._03 {
    margin-top: 5vh;
  }

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

  .members-component-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-title, .blog-heading {
    font-size: 3rem;
  }

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

  .location-tab {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .service-description-item {
    width: auto;
  }

  .alternate-service-title {
    font-size: 2.25rem;
  }

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

  .service-title-text {
    font-size: 2.25rem;
  }

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

  .large-service-number {
    font-size: 6rem;
  }

  .large-service-number.show-mobile-landscape {
    margin-top: 1rem;
    display: flex;
  }

  .service-content-left {
    display: none;
    position: static;
  }

  .service-content {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .service-heading-style {
    font-size: 2.25rem;
  }

  .service-main-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .service-line {
    margin-top: 2rem;
  }

  .service-content-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .service-icon-item {
    height: 1.85rem;
  }

  .sticky-service-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .sticky-service-content {
    padding: 1.5rem;
  }

  .service-sticky-image {
    height: auto;
  }

  .sticky-service-wrapper {
    border-top: 1px solid #6d6d6d1a;
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
  }

  .sticky-service-wrapper._02 {
    top: 6%;
  }

  .sticky-service-wrapper._04 {
    top: 10%;
  }

  .sticky-service-wrapper._01 {
    top: 4%;
  }

  .sticky-service-wrapper._03 {
    top: 8%;
  }

  .sticky-service-wrapper._05 {
    top: 12%;
  }

  .sticky-service-wrapper._06 {
    top: 14%;
  }

  .sticky-service-number {
    margin-top: 0;
  }

  .grid-2 {
    grid-template-areas: "Area";
  }
}

@media screen and (max-width: 479px) {
  .heading-style-h4 {
    font-size: 2rem;
  }

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

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

  .text-rich-text h5 {
    font-size: 1.25rem;
  }

  .text-rich-text h4 {
    font-size: 1.5rem;
  }

  .text-rich-text h3 {
    font-size: 2rem;
  }

  .text-rich-text h2 {
    font-size: 2.5rem;
  }

  .text-rich-text h1 {
    font-size: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide-row {
    flex-wrap: wrap;
  }

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

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

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

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

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

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

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

  .nav-style-guide {
    width: 92vw;
    padding: 1rem;
  }

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

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

  .checkout-form, .paypal-checkout-form, .order-confirmation-form {
    padding: 0;
  }

  .changelog-content-flex {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .utility-icon {
    width: 8rem;
    height: 8rem;
  }

  .contact-form-wrapper {
    padding: 2.5rem 1.5rem;
  }

  .blog-post-info-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
  }

  .blog-post-title {
    font-size: 1.755rem;
  }

  .blog-post-title.featured-post {
    font-size: 2.25rem;
  }

  .blog-post-category {
    font-size: 12px;
    top: .5rem;
    left: .5rem;
  }

  .newsletter-form-wrapper {
    padding: 1.5rem 1rem;
  }

  .author-content-wrapper {
    flex-flow: column;
  }

  .nav-component-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .nav-menu-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 14rem;
  }

  .nav-link {
    height: 3rem;
  }

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

  .product-content-wrapper {
    padding: 2rem 1.5rem;
  }

  .product-title {
    font-size: 2.25rem;
  }

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

  .plus-block {
    width: 2rem;
    height: 2rem;
  }

  .accordion-top-wrap {
    grid-column-gap: 0rem;
  }

  .accordion-heading {
    font-size: 1.25rem;
    font-weight: 600;
  }

  .accordion-title-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cart-title {
    font-size: 1.25rem;
  }

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

  .footer-menu-block {
    flex-flow: wrap;
  }

  .social-media-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .order-item-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

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

  ._3d-block {
    perspective: 400px;
    width: 10rem;
    height: 10rem;
    transform: scale(.65);
  }

  .marquee-text {
    font-size: 6rem;
  }

  .header-text, .header-text.right, .header-text.left {
    text-align: center;
  }

  .header-content-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-bottom: 0;
  }

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

  .cube-wrapper {
    transform: scale(.85);
  }

  .cube-wrapper.about {
    perspective: 1000px;
  }

  ._3d-object-container {
    width: 12rem;
  }

  ._3d-object-block {
    transform: scale(.5)rotateX(20deg)rotateY(-23deg)rotateZ(0);
  }

  .title-text.is-service {
    font-size: 15vw;
  }

  .asterisk {
    margin-bottom: 1rem;
  }

  ._3d-button {
    transform: scale(.85);
  }

  .button-block {
    position: relative;
  }

  .play-menu {
    width: 1.25rem;
    height: 1.25rem;
  }

  .top-nav-background {
    width: 200vw;
  }

  .menu-arrow-wrapper {
    width: 1.25rem;
    height: 1.25rem;
  }

  .case-video._01, .case-video._02, .case-video._03, .case-video._04 {
    height: 14rem;
  }

  .case-video.home-02, .case-video.home-03 {
    height: 12rem;
  }

  .case-name {
    margin-bottom: 8px;
    font-size: 2.5rem;
  }

  .service-content-block {
    max-width: none;
  }

  .service-description-wrapper {
    padding-top: 1rem;
  }

  .accordion-title-flex {
    height: auto;
  }

  .service-heading {
    white-space: normal;
    font-size: 1.625rem;
  }

  .service-heading.alternate-accordion-title {
    display: none;
  }

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

  .service-top-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .service-top-left {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-video-block {
    width: 10rem;
    height: 8rem;
  }

  .cta-title {
    font-size: 5rem;
  }

  .cta-content-wrapper {
    height: 90vh;
  }

  .cta-cube-component {
    transform: scale(.75);
  }

  .cta-button-block {
    top: 0;
  }

  .call-to-action-02 {
    height: 300vh;
  }

  .about-header-grid {
    height: 90vh;
  }

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

  .roll-numbers._01, .roll-numbers._02, .roll-numbers-wrapper {
    height: 20vw;
    min-height: 20vw;
  }

  .number {
    height: 20vw;
    min-height: 20vw;
    font-size: 20vw;
  }

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

  .scroll-text {
    font-size: 5rem;
  }

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

  .sticky-content-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sticky-number {
    font-size: 1.65rem;
  }

  .sticky-title {
    font-size: 2.25rem;
  }

  .plan-icon {
    height: 2.25rem;
  }

  .newsletter-title, .blog-heading {
    font-size: 2.5rem;
  }

  .contact-social-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: center;
  }

  .location-tab-link {
    padding-left: 1.5rem;
  }

  .location-title {
    font-size: 1.75rem;
  }

  .location-tab, .location-tab-menu {
    grid-template-columns: 1fr;
  }

  .service-number-text {
    font-size: 1rem;
    line-height: 1;
  }

  .service-description-item {
    padding-left: 20px;
  }

  .service-title-wrap {
    grid-column-gap: 1rem;
  }

  .alternate-service-title {
    font-size: 2rem;
  }

  .service-component-wrapper {
    grid-template-columns: 1fr;
  }

  .service-title-text {
    font-size: 1.75rem;
  }

  .service-title-text.service {
    font-size: 2rem;
  }

  .large-service-number.show-mobile-landscape {
    margin-top: 0;
  }

  .service-content {
    height: auto;
  }

  .service-heading-style {
    margin-top: 5px;
    line-height: 1.2;
  }

  .service-main-grid {
    grid-template-columns: 1fr;
  }

  .service-title-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .service-icon-item {
    height: 1.75rem;
  }

  .sticky-service-description {
    font-size: 1.125rem;
  }

  .sticky-service-title {
    font-size: 2.25rem;
  }

  .sticky-service-number {
    font-size: 1.25rem;
  }

  .location-tab-link-copy {
    padding-left: 1.5rem;
  }

  .grid-2 {
    grid-template: "Area"
                   "."
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1.25fr;
  }
}

#w-node-_5e1741df-ab57-7cba-2e23-e79ecc0aacbd-db64c260 {
  grid-area: 1 / 1 / 7 / 7;
  align-self: center;
}

#w-node-_0b302f47-c4c4-1c1d-2c70-ff41e402a24c-db64c260 {
  grid-area: 1 / 1 / 7 / 7;
  place-self: center;
}

#w-node-f9696507-04ae-ff8d-5ca5-50b1ac2cc6a0-db64c260 {
  grid-area: 6 / 1 / 7 / 7;
  align-self: end;
}

#w-node-f9696507-04ae-ff8d-5ca5-50b1ac2cc6a3-db64c260 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-f8a32832-a203-ff5c-6f69-448b1f7fd96b-db64c260 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: end;
}

#w-node-_546a77f2-cc16-4614-6a14-b409c4e112b8-db64c260 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_248cc030-d172-6b45-2f08-cd92a1ebf695-db64c260 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-f6736e31-53e3-e3a4-f3f7-dbf8195eaf6a-db64c260 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end start;
}

#w-node-_6f05f4a9-cba7-020a-b7c2-aed8a9fd2834-db64c260 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end;
}

#w-node-_3678a80f-0481-7338-da28-ca334e947e0e-db64c260 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: end;
}

#w-node-c3cc65f6-9c5b-adf7-7a2c-e3442bdb7032-db64c260 {
  justify-self: start;
}

#w-node-_7ac5567c-cb41-25a3-02b1-43e59a1b70fc-db64c260 {
  justify-self: center;
}

#w-node-d4233d74-1236-b425-937a-e84985ea442d-db64c260 {
  justify-self: end;
}

#w-node-da5f10f8-ad07-5d73-02bc-38c6d0ce0195-db64c260 {
  justify-self: start;
}

#w-node-b0024460-8d5b-e6f0-6250-c68f76769c1e-db64c260 {
  justify-self: center;
}

#w-node-_888adc2a-63e9-358e-e871-a25598542daf-db64c260 {
  justify-self: end;
}

#w-node-_37b78ce8-6c56-439d-e460-72774bac88a0-4bac888f, #w-node-_47d357aa-ddde-9d58-5ace-18d5f9713a53-4bac888f {
  place-self: start;
}

#w-node-_37b78ce8-6c56-439d-e460-72774bac889c-4bac888f {
  place-self: end;
}

#w-node-_37b78ce8-6c56-439d-e460-72774bac88e2-4bac888f {
  place-self: end start;
}

#w-node-_37b78ce8-6c56-439d-e460-72774bac88f5-4bac888f {
  place-self: end;
}

#w-node-b17df9a0-3aea-fb95-848e-202532129106-32129102 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-b17df9a0-3aea-fb95-848e-202532129119-32129102 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-b17df9a0-3aea-fb95-848e-20253212911a-32129102 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b17df9a0-3aea-fb95-848e-202532129120-32129102 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b17df9a0-3aea-fb95-848e-202532129126-32129102 {
  grid-area: 3 / 1 / 4 / 4;
  place-self: end center;
}

#w-node-d5d8fbb2-2c87-a99f-2bb7-3b3caabe9278-aabe9276 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d5d8fbb2-2c87-a99f-2bb7-3b3caabe9287-aabe9276 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d5d8fbb2-2c87-a99f-2bb7-3b3caabe9296-aabe9276 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d5d8fbb2-2c87-a99f-2bb7-3b3caabe92a5-aabe9276 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_016c42d0-27ae-d0d7-3914-01d3df01ab5e-df01ab5a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_016c42d0-27ae-d0d7-3914-01d3df01ab64-df01ab5a {
  place-self: center end;
}

#w-node-_0e7446d4-a467-d0ad-9ebf-474ca8f105ad-df01ab5a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_0e7446d4-a467-d0ad-9ebf-474ca8f105b8-df01ab5a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end start;
}

#w-node-_0e7446d4-a467-d0ad-9ebf-474ca8f105c3-df01ab5a {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end;
}

#w-node-_0e7446d4-a467-d0ad-9ebf-474ca8f105ce-df01ab5a {
  grid-area: 1 / 5 / 2 / 6;
  place-self: end;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94a9f11-db64c261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94a9f30-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f35-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f3a-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f3f-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f45-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f4b-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f51-db64c261 {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa034-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa03c-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa053-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa06c-db64c261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa06f-db64c261 {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa071-db64c261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa074-db64c261 {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa0c6-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa0d0-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa0d1-db64c261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa145-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa14a-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa14f-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa154-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa159-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa15e-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa168-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa16d-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa172-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa177-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa17c-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa181-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa186-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa18b-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa190-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa195-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa19a-db64c261 {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa19e-db64c261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa19f-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1a4-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1a9-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1ae-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1c3-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1c8-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1cd-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1d2-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1d7-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1dc-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1e6-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1eb-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1f0-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1f5-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1fa-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1ff-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa204-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa209-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa20e-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa213-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa218-db64c261 {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa21c-db64c261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa21d-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa222-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa227-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa22c-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa23e-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa243-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa248-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa24d-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa252-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa257-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa25c-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa261-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa266-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa26b-db64c261 {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa26f-db64c261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa270-db64c261 {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa273-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa2f6-db64c261, #w-node-aab53833-6355-e599-7fd0-21ecb94aa323-db64c261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa367-db64c261 {
  justify-self: start;
}

#w-node-f11b7874-a8e7-a6f0-168a-9bcbf93d230a-db64c262 {
  grid-area: 6 / 1 / 7 / 7;
  place-self: end center;
}

#w-node-_066f3eb8-4903-fac3-4053-7bcab970195f-db64c262 {
  grid-area: 5 / 1 / 6 / 7;
  align-self: end;
}

#w-node-_55f48094-ce55-24a3-2aab-de2c9a6d6786-db64c262 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_55f48094-ce55-24a3-2aab-de2c9a6d6789-db64c262 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: end;
}

#w-node-_0cd58528-bb59-6c43-7897-a97f3ccb91e1-db64c262 {
  grid-area: 1 / 1 / 7 / 7;
  align-self: center;
}

#w-node-_9e5eac6d-919c-7815-ae1a-bc9b8d79b1c4-db64c262 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_9e5eac6d-919c-7815-ae1a-bc9b8d79b1cf-db64c262 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end start;
}

#w-node-_9e5eac6d-919c-7815-ae1a-bc9b8d79b1da-db64c262 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end;
}

#w-node-_9e5eac6d-919c-7815-ae1a-bc9b8d79b1e5-db64c262 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: end;
}

#w-node-b3aa7db1-cf37-e02d-7b29-339875451b33-db64c262 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b3aa7db1-cf37-e02d-7b29-339875451b63-db64c262 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b3aa7db1-cf37-e02d-7b29-339875451b93-db64c262 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ea109ac5-5538-60ca-b747-495a9e419655-db64c262 {
  align-self: start;
}

#w-node-ea109ac5-5538-60ca-b747-495a9e41965c-db64c262 {
  align-self: end;
}

#w-node-ea109ac5-5538-60ca-b747-495a9e419666-db64c262 {
  align-self: start;
}

#w-node-ea109ac5-5538-60ca-b747-495a9e41966f-db64c262 {
  align-self: end;
}

#w-node-_54e60a1b-9b96-d9fe-36a6-20e59c51bfde-db64c262, #w-node-_54e60a1b-9b96-d9fe-36a6-20e59c51bfe6-db64c262, #w-node-_54e60a1b-9b96-d9fe-36a6-20e59c51bfee-db64c262 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ccd486e-f5ab-2dea-3310-ffc1accd865f-db64c26f {
  place-self: start end;
}

#w-node-_9bb71c5d-1864-5a90-10ed-27984631b5ee-db64c26f {
  place-self: end start;
}

#w-node-c44cb864-370f-15e1-d2ef-52243336828f-db64c26f {
  place-self: end;
}

#w-node-_0121f7fa-6602-d99c-bb1d-7f82a282b6d0-db64c271, #w-node-_632eba8c-005b-fd7c-a15e-befc2ecc7b54-db64c271, #w-node-_95ec0d9f-5c07-a0f9-33d3-cfb73d3c3722-db64c271, #w-node-b27abb46-32a1-6e58-8b22-35c1934f56ca-db64c271, #w-node-_01378b1e-d144-e725-e024-32865dbbf794-db64c271 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end start;
}

#w-node-_5e1741df-ab57-7cba-2e23-e79ecc0aacbd-db64c273 {
  grid-area: 1 / 1 / 7 / 7;
  align-self: end;
}

#w-node-c5df97ce-0bb3-d147-8b06-bc76a6fd46d0-db64c273 {
  grid-area: 1 / 1 / 7 / 7;
  align-self: center;
}

#w-node-e92c2a94-3948-f1e9-2a38-32189def44d6-db64c273 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: center;
}

#w-node-_5d20e325-46ad-3420-9ffa-61dc6562c462-db64c273 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_5d20e325-46ad-3420-9ffa-61dc6562c46d-db64c273 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end start;
}

#w-node-_5d20e325-46ad-3420-9ffa-61dc6562c478-db64c273 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end;
}

#w-node-_5d20e325-46ad-3420-9ffa-61dc6562c483-db64c273 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: end;
}

#w-node-_61f19a4e-fdd1-06ee-02e7-1b668d8db5ad-db64c273 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_61f19a4e-fdd1-06ee-02e7-1b668d8db5bc-db64c273 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_61f19a4e-fdd1-06ee-02e7-1b668d8db5cb-db64c273 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_61f19a4e-fdd1-06ee-02e7-1b668d8db5da-db64c273 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-ec456e2b-a06d-dbdd-4729-476e187902e6-187902e3 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-ec456e2b-a06d-dbdd-4729-476e187902fa-187902e3 {
  grid-area: 1 / 1 / 4 / 4;
  align-self: center;
}

#w-node-ec456e2b-a06d-dbdd-4729-476e18790327-187902e3 {
  grid-area: 3 / 1 / 4 / 4;
  place-self: center;
}

#w-node-_87677498-2933-aa2a-7393-c2ea4a6a8f50-db64c274 {
  grid-area: 1 / 1 / 7 / 7;
  align-self: end;
}

#w-node-_87677498-2933-aa2a-7393-c2ea4a6a8f58-db64c274 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: center;
}

#w-node-_87677498-2933-aa2a-7393-c2ea4a6a8f5c-db64c274 {
  grid-area: 1 / 1 / 7 / 7;
  place-self: center;
}

#w-node-_87677498-2933-aa2a-7393-c2ea4a6a8f6d-db64c274 {
  grid-area: 4 / 1 / 5 / 7;
  align-self: center;
}

#w-node-_87677498-2933-aa2a-7393-c2ea4a6a8f70-db64c274 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_87677498-2933-aa2a-7393-c2ea4a6a8f76-db64c274 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: end;
}

#w-node-_74b2f86b-9cfe-12ac-c446-0a0bdb08bbd9-db64c274 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_74b2f86b-9cfe-12ac-c446-0a0bdb08bbde-db64c274 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: center;
}

#w-node-_74b2f86b-9cfe-12ac-c446-0a0bdb08bbe3-db64c274 {
  grid-area: 3 / 1 / 4 / 3;
  justify-self: center;
}

#w-node-_74b2f86b-9cfe-12ac-c446-0a0bdb08bc04-db64c274 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_74b2f86b-9cfe-12ac-c446-0a0bdb08bc0f-db64c274 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end start;
}

#w-node-_74b2f86b-9cfe-12ac-c446-0a0bdb08bc1a-db64c274 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end;
}

#w-node-_74b2f86b-9cfe-12ac-c446-0a0bdb08bc25-db64c274 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: end;
}

#w-node-_958940d2-e8d3-97ee-2119-90ca9cc0b1ff-db64c274 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_958940d2-e8d3-97ee-2119-90ca9cc0b20e-db64c274 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_958940d2-e8d3-97ee-2119-90ca9cc0b21d-db64c274 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_958940d2-e8d3-97ee-2119-90ca9cc0b22c-db64c274 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8ec4431c-055d-5966-e0cf-0e161f816b5b-db64c274 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8ec4431c-055d-5966-e0cf-0e161f816b63-db64c274 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: center;
}

#w-node-_8ec4431c-055d-5966-e0cf-0e161f816b6b-db64c274 {
  grid-area: 1 / 5 / 2 / 7;
  justify-self: end;
}

#w-node-_8ec4431c-055d-5966-e0cf-0e161f816b73-db64c274 {
  grid-area: 2 / 2 / 3 / 4;
  justify-self: start;
}

#w-node-_8ec4431c-055d-5966-e0cf-0e161f816b7b-db64c274 {
  grid-area: 2 / 4 / 3 / 6;
  justify-self: end;
}

#w-node-_1375b69d-800a-8173-6b8f-0cd295615ba4-db64c274 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_1375b69d-800a-8173-6b8f-0cd295615ba6-db64c274 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_1375b69d-800a-8173-6b8f-0cd295615ba7-db64c274 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1375b69d-800a-8173-6b8f-0cd295615bad-db64c274 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1375b69d-800a-8173-6b8f-0cd295615bb3-db64c274 {
  grid-area: 3 / 1 / 4 / 4;
  place-self: end center;
}

#w-node-_5b4d5791-bc6a-8713-78b9-269ab90fda60-db64c275 {
  place-self: center start;
}

#w-node-f0244519-bfbb-13d7-9a52-30070ed48c1c-db64c275 {
  place-self: center;
}

#w-node-dd9b687f-d247-33fb-f59e-b5002d1fc613-db64c275 {
  place-self: center end;
}

#w-node-_58af9de1-a143-0f1e-4c98-e0bdec0aea17-db64c275 {
  grid-area: 3 / 1 / 5 / 5;
}

#w-node-fe925585-d9bd-967e-baf4-79fcfcf39ccf-db64c275 {
  grid-area: 1 / 4 / 7 / 7;
}

#w-node-_77c16c10-80de-bbdb-9c26-10ce34c19cbf-db64c27a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d97542e8-2681-9ef8-7890-0eb02b1236ee-db64c27c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_427b2cb8-906f-3c9b-a345-5efe0013d83d-0013d839 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_427b2cb8-906f-3c9b-a345-5efe0013d83f-0013d839 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_427b2cb8-906f-3c9b-a345-5efe0013d840-0013d839 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_427b2cb8-906f-3c9b-a345-5efe0013d846-0013d839 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_427b2cb8-906f-3c9b-a345-5efe0013d84c-0013d839 {
  grid-area: 3 / 1 / 4 / 4;
  place-self: end center;
}

#w-node-b660b68c-1ebb-aa8a-d77e-735453fcea4e-22f00f21, #w-node-b660b68c-1ebb-aa8a-d77e-735453fcea52-22f00f21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b660b68c-1ebb-aa8a-d77e-735453fcea54-22f00f21, #w-node-b660b68c-1ebb-aa8a-d77e-735453fcea56-22f00f21, #w-node-b660b68c-1ebb-aa8a-d77e-735453fcea58-22f00f21, #w-node-b660b68c-1ebb-aa8a-d77e-735453fcea5a-22f00f21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b660b68c-1ebb-aa8a-d77e-735453fcea62-22f00f21 {
  grid-area: Area;
}

@media screen and (min-width: 1280px) {
  #w-node-b660b68c-1ebb-aa8a-d77e-735453fcea5e-22f00f21, #w-node-b660b68c-1ebb-aa8a-d77e-735453fcea60-22f00f21 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f9696507-04ae-ff8d-5ca5-50b1ac2cc6a3-db64c260, #w-node-f8a32832-a203-ff5c-6f69-448b1f7fd96b-db64c260 {
    grid-row: 2 / 3;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac88e2-4bac888f, #w-node-_37b78ce8-6c56-439d-e460-72774bac88f5-4bac888f {
    justify-self: start;
  }

  #w-node-b17df9a0-3aea-fb95-848e-202532129126-32129102 {
    align-self: center;
  }

  #w-node-_016c42d0-27ae-d0d7-3914-01d3df01ab7a-df01ab5a {
    place-self: center end;
  }

  #w-node-b3aa7db1-cf37-e02d-7b29-339875451b33-db64c262 {
    justify-self: start;
  }

  #w-node-b3aa7db1-cf37-e02d-7b29-339875451b93-db64c262 {
    justify-self: end;
  }

  #w-node-_54d189ea-1e67-4bc4-185d-b1255e4e44a0-db64c26f {
    order: -9999;
  }

  #w-node-_2ccd486e-f5ab-2dea-3310-ffc1accd865f-db64c26f {
    justify-self: start;
  }

  #w-node-bfe49645-1aa5-9d67-fac3-b8761a551578-db64c270 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0121f7fa-6602-d99c-bb1d-7f82a282b6d0-db64c271, #w-node-_632eba8c-005b-fd7c-a15e-befc2ecc7b54-db64c271, #w-node-_95ec0d9f-5c07-a0f9-33d3-cfb73d3c3722-db64c271, #w-node-b27abb46-32a1-6e58-8b22-35c1934f56ca-db64c271, #w-node-_01378b1e-d144-e725-e024-32865dbbf794-db64c271 {
    grid-column-start: 1;
  }

  #w-node-_87677498-2933-aa2a-7393-c2ea4a6a8f6d-db64c274 {
    grid-row: 4 / 5;
    align-self: end;
  }

  #w-node-e444177f-a11a-20c1-a4b8-864ed5f343c6-db64c279 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_546a77f2-cc16-4614-6a14-b409c4e112b8-db64c260 {
    grid-column: 1 / 3;
  }

  #w-node-_248cc030-d172-6b45-2f08-cd92a1ebf695-db64c260 {
    grid-row: 2 / 3;
  }

  #w-node-f6736e31-53e3-e3a4-f3f7-dbf8195eaf6a-db64c260 {
    grid-row: 2 / 3;
    justify-self: end;
  }

  #w-node-_6f05f4a9-cba7-020a-b7c2-aed8a9fd2834-db64c260 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-_3678a80f-0481-7338-da28-ca334e947e0e-db64c260 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d19e2b51-166d-c2f3-e820-c16292487f3c-db64c260 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7ac5567c-cb41-25a3-02b1-43e59a1b70fc-db64c260, #w-node-d4233d74-1236-b425-937a-e84985ea442d-db64c260 {
    justify-self: start;
  }

  #w-node-_55ad6fe6-277e-c56f-d516-0637d7a87a8e-db64c260 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ace91703-d446-3772-fa29-e4e8b5c45b39-db64c260 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b0024460-8d5b-e6f0-6250-c68f76769c1e-db64c260, #w-node-_888adc2a-63e9-358e-e871-a25598542daf-db64c260 {
    justify-self: start;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac88a0-4bac888f {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_47d357aa-ddde-9d58-5ace-18d5f9713a53-4bac888f {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac889c-4bac888f {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac88e2-4bac888f {
    justify-self: center;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac88f5-4bac888f {
    place-self: center;
  }

  #w-node-d5d8fbb2-2c87-a99f-2bb7-3b3caabe9287-aabe9276 {
    grid-column-end: 3;
  }

  #w-node-d5d8fbb2-2c87-a99f-2bb7-3b3caabe9296-aabe9276 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-d5d8fbb2-2c87-a99f-2bb7-3b3caabe92a5-aabe9276 {
    grid-row: 4 / 5;
  }

  #w-node-_0e7446d4-a467-d0ad-9ebf-474ca8f105ad-df01ab5a {
    grid-row: 2 / 3;
  }

  #w-node-_0e7446d4-a467-d0ad-9ebf-474ca8f105b8-df01ab5a {
    grid-row: 2 / 3;
    justify-self: end;
  }

  #w-node-_0e7446d4-a467-d0ad-9ebf-474ca8f105c3-df01ab5a {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-_0e7446d4-a467-d0ad-9ebf-474ca8f105ce-df01ab5a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_066f3eb8-4903-fac3-4053-7bcab970195f-db64c262 {
    grid-row-end: 7;
    align-self: center;
  }

  #w-node-_9e5eac6d-919c-7815-ae1a-bc9b8d79b1c4-db64c262 {
    grid-row: 2 / 3;
  }

  #w-node-_9e5eac6d-919c-7815-ae1a-bc9b8d79b1cf-db64c262 {
    grid-row: 2 / 3;
    justify-self: end;
  }

  #w-node-_9e5eac6d-919c-7815-ae1a-bc9b8d79b1da-db64c262 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-_9e5eac6d-919c-7815-ae1a-bc9b8d79b1e5-db64c262 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-b3aa7db1-cf37-e02d-7b29-339875451b33-db64c262, #w-node-b3aa7db1-cf37-e02d-7b29-339875451b63-db64c262, #w-node-b3aa7db1-cf37-e02d-7b29-339875451b93-db64c262, #w-node-c44cb864-370f-15e1-d2ef-52243336828f-db64c26f {
    justify-self: start;
  }

  #w-node-_5d20e325-46ad-3420-9ffa-61dc6562c462-db64c273 {
    grid-row: 2 / 3;
  }

  #w-node-_5d20e325-46ad-3420-9ffa-61dc6562c46d-db64c273 {
    grid-row: 2 / 3;
    justify-self: end;
  }

  #w-node-_5d20e325-46ad-3420-9ffa-61dc6562c478-db64c273 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-_5d20e325-46ad-3420-9ffa-61dc6562c483-db64c273 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_61f19a4e-fdd1-06ee-02e7-1b668d8db5bc-db64c273 {
    grid-column-end: 3;
  }

  #w-node-_61f19a4e-fdd1-06ee-02e7-1b668d8db5cb-db64c273 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_61f19a4e-fdd1-06ee-02e7-1b668d8db5da-db64c273 {
    grid-row: 4 / 5;
  }

  #w-node-_87677498-2933-aa2a-7393-c2ea4a6a8f5c-db64c274 {
    grid-row-start: 3;
    align-self: start;
  }

  #w-node-_87677498-2933-aa2a-7393-c2ea4a6a8f6d-db64c274 {
    grid-row: 5 / 6;
    align-self: end;
  }

  #w-node-_74b2f86b-9cfe-12ac-c446-0a0bdb08bc04-db64c274 {
    grid-row: 1 / 2;
  }

  #w-node-_74b2f86b-9cfe-12ac-c446-0a0bdb08bc0f-db64c274 {
    grid-row: 1 / 2;
    justify-self: end;
  }

  #w-node-_74b2f86b-9cfe-12ac-c446-0a0bdb08bc1a-db64c274 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_74b2f86b-9cfe-12ac-c446-0a0bdb08bc25-db64c274 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_958940d2-e8d3-97ee-2119-90ca9cc0b20e-db64c274 {
    grid-column-end: 3;
  }

  #w-node-_958940d2-e8d3-97ee-2119-90ca9cc0b21d-db64c274 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_958940d2-e8d3-97ee-2119-90ca9cc0b22c-db64c274 {
    grid-row: 4 / 5;
  }

  #w-node-_8ec4431c-055d-5966-e0cf-0e161f816b5b-db64c274 {
    grid-column-end: 7;
  }

  #w-node-_8ec4431c-055d-5966-e0cf-0e161f816b63-db64c274 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_8ec4431c-055d-5966-e0cf-0e161f816b6b-db64c274 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_8ec4431c-055d-5966-e0cf-0e161f816b73-db64c274 {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-_8ec4431c-055d-5966-e0cf-0e161f816b7b-db64c274 {
    grid-area: 5 / 1 / 6 / 7;
  }

  #w-node-f0244519-bfbb-13d7-9a52-30070ed48c1c-db64c275, #w-node-dd9b687f-d247-33fb-f59e-b5002d1fc613-db64c275 {
    justify-self: start;
  }

  #w-node-_58af9de1-a143-0f1e-4c98-e0bdec0aea17-db64c275 {
    grid-row: 1 / 4;
    grid-column-end: 7;
  }

  #w-node-fe925585-d9bd-967e-baf4-79fcfcf39ccf-db64c275 {
    grid-row-start: 4;
    grid-column-start: 1;
  }

  #w-node-_29fc17ea-1852-376f-8c80-741593aa3e78-db64c27b, #w-node-_29fc17ea-1852-376f-8c80-741593aa3e92-db64c27b, #w-node-ab7003be-64e5-6d1b-0efb-49a79720690f-db64c27b {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f9696507-04ae-ff8d-5ca5-50b1ac2cc6a0-db64c260 {
    align-self: end;
  }

  #w-node-f9696507-04ae-ff8d-5ca5-50b1ac2cc6a3-db64c260 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center;
  }

  #w-node-f8a32832-a203-ff5c-6f69-448b1f7fd96b-db64c260 {
    grid-area: 2 / 1 / 3 / 4;
    place-self: center;
  }

  #w-node-b17df9a0-3aea-fb95-848e-202532129119-32129102 {
    grid-row: 1 / 4;
  }

  #w-node-b17df9a0-3aea-fb95-848e-202532129126-32129102 {
    grid-row: 3 / 4;
    align-self: start;
  }

  #w-node-_55f48094-ce55-24a3-2aab-de2c9a6d6786-db64c262 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center;
  }

  #w-node-_55f48094-ce55-24a3-2aab-de2c9a6d6789-db64c262 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: center;
  }

  #w-node-e92c2a94-3948-f1e9-2a38-32189def44d6-db64c273 {
    grid-row: 2 / 3;
    align-self: start;
  }

  #w-node-ec456e2b-a06d-dbdd-4729-476e18790327-187902e3 {
    align-self: start;
  }

  #w-node-_87677498-2933-aa2a-7393-c2ea4a6a8f50-db64c274 {
    grid-row: 5 / 6;
  }

  #w-node-_87677498-2933-aa2a-7393-c2ea4a6a8f58-db64c274 {
    grid-row: 3 / 4;
    align-self: center;
  }

  #w-node-_87677498-2933-aa2a-7393-c2ea4a6a8f6d-db64c274 {
    grid-row: 6 / 7;
    align-self: end;
  }

  #w-node-_87677498-2933-aa2a-7393-c2ea4a6a8f70-db64c274 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center;
  }

  #w-node-_87677498-2933-aa2a-7393-c2ea4a6a8f76-db64c274 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: center;
  }

  #w-node-_1375b69d-800a-8173-6b8f-0cd295615bb3-db64c274 {
    align-self: center;
  }

  #w-node-_58af9de1-a143-0f1e-4c98-e0bdec0aea17-db64c275 {
    grid-row-end: 3;
  }

  #w-node-fe925585-d9bd-967e-baf4-79fcfcf39ccf-db64c275 {
    grid-row-start: 3;
  }

  #w-node-_427b2cb8-906f-3c9b-a345-5efe0013d84c-0013d839 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Extralight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans Narrow';
  src: url('../fonts/Mona-Sans-BlackNarrow.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans Narrow';
  src: url('../fonts/Mona-Sans-BoldNarrow.woff2') format('woff2'), url('../fonts/Mona-Sans-ExtraBoldNarrow.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans Narrow';
  src: url('../fonts/Mona-Sans-LightNarrow.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans Narrow';
  src: url('../fonts/Mona-Sans-MediumNarrow.woff2') format('woff2'), url('../fonts/Mona-Sans-MediumNarrow.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans Narrow';
  src: url('../fonts/Mona-Sans-SemiBoldNarrow.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans Narrow';
  src: url('../fonts/Mona-Sans-RegularNarrow.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Mono';
  src: url('../fonts/FiraMono-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Mono';
  src: url('../fonts/FiraMono-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Mono';
  src: url('../fonts/FiraMono-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}