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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-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-commercecheckoutemailinput {
    font-size: 16px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commerceaddtocartquantityinput {
    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;
}

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

.banner {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #222;
  color: #f9f9f9;
  font-size: 18px;
  text-decoration: none;
}

.style-guide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.style-left {
  width: 30%;
  padding: 20px 20px 20px 0px;
}

.style-right {
  width: 70%;
  padding: 20px;
}

.style-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.style-section {
  margin-bottom: 70px;
  padding-top: 20px;
}

.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 {
  color: #f9f9f9;
}

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

.btn.light.hero {
  margin-right: 10px;
}

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

.color-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.color-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  background-color: #d1d1d1;
  font-size: 12px;
}

.color-block.primary {
  background-color: #222;
  color: #f9f9f9;
}

.color-block.secondary {
  background-color: #eb5757;
  color: #f9f9f9;
}

.color-block.white {
  background-color: #f9f9f9;
}

.color-block.primary-variant {
  background-color: #525252;
  color: #f9f9f9;
}

.color-block.secondary-variant {
  background-color: #ab4040;
  color: #f9f9f9;
}

.color-block.alert-blocks {
  width: 22%;
}

.color-block.alert-blocks.caution {
  background-color: #ffde03;
}

.color-block.alert-blocks.warning {
  background-color: #e53935;
  color: #f9f9f9;
}

.color-block.alert-blocks.alert {
  background-color: #1976d2;
  color: #f9f9f9;
}

.color-block.alert-blocks.success {
  min-height: auto;
  padding-top: 0px;
  background-color: #20c788;
  color: #f9f9f9;
}

.separator {
  height: 1px;
  margin-bottom: 20px;
  background-color: #525252;
}

.style-link-wrapper {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
}

.style-link-wrapper.dark {
  background-color: #222;
  color: #f9f9f9;
}

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

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

.small.footer-small {
  font-size: 12px;
  text-align: left;
}

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

.container {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 140px;
  padding-left: 140px;
  text-align: center;
}

.container.contact {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

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

.style-menu-wrapper {
  margin-bottom: 10px;
}

.style-heading {
  margin-top: 0px;
}

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

.banner-content-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.alert-wrapper.warning {
  background-color: #ffde03;
}

.alert-wrapper.success {
  min-height: auto;
  padding-top: 20px;
  background-color: #20c788;
  color: #f9f9f9;
}

.alert-wrapper.information {
  background-color: #1976d2;
  color: #f9f9f9;
}

.style-pill-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.style-pill-wrapper.style-page {
  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;
}

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

.pill.warning {
  background-color: #e53935;
  color: #f9f9f9;
}

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

.pill.caution {
  background-color: #ffde03;
  color: #222;
}

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

.pill.success {
  min-height: auto;
  padding-top: 5px;
  background-color: #20c788;
  color: #f9f9f9;
}

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

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

.pill.primary {
  background-color: #eb5757;
  font-size: 16px;
}

.hero-section {
  min-height: 550px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/home-2.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/home-2.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.hero-section.about-hero {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/about-lloyds-handson-banner.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/about-lloyds-handson-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-section.contact-hero {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.menu-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 900;
}

.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 4px solid #ad7712;
  background-color: #05113a;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 4px 10px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #f9f9f9;
}

.nav-link:hover {
  background-color: #ad7713;
  background-image: none;
}

.nav-link.w--current {
  margin-left: 5px;
  color: #f9f9f9;
}

.nav-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  -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-top: 30%;
  color: #f9f9f9;
  font-size: 60px;
  line-height: 1.2;
  text-align: left;
  text-shadow: 1px 1px 6px #525252;
}

.hero-heading.anout-hero-heading {
  width: 40%;
}

.hero-paragraph {
  width: 35%;
  margin-bottom: 25px;
  color: #f9f9f9;
  font-size: 18px;
  text-align: left;
}

.support-section {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: transparent;
}

.support-top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.support-top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.support-top-details-text {
  text-transform: uppercase;
}

.support-top-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 0px solid #000;
  color: #9c690a;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
}

.support-top-right {
  width: 45%;
}

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

.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;
  margin-bottom: 45px;
  -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: #222;
}

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

.support-square-text {
  color: #f9f9f9;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

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

.safe-section {
  min-height: 550px;
  border-bottom: 4px solid #ad7713;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 40, 46, 0.72)), to(rgba(39, 40, 46, 0.72))), url('../images/conatct-house-image.jpg');
  background-image: linear-gradient(180deg, rgba(39, 40, 46, 0.72), rgba(39, 40, 46, 0.72)), url('../images/conatct-house-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.safe-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.safe-heading {
  width: 100%;
  color: #f9f9f9;
  font-size: 45px;
  line-height: 1.2;
  text-align: right;
}

.safe-paragraph {
  width: 100%;
  margin-bottom: 25px;
  color: #f9f9f9;
  font-size: 16px;
  text-align: right;
}

.products-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.shop-top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.shop-local-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.shop-local-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.shop-local-left {
  position: absolute;
  left: 0%;
  top: 6%;
  right: auto;
  bottom: 0%;
  width: 30%;
  height: 0px;
  min-height: 440px;
  border-radius: 5px;
  background-image: url('../images/christiann-koepke-dQyS2pMYtok-unsplash-1.jpg');
  background-position: 69% 80%;
  background-size: 270%;
}

.shop-local-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding: 45px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 5px;
  background-color: #222;
  color: #f9f9f9;
}

.shop-local-content-wrapper {
  width: 80%;
  padding-right: 145px;
  padding-left: 145px;
}

.shop-local-heading {
  margin-top: 0px;
  font-size: 45px;
  line-height: 1.2;
}

.footer {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #5089c2;
}

.footer-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-footer-link {
  margin-left: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-footer-link:hover {
  opacity: 0.7;
}

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

.content-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.content-section.why-acme-sections {
  padding-bottom: 0px;
}

.content-section.featured-section {
  padding-bottom: 0px;
}

.why-acme-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.why-acme-small-text {
  font-size: 14px;
  text-transform: uppercase;
}

.why-acme-heading {
  text-align: center;
}

.why-acme-paragraph {
  text-align: center;
}

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

.about-column {
  width: 22%;
}

.image {
  display: block;
}

.meet-the-owners-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.meet-the-owners-right {
  width: 70%;
  padding: 90px 55px 90px 245px;
  border-radius: 5px;
  background-color: #222;
  color: #f9f9f9;
}

.meet-the-owners-left {
  position: absolute;
  left: 0%;
  top: 5%;
  right: auto;
  bottom: 0%;
  width: 45%;
  height: 90%;
  border-radius: 5px;
  background-image: url('../images/sept-commercial-Cqu3DdNwtKQ-unsplash-1-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.owners-rich-text h2 {
  margin-top: 0px;
}

.owner-bios-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.owner-avatar-wrapper {
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.owner-bio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -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;
}

.owner-bio-paragraph {
  text-align: center;
}

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

.contact-left {
  width: 30%;
}

.contact-right {
  width: 70%;
  padding-left: 20px;
}

.contact-hero-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #222;
  color: #f9f9f9;
}

.contact-hero-bg-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contact-image-div {
  width: 45%;
  height: 550px;
  background-image: -webkit-gradient(linear, left top, right top, from(#222), color-stop(76%, rgba(34, 34, 34, 0.18))), url('../images/vinicius-amano-4mK2KVuYrDs-unsplash-1-1.jpg');
  background-image: linear-gradient(90deg, #222, rgba(34, 34, 34, 0.18) 76%), url('../images/vinicius-amano-4mK2KVuYrDs-unsplash-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.contact-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 350px;
  margin-top: 25px;
  margin-right: 20px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #f9f9f9;
  color: #222;
  text-align: center;
}

.contact-icon {
  margin-bottom: 30px;
}

.heading {
  margin-top: 55px;
}

.success {
  min-height: 280px;
  padding-top: 125px;
  border-radius: 5px;
  background-color: #20c788;
  color: #f9f9f9;
}

.error {
  border-radius: 5px;
  background-color: #e53935;
  color: #f9f9f9;
}

.image-grid {
  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;
}

.image-source-wrapper {
  overflow: hidden;
  height: 300px;
}

.limg {
  min-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

.pill-2.badge.primary.featured {
  position: absolute;
  left: auto;
  top: 8%;
  right: 1%;
  bottom: auto;
  z-index: 10;
  border-radius: 5px;
  background-color: #f9f9f9;
  color: #222;
}

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

.featured-wrapper {
  position: relative;
  width: 100%;
  min-height: 250px;
  border-radius: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #f9f9f9;
  text-decoration: none;
}

.featured-item-name {
  position: static;
  left: 1%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 5px;
  color: #f9f9f9;
}

.featured-price {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.feature-text-wrapper {
  position: absolute;
  left: 2%;
  top: auto;
  right: auto;
  bottom: 6%;
  z-index: 10;
}

.featured-gradient-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.22)), to(rgba(34, 34, 34, 0.69)));
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.22), rgba(34, 34, 34, 0.69));
}

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

.donate-explainer {
  min-height: 550px;
  padding-top: 151px;
  padding-bottom: 35px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.56)), to(#222)), url('../images/jed-villejo-bEcC0nyIp2g-unsplash-1-1.jpg');
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.56), #222), url('../images/jed-villejo-bEcC0nyIp2g-unsplash-1-1.jpg');
  background-position: 0px 0px, 50% 25%;
  background-size: auto, cover;
  color: #f9f9f9;
}

.donate-heading-1 {
  margin-bottom: -5px;
  font-size: 38px;
  font-weight: 800;
  text-align: center;
}

.donate-heading-2 {
  margin-bottom: 15px;
  font-size: 30px;
  text-align: center;
}

.donate-paragraph {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.donate-wrapper {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 30px 10px;
  border: 2px solid #222;
  border-radius: 5px;
}

.donate-link-block {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #eb5757;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #f9f9f9;
  text-align: center;
  text-decoration: none;
}

.donate-link-block:hover {
  background-color: #222;
}

.text-block {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  color: #f9f9f9;
  font-size: 24px;
  font-weight: 800;
}

.cart {
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 5px;
  background-color: #222;
}

.cart-nav-wrapper {
  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;
}

.cart-quantity-cart {
  position: absolute;
  left: 30px;
  top: -7px;
  background-color: #fff;
  color: #222;
}

.cart-icon {
  width: 20px;
  margin-right: 0px;
}

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

.alert-empty {
  display: none;
  background-color: transparent;
}

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

.image-3 {
  color: #1976d2;
}

.paragraph {
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #7c7c7c;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}

.content8-quote-wrap {
  padding-right: 0px;
}

.content8-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f6f2f2;
}

.content8-image {
  position: relative;
  z-index: 1;
  min-height: 580px;
  margin-top: -67px;
  margin-right: 67px;
  margin-bottom: 67px;
  background-image: url('../images/lloyds-and-handson-img-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #010153;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-large:hover {
  background-color: #ad7712;
}

.content8-grey-background {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100vw;
  height: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.content8-content-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  margin-top: 67px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button-arrow {
  display: inline-block;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section {
  padding-right: 36px;
  padding-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.size1-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  white-space: normal;
}

.label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 22px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(170, 170, 170, 0.2);
  background-color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.section-2 {
  margin-top: 60px;
  margin-bottom: 100px;
}

.bottom-paragraph {
  margin-top: 30px;
  margin-bottom: 0px;
}

.section-3 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section-3.tint {
  background-color: #f5f5f5;
}

.section-3.tint.overflow-none {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 100px;
  background-color: #fff;
}

.color-block-paragraph {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 19px;
}

.color-block-title {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-style: italic;
  font-weight: 400;
}

.blocks-row {
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.container-2 {
  position: relative;
  max-width: 100%;
}

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

.color-block-icon {
  position: absolute;
  top: 18px;
  right: 30px;
  z-index: 1;
  height: 40px;
  opacity: 1;
}

.color-block-2 {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #8f8f8f;
  text-align: left;
  text-decoration: none;
}

.front-banner {
  min-height: 450px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/home-banner-2.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/home-banner-2.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.front-banner.about-hero {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/felix-rostig-UmV2wr-Vbq8-unsplash.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/felix-rostig-UmV2wr-Vbq8-unsplash.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
}

.front-banner.contact-hero {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.about-us {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 10px;
}

.piece-of-mind {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.services-area {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: transparent;
}

.container-3 {
  padding-right: 15px;
  padding-left: 15px;
}

.services-section {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #05113a;
}

.services-section-2 {
  margin-top: 10px;
  margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

.mybtn.light.outline {
  color: #f9f9f9;
}

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

.mybtn.light.hero {
  margin-right: 10px;
}

.mybtn.light.hero.safe {
  width: 300px;
  margin-top: 0px;
  margin-bottom: 60px;
  margin-left: 140px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-width: 0px;
  border-radius: 0px;
  background-color: #010153;
  color: #f9f9f9;
  font-weight: 400;
}

.mybtn.light.hero.safe:hover {
  border-width: 0px;
  background-color: #ad7713;
}

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

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

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

.bold-text {
  color: #ad7713;
}

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

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

.copyright.footer-small {
  font-size: 12px;
  text-align: left;
}

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

.design-by.caps {
  text-transform: uppercase;
}

.design-by.footer-small {
  font-size: 12px;
  text-align: right;
}

.bold-text-2 {
  color: #ffde03;
  font-weight: 400;
}

.bold-text-3 {
  font-weight: 400;
}

.columns {
  text-align: right;
}

.column {
  text-align: left;
}

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

.footer-links.caps {
  text-transform: uppercase;
}

.footer-links.footer-small {
  color: #f9f9f9;
  font-size: 12px;
  text-align: left;
}

.bold-text-4 {
  color: #f9f9f9;
  font-weight: 400;
}

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

.field-label {
  color: #f9f9f9;
  text-align: left;
}

.field-label-2 {
  color: #f9f9f9;
  text-align: left;
}

.field-label-3 {
  color: #f9f9f9;
  text-align: left;
}

.container-top {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.container-top.contact {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.heading-title {
  width: 100%;
  margin-top: 0%;
  padding-top: 20%;
  color: #f9f9f9;
  font-size: 60px;
  line-height: 1.2;
  text-align: left;
  text-shadow: 1px 1px 6px #525252;
}

.heading-title.anout-hero-heading {
  width: 40%;
}

.heading-paragraph {
  width: 50%;
  margin-bottom: 25px;
  color: #f9f9f9;
  font-size: 18px;
  text-align: left;
}

.heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  -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;
}

.banner-container {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-right: 140px;
  padding-left: 140px;
  text-align: center;
}

.banner-container.contact {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.who-we-are-container {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 140px;
  text-align: center;
}

.who-we-are-container.contact {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.services-container {
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-right: 140px;
  padding-left: 140px;
  background-color: hsla(0, 0%, 97.7%, 0);
  text-align: center;
}

.services-container.contact {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.list-container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.list-container.contact {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.container-contact-home {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-right: 220px;
  padding-left: 220px;
  background-color: transparent;
  text-align: center;
}

.container-contact-home.contact {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.footer-container {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 140px;
  padding-left: 140px;
  text-align: center;
}

.footer-container.contact {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

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

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

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

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

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

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

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

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

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

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

.mybtn2.light.outline {
  color: #f9f9f9;
}

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

.mybtn2.light.hero {
  margin-right: 10px;
}

.mybtn2.light.hero.safe {
  width: 200px;
  margin: 20px 0px 10px;
  padding: 10px;
  border-width: 0px;
  border-radius: 0px;
  background-color: #4595e4;
  color: #f9f9f9;
  font-weight: 400;
}

.mybtn2.light.hero.safe:hover {
  border-width: 0px;
  background-color: #be8f38;
}

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

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

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

.hero-heading-about {
  width: 100%;
  margin-top: 30%;
  color: #f9f9f9;
  font-size: 60px;
  line-height: 1.2;
  text-align: left;
  text-shadow: 1px 1px 6px #525252;
}

.hero-heading-about.anout-hero-heading {
  width: 100%;
  margin-top: 15%;
}

.bold-text-5 {
  font-size: 40px;
}

.hero-section-about {
  min-height: 550px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/home-2.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/home-2.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.hero-section-about.about-hero {
  min-height: 350px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/home.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/home.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.hero-section-about.contact-hero {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-wrapper-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  -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;
}

.section-title-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.section-title-wrapper.full {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.content-section-block {
  float: none;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 46px;
  line-height: 39px;
  font-weight: 300;
}

.block-section-wrapper {
  background-color: #fff;
}

.half-content-section {
  width: 50%;
  height: 100%;
  max-height: 100%;
  padding: 100px 60px 60px;
  float: right;
  background-color: #fff;
}

.button {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #1f6fff;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.button.green {
  background-color: #1976d2;
}

.button.green:hover {
  background-color: #03478a;
  box-shadow: 2px 9px 8px -6px rgba(0, 0, 0, 0.3);
}

.button.white-pricing-button {
  margin-top: 0px;
}

.button.green {
  background-color: #5ec045;
}

.button.green:hover {
  background-color: #6fdd53;
}

.half-image-section {
  width: 50%;
  height: 400px;
  float: left;
  background-image: url('../images/piece-of-mind.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.intro-paragraph {
  margin-bottom: 0px;
  color: #a8a8a8;
  font-size: 17px;
  line-height: 26px;
  font-style: italic;
}

.checklist-item {
  position: relative;
  margin-bottom: -7px;
  padding-left: 37px;
}

.check-icon {
  position: absolute;
  left: 0px;
  top: 2px;
  height: 15px;
}

.section-4 {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #4d4d4d;
}

.section-4.grey {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #f5f5f5;
  color: #fff;
}

.horizontal-bar {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fff;
}

.horizontal-bar.beige {
  display: inline-block;
  margin-bottom: 10px;
  background-color: #c7aa8b;
}

.subheading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  color: #b4762a;
  font-size: 24px;
  font-style: italic;
  text-align: left;
}

.field {
  height: 52px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 0px solid #000;
  font-family: 'Source Sans Pro', sans-serif;
  color: #323232;
  font-size: 18px;
  text-decoration: none;
  text-transform: none;
}

.field:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.field:focus {
  box-shadow: inset 0 0 0 0 transparent;
}

.contact-info-column {
  margin-top: 60px;
  padding: 0px 40px 40px;
  background-color: hsla(0, 0%, 97.7%, 0.8);
}

.contact-form-column {
  padding: 74px 33px;
  background-color: rgba(4, 8, 12, 0.69);
}

.contact-icon-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-text {
  font-family: 'Source Sans Pro', sans-serif;
  color: #7c7c7c;
}

.button-2 {
  display: inline-block;
  padding: 8px 15px;
  border: 2px solid #fff;
  background-color: rgba(77, 77, 77, 0.2);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #fff;
  color: #323232;
}

.button-2.form {
  margin-top: 22px;
  margin-bottom: 23px;
  border-width: 0px;
  border-color: #323232;
  background-color: #ad7713;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f9f9f9;
  text-transform: none;
}

.button-2.form:hover {
  border-width: 0px;
  background-color: #e0a12c;
  color: #f9f9f9;
}

.success-message {
  margin-bottom: 73px;
}

.success-2 {
  padding-top: 35px;
  padding-bottom: 43px;
  border: 3px solid #323232;
  background-color: transparent;
  color: #323232;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.brand-2 {
  padding-top: 17px;
}

.heading-2 {
  margin-bottom: 0px;
  font-family: Sen, sans-serif;
}

.link {
  color: #ddbf82;
}

.phone-icon {
  margin-top: 31px;
  margin-bottom: 10px;
}

.portfolio-tab-button {
  margin-right: 3px;
  margin-left: 3px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 3px;
  background-color: #f8f8f8;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #6f737a;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.portfolio-tab-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.portfolio-tab-button.w--current {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #1f6fff;
  color: #fff;
}

.portfolio-tabs-menu {
  text-align: center;
}

.section-description {
  margin-top: 30px;
  font-size: 18px;
  line-height: 27px;
  font-style: normal;
  font-weight: 400;
}

.empty-state {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.08);
  text-align: center;
}

.portfolio-tab-pane {
  padding-top: 30px;
}

.color-block-glossary {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #8f8f8f;
  text-align: left;
  text-decoration: none;
}

.glossary-title {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-style: normal;
  font-weight: 700;
}

.glossary-text {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 15px;
  font-style: normal;
  font-weight: 400;
}

.container-glossary {
  position: relative;
  max-width: 1200px;
}

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

.glossary-section {
  position: relative;
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #fff;
}

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

.portfolio-tab-pane-glossery {
  padding-top: 30px;
  padding-bottom: 60px;
}

.list-container-home {
  max-width: 1145px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.list-container-home.contact {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.list-container-glossary {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.list-container-glossary.contact {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.glossary-container {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 140px 0px;
  text-align: center;
}

.glossary-container.contact {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.paragraph-services {
  width: auto;
  max-width: none;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f9f9f9;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.why {
  color: #ad7713;
  font-size: 20px;
  font-style: italic;
}

.heading-3 {
  color: #b4762a;
  text-align: left;
}

.body {
  background-color: #f5f5f5;
}

.services-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  border-bottom: 0px solid #000;
  color: #9c690a;
  font-size: 40px;
  line-height: 1.2;
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

.mybtn3.light.outline {
  color: #f9f9f9;
}

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

.mybtn3.light.hero {
  margin-right: 10px;
}

.mybtn3.light.hero.safe {
  width: 300px;
  margin: 40px 0px 100px;
  padding: 15px 10px;
  border-width: 0px;
  border-radius: 0px;
  background-color: #be8f38;
  color: #f9f9f9;
  font-weight: 400;
}

.mybtn3.light.hero.safe:hover {
  border-width: 0px;
  background-color: #ecb247;
}

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

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

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

.column-2 {
  padding-right: 40px;
}

.text-block-2 {
  margin-bottom: 20px;
  color: #c7c4c4;
  line-height: 0;
  text-align: left;
}

.subheading-promise {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  color: #b4762a;
  font-size: 24px;
  font-style: italic;
  text-align: left;
}

.text-span {
  color: #ab4040;
}

.header-services {
  color: #ad7713;
  font-size: 36px;
  font-style: normal;
}

.paragraph-2 {
  color: #7c7c7c;
  font-size: 14px;
}

.paragraph-3 {
  color: #7c7c7c;
  font-size: 14px;
}

.paragraph-4 {
  color: #7c7c7c;
  font-size: 14px;
}

.subheading-services {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  color: #b4762a;
  font-size: 30px;
  font-style: italic;
  text-align: left;
}

.header-services-copy {
  color: #ad7713;
  font-size: 30px;
  line-height: 30px;
  font-style: normal;
}

.services-page-container {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 140px 40px;
  background-color: #f5f5f5;
  text-align: center;
}

.services-page-container.contact {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.services-page-header {
  margin-top: 40px;
  margin-bottom: 10px;
  border-bottom: 0px solid #000;
  color: #9c690a;
  font-size: 36px;
  line-height: 1.2;
  text-align: left;
}

.services-bold-text {
  font-family: Vollkorn, serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
}

.section-5 {
  position: relative;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1d1f21;
}

.section-5.sign-up {
  padding-right: 140px;
  padding-left: 140px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#05113a), to(#05113a));
  background-image: linear-gradient(180deg, #05113a, #05113a);
  color: #ebedf2;
}

.sign-up-title {
  margin-bottom: 7px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.subtitle {
  margin-bottom: 40px;
  color: rgba(242, 246, 252, 0.63);
  font-size: 20px;
  font-weight: 300;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.subtitle.pricing {
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
}

.sign-up-column {
  padding-top: 9px;
  text-align: center;
}

.button-3 {
  display: inline-block;
  padding: 13px 24px;
  border-radius: 2px;
  background-color: #1976d2;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.button-3:hover {
  background-color: #114e8b;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 -34px 50px -25px transparent, inset 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
}

.button-3:active {
  background-color: #1976d2;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.26), inset 0 2px 5px 0 transparent, inset 0 2px 2px 1px rgba(0, 0, 0, 0.16);
}

.tab-button-right {
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.tab-button-right:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.tab-button-right.w--current {
  background-color: #fff;
  color: #000;
}

.white-pricing-block {
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
}

.white-pricing-block.color {
  background-color: #1f6fff;
  color: #fff;
}

.section-title-2 {
  position: static;
  margin-top: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 46px;
  line-height: 39px;
  font-weight: 300;
}

.plan-tabs-menu {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.pricing-row {
  margin-bottom: 40px;
}

.white-link {
  color: #fff;
}

.white-link:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.pricing-feature-text {
  margin-bottom: 0px;
  font-size: 13px;
}

.pricing-tab-pane {
  padding-top: 50px;
  text-align: center;
}

.tab-button-left {
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.tab-button-left:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.tab-button-left.w--current {
  background-color: #fff;
  color: #000;
}

.image-section-overlay-2 {
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 105px;
  background-color: rgba(44, 46, 49, 0.7);
  color: #fff;
}

.image-section-overlay-2.dark-gradient {
  height: 500px;
  padding-bottom: 125px;
  background-color: rgba(32, 33, 36, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(23, 103, 184, 0.53)), color-stop(100%, rgba(2, 18, 34, 0.6)), to(rgba(4, 22, 48, 0.82))), url('../images/background-picture.jpg');
  background-image: linear-gradient(180deg, rgba(23, 103, 184, 0.53) 5%, rgba(2, 18, 34, 0.6) 100%, rgba(4, 22, 48, 0.82)), url('../images/background-picture.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.pricing-block-title {
  color: #b9b9b9;
}

.pricing-block-title.light {
  color: hsla(0, 0%, 100%, 0.5);
}

.pricing-block-price {
  color: #1f6fff;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
}

.pricing-block-price.subtitle {
  color: #000;
  font-size: 11px;
  line-height: 20px;
}

.pricing-block-price.white {
  color: #fff;
}

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

.pricing-feature-item {
  margin-bottom: 0px;
  padding: 14px 18px 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-block-content-wrapper {
  padding: 24px;
}

.pricing-block-content-wrapper.bottom {
  background-color: #3e434d;
}

.pricing-feature-list {
  margin-bottom: 0px;
}

.large-pricing-title {
  margin-bottom: 4px;
  text-transform: uppercase;
}

.large-pricing-title.price {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
}

.pricing-list-icon {
  position: absolute;
  left: 0px;
  top: 3px;
  width: 15px;
}

.pricing-feature-list-item {
  position: relative;
  margin-bottom: 6px;
  padding-left: 26px;
}

._2-column-pricing {
  max-width: 800px;
  text-align: center;
}

.pricing-list-title {
  line-height: 21px;
}

.large-pricing-icon {
  height: 50px;
  margin-bottom: 20px;
}

.large-pricing-block {
  padding-right: 51px;
  border-right: 2px solid #e4e4e4;
}

.large-pricing-block._2 {
  padding-right: 0px;
  padding-left: 50px;
  border-right-width: 0px;
}

.pricing-features-list {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 0px;
  float: left;
}

.client-logo {
  height: 50px;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.client-logo:hover {
  opacity: 1;
}

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

.bold-text-6 {
  font-weight: 400;
}

.section-title-wrapper-2 {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.section-title-wrapper-2.full {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

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

.info-title {
  margin-bottom: 0px;
  color: #1976d2;
  font-size: 16px;
  font-weight: 700;
}

.info-block {
  width: 97%;
  float: left;
  background-color: #f9f9f9;
}

.info-block-left {
  width: 100%;
}

.info-icon {
  height: 17px;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 10px;
  float: left;
}

.section-description-2 {
  margin-top: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #7c7c7c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.info-block-2 {
  width: 97%;
  float: left;
}

.devices-mockup-right {
  position: absolute;
  top: -40px;
  right: 0px;
  height: 500px;
}

.info-block-left-2 {
  width: 100%;
}

.paragraph-5 {
  margin-left: 25px;
  color: #7c7c7c;
}

.paragraph-6 {
  margin-left: 27px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #7c7c7c;
}

.paragraph-7 {
  padding-left: 27px;
  color: #7c7c7c;
}

.paragraph-8 {
  margin-left: 27px;
  color: #7c7c7c;
  line-height: 18px;
}

.link-2 {
  color: #1976d2;
}

.link-3 {
  color: #1976d2;
}

.link-4 {
  color: #1976d2;
}

.link-5 {
  color: #1976d2;
}

.columns-3 {
  max-width: 100%;
}

.container-4 {
  max-width: 1200px;
}

.hud-but {
  display: inline-block;
  margin-top: 60px;
  padding: 13px 24px;
  border-radius: 2px;
  background-color: #1976d2;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.hud-but:hover {
  background-color: #114e8b;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 -34px 50px -25px transparent, inset 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
}

.hud-but:active {
  background-color: #1976d2;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.26), inset 0 2px 5px 0 transparent, inset 0 2px 2px 1px rgba(0, 0, 0, 0.16);
}

.heading-4 {
  margin-bottom: 0px;
  color: #b4762a;
  font-size: 32px;
}

.half-image-section-services {
  width: 50%;
  height: 550px;
  float: left;
  background-image: url('../images/services-pic.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.italic-text {
  color: #7c7c7c;
  font-style: normal;
}

.new-contact {
  display: inline-block;
  margin-top: 60px;
  padding: 13px 24px;
  border-radius: 2px;
  background-color: #1976d2;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.new-contact:hover {
  background-color: #114e8b;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 -34px 50px -25px transparent, inset 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
}

.new-contact:active {
  background-color: #1976d2;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.26), inset 0 2px 5px 0 transparent, inset 0 2px 2px 1px rgba(0, 0, 0, 0.16);
}

.contact-section-footer {
  position: relative;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1d1f21;
}

.contact-section-footer.sign-up {
  padding-right: 140px;
  padding-left: 140px;
  border-top: 1px solid #000;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#05113a), to(#05113a));
  background-image: linear-gradient(180deg, #05113a, #05113a);
  color: #ebedf2;
}

.block-section-wrapper-2 {
  background-color: #fff;
}

.half-image-section-services-2 {
  width: 50%;
  height: 550px;
  float: left;
  background-image: url('../images/services-pic.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.half-content-section-2 {
  width: 50%;
  height: 100%;
  max-height: 100%;
  padding: 40px 60px 0px;
  float: right;
  background-color: #fff;
}

.image-section-overlay-3 {
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 105px;
  background-color: rgba(44, 46, 49, 0.7);
  color: #fff;
}

.image-section-overlay-3.dark-gradient {
  height: 500px;
  padding-bottom: 125px;
  background-color: rgba(32, 33, 36, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 58, 100, 0.35)), color-stop(0%, rgba(14, 74, 134, 0.42)), color-stop(72%, rgba(2, 18, 34, 0.8)), to(rgba(4, 22, 48, 0.82))), url('../images/section-break.jpg');
  background-image: linear-gradient(180deg, rgba(16, 58, 100, 0.35), rgba(14, 74, 134, 0.42) 0%, rgba(2, 18, 34, 0.8) 72%, rgba(4, 22, 48, 0.82)), url('../images/section-break.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.section-6 {
  border-bottom: 30px solid #ad7713;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(226, 206, 182, 0.57)), to(rgba(226, 206, 182, 0.57))), url('../images/conatct-house-image.jpg');
  background-image: linear-gradient(180deg, rgba(226, 206, 182, 0.57), rgba(226, 206, 182, 0.57)), url('../images/conatct-house-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.image-section-overlay-4 {
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 105px;
  background-color: rgba(44, 46, 49, 0.7);
  color: #fff;
}

.image-section-overlay-4.dark-gradient {
  height: 300px;
  padding-bottom: 125px;
  background-color: rgba(32, 33, 36, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(23, 103, 184, 0.53)), color-stop(100%, rgba(2, 18, 34, 0.6)), to(rgba(4, 22, 48, 0.82))), url('../images/background-picture.jpg');
  background-image: linear-gradient(180deg, rgba(23, 103, 184, 0.53) 5%, rgba(2, 18, 34, 0.6) 100%, rgba(4, 22, 48, 0.82)), url('../images/background-picture.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.faqs {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 140px 40px;
  background-color: #f5f5f5;
  text-align: center;
}

.faqs.contact {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.about-us-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.faqs-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.faqs-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-area-header {
  margin-top: 0px;
  margin-bottom: 10px;
  border-bottom: 0px solid #000;
  color: #9c690a;
  font-size: 36px;
  line-height: 1.2;
  text-align: left;
}

.support-top-wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-section-overlay-5 {
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 105px;
  background-color: rgba(44, 46, 49, 0.7);
  color: #fff;
}

.image-section-overlay-5.dark-gradient {
  height: 350px;
  padding-bottom: 125px;
  background-color: rgba(32, 33, 36, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(23, 103, 184, 0.53)), color-stop(100%, rgba(2, 18, 34, 0.6)), to(rgba(4, 22, 48, 0.82))), url('../images/background-picture.jpg');
  background-image: linear-gradient(180deg, rgba(23, 103, 184, 0.53) 5%, rgba(2, 18, 34, 0.6) 100%, rgba(4, 22, 48, 0.82)), url('../images/background-picture.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.hero-section-faqs {
  min-height: 550px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/home-2.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/home-2.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.hero-section-faqs.about-hero {
  min-height: 350px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/about-lloyds-handson-banner.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/about-lloyds-handson-banner.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.hero-section-faqs.contact-hero {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.paragraph-22 {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #7c7c7c;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}

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

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

.perks-container {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 140px 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 72.7%, 0.5)), to(hsla(0, 0%, 72.7%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 72.7%, 0.5), hsla(0, 0%, 72.7%, 0.5));
  text-align: center;
}

.perks-container.contact {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.html-embed-2 {
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 15px;
    padding-left: 40px;
  }

  .container.contact {
    position: static;
    padding-bottom: 35px;
  }

  .nav-link {
    font-size: 30px;
    text-align: center;
  }

  .hero-heading {
    width: 80%;
    margin-top: 5%;
  }

  .hero-paragraph {
    width: 55%;
  }

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

  .support-square-text {
    font-size: 30px;
  }

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

  .safe-heading {
    width: 60%;
  }

  .safe-paragraph {
    width: 55%;
  }

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

  .shop-local-left {
    top: 8%;
  }

  .shop-local-content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .shop-local-heading {
    margin-top: 0px;
  }

  .nav-button {
    color: #f9f9f9;
  }

  .nav-button.w--open {
    z-index: 100;
    border-radius: 5px;
    background-color: #222;
  }

  .nav-menu {
    width: 100vw;
    padding-top: 140px;
    padding-bottom: 30px;
    background-color: #eb5757;
  }

  .meet-the-owners-right {
    padding-left: 145px;
  }

  .meet-the-owners-left {
    background-position: 50% 100%;
  }

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

  .contact-left {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .contact-hero-bg-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .contact-image-div {
    width: 100%;
    height: 350px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#222), color-stop(76%, rgba(34, 34, 34, 0.18))), url('../images/vinicius-amano-4mK2KVuYrDs-unsplash-1-1.jpg');
    background-image: linear-gradient(0deg, #222, rgba(34, 34, 34, 0.18) 76%), url('../images/vinicius-amano-4mK2KVuYrDs-unsplash-1-1.jpg');
    background-position: 0px 0px, 50% 35%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .contact-block-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contact-block {
    width: 48%;
    margin-right: 0px;
  }

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

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

  .content8-quote-wrap {
    margin-bottom: 20px;
  }

  .content8-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content8-image {
    position: static;
    width: auto;
    min-height: 480px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 36px;
  }

  .button-large {
    width: 100%;
  }

  .content8-grey-background {
    position: static;
    display: none;
  }

  .content8-content-wrap {
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section-3 {
    padding: 45px;
  }

  .section-3.tint.overflow-none {
    padding-top: 45px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .color-block-title {
    margin-bottom: 11px;
    font-size: 15px;
  }

  .color-block-icon {
    top: 20px;
    right: 20px;
    height: 30px;
  }

  .color-block-2 {
    padding: 25px;
  }

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

  .container-top.contact {
    position: static;
    padding-bottom: 35px;
  }

  .heading-title {
    width: 80%;
    margin-top: 5%;
  }

  .heading-paragraph {
    width: 55%;
  }

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

  .banner-container.contact {
    position: static;
    padding-bottom: 35px;
  }

  .who-we-are-container {
    padding-right: 15px;
    padding-left: 40px;
  }

  .who-we-are-container.contact {
    position: static;
    padding-bottom: 35px;
  }

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

  .services-container.contact {
    position: static;
    padding-bottom: 35px;
  }

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

  .list-container.contact {
    position: static;
    padding-bottom: 35px;
  }

  .container-contact-home {
    padding-right: 15px;
    padding-left: 40px;
  }

  .container-contact-home.contact {
    position: static;
    padding-bottom: 35px;
  }

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

  .footer-container.contact {
    position: static;
    padding-bottom: 35px;
  }

  .hero-heading-about {
    width: 80%;
    margin-top: 5%;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .half-content-section {
    height: 470px;
    padding: 45px 35px 45px 45px;
  }

  .button.white-pricing-button {
    padding-right: 15px;
    padding-left: 15px;
  }

  .half-image-section {
    height: 470px;
  }

  .intro-paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .checklist-item {
    margin-bottom: -5px;
    font-size: 13px;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .portfolio-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .color-block-glossary {
    padding: 25px;
  }

  .glossary-title {
    margin-bottom: 11px;
    font-size: 15px;
  }

  .glossary-text {
    margin-bottom: 11px;
    font-size: 15px;
  }

  .glossary-section {
    padding: 45px;
  }

  .list-container-home {
    padding-right: 15px;
    padding-left: 40px;
  }

  .list-container-home.contact {
    position: static;
    padding-bottom: 35px;
  }

  .list-container-glossary {
    padding-right: 15px;
    padding-left: 40px;
  }

  .list-container-glossary.contact {
    position: static;
    padding-bottom: 35px;
  }

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

  .glossary-container.contact {
    position: static;
    padding-bottom: 35px;
  }

  .services-page-container {
    padding-right: 15px;
    padding-left: 40px;
  }

  .services-page-container.contact {
    position: static;
    padding-bottom: 35px;
  }

  .subtitle {
    font-size: 19px;
    line-height: 25px;
  }

  .button-3 {
    background-color: #0bd685;
  }

  .section-title-2 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .pricing-feature-text {
    font-size: 12px;
  }

  .image-section-overlay-2 {
    padding: 90px 45px;
  }

  .image-section-overlay-2.dark-gradient {
    padding: 70px 45px;
  }

  .pricing-feature-item {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .pricing-column-left {
    padding-left: 0px;
  }

  .pricing-list-title {
    font-size: 11px;
    line-height: 18px;
  }

  .large-pricing-block {
    padding-right: 30px;
  }

  .large-pricing-block._2 {
    padding-left: 30px;
  }

  .pricing-column-right {
    padding-right: 0px;
  }

  .client-logo {
    height: 40px;
  }

  .section-title-wrapper-2 {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper-2.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .info-icon {
    height: 14px;
    margin-right: 4px;
  }

  .section-description-2 {
    margin-top: 20px;
    font-size: 19px;
  }

  .devices-mockup-right {
    top: -21px;
    right: -408px;
  }

  .hud-but {
    background-color: #0bd685;
  }

  .half-image-section-services {
    height: 470px;
  }

  .new-contact {
    background-color: #0bd685;
  }

  .half-image-section-services-2 {
    height: 470px;
  }

  .half-content-section-2 {
    height: 470px;
    padding: 45px 35px 45px 45px;
  }

  .image-section-overlay-3 {
    padding: 90px 45px;
  }

  .image-section-overlay-3.dark-gradient {
    padding: 70px 45px;
  }

  .image-section-overlay-4 {
    padding: 90px 45px;
  }

  .image-section-overlay-4.dark-gradient {
    padding: 70px 45px;
  }

  .faqs {
    padding-right: 15px;
    padding-left: 40px;
  }

  .faqs.contact {
    position: static;
    padding-bottom: 35px;
  }

  .image-section-overlay-5 {
    padding: 90px 45px;
  }

  .image-section-overlay-5.dark-gradient {
    padding: 70px 45px;
  }

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

  .perks-container.contact {
    position: static;
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 40px;
  }

  .container.shop-local-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-wrapper {
    min-height: 400px;
  }

  .hero-heading {
    margin-top: 50%;
    font-size: 40px;
  }

  .hero-paragraph {
    width: 80%;
  }

  .support-top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .support-top-left {
    margin-bottom: 15px;
  }

  .support-top-right {
    width: 100%;
  }

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

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

  .support-square-text {
    font-size: 40px;
  }

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

  .safe-wrapper {
    padding-bottom: 25px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .shop-top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .shop-local-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shop-local-left {
    position: static;
    width: 100%;
    border-radius: 0px;
  }

  .shop-local-right {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
  }

  .about-columns-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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;
  }

  .meet-the-owners-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .meet-the-owners-right {
    width: 100%;
    padding-right: 45px;
    padding-left: 45px;
    border-radius: 0px;
  }

  .meet-the-owners-left {
    position: static;
    width: 100%;
    height: 400px;
    border-radius: 0px;
  }

  .owner-bios-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .owner-bio {
    width: 100%;
    margin-bottom: 45px;
  }

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

  .contact-block {
    width: 100%;
  }

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

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

  .donate-wrapper {
    width: 90%;
  }

  .content8-quote-wrap {
    padding-right: 0px;
  }

  .content8-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content8-image {
    min-height: 300px;
    margin-bottom: 18px;
    background-position: 50% 50%;
  }

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

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

  .bottom-paragraph {
    margin-top: 20px;
    font-size: 13px;
  }

  .section-3 {
    padding: 25px;
  }

  .section-3.tint.overflow-none {
    padding-top: 25px;
  }

  .block-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .blocks-row {
    margin-bottom: 0px;
  }

  .front-banner {
    min-height: 400px;
  }

  .container-top {
    padding-right: 40px;
  }

  .container-top.shop-local-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-title {
    margin-top: 50%;
    font-size: 40px;
  }

  .heading-paragraph {
    width: 80%;
  }

  .heading-wrapper {
    min-height: 400px;
  }

  .banner-container {
    padding-right: 40px;
  }

  .banner-container.shop-local-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .who-we-are-container {
    padding-right: 40px;
  }

  .who-we-are-container.shop-local-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .services-container {
    padding-right: 40px;
  }

  .services-container.shop-local-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .list-container {
    padding-right: 40px;
  }

  .list-container.shop-local-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-contact-home {
    padding-right: 40px;
  }

  .container-contact-home.shop-local-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-container {
    padding-right: 40px;
  }

  .footer-container.shop-local-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-heading-about {
    margin-top: 50%;
    font-size: 40px;
  }

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

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .half-content-section {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  .half-image-section {
    width: 100%;
    height: 250px;
  }

  .section-4 {
    padding: 34px 10px;
  }

  .section-4.grey {
    padding: 35px 10px;
  }

  .contact-info-column {
    padding-top: 42px;
  }

  .contact-form-column {
    margin-top: 35px;
    padding: 43px 10px;
  }

  .portfolio-tab-button {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  .portfolio-tab-pane {
    padding-top: 20px;
  }

  .portfolio-item {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .glossary-section {
    padding: 25px;
  }

  .portfolio-tab-pane-glossery {
    padding-top: 20px;
  }

  .list-container-home {
    padding-right: 40px;
  }

  .list-container-home.shop-local-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .list-container-glossary {
    padding-right: 40px;
  }

  .list-container-glossary.shop-local-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .glossary-container {
    padding-right: 40px;
  }

  .glossary-container.shop-local-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .services-page-container {
    padding-right: 40px;
  }

  .services-page-container.shop-local-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-5 {
    padding: 40px 20px;
  }

  .section-5.sign-up {
    text-align: center;
  }

  .subtitle.pricing {
    margin-bottom: 16px;
  }

  .section-title-2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .pricing-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .pricing-tab-pane {
    padding-top: 30px;
  }

  .image-section-overlay-2 {
    padding: 60px 25px;
  }

  .image-section-overlay-2.dark-gradient {
    padding: 45px 25px;
  }

  .large-pricing-title.price {
    font-size: 34px;
    line-height: 40px;
  }

  .pricing-list-title {
    font-size: 13px;
    line-height: 20px;
  }

  .large-pricing-icon {
    margin-top: 7px;
    margin-right: 20px;
    margin-bottom: 0px;
    float: left;
  }

  .large-pricing-block {
    padding-right: 0px;
    border-right-style: none;
    border-right-width: 0px;
  }

  .large-pricing-block._2 {
    padding-left: 0px;
  }

  .pricing-features-list {
    margin-top: 10px;
  }

  .pricing-column-right {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .logo-column {
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
  }

  .section-title-wrapper-2 {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper-2.full {
    margin-bottom: 30px;
  }

  .info-row {
    margin-top: 0px;
  }

  .info-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .info-block-left {
    width: 100%;
  }

  .info-column {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .devices-mockup-right {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    height: auto;
  }

  .info-block-left-2 {
    width: 100%;
  }

  .half-image-section-services {
    width: 100%;
    height: 250px;
  }

  .contact-section-footer {
    padding: 40px 20px;
  }

  .contact-section-footer.sign-up {
    text-align: center;
  }

  .half-image-section-services-2 {
    width: 100%;
    height: 250px;
  }

  .half-content-section-2 {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  .image-section-overlay-3 {
    padding: 60px 25px;
  }

  .image-section-overlay-3.dark-gradient {
    padding: 45px 25px;
  }

  .image-section-overlay-4 {
    padding: 60px 25px;
  }

  .image-section-overlay-4.dark-gradient {
    padding: 45px 25px;
  }

  .faqs {
    padding-right: 40px;
  }

  .faqs.shop-local-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .faqs-area {
    margin-bottom: 15px;
  }

  .support-top-wrapper-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-section-overlay-5 {
    padding: 60px 25px;
  }

  .image-section-overlay-5.dark-gradient {
    padding: 45px 25px;
  }

  .perks-container {
    padding-right: 40px;
  }

  .perks-container.shop-local-container {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    font-size: 15px;
  }

  .btn.light.hero.safe {
    margin-right: 0px;
  }

  .container {
    padding-left: 20px;
  }

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

  .pill.primary.alert-bar {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .hero-section.contact-hero {
    background-position: 0px 0px, 80% 50%;
  }

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

  .hero-heading {
    width: 100%;
    font-size: 24px;
  }

  .hero-paragraph {
    width: 100%;
    font-size: 13px;
  }

  .support-top-wrapper {
    margin-bottom: 0px;
  }

  .safe-heading {
    width: 100%;
    font-size: 30px;
  }

  .safe-paragraph {
    width: 70%;
    font-size: 13px;
  }

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

  .shop-local-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .shop-local-right {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .footer-logo-column {
    margin-bottom: 30px;
  }

  .social-footer-link {
    margin-right: 25px;
    margin-left: 25px;
  }

  .why-acme-block {
    width: 100%;
  }

  .about-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .contact-image-div {
    background-position: 0px 0px, 50% 50%;
  }

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

  .donate-heading-1 {
    font-size: 30px;
    line-height: 1.3;
  }

  .donate-heading-2 {
    font-size: 24px;
  }

  .donate-paragraph {
    width: 80%;
    font-size: 13px;
  }

  .donate-wrapper {
    width: 100%;
  }

  .cart {
    position: relative;
    padding-right: 12px;
    padding-left: 12px;
  }

  .cart-quantity-cart {
    position: absolute;
    left: 27px;
    top: -23%;
    right: 0%;
    bottom: auto;
  }

  .cart-icon {
    margin-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;
  }

  .cart-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .brand {
    width: 100px;
  }

  .brand.w--current {
    width: 90px;
  }

  .cart-menu {
    margin-right: 10px;
  }

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

  .content8-quote-wrap {
    padding-right: 0px;
  }

  .content8-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content8-image {
    min-height: 200px;
  }

  .button-large {
    font-size: 14px;
    line-height: 22px;
  }

  .content8-content-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .size1-text {
    font-size: 16px;
    line-height: 1.5em;
  }

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

  .section-3 {
    padding: 25px;
  }

  .section-3.tint.overflow-none {
    padding: 20px;
  }

  .color-block-2 {
    padding: 20px;
  }

  .front-banner.contact-hero {
    background-position: 0px 0px, 80% 50%;
  }

  .mybtn.light.hero.safe {
    margin-right: 0px;
  }

  .container-top {
    padding-left: 20px;
  }

  .heading-title {
    width: 100%;
    font-size: 24px;
  }

  .heading-paragraph {
    width: 100%;
    font-size: 13px;
  }

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

  .banner-container {
    padding-left: 20px;
  }

  .who-we-are-container {
    padding-left: 20px;
  }

  .services-container {
    padding-left: 20px;
  }

  .list-container {
    padding-left: 20px;
  }

  .container-contact-home {
    padding-left: 20px;
  }

  .footer-container {
    padding-left: 20px;
  }

  .mybtn2.light.hero.safe {
    margin-right: 0px;
  }

  .hero-heading-about {
    width: 100%;
    font-size: 24px;
  }

  .hero-section-about.contact-hero {
    background-position: 0px 0px, 80% 50%;
  }

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

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .button {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .intro-paragraph {
    line-height: 23px;
  }

  .contact-info-column {
    text-align: center;
  }

  .contact-form-column {
    text-align: center;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .color-block-glossary {
    padding: 20px;
  }

  .glossary-section {
    padding: 25px;
  }

  .list-container-home {
    padding-left: 20px;
  }

  .list-container-glossary {
    padding-left: 20px;
  }

  .glossary-container {
    padding-left: 20px;
  }

  .mybtn3.light.hero.safe {
    margin-right: 0px;
  }

  .services-page-container {
    padding-left: 20px;
  }

  .section-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .subtitle {
    margin-bottom: 29px;
  }

  .button-3 {
    display: block;
    margin-bottom: 14px;
  }

  .tab-button-right {
    border-width: 1px;
    border-radius: 60px;
    text-align: center;
  }

  .tab-button-right.w--current {
    border-radius: 60px;
  }

  .section-title-2 {
    font-size: 25px;
    line-height: 26px;
  }

  .pricing-tab-pane {
    padding-top: 20px;
  }

  .tab-button-left {
    margin-bottom: 4px;
    border-width: 1px;
    border-radius: 60px;
    text-align: center;
  }

  .image-section-overlay-2 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .plan-tabs {
    margin-top: 0px;
  }

  .large-pricing-title {
    font-size: 12px;
  }

  .large-pricing-title.price {
    line-height: 30px;
  }

  .pricing-list-icon {
    top: 2px;
    width: 13px;
  }

  .pricing-list-title {
    line-height: 17px;
  }

  .large-pricing-icon {
    margin-right: 10px;
  }

  .pricing-features-list {
    width: 100%;
    margin-top: 1px;
  }

  .pricing-column-right {
    padding-bottom: 15px;
  }

  .client-logo {
    height: 28px;
  }

  .logo-column {
    padding-right: 5px;
    padding-left: 5px;
  }

  .section-title-wrapper-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper-2.full {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .info-row {
    margin-top: 0px;
  }

  .info-title {
    margin-bottom: 4px;
  }

  .info-block {
    width: 90%;
    float: none;
    font-size: 14px;
  }

  .info-block-left {
    width: 100%;
  }

  .info-icon {
    height: 20px;
    margin-top: 0px;
    margin-right: 11px;
    margin-bottom: 0px;
    float: left;
  }

  .section-description-2 {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .info-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .info-block-2 {
    width: 90%;
    float: none;
    font-size: 14px;
  }

  .info-block-left-2 {
    width: 100%;
  }

  .hud-but {
    display: block;
    margin-bottom: 14px;
  }

  .new-contact {
    display: block;
    margin-bottom: 14px;
  }

  .contact-section-footer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-section-overlay-3 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-section-overlay-4 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .faqs {
    padding-left: 20px;
  }

  .support-top-wrapper-3 {
    margin-bottom: 0px;
  }

  .image-section-overlay-5 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .hero-section-faqs.contact-hero {
    background-position: 0px 0px, 80% 50%;
  }

  .perks-container {
    padding-left: 20px;
  }
}

