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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #fff;
  background-color: #000;
  margin-top: 0;
  padding-top: 0;
  font-family: Poppins_local, sans-serif;
  font-size: 2.06vw;
  font-weight: 400;
  line-height: 1.3;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.8em;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
  font-size: 1.4em;
  line-height: 1.5;
}

a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

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

.no-outline {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0;
}

.gray-box {
  background-color: #1a1a1a;
  border-radius: .9em;
  margin-bottom: 1em;
  padding: 1.8em 1.27em 1.6em;
}

.gray-box.order {
  padding-left: 1.1em;
  padding-right: 1.1em;
}

.title {
  margin-top: .63em;
  margin-bottom: .3em;
  font-size: 1em;
  font-weight: 400;
}

.checkout-padding {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 1.05em;
  padding-left: 8.33vw;
  padding-right: 8.33vw;
}

.checkout-contain {
  grid-column-gap: 1em;
  justify-content: space-between;
  display: flex;
}

.dark-input {
  height: auto;
  min-height: 3.5em;
  outline-offset: 0px;
  background-color: #000;
  border-width: .08em;
  border-color: #333;
  border-radius: 5em;
  outline: 3px #fff;
  margin-top: .67em;
  margin-bottom: .67em;
  padding: 1.1em .5em 1.1em 2.5em;
  font-size: .5em;
  line-height: 1.3em;
}

.dark-input:focus, .dark-input.-wfp-focus {
  border-color: #cecece;
}

.dark-input.password {
  font-size: .7em;
}

.checkout-primary-font {
  width: auto;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 3em;
  font-size: .63em;
  font-weight: 400;
}

.checkout-primary-font.margin-btm {
  margin-bottom: .67em;
}

.checkout-secondary-font {
  margin-bottom: 0;
  font-size: .5em;
  font-weight: 400;
  line-height: 1.7;
}

.order-info {
  max-width: 55.6vw;
  flex-basis: 55.6vw;
  margin-right: 0;
}

.order-summary {
  flex-basis: 25vw;
}

.two-cols {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.shorter-col {
  width: 44%;
  flex: 0 auto;
}

.longer-col {
  width: 56%;
  flex: 0 auto;
}

.customer-info {
  margin-bottom: 0;
}

.input-gap {
  margin-bottom: 1.75em;
}

.dark-box {
  grid-row-gap: .75em;
  background-color: #000;
  border: 1px solid #333;
  border-radius: 2em;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 1em 2em;
  font-size: .5em;
  font-weight: 400;
  line-height: 1.5;
}

.dark-box:focus {
  border-color: #919191;
}

.dark-box.horizontal {
  flex-direction: row;
  padding: 1em;
}

.dark-box.longer-col {
  flex: 0 auto;
}

.shipping-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  grid-template-rows: minmax(6.75em, 1fr) auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: .67em;
  display: grid;
}

.div-block-3 {
  width: 100%;
  grid-column-gap: .7em;
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

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

.empty-state {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  font-size: .8em;
}

.ck-iitem-name {
  margin-bottom: .8em;
  font-weight: 400;
}

.image {
  width: 6em;
  height: 6em;
  border-radius: 1em;
}

.gray {
  color: #8c8c8c;
}

.order-btn {
  background-color: #0080ff;
  border-radius: 3em;
  margin-bottom: .8em;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: .63em;
}

.order-btn.center {
  text-align: center;
  justify-content: center;
}

.order-btn.light {
  color: #000;
  background-color: #fff;
}

.order-btn.light.center {
  margin-bottom: .1em;
}

.web-payments {
  background-color: #000;
  border-radius: 3em;
  padding-top: .4em;
  padding-bottom: .4em;
  overflow: hidden;
}

.pay-wrapper {
  margin-bottom: -8px;
}

.checkbox {
  margin-top: 0;
}

.order-details {
  font-size: .8em;
}

.sproduct-img {
  width: 41.6vw;
  height: 37.3vw;
  object-fit: cover;
  border-radius: 1.5em;
  position: -webkit-sticky;
  position: sticky;
  top: 3.7em;
}

.vertical-padding {
  padding-top: 3.7em;
  padding-bottom: 1.85em;
}

.product-container {
  display: flex;
}

.heading {
  margin-top: -.25em;
  margin-bottom: -.33em;
  font-size: 1.76em;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph {
  margin-bottom: 0;
  font-size: .88em;
}

.product-details {
  grid-row-gap: 1.45em;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 2.1em;
  padding-right: 0;
  display: flex;
}

.light-gray {
  color: #b3b3b3;
}

.product-properties {
  grid-column-gap: 3.3em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -.2em;
  display: flex;
}

.option-list {
  display: flex;
}

.add-to-cart-contain {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.select-field {
  height: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 3em;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 .3em 0 .7em;
  font-size: .55em;
  line-height: 1.45;
}

.oprtions {
  align-items: flex-start;
  margin-bottom: 1.2em;
  margin-right: .7em;
  display: flex;
}

.oprtions.last {
  margin-right: 0;
}

.sproduct-detail {
  font-size: .554em;
  font-weight: 400;
  line-height: 1.45;
}

.shop-image {
  width: 25vw;
  height: 24.8vw;
  object-fit: cover;
  border-radius: 1.5em;
}

.shop-header {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: .5em;
  display: flex;
}

.shop-large-heading {
  margin-top: -.2em;
  margin-bottom: 0;
  font-size: 2.52em;
  font-weight: 500;
  line-height: 1.3;
}

.font-medium-75 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75em;
  font-weight: 400;
  line-height: 1.4;
}

.shop-list {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.2em;
  padding-bottom: 2.3em;
  display: grid;
}

.navbar {
  width: 12.1em;
  background-color: #253d77;
  border: .06em solid #fff;
  border-radius: 5em;
  justify-content: space-around;
  align-items: center;
  padding: .35em;
  transition: width .32s cubic-bezier(0, 0, 0, 1), padding .32s cubic-bezier(0, 0, 0, 1);
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navbar:hover {
  width: 13.8em;
  justify-content: space-around;
  padding-top: .6em;
  padding-bottom: .6em;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  padding: 1em 1.35em;
  font-size: .456em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link.button {
  margin-right: .4em;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.nav-link.menu {
  color: #000;
  padding-left: 1em;
}

.nav-link.twitter, .nav-link.insta {
  display: none;
}

.button-bg {
  z-index: -1;
  height: 3.5em;
  background-color: #4d88ff;
  border-radius: 5em;
  position: absolute;
  top: 50%;
  left: -.2em;
  right: -.2em;
  transform: translate(0%, -50%);
}

.button-bg.menu {
  background-color: #fff;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  display: none;
  position: relative;
}

.cart-quantity {
  width: 1.6em;
  height: 1.6em;
  min-width: .3em;
  color: #000;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: .7em;
  display: flex;
  position: absolute;
  bottom: -.3em;
  right: -.5em;
}

.nav-icon {
  height: 1.3em;
  object-fit: fill;
}

.page-grid {
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.box-container {
  width: 12.14em;
  min-height: 12.14em;
  grid-row-gap: 1.6em;
  cursor: pointer;
  border: .07em #262626;
  border-radius: 1.3em;
  flex-direction: column;
  margin-bottom: 2em;
  padding: 1.09em 1.15em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box-container.scale {
  transition: transform .32s cubic-bezier(0, 0, 0, 1.5);
}

.box-container.scale:hover {
  transform: scale(1.05);
}

.box-container.about {
  overflow: visible;
}

.box-container.about.cyan {
  border-color: #73f3ff;
}

.box-container.about.green {
  border-color: #73ffa1;
}

.large-header {
  text-align: center;
  text-transform: uppercase;
  font-size: .9em;
  line-height: 1;
}

.bio-header-container {
  font-size: 2em;
}

.regular-font {
  font-size: .5em;
  line-height: 1.5;
}

.regular-font.gray {
  display: none;
}

.box-bg {
  z-index: -1;
  background-color: rgba(0, 0, 0, .25);
  border: 1.7px solid #fff;
  border-radius: 1.3em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.box-bg.cyan {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Pongratz_Box_1.jpg');
  background-position: 50%;
  background-size: contain;
  border-color: #66d5df;
}

.box-bg.green {
  background-image: linear-gradient(45deg, #0a0a0a 50%, #73ffa1);
  border-color: #73ffa1;
}

.pop {
  color: #fff;
}

.link-contain {
  height: 1.2em;
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/Pongratz_Logo_white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding-top: .3em;
  padding-bottom: .3em;
  display: block;
}

.right-arrow {
  width: .5em;
}

.right-arrow.white {
  filter: brightness(200%);
}

.projects-thumb {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.project-gradient {
  padding-left: 1.115em;
  padding-right: 1.115em;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title-mask {
  height: 2.7em;
  overflow: hidden;
  transform: translate(0);
}

.title-text-gradient {
  z-index: 1;
  width: 100%;
  background-image: none;
  align-items: center;
  font-size: 1.52em;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.title-wrap {
  position: relative;
}

.small-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .4em;
  font-weight: 500;
}

.heading-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .63em;
  font-weight: 500;
  line-height: 1.8;
}

.colored-gradient {
  z-index: -1;
  height: 3.5em;
  filter: blur(17px);
  transform-style: preserve-3d;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 50%)scale3d(1.3, 2, 1);
}

.gradient-text {
  color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, rgba(255, 255, 255, .43), #fff 24%, rgba(255, 255, 255, .88) 76%, rgba(255, 255, 255, .43));
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
  display: inline-block;
}

.light {
  font-weight: 400;
}

.flex-row {
  width: 100%;
  flex: none;
  font-size: 1em;
  font-weight: 400;
}

.flex-row.first, .flex-row.last {
  font-size: .9em;
}

.circle-arrow {
  height: 100%;
  padding-top: .3em;
  position: absolute;
  top: 0%;
  right: 0;
}

.page-container {
  width: 100%;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.cols {
  margin-top: -8em;
}

.cols.mobile {
  display: none;
}

.xlarge-heading {
  font-size: 3.8em;
  line-height: 1.2;
}

.xlarge-heading.all-caps.medium {
  text-align: left;
  font-size: 3.6em;
}

.xlarge-heading.text-unten {
  margin-top: 1em;
  font-weight: 400;
}

.all-caps {
  text-transform: uppercase;
}

.row {
  display: flex;
}

.small-col {
  width: 28%;
  justify-content: flex-end;
  padding-right: 1.4em;
  display: flex;
}

.about-image {
  width: 3.9em;
  height: 3.9em;
  object-fit: cover;
  border-radius: 100%;
  transform: translate(0, -26%);
}

.long-col {
  width: 72%;
  padding-right: .1em;
}

.menu-burger-icon {
  height: .75em;
  margin-right: .3em;
}

.circle-bg {
  width: 3.5em;
  height: 3.5em;
  opacity: 0;
  border: 1px solid #333;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navbar-maask {
  z-index: 999;
  width: 100vw;
  height: 2em;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: fixed;
  bottom: 2em;
  left: 50%;
  transform: translate(-50%);
}

.profile-image {
  width: 1.1em;
  height: 1.1em;
  object-fit: cover;
  border-radius: 100%;
  margin-right: .1em;
}

.image-mask {
  height: 1em;
  overflow: hidden;
}

.link-mask {
  height: .8em;
  overflow: hidden;
}

.arrow-mask {
  width: .7em;
  grid-column-gap: .25em;
  display: flex;
  overflow: hidden;
}

.project-link {
  z-index: 10;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-link-mask {
  height: 1.3em;
  overflow: hidden;
}

.main-image-project {
  width: 50vw;
  height: 50vw;
  object-fit: cover;
  border-radius: 2em;
}

.project-summary {
  width: 38%;
  height: auto;
  max-width: none;
  margin-top: 100px;
}

.horizontal-container {
  justify-content: space-between;
  padding-top: 2em;
  display: flex;
}

.medium {
  font-weight: 500;
}

.about-contain {
  padding-top: 8.33vw;
  padding-bottom: 8.33vw;
  display: flex;
}

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

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

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

.navbar-menu {
  z-index: 1;
  width: 100vw;
  height: 108vh;
  background-color: rgba(0, 0, 0, .73);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  bottom: -3em;
}

.menu-links {
  width: 35vw;
  background-color: #fff;
  border-radius: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: .8em;
  padding-bottom: .8em;
  font-size: 1.75em;
  display: flex;
  position: relative;
}

.menu-link {
  color: #ccc;
  font-size: 1em;
  transition: color .2s cubic-bezier(.215, .61, .355, 1);
}

.menu-link:hover {
  color: #1a1a1a;
}

.menu-link.w--current {
  color: #000;
  font-size: 1em;
}

.cart-container {
  width: 11.9em;
  max-width: 100%;
  min-width: 100%;
  box-shadow: none;
  overflow: visible;
}

.cart-bg {
  width: 35vw;
  color: #000;
  background-color: #fff;
  border-radius: 2em;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -11%);
}

.checkout-button {
  background-color: #4d88ff;
  border-radius: 2em;
  padding-top: 16px;
  padding-bottom: 16px;
}

.dark-bg {
  width: 102vw;
  height: 108vh;
  background-color: rgba(0, 0, 0, .76);
  display: block;
  position: fixed;
  bottom: -9em;
  left: 50%;
  right: 0%;
  transform: translate(-50%);
}

.web-payments-cart {
  background-color: #000;
  border-radius: 3em;
  margin-bottom: .5em;
  padding-top: 9px;
  overflow: hidden;
}

.back-button {
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  display: flex;
}

.light-arrow {
  width: .6em;
  filter: brightness(200%);
  margin-left: .2em;
}

.gradient-button {
  background-color: #000;
  background-image: linear-gradient(to right, #000 52%, #0080ff);
  border: .08em solid #0080ff;
  border-radius: 3em;
  margin-top: .4em;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  font-size: .7em;
}

.cart-margin {
  background-image: url('../images/Pongratz_Logo_white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .3em;
  display: flex;
}

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

.remove-button {
  color: #da0000;
  text-transform: capitalize;
  padding-top: .3em;
  font-size: .8em;
}

.close-menu {
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.close-icon {
  width: .6em;
  height: .05em;
  background-color: #000;
  border-radius: 10px;
  position: absolute;
}

.close-icon.line-1 {
  transform: rotate(45deg);
}

.close-icon.line-2 {
  transform: rotate(-45deg);
}

.image-2 {
  width: 5.5em;
  height: 5.5em;
  object-fit: cover;
  border-radius: .4em;
}

.global-padding {
  width: 100%;
  justify-content: space-between;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.global-padding.align-center.vertical-padding {
  padding: 2em 4em;
}

.medium-title {
  text-align: left;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.25;
}

.grid-row {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2em;
  display: grid;
  position: relative;
}

.align-center {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cover-image {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.heading-large {
  letter-spacing: 0;
  font-size: 3.54em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.15;
}

.pop-2 {
  color: #fff;
  display: inline-block;
}

.heading-small {
  color: #fff;
  letter-spacing: 0;
  font-family: Poppins;
  font-size: .76em;
  font-weight: 500;
  line-height: 1.3;
}

.heading-title-small {
  color: #fff;
  letter-spacing: 0;
  font-family: Poppins;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.2;
}

.padding-bottom {
  padding-bottom: 3em;
}

.project-detail {
  padding-top: 1.5em;
  padding-bottom: 2.6em;
  line-height: 1;
}

.project-large-image {
  width: 100vw;
  object-fit: cover;
  border-radius: 2.3em;
  margin-left: -8.33vw;
  margin-right: -8.33vw;
  overflow: hidden;
}

.project-showcase-image {
  height: auto;
  flex: 1;
  line-height: 1;
  overflow: hidden;
}

.project-secondary-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.collection-item {
  width: 100%;
  float: none;
  border-radius: 2em;
  padding-bottom: 46%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.full-width {
  width: 100vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -8.33vw;
  margin-right: -8.33vw;
  display: none;
}

.collection-list {
  grid-column-gap: 1em;
  justify-content: space-between;
  display: flex;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.body, .body-2 {
  background-color: #253d77;
}

.section, .div-block-5 {
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-footer {
  width: 90%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 100px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-copy-impr {
  font-size: 2vw;
  display: flex;
}

.text-copy {
  text-align: left;
  justify-content: center;
  font-size: 1em;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-2 {
  font-size: 14px;
}

.paragraph-footer {
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph-footer._2 {
  margin-bottom: 0;
  padding-left: 5px;
}

.link-block-positionen {
  transition: opacity 1s;
}

.link-block-positionen:hover {
  opacity: .15;
}

.text-rein {
  padding-left: 14px;
}

.body-3 {
  background-color: #253d77;
}

.grid-row-1, .grid-row-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
  position: relative;
}

.text-job {
  text-align: left;
  margin-top: 4em;
  margin-bottom: 4em;
  font-size: 1vw;
  font-weight: 400;
}

.div-block-6 {
  padding-bottom: 2em;
}

.div-block-7 {
  height: 1em;
}

.div-content-pos {
  padding-bottom: 2em;
}

.text-pos-ueberschrift {
  width: auto;
  font-size: 1.5vw;
  font-weight: 600;
}

.text-span {
  margin-left: 15px;
}

.body-4, .body-5, .body-6 {
  background-color: #253d77;
}

.link-block {
  width: 30%;
}

.link-block.w--current {
  width: 30%;
  transition: opacity .6s;
}

.link-block.w--current:hover {
  opacity: .3;
}

.image-3 {
  width: auto;
}

.text-bewerber {
  width: auto;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 3em;
  font-size: 1em;
  font-weight: 400;
}

.text-bewerber.margin-btm {
  margin-bottom: .67em;
}

.cookie-popup_component {
  z-index: 9000;
  max-width: 25rem;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_description {
  color: #253d77;
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #253d77;
  border-radius: .25rem;
  padding: .875em 1.25em 1rem;
  font-size: .9375rem;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_component {
  max-width: 32rem;
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem rgba(38, 41, 38, .05);
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_closebutton_line {
  width: 1rem;
  height: 2px;
  background-color: #515750;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  background-color: #253d77;
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  background-color: #253d77;
  transform: rotate(45deg);
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_closebutton {
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: -1rem;
}

.cookie-modal_title {
  color: #253d77;
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  color: #253d77;
  font-size: 1.1875rem;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  background-color: #e2e8ef;
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-preference_component {
  z-index: 9525;
  width: 100%;
  height: 100%;
  -webkit-text-stroke-color: #253d77;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-preference_background {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: rgba(215, 231, 213, .5);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-modal_radio_button {
  width: 1.25rem;
  height: 1.25rem;
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  background-color: #253d77;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #253d77;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-modal_description-2 {
  color: #253d77;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-modal_radio_description.is--not-allowed {
  color: #253d77;
}

.cookie-modal_button-2 {
  color: #fff;
  text-align: center;
  background-color: #253d77;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button-2:hover {
  background-color: #262926;
}

.cookie-modal_button-2.is-secondary {
  color: #515750;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button-2.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_radio {
  color: #253d77;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-modal_radio_label.is--not-allowed {
  color: #253d77;
}

.accordion-wrapper {
  width: 100%;
}

.accordion-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
}

.accordion-panel {
  display: none;
}

.image-4 {
  margin-right: 7px;
  padding-right: 0;
  display: inline-block;
}

.cookie-preference-button {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-preference-button_flex {
  color: #262926;
  background-color: #253d77;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-preference-button_icon {
  width: 1.125rem;
  height: 1.125rem;
  color: #fff;
  flex: none;
  margin-right: .375rem;
}

.cookie-preference-button_text {
  color: #fff;
}

.link {
  color: #253d77;
}

@media screen and (max-width: 991px) {
  .gray-box {
    border-radius: 1.7em;
    margin-bottom: 1.3em;
    padding: 2.34em 1.651em 2.08em;
  }

  .gray-box.order {
    padding-left: 1.651em;
    padding-right: 1.651em;
  }

  .title {
    font-size: 1.3em;
  }

  .checkout-contain {
    flex-direction: column;
  }

  .dark-input {
    min-height: 4.9em;
    margin-top: .871em;
    margin-bottom: .871em;
    padding: 1.43em .65em 1.43em 3.25em;
    font-size: .65em;
  }

  .checkout-primary-font {
    font-size: .81em;
  }

  .checkout-primary-font.mobile {
    padding-bottom: 2em;
    font-size: 2vw;
  }

  .checkout-secondary-font {
    font-size: .65em;
    line-height: 2.21;
  }

  .order-info {
    max-width: 100%;
  }

  .shorter-col {
    width: 41%;
  }

  .longer-col {
    width: 59%;
  }

  .dark-box {
    border-radius: 2.7em;
    padding: 1.3em 2.6em;
    font-size: .65em;
    line-height: 1.9;
  }

  .dark-box.horizontal {
    padding: 1.3em;
    font-size: .845em;
  }

  .shipping-container {
    grid-template-rows: minmax(9em, 1fr) auto;
    margin-top: .871em;
  }

  .ck-iitem-name {
    margin-bottom: .2em;
    font-size: .9em;
  }

  .order-btn {
    margin-bottom: 1.04em;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
    font-size: .819em;
  }

  .sproduct-img {
    width: 80vw;
    height: 80vw;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
  }

  .product-container {
    flex-direction: column;
    padding-bottom: 4.5em;
  }

  .heading {
    margin-top: 0;
    font-size: 2.6em;
  }

  .paragraph {
    font-size: 1.3em;
  }

  .select-field {
    font-size: .9em;
  }

  .sproduct-detail {
    font-size: 1em;
  }

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

  .shop-large-heading {
    font-size: 2.8em;
  }

  .font-medium-75 {
    font-size: .9em;
  }

  .shop-list {
    grid-template-columns: 1fr 1fr;
  }

  .navbar {
    width: 20.28em;
    padding: .45em;
  }

  .navbar:hover {
    width: 22.815em;
    padding-top: .8em;
    padding-bottom: .8em;
  }

  .nav-link {
    padding: 1.3em 1.755em;
    font-size: .65em;
  }

  .button-bg {
    height: 3.8em;
  }

  .nav-icon {
    height: 1.5em;
  }

  .page-grid {
    grid-column-gap: 2.4em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .box-container {
    width: 15.782em;
    min-height: 15.782em;
    margin-bottom: 2.4em;
    padding: 1.41em 1.49em;
  }

  .large-header {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .regular-font {
    font-size: .6em;
    line-height: 1.7;
  }

  .right-arrow {
    width: .6em;
  }

  .title-mask {
    height: 2.4em;
  }

  .small-heading {
    font-size: .52em;
  }

  .heading-medium {
    font-size: .819em;
  }

  .flex-row {
    font-size: 1.3em;
  }

  .cols.dn, .cols.mobile {
    display: none;
  }

  .small-col {
    width: 31%;
    padding-right: .4em;
  }

  .about-image {
    width: 7.8em;
    height: 7.8em;
  }

  .long-col {
    width: 56%;
  }

  .circle-bg {
    width: 4.4em;
    height: 4.4em;
  }

  .navbar-maask {
    height: 5em;
    display: block;
  }

  .image-mask {
    height: 1.6em;
  }

  .arrow-mask {
    width: 1em;
  }

  .project-summary {
    max-width: 16ch;
  }

  .project-summary.mobile_unterseiten {
    max-width: none;
    margin-top: 0;
  }

  .about-contain {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .utility-page-content {
    width: 90%;
    font-size: 1.2em;
  }

  .navbar-menu {
    display: none;
  }

  .menu-links {
    width: 15.5em;
    border-radius: 1.5em;
    padding-top: 1.6em;
    padding-bottom: 1.6em;
  }

  .menu-link, .menu-link.w--current {
    font-size: 4vw;
  }

  .cart-bg {
    width: 75vw;
    font-size: 1.3em;
  }

  .gradient-button {
    min-height: 4.9em;
  }

  .close-menu {
    width: 3.5em;
    height: 3.3em;
  }

  .close-icon {
    font-size: 1.8em;
  }

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

  .medium-title {
    font-size: 2.85em;
  }

  .grid-row {
    height: auto;
    grid-column-gap: 7px;
    grid-template-rows: minmax(11.25em, 1fr) minmax(11.25em, 1fr);
    grid-template-columns: 1fr 1fr .75fr .5fr;
    align-content: space-between;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .heading-large {
    font-size: 4em;
    line-height: 1.2;
  }

  .heading-small {
    font-size: .85em;
  }

  .heading-title-small {
    font-size: .9em;
  }

  .project-detail {
    padding-top: 2.5em;
    padding-bottom: 3.5em;
  }

  .collection-list {
    grid-column-gap: 1.5em;
  }

  .div-footer {
    margin-bottom: 0;
    top: 80px;
    bottom: 0%;
  }

  .grid-row-1, .grid-row-2 {
    height: auto;
    grid-column-gap: 7px;
    grid-template-rows: minmax(11.25em, 1fr);
    grid-template-columns: .75fr .75fr .75fr .75fr;
    align-content: space-between;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .text-job.mobile {
    font-size: 2vw;
  }

  .text-job.mobile-2 {
    margin-bottom: 4em;
    font-size: 2vw;
  }

  .text-pos-ueberschrift.mobile_header {
    font-size: 3vw;
  }

  .text-span.no {
    margin-left: 0;
  }

  .text-bewerber {
    font-size: .81em;
  }

  .text-bewerber.mobile {
    font-size: 2vw;
  }

  .mobile_header {
    font-size: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .gray-box {
    margin-bottom: 1.8em;
    padding: 3.042em 2.1463em 2.704em;
  }

  .gray-box.order {
    padding-left: 2.1463em;
    padding-right: 2.1463em;
  }

  .title {
    font-size: 1.95em;
  }

  .dark-input {
    padding: 1.1em 2.2em;
    font-size: .975em;
  }

  .dark-input.password {
    border: .2em solid #5c5c5c;
  }

  .checkout-primary-font {
    font-size: 1.3em;
    line-height: 1.69;
  }

  .checkout-secondary-font {
    font-size: .975em;
    line-height: 2;
  }

  .two-cols {
    flex-direction: column;
  }

  .shorter-col, .longer-col {
    width: 100%;
  }

  .dark-box {
    margin-top: .871em;
    padding: 1.1em 2.2em;
    font-size: .975em;
  }

  .dark-box.horizontal {
    font-size: 1.2675em;
  }

  .shipping-container {
    grid-template-rows: minmax(15em, 1fr) auto;
    grid-template-columns: 1fr 1fr;
    margin-top: .8em;
  }

  .ck-iitem-name {
    line-height: 1.5;
  }

  .order-btn {
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    font-size: 1.2285em;
  }

  .product-container {
    padding-bottom: 6.6em;
  }

  .navbar {
    width: 30.42em;
    padding: .675em;
  }

  .navbar:hover {
    width: 34.2em;
    padding-top: 1.1em;
    padding-bottom: 1.1em;
  }

  .nav-link {
    font-size: .975em;
  }

  .button-bg {
    height: 4.2em;
  }

  .nav-icon {
    height: 1.9em;
  }

  .page-grid {
    grid-column-gap: 2.8em;
  }

  .box-container {
    width: 23.673em;
    min-height: 23.673em;
    border-radius: 2.2em;
    margin-bottom: 2.8em;
    padding: 2.11em 2.235em;
  }

  .large-header {
    font-size: 2.1em;
  }

  .regular-font {
    font-size: .9em;
  }

  .box-bg {
    border-radius: 2.2em;
  }

  .right-arrow {
    width: .9em;
  }

  .project-gradient {
    font-size: 1.5em;
  }

  .title-mask {
    height: 2.8em;
  }

  .title-text-gradient, .gradient-text {
    display: none;
  }

  .xlarge-heading.all-caps.medium {
    margin-top: 1.5em;
  }

  .small-col {
    width: 100%;
    justify-content: center;
  }

  .about-image {
    width: 13em;
    height: 13em;
    margin-bottom: 3em;
    transform: translate(0);
  }

  .long-col {
    width: 100%;
  }

  .navbar-maask {
    height: 8.5em;
  }

  .profile-image {
    width: 1.6em;
    height: 1.6em;
  }

  .image-mask {
    height: 2.3em;
  }

  .link-mask {
    height: 1.6em;
  }

  .arrow-mask {
    width: 1.4em;
  }

  .main-image-project {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 100px;
  }

  .project-summary {
    max-width: 27ch;
  }

  .horizontal-container {
    flex-direction: column;
  }

  .horizontal-container.mobile_unterseiten {
    flex-direction: row;
  }

  .about-contain {
    flex-direction: column;
  }

  .utility-page-content {
    font-size: 1.4em;
  }

  .navbar-menu {
    display: none;
    bottom: -4.1em;
  }

  .menu-links {
    padding-top: 2.1em;
    padding-bottom: 2.1em;
    font-size: 2em;
  }

  .cart-container {
    width: 16.6em;
  }

  .dark-bg {
    bottom: -7em;
  }

  .back-button {
    font-size: 2.1em;
  }

  .gradient-button {
    border-width: .2em;
  }

  .cart-quantity-2 {
    width: 48px;
  }

  .medium-title {
    font-size: 3.25em;
  }

  .heading-large {
    font-size: 4.5em;
  }

  .heading-small {
    font-size: 1.2em;
  }

  .project-detail {
    padding-top: 3.5em;
    padding-bottom: 4.5em;
  }

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

  .collection-list {
    grid-column-gap: 2em;
  }

  .div-footer {
    top: 90px;
  }

  .text-job.mobile-2 {
    margin-bottom: 6em;
  }

  .text-bewerber {
    font-size: 1.3em;
    line-height: 1.69;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton.is-sticky {
    top: -1rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: -webkit-sticky;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }

  .cookie-preference-button_text {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .gray-box {
    margin-bottom: 2.7em;
    padding: 4.5em 3.21em 4.05em;
  }

  .gray-box.order {
    padding-left: 3.21em;
    padding-right: 3.21em;
  }

  .title {
    font-size: 2.925em;
  }

  .dark-input {
    margin-bottom: 1.3065em;
    font-size: 1.6em;
  }

  .dark-input.password {
    margin-top: 2em;
    font-size: 1em;
  }

  .checkout-primary-font {
    font-size: 5vw;
  }

  .checkout-primary-font.margin-btm {
    margin-bottom: 1em;
  }

  .checkout-primary-font.mobile {
    font-size: 5vw;
    font-weight: 400;
  }

  .checkout-secondary-font {
    font-size: 1.7em;
    line-height: 2.6;
  }

  .dark-box {
    padding-top: 2.2em;
    padding-bottom: 2.2em;
    font-size: 1.4625em;
  }

  .dark-box.horizontal {
    grid-row-gap: .5em;
    flex-direction: column;
    font-size: 1.90125em;
  }

  .shipping-container {
    grid-template-columns: 1fr;
  }

  .text-block {
    font-size: 1.4em;
  }

  .order-btn {
    font-size: 1.84275em;
  }

  .div-block-4 {
    margin-left: 0;
    margin-right: 0;
    padding-top: .6em;
    font-size: 1.2em;
  }

  .sproduct-img {
    width: 100vw;
    height: 100vw;
    max-width: 120%;
    border-radius: 2em;
    margin-left: -8.33vw;
    margin-right: -8.33vw;
  }

  .product-container {
    padding-bottom: 11em;
  }

  .heading {
    margin-top: .8em;
    margin-bottom: .1em;
    font-size: 3em;
  }

  .paragraph {
    font-size: 1.8em;
  }

  .product-details {
    padding-left: 0;
    padding-right: 0;
  }

  .select-field {
    font-size: 1.4em;
  }

  .sproduct-detail {
    font-size: 1.5em;
  }

  .shop-item {
    padding-bottom: 2em;
  }

  .font-medium-75 {
    font-size: 2.1em;
  }

  .shop-list {
    grid-template-columns: 1fr;
  }

  .navbar {
    width: 43em;
    border-width: .2em;
    padding: .877em 1em;
    top: 55%;
  }

  .navbar:hover {
    width: 43em;
    padding-top: .877em;
    padding-bottom: .877em;
  }

  .nav-link {
    font-size: 1.4em;
  }

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

  .box-container {
    width: 40em;
    min-height: 40em;
    border-radius: 4.5em;
    padding: 3.165em 3.3525em;
  }

  .box-container.scale:hover {
    transform: scale(1);
  }

  .large-header {
    font-size: 3.135em;
  }

  .large-header.about {
    display: none;
  }

  .regular-font {
    font-size: 1.9em;
  }

  .box-bg {
    border-radius: 4.5em;
  }

  .link-contain.logo {
    height: 5em;
    margin-top: 4em;
  }

  .right-arrow {
    width: 1.4em;
  }

  .right-arrow.white {
    width: 1.6em;
    filter: brightness();
    align-self: center;
    margin-left: 4px;
  }

  .project-gradient {
    border-radius: 3.3em;
    font-size: 2.8em;
  }

  .colored-gradient {
    height: 5.8em;
    filter: blur(30px);
    bottom: -70%;
    left: -10%;
    right: -10%;
  }

  .cols {
    display: none;
  }

  .cols.mobile {
    margin-top: .5em;
    padding-top: 0;
    padding-bottom: 18em;
    display: block;
  }

  .xlarge-heading.all-caps.medium {
    font-size: 10vw;
  }

  .xlarge-heading.all-caps.about {
    margin-top: 1em;
    font-size: 6.4em;
  }

  .xlarge-heading.text-unten {
    font-size: 8vw;
    font-weight: 500;
  }

  .about-image {
    width: 18.5em;
    height: 18.5em;
  }

  .long-col {
    font-size: .9em;
  }

  .navbar-maask {
    height: 28em;
    top: auto;
    bottom: 0;
  }

  .profile-image {
    width: 3.6em;
    height: 3.6em;
  }

  .image-mask {
    height: 3.5em;
  }

  .link-mask {
    height: 3.2em;
  }

  .arrow-mask {
    width: 2.1em;
  }

  .main-image-project {
    width: 90vw;
    height: 90vw;
    max-width: none;
    border-radius: 4.4em;
    margin: 5.5em auto 1em -1em;
  }

  .project-summary {
    max-width: 100%;
    font-size: 1.2em;
  }

  .project-summary.mobile_unterseiten {
    width: 100%;
    margin-top: 0;
  }

  .horizontal-container {
    flex-direction: column;
    padding-top: 2em;
  }

  .horizontal-container.mobile_unterseiten {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .utility-page-content {
    min-height: 50vh;
    justify-content: space-around;
    font-size: 1.6em;
  }

  .navbar-menu {
    height: 110vh;
    background-color: rgba(0, 0, 0, .7);
    display: none;
    position: fixed;
    top: auto;
    bottom: -14em;
  }

  .menu-links {
    width: 16em;
    height: 14em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2.5em;
  }

  .menu-link, .menu-link.w--current {
    padding: 10px;
    font-size: 6vw;
  }

  .cart-container {
    background-color: rgba(255, 255, 255, 0);
  }

  .cart-bg {
    width: 90vw;
    font-size: 1.1em;
  }

  .checkout-button {
    border-radius: 2.5em;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .back-button {
    font-size: 2.6em;
  }

  .gradient-button {
    font-size: 1em;
  }

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

  .global-padding {
    padding-left: 2.4em;
    padding-right: 2.5em;
  }

  .medium-title {
    font-size: 5.8em;
    line-height: 1.5;
  }

  .medium-title.header_pos {
    font-size: 8vw;
  }

  .grid-row {
    grid-template-rows: minmax(29em, 1fr) minmax(29em, 1fr) minmax(29em, 1fr) minmax(29em, 1fr);
    grid-template-columns: 1fr 1fr;
  }

  .heading-large {
    font-size: 5.9em;
    line-height: 1.4;
  }

  .heading-small {
    font-size: 2.7em;
  }

  .heading-title-small {
    font-size: 2.35em;
  }

  .padding-bottom {
    padding-bottom: 6em;
  }

  .project-detail {
    padding-bottom: 5.5em;
    font-size: 1.3em;
  }

  .project-showcase-image {
    background-image: none;
  }

  .collection-item {
    border-radius: 4.4em;
    margin-bottom: 5.5em;
    padding-bottom: 100%;
  }

  .collection-list {
    flex-direction: column;
  }

  .div-footer {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: flex-end;
    top: 0;
  }

  .div-copy-impr {
    text-align: left;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .paragraph-footer {
    text-align: left;
    font-size: 13px;
  }

  .grid-row-1, .grid-row-2 {
    grid-template-rows: minmax(29em, 1fr) minmax(29em, 1fr);
    grid-template-columns: 1fr 1fr;
  }

  .text-job.mobile {
    word-break: normal;
    font-size: 5vw;
  }

  .text-job.mobile-2 {
    margin-bottom: 8em;
    font-size: 5vw;
  }

  .text-job.start {
    font-size: 5vw;
  }

  .div-content-pos {
    width: 100%;
  }

  .text-pos-ueberschrift.mobile_header {
    font-size: 5vw;
  }

  .text-pos-ueberschrift.start_header {
    font-size: 7vw;
  }

  .text-bewerber {
    font-size: 2.1em;
  }

  .text-bewerber.margin-btm {
    margin-bottom: 1em;
  }

  .text-bewerber.mobile {
    margin-bottom: 8em;
    padding-bottom: 0;
    font-size: 5vw;
  }

  .mobile_header {
    font-size: 5vw;
    font-weight: 600;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-modal_button-2 {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-preference-button {
    left: 1rem;
  }
}

#w-node-fa62e4e2-ac30-ba2d-b69b-629117fae2a5-14ed146a, #w-node-e575b344-8fef-73f5-e651-c4d15d67d943-14ed146a, #w-node-_7578ee08-55fb-9321-0c41-db388c252896-14ed146a, #w-node-d7f4839a-5de7-106a-8b71-2db540d3ee60-14ed146a, #w-node-c7daac5e-afab-0b6b-428b-4c2a55dec81b-14ed146a, #w-node-_95dca0a1-deb7-029b-5035-8a7be3f40073-14ed146a, #w-node-_7306e80b-171a-a4f2-d443-df81545b393c-14ed14a4, #w-node-_7306e80b-171a-a4f2-d443-df81545b393e-14ed14a4, #w-node-_7306e80b-171a-a4f2-d443-df81545b3940-14ed14a4, #w-node-_4f254311-8def-652e-a6a1-c5559ce4d032-14ed14a4, #w-node-e5b9c271-618e-6f43-dfcf-257e5ce9942e-14ed14a4, #w-node-e5b9c271-618e-6f43-dfcf-257e5ce99430-14ed14a4, #w-node-e5b9c271-618e-6f43-dfcf-257e5ce99432-14ed14a4, #w-node-e5b9c271-618e-6f43-dfcf-257e5ce99434-14ed14a4, #w-node-_098b619f-daa0-3ab1-1278-3d2dacc397ee-14ed14a5, #w-node-_098b619f-daa0-3ab1-1278-3d2dacc397f0-14ed14a5, #w-node-_098b619f-daa0-3ab1-1278-3d2dacc397f2-14ed14a5, #w-node-_098b619f-daa0-3ab1-1278-3d2dacc397f4-14ed14a5, #w-node-_098b619f-daa0-3ab1-1278-3d2dacc39806-14ed14a5, #w-node-_098b619f-daa0-3ab1-1278-3d2dacc39808-14ed14a5, #w-node-_098b619f-daa0-3ab1-1278-3d2dacc3980a-14ed14a5, #w-node-_098b619f-daa0-3ab1-1278-3d2dacc3980c-14ed14a5, #w-node-bd7d2c2d-cc43-adae-09b7-3334175c0189-14ed14a6, #w-node-bd7d2c2d-cc43-adae-09b7-3334175c018b-14ed14a6, #w-node-bd7d2c2d-cc43-adae-09b7-3334175c018d-14ed14a6, #w-node-bd7d2c2d-cc43-adae-09b7-3334175c018f-14ed14a6, #w-node-bd7d2c2d-cc43-adae-09b7-3334175c01a1-14ed14a6, #w-node-bd7d2c2d-cc43-adae-09b7-3334175c01a3-14ed14a6, #w-node-bd7d2c2d-cc43-adae-09b7-3334175c01a5-14ed14a6, #w-node-bd7d2c2d-cc43-adae-09b7-3334175c01a7-14ed14a6, #w-node-_8a4eeaa8-a664-a23f-1978-08d87468e1bf-14ed14a7, #w-node-_8a4eeaa8-a664-a23f-1978-08d87468e1c1-14ed14a7, #w-node-_8a4eeaa8-a664-a23f-1978-08d87468e1c3-14ed14a7, #w-node-_8a4eeaa8-a664-a23f-1978-08d87468e1c5-14ed14a7, #w-node-_8a4eeaa8-a664-a23f-1978-08d87468e1d7-14ed14a7, #w-node-_8a4eeaa8-a664-a23f-1978-08d87468e1d9-14ed14a7, #w-node-_8a4eeaa8-a664-a23f-1978-08d87468e1db-14ed14a7, #w-node-_8a4eeaa8-a664-a23f-1978-08d87468e1dd-14ed14a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_95dca0a1-deb7-029b-5035-8a7be3f40073-14ed146a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Poppins_local';
  src: url('../fonts/poppins-v20-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins_local';
  src: url('../fonts/poppins-v20-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins_local';
  src: url('../fonts/poppins-v20-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}