@font-face {
  font-family: Redaction;
  src: url('../fonts/Redaction-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Redaction;
  src: url('../fonts/Redaction-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --dim-grey: #4d4d4d;
  --dark-slate-grey: #2f3330;
  --black: black;
  --white: #fafafa;
  --dim-grey-2: #6b6b6b;
  --light-grey: #ccc;
  --gainsboro: #e2e2e2;
  --alice-blue: #e3f0ff;
  --ghost-white: #f1f1f7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

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

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

.w-commerce-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-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #000;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Redaction, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Redaction, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Redaction, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Redaction, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Redaction, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Redaction, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-family: Redaction, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: 500;
}

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

li {
  color: var(--dim-grey);
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Redaction, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

strong {
  font-weight: 700;
}

em {
  font-style: italic;
  font-weight: 400;
}

blockquote {
  border-left: 2px solid #000;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  font-family: Redaction, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
}

.paragraph-small {
  color: var(--dim-grey);
  font-family: Redaction, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

.container {
  z-index: 5;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container._2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}

.container.center {
  justify-content: center;
  display: flex;
}

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

.body-content {
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.loader {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #ff0008;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
}

.utility-page-wrap {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.section {
  padding: 40px 2% 0;
  position: relative;
}

.section.checkout {
  background-color: #0000;
}

.section._1 {
  padding: 25px 2% 0;
}

.section.footer {
  padding-top: 60px;
  padding-bottom: 30px;
}

.section._3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section._4 {
  padding-bottom: 60px;
}

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

.button {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.button:hover {
  background-color: var(--dim-grey);
}

.button.large {
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 16px;
}

.button.large:hover {
  background-color: var(--dark-slate-grey);
}

.button.large.white {
  color: #061012;
  background-color: #fff;
  font-weight: 600;
}

.button.large.white:hover {
  color: #fff;
  background-color: #81818b4d;
}

.button.large.white.discount {
  color: #fff;
  background-color: #000;
  justify-content: center;
  width: 100%;
  margin-left: 0;
}

.margin-40px {
  margin-top: 40px;
  position: relative;
}

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

.copyright-dot {
  background-color: #061012;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.title-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Redaction, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
}

.text-field {
  background-color: #fff;
  border-color: #e1e1e1;
  border-radius: 3px;
  height: 42px;
  margin-top: 8px;
  padding-left: 16px;
  font-size: 15px;
  font-weight: 500;
}

.text-field::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field.discount {
  flex: none;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}

.flex-utility {
  flex-direction: column;
  margin-top: 15px;
  display: flex;
}

.shrink-item {
  flex: 1;
  margin-right: 20px;
}

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

.shrink-item.gird {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: grid;
}

.shrink-item.photo-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licensing-block {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.image-flex {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.licensing-content {
  background-color: #fafafa;
  border-radius: 2px;
  min-height: 150px;
  padding: 25px;
  display: flex;
}

.light-block-second {
  background-color: #fafafa;
  border-radius: 3px;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.light-block-second.rounded-bottom {
  border-radius: 3px;
  padding-bottom: 30px;
}

.color-block {
  background-color: var(--black);
  border: 1px solid #81818b33;
  border-radius: 2px;
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
}

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

.medium {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1em;
}

.typography-flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 58%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.color-row.grey {
  margin-bottom: 25px;
  padding-bottom: 0;
}

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

.title-1 {
  margin: 0 auto;
  font-size: 95px;
  font-weight: 600;
  line-height: .95;
  position: relative;
}

.light-gray-2 {
  background-color: #a8a8a8;
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.type-row {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.white-block {
  background-color: #fff;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.light-gray {
  background-color: #8a8a8a;
  border-radius: 4px 0 0 4px;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.margin-25px {
  flex-direction: column;
  margin-top: 25px;
  display: flex;
}

.text-highlight {
  background-color: #fff;
  border-radius: 2px;
  width: 42%;
  padding: 40px;
}

.grayscale-parent {
  clear: left;
  border-radius: 4px;
  width: 100%;
  height: 85px;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1em;
}

.content-row {
  clear: left;
  width: 100%;
  margin-top: 45px;
  position: relative;
}

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

.light-block {
  background-color: var(--white);
  border-radius: 3px;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.type-column {
  background-color: #f0f0f0;
  border-radius: 2px;
  width: 33.3333%;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.type-column.right {
  background-color: #f0f0f0;
  margin-right: 0;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.regular-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
}

.title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.caption {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  letter-spacing: 1px;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 700;
}

.light-gray-3 {
  background-color: #f7f8f9;
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.loading-flex {
  z-index: 12;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.subtotal {
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.subtotal.dark {
  color: var(--dim-grey);
  font-weight: 500;
}

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

.checkbox-label-shop {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

.discounts {
  background-color: #fff;
  border-color: #e1e1e1;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.required {
  color: #ffffffb3;
  font-size: 14px;
  font-weight: 500;
}

.sticky-bar {
  top: 120px;
}

.price-pop {
  color: var(--dim-grey);
  font-size: 17px;
  font-weight: 500;
}

.price-pop.bold {
  font-weight: 700;
}

.product-name {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 600;
}

.field-label {
  color: var(--black);
  flex: none;
  font-size: 14px;
  font-weight: 600;
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.navigation {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-top: 1px solid #eeeeeeed;
  border-bottom: 1px solid #eeeeeeed;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: sticky;
  top: 0;
}

.second-part {
  flex-direction: row;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.price-tag {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
}

.price-tag.small {
  color: var(--dim-grey-2);
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.no-item {
  color: var(--dim-grey);
  font-family: Redaction, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.cart-line-item {
  align-items: center;
}

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

.cart-header {
  border-bottom-color: #eee;
  padding-top: 8px;
  padding-bottom: 8px;
}

.cart-quantity {
  color: var(--dim-grey);
  background-color: #fff;
  width: 50px;
  font-weight: 500;
}

.cart-container {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #eee;
  max-width: 520px;
}

.table-price {
  color: #000;
  letter-spacing: 1px;
  font-family: Redaction, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cart-button {
  background-color: #0000;
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

.close-button {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

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

.cart-circle {
  color: #fff;
  background-color: #202023;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  font-weight: 500;
  display: flex;
}

.cart-wrapper {
  z-index: 9999;
  background-color: #fff;
}

.paypal {
  margin-bottom: 5px;
}

.cart-image {
  width: 22px;
  position: relative;
}

.social-overlay {
  background-color: #000;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.x-button {
  width: 20px;
  position: relative;
}

.x-button.remove {
  width: 16px;
}

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

.logo-absolute {
  color: #ffffffb3;
  cursor: none;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.cart-flext-left {
  align-items: flex-start;
  margin-left: 0;
  position: relative;
}

.block-header {
  background-color: #fff;
  border-color: #e1e1e1;
}

.block-content {
  background-color: #fff;
  border-bottom-color: #e1e1e1;
  border-left-color: #e1e1e1;
  border-right-color: #e1e1e1;
}

.quantity-text {
  color: var(--dim-grey);
  font-size: 14px;
  font-weight: 500;
}

.paypal-text {
  color: var(--dim-grey);
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 500;
}

.cart {
  transition: all .3s;
}

.rotator {
  margin-bottom: 20px;
}

.white {
  color: #fff;
}

.dark-link {
  color: var(--black);
  cursor: none;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
}

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

.photo-move {
  max-width: 80%;
  position: relative;
  overflow: hidden;
}

.loadin-flex {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.photo-animation {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.your-cart {
  font-family: Redaction, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.remove-button {
  background-color: #ff0e0e;
  background-image: url('../images/close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 24px auto auto 106px;
}

.photo-cart {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.product-image {
  object-fit: cover;
  border-radius: 2px;
  width: 100px;
}

.body {
  background-color: #fff;
}

.remove {
  width: 20px;
  position: absolute;
  transform: scale(0);
}

.first-part {
  align-items: center;
  display: flex;
}

.services-wrapper {
  align-items: center;
  width: 50%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.filter-image.icon {
  width: 60px;
}

.filter-image.logo {
  margin-right: 15px;
}

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

.search-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.search-input {
  color: var(--black);
  background-image: url('../images/search_black_24dp.svg');
  background-position: 5px;
  background-repeat: no-repeat;
  background-size: 22px;
  border: 1px #000;
  border-radius: 100px;
  width: 112px;
  margin-bottom: 0;
  padding-left: 34px;
  font-size: 13px;
  font-weight: 600;
}

.search-input::placeholder {
  color: var(--black);
  font-size: 13px;
  font-weight: 600;
}

.button-search {
  color: #1c4a36;
  background-color: #e4f5ee;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button-search:hover {
  color: #fff;
  background-color: #1c4a36;
  background-image: none;
}

.button-search.search {
  color: #fff;
  background-color: #000;
  border-radius: 30px;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 5px 8px auto auto;
}

.button-search.search:hover {
  background-color: var(--dim-grey);
}

.nav-menu {
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link {
  color: #000;
  padding: 25px 7px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .6;
}

.nav-link.w--current {
  opacity: .6;
  color: var(--black);
}

.nav-link._2 {
  display: inline-block;
}

.nav-link.dropwdown {
  background-image: url('../images/zap-white_1.svg');
  background-position: 4px;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 20px;
}

.nav-link._3 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  display: inline-block;
}

.navbar {
  background-color: #0000;
}

.collection-list {
  display: flex;
}

.collection-list._2 {
  flex-direction: column;
  align-items: flex-start;
}

.blog-content {
  cursor: none;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-field-primary {
  border: 1px solid #eee;
  border-radius: 4px;
  height: 55px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 14px;
}

.text-field-primary::placeholder {
  color: var(--dim-grey);
  font-size: 14px;
  font-weight: 500;
}

.text-field-primary.area {
  height: auto;
  padding-top: 15px;
  padding-bottom: 75px;
}

.search-result-item {
  background-color: var(--white);
  border-radius: 4px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 54px 30px;
}

.search-link {
  color: #000;
  font-family: Redaction, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.23;
  display: inline-block;
}

.slug {
  color: var(--dim-grey);
  margin-top: 5px;
  font-weight: 500;
}

.photo-animation-2 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.photo-animation-2._100 {
  max-width: 100%;
}

.photo-animation-2._3 {
  max-width: 60%;
}

.subhead {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.flex {
  display: flex;
}

.navigation-top-part {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.navigation-bottom {
  z-index: 100;
  background-color: #fff;
  position: sticky;
  top: 0;
}

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

.grid-2-columns._2 {
  align-items: start;
}

.grid-2-columns._3 {
  grid-template-columns: 1fr 5fr;
}

.social-wrapper {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  margin-right: 15px;
  transition: all .2s;
  display: flex;
}

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

.social-icon._0px {
  margin-right: 0;
}

.social-image {
  width: 17px;
}

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

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

.logo-link {
  padding-left: 7px;
}

.blog-featured-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-featured-wrapper._2 {
  flex-direction: column;
  align-items: flex-start;
}

.blog-features-small-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  flex: none;
  min-width: 100px;
  min-height: 100px;
  margin-right: 20px;
}

.blog-features-small-photo._2 {
  width: 100%;
  height: auto;
  min-height: 160px;
  margin-bottom: 10px;
  margin-right: 0;
  position: relative;
}

.blog-features-small-photo._3 {
  width: 100%;
  min-height: 200px;
  margin-bottom: 20px;
  margin-right: 0;
}

.blog-features-small-photo._5 {
  background-image: none;
  border-radius: 5px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.blog-title-small {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Redaction, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.blog-title-small._2 {
  font-size: 30px;
}

.blog-title-small._3 {
  margin-bottom: 10px;
}

.blog-title-small._4 {
  color: #fff;
  font-size: 18px;
}

.data-created {
  color: var(--dim-grey-2);
  margin-bottom: 7px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.data-created._2 {
  margin-left: 10px;
}

.data-created._2.gray {
  color: #ffffffb3;
}

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

.news-title {
  margin-top: 0;
  font-size: 16px;
}

.ad-wrapper {
  background-image: url('../images/ad-horizontal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  max-width: 940px;
  min-height: 180px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.data-flex {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.data-flex.center {
  justify-content: center;
}

.adv-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.adv-wrapper._2 {
  background-image: url('../images/ad.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  min-height: 220px;
}

.sticky-category {
  position: sticky;
  top: 100px;
}

.sticky-div-wrapper {
  height: 90%;
  padding-bottom: 62px;
}

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

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

.copyright {
  color: var(--dim-grey-2);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.success-message {
  background-color: var(--black);
  color: #fff;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.checkbox {
  border-style: solid;
  border-color: var(--light-grey);
  border-radius: 4px;
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  border-color: var(--light-grey);
  background-color: #0000;
  background-image: url('../images/checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.other-font {
  font-weight: 500;
}

.cookies-font {
  margin-bottom: 0;
  font-size: 15px;
}

.cookies-font.check {
  color: var(--dim-grey);
  margin-left: 6px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.button-subscribe {
  color: #12141d;
  background-color: #39ff14;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button-subscribe:hover {
  color: #fff;
  background-color: #1c4a36;
  background-image: none;
}

.button-subscribe.subscribe {
  background-color: var(--black);
  color: #fff;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  inset: 10px 12px auto auto;
}

.button-subscribe.subscribe:hover {
  background-color: #000;
}

.form {
  position: relative;
}

.checkbox-label {
  font-size: 14px;
  font-weight: 700;
  display: none;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.checkbox-field._2 {
  margin-top: 5px;
}

.form-input {
  color: var(--dark-slate-grey);
  background-color: #f0f0f0;
  border: 1px #000;
  border-radius: 8px;
  min-height: 59px;
  padding-left: 17px;
  font-size: 14px;
  font-weight: 700;
}

.form-input::placeholder {
  color: var(--dim-grey);
  font-size: 14px;
  font-weight: 600;
}

.featured-icon {
  background-color: #000;
  background-image: url('../images/zap-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.dropdown-list {
  width: 1200px;
}

.dropdown-list.w--open {
  background-color: #000;
  padding: 30px 30px 40px;
  left: -390px;
}

.blog-dropdown {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.search-result-wrapper {
  max-width: 80%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.button-2 {
  color: #fff;
  cursor: none;
  background-color: #000;
  border-radius: 20px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.button-2:hover {
  background-color: #4d4d4d;
}

.about-wrapper {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.about-wrapper._2 {
  max-width: 50%;
}

.contact-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.form-font {
  color: #fff;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
}

.form-font.dark {
  color: #4d4d4d;
}

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

.grid-form.for-contact {
  width: 100%;
}

.subscribe-form {
  max-width: 600px;
}

.subscribe-form._450px {
  max-width: 580px;
}

.subscribe-form._450px.center {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.cart-item {
  align-items: center;
}

.pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.pricing-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
  flex-direction: column;
  justify-content: center;
  min-height: 240px;
  margin-left: -1px;
  padding: 30px 40px 10px;
  display: flex;
  position: relative;
}

.pricing-wrapper._2 {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.big-price-title {
  color: var(--black);
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.pricing-title {
  max-width: 90%;
  margin: 0 auto 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.add-to-cart {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-big-title {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.text-badge-wrapper {
  z-index: 1;
  height: 18px;
  position: relative;
  overflow: hidden;
}

.circle-badge-hover {
  background-color: #4353ff;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto auto 15px 15px;
}

.text-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #fffffff7;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 13px 10px 11px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-badge {
  z-index: 1;
  width: 20px;
  height: 20px;
  position: relative;
}

.badge-content {
  z-index: 9999;
  position: fixed;
  inset: auto 15px 15px auto;
}

.badge-wrapper {
  z-index: 999;
  grid-row-gap: 5px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.photo-badge {
  background-image: url('../images/unlock-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  min-width: 140px;
  min-height: 130px;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.badge-paragraph.biger {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.code-embed {
  color: #000;
}

.remove-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: -5px -5px auto auto;
}

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    height: 600px;
  }

  .title-3 {
    line-height: 1.2;
  }

  .licensing-block {
    width: 100%;
  }

  .title-1 {
    font-size: 59px;
    line-height: 1;
  }

  .light-gray-2, .light-gray {
    width: 33.3333%;
  }

  .text-highlight {
    padding: 20px;
  }

  .color-block-parent {
    width: 33.3333%;
  }

  .title-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .light-gray-3 {
    width: 33.3333%;
  }

  .sticky-bar {
    flex-basis: 100%;
    position: relative;
    top: 0;
  }

  .container-pricing {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .information {
    flex-basis: auto;
    margin-right: 0;
  }

  .navigation {
    grid-template-columns: 1fr 1.5fr;
    padding: 10px 3% 10px 2%;
  }

  .cart {
    flex: none;
  }

  .services-wrapper {
    width: 70%;
  }

  .search-input {
    width: 120px;
  }

  .nav-menu {
    background-color: #fff;
    padding: 10px;
    display: block;
  }

  .nav-link {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link._2 {
    display: block;
  }

  .navbar {
    width: 100%;
    display: flex;
  }

  .collection-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .hamburger {
    width: 20px;
  }

  .menu-button {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .photo-animation-2._2 {
    max-width: 100%;
  }

  .photo-animation-2._3 {
    max-width: 90%;
  }

  .navigation-top-part {
    padding: 15px 2%;
  }

  .grid-2-columns._2 {
    grid-column-gap: 30px;
  }

  .grid-4-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

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

  .logo-link {
    padding-left: 0;
  }

  .blog-features-small-photo._3 {
    min-height: 120px;
  }

  .grid-3-columns {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 2fr;
  }

  .adv-wrapper._2 {
    width: 40%;
    min-height: 270px;
  }

  .sticky-category {
    position: relative;
    top: 0;
  }

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1.5fr;
  }

  .copyright-flex {
    justify-content: flex-start;
  }

  .cookies-font {
    flex: 1;
  }

  .dropdown {
    display: none;
  }

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

  .about-wrapper, .about-wrapper._2 {
    max-width: 90%;
  }

  .contact-grid {
    max-width: 100%;
  }

  .form-font {
    flex: 1;
  }

  .grid-form {
    width: 100%;
  }

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

  .blog-big-title {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 33px;
  }

  .body-content {
    padding-top: 0;
    padding-left: 0;
  }

  .text-field {
    height: 45px;
  }

  .title-1 {
    font-size: 48px;
  }

  .type-row {
    flex-direction: column;
  }

  .text-highlight {
    padding: 26px 9px;
  }

  .type-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .title-2 {
    font-size: 36px;
    line-height: 40px;
  }

  .navigation {
    grid-template-columns: 1fr 2fr;
    padding-right: 4%;
  }

  .services-wrapper {
    margin-bottom: 15px;
  }

  .sub-logo-text {
    display: none;
  }

  .grid-2-columns._2 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._3 {
    grid-template-columns: 1fr 4fr;
  }

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

  .blog-features-small-photo._2 {
    min-height: 400px;
  }

  .blog-features-small-photo._3 {
    min-height: 180px;
  }

  .blog-title-small {
    font-size: 18px;
  }

  .blog-title-small._2 {
    font-size: 20px;
  }

  .grid-3-columns {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .adv-wrapper._2 {
    width: 47%;
    min-height: 240px;
  }

  .copyright-flex {
    grid-template-columns: 1fr;
  }

  .grid-form {
    width: 80%;
  }

  .blog-big-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    font-size: 28px;
    line-height: 30px;
  }

  .body-content {
    padding-top: 0;
    padding-left: 0;
  }

  .section {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section.footer {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .copyright-dot {
    display: none;
  }

  .title-3 {
    font-size: 24px;
  }

  .text-field {
    height: 42px;
    margin-bottom: 10px;
  }

  .shrink-item {
    margin-right: 0;
  }

  .shrink-item.flex {
    margin-top: 20px;
    margin-right: 0;
  }

  .image-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .licensing-content {
    flex-direction: column;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .typography-flex {
    width: 68%;
  }

  .color-row {
    flex-direction: column;
  }

  .title-1 {
    font-size: 34px;
  }

  .light-gray-2 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .type-row {
    flex-direction: column;
  }

  .light-gray {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .grayscale-parent {
    height: 55px;
  }

  .margin-50px {
    margin-top: 30px;
  }

  .type-column {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .title-2 {
    font-size: 30px;
    line-height: 34px;
  }

  .light-gray-3 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .left-block {
    margin-left: 0;
  }

  .price-pop {
    font-size: 16px;
  }

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

  .field-label {
    font-size: 16px;
  }

  .navigation {
    padding: 10px 5% 10px 3%;
  }

  .price-tag {
    font-size: 22px;
    line-height: 24px;
  }

  .price-tag.small, .table-price {
    font-size: 16px;
  }

  .photo-move {
    max-width: 100%;
  }

  .remove-button {
    width: 24px;
    height: 24px;
  }

  .photo-cart {
    flex: none;
    width: 50px;
    height: 50px;
    margin-right: 18px;
  }

  .services-wrapper {
    width: 100%;
  }

  .sub-logo-text {
    display: none;
  }

  .search-input {
    width: 110px;
  }

  .button-search.search {
    top: 7px;
  }

  .nav-menu {
    width: 260px;
  }

  .nav-link {
    width: 100%;
    font-size: 15px;
  }

  .collection-list {
    align-items: flex-start;
  }

  .text-field-primary {
    margin-bottom: 10px;
  }

  .search-result-item {
    padding: 20px;
  }

  .photo-animation-2._100 {
    margin-bottom: 30px;
  }

  .photo-animation-2._2 {
    max-width: 100%;
  }

  .subhead {
    font-size: 19px;
    line-height: 23px;
  }

  .grid-2-columns._3 {
    grid-column-gap: 10px;
    grid-template-columns: 2fr 4fr;
  }

  .social-icon {
    width: 26px;
    height: 26px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 5px;
  }

  .grid-4-columns {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .blog-features-small-photo {
    width: 90px;
    height: 90px;
  }

  .blog-features-small-photo._2, .blog-features-small-photo._3 {
    min-height: 250px;
  }

  .blog-title-small, .blog-title-small._2 {
    font-size: 17px;
  }

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

  .adv-wrapper._2 {
    width: 100%;
    min-height: 300px;
  }

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

  .copyright-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .copyright {
    margin-bottom: 5px;
  }

  .checkbox {
    flex: none;
    width: 20px;
    height: 20px;
    margin-left: -16px;
  }

  .button-subscribe.subscribe {
    border-radius: 6px;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    top: 0;
    right: 0;
  }

  .form {
    max-width: 100%;
  }

  .checkbox-field {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .form-input {
    border-radius: 5px;
    min-height: 60px;
  }

  .search-result-wrapper {
    max-width: 100%;
  }

  .about-wrapper {
    max-width: 95%;
  }

  .contact-grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .grid-form {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .subscribe-form._450px {
    width: 100%;
  }

  .pricing-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .blog-big-title {
    font-size: 30px;
  }
}

#Name.w-node-_664d46c0-cd6e-cd5e-8949-5de930e5146e-181db7b4, #Email-3.w-node-_664d46c0-cd6e-cd5e-8949-5de930e51470-181db7b4, #Message.w-node-_664d46c0-cd6e-cd5e-8949-5de930e51471-181db7b4, #w-node-_664d46c0-cd6e-cd5e-8949-5de930e51472-181db7b4, #w-node-_664d46c0-cd6e-cd5e-8949-5de930e51478-181db7b4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7f382f00-8092-7b93-7c68-c1c3a1f4ff6d-181db7bc, #w-node-_4129ba5f-7cf2-5566-b3e6-a1572839a8f8-181db7bc {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_8ae5efb8-68df-24a2-02e2-ee591471e676-181db72b, #w-node-_5889fa12-9329-f103-c57f-6e243af7b664-3af7b646 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eefdb43e-0f91-daa4-807a-b51269d47263-181db72b, #w-node-b194b2a0-f623-5785-3a81-6e7028e96ace-181db72b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5889fa12-9329-f103-c57f-6e243af7b664-3af7b646 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5889fa12-9329-f103-c57f-6e243af7b664-3af7b646 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #Name.w-node-_664d46c0-cd6e-cd5e-8949-5de930e5146e-181db7b4, #Email-3.w-node-_664d46c0-cd6e-cd5e-8949-5de930e51470-181db7b4, #w-node-_664d46c0-cd6e-cd5e-8949-5de930e51478-181db7b4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Redaction';
  src: url('../fonts/Redaction-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction';
  src: url('../fonts/Redaction-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction';
  src: url('../fonts/Redaction-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Homepage Latest Articles Grid - 3 columns */
.grid-3-equal-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

@media screen and (max-width: 991px) {
  .grid-3-equal-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 479px) {
  .grid-3-equal-columns {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   Hero Banner Section - Enhanced UI
   ============================================ */

.hero-banner {
  position: relative;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 2% 100px;
  overflow: hidden;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0a0a0a 100%);
}

.hero-banner-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.04) 0%, transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.04) 0%, transparent 40%),
    radial-gradient(circle at 40% 60%, rgba(100, 100, 255, 0.03) 0%, transparent 50%);
  background-size: 100% 100%;
}

.hero-pattern::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.8;
}

.hero-pattern::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: heroGlowRotate 20s linear infinite;
}

@keyframes heroGlowRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.hero-gradient-overlay {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse at 50% 0%, rgba(77, 77, 120, 0.25) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 100%, rgba(60, 60, 100, 0.15) 0%, transparent 50%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 950px;
  animation: heroFadeIn 1s ease-out;
}

@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50px;
  padding: 12px 24px;
  margin-bottom: 35px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 1px;
  text-transform: uppercase;
  animation: heroBadgeFloat 4s ease-in-out infinite;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

@keyframes heroBadgeFloat {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  50% {
    transform: translateY(-5px);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  }
}

.hero-badge-icon {
  width: 18px;
  height: 18px;
  opacity: 0.95;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.3));
}

.hero-title {
  font-family: Redaction, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin: 0 0 30px;
  letter-spacing: -2px;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.hero-title-accent {
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, #fff 0%, #d0d0ff 50%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: heroAccentShimmer 3s ease-in-out infinite;
}

@keyframes heroAccentShimmer {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.hero-title-accent::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: -5px;
  right: -5px;
  height: 12px;
  background: linear-gradient(90deg, rgba(100, 100, 255, 0.3) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(100, 100, 255, 0.3) 100%);
  border-radius: 6px;
  z-index: -1;
  filter: blur(2px);
}

.hero-subtitle {
  font-family: Redaction, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  max-width: 720px;
  margin: 0 auto 50px;
}

.hero-cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 70px;
}

.hero-cta-primary {
  background: linear-gradient(135deg, #fff 0%, #f0f0f5 100%) !important;
  color: #0a0a0a !important;
  border: none;
  font-weight: 700;
  padding: 18px 40px !important;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(255, 255, 255, 0);
  position: relative;
  overflow: hidden;
}

.hero-cta-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.hero-cta-primary:hover::before {
  transform: translateX(100%);
}

.hero-cta-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 40px rgba(255, 255, 255, 0.25), 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.hero-cta-secondary {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.25);
  font-weight: 600;
  padding: 16px 38px !important;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 30px 50px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.hero-stat-number {
  font-family: Redaction, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-stat-label {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-stat-divider {
  width: 1px;
  height: 50px;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.hero-scroll-line {
  width: 2px;
  height: 50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, transparent 100%);
  border-radius: 2px;
  animation: heroScrollPulse 2.5s ease-in-out infinite;
}

@keyframes heroScrollPulse {
  0%, 100% {
    opacity: 0.4;
    transform: scaleY(1) translateY(0);
  }
  50% {
    opacity: 1;
    transform: scaleY(1.1) translateY(5px);
  }
}

/* Hero Banner - Tablet Responsive */
@media screen and (max-width: 991px) {
  .hero-banner {
    min-height: 85vh;
    padding: 100px 3% 80px;
  }

  .hero-title {
    font-size: 58px;
  }

  .hero-subtitle {
    font-size: 19px;
    max-width: 620px;
  }

  .hero-stats {
    gap: 25px;
    padding: 25px 35px;
  }

  .hero-stat-number {
    font-size: 26px;
  }
}

/* Hero Banner - Mobile Responsive */
@media screen and (max-width: 767px) {
  .hero-banner {
    min-height: 80vh;
    padding: 80px 4% 60px;
  }

  .hero-badge {
    font-size: 10px;
    padding: 10px 18px;
    margin-bottom: 28px;
  }

  .hero-title {
    font-size: 44px;
    margin-bottom: 24px;
    letter-spacing: -1px;
  }

  .hero-subtitle {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 35px;
  }

  .hero-cta-wrapper {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 50px;
  }

  .hero-cta-primary,
  .hero-cta-secondary {
    width: 100%;
    max-width: 300px;
    padding: 16px 28px !important;
  }

  .hero-stats {
    flex-direction: row;
    gap: 20px;
    padding: 22px 28px;
    border-radius: 16px;
  }

  .hero-stat-number {
    font-size: 22px;
  }

  .hero-stat-label {
    font-size: 10px;
  }

  .hero-stat-divider {
    height: 35px;
  }

  .hero-scroll-indicator {
    display: none;
  }
}

/* Hero Banner - Small Mobile Responsive */
@media screen and (max-width: 479px) {
  .hero-banner {
    min-height: 75vh;
    padding: 70px 5% 50px;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 15px;
  }

  .hero-stats {
    padding: 18px 22px;
    gap: 15px;
  }

  .hero-stat-number {
    font-size: 18px;
  }

  .hero-stat-label {
    font-size: 9px;
  }
}

/* ============================================
   Latest Articles Section - Equal Height Cards
   ============================================ */

/* Ensure grid items stretch to equal height */
.grid-3-equal-columns .w-dyn-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Make the card link fill the container */
.grid-3-equal-columns .blog-featured-wrapper._2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.grid-3-equal-columns .blog-featured-wrapper._2:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.08);
}

/* Fixed height for article images */
.grid-3-equal-columns .blog-features-small-photo._2 {
  min-height: 200px;
  height: 200px;
  flex-shrink: 0;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
  transition: transform 0.4s ease;
}

.grid-3-equal-columns .blog-featured-wrapper._2:hover .blog-features-small-photo._2 {
  transform: scale(1.03);
}

/* Card content area with flex-grow */
.grid-3-equal-columns .blog-featured-wrapper._2 > div:last-child {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 18px 20px 22px;
}

/* Push the excerpt to fill remaining space */
.grid-3-equal-columns .margin-10px {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.grid-3-equal-columns .paragraph-small {
  color: var(--dim-grey);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Style enhancements for article cards */
.grid-3-equal-columns .blog-title-small {
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 0;
  transition: color 0.3s ease;
}

.grid-3-equal-columns .blog-featured-wrapper._2:hover .blog-title-small {
  color: var(--dim-grey);
}

.grid-3-equal-columns .data-created {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--dim-grey-2);
}

/* ============================================
   Featured Story Section - Enhanced UI
   ============================================ */

.featured-story-section {
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
  position: relative;
  overflow: hidden;
}

.featured-story-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 50%, transparent 100%);
}

/* Enhanced featured image container */
.photo-animation-2._2 {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.photo-animation-2._2::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.photo-animation-2._2:hover::before {
  opacity: 1;
}

.photo-animation-2._2:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.photo-animation-2._2 .photo {
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.photo-animation-2._2:hover .photo {
  transform: scale(1.05);
}

/* Featured story badge */
.featured-story-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.featured-story-badge img {
  width: 14px;
  height: 14px;
}

/* Featured story title */
.featured-story-title {
  font-family: Redaction, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
  margin: 10px 0 0;
  transition: color 0.3s ease;
}

/* Featured story excerpt */
.featured-story-excerpt {
  font-family: Redaction, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: var(--dim-grey);
  max-width: 600px;
  margin: 0 auto;
}

/* Enhanced CTA button for featured story */
.featured-story-cta {
  position: relative;
  overflow: hidden;
  background: #000 !important;
  color: #fff !important;
  padding: 16px 32px !important;
  border-radius: 8px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.featured-story-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}

.featured-story-cta:hover::before {
  transform: translateX(100%);
}

.featured-story-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  background: var(--dark-slate-grey) !important;
}

/* Featured story wrapper refinements */
.about-wrapper {
  position: relative;
}

.about-wrapper .title-3 {
  font-size: 30px;
  line-height: 1.3;
}

/* Responsive adjustments for Featured Story */
@media screen and (max-width: 991px) {
  .photo-animation-2._2 {
    max-width: 90%;
  }
  
  .about-wrapper {
    max-width: 80%;
  }
  
  .featured-story-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .photo-animation-2._2 {
    max-width: 100%;
    border-radius: 12px;
  }
  
  .about-wrapper {
    max-width: 95%;
  }
  
  .featured-story-title {
    font-size: 24px;
  }
  
  .featured-story-excerpt {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .featured-story-title {
    font-size: 22px;
  }
  
  .featured-story-excerpt {
    font-size: 15px;
  }
  
  .featured-story-badge {
    font-size: 10px;
    padding: 6px 14px;
  }
}

/* ============================================
   Hero Background Image
   ============================================ */

.hero-image-container {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.35;
  filter: saturate(0.8);
  transform: scale(1.05);
  animation: heroImageZoom 30s ease-in-out infinite alternate;
}

@keyframes heroImageZoom {
  0% {
    transform: scale(1.05) translateY(0);
  }
  100% {
    transform: scale(1.12) translateY(-2%);
  }
}

/* Adjust overlay for better text contrast with image */
.hero-banner .hero-gradient-overlay {
  background: 
    radial-gradient(ellipse at 50% 0%, rgba(20, 20, 40, 0.7) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 100%, rgba(10, 10, 30, 0.6) 0%, transparent 50%),
    linear-gradient(180deg, rgba(10, 10, 20, 0.4) 0%, rgba(0, 0, 0, 0.75) 100%);
}

/* ============================================
   Blog Pagination Styles
   ============================================ */

.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.pagination-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
}

.pagination-btn:hover:not(.pagination-disabled) {
  background: var(--black);
  color: #fff;
  border-color: var(--black);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.pagination-btn:hover:not(.pagination-disabled) svg {
  stroke: #fff;
}

.pagination-btn svg {
  stroke: var(--black);
  transition: stroke 0.25s ease;
}

.pagination-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.pagination-numbers {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pagination-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 8px 14px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--dim-grey);
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.pagination-number:hover:not(.pagination-current) {
  background: #f5f5f5;
  border-color: #ccc;
  color: var(--black);
}

.pagination-current {
  background: var(--black);
  color: #fff;
  border-color: var(--black);
  cursor: default;
}

.pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 44px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--dim-grey-2);
  cursor: default;
}

.pagination-info {
  text-align: center;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--dim-grey-2);
}

.pagination-info-separator {
  margin: 0 8px;
  opacity: 0.5;
}

/* Pagination - Tablet Responsive */
@media screen and (max-width: 991px) {
  .pagination-wrapper {
    gap: 10px;
  }

  .pagination-btn {
    padding: 10px 16px;
    font-size: 13px;
  }

  .pagination-number {
    min-width: 40px;
    height: 40px;
    padding: 6px 12px;
    font-size: 13px;
  }

  .pagination-ellipsis {
    min-width: 28px;
    height: 40px;
  }
}

/* Pagination - Mobile Responsive */
@media screen and (max-width: 767px) {
  .pagination-wrapper {
    gap: 8px;
  }

  .pagination-btn {
    padding: 10px 14px;
    font-size: 13px;
  }

  .pagination-btn span {
    display: none;
  }

  .pagination-btn svg {
    margin: 0;
  }

  .pagination-number {
    min-width: 38px;
    height: 38px;
    padding: 6px 10px;
    font-size: 13px;
  }

  .pagination-ellipsis {
    min-width: 24px;
    height: 38px;
    font-size: 14px;
  }

  .pagination-info {
    font-size: 13px;
    margin-top: 16px;
  }
}

/* Pagination - Small Mobile Responsive */
@media screen and (max-width: 479px) {
  .pagination-wrapper {
    gap: 6px;
  }

  .pagination-btn {
    padding: 8px 12px;
  }

  .pagination-number {
    min-width: 36px;
    height: 36px;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 6px;
  }

  .pagination-ellipsis {
    min-width: 20px;
    height: 36px;
    font-size: 12px;
  }

  .pagination-info {
    font-size: 12px;
    margin-top: 14px;
  }

  .pagination-info-separator {
    display: none;
  }

  .pagination-info::before {
    content: '\A';
    white-space: pre;
  }
}

/* ============================================
   Blog Media List Layout
   ============================================ */

.blog-media-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.blog-media-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  transition: all 0.25s ease;
}

.blog-media-list .w-dyn-item:last-child .blog-media-item {
  border-bottom: none;
}

.blog-media-item:hover {
  opacity: 0.8;
}

.blog-media-item:hover .blog-media-title {
  color: var(--dim-grey);
}

.blog-media-image {
  flex-shrink: 0;
  width: 280px;
  height: 180px;
  background-color: #f5f5f5;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.blog-media-item:hover .blog-media-image {
  transform: scale(1.02);
}

.blog-media-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 5px;
}

.blog-media-date {
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--dim-grey-2);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-media-title {
  font-family: Redaction, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--black);
  margin: 0 0 12px;
  transition: color 0.25s ease;
}

.blog-media-excerpt {
  font-family: Redaction, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--dim-grey);
  margin: 0;
}

/* Blog Media List - Tablet Responsive */
@media screen and (max-width: 991px) {
  .blog-media-item {
    gap: 25px;
    padding: 25px 0;
  }

  .blog-media-image {
    width: 220px;
    height: 150px;
  }

  .blog-media-title {
    font-size: 20px;
  }
}

/* Blog Media List - Mobile Responsive */
@media screen and (max-width: 767px) {
  .blog-media-item {
    flex-direction: column;
    gap: 15px;
    padding: 25px 0;
  }

  .blog-media-image {
    width: 100%;
    height: 200px;
  }

  .blog-media-content {
    padding-top: 0;
  }

  .blog-media-title {
    font-size: 19px;
  }
}

/* Blog Media List - Small Mobile Responsive */
@media screen and (max-width: 479px) {
  .blog-media-item {
    padding: 20px 0;
  }

  .blog-media-image {
    height: 180px;
    border-radius: 6px;
  }

  .blog-media-title {
    font-size: 18px;
  }

  .blog-media-excerpt {
    font-size: 14px;
  }
}

/* ============================================
   Blog Page Banner - Enhanced UI
   ============================================ */

.blog-banner {
  position: relative;
  padding: 100px 2% 80px;
  overflow: hidden;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f0f0f 100%);
}

.blog-banner-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.blog-banner-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.02) 0%, transparent 40%);
  background-size: 100% 100%;
}

.blog-banner-pattern::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.6;
}

.blog-banner-gradient {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse at 50% 0%, rgba(60, 60, 80, 0.2) 0%, transparent 70%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
}

.blog-banner-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  animation: blogBannerFadeIn 0.8s ease-out;
}

@keyframes blogBannerFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.blog-banner-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  padding: 10px 20px;
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.blog-banner-badge-icon {
  width: 16px;
  height: 16px;
  opacity: 0.9;
}

.blog-banner-badge svg {
  width: 16px;
  height: 16px;
  opacity: 0.9;
}

.blog-banner-title {
  font-family: Redaction, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 20px;
  letter-spacing: -1px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.blog-banner-subtitle {
  font-family: Redaction, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto 35px;
}

.blog-banner-stats {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 20px 40px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}

.blog-banner-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.blog-banner-stat-number {
  font-family: Redaction, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.blog-banner-stat-label {
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-banner-stat-divider {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.15) 50%, transparent 100%);
}

.blog-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 10px;
}

.blog-banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.blog-banner-btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.blog-banner-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.blog-banner-btn-secondary svg {
  transition: transform 0.3s ease;
}

.blog-banner-btn-secondary:hover svg {
  transform: translateX(-3px);
}

.blog-banner-decoration {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.blog-banner-decoration-circle {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(100, 100, 150, 0.08) 0%, transparent 70%);
  top: -200px;
  right: -100px;
}

.blog-banner-decoration-circle-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(80, 80, 120, 0.06) 0%, transparent 70%);
  top: auto;
  bottom: -150px;
  right: auto;
  left: -100px;
}

/* Blog Banner - Tablet Responsive */
@media screen and (max-width: 991px) {
  .blog-banner {
    padding: 80px 3% 60px;
  }

  .blog-banner-title {
    font-size: 50px;
  }

  .blog-banner-subtitle {
    font-size: 17px;
    max-width: 550px;
  }

  .blog-banner-stats {
    gap: 25px;
    padding: 18px 35px;
  }

  .blog-banner-stat-number {
    font-size: 24px;
  }
}

/* Blog Banner - Mobile Responsive */
@media screen and (max-width: 767px) {
  .blog-banner {
    padding: 70px 4% 50px;
  }

  .blog-banner-badge {
    font-size: 10px;
    padding: 8px 16px;
    margin-bottom: 20px;
  }

  .blog-banner-title {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .blog-banner-subtitle {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 28px;
  }

  .blog-banner-stats {
    gap: 20px;
    padding: 16px 28px;
    border-radius: 12px;
  }

  .blog-banner-stat-number {
    font-size: 22px;
  }

  .blog-banner-stat-label {
    font-size: 10px;
  }

  .blog-banner-stat-divider {
    height: 32px;
  }

  .blog-banner-btn {
    padding: 12px 22px;
    font-size: 13px;
  }
}

/* Blog Banner - Small Mobile Responsive */
@media screen and (max-width: 479px) {
  .blog-banner {
    padding: 60px 5% 45px;
  }

  .blog-banner-title {
    font-size: 32px;
  }

  .blog-banner-subtitle {
    font-size: 15px;
  }

  .blog-banner-stats {
    padding: 14px 24px;
    gap: 16px;
  }

  .blog-banner-stat-number {
    font-size: 20px;
  }

  .blog-banner-stat-label {
    font-size: 9px;
  }

  .blog-banner-stat-divider {
    height: 28px;
  }

  .blog-banner-decoration-circle {
    width: 250px;
    height: 250px;
    top: -125px;
    right: -75px;
  }

  .blog-banner-decoration-circle-2 {
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: -75px;
  }
}