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

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0px;
  bottom: auto;
  background-color: transparent;
}

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

.w-commerce-commercecartheader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.w-commerce-commercecartformwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartlist {
  overflow: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-overflow-scrolling: touch;
}

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

.w-commerce-commercecartiteminfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecartfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

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

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

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

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

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

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

.w-commerce-commercecartemptystate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecarterrorstate {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  background-color: #ffdede;
}

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

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

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

.w-commerce-commercecheckoutdiscountsinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  min-width: 0px;
}

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

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

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

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

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

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

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

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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

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

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

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

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }

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

body {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #faf6f2;
  font-family: Mulish, sans-serif;
  color: #792f6c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

h1 {
  margin-top: 0em;
  margin-bottom: 0.25em;
  padding-top: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #792f6c;
  font-size: 3.5rem;
  line-height: 3.75rem;
  font-weight: 400;
}

h2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: 'DM Sans', sans-serif;
  font-size: 2.6rem;
  line-height: 2.8rem;
  font-weight: 400;
}

h3 {
  position: relative;
  z-index: 1;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: 'DM Sans', sans-serif;
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 400;
  text-align: left;
}

h4 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: 'DM Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: left;
}

h5 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

h6 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.65rem;
  line-height: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

p {
  margin-bottom: 1em;
  font-family: Mulish, sans-serif;
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 300;
}

a {
  border-bottom: 0.1em solid #ff8d7b;
  color: #792f6c;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  border-bottom-color: #ffe8d0;
}

ul {
  list-style-type: none;
}

li {
  font-size: 1.1rem;
  line-height: 1.8rem;
  list-style-type: disc;
}

blockquote {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1.5em 2em;
  border-left: 5px none #e2e2e2;
  border-radius: 0.25em;
  background-color: #fff;
  background-image: url('../images/Adoptable_Spark-Left_pink.svg');
  background-position: 6px 6px;
  background-size: 50px;
  background-repeat: no-repeat;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 400;
}

figcaption {
  margin-top: 5px;
  color: rgba(121, 47, 109, 0.6);
  font-size: 1rem;
  line-height: 1.6rem;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.section {
  position: relative;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3em;
  padding-bottom: 3em;
}

.section.wide {
  overflow: hidden;
  max-width: none;
  padding-top: 2em;
  padding-bottom: 2em;
}

.section.wide.white {
  position: relative;
  background-color: #fff;
}

.section.wide.pet-page {
  position: relative;
  padding-top: 0em;
  background-color: #fff;
}

.section.wide.no-padding {
  padding-top: 0em;
  padding-bottom: 0em;
}

.section.no-bottom-padding {
  padding-bottom: 0em;
}

.section.no-bottom-padding.no-top-padding {
  padding-top: 0em;
}

.section.bottom-margin-3em {
  margin-bottom: 3em;
}

.section.negative-bottom-margin-padding {
  margin-bottom: -3em;
  padding-bottom: 0em;
}

.section.no-padding {
  padding-top: 0em;
  padding-bottom: 0em;
}

.section._100vh {
  min-height: 50vh;
}

.container-1440 {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2vw;
  padding-left: 2vw;
}

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

.container-1440.full-width {
  max-width: none;
}

.container-1440.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-1440.checkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-1440.bottom-padding-1em {
  padding-bottom: 1em;
}

.container-1440.bottom-padding-1em.top-padding-2em {
  padding-top: 2em;
}

.style-guide-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  -ms-grid-columns: 0.4fr 1fr;
  grid-template-columns: 0.4fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card {
  position: relative;
  z-index: 1;
  max-width: 60vw;
  padding: 1.5em;
  border-style: none;
  border-radius: 0.25em;
  background-color: #fff;
}

.card.newsletter-offset {
  position: relative;
  top: -2em;
  z-index: 2;
}

.card.minus-bottom-radius {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card.minus-bottom-radius.no-top-padding {
  margin-top: -2em;
  padding-top: 0em;
}

.card.blog-post-thumbnail {
  z-index: -2;
  width: 100%;
  margin: -2em auto;
  padding-bottom: 0em;
  text-align: left;
}

.card.small-blog-post-thumbnail {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  height: auto;
  margin-top: -2em;
  padding-top: 2em;
}

.card.slider-offset {
  margin-top: -2em;
}

.card.donation-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
}

.card.process {
  display: -ms-grid;
  display: grid;
  padding: 1em 2em 0em 0em;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 0px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  text-align: left;
}

.card.pet-profile-details {
  min-width: 100%;
  margin-bottom: 3em;
  border-top-left-radius: 0px;
  border-top-right-radius: 0em;
  background-color: #faf6f2;
}

.card.cart {
  max-width: 660px;
  min-width: auto;
  padding-top: 0.5em;
  box-shadow: none;
}

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

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

.webflow-class {
  display: inline-block;
  margin: 4px 4px 4px 0px;
  padding: 2px 8px 3px;
  border-radius: 3px;
  background-color: #e9f2ff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #38f;
  font-size: 0.7em;
  line-height: 1.4em;
  font-weight: 300;
}

.webflow-class:hover {
  background-color: #38f;
  color: #fff;
}

.webflow-class.html-tag {
  background-color: #fff1fa;
  color: #db4ca5;
}

.webflow-class.html-tag:hover {
  background-color: #db4ca5;
  color: #fff;
}

.large-text {
  margin-bottom: 1em;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 300;
}

.large-text.bottom-margin-3em {
  margin-bottom: 3em;
}

.small-text {
  font-family: Mulish, sans-serif;
  color: rgba(121, 47, 109, 0.6);
  font-size: 0.8rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.small-text.reversed {
  color: #faf6f2;
}

.small-text.no-wrap {
  white-space: nowrap;
}

.small-text.no-wrap.margins {
  margin-left: 0.5em;
  border-bottom-color: #fff;
}

.style-guide-swatches-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.color-swatch {
  position: relative;
  width: 100px;
  height: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.color-swatch.dark-brand-color {
  background-color: #792f6c;
}

.color-swatch.brand-color-1 {
  background-color: #ff8d7b;
}

.color-swatch.light-color {
  background-color: #faf6f2;
}

.color-swatch.neutral-color-1 {
  background-color: #f0e3d2;
}

.color-swatch.neutral-color-2 {
  background-color: #e0c4c8;
}

.color-swatch.brand-color-2 {
  background-color: #ecc3ee;
}

.color-swatch.brand-color-3 {
  background-color: #ffe8d0;
}

.color-swatch.brand-color-4 {
  background-color: #80e6a2;
}

.color-swatch.brand-color-5 {
  background-color: #97b5ff;
}

.color-swatch.brand-color-6 {
  background-color: #d9fdc1;
}

.color-swatch.success-color {
  background-color: #10c94e;
}

.color-swatch.error-color {
  background-color: #ff5237;
}

.color-swatch.alert-color {
  background-color: #ffc32a;
}

.global-corner-angle {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 25px;
  height: 25px;
  background-image: linear-gradient(135deg, transparent 50%, #fff 51%);
}

.color-swatch-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
  background-color: #faf6f2;
}

.nav-logo {
  position: relative;
  display: block;
  width: 1rem;
  margin-left: 1em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.nav-link {
  display: inline-block;
  margin: 1em 0px;
  padding: 1em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-bottom-style: none;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  font-family: 'DM Sans', sans-serif;
  color: #792f6c;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.nav-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.nav-link.footer {
  margin: 1em auto 1em 0px;
  padding: 1em 0em;
  background-color: transparent;
  color: #fff;
}

.nav-link.right-margin-1em {
  margin-right: 1em;
}

.button {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 0.25em;
  background-color: #ffe8d0;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  font-family: 'DM Sans', sans-serif;
  color: #792f6c;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.button:hover {
  border-style: none;
  border-color: #ffdabc;
  background-color: #ffdabc;
  opacity: 1;
  color: #792f6c;
}

.button.full-width {
  width: 100%;
  background-color: #ffe8d0;
}

.button.brand-color-1 {
  background-color: #ff8d7b;
}

.button.brand-color-1:hover {
  background-color: #ff776d;
}

.button.large {
  padding: 1.25em 1.75em;
}

.button.large.search-button {
  margin-left: 2em;
}

.button.top-margin {
  margin-top: 2em;
}

.button.brand-color-3 {
  background-color: #80e6a2;
}

.button.brand-color-3:hover {
  background-color: #4be47e;
}

.navbar {
  background-color: #faf6f2;
}

.nav-grid-container {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  -ms-grid-columns: 1fr auto auto auto;
  grid-template-columns: 1fr auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 3px none #f0e3d2;
  background-color: #faf6f2;
}

.header {
  position: relative;
  overflow: hidden;
  margin-top: 0em;
  padding-top: 3em;
  padding-bottom: 0em;
}

.header.pet-profile {
  padding-bottom: 3em;
}

.icon {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 1.5em;
  max-width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon.large {
  width: 4.5em;
  margin: 0.5em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.icon.extra-large {
  width: 8em;
  margin: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.icon.extra-large.centered {
  margin-right: auto;
  margin-left: auto;
}

.icon.medium {
  width: 2em;
  margin: 0.5em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.icon.small {
  margin: 0.5em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.badge {
  display: inline-block;
  margin: 0.25em 0.2em;
  padding: 0.15em 1em;
  border-bottom-style: none;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.badge:hover {
  background-color: rgba(240, 227, 210, 0.5);
}

.badge.brand-color-6 {
  background-color: #d9fdc1;
}

.badge.brand-color-6:hover {
  background-color: rgba(227, 254, 195, 0.5);
}

.badge.brand-color-3 {
  background-color: #ffe8d0;
}

.badge.brand-color-3:hover {
  background-color: rgba(254, 228, 195, 0.5);
}

.badge.dark-brand-color {
  position: relative;
  z-index: 2;
  background-color: #792f6c;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 0.65rem;
  line-height: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

.tags-collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: -0.2em;
  margin-left: -0.2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tags-collection-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._2-column-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-column-grid.blog-cards {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

._2-column-grid.no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.badge-outline {
  display: inline-block;
  margin: 0.25em 0.2em;
  padding: 0em 0.75em;
  border-style: solid;
  border-width: 2px;
  border-color: #f0e3d2;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease-in-out;
  transition: border-color 200ms ease-in-out;
}

.badge-outline:hover {
  border-width: 2px;
  border-color: #e0c4c8;
}

.badge-outline.brand-color-6 {
  border-color: #d9fdc1;
}

.badge-outline.brand-color-6:hover {
  border-color: #80e6a2;
}

.badge-outline.brand-color-3 {
  margin-bottom: 0.25em;
  border-color: #ffe8d0;
  -webkit-transition: border-color 200ms ease-in-out;
  transition: border-color 200ms ease-in-out;
}

.badge-outline.brand-color-3:hover {
  border-color: #ff8d7b;
  opacity: 1;
}

.badge-outline.white {
  position: relative;
  z-index: 2;
  border-color: #fff;
}

.badge-outline.white:hover {
  border-color: hsla(0, 0%, 100%, 0.3);
}

.badge-outline.no-margin-left {
  margin-left: 0em;
}

.dropdown {
  padding: 0em 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.center {
  position: relative;
  z-index: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.menu-button {
  padding: 0px;
}

.nav-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}

.menu-icon-wrapper {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.search-input {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1.5em 0px;
  border: 1px none #000;
  background-color: transparent;
  background-image: url('../images/Adoptable_Underline_light-blue.svg');
  background-position: 50% 100%;
  background-size: 125px;
  background-repeat: repeat-x;
  font-family: 'DM Sans', sans-serif;
  color: #792f6c;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.search-input.large {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom-style: none;
  background-image: url('../images/Graphics_Adoptable_Sketchy-Line_Light-Blue.svg');
  background-position: 50% 100%;
  background-size: 100% 6px;
  background-repeat: repeat-x;
}

._3-column-grid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3-column-grid.health-stats {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

._3-column-grid.health-stats.margin-top-1em {
  margin-top: 1em;
}

.profile-card-link-block {
  display: block;
  overflow: visible;
  border-bottom-style: none;
  text-align: center;
}

.heading-container {
  position: relative;
  z-index: 3;
  margin-right: auto;
  margin-bottom: 3em;
  margin-left: auto;
  text-align: center;
}

.home-header-images-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 90%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-padding {
  position: relative;
  z-index: 2;
  padding: 1.5em;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.content-padding.centered-content {
  padding: 1em;
  text-align: center;
}

.content-padding.centered-content.bottom-margin-3em {
  margin-bottom: 3em;
}

.content-padding.blog-card {
  width: 100%;
  height: 100%;
  margin-top: -1em;
  padding: 0em 1.5em;
}

.content-padding.profile-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffd986;
  text-align: center;
}

.content-padding.donate-cards {
  padding-top: 2em;
}

.content-padding.donation-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flex-horizontal.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-horizontal.right-notes {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-horizontal.left-align {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-horizontal.socials-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.flex-horizontal.justify-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px none #f0e3d2;
}

.flex-horizontal.justify-space-between.shipping {
  margin-left: 0.5em;
}

.flex-horizontal.left-notes {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-horizontal.get-in-touch-note {
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-horizontal.discount-code {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.profile-card-half {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 360px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #ebebeb;
}

.footer {
  position: relative;
  margin-top: 0em;
  padding-bottom: 2em;
  background-color: #3d153d;
}

.right-arrow {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1em;
  margin-right: 2em;
  margin-left: 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonial-slide {
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  padding-right: 4em;
  padding-left: 4em;
  background-color: transparent;
}

.testimonial-slider {
  height: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: transparent;
}

.avatar {
  position: relative;
  overflow: hidden;
  width: 7em;
  height: 7em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 200px;
  background-color: #ececec;
  -o-object-fit: cover;
  object-fit: cover;
}

.avatar.small-testimonial {
  width: 10em;
  height: 10em;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  -ms-grid-columns: 1fr 2fr 1fr 1fr;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.template-footer {
  background-color: #250925;
}

.footer-links-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-links {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.5em;
  margin-right: 0.75em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-style: none;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.social-links:hover {
  opacity: 0.7;
}

.small-footer-link {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 1em 2em 1em 0em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-bottom-style: none;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  font-family: 'DM Sans', sans-serif;
  color: #792f6c;
  font-size: 0.8rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-decoration: none;
}

.small-footer-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.small-footer-link.reverse {
  margin-right: auto;
  margin-left: 0px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  color: #fff;
}

.pet-thumbnail-image {
  position: relative;
  width: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -o-object-fit: cover;
  object-fit: cover;
}

.pet-page-heading {
  position: static;
  z-index: 2;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.pet-page-heading.margin-right-25em {
  margin-right: 0.25em;
}

.pet-header-images-grid {
  position: relative;
  top: 2em;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dotted-divider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.5em 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #f0e3d2;
}

.dotted-divider-container.justify-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dotted-divider-container.no-dots {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom-style: none;
}

.stats-heading {
  display: block;
  margin-bottom: 0.5em;
  color: #ff8d7b;
}

.stats-heading.brand-color-4 {
  color: #80e6a2;
}

.inline {
  display: block;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.inline.margin-right-1em {
  margin-right: 1em;
}

.inline.margin-right-25em {
  margin-right: 0.25em;
}

.stats-row-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4em;
  height: 4em;
  margin: 0.5em auto;
  padding: 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #50114f;
}

.circle-icon.brand-color-2 {
  background-color: #ecc3ee;
}

.circle-icon.brand-color-5 {
  background-color: #97b5ff;
}

.circle-icon.neutral-color-2 {
  background-color: #e0c4c8;
}

.circle-icon.white-bullets {
  margin-right: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-vertical.centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.flex-vertical.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-vertical.justify-space-between {
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-vertical.align-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navigation-button {
  position: relative;
  margin-right: 0.5em;
  padding: 0.75em 1em;
  border: 1px none #000;
  border-radius: 0.25em;
  background-color: #ffe8d0;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  font-family: 'DM Sans', sans-serif;
  color: #792f6c;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  white-space: nowrap;
}

.navigation-button:hover {
  border-style: none;
  border-width: 2px;
  border-color: #ff8d7b;
  border-radius: 0.25em;
  background-color: #ffdabc;
  opacity: 1;
}

.navigation-button.cart {
  margin-right: 0em;
}

.bottom-margin-1em {
  margin-bottom: 1em;
}

.pet-profiles-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #faf6f2;
  background-image: url('../images/Furry-Pattern_Groomed-Cat-01.svg');
  background-position: 0px 0px;
  background-size: 200px;
}

.homepage-2-column-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.profile-descriptor {
  position: relative;
  z-index: 2;
  margin-top: 0em;
  margin-bottom: 0em;
  color: #792f6c;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: center;
}

.text-field {
  width: 100%;
  height: 3.5em;
  min-width: 70vw;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #3898ec;
  border-radius: 1px;
  background-color: transparent;
  background-image: url('../images/Adoptable_Wiggle-Style-1_light-blue.svg');
  background-position: 50% 100%;
  background-size: auto 10px;
  background-repeat: repeat-x;
}

.field-label {
  margin-top: 1em;
  font-family: Mulish, sans-serif;
  font-weight: 400;
}

.form-field-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.short-fur-pattern {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: url('../images/Furry-Pattern_Groomed-Cat-01-01.png');
  background-position: 50% 50%;
  background-size: 150px;
  background-attachment: scroll;
  opacity: 0.3;
}

.short-fur-pattern.bigger {
  position: absolute;
  background-image: url('../images/Furry-Pattern_Groomed-Cat-01-01.png');
  background-size: 200px;
  background-attachment: scroll;
}

.short-fur-pattern.bigger.lighter {
  opacity: 0.05;
}

.short-fur-pattern.hide-desktop {
  display: none;
}

.profile-icon {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.underline-wavey {
  background-image: url('../images/Adoptable_Wiggle-Style-1_orange.svg');
  background-position: 50% 100%;
  background-size: 300px;
  background-repeat: repeat-x;
  color: #792f6c;
  font-weight: 400;
}

.underline-wavey.brand-color-2 {
  background-image: url('../images/Adoptable_Wiggle-Style-1_pink.svg');
  font-size: 2.5rem;
}

.underline-wavey.brand-color-2.h2 {
  background-size: 240px;
}

.underline-wavey.brand-color-4 {
  background-image: url('../images/Adoptable_Wiggle-Style-1_green.svg');
}

.underline-wavey.brand-color-4.h2 {
  background-size: 250px;
}

.underline-wavey.brand-color-5 {
  background-image: url('../images/Adoptable_Wiggle-Style-1_light-blue.svg');
}

.long-fur-pattern {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: url('../images/Furry-Pattern_Wet-Dog-01.png');
  background-position: 50% 50%;
  background-size: 150px;
  opacity: 0.3;
}

.long-fur-pattern.bigger {
  background-image: url('../images/Furry-Pattern_Wet-Dog-01.png');
  background-size: 200px;
  background-attachment: scroll;
}

.handwriting {
  font-family: Mali, sans-serif;
  color: #792f6c;
  font-size: 1.35rem;
}

.handwriting.margins {
  margin: 1em;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.handwriting.margin-right-space {
  margin-right: 0.3em;
  white-space: nowrap;
}

.handwriting.top-margin {
  margin-top: 1em;
  margin-bottom: 0em;
}

.rotate-arrow {
  margin-right: 0em;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.form-field-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-arrow {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1em;
  margin-right: 0.5em;
  margin-left: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.underline-sketchy {
  background-image: url('../images/Adoptable_Underline_orange.svg');
  background-position: 50% 100%;
  background-size: 200px;
  background-repeat: repeat-x;
  color: #792f6c;
  font-weight: 400;
}

.underline-sketchy.brand-color-4 {
  background-image: url('../images/Adoptable_Underline_green.svg');
  font-size: 2.5rem;
}

.underline-sketchy.brand-color-5 {
  background-image: url('../images/Adoptable_Underline_light-blue.svg');
}

.underline-sketchy.brand-color-5.h2 {
  background-size: 150px;
}

.circle-image-mask {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  width: 16em;
  height: 16em;
  margin-right: auto;
  margin-left: auto;
  border-radius: 200px;
  background-color: #ececec;
}

.hide {
  display: none;
}

.testimonial-mask {
  overflow: hidden;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.spark-left {
  display: inline-block;
  overflow: visible;
  margin-top: -0.25em;
  margin-left: -0.4em;
  padding-top: 0.25em;
  padding-left: 0.4em;
  background-image: url('../images/Adoptable_Spark-Left_orange.svg');
  background-position: 0% 0%;
  background-size: 0.75em;
  background-repeat: no-repeat;
  color: #792f6c;
  font-size: 2.5rem;
  font-weight: 400;
}

.spark-left.brand-color-2 {
  background-image: url('../images/Adoptable_Spark-Left_pink.svg');
}

.spark-left.brand-color-5 {
  background-image: url('../images/Adoptable_Spark-1_light-blue.svg');
}

.big-lottie-icons-wrapper {
  width: 6em;
  margin-right: auto;
  margin-left: auto;
}

.slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 3em;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reverse {
  border-bottom-color: #792f6c;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.25rem;
}

.reverse:hover {
  border-bottom-color: #ecc3ee;
}

.search-url {
  margin-top: 0.5em;
  color: rgba(95, 31, 94, 0.5);
  font-size: 0.75em;
  line-height: 1.5em;
}

.search-result-item {
  margin-top: 0em;
  margin-bottom: 3em;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 50vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 0px none #000;
  background-color: transparent;
  background-image: url('../images/Adoptable_Underline_green.svg');
  background-position: 50% 100%;
  background-size: 125px;
  background-repeat: repeat-x;
  color: #792f6c;
}

.spark-right {
  display: inline-block;
  margin-right: -0.35em;
  margin-bottom: 0em;
  padding-right: 0.35em;
  background-image: url('../images/Adoptable_Spark-Right_orange.svg');
  background-position: 100% 0%;
  background-size: 0.7em;
  background-repeat: no-repeat;
  font-weight: 400;
}

.spark-right.brand-color-2 {
  background-image: url('../images/Adoptable_Spark-Right_pink.svg');
}

.spark-right.brand-color-4 {
  background-image: url('../images/Adoptable_Spark-Right_green.svg');
}

.spark-right.brand-color-5 {
  background-image: url('../images/Adoptable_Spark-Right_light-blue.svg');
  font-size: 2.5rem;
}

.inside-margin {
  margin-right: 2em;
}

.inside-margin.top-margin {
  margin-top: 2em;
}

.homepage-pet-profiles-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #faf6f2;
  background-image: url('../images/Furry-Pattern_Groomed-Cat-01.svg');
  background-position: 0px 0px;
  background-size: 200px;
}

.empty-state {
  border: 1px none #000;
  background-color: transparent;
  text-align: center;
}

.empty-state.pet-profiles {
  height: 100px;
}

.empty-state.donate {
  border-radius: 0.25em;
  background-color: #ffe8d0;
}

.adoptable-a-lottie {
  width: 4em;
  border-bottom: 1px none #000;
}

.image-container {
  border-bottom-style: none;
}

.image-container.offset {
  position: relative;
  bottom: 2em;
  margin-top: -2em;
  margin-bottom: -2em;
  padding-left: 2em;
  border-bottom-style: none;
}

.homepage-header {
  position: relative;
  overflow: hidden;
  padding-top: 3em;
  padding-bottom: 3em;
}

.accordion-wrapper {
  padding: 1em 1.5em 0em;
  border-radius: 0.25em;
  background-color: #fff;
  cursor: pointer;
}

.accordion-item-content {
  border-top: 1px dashed #f0e3d2;
}

.arrow-icon.small {
  width: 14px;
}

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

.centered-text.squiggly-underline {
  display: inline-block;
  padding-bottom: 0.75em;
  background-image: url('../images/Adoptable_Wiggle-Style-1_orange.svg');
  background-position: 50% 100%;
  background-size: 180px;
  background-repeat: repeat-x;
}

.centered-text.bottom-margin-3em {
  margin-bottom: 3em;
}

.centered-text.slider-offset {
  padding-top: 2em;
}

.blog-thumbnail {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.25em;
  background-color: #eee;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-thumbnail.margins {
  overflow: hidden;
  width: auto;
  margin-right: 1.5em;
  margin-left: 1.5em;
}

.body {
  background-color: #faf6f2;
}

.blog-bottom-padding {
  margin-bottom: 8em;
}

.blog-post-link {
  border-bottom: 1px none #000;
}

.sticky-category-container {
  position: -webkit-sticky;
  position: sticky;
  top: 6em;
  margin-top: -2em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-posts-list-wrapper {
  position: static;
  width: 80%;
  margin-bottom: -3em;
  padding-right: 2em;
}

.blog-tags-list-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px none #f0e3d2;
}

.heading {
  color: #792f6c;
}

.category-collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.big-buttons-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 360px;
  padding: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-bottom-style: none;
}

.small-blog-collection-list-wrapper {
  position: static;
  width: 100%;
}

.blog-thumbnail-image {
  position: relative;
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: -webkit-transform 600ms ease-in-out;
  transition: -webkit-transform 600ms ease-in-out;
  transition: transform 600ms ease-in-out;
  transition: transform 600ms ease-in-out, -webkit-transform 600ms ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-thumbnail-image:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.post-thumbnail-headline-small {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}

.success-message {
  background-color: transparent;
  color: #10c94e;
  font-weight: 400;
  text-align: center;
}

.error-message {
  background-color: transparent;
  color: #ff5237;
  font-weight: 400;
  text-align: center;
}

.error-message.donate {
  border-radius: 0.25em;
  background-color: #ffe8d0;
}

.centered-text {
  position: relative;
  z-index: 1;
  text-align: center;
}

.centered-text.donate-cards {
  margin-top: 0em;
  margin-bottom: 0em;
  font-weight: 500;
}

.centered-text.bottom-margin {
  margin-bottom: 1em;
}

.small-blog-collection-item {
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.small-blog-collection-item:hover {
  -webkit-transform: translate(0px, -1em);
  -ms-transform: translate(0px, -1em);
  transform: translate(0px, -1em);
}

.testimonial-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.arrow-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5.5em;
}

.slide-nav {
  position: relative;
  padding-top: 1em;
  opacity: 0.3;
  font-size: 0.6em;
  line-height: 1.2em;
}

.blog-post-header-image {
  position: relative;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0.25em;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-1100 {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2vw;
  padding-left: 2vw;
}

.container-1100.bottom-padding-1em {
  padding-bottom: 1em;
}

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

.container-1100.bottom-padding-3em.top-padding-3em {
  padding-top: 3em;
}

.block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 25rem;
  height: 33.25rem;
  margin-top: 4em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25em;
  background-color: #ffe8d0;
}

.photo {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  max-height: 105%;
  max-width: 105%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.standard-image-mask {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25rem;
  height: 33.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.25em;
  background-color: #eee;
  box-shadow: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.standard-image-mask.offset {
  right: 2em;
  bottom: 2em;
  overflow: hidden;
  height: 15rem;
}

._4-column-grid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._4-column-grid.big-buttons {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

._4-column-grid.tablet-2-columns {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.search-icon-trigger {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.search-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.3);
}

.search-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 660px;
  margin-top: 12em;
  padding: 1.5em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 0.25em;
  background-color: #fff;
}

.search-modal-trigger {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-item-1 {
  position: relative;
}

.nav-menu-item-2 {
  position: relative;
}

.nav-menu-item-3 {
  position: relative;
}

.nav-menu-item-4 {
  position: relative;
}

.nav-menu-item-5 {
  position: relative;
}

.blog-tags-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.2em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.center-tags-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-thumbnail-title {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}

.center-tags-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dotted-row-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none dashed;
  border-bottom-width: 1px;
  border-bottom-color: #f0e3d2;
}

.dotted-row-container.no-dots {
  border-bottom-style: none;
}

.dotted-row-container.big-bullets {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pet-image-mask-center {
  position: relative;
  bottom: 2em;
  z-index: 3;
  width: 20vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.25em;
  background-color: #eee;
}

.pet-image-mask-left {
  position: relative;
  right: -3em;
  bottom: 2em;
  z-index: 2;
  width: 18vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25em;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.pet-image-mask-right {
  position: relative;
  left: -3em;
  bottom: 2em;
  z-index: 2;
  width: 18vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25em;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}

.accordion-headline {
  margin-top: 0em;
  margin-right: 1em;
  margin-bottom: 0.75em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-photo-center {
  z-index: 5;
  width: 20vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25em;
}

.header-photo-left-1 {
  position: relative;
  left: -3em;
  z-index: 3;
  width: 18vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25em;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.header-photo-right-1 {
  position: relative;
  right: -3em;
  z-index: 3;
  width: 18vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25em;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}

.header-photo-left-2 {
  position: relative;
  left: -5em;
  top: 3.5em;
  z-index: 2;
  width: 16vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25em;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.header-photo-right-2 {
  position: relative;
  top: 3.5em;
  right: -5em;
  z-index: 2;
  width: 16vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25em;
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}

.static-badge {
  display: inline-block;
  margin: 0.25em 0.2em;
  padding: 0.15em 1em;
  border-bottom-style: none;
  border-radius: 20px;
  background-color: #fff;
}

.static-badge.top-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-area {
  min-height: 200px;
  border-style: dashed dashed none;
  border-width: 1px;
  border-color: #97b5ff;
  border-radius: 0.25em;
  background-image: url('../images/Adoptable_Underline_light-blue.svg');
  background-position: 50% 100%;
  background-size: auto 4px;
  background-repeat: repeat-x;
}

.select-field {
  height: 3.5em;
  border-style: dashed;
  border-width: 1px;
  border-color: #97b5ff;
  border-radius: 0.25em;
  background-color: #fff;
}

.checkbox {
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
  border-style: solid;
  border-width: 2px;
  border-color: #97b5ff;
  border-radius: 0.25em;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.checkbox-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 300;
}

.square-image-mask {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.25em;
  background-color: #eee;
  box-shadow: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.style-guide-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.style-guide-icons.dark {
  background-color: #3d153d;
}

.decoration-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.decoration {
  width: 100%;
}

.circle-image-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16em;
  height: 16em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-spark {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  width: 3em;
}

.slider-spark.small {
  width: 2em;
  margin-top: -0.5em;
  margin-right: -0.5em;
}

.squiggle-container {
  margin-bottom: 1em;
}

.squiggle {
  width: 12em;
}

.lottie-animation {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.photo-credits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  margin-top: 1em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.photo-credits.pet-profile {
  position: absolute;
  left: 0%;
  top: -3em;
  right: 2em;
  bottom: 0%;
  z-index: 2;
  height: 1.5em;
  margin-top: 6em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transform: rotate(87deg);
  -ms-transform: rotate(87deg);
  transform: rotate(87deg);
}

.blog-post-header-image-grid {
  display: -ms-grid;
  display: grid;
  margin-left: 2em;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto 2em;
  grid-template-columns: auto 2em;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-block-grid {
  position: absolute;
  bottom: -3vw;
  display: -ms-grid;
  display: grid;
  width: 120vw;
  min-height: 50%;
  margin-right: auto;
  margin-left: -10vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 10vw 1fr 2em 10vw;
  grid-template-columns: 10vw 1fr 2em 10vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 0.25em;
  background-color: #ffe8d0;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.tick-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.5em;
  height: 1.5em;
  padding: 0.2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #792f6c;
}

.tick-icon.brand-color-4 {
  background-color: #80e6a2;
}

.tick-icon.timeline {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
}

.small-number {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Mali, sans-serif;
  color: #fff;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.process-icon {
  margin-top: -2em;
  margin-left: -1em;
}

.small-avatar-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10em;
  height: 10em;
  margin-top: 0em;
  margin-right: auto;
  margin-left: -2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-name {
  display: block;
  margin-top: 1em;
}

.points-icon-offset {
  position: relative;
  z-index: 2;
  margin-top: 0em;
  margin-bottom: -4em;
}

.card-wrapper {
  display: -ms-grid;
  display: grid;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.points-text {
  margin-bottom: 0em;
  padding-top: 1.5em;
}

.dm-sans {
  font-family: 'DM Sans', sans-serif;
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 400;
}

.mulish {
  font-size: 3rem;
  line-height: 3.5rem;
}

.mali {
  font-family: Mali, sans-serif;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 300;
}

.timeline-grid {
  display: -ms-grid;
  display: grid;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.timeline-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pattern-swatch-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.pattern-swatch {
  position: relative;
  width: 200px;
  height: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #792f6c;
}

.search-card-results {
  position: relative;
  z-index: 2;
  width: 60%;
  margin-top: 0em;
  margin-right: auto;
  margin-left: auto;
  padding: 0em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 0.25em;
  background-color: transparent;
}

.centered-content {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-link-block {
  position: relative;
  z-index: 2;
  width: 6rem;
  margin-left: 1em;
  padding-top: 40px;
  border-bottom-style: none;
  font-size: 30px;
  font-weight: 400;
}

.logo-link-block.footer {
  z-index: 3;
  width: 4em;
  height: 4em;
  margin-top: 3em;
  margin-left: 0em;
  padding-bottom: 0em;
  background-color: transparent;
}

.logo-link-block.underline-wavey {
  padding-top: 40px;
  color: #f023ce;
}

.logo-link-block.spark-right-copy.w--current {
  padding-top: 40px;
}

.health-icon-text {
  font-family: Mulish, sans-serif;
  color: rgba(121, 47, 109, 0.6);
  font-size: 0.8rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.small-testimonial-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.donate-25 {
  position: relative;
}

.donate-50 {
  position: relative;
}

.donate-100 {
  position: relative;
}

.donate-what-you-like {
  position: relative;
}

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

.cta-text {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  text-align: center;
}

.cta-text:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.badge-button {
  display: inline-block;
  margin: 0.25em 0.2em;
  padding: 1em;
  border-bottom-style: none;
  border-radius: 20px;
  background-color: #792f6c;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.65rem;
  line-height: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

.badge-button:hover {
  background-color: #50114f;
}

.badge-button.buy-now {
  background-color: #ffe8d0;
  color: #792f6c;
  font-weight: 700;
}

.badge-button.buy-now:hover {
  background-color: #fff;
}

.quantity {
  width: 100%;
  height: 3.5em;
  margin-bottom: 1.5em;
  border-style: none;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.add-to-cart-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cart-button {
  display: none;
  padding: 0px;
  background-color: transparent;
}

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

.cart-footer {
  padding: 1em 0px 0px;
  border-top-style: dashed;
  border-top-color: #f0e3d2;
}

.close-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1em;
  height: 1em;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-style: none;
}

.cart-list {
  padding: 0.5em 0px;
}

.cart-item {
  padding-top: 1em;
  padding-bottom: 1em;
}

.cart-item-wrapper {
  margin-right: 1em;
  margin-left: 1em;
}

.remove-button {
  margin-left: auto;
  padding: 0.5em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom-style: none;
  border-radius: 20px;
  background-color: #faf6f2;
}

.remove-text {
  padding: 0em;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.65rem;
  line-height: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

.apple-pay {
  border-radius: 0.25em;
}

.cart-quantity {
  width: 4.5em;
  height: 3.5em;
  border-style: solid;
  border-color: #97b5ff;
  border-radius: 0.25em;
  background-color: transparent;
}

.cart-headline {
  padding-bottom: 0.25em;
}

.cart-item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.checkout-form {
  padding: 0px;
  background-color: transparent;
}

.block-content {
  padding: 1em 1.5em 1.5em;
  border: 1px none #000;
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  background-color: #fff;
}

.block-header {
  padding: 0.5em 1.5em 0em;
  border-style: none;
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
}

.checkout-headings {
  margin-top: 0em;
  margin-bottom: 0em;
}

.shipping-method {
  padding: 0.5em 0px;
  border-bottom-style: none;
}

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

.checkout-fields {
  width: 100%;
  height: 2.5em;
  margin-bottom: 1em;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #ecc3ee;
  background-color: transparent;
  background-image: url('../images/Adoptable_Wiggle-Style-1_light-blue.svg');
  background-position: 50% 100%;
  background-size: auto 10px;
  background-repeat: repeat-x;
}

.checkout-fields.straight {
  background-image: url('../images/Graphics_Adoptable_Sketchy-Line_Light-Blue.svg');
  background-size: auto 3px;
}

.checkout-field-label {
  margin-top: 0em;
  margin-bottom: 0px;
  font-family: Mulish, sans-serif;
  font-weight: 400;
}

.checkout-field-label.bottom-margin-1em {
  margin-bottom: 1em;
}

.order-item {
  margin-bottom: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.order-list {
  padding: 0.5em 0px;
}

.sticky-checkout-column {
  top: 8em;
}

.shipping-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.order-list-wrapper {
  margin-right: 0px;
  margin-left: 0.25em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paypal-checkout-form {
  padding: 0px;
  background-color: transparent;
}

.order-confirmation {
  padding: 0px;
  background-color: transparent;
}

.list {
  overflow: hidden;
  list-style-type: none;
}

.big-dollar-text {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: center;
}

.color-block-grid-reverse {
  position: absolute;
  bottom: -3vw;
  display: -ms-grid;
  display: grid;
  width: 120vw;
  min-height: 50%;
  margin-left: -10vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 10vw 1fr 2em 10vw;
  grid-template-columns: 10vw 1fr 2em 10vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #ffe8d0;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.headline {
  position: static;
  display: block;
  font-size: 2.5rem;
  white-space: break-spaces;
}

.headline.tilt-left {
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.headline.tilt-right {
  -webkit-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
}

.rich-text-block {
  max-width: 550px;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
}

.cart-icon {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.cart-quantity-indicator {
  position: absolute;
  left: auto;
  top: 15%;
  right: 15%;
  bottom: auto;
  margin-left: 0px;
  background-color: #792f6c;
  color: #faf6f2;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-field-copy {
  width: 100%;
  height: 3.5em;
  min-width: auto;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #3898ec;
  border-radius: 1px;
  background-color: transparent;
  background-image: url('../images/Adoptable_Wiggle-Style-1_light-blue.svg');
  background-position: 50% 100%;
  background-size: auto 10px;
  background-repeat: repeat-x;
}

.text-field-copy {
  width: 100%;
  height: 3.5em;
  min-width: auto;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #3898ec;
  border-radius: 1px;
  background-color: transparent;
  background-image: url('../images/Adoptable_Wiggle-Style-1_light-blue.svg');
  background-position: 50% 100%;
  background-size: auto 10px;
  background-repeat: repeat-x;
}

.text-field-copy {
  width: 100%;
  height: 3.5em;
  min-width: auto;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #3898ec;
  border-radius: 1px;
  background-color: transparent;
  background-image: url('../images/Adoptable_Wiggle-Style-1_light-blue.svg');
  background-position: 50% 100%;
  background-size: auto 10px;
  background-repeat: repeat-x;
}

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

.heading-3 {
  font-size: 2.5rem;
}

.heading-4 {
  font-size: 2.5rem;
}

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

.image {
  height: 50%;
}

.profile-card-half-copy {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 360px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #ebebeb;
}

.link {
  min-width: 21%;
  background-color: transparent;
}

.div-block {
  background-color: #ffd987;
}

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

  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  h3 {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 0.75rem;
    line-height: 0.9rem;
  }

  .section {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .section.wide {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .section.no-bottom-padding.no-top-padding {
    padding-top: 0em;
  }

  .section.negative-bottom-margin-padding {
    padding-bottom: 1.5em;
  }

  .container-1440 {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .container-1440.flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .container-1440.bottom-padding-1em.top-padding-2em {
    padding-top: 0em;
  }

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

  .card {
    padding: 2em 1.5em 1.5em;
  }

  .card.small-blog-post-thumbnail {
    margin-top: -1.25em;
    padding: 1.25em;
  }

  .card.cart {
    padding-top: 0.75em;
  }

  .style-guide-swatches-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .nav-logo {
    position: relative;
    display: block;
    width: 8rem;
    margin-left: 16px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-link {
    position: relative;
    z-index: 1;
    margin-top: 0em;
    margin-bottom: 0em;
    color: #792f6c;
    font-size: 1.8rem;
    line-height: 1.75rem;
    font-weight: 400;
  }

  .nav-link.footer {
    background-color: transparent;
    font-size: 1.25rem;
  }

  .nav-link.right-margin-1em {
    margin-right: 0em;
  }

  .nav-grid-container {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    -ms-grid-columns: 1fr 3.5em 3.5em;
    grid-template-columns: 1fr 3.5em 3.5em;
  }

  .header {
    overflow: hidden;
    margin-top: 0em;
    padding-bottom: 0em;
  }

  .header.pet-profile {
    padding-top: 0em;
    padding-bottom: 2em;
  }

  .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .icon.large {
    width: 3em;
  }

  .icon.medium {
    width: 1.5em;
  }

  .icon.small {
    width: 1em;
  }

  .tags-collection-list {
    width: 100%;
  }

  ._2-column-grid.stack-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button {
    position: relative;
    padding: 0px;
  }

  .menu-button.w--open {
    z-index: 10;
    background-color: transparent;
  }

  .nav-menu-wrapper {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -ms-grid;
    display: grid;
    overflow: auto;
    width: 100%;
    height: 100vh;
    padding: 8em 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #ffe8d0;
  }

  .nav-menu {
    position: fixed;
    display: block;
    overflow: auto;
    width: 100%;
    max-height: 100vh;
    background-color: transparent;
  }

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

  .menu-icon-wrapper {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding: 16px;
  }

  .search-input.large {
    background-size: auto 6px;
    background-repeat: repeat-x;
  }

  ._3-column-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  ._3-column-grid.health-stats.margin-top-1em {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .heading-container {
    width: 96%;
    margin-bottom: 2em;
  }

  .heading-container.bottom-margin-3em {
    margin-bottom: 1em;
  }

  .home-header-images-grid {
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .content-padding {
    padding: 2em;
  }

  .flex-horizontal.left-align {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-horizontal.get-in-touch-note {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .profile-card-half {
    height: 320px;
  }

  .testimonial-slide {
    width: 80vw;
    margin-right: 10vw;
    margin-left: 10vw;
  }

  .testimonial-slider {
    max-width: 100vw;
  }

  .footer-grid {
    grid-column-gap: 1em;
    grid-row-gap: 0em;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .footer-links-container {
    padding-top: 0em;
  }

  .social-links {
    width: 1.5em;
    margin-top: 1em;
    margin-right: 0.75em;
    margin-bottom: 1em;
  }

  .small-footer-link {
    padding-right: 2em;
    padding-left: 0em;
    color: #faf6f2;
  }

  .pet-header-images-grid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .dotted-divider-container.no-dots.center-align {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .inline.margin-right-1em {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .circle-icon {
    width: 4em;
    height: 4em;
  }

  .navigation-button {
    position: relative;
    z-index: 1;
    margin-top: 1em;
    margin-right: 0em;
    margin-bottom: 1em;
    border-color: #faf6f2;
    background-color: #faf6f2;
    color: #792f6c;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 400;
  }

  .navigation-button:hover {
    border-color: #faf6f2;
    background-color: transparent;
    color: #792f6c;
  }

  .navigation-button.w--current {
    margin-top: 0em;
    margin-bottom: 0em;
  }

  .navigation-button.cart {
    background-color: #ffe8d0;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 500;
  }

  .pet-profiles-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .profile-descriptor {
    font-size: 1.25rem;
    line-height: 1.6rem;
  }

  .form-field-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .short-fur-pattern.hide-desktop {
    display: block;
  }

  .underline-wavey {
    background-size: 280px;
  }

  .underline-wavey.brand-color-2.h2 {
    background-size: 220px;
  }

  .underline-wavey.brand-color-4.h2 {
    background-size: 200px;
  }

  .handwriting {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .circle-image-mask {
    width: 16em;
    height: 16em;
  }

  .testimonial-mask {
    width: 100%;
  }

  .big-lottie-icons-wrapper {
    width: 5.5em;
  }

  .slider-container {
    max-width: 100vw;
  }

  .inside-margin.top-margin {
    margin-top: 0em;
  }

  .homepage-pet-profiles-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .homepage-header {
    overflow: hidden;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .arrow-icon.small {
    width: 14px;
  }

  .blog-thumbnail.margins {
    height: auto;
    margin-right: 1.25em;
    margin-left: 1.25em;
  }

  .sticky-category-container {
    position: relative;
    top: 0em;
    width: 100%;
    margin-top: 0em;
  }

  .blog-posts-list-wrapper {
    position: relative;
    width: 100%;
    margin-top: 6em;
    margin-bottom: -3em;
    padding-right: 0em;
  }

  .big-buttons-wrapper {
    min-height: 200px;
    padding: 0em;
  }

  .centered-text.donate-cards {
    font-size: 2rem;
    line-height: 2rem;
  }

  .small-blog-collection-item {
    margin-bottom: 2em;
  }

  .container-1100 {
    max-width: 640px;
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .container-1100.bottom-padding-3em.top-padding-3em {
    padding-top: 0em;
  }

  .block {
    left: 2em;
    width: 20rem;
    height: 26.6rem;
  }

  .standard-image-mask {
    width: 20rem;
    height: 26.6rem;
    box-shadow: none;
  }

  ._4-column-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  ._4-column-grid.big-buttons {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._4-column-grid.tablet-2-columns {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .search-icon-trigger {
    padding: 16px;
  }

  .nav-menu-item-1 {
    position: relative;
    z-index: 1;
  }

  .nav-menu-item-2 {
    position: relative;
    z-index: 1;
  }

  .nav-menu-item-3 {
    position: relative;
    z-index: 1;
  }

  .nav-menu-item-4 {
    position: relative;
    z-index: 1;
  }

  .nav-menu-item-5 {
    position: relative;
    z-index: 1;
  }

  .blog-tags-flex-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .center-tags-vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .center-tags-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pet-image-mask-center {
    left: 0em;
    bottom: 1.5em;
    width: 30vw;
  }

  .pet-image-mask-left {
    right: 0.5em;
    width: 25vw;
  }

  .pet-image-mask-right {
    left: 0.5em;
    width: 25vw;
  }

  .heading-row-1 {
    margin-bottom: -0.5em;
  }

  .heading-row-2 {
    margin-bottom: -0.5em;
  }

  .header-photo-center {
    width: 25vw;
  }

  .header-photo-left-1 {
    left: -1.5em;
    top: -2em;
    width: 20vw;
  }

  .header-photo-right-1 {
    top: -2em;
    right: -1.5em;
    width: 20vw;
  }

  .header-photo-left-2 {
    left: -3em;
    top: -2em;
    width: 17.25vw;
  }

  .header-photo-right-2 {
    top: -2em;
    right: -3em;
    width: 17.25vw;
  }

  .select-field {
    background-position: 80% 20%;
    background-size: auto 1.8em;
  }

  .square-image-mask {
    box-shadow: none;
  }

  .photo-credits {
    margin-top: 1em;
  }

  .photo-credits.pet-profile {
    top: 2em;
    height: 1.2em;
    margin-top: 2em;
  }

  .blog-post-header-image-grid {
    margin-left: 2em;
  }

  .color-block-grid {
    min-height: 40%;
    margin-left: -10vw;
    -ms-grid-columns: 10vw 1fr 1em 10vw;
    grid-template-columns: 10vw 1fr 1em 10vw;
  }

  .tick-icon {
    width: 1.25em;
    height: 1.25em;
    padding: 0.2em;
  }

  .small-number {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0.8em;
    text-align: center;
  }

  .timeline-grid {
    width: 100%;
  }

  .pattern-swatch-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .search-card-results {
    width: 100%;
  }

  .logo-link-block {
    margin-left: 16px;
  }

  .logo-link-block.footer {
    margin-top: 0em;
  }

  .cart-item-wrapper {
    margin-left: 0.5em;
  }

  .checkout-details-column {
    -webkit-flex-basis: 65%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
  }

  .sticky-checkout-column {
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }

  .column {
    padding-right: 0.25em;
    padding-left: 0.25em;
  }

  .color-block-grid-reverse {
    -ms-grid-columns: 10vw 1fr 1.5em 10vw;
    grid-template-columns: 10vw 1fr 1.5em 10vw;
  }

  .cart-icon {
    padding: 16px;
  }

  .profile-card-half-copy {
    height: 320px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  h2 {
    display: block;
    font-size: 2.25rem;
    line-height: 2.75rem;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  h4 {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  p {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  li {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  blockquote {
    background-size: 40px;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .container-1440 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .container-1440.full-width {
    padding-right: 1em;
    padding-left: 1em;
  }

  .container-1440.blog-header {
    padding-right: 2.5vw;
  }

  .container-1440.checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card {
    position: relative;
  }

  .card.minus-bottom-radius.no-top-padding {
    margin-top: 0em;
  }

  .card.small-blog-post-thumbnail {
    margin-top: -1.7em;
    padding: 1.7em;
  }

  .card.cart {
    width: auto;
    margin-right: 5vw;
    margin-left: 5vw;
  }

  .webflow-class {
    line-height: 1.3em;
  }

  .large-text {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }

  .small-text {
    font-size: 0.7rem;
    line-height: 1.2rem;
  }

  .style-guide-swatches-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sticky-nav {
    position: -webkit-sticky;
    position: sticky;
  }

  .nav-logo {
    margin-left: 13px;
  }

  .nav-link {
    padding: 0.5em;
  }

  .nav-link.footer {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .navbar {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .nav-grid-container {
    -ms-grid-columns: 1fr 3em 3em;
    grid-template-columns: 1fr 3em 3em;
  }

  .header {
    margin-bottom: 0em;
    padding-bottom: 0em;
  }

  .icon {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .icon.large {
    width: 3em;
  }

  ._2-column-grid.blog-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .nav-menu-wrapper {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }

  .nav-menu {
    overflow: visible;
    width: 100vw;
  }

  .menu-icon-wrapper {
    padding: 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search-input.large {
    background-size: auto 4px;
    background-repeat: repeat-x;
  }

  ._3-column-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-grid.health-stats.margin-top-1em {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._3-column-grid.no-gap {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .heading-container {
    width: 100%;
    margin-bottom: 0em;
  }

  .home-header-images-grid {
    overflow: visible;
    margin-top: 2em;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .content-padding {
    padding: 1em;
  }

  .content-padding.blog-card {
    margin-top: 0em;
  }

  .content-padding.pet-tags-mobile {
    background-color: #faf6f2;
  }

  .flex-horizontal.right-notes {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flex-horizontal.get-in-touch-note {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .profile-card-half {
    height: 340px;
  }

  .right-arrow.hide-on-mobile {
    display: none;
  }

  .testimonial-slide {
    width: 100vw;
    margin-right: 0vw;
    margin-left: 0vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .testimonial-slider {
    max-width: 100vw;
  }

  .avatar {
    width: 30vw;
    height: 30vw;
  }

  .avatar.small-testimonial {
    width: 30vw;
    height: 30vw;
  }

  .social-links {
    width: 1.5em;
    margin-top: 0.5em;
    margin-right: 0.75em;
    margin-bottom: 0.5em;
  }

  .pet-header-images-grid {
    top: -1em;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .inline.margin-right-1em {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .circle-icon {
    width: 14vw;
    height: 14vw;
  }

  .navigation-button {
    margin: 0.5em;
    line-height: 2.2rem;
  }

  .pet-profiles-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .homepage-2-column-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .profile-descriptor {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .text-field {
    height: 3em;
    background-size: auto 8px;
  }

  .underline-wavey {
    background-size: 240px;
  }

  .underline-wavey.brand-color-2.h2 {
    background-size: 200px;
  }

  .handwriting {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .left-arrow.hide-on-mobile {
    display: none;
  }

  .underline-sketchy {
    background-size: 135px;
  }

  .underline-sketchy.brand-color-5.h2 {
    background-size: 120px;
  }

  .circle-image-mask {
    width: 16em;
    height: 16em;
  }

  .big-lottie-icons-wrapper {
    width: 5em;
  }

  .inside-margin {
    margin-right: 0em;
  }

  .homepage-pet-profiles-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .adoptable-a-lottie {
    width: 3.5em;
  }

  .image-container.offset {
    padding-right: 2em;
  }

  .homepage-header {
    padding-top: 1em;
  }

  .arrow-icon.small {
    width: 14px;
  }

  .blog-thumbnail.margins {
    margin-right: 1.7em;
    margin-left: 1.7em;
  }

  .big-buttons-wrapper {
    min-height: 180px;
  }

  .centered-text.donate-cards {
    margin-bottom: 1em;
  }

  .small-blog-collection-item {
    margin-bottom: 2em;
  }

  .container-1100 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .standard-image-mask {
    width: 27vw;
    height: 35.1vw;
  }

  .standard-image-mask.offset {
    width: 20rem;
    height: 26.6rem;
  }

  ._4-column-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._4-column-grid.tablet-2-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .search-icon-trigger {
    padding: 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search-card {
    margin-right: 5vw;
    margin-left: 5vw;
  }

  .blog-tags-flex-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .center-tags-vertical {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .center-tags-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pet-image-mask-center {
    bottom: -1.5em;
    width: 33vw;
  }

  .pet-image-mask-left {
    top: -0.5em;
    right: 2em;
    width: 27vw;
  }

  .pet-image-mask-right {
    left: 2em;
    top: 2em;
    width: 27vw;
  }

  .heading-row-1 {
    margin-bottom: -0.25em;
  }

  .heading-row-2 {
    margin-bottom: -0.25em;
  }

  .header-photo-center {
    width: 36vw;
  }

  .header-photo-left-1 {
    left: -1.5em;
    top: 0em;
    width: 30vw;
  }

  .header-photo-right-1 {
    top: -4em;
    right: -2.5em;
    width: 27vw;
  }

  .header-photo-left-2 {
    left: -2.5em;
    top: -1.5em;
    width: 27vw;
  }

  .header-photo-right-2 {
    top: -2.5em;
    right: -1.5em;
    width: 30vw;
  }

  .static-badge.top-margin {
    margin-top: 1em;
  }

  .text-area {
    background-size: auto 4px;
  }

  .select-field {
    height: 3em;
    background-position: 85% 10%;
    background-size: 100px;
  }

  .slider-spark.small {
    width: 8vw;
  }

  .squiggle {
    width: 10em;
  }

  .photo-credits {
    height: 0.75em;
    margin-right: -1em;
  }

  .photo-credits.pet-profile {
    display: none;
    height: 1.2em;
  }

  .blog-post-header-image-grid {
    margin-left: 0em;
    -ms-grid-columns: auto 0.75em;
    grid-template-columns: auto 0.75em;
  }

  .color-block-grid {
    min-height: 55%;
    -ms-grid-columns: 10vw 1fr 1.5em 10vw;
    grid-template-columns: 10vw 1fr 1.5em 10vw;
  }

  .small-avatar-wrapper {
    width: 30vw;
    height: 30vw;
    margin-right: 1em;
  }

  .points-icon-offset {
    margin-right: -2.5em;
    margin-bottom: 0em;
  }

  .card-wrapper {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .points-text {
    margin-left: 1.5em;
    padding-top: 0em;
    text-align: left;
  }

  .pattern-swatch-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .search-card-results {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .logo-link-block {
    margin-left: 13px;
  }

  .add-to-cart-container {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .checkout-fields {
    height: 3em;
    background-size: auto 8px;
  }

  .checkout-fields.straight {
    background-size: auto 2px;
  }

  .color-block-grid-reverse {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .headline {
    display: inline;
    white-space: break-spaces;
  }

  .rich-text-block {
    margin-top: 1em;
  }

  .cart-icon {
    padding: 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart-quantity-indicator {
    top: 5%;
    right: 5%;
  }

  .text-field-copy {
    height: 3em;
    background-size: auto 8px;
  }

  .text-field-copy {
    height: 3em;
    background-size: auto 8px;
  }

  .text-field-copy {
    height: 3em;
    background-size: auto 8px;
  }

  .profile-card-half-copy {
    height: 340px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.85rem;
    line-height: 2.1rem;
  }

  h2 {
    display: block;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  h5 {
    font-size: 0.7rem;
    line-height: 0.85rem;
  }

  h6 {
    font-size: 0.55rem;
    line-height: 0.75rem;
    font-weight: 700;
  }

  blockquote {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  .section.no-bottom-padding.no-top-padding {
    padding-top: 0em;
  }

  .container-1440 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .container-1440.blog-header {
    padding-right: 3.25vw;
  }

  .card {
    padding: 1em;
  }

  .card.small-blog-post-thumbnail {
    margin-top: -1.4em;
    padding: 1.4em;
  }

  .card.cart {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin: 4em 5vw 2em;
  }

  .large-text {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .small-text {
    font-size: 0.6rem;
    line-height: 1rem;
  }

  .small-text.no-wrap.margins {
    margin-left: 0.5em;
  }

  .style-guide-swatches-grid {
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-swatch {
    width: 100%;
    height: 100px;
  }

  .sticky-nav {
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .nav-logo {
    width: auto;
    max-width: 7rem;
    margin-left: 10px;
  }

  .nav-link {
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px none #c4c4c4;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .nav-link.footer {
    margin-top: 0em;
    margin-bottom: 0em;
  }

  .button.large.search-button {
    margin-left: 0em;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .navbar {
    position: static;
    padding-top: 1em;
  }

  .nav-grid-container {
    -ms-grid-columns: 1fr 2.5em 2.5em;
    grid-template-columns: 1fr 2.5em 2.5em;
  }

  .header {
    margin-bottom: 0em;
  }

  .header.pet-profile {
    padding-bottom: 1em;
  }

  .icon {
    position: relative;
  }

  .icon.large {
    width: 3em;
  }

  .badge {
    padding: 0em 0.7em;
  }

  .badge.brand-color-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tags-collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 0.25em;
    grid-row-gap: 0.25em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .dropdown {
    width: 100%;
  }

  .nav-menu-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .menu-icon-wrapper {
    padding: 10px;
  }

  .search-input.large {
    background-repeat: repeat-x;
  }

  ._3-column-grid.health-stats.margin-top-1em {
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .heading-container {
    width: 96%;
    margin-bottom: 1em;
  }

  .heading-container.bottom-margin-3em {
    margin-bottom: 3em;
  }

  .home-header-images-grid {
    overflow: visible;
    margin-top: 0em;
    padding-bottom: 1em;
  }

  .content-padding {
    padding: 1em;
  }

  .flex-horizontal.right-notes {
    padding-top: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-horizontal.left-align {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-horizontal.socials-padding {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .flex-horizontal.justify-space-between.shipping {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-horizontal.left-notes {
    padding-bottom: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-horizontal.get-in-touch-note {
    padding-bottom: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .profile-card-half {
    height: 280px;
  }

  .footer {
    padding-bottom: 0em;
  }

  .right-arrow {
    background-image: linear-gradient(95deg, rgba(250, 250, 244, 0) 50%, #faf6f2);
  }

  .right-arrow.hide-on-mobile {
    display: none;
  }

  .testimonial-slide {
    position: relative;
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .testimonial-slider {
    max-width: 100vw;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .avatar.small-testimonial {
    width: 50vw;
    height: 50vw;
  }

  .footer-grid {
    padding-bottom: 0em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .template-footer {
    padding-bottom: 1em;
  }

  .social-links {
    width: 1.5em;
    margin-right: 1em;
  }

  .small-footer-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px none #c4c4c4;
  }

  .pet-header-images-grid {
    top: 0em;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .inline {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }

  .inline.margin-right-1em {
    margin-bottom: 0em;
  }

  .inline.margin-right-25em {
    margin-right: 0.2em;
  }

  .stats-row-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .circle-icon {
    width: 20vw;
    height: 20vw;
  }

  .navigation-button {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .homepage-2-column-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .profile-descriptor {
    font-size: 1.15rem;
    line-height: 1.4rem;
  }

  .form-field-container {
    margin-right: 0em;
    margin-bottom: 1em;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .underline-wavey {
    background-size: 200px;
  }

  .underline-wavey.brand-color-2.h2 {
    background-size: 176px;
  }

  .underline-wavey.brand-color-4.h2 {
    background-size: 160px;
  }

  .long-fur-pattern.bigger {
    display: block;
    background-size: 200px;
  }

  .handwriting {
    font-size: 1rem;
  }

  .handwriting.margins {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .rotate-arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .form-field-wrapper {
    margin-right: 0em;
  }

  .left-arrow.hide-on-mobile {
    display: none;
  }

  .underline-sketchy {
    background-size: 115px;
  }

  .circle-image-mask {
    width: 12em;
    height: 12em;
  }

  .testimonial-mask {
    position: relative;
  }

  .big-lottie-icons-wrapper {
    width: 5em;
  }

  .adoptable-a-lottie {
    margin-bottom: 1em;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .homepage-header {
    margin-bottom: 0em;
    padding-top: 1em;
  }

  .arrow-icon.small {
    width: 12px;
  }

  .centered-text {
    text-align: center;
    white-space: normal;
  }

  .blog-thumbnail.margins {
    margin-right: 1.4em;
    margin-left: 1.4em;
  }

  .big-buttons-wrapper {
    min-height: 160px;
  }

  .centered-text.donate-cards {
    margin-bottom: 0em;
  }

  .container-1100 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

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

  .block {
    width: 67.5vw;
    height: 89.77vw;
  }

  .standard-image-mask {
    width: 31.5vw;
    height: 42vw;
  }

  .standard-image-mask.offset {
    width: 67.5vw;
    height: 89.775vw;
  }

  ._4-column-grid.big-buttons {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .search-icon-trigger {
    padding: 10px;
  }

  .search-card {
    margin-right: 5vw;
    margin-left: 5vw;
  }

  .search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dotted-row-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dotted-row-container.big-bullets {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pet-image-mask-center {
    bottom: 1em;
  }

  .pet-image-mask-left {
    top: -1.5em;
    right: 1em;
    width: 30vw;
  }

  .pet-image-mask-right {
    left: 1em;
    top: 0.5em;
    width: 30vw;
  }

  .accordion-headline {
    margin-right: 1em;
  }

  .header-photo-left-1 {
    left: -0.5em;
    top: 0.8em;
    width: 31vw;
  }

  .header-photo-right-1 {
    top: 1em;
    right: -1em;
    width: 31vw;
  }

  .header-photo-left-2 {
    left: -1.5em;
    top: 0em;
    width: 31.5vw;
  }

  .header-photo-right-2 {
    top: 2em;
    right: -0.5em;
    width: 31.5vw;
  }

  .static-badge {
    padding: 0em 0.7em;
  }

  .select-field {
    background-size: 145px;
  }

  .checkbox {
    margin-right: 0.2em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .checkbox-label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .circle-image-wrapper {
    width: 12em;
    height: 12em;
  }

  .slider-spark {
    width: 2.5em;
  }

  .slider-spark.small {
    width: 12vw;
  }

  .photo-credits {
    height: 0.5em;
    margin-right: -1em;
  }

  .photo-credits.pet-profile {
    height: auto;
    margin-top: 0em;
    margin-right: 0em;
    margin-bottom: 0.75em;
  }

  .blog-post-header-image-grid {
    -ms-grid-columns: auto 0.5em;
    grid-template-columns: auto 0.5em;
  }

  .color-block-grid {
    bottom: -3%;
    min-height: 45%;
    -ms-grid-columns: 10vw 1fr 0.75em 10vw;
    grid-template-columns: 10vw 1fr 0.75em 10vw;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .small-number {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .small-avatar-wrapper {
    width: 50vw;
    height: 50vw;
    margin-top: -2em;
    margin-right: auto;
    margin-left: auto;
  }

  .timeline-grid {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .pattern-swatch-grid {
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .pattern-swatch {
    width: 100%;
    height: 100px;
  }

  .search-card-results {
    margin-right: auto;
    margin-left: auto;
    padding: 0em;
  }

  .logo-link-block {
    margin-left: 10px;
    padding-top: 20px;
  }

  .logo-link-block.w--current {
    width: 7rem;
  }

  .logo-link-block.underline-wavey {
    padding-top: 20px;
  }

  .small-testimonial-grid {
    padding-top: 2em;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cart-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cart-item-container {
    margin-bottom: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cart-line-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .shipping-method {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order-item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .shipping-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .line-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .big-dollar-text {
    text-align: center;
    white-space: normal;
  }

  .cart-icon {
    padding: 10px;
  }

  .profile-card-half-copy {
    height: 280px;
  }
}

#w-node-_31f2d73d-efea-3de6-87d8-c6dfbca6b7c5-bca6b7c3 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_31f2d73d-efea-3de6-87d8-c6dfbca6b7c8-bca6b7c3 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_31f2d73d-efea-3de6-87d8-c6dfbca6b7cf-bca6b7c3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-da75a56e-7b3b-26b8-c721-a123e3e4a8ff-67d5300b {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4b84131c-0754-dfda-d19c-e6503af5a026-67d5300b {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-fcd14ea3-7444-761d-fbb8-80c9da552d79-67d5300b {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-d0391931-44cd-60ee-f7b8-796ab8e2c63b-67d5300b {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-bb0bf636-1622-2bac-85b3-47f867d53020-67d5300b {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_675502e3-7f63-fc61-f6e8-a96a776d83e3-4401d838 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e390ad44-2592-9581-74e8-99c94401d83a-4401d838 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-aa2f4092-bae0-dd7a-45dd-9a0ad1322e97-6269c3fb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e0adcf14-ad5a-820c-32ee-58ec0e653571-0c69c3fc {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_94395985-bb1f-c27c-326c-58e21e79349e-0c69c3fc {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_79d89d5a-46be-ac9b-c89d-c25c1ee2f4d3-0c69c3fc {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_1e6e2996-7d99-c3aa-34af-faeafb25a731-bb69c3fd {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_73a00337-59a5-b18c-7801-4d3553ea88c3-bb69c3fd {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-effb1db6-08e5-e10f-77e5-b07e629f8bb8-f469c400 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-effb1db6-08e5-e10f-77e5-b07e629f8bbb-f469c400 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-effb1db6-08e5-e10f-77e5-b07e629f8bcb-f469c400 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_39a53167-3db5-07e4-fa51-aea3ba33da65-9169c401 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_39a53167-3db5-07e4-fa51-aea3ba33da67-9169c401 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_39a53167-3db5-07e4-fa51-aea3ba33da69-9169c401 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8bbc6ec7-08dd-bb84-8662-ab5dfa5c10c5-9169c401 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-f0616558-3258-1dd4-f3b4-8c2afa35bf26-9169c401 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-f0616558-3258-1dd4-f3b4-8c2afa35bf35-9169c401 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f0616558-3258-1dd4-f3b4-8c2afa35bf64-9169c401 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f0616558-3258-1dd4-f3b4-8c2afa35bf69-9169c401 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f0616558-3258-1dd4-f3b4-8c2afa35bf6e-9169c401 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f0616558-3258-1dd4-f3b4-8c2afa35bf73-9169c401 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f0616558-3258-1dd4-f3b4-8c2afa35bf78-9169c401 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f0616558-3258-1dd4-f3b4-8c2afa35bf7d-9169c401 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_956ce817-b6d5-d471-4831-6a1707a4d5ac-9169c401 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_956ce817-b6d5-d471-4831-6a1707a4d5ba-9169c401 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_58b43a32-193d-3b24-8444-9f1887663b2f-ea69c404 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fe32e301-eee8-7fd5-a7aa-4fe955c2c8b0-ea69c404 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_14804969-b861-420b-78b0-14c26d143afd-ea69c404 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_80975f05-33db-7c5f-b644-082c8cc9d65c-ea69c404 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_1490c1fa-2ee2-8bb5-eb7f-b59311d0a209-ea69c404 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_10c11859-bc13-6f02-0b0b-8c70408dc9f3-ea69c404 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_272b9fb3-4c11-3974-a1b0-a9acce5d29fe-ea69c404 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5b1d50de-4eac-4b6d-5c15-df8c72d6313f-ea69c404 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_66d33d47-6376-3342-6dec-fc7af6bb74a0-ea69c404 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_04f13af1-86c7-0a58-90c1-23cdcf85a84d-ea69c404 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d69c77ea-6a6d-0c4a-040c-1b76e9a18c96-ea69c404 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_4c4ba776-7c2c-f668-c073-e5bf39bedf5c-ea69c404 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-d1f4d90e-5437-16c4-bfe3-e44140224896-ea69c404 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_8c6fcfdc-38d1-5b71-b2d3-21f6a3b47ef1-8569c406 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_09030bf0-369f-39c6-fec8-82e1a77e7225-9b69c407 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e2b3f777-301e-e46d-da99-be830b4ad437-9b69c407 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

#w-node-c3814664-15c7-6dc9-7f16-cd7b200d292a-9b69c407 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_4f343253-b800-ed52-be6a-2797cc3ea1ba-9b69c407 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4f343253-b800-ed52-be6a-2797cc3ea1d1-9b69c407 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4f343253-b800-ed52-be6a-2797cc3ea1e8-9b69c407 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_41d37911-636d-0597-fe4d-597dbe600575-4b69c40b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_865fc090-006c-6cb4-b7b0-184b89e8b751-4b69c40b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_67afb884-84e5-6a9d-7038-3d3e405d8960-4b69c40b {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_436fcc2e-240f-4af1-dd95-afec97c35836-4b69c40b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4e5a3ba2-2697-1ef8-e497-0c5f81c0a8cf-4b69c40b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-f1d99811-0fc6-3850-fa55-c3b9885f81b7-4b69c40b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_225f6bf3-3169-49f7-80e2-86b3b177cc72-d969c40f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_225f6bf3-3169-49f7-80e2-86b3b177ccbe-d969c40f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_225f6bf3-3169-49f7-80e2-86b3b177cd17-d969c40f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_66631c96-fac2-4f69-eea3-73692970ebf7-d969c40f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_4dfb1b84-d16b-c128-7b20-dd3ec8d26a9f-d969c40f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5ae72130-124d-3816-7e9c-085350af0e77-d969c40f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_5ae72130-124d-3816-7e9c-085350af0ea1-d969c40f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_5b198d99-1e22-cb99-7265-d73256103494-fd69c411 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5b198d99-1e22-cb99-7265-d73256103498-fd69c411 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_31f2d73d-efea-3de6-87d8-c6dfbca6b7c8-bca6b7c3 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_31f2d73d-efea-3de6-87d8-c6dfbca6b7cf-bca6b7c3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-bb0bf636-1622-2bac-85b3-47f867d53010-67d5300b {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-bb0bf636-1622-2bac-85b3-47f867d5301a-67d5300b {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-bb0bf636-1622-2bac-85b3-47f867d53020-67d5300b {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_675502e3-7f63-fc61-f6e8-a96a776d83e3-4401d838 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-e390ad44-2592-9581-74e8-99c94401d83a-4401d838 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-e390ad44-2592-9581-74e8-99c94401d83b-4401d838 {
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e390ad44-2592-9581-74e8-99c94401d84c-4401d838 {
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-e390ad44-2592-9581-74e8-99c94401d853-4401d838 {
    -ms-grid-column-span: 2;
    grid-column-end: 6;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-f0616558-3258-1dd4-f3b4-8c2afa35bf35-9169c401 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_9b2b1757-c0ed-3999-8e70-7ee63a085a44-ea69c404 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_09030bf0-369f-39c6-fec8-82e1a77e7225-9b69c407 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-e2b3f777-301e-e46d-da99-be830b4ad437-9b69c407 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-c3814664-15c7-6dc9-7f16-cd7b200d292a-9b69c407 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_4f343253-b800-ed52-be6a-2797cc3ea1d1-9b69c407 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_4f343253-b800-ed52-be6a-2797cc3ea1e8-9b69c407 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_865fc090-006c-6cb4-b7b0-184b89e8b761-4b69c40b {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_67afb884-84e5-6a9d-7038-3d3e405d8960-4b69c40b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_436fcc2e-240f-4af1-dd95-afec97c35836-4b69c40b {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_4dfb1b84-d16b-c128-7b20-dd3ec8d26a9f-d969c40f {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_5b198d99-1e22-cb99-7265-d73256103494-fd69c411 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5b23718b-6f2f-8331-f6b1-a4794a45c9f0-0569c3f7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_0e008f32-1617-f27a-7abd-760eefcc8735-0569c3f7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c9037e5e-4f1a-7eef-d8b1-a339fe0c2294-0569c3f7 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e0566be4-826c-378c-0d53-f02832fa701a-0569c3f7 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_70a28926-4468-4379-149d-cae994cfa78d-0569c3f7 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ba619625-bc9e-af96-419f-c65cb9402ab1-0569c3f7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-ba619625-bc9e-af96-419f-c65cb9402ab2-0569c3f7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ba619625-bc9e-af96-419f-c65cb9402ab3-0569c3f7 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ba619625-bc9e-af96-419f-c65cb9402ab4-0569c3f7 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-ba619625-bc9e-af96-419f-c65cb9402ab5-0569c3f7 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-d0391931-44cd-60ee-f7b8-796ab8e2c63b-67d5300b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-bb0bf636-1622-2bac-85b3-47f867d53020-67d5300b {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_675502e3-7f63-fc61-f6e8-a96a776d83e3-4401d838 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-e390ad44-2592-9581-74e8-99c94401d83a-4401d838 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-e390ad44-2592-9581-74e8-99c94401d83b-4401d838 {
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e0adcf14-ad5a-820c-32ee-58ec0e653571-0c69c3fc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_94395985-bb1f-c27c-326c-58e21e79349e-0c69c3fc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_79d89d5a-46be-ac9b-c89d-c25c1ee2f4d3-0c69c3fc {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-effb1db6-08e5-e10f-77e5-b07e629f8bb8-f469c400 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-effb1db6-08e5-e10f-77e5-b07e629f8bbb-f469c400 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-effb1db6-08e5-e10f-77e5-b07e629f8bcb-f469c400 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-f0616558-3258-1dd4-f3b4-8c2afa35bf26-9169c401 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_956ce817-b6d5-d471-4831-6a1707a4d5ac-9169c401 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_80975f05-33db-7c5f-b644-082c8cc9d65c-ea69c404 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d69c77ea-6a6d-0c4a-040c-1b76e9a18c96-ea69c404 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-d1f4d90e-5437-16c4-bfe3-e44140224896-ea69c404 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_31f2d73d-efea-3de6-87d8-c6dfbca6b7c5-bca6b7c3 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-_31f2d73d-efea-3de6-87d8-c6dfbca6b7c8-bca6b7c3 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_31f2d73d-efea-3de6-87d8-c6dfbca6b7cf-bca6b7c3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_675502e3-7f63-fc61-f6e8-a96a776d83e3-4401d838 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-e390ad44-2592-9581-74e8-99c94401d83a-4401d838 {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-e390ad44-2592-9581-74e8-99c94401d83b-4401d838 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e390ad44-2592-9581-74e8-99c94401d84c-4401d838 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-e390ad44-2592-9581-74e8-99c94401d853-4401d838 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_1e6e2996-7d99-c3aa-34af-faeafb25a731-bb69c3fd {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-cfd2c0fa-7e4a-a5aa-f292-bb86c572bcd4-bb69c3fd {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_81bfdfa4-9935-7812-0a2f-c7163258a75d-bb69c3fd {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_73a00337-59a5-b18c-7801-4d3553ea88c3-bb69c3fd {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-f97ea4b6-c667-167d-1e22-cf26bf5fd744-bb69c3fd {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_971aa37d-616a-f000-3265-168984fbdb75-bb69c3fd {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_956ce817-b6d5-d471-4831-6a1707a4d5ba-9169c401 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_14804969-b861-420b-78b0-14c26d143afd-ea69c404 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d69c77ea-6a6d-0c4a-040c-1b76e9a18c96-ea69c404 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4c4ba776-7c2c-f668-c073-e5bf39bedf5c-ea69c404 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d1f4d90e-5437-16c4-bfe3-e44140224896-ea69c404 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a1082321-aef6-d335-17f8-4a69bf242b2e-c969c405 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c3814664-15c7-6dc9-7f16-cd7b200d292a-9b69c407 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_4f343253-b800-ed52-be6a-2797cc3ea1ba-9b69c407 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_4f343253-b800-ed52-be6a-2797cc3ea1d1-9b69c407 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_4f343253-b800-ed52-be6a-2797cc3ea1e8-9b69c407 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_911f3e5f-2666-ac7d-458a-ff6b835d7c00-d969c40f {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_8a539f4f-a516-1015-680c-7e77634d2cf1-d969c40f {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-e1ac1345-cb43-1a97-b27c-b7700160ad25-d969c40f {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
}

