.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  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-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    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;
  }
}

body {
  font-family: Sen, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

a {
  color: #eb5757;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 40px;
}

li {
  margin-bottom: 25px;
}

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

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #eb5757;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 800;
}

.btn {
  padding: 5px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #eb5757;
  border-radius: 5px;
  background-color: #eb5757;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-weight: 700;
}

.btn:hover {
  border-color: #222;
  background-color: #222;
}

.btn.dark {
  border-color: #222;
  background-color: #222;
}

.btn.dark:hover {
  border-color: #eb5757;
  background-color: #eb5757;
}

.btn.dark.outline {
  border-color: #222;
  color: #222;
}

.btn.dark.outline:hover {
  border-color: #222;
  background-color: #222;
}

.btn.dark.outline.cat-menu {
  width: 100%;
}

.btn.dark.outline.cat-menu.w--current {
  background-color: #222;
  color: #f9f9f9;
}

.btn.light {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  color: #222;
}

.btn.light:hover {
  border-color: #eb5757;
  background-color: #eb5757;
  color: #f9f9f9;
}

.btn.light.outline {
  background-color: #fff;
  color: #0000b9;
  font-size: 20px;
}

.btn.light.outline:hover {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  color: #222;
}

.btn.light.outline {
  margin-top: 0px;
  margin-bottom: 100px;
  background-color: #fff;
  color: #0000b9;
  font-size: 20px;
}

.btn.light.outline:hover {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  color: #222;
}

.btn.outline {
  background-color: transparent;
  color: #eb5757;
}

.btn.outline:hover {
  border-color: #eb5757;
  background-color: #eb5757;
  color: #f9f9f9;
}

.btn.outline:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #eb5757;
  box-shadow: 0 0 2px 0 #eb5757;
}

.btn.blue {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  color: #222;
}

.btn.blue:hover {
  border-color: #eb5757;
  background-color: #eb5757;
  color: #f9f9f9;
}

.btn.blue.outline {
  background-color: #fff;
  color: #0000b9;
  font-size: 20px;
}

.btn.blue.outline:hover {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  color: #222;
}

.btn.blue.outline {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #0000b9;
  color: #fff;
  font-size: 20px;
}

.btn.blue.outline:hover {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  color: #222;
}

.small {
  margin-bottom: 10px;
  font-size: 10px;
}

.small.footer-small {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 12px;
}

.page-title-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #222;
  color: #f9f9f9;
}

.content-container {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  background-color: transparent;
  font-family: Circularstd, sans-serif;
}

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

.input {
  border: 1px solid #222;
  border-radius: 5px;
}

.input:hover {
  border-color: #eb5757;
}

.input:active {
  border-color: #eb5757;
}

.input:focus {
  border-color: #eb5757;
}

.input.-wfp-focus {
  border-color: #eb5757;
}

.input::-webkit-input-placeholder {
  color: #525252;
}

.input:-ms-input-placeholder {
  color: #525252;
}

.input::-ms-input-placeholder {
  color: #525252;
}

.input::placeholder {
  color: #525252;
}

.input.cart-quantity {
  margin-right: 5px;
  margin-bottom: 0px;
}

.alert-wrapper {
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.alert-wrapper.danger {
  background-color: #e53935;
  color: #f9f9f9;
}

.hero-section {
  width: 80%;
  min-height: 550px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.hero-section.product-page {
  width: 100%;
  min-height: 325px;
  margin-top: 120px;
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: #0000b9;
  font-family: Circularstd, sans-serif;
}

.hero-section.pricing-page {
  min-height: 320px;
  margin-bottom: 0px;
}

.menu-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 900;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fff;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Circularstd, sans-serif;
}

.hero-wrapper {
  display: block;
  max-width: 1200px;
  min-height: 550px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding-left: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-heading {
  width: 100%;
  margin: 0px auto 20px;
  padding-top: 40px;
  font-family: Circularstd, sans-serif;
  color: #0000b9;
  font-size: 60px;
  line-height: 1.2;
  text-align: center;
}

.hero-heading.product-page {
  width: 80%;
  padding-top: 60px;
  color: #fff;
  font-size: 64px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

.hero-heading.pricing-page-bottom {
  padding-top: 0px;
}

.hero-heading.pricing-page-bottom.replace {
  margin-top: -500px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #b80000;
}

.hero-heading.pricing-page {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 80px;
}

.hero-paragraph {
  width: 60%;
  margin: 0px auto 60px;
  background-color: transparent;
  font-family: 'Circularstd book', sans-serif;
  color: #525252;
  font-size: 27px;
  font-weight: 400;
  text-align: center;
}

.hero-paragraph.product-page {
  width: 100%;
  opacity: 1;
  color: #fff;
  font-size: 28px;
}

.segue-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 30px auto 0px;
  padding-top: 0px;
  -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;
  text-align: center;
}

.support-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.support-column {
  width: 30%;
  min-height: 200px;
}

.support-square {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 350px;
  min-width: 50%;
  margin-bottom: 0px;
  -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: 5px;
  background-color: #0000b9;
}

.support-square-number {
  position: absolute;
  left: 10%;
  top: 10%;
  right: auto;
  bottom: auto;
  color: #f9f9f9;
  font-size: 40px;
  font-weight: 700;
}

.cost-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: 'Circularstd book', sans-serif;
  color: #f9f9f9;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

.cost-heading.cost {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 26px;
}

.cost-heading.e-coli {
  color: #9c9c9c;
}

.support-square-image {
  position: absolute;
  left: auto;
  top: auto;
  right: -25%;
  bottom: -25%;
}

.support-square-image.triangle {
  right: -11%;
  bottom: -17%;
}

.support-square-image.rectangle {
  right: -14%;
  bottom: -31%;
}

.cta-section {
  width: 80%;
  margin: 0px auto 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.shop-item-wrapper {
  width: 100%;
  margin-bottom: 40px;
}

.shop-image {
  min-height: 500px;
  margin-bottom: 30px;
  border-radius: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.shop-image.tumbler-1 {
  position: relative;
  margin-bottom: 15px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.shop-image.tumbler-1.narrow-list {
  min-height: 400px;
}

.shop-image.tumbler-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.shop-details-wrapper {
  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;
}

.shop-details-left {
  width: 100%;
}

.shop-item-name {
  color: #222;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.shop-item-price {
  margin-right: 10px;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.shop-item-price.compare {
  color: #eb5757;
  text-decoration: line-through;
}

.footer {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0000b9;
}

.footer-bottom-wrapper {
  margin-top: 0px;
  color: #f9f9f9;
  text-align: center;
}

.content-section {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #0000b9;
}

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

.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px none rgba(34, 34, 34, 0.08);
}

.pill-2 {
  margin-right: 10px;
  padding: 5px 20px;
  border-radius: 20px;
  background-color: #1976d2;
  color: #f9f9f9;
}

.pill-2.badge {
  border-radius: 0px;
}

.pill-2.badge.primary.sale {
  position: absolute;
  left: auto;
  top: 4%;
  right: 2%;
  bottom: auto;
  border-radius: 5px;
  background-color: #eb5757;
  font-size: 14px;
  text-transform: uppercase;
}

.shop-button-wrapper {
  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;
}

.shop-item-link-wrapper {
  width: 100%;
  text-decoration: none;
}

.shopping-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.shopping-page-left {
  width: 40%;
}

.shipping-page-right {
  width: 60%;
  padding-left: 60px;
}

.shopping-page-image {
  position: relative;
  min-height: 450px;
  border-radius: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-product-headin {
  margin-top: 0px;
}

.shop-item-price-page {
  margin-right: 10px;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.shop-item-price-page.compare-at {
  color: #eb5757;
  text-decoration: line-through;
}

.page-price-wrapping {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: 18px;
}

.add-to-cart-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.shop-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.shop-category-menu {
  width: 20%;
  padding-right: 25px;
}

.shop-list {
  width: 80%;
}

.category-menu-item {
  margin-bottom: 10px;
}

.category-menu-heading {
  margin-top: 0px;
  font-size: 18px;
  line-height: 1.5;
}

.empty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  -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;
  background-color: transparent;
}

.checkout-form {
  background-color: transparent;
}

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

.container-checkout {
  max-width: 1200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pay-with-browser {
  border-radius: 5px;
}

.apple-pay {
  border-radius: 5px;
}

.block-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.block-content {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.order-confirmation {
  background-color: transparent;
}

.cart-image-wrapper {
  overflow: hidden;
  width: 60px;
  height: 60px;
}

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

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.42)), to(#222)), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.42), #222), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #f9f9f9;
}

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

.hero-container {
  position: static;
  display: block;
  width: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: Circularstd, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-container.product-page {
  width: auto;
}

.heading-2 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  max-width: 80%;
  margin-bottom: 60px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Circularstd, sans-serif;
  color: #0000b9;
  font-size: 40px;
  text-align: center;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-field {
  margin-bottom: 20px;
  border-radius: 5px;
}

.cta-inputs {
  margin-bottom: 20px;
  border-radius: 5px;
}

.cta-inputs:focus {
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.32);
}

.text-field-3 {
  margin-bottom: 40px;
  border-radius: 5px;
}

.cta-heading {
  width: 100%;
  margin: 0px auto 55px;
  font-family: Circularstd, sans-serif;
  color: #0000b9;
  font-size: 35px;
  line-height: 1.25;
  text-align: center;
}

.cta-paragraph {
  display: block;
  padding-right: 20px;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.input-name {
  color: #fff;
  font-size: 20px;
}

.workflow-section {
  width: 80%;
  margin: 0px auto 120px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  font-family: Circularstd, sans-serif;
}

.form {
  padding-right: 20px;
  padding-left: 20px;
}

.column {
  position: static;
}

.text-span {
  background-color: transparent;
  font-family: Circularstd, sans-serif;
  color: #0000b9;
}

.image-3 {
  position: static;
  display: block;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: transparent;
}

.navbar-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 900;
  width: 100%;
  height: auto;
  margin: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.2);
}

.nav-link {
  display: inline-block;
  overflow: visible;
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'Circularstd book', sans-serif;
  color: #0000b9;
  font-size: 16px;
}

.menu-button {
  display: block;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto 0px auto auto;
  background-color: #fff;
}

.logo-div {
  display: block;
  color: transparent;
}

.logo-div.w--current {
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: none;
  margin: 0px auto;
  -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;
}

.body {
  background-color: #fff;
  font-family: Circularstd, sans-serif;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  font-family: Circularstd, sans-serif;
}

.body-3 {
  background-color: #fff;
}

.cta-container {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: Circularstd, sans-serif;
}

.referral-heading {
  width: auto;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 100px;
  font-family: Circularstd, sans-serif;
  color: #0000b9;
  font-size: 60px;
  line-height: 1.2;
}

.referral-subtitle {
  width: auto;
  margin-top: 0px;
  margin-bottom: 60px;
  background-color: transparent;
  font-family: Circularstd, sans-serif;
  color: #0000b9;
  font-size: 30px;
}

.referral-process-paragraph {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #0000b9;
  font-size: 30px;
  text-align: left;
}

.referral-cta-section {
  margin-bottom: -1px;
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #0000b9;
}

.steps-section {
  display: none;
  margin-top: 0px;
  margin-bottom: 140px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  font-family: Circularstd, sans-serif;
}

.steps-section.use-cases {
  display: block;
}

.referral-hero-section {
  min-height: 550px;
}

.referral-hero-section.about-hero {
  min-height: auto;
  background-color: transparent;
  background-image: none;
}

.product-image {
  display: block;
  width: 200px;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.product-image.bottom {
  width: 150px;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

.youtube {
  margin-bottom: 0px;
  border-radius: 10px;
}

.customer-section {
  width: 80%;
  margin: 0px auto 220px;
}

.customer-heading {
  width: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #0000b9;
  font-size: 35px;
  text-align: center;
}

.customer-heading.how-it-works {
  margin-bottom: 40px;
}

.customer-heading.title {
  margin-top: 40px;
}

.video-div {
  overflow: hidden;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
}

.text-block-7 {
  margin-top: -50px;
  margin-right: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: #0000b9;
  font-size: 35px;
}

.paragraph {
  width: 50%;
  margin-top: -50px;
  margin-left: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: 'Circularstd book', sans-serif;
  color: #5e5e5e;
  font-size: 20px;
}

.cta-button {
  position: static;
  display: block;
  overflow: visible;
  max-width: 200px;
  min-width: 190px;
  margin: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  float: none;
  -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-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 7px;
  background-color: #0000b9;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.41);
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.cta-button:hover {
  opacity: 0.85;
}

.cta-button.inverted {
  max-width: 190px;
  min-width: 180px;
  background-color: #fff;
  font-family: Circularstd, sans-serif;
  color: #0000b9;
}

.cta-button.mobile-bottom {
  margin-top: 40px;
}

.cta-button.bottom {
  max-width: 250px;
  min-width: 250px;
  font-size: 24px;
}

.cta-button.final {
  margin-top: 40px;
}

.button-div {
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.customer-div {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.slider {
  height: 180px;
  background-color: transparent;
}

.slide {
  padding-right: 85px;
  padding-left: 85px;
}

.slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -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;
}

.slider-wrapper.slider-wrapper-2 {
  padding-top: 18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -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-wrapper.logo-wrapper-2 {
  width: 25%;
  margin-top: 0px;
}

.logo-wrapper.cfa {
  display: none;
}

.logo-wrapper.gear {
  display: none;
}

.icon-2 {
  color: #0000b9;
}

.cust-logo {
  display: block;
  max-height: 75%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container {
  display: none;
  max-width: none;
}

.cta-button-div {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.cta-button-div.bottom {
  width: 100%;
  padding-bottom: 60px;
}

.feature-card-section {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -webkit-perspective: 0px;
  perspective: 0px;
}

.feature-card {
  overflow: visible;
  width: 280px;
  height: 300px;
  min-height: auto;
  min-width: 280px;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid #000;
  border-radius: 10px;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  -o-object-fit: fill;
  object-fit: fill;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.feature-card:hover {
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.45);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.feature-card.product-page {
  height: 300px;
}

.card-heading {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 40px;
  color: #fff;
  font-size: 35px;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

.card-heading.product-page {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  font-family: Circularstd, sans-serif;
  font-size: 32px;
  line-height: 1.15em;
}

.feature-icon {
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.45);
  opacity: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo {
  position: static;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: auto;
  padding: 12px;
  -o-object-fit: contain;
  object-fit: contain;
}

.card-specs {
  width: auto;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: Circularstd, sans-serif;
  font-size: 28px;
  text-align: center;
}

.card-specs.card-specs-explanation {
  font-family: 'Circularstd book', sans-serif;
  font-size: 17px;
}

.card-content {
  width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.blue-background {
  height: 150px;
  padding-top: 10px;
  background-color: #0000b9;
}

.feature-cards-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-cards-container.product-page {
  margin-top: 40px;
  margin-bottom: 100px;
}

.product-div {
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.steps-container {
  height: auto;
  max-width: 80%;
  margin-bottom: 0px;
}

.steps-heading {
  margin-top: -20px;
  margin-bottom: 40px;
  opacity: 0;
  font-family: Circularstd, sans-serif;
  color: #222;
  font-size: 35px;
}

.steps-heading.more-features {
  width: 80%;
  margin: 0px auto 40px;
  opacity: 1;
  text-align: center;
}

.customer-image-div {
  max-width: 40%;
  margin-top: 0px;
  margin-left: auto;
  padding: 20px;
  float: right;
  border: 5px solid #000;
  border-radius: 10px;
  -o-object-fit: fill;
  object-fit: fill;
}

.customer-image-div.text {
  width: auto;
  max-width: 65%;
  margin-top: 5px;
  float: right;
}

.steps-text {
  margin: auto auto auto 0px;
  padding: 0px;
  float: none;
  font-size: 25px;
  text-align: left;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

.steps-text.customer {
  text-align: left;
  text-shadow: none;
}

.steps-text.customer.emoji {
  font-size: 55px;
}

.nuclid-text-div {
  width: auto;
  max-width: 65%;
  min-width: 0%;
  margin: auto auto auto 0px;
  padding: 20px;
  float: left;
  border-radius: 10px;
  background-color: #0000b9;
  color: #fff;
}

.nuclid-text {
  width: 100%;
  margin-top: 20px;
}

.customer-text {
  width: 100%;
  margin-top: 20px;
}

.customer-text.followup {
  margin-top: 0px;
}

.image-21 {
  max-height: 150px;
}

.regulatory-approval {
  display: none;
  height: auto;
  margin-bottom: 180px;
  padding-top: 0px;
  border-top: 0px solid #0344ad;
  border-bottom: 0px solid #0344ad;
  -o-object-fit: contain;
  object-fit: contain;
}

.regulatory-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 5px solid #0344ad;
  -o-object-fit: contain;
  object-fit: contain;
}

.regulator-name {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Circularstd, sans-serif;
  color: #0344ad;
  font-size: 30px;
  -o-object-fit: fill;
  object-fit: fill;
}

.regulator-logo {
  height: 100px;
  max-height: none;
  margin: auto;
  padding: 0px 40px;
  -o-object-fit: fill;
  object-fit: fill;
}

.input-name-2 {
  font-family: 'Circularstd book', sans-serif;
  color: #0000b9;
  font-size: 18px;
  text-align: center;
}

.form-block {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.pricing-div {
  display: block;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cost-card {
  position: relative;
  display: block;
  overflow: hidden;
  width: 280px;
  min-width: 280px;
  margin: auto 10px;
  padding: 60px 0px;
  -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: 10px;
  background-color: #0000b9;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -o-object-fit: fill;
  object-fit: fill;
}

.cost-card:hover {
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.45);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cost-section {
  margin-bottom: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fine-print {
  margin-top: 25px;
  font-family: 'Circularstd book', sans-serif;
  font-size: 15px;
  text-align: center;
}

.navbar-5 {
  background-color: #fff;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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;
  font-family: Circularstd, sans-serif;
}

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

.brand {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -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;
}

.cta-div {
  display: inline-block;
}

.more-features-section {
  margin-bottom: 100px;
  font-family: Circularstd, sans-serif;
}

.cost-content {
  margin: auto;
}

.text-block-8 {
  color: #fff;
  font-size: 18px;
}

.success-message {
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 10px;
  background-color: #0000b9;
}

.error-message {
  padding: 20px 25px;
  border-radius: 10px;
  background-color: #b80000;
  color: #fff;
  text-align: center;
}

.text-block-9 {
  font-size: 18px;
}

.use-case-div {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 3px;
  border-color: #0000b9;
  border-radius: 10px;
}

.div-block-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #0000b9;
  font-size: 18px;
}

.subheading {
  margin-bottom: 20px;
  color: #0000b9;
  font-size: 20px;
  text-align: center;
}

.paragraph-2 {
  margin-right: 15%;
  margin-bottom: 40px;
  margin-left: 15%;
  color: #0000b9;
  font-size: 18px;
  text-align: left;
}

.paragraph-3 {
  margin-right: 15%;
  margin-left: 15%;
  font-size: 18px;
  text-align: left;
}

.button {
  display: block;
  max-width: 190px;
  min-width: 180px;
  margin: auto;
}

.div-block-3 {
  display: block;
  max-width: 190px;
  min-width: 180px;
  margin: auto;
}

.text-block-10 {
  color: #20c788;
  font-size: 18px;
  text-align: center;
}

.text-block-10.e-coli {
  color: #9c9c9c;
}

.per-test {
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}

.per-test.e-coli {
  color: #9c9c9c;
}

.form-2 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

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

.field-label-2 {
  text-align: center;
}

.field-label-3 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .btn.light.outline {
    margin-bottom: 0px;
  }

  .btn.light.outline {
    margin-bottom: 0px;
  }

  .btn.blue.outline {
    margin-bottom: 0px;
  }

  .btn.blue.outline {
    margin-bottom: 0px;
  }

  .content-container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-section {
    width: 90%;
    margin-bottom: 0px;
  }

  .hero-section.product-page {
    min-height: 325px;
    margin-top: 100px;
  }

  .hero-section.pricing-page {
    min-height: 280px;
  }

  .menu-wrapper.product-page {
    display: block;
  }

  .hero-heading {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 60px;
    font-size: 50px;
  }

  .hero-heading.product-page {
    font-size: 55px;
  }

  .hero-heading.pricing-page-bottom.replace {
    margin-top: -469px;
  }

  .hero-paragraph {
    width: 90%;
    margin-top: 20px;
    font-size: 24px;
  }

  .segue-div {
    display: block;
    width: 90%;
  }

  .support-square {
    min-height: 330px;
  }

  .cost-heading {
    font-size: 30px;
  }

  .support-square-image.rectangle {
    bottom: -35%;
  }

  .cta-section {
    width: 90%;
    margin-bottom: 140px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .shop-image.tumbler-1 {
    min-height: 350px;
  }

  .shop-image.tumbler-1 {
    min-height: 350px;
  }

  .shop-details-wrapper {
    font-size: 14px;
  }

  .shop-details-left {
    margin-right: 25px;
  }

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

  .shop-page-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shop-category-menu {
    width: 100%;
    margin-bottom: 25px;
  }

  .shop-list {
    width: 100%;
  }

  .category-menu-heading {
    line-height: 1.5;
  }

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

  .hero-container {
    width: 90%;
  }

  .text-field {
    border-radius: 5px;
  }

  .cta-inputs {
    border-radius: 5px;
  }

  .text-field-3 {
    margin-bottom: 40px;
    border-radius: 5px;
  }

  .cta-heading {
    margin-bottom: 50px;
    font-size: 40px;
  }

  .cta-paragraph {
    font-size: 25px;
  }

  .workflow-section {
    width: 90%;
    margin-bottom: 120px;
    background-color: #fff;
  }

  .form {
    margin-bottom: -50px;
  }

  .columns-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-3 {
    position: static;
    margin-top: 10px;
    clear: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navbar-3 {
    width: 100%;
  }

  .nav-link {
    display: block;
  }

  .menu-button {
    display: block;
    overflow: visible;
    background-color: #fff;
  }

  .nav-menu {
    display: block;
    color: #fff;
  }

  .logo-div.w--current {
    margin-bottom: 10px;
  }

  .body {
    background-color: #fff;
  }

  .body-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-container {
    max-width: 90%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .referral-heading {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 60px;
    font-size: 50px;
  }

  .referral-subtitle {
    width: auto;
    margin-top: 40px;
    font-size: 25px;
  }

  .referral-process-paragraph {
    padding-right: 0px;
  }

  .referral-cta-section {
    padding-bottom: 0px;
    background-color: #0000b9;
  }

  .steps-section {
    margin-bottom: 100px;
    background-color: #fff;
  }

  .referral-hero-section.about-hero {
    min-height: 400px;
  }

  .product-image {
    width: 175px;
  }

  .product-image.bottom {
    padding-top: 100px;
  }

  .icon {
    display: block;
  }

  .customer-section {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 208px;
  }

  .customer-heading {
    width: auto;
  }

  .video-div {
    width: 90%;
  }

  .text-block-7 {
    font-size: 30px;
  }

  .paragraph {
    margin-top: -55px;
    font-size: 18px;
  }

  .cta-button.inverted {
    max-width: 160px;
    min-width: 150px;
    font-size: 16px;
  }

  .customer-div {
    width: 90%;
  }

  .slider-wrapper {
    padding-top: 35px;
  }

  .slider-wrapper.slider-wrapper-2 {
    margin-top: 17px;
    padding-top: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .slider-wrapper.slider-wrapper-3 {
    margin-top: 35px;
  }

  .logo-wrapper {
    margin-top: 35px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .logo-wrapper.logo-wrapper-2 {
    margin-top: 0px;
  }

  .container {
    max-width: none;
    margin-top: -20px;
  }

  .feature-card-section {
    width: 90%;
    margin-bottom: 80px;
  }

  .feature-card {
    width: 31%;
    height: 300px;
    min-width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }

  .card-heading {
    font-size: 30px;
  }

  .card-heading.product-page {
    width: 90%;
    font-size: 28px;
  }

  .card-specs {
    font-size: 24px;
  }

  .card-specs.card-specs-explanation {
    font-size: 14px;
  }

  .card-specs.card-specs-explanation.product-page {
    font-size: 13px;
  }

  .card-specs.product-page {
    font-size: 22px;
  }

  .feature-cards-container {
    max-width: none;
  }

  .product-div {
    display: none;
    margin-top: 50px;
  }

  .steps-heading {
    margin-top: -40px;
    font-size: 32px;
  }

  .customer-image-div {
    max-width: 55%;
  }

  .steps-text {
    font-size: 22px;
  }

  .input-name-2 {
    font-size: 18px;
  }

  .cost-card {
    width: 220px;
    min-height: 325px;
    min-width: 220px;
  }

  .cost-section {
    margin-bottom: 100px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .fine-print {
    margin-top: 25px;
  }

  .navbar-4 {
    background-color: #fff;
  }

  .container-2 {
    width: 90%;
  }

  .menu-button-2 {
    display: none;
    margin-left: 20px;
  }

  .more-features-section {
    max-width: 90%;
    margin: -40px auto 100px;
  }

  .text-block-8 {
    font-size: 16px;
  }

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

  .text-block-9 {
    font-size: 16px;
  }

  .use-case-div {
    margin-top: 20px;
  }

  .paragraph-2 {
    margin-right: 25%;
    margin-left: 25%;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .text-block-10.e-coli {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .btn.light.outline {
    display: block;
    max-width: 60%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .btn.blue.outline {
    display: block;
    max-width: 60%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .content-container {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-section {
    margin-bottom: 0px;
    background-image: none;
  }

  .hero-section.product-page {
    margin-top: 100px;
  }

  .hero-section.pricing-page {
    min-height: 225px;
  }

  .hero-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-heading {
    width: 100%;
    margin-top: 0px;
    padding-top: 60px;
    font-size: 40px;
  }

  .hero-heading.product-page {
    font-size: 50px;
  }

  .hero-heading.pricing-page-bottom.replace {
    margin-top: -452px;
  }

  .hero-heading.pricing-page {
    padding-top: 70px;
  }

  .hero-paragraph {
    width: 95%;
    margin-top: 20px;
    font-size: 20px;
  }

  .hero-paragraph.product-page {
    font-size: 20px;
  }

  .hero-button-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .segue-div {
    margin-top: 0px;
    padding-top: 0px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .support-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .support-column {
    width: 100%;
    margin-bottom: 0px;
  }

  .support-square {
    min-width: 100%;
    margin-bottom: 20px;
  }

  .cost-heading {
    font-size: 40px;
  }

  .cost-heading.cost {
    font-size: 28px;
  }

  .support-square-image {
    right: -18%;
  }

  .shop-item-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }

  .footer {
    margin-top: 0px;
  }

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

  .pill-2.badge.primary.sale {
    right: 2%;
  }

  .shopping-page-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shopping-page-left {
    width: 100%;
    margin-bottom: 25px;
  }

  .shipping-page-right {
    width: 100%;
    padding-left: 0px;
  }

  .shop-page-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shop-category-menu {
    width: 100%;
    margin-bottom: 20px;
  }

  .shop-list {
    width: 100%;
  }

  .hero-container {
    width: 90%;
  }

  .heading-2 {
    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;
  }

  .cta-heading {
    margin-bottom: 40px;
    font-size: 35px;
  }

  .cta-paragraph {
    margin-bottom: 80px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
  }

  .workflow-section {
    margin-top: 100px;
    margin-bottom: 111px;
  }

  .form {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-span {
    display: block;
  }

  .image-3 {
    float: none;
  }

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

  .cta-container {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .referral-heading {
    width: auto;
    margin-top: 0px;
    padding-top: 100px;
    font-size: 48px;
  }

  .referral-subtitle {
    width: 100%;
  }

  .referral-process-paragraph {
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
    text-align: left;
  }

  .steps-section {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 140px;
  }

  .steps-section.use-cases {
    padding-top: 80px;
  }

  .referral-hero-section {
    background-image: none;
  }

  .product-image {
    display: block;
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .customer-section {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .customer-heading {
    margin-top: 0px;
    font-size: 32px;
  }

  .text-block-7 {
    margin-top: -20px;
    font-size: 25px;
  }

  .paragraph {
    width: 50%;
    margin-top: -27px;
    font-size: 15px;
  }

  .cta-button {
    max-width: 170px;
    min-width: 160px;
    font-size: 16px;
  }

  .cta-button.inverted {
    max-width: 200px;
    min-width: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button-div {
    margin-right: 5%;
  }

  .slider {
    height: auto;
  }

  .slider-wrapper {
    padding-top: 60px;
    padding-bottom: 80px;
    -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;
  }

  .slider-wrapper.slider-wrapper-2 {
    margin-top: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-wrapper {
    position: relative;
    display: block;
    width: 40%;
    margin-top: 0px;
    padding-top: 0px;
  }

  .logo-wrapper.logo-wrapper-2 {
    margin-top: auto;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .cust-logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cust-logo.g-s {
    max-height: 50%;
    max-width: 75%;
    padding-top: 10px;
  }

  .container {
    max-width: none;
    margin-top: -40px;
  }

  .feature-card-section {
    margin-bottom: 36px;
  }

  .feature-card {
    width: 270px;
    min-width: auto;
    margin-bottom: 50px;
  }

  .feature-card.product-page {
    font-size: 18px;
  }

  .card-heading.product-page {
    width: 70%;
  }

  .card-specs.card-specs-explanation {
    font-size: 16px;
  }

  .card-specs.card-specs-explanation.product-page {
    font-size: 16px;
  }

  .card-specs.product-page {
    font-size: 22px;
  }

  .feature-cards-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .steps-heading {
    margin-top: -200px;
    font-size: 28px;
  }

  .steps-text {
    font-size: 18px;
  }

  .input-name-2 {
    font-size: 15px;
  }

  .cost-card {
    width: 350px;
    min-height: 315px;
    min-width: 350px;
    margin-bottom: 20px;
  }

  .fine-print {
    font-size: 15px;
  }

  .container-2 {
    width: 100%;
  }

  .left-arrow {
    position: absolute;
    max-height: 150px;
  }

  .right-arrow {
    max-height: 150px;
  }

  .slide-nav {
    margin-top: 0px;
    padding-top: 0px;
  }

  .menu-button-2 {
    display: none;
    margin-right: 20px;
  }

  .more-features-section {
    margin-top: -35px;
    margin-bottom: 40px;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .paragraph-2 {
    margin-right: 10%;
    margin-left: 15%;
  }

  .form-2 {
    width: 75%;
  }
}

@media screen and (max-width: 479px) {
  .btn.light.outline {
    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-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;
    font-size: 15px;
    text-align: center;
  }

  .btn.blue.outline {
    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-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;
    font-size: 15px;
    text-align: center;
  }

  .content-container {
    max-width: 95%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .hero-section {
    width: 90%;
    min-width: 0%;
    margin-bottom: 0px;
    background-color: #fff;
  }

  .hero-section.product-page {
    margin-top: 100px;
  }

  .hero-section.pricing-page {
    min-height: 160px;
  }

  .hero-wrapper {
    margin-bottom: 0px;
    padding-bottom: 45px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-heading {
    padding-top: 40px;
    font-size: 38px;
  }

  .hero-heading.product-page {
    font-size: 31px;
  }

  .hero-heading.pricing-page-bottom {
    font-size: 28px;
  }

  .hero-heading.pricing-page-bottom.replace {
    margin-top: -446px;
  }

  .hero-heading.pricing-page {
    padding-top: 50px;
    font-size: 28px;
  }

  .hero-paragraph {
    width: 100%;
    margin-bottom: 80px;
    font-size: 20px;
  }

  .hero-paragraph.product-page {
    width: 90%;
  }

  .segue-div {
    display: block;
    width: auto;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .support-square {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .cost-heading {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .cost-heading.cost {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .cta-section {
    margin-top: 0px;
    margin-bottom: 140px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .shop-details-wrapper {
    -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;
  }

  .shop-details-left {
    margin-right: 0px;
  }

  .shop-item-name {
    text-align: center;
  }

  .shop-item-price {
    margin-right: 5px;
    margin-left: 5px;
  }

  .price-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pill-2.badge.primary.sale {
    position: absolute;
    left: auto;
    top: 3%;
    right: 0%;
    bottom: auto;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
  }

  .shopping-page-image {
    min-height: 350px;
  }

  .shop-item-price-page {
    margin-right: 5px;
    margin-left: 5px;
  }

  .shop-category-menu {
    padding-right: 0px;
  }

  .order-item-list {
    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;
  }

  .cart-image-wrapper.checkout-page {
    margin-bottom: 25px;
  }

  .utility-page-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .order-item-checkoiut {
    margin-bottom: 45px;
    -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;
    text-align: center;
  }

  .order-item-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -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;
    text-align: center;
  }

  .hero-container {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-2 {
    max-width: none;
    margin-top: 0px;
    margin-bottom: 100px;
    text-align: center;
  }

  .cta-heading {
    margin-top: 0px;
    margin-bottom: 35px;
    font-size: 26px;
    text-align: center;
  }

  .cta-paragraph {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .workflow-section {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .form {
    max-width: 90%;
  }

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

  .columns-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-3 {
    margin-top: 0px;
  }

  .navbar-3 {
    min-width: 100%;
  }

  .body {
    background-color: transparent;
  }

  .body-2 {
    height: auto;
    background-color: #fff;
  }

  .cta-container {
    max-width: 95%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    background-color: transparent;
  }

  .referral-heading {
    padding-top: 60px;
    font-size: 40px;
  }

  .referral-subtitle {
    width: 100%;
    margin-bottom: 40px;
    font-size: 25px;
  }

  .referral-process-paragraph {
    margin-right: 10px;
    margin-left: 10px;
  }

  .referral-cta-section {
    margin-bottom: -1px;
    padding-bottom: 0px;
    background-color: #0000b9;
  }

  .steps-section {
    padding-top: 0px;
  }

  .steps-section.use-cases {
    margin-bottom: 40px;
  }

  .youtube {
    height: 350px;
  }

  .customer-section {
    width: auto;
    margin-top: 140px;
    margin-bottom: 100px;
    padding-top: 0px;
  }

  .customer-heading {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .customer-heading.how-it-works {
    margin-bottom: 20px;
  }

  .customer-heading.title {
    font-size: 26px;
  }

  .video-div {
    width: auto;
    height: auto;
  }

  .text-block-7 {
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    font-size: 26px;
  }

  .paragraph {
    width: 100%;
    margin-top: -35px;
    margin-right: auto;
    font-size: 15px;
  }

  .cta-button {
    width: 120px;
    max-width: none;
    min-width: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 10px;
    float: none;
    font-size: 14px;
  }

  .cta-button.inverted {
    width: auto;
    max-width: 150px;
    min-height: 1.15em;
    font-size: 16px;
  }

  .cta-button.mobile-bottom {
    width: 170px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 16px;
  }

  .button-div {
    width: auto;
    max-width: none;
    margin-right: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .customer-div {
    margin-top: 0px;
  }

  .slider {
    height: auto;
  }

  .slider-wrapper {
    margin-top: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slider-wrapper.slider-wrapper-2 {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-wrapper {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .cust-logo {
    display: block;
    max-width: 50%;
    padding-bottom: 20px;
  }

  .feature-card {
    width: 250px;
  }

  .feature-card.product-page {
    height: 300px;
  }

  .card-heading {
    font-size: 26px;
  }

  .card-heading.product-page {
    width: auto;
    padding-top: 20px;
    font-size: 26px;
  }

  .card-specs.product-page {
    font-size: 22px;
  }

  .blue-background.product-page {
    height: 150px;
  }

  .steps-container {
    max-width: 90%;
  }

  .steps-heading {
    font-size: 22px;
  }

  .steps-heading.more-features {
    font-size: 26px;
  }

  .customer-image-div {
    max-width: 70%;
  }

  .steps-text {
    font-size: 16px;
  }

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

  .nuclid-text-div {
    max-width: 70%;
  }

  .input-name-2 {
    font-size: 15px;
  }

  .form-block {
    max-width: 90%;
  }

  .cost-card {
    width: 100%;
    max-width: none;
    min-height: 0px;
    min-width: 0%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cost-section {
    width: 80%;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }

  .fine-print {
    width: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }

  .container-2 {
    width: auto;
    min-width: 100%;
  }

  .brand {
    width: 40%;
    min-width: 40%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .left-arrow {
    margin-top: auto;
    margin-bottom: auto;
  }

  .right-arrow {
    margin-top: auto;
    margin-bottom: auto;
  }

  .slide-nav {
    position: static;
    margin-top: 0px;
    padding-top: 10px;
  }

  .menu-button-2 {
    margin-right: auto;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .more-features-section {
    margin-bottom: 40px;
  }

  .subheading {
    margin-bottom: 30px;
    color: #0000b9;
    font-size: 18px;
    font-weight: 400;
  }

  .paragraph-2 {
    margin-right: 0%;
    margin-bottom: 60px;
    margin-left: 0%;
  }

  .form-2 {
    width: 100%;
  }
}

@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Black.ttf') format('truetype'), url('../fonts/CircularStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BlackItalic.ttf') format('truetype'), url('../fonts/CircularStd-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.ttf') format('truetype'), url('../fonts/CircularStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BoldItalic.ttf') format('truetype'), url('../fonts/CircularStd-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.ttf') format('truetype'), url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BookItalic.ttf') format('truetype'), url('../fonts/CircularStd-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.ttf') format('truetype'), url('../fonts/CircularStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-MediumItalic.ttf') format('truetype'), url('../fonts/CircularStd-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}