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

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

.w-commerce-commercecheckoutadditionaltextinput {
  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-commercecheckoutadditionaltextinput::-webkit-input-placeholder {
  color: #999;
}

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

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

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

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

.w-commerce-commercecheckoutadditionaltextarea {
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  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;
  margin-bottom: 16px;
  height: 76px;
  width: 100%;
}

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

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

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

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

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

.w-commerce-commercecheckoutadditionalcheckboxwrapper {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-commerce-commercecheckoutadditionalcheckbox {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-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-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercedownloadsitem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  grid-column-gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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;
}

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

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

@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-commercecheckoutadditionaltextinput {
    font-size: 16px;
  }

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

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

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

body {
  font-family: 'Red Hat Display', sans-serif;
  color: #656b89;
  font-size: 16px;
  line-height: 1.688em;
  letter-spacing: 0.01em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 21px;
  color: #26395c;
  font-size: 42px;
  line-height: 1.286em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #26395c;
  font-size: 32px;
  line-height: 1.188em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 14px;
  color: #26395c;
  font-size: 22px;
  line-height: 1.227em;
  font-weight: 700;
  letter-spacing: -0.01em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 14px;
  color: #26395c;
  font-size: 18px;
  line-height: 1.667em;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 14px;
  color: #26395c;
  font-size: 16px;
  line-height: 1.563em;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 14px;
  color: #26395c;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  color: #969daa;
}

a {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #f24124;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  color: #26395c;
}

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

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

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

label {
  display: block;
  margin-bottom: 16px;
  color: #26395c;
  font-size: 18px;
  line-height: 1.111em;
  font-weight: 700;
  letter-spacing: -0.01em;
}

strong {
  color: #26395c;
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  margin-bottom: 10px;
  padding: 63px 120px 73px;
  border-left: 0px solid #000;
  border-radius: 8px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(96%, #fff), color-stop(0, #f24124));
  background-image: linear-gradient(180deg, #fff 96%, #f24124 0);
  box-shadow: 0 2px 12px 0 rgba(16, 19, 32, 0.05);
  color: #26395c;
  font-size: 22px;
  line-height: 1.591em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02em;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-top-40px {
  margin-top: 40px;
}

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

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

.color-white {
  color: #fff;
}

.color-white.text-center {
  margin-bottom: 0px;
}

.color-white.mheader {
  margin-bottom: 0px;
}

.bg-primary-1 {
  background-color: #f24124;
}

.bg-secondary-1 {
  background-color: #f5faff;
}

.bg-neutral-700 {
  background-color: #26395c;
}

.bg-neutral-600 {
  background-color: #656b89;
}

.bg-neutral-500 {
  background-color: #969daa;
}

.bg-neutral-400 {
  background-color: #d0d8e7;
}

.bg-neutral-300 {
  background-color: #e4e7ec;
}

.bg-neutral-200 {
  background-color: #fbfcff;
}

.bg-neutral-100 {
  background-color: #fff;
}

.styleguide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  z-index: 2;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 14em;
  -ms-flex: 0 14em;
  flex: 0 14em;
}

.container-default {
  position: relative;
  z-index: 2;
  overflow: visible;
  height: auto;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
}

.container-default.business {
  height: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-default.handwriting {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-default.testimonials {
  max-width: 90%;
  background-image: url('../images/raquo.png'), url('../images/lquo.png');
  background-position: 100% 100%, 0% 0%;
  background-size: auto 100px, auto 100px;
  background-repeat: no-repeat, no-repeat;
}

.container-medium {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.styleguide-content {
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 8px 22px 0 rgba(35, 30, 97, 0.13);
}

.styleguide-seccion {
  padding-top: 86px;
  padding-bottom: 86px;
}

.styleguide-title {
  margin-top: 0px;
  color: #fff;
}

.styleguide-header {
  padding: 100px 68px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: #f24124;
  background-image: linear-gradient(135deg, #26395c, hsla(0, 0%, 100%, 0));
}

.sidebar-navigation {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.styleguide-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  -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: 18px;
  background-color: #f24124;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.styelguide-sidebar-icon {
  width: 60%;
}

.styleguide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: #656b89;
  text-decoration: none;
}

.styleguide-link:hover {
  background-color: #f5faff;
  color: #f24124;
}

.styleguide-link.w--current {
  background-color: #f5faff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #f24124;
  font-weight: 700;
}

.styleguide-link-wrapper {
  margin-bottom: 8px;
}

.styleguide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #fbfcff;
  color: #26395c;
  font-size: 22px;
  line-height: 24px;
}

.styleguide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #fbfcff;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.business-f-container {
  overflow: visible;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(17, 10, 99, 0.04), 0 12px 22px 0 rgba(128, 118, 247, 0.04);
}

.color-block {
  min-height: 120px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.color-block.bg-primary-1 {
  background-color: #f24124;
}

.color-block.business-heading {
  background-color: #fff;
  background-image: url('../images/paymentdownload.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.color-block.business-heading-2 {
  background-color: #fff;
  background-image: url('../images/retarget.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.color-block.business-heading-3 {
  background-color: #fff;
  background-image: url('../images/giftcard256.jpg');
  background-position: 100% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.color-block.business-heading-4 {
  background-color: #fff;
  background-image: url('../images/print.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.color-content {
  padding: 22px 16px 20px;
}

.color-content.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #fbfcff;
  text-align: left;
}

.color-title {
  color: #26395c;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.color-hex {
  line-height: 20px;
}

.styleguide-subtitle {
  margin-top: 0px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0px;
}

.color-secondary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid #e4e7ec;
}

.typography-container.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.container-small-left {
  max-width: 592px;
  padding-right: 24px;
}

.typography-details {
  margin-top: 5px;
  color: #f24124;
  font-weight: 500;
}

.paragraph-large {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.6em;
}

.styleguide-subheader {
  padding: 56px 68px;
  background-color: #f5faff;
}

.styleguide-content-wrapper {
  padding: 110px 68px;
}

.styleguide-content-wrapper.background-color {
  background-color: #f5faff;
}

.icons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(auto-fit, 80px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-primary {
  padding: 18px 28px;
  border-radius: 8px;
  background-color: #f24124;
  box-shadow: 0 2px 8px 0 rgba(9, 92, 255, 0.14);
  -webkit-transition: background-color 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, box-shadow 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary:hover {
  background-color: #26395c;
  box-shadow: 0 1px 2px 0 rgba(9, 92, 255, 0.14);
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
  color: #fff;
}

.button-primary.small {
  padding: 12px 18px;
  font-size: 15px;
  line-height: 1.067em;
}

.button-primary.large {
  padding: 20px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-primary.full-width {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-primary.button-white {
  background-color: #fff;
  color: #f24124;
}

.button-primary.large {
  padding: 18px 28px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1em;
}

.button-primary.submit {
  padding: 18px 28px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1em;
}

.button-primary.add-to-cart {
  display: block;
  width: 100%;
}

.button-primary.empty-cart {
  margin-top: 40px;
}

.button-primary.checkout {
  margin-left: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-secondary {
  padding: 18px 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #f24124;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #f24124;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary:hover {
  background-color: #f24124;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
  color: #fff;
}

.button-secondary.small {
  padding: 12px 18px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.large {
  padding: 20px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-secondary.pagination {
  margin-top: 20px;
}

.button-secondary.buy-now {
  width: 100%;
  margin-top: 15px;
}

.button-secondary.download {
  margin-top: 8px;
  padding: 14px 15px;
  font-size: 16px;
}

.styleguide-button-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 24px;
}

.header {
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgba(44, 62, 154, 0.05);
}

.header-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.nav-item-wrapper {
  margin-left: 1.2vw;
  line-height: 1em;
}

.nav-item-wrapper.search-mobile {
  display: none;
}

.nav-item-wrapper.hidden {
  display: none;
}

.nav-link {
  color: #26395c;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0em;
  text-decoration: none;
}

.nav-link:hover {
  color: #f24124;
}

.nav-link.dropdown {
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.nav-link.dropdown.w--open {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #f24124;
}

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

.footer {
  padding-top: 98px;
  padding-bottom: 79px;
  border-top: 1px solid #d0d8e7;
  background-color: #fff;
}

.footer-logo-container {
  margin-bottom: 26px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footer-logo-container:hover {
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.footer-logo {
  width: 140px;
}

.licenses-hero {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f24124;
}

.section {
  padding-top: 132px;
  padding-bottom: 132px;
}

.section.home-hero {
  position: static;
  z-index: 999;
  overflow: visible;
  max-height: 577px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5faff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5faff));
  background-image: linear-gradient(180deg, #fff, #f5faff);
  box-shadow: 3px -3px 15px -9px #26395c;
}

.section.trending-categories {
  padding-bottom: 132px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.97)), to(#f5faff)), url('../images/ThankyouNC2.jpg'), url('../images/125x125-Pattern.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.97), #f5faff), url('../images/ThankyouNC2.jpg'), url('../images/125x125-Pattern.png');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, fixed, scroll;
}

.section.popular-products-section {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: linear-gradient(180deg, transparent, #fff);
}

.section.cta-v1 {
  position: static;
  z-index: 999;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1f4286;
  background-image: url('../images/bg-wave-cta-02-market-template.svg'), url('../images/bg-wave-cta-01-market-template.svg');
  background-position: 50% 100%, 50% 100%;
  background-size: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
  box-shadow: 3px 3px 15px -4px #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.section.cta-v1.businesstop {
  padding-top: 60px;
  padding-bottom: 40px;
  background-image: url('../images/bg-wave-cta-02-market-template.svg'), url('../images/bg-wave-cta-01-market-template.svg');
  background-position: 50% 100%, 50% 100%;
  background-size: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
}

.section.cta-v1.hidden {
  display: none;
}

.section.cta-v1.home {
  position: relative;
}

.section.cta-v1.business-page {
  padding-top: 60px;
  padding-bottom: 40px;
  background-image: url('../images/bg-wave-cta-02-market-template.svg'), url('../images/bg-wave-cta-01-market-template.svg');
  background-position: 50% 100%, 50% 100%;
  background-size: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
}

.section.latest-products {
  padding-bottom: 121px;
}

.section.latest-products.hidden {
  display: none;
}

.section.articles-section {
  background-color: #fbfcff;
}

.section.articles-section.dark {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f24124;
}

.section.articles-section.dark.testimonials {
  background-color: #26395c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(36, 51, 126, 0.68)));
  background-image: linear-gradient(180deg, transparent, rgba(36, 51, 126, 0.68));
}

.section.articles-section.blue {
  padding-top: 68px;
  padding-bottom: 68px;
  background-color: #26395c;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), to(rgba(36, 51, 126, 0.68)));
  background-image: linear-gradient(180deg, transparent 55%, rgba(36, 51, 126, 0.68));
}

.section.hero-shop {
  padding-top: 86px;
  padding-bottom: 86px;
  background-color: #fbfcff;
}

.section.shop {
  padding-top: 80px;
  padding-bottom: 100px;
}

.section.shop.all {
  padding-top: 40px;
}

.section.shop-author {
  padding-top: 67px;
  padding-bottom: 67px;
  background-color: #fbfcff;
}

.section.products-by-author {
  padding-top: 70px;
  padding-bottom: 100px;
}

.section.blog-featured {
  padding-top: 79px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fbfcff), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #fbfcff 70%, #fff 0);
}

.section.blog {
  padding-top: 100px;
  padding-bottom: 61px;
}

.section.blog-post {
  padding-top: 80px;
  padding-bottom: 72px;
}

.section.latest-articles {
  background-color: #fbfcff;
}

.section.contact {
  padding-top: 94px;
  padding-bottom: 76px;
}

.section.faqs {
  background-color: #fbfcff;
}

.section.about {
  overflow: hidden;
  padding-top: 86px;
  padding-bottom: 130px;
}

.section.achievements {
  padding-top: 139px;
  padding-bottom: 148px;
  background-color: #fbfcff;
}

.section.team-section {
  padding-top: 68px;
}

.section.team-section.light {
  background-color: #fbfcff;
}

.section.team-section.light.merge-blue {
  padding-bottom: 68px;
  background-color: #f5faff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5faff));
  background-image: linear-gradient(180deg, #fff, #f5faff);
}

.section.join-us {
  background-color: #1f4286;
}

.section.join-us.hidden {
  display: none;
}

.section.about-testimonial {
  padding-top: 126px;
}

.section.about-testimonial.hidden {
  display: none;
}

.section.product {
  padding-top: 85px;
  padding-bottom: 40px;
}

.section.blog-category {
  padding-top: 40px;
  padding-bottom: 61px;
}

.section.articles-by-author {
  padding-top: 70px;
  padding-bottom: 100px;
}

.section.team-member {
  padding-top: 67px;
  padding-bottom: 67px;
  background-color: #fbfcff;
}

.section.business {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 130px;
}

.section.gift {
  padding-top: 139px;
  padding-bottom: 148px;
  background-color: #fbfcff;
  background-image: url('../images/bg-wave-cta-01-market-template.svg'), url('../images/wave-cta-v2-01-market-template.svg');
  background-position: 50% 100%, 50% 100%;
  background-size: auto, 100%;
  background-repeat: no-repeat, no-repeat;
}

.section.api-section {
  padding-top: 68px;
  background-image: url('../images/wave-cta-v2-02-market-template.svg'), url('../images/wave-cta-v2-01-market-template.svg'), radial-gradient(circle farthest-corner at 50% 100%, #f5faff 60%, rgba(101, 107, 137, 0.15));
  background-position: 50% 100%, 50% 100%, 0px 0px;
  background-size: 100%, 100%, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #e4e7ec;
}

.divider.footer-links {
  margin-top: 30px;
  margin-bottom: 30px;
}

.divider.article {
  max-width: 733px;
  margin: 44px auto 50px;
}

.divider.join-features {
  width: 2px;
  height: 37rem;
  margin-right: 80px;
  margin-left: 80px;
  background-color: #656b89;
}

.divider.product {
  margin-top: 50px;
  margin-bottom: 57px;
}

.divider.product.grid {
  margin-top: 40px;
  margin-bottom: 20px;
}

.divider.product.grid.last {
  margin-top: 20px;
  margin-bottom: 0px;
}

.divider.product.grid.top {
  margin-top: 0px;
}

.divider.licenses {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider.changelog {
  margin-top: 40px;
  margin-bottom: 40px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 820px;
  padding: 60px 24px;
  -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: #fbfcff;
}

.utility-page-wrap._404 {
  position: relative;
  overflow: hidden;
}

.utility-page-content-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 580px;
  padding: 72px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 14px 34px 0 rgba(27, 128, 221, 0.06);
  text-align: center;
}

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

.input {
  min-height: 64px;
  margin-bottom: 0px;
  padding: 23px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e7ec;
  border-radius: 14px;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #26395c;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
  letter-spacing: 0em;
}

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

.input:focus {
  border-color: #f24124;
  color: #26395c;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.input.-wfp-focus {
  border-color: #f24124;
  color: #26395c;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.input::-webkit-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.input:-ms-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.input::-ms-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.input::placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.input.newsletter {
  padding-left: 18px;
  border-radius: 8px;
  box-shadow: 0 13px 30px 0 rgba(38, 47, 92, 0.1);
}

.input.cta-v2-newsletter {
  border-color: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 21px 0 rgba(23, 30, 55, 0.05);
  -webkit-transition: box-shadow 350ms ease, border-color 350ms ease, color 350ms ease;
  transition: box-shadow 350ms ease, border-color 350ms ease, color 350ms ease;
}

.input.cta-v2-newsletter:hover {
  border-color: #f24124;
  box-shadow: 0 1px 4px 0 rgba(23, 30, 55, 0.05);
}

.input.cta-v2-newsletter:focus {
  border-width: 1px;
  border-color: #f24124;
  box-shadow: 0 1px 4px 0 rgba(23, 30, 55, 0.05);
}

.input.cta-v2-newsletter::-webkit-input-placeholder {
  font-weight: 400;
}

.input.cta-v2-newsletter:-ms-input-placeholder {
  font-weight: 400;
}

.input.cta-v2-newsletter::-ms-input-placeholder {
  font-weight: 400;
}

.input.cta-v2-newsletter::placeholder {
  font-weight: 400;
}

.input.checkout {
  margin-bottom: 16px;
  background-color: #fff;
}

.input.checkout.discount {
  padding-top: 13px;
  padding-bottom: 13px;
}

.input.password {
  margin-bottom: 20px;
}

.input.item-cart-quantity {
  display: none;
  min-height: auto;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.utility-page-content-404 {
  position: relative;
}

._404-title {
  position: absolute;
  color: #edf6fd;
  font-size: 500px;
  line-height: 160px;
  font-weight: 700;
}

.container-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.split-content.header-left {
  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;
}

.split-content.home-hero-left {
  width: 57%;
  max-width: 50%;
  margin-right: 40px;
}

.split-content.header-right {
  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;
}

.split-content.home-hero-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 475px;
  margin-top: 0px;
  margin-right: -184px;
}

.split-content.cta-v1-left {
  position: relative;
  z-index: 1;
  height: auto;
  max-width: 550px;
  margin-right: 20px;
}

.split-content.cta-v1-left.business {
  position: relative;
  width: 100%;
  padding-bottom: 0px;
}

.split-content.cta-v1-right {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -130px;
  margin-right: -57px;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.split-content.latest-product-about-left {
  margin-right: 10px;
}

.split-content.hero-shop-left {
  max-width: 520px;
  margin-right: 40px;
}

.split-content.cta-v2-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 526px;
  margin-right: 20px;
  -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;
}

.split-content.shop-author-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 545px;
  margin-right: 40px;
}

.split-content.shop-author-about-left {
  margin-right: 10px;
}

.split-content.about-article-left {
  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;
  color: #26395c;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.split-content.about-article-right {
  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;
}

.split-content.contact-left {
  display: block;
  max-width: 417px;
  margin-top: 44px;
  margin-right: 60px;
  -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;
}

.split-content.about-hero-left {
  max-width: 491px;
  margin-right: 20px;
}

.split-content.our-story-left {
  max-width: 54%;
  margin-right: 63px;
}

.split-content.our-story-right {
  max-width: 40%;
}

.split-content.about-testimonial-left {
  max-width: 492px;
  margin-right: 20px;
}

.split-content.product-content {
  max-width: 63%;
  margin-right: 40px;
}

.split-content.product-content.grid {
  max-width: none;
}

.split-content.category-left {
  max-width: 600px;
  margin-right: 40px;
}

.split-content.search-results-left {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 669px;
}

.split-content.search-results-hero-right {
  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;
}

.split-content.cta-v3-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 526px;
  margin-right: 20px;
  -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;
}

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

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

.paragraph.home-hero {
  max-width: 520px;
  margin-bottom: 32px;
}

.paragraph.join-footer {
  margin-bottom: 23px;
}

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

.paragraph.contact-email {
  margin-bottom: 24px;
  color: #656b89;
  font-weight: 400;
}

.paragraph.faqs {
  max-width: 631px;
  margin-right: auto;
  margin-bottom: 47px;
  margin-left: auto;
  text-align: center;
}

.paragraph.faq {
  margin-right: 50px;
}

.paragraph.our-story-1 {
  max-width: 617px;
}

.paragraph.our-story-1.italic {
  font-style: italic;
}

.paragraph.join {
  color: #e4e7ec;
}

.paragraph.join-feature {
  color: #e4e7ec;
}

.paragraph.about-testimonial {
  max-width: 455px;
  margin-bottom: 31px;
}

.paragraph.purchase-product {
  margin-bottom: 37px;
}

.paragraph.about-the-author-paragraph {
  color: #656b89;
  font-weight: 400;
}

.paragraph.card-article {
  color: #656b89;
  font-weight: 400;
}

.paragraph._404 {
  color: #656b89;
}

.paragraph.password {
  margin-bottom: 40px;
}

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

.hero-images-wrapper.center {
  margin-top: -41px;
  margin-right: 20px;
  margin-left: 20px;
}

.image.home-hero {
  margin-bottom: 20px;
  border-radius: 20px;
  box-shadow: 0 7px 27px 0 rgba(38, 55, 147, 0.05);
}

.image.cta-v1 {
  margin-bottom: 28px;
  border-radius: 24px;
  box-shadow: 0 7px 18px 0 rgba(11, 21, 77, 0.02);
}

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

.image.popular-product-section-author {
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
  border-radius: 1000px;
}

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

.image.latest-product-author {
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-right: 6px;
  border-radius: 1000px;
}

.image.card-article {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.image.shop-author {
  width: 118px;
  height: 118px;
  min-width: 118px;
  margin-right: 28px;
  border-radius: 1000px;
}

.image.blog-article-featured {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.article-main-image {
  margin-bottom: 36px;
  border-radius: 32px;
}

.image.blog-author {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.contact {
  width: 68px;
  height: 68px;
  min-width: 68px;
}

.image.our-story-1 {
  margin-bottom: 84px;
  border-radius: 24px;
}

.image.our-story-2 {
  border-radius: 24px;
}

.image.team-section {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.join-feature {
  max-height: 90px;
  max-width: 90px;
}

.image.testimonial {
  width: 72px;
  height: 72px;
  min-width: 72px;
  margin-right: 16px;
  border-radius: 1000px;
}

.image.testimonial-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.product-main-image {
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.image.product-main-image:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image.product-more-images {
  max-height: 150px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.image.product-more-images:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image.more-products-by-author {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.item-in-order {
  width: 100%;
  height: 100%;
  margin-right: 0px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.image.item-in-order:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.image.icons-style-guide {
  border-radius: 20px;
}

.image.item-cart {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.item-cart:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.image.about-hero {
  max-width: 62%;
  margin-right: -86px;
}

.image.about-hero.bottom {
  margin-right: 60px;
  margin-left: -95px;
}

.image.team-member {
  width: 118px;
  height: 118px;
  min-width: 118px;
  margin-bottom: 20px;
  border-radius: 1000px;
}

.image.pricing-section {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cart-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.cart-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  min-width: 28px;
  margin-left: 4px;
  -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: 1000px;
  background-color: #f24124;
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: -0.02em;
}

.cart {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-search {
  width: 100%;
  margin-bottom: 0px;
}

.header-search-input {
  width: 100%;
  max-width: 358px;
  min-height: 54px;
  min-width: 325px;
  margin-bottom: 0px;
  padding: 18px 19px 18px 47px;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d8e7;
  border-radius: 8px;
  background-color: #fbfcff;
  background-image: url('../images/icon-search-market-template.svg');
  background-position: 19px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  color: #26395c;
  font-size: 15px;
  line-height: 1em;
  font-weight: 500;
}

.header-search-input:hover {
  border-color: #f24124;
}

.header-search-input:focus {
  border-color: #f24124;
  color: #26395c;
  font-size: 15px;
}

.header-search-input::-webkit-input-placeholder {
  color: #656b89;
  font-size: 15px;
  line-height: 1em;
  font-weight: 500;
}

.header-search-input:-ms-input-placeholder {
  color: #656b89;
  font-size: 15px;
  line-height: 1em;
  font-weight: 500;
}

.header-search-input::-ms-input-placeholder {
  color: #656b89;
  font-size: 15px;
  line-height: 1em;
  font-weight: 500;
}

.header-search-input::placeholder {
  color: #656b89;
  font-size: 15px;
  line-height: 1em;
  font-weight: 500;
}

.search-input {
  min-height: 64px;
  margin-bottom: 0px;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e7ec;
  border-radius: 8px;
  box-shadow: 0 13px 30px 0 rgba(38, 47, 92, 0.08);
  -webkit-transition: box-shadow 350ms ease, color 350ms ease, border-color 350ms ease;
  transition: box-shadow 350ms ease, color 350ms ease, border-color 350ms ease;
  color: #26395c;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
  letter-spacing: 0em;
}

.search-input:hover {
  border-color: #f24124;
  box-shadow: 0 3px 10px 0 rgba(38, 47, 92, 0.08);
}

.search-input:focus {
  box-shadow: 0 3px 10px 0 rgba(38, 47, 92, 0.08);
  color: #26395c;
}

.search-input::-webkit-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
  letter-spacing: 0em;
}

.search-input:-ms-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
  letter-spacing: 0em;
}

.search-input::-ms-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
  letter-spacing: 0em;
}

.search-input::placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
  letter-spacing: 0em;
}

.search-input.homepage {
  margin-right: 40px;
}

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

.search.home-hero {
  display: none;
  width: 60%;
  max-width: 473px;
}

.search.hero-shop {
  width: 100%;
  max-width: 473px;
}

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

.search-button {
  position: absolute;
  right: 14px;
  padding: 12px 18px;
  border-radius: 6px;
  background-color: #f24124;
  box-shadow: 0 2px 8px 0 rgba(9, 92, 255, 0.14);
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  font-size: 15px;
  line-height: 1.067em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.search-button:hover {
  background-color: #26395c;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.search-button.header {
  display: none;
}

.search-button.right {
  position: static;
  display: none;
  height: auto;
  max-height: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #375692;
}

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

.top-content.popular-products-section {
  margin-bottom: 32px;
}

.top-content.latest-products-section {
  margin-bottom: 40px;
}

.top-content.blog {
  margin-bottom: 40px;
}

.top-content.blog-post-latest-articles {
  margin-bottom: 40px;
}

.top-content.purchase-product-option-content {
  margin-bottom: 22px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-content.about-the-author-top-content {
  margin-bottom: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.blog-category {
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cta-v1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  -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;
}

.cta-v1-wrapper.business {
  max-height: none;
}

.title.cta-v1 {
  height: auto;
  margin-bottom: 34px;
  color: #fff;
}

.title.trending-category-title {
  margin-bottom: 0px;
}

.title.trending-categories {
  margin-bottom: 32px;
}

.title.popular-products-section {
  margin-bottom: 0px;
}

.title.popular-product-section {
  margin-bottom: 5px;
}

.title.latest-products-section {
  margin-bottom: 0px;
}

.title.latest-product {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.688em;
}

.title.articles-section {
  margin-bottom: 14px;
}

.title.card-article {
  margin-bottom: 3px;
}

.title.footer-title-links {
  color: #26395c;
  line-height: 1.125em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.title.hero-shop {
  margin-bottom: 8px;
}

.title.cta-v2 {
  margin-bottom: 10px;
}

.title.shop-author {
  margin-bottom: 4px;
}

.title.products-author {
  margin-bottom: 0px;
}

.title.blog {
  margin-bottom: 38px;
}

.title.blog-article-featured {
  margin-bottom: 10px;
}

.title.latest-articles {
  margin-right: 20px;
  margin-bottom: 0px;
}

.title.article {
  max-width: 733px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.title.blog-post-latest-articles {
  margin-bottom: 0px;
}

.title.contact {
  margin-bottom: 11px;
}

.title.contact-email {
  margin-bottom: 11px;
}

.title.faqs {
  max-width: 631px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  text-align: center;
}

.title.faq {
  margin-bottom: 0px;
}

.title.about-hero {
  margin-bottom: 10px;
}

.title.achievements {
  max-width: 360px;
  margin-right: auto;
  margin-bottom: 43px;
  margin-left: auto;
  text-align: center;
}

.title.achievement {
  margin-bottom: 10px;
  color: #26395c;
  font-size: 40px;
  line-height: 1.25em;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.title.team-section {
  max-width: 300px;
  margin-right: auto;
  margin-bottom: 55px;
  margin-left: auto;
  text-align: center;
}

.title.team-name-section {
  margin-bottom: 13px;
}

.title.join {
  margin-bottom: 16px;
  color: #fff;
}

.title.join-feature {
  margin-bottom: 16px;
  color: #fff;
}

.title.about-testimonial {
  margin-bottom: 14px;
}

.title.about-the-product {
  margin-bottom: 30px;
}

.title.purchase-product {
  margin-bottom: 14px;
  color: #26395c;
  line-height: 1.3em;
  font-weight: 700;
}

.title.product-specs-title {
  margin-bottom: 23px;
}

.title.about-the-author {
  margin-bottom: 19px;
}

.title.more-products {
  color: #26395c;
  line-height: 1.125em;
  font-weight: 700;
  letter-spacing: 0em;
}

.title.more-products-by-author {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.688em;
}

.title.category-product-title {
  margin-bottom: 0px;
}

.title.blog-category {
  margin-bottom: 0px;
}

.title.changelog {
  margin-bottom: 0px;
  color: #fff;
}

.title._404 {
  color: #f24124;
}

.title.dropdown {
  margin-bottom: 24px;
  color: #26395c;
  line-height: 1.35em;
}

.title.faq {
  margin-bottom: 0px;
}

.title.team-member {
  margin-bottom: 4px;
}

.title.articles-author {
  margin-bottom: 0px;
}

.title.color-white.bigger {
  margin-bottom: 60px;
  font-size: 42px;
}

.title._0pad {
  margin-bottom: 0px;
}

.title.pricing-desc {
  max-width: 300px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: center;
}

.title.pricing-desc.homepage {
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.title.gift {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 43px;
  margin-left: auto;
  text-align: center;
}

.title.gift-brands {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 4.06rem;
  letter-spacing: 0em;
  text-transform: none;
  text-shadow: 0 13px 30px #000;
}

.title.automated-content {
  max-width: 360px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: center;
}

.title.left-text {
  text-align: left;
}

.newsletter-form-wrapper {
  position: relative;
  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;
}

.newsletter-submit-button {
  position: absolute;
  right: 8.5px;
  padding: 12px 18px;
  border-radius: 6px;
  background-color: #f24124;
  box-shadow: 0 1px 8px 0 rgba(9, 92, 255, 0.14);
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  font-size: 15px;
  line-height: 1.067em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.newsletter-submit-button:hover {
  background-color: #26395c;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.newsletter-submit-button.mobile-modal-submit {
  position: relative;
}

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

.cta-v1-images-wrapper.last {
  margin-top: -54px;
  margin-left: 28px;
}

.newsletter-form-block {
  max-width: 473px;
  margin-bottom: 0px;
}

.container-medium-568px {
  max-width: 568px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-568px.articles-section {
  text-align: center;
}

.explore-ecommerce-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1em;
  font-weight: 700;
}

.cart-icon {
  width: 25px;
  height: 25px;
}

.trending-categories-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.trending-category-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.trending-category {
  margin-bottom: 24px;
  border-radius: 62px;
}

.image-wrapper.popular-product-section {
  margin-bottom: 22px;
  border-radius: 36px;
  box-shadow: 0 3px 16px 0 rgba(38, 47, 92, 0.06);
}

.image-wrapper.latest-product {
  width: 100%;
  margin-bottom: 11px;
  border-radius: 26px;
  box-shadow: 0 2px 12px 0 rgba(38, 47, 92, 0.06);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.card-article.cta {
  max-height: 150px;
}

.image-wrapper.shop-author-social-media {
  width: 38px;
  height: 38px;
  min-width: 38px;
  margin-bottom: 12px;
  margin-left: 12px;
  border-radius: 1000px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-wrapper.shop-author-social-media:hover {
  -webkit-transform: scale3d(0.9, 0.9, 1.01);
  transform: scale3d(0.9, 0.9, 1.01);
}

.image-wrapper.shop-author-social-media.twitter {
  box-shadow: 0 2px 8px 0 rgba(29, 161, 242, 0.25);
}

.image-wrapper.shop-author-social-media.instagram {
  box-shadow: 0 2px 8px 0 rgba(140, 58, 170, 0.15);
}

.image-wrapper.shop-author-social-media.youtube {
  box-shadow: 0 2px 8px 0 rgba(255, 0, 0, 0.17);
}

.image-wrapper.shop-author-social-media.dribbble {
  box-shadow: 0 2px 8px 0 rgba(255, 70, 142, 0.25);
}

.image-wrapper.shop-author-social-media.behance {
  box-shadow: 0 2px 8px 0 rgba(23, 105, 255, 0.15);
}

.image-wrapper.shop-author-social-media.pinterest {
  box-shadow: 0 2px 8px 0 rgba(255, 44, 44, 0.15);
}

.image-wrapper.shop-author-social-media.other-links {
  box-shadow: 0 2px 8px 0 rgba(9, 92, 255, 0.19);
}

.image-wrapper.blog-author {
  width: 72px;
  height: 72px;
  margin-right: 15px;
  border-radius: 1000px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  min-width: 130px;
  margin-bottom: 28px;
  -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: 1000px;
  background-color: #f5faff;
}

.image-wrapper.team-section {
  margin-bottom: 24px;
  border-radius: 50%;
}

.image-wrapper.product-main-image {
  margin-bottom: 23px;
  border-radius: 32px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.product-more-images {
  max-height: 150px;
  max-width: none;
  border-radius: 12px;
}

.image-wrapper.about-the-author-image {
  width: 72px;
  height: 72px;
  min-width: 72px;
  margin-right: 12px;
  margin-bottom: 10px;
  border-radius: 1000px;
}

.image-wrapper.more-products-by-author {
  max-width: 37%;
  margin-right: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 12px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.item-in-order {
  width: 80px;
  margin-right: 20px;
  border-radius: 8px;
}

.image-wrapper.item-cart {
  width: 80px;
  margin-right: 20px;
  border-radius: 10px;
}

.image-wrapper.team-member-social-media {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 1000px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-wrapper.team-member-social-media:hover {
  -webkit-transform: scale3d(0.9, 0.9, 1.01);
  transform: scale3d(0.9, 0.9, 1.01);
}

.image-wrapper.team-member-social-media.facebook {
  box-shadow: 0 2px 8px 0 rgba(24, 119, 242, 0.17);
}

.image-wrapper.team-member-social-media.twitter {
  box-shadow: 0 2px 8px 0 rgba(29, 161, 242, 0.25);
}

.image-wrapper.team-member-social-media.instagram {
  box-shadow: 0 2px 8px 0 rgba(140, 58, 170, 0.15);
}

.image-wrapper.team-member-social-media.youtube {
  box-shadow: 0 2px 8px 0 rgba(255, 0, 0, 0.17);
}

.image-wrapper.team-member-social-media.dribbble {
  box-shadow: 0 2px 8px 0 rgba(255, 70, 142, 0.25);
}

.image-wrapper.team-member-social-media.behance {
  box-shadow: 0 2px 8px 0 rgba(23, 105, 255, 0.15);
}

.image-wrapper.team-member-social-media.pinterest {
  box-shadow: 0 2px 8px 0 rgba(255, 44, 44, 0.15);
}

.image-wrapper.team-member-social-media.other-links {
  box-shadow: 0 2px 8px 0 rgba(9, 92, 255, 0.19);
}

.image-wrapper.cta-v2-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  -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: #f24124;
}

.image-wrapper.achievement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  min-width: 120px;
  margin-bottom: 30px;
  -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: 1000px;
  background-color: #f5faff;
}

.image-wrapper.join-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  min-width: 90px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: transparent;
}

.image-wrapper.pricing {
  height: auto;
  margin-bottom: 24px;
  border-radius: 100%;
}

.popular-products-section-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.popular-product-section-about-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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 9px;
  border-radius: 30px;
  background-color: #f24124;
  color: #fff;
  font-size: 13px;
  line-height: 1.154em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.badge.popular-product-section-price {
  padding: 9px 14px;
  font-size: 16px;
  line-height: 1.063em;
}

.badge.card-article-category {
  position: absolute;
  left: 23px;
  top: 20px;
  padding: 10px 14px;
  border-radius: 45px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.badge.card-article-category:hover {
  background-color: #26395c;
  color: #fff;
}

.badge.top-author {
  margin-top: 11px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.badge.blog-article-featured {
  margin-bottom: 17px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.badge.article-category {
  padding: 10px 14px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.badge.article-category:hover {
  background-color: #26395c;
  color: #fff;
}

.badge.top-about-the-author {
  min-width: 91px;
  margin-top: -3px;
  padding: 6px 9px;
  font-size: 10px;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.badge.changelog {
  margin-right: 20px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 0.8em;
}

.badge.hot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  margin-left: -3px;
  -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: #f24124;
  font-size: 9px;
  line-height: 1em;
  letter-spacing: 0.04em;
}

.popular-product-section-author-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;
  color: #656b89;
  font-size: 18px;
  line-height: 1.111em;
  font-weight: 500;
  letter-spacing: 0em;
}

.latest-products-section-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 54px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.latest-product-wrapper {
  width: 100%;
}

.latest-product-about-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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.latest-product-author-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;
  color: #656b89;
  font-size: 14px;
  line-height: 1.429em;
  font-weight: 500;
  letter-spacing: 0em;
}

.articles-section-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card {
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 12px 30px 0 rgba(38, 47, 92, 0.04);
}

.card.article {
  position: relative;
  height: 100%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.card.article:hover {
  box-shadow: 0 2px 8px 0 rgba(38, 47, 92, 0.04);
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.card.blog-article-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 22px 54px 0 rgba(18, 25, 49, 0.08);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.card.blog-article-featured:hover {
  box-shadow: 0 2px 24px 0 rgba(18, 25, 49, 0.08);
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.card.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 559px;
  padding: 63px 46px 56px 51px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e7ec;
  border-radius: 24px;
  box-shadow: 0 2px 12px 0 rgba(14, 139, 255, 0.12);
}

.card.achievement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 26px 42px;
  -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;
  box-shadow: 0 14px 34px 0 rgba(27, 128, 221, 0.06);
  text-align: center;
}

.card.checkout {
  margin-bottom: 40px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(38, 57, 92, 0.05);
}

.card.checkout.order-summary {
  margin-bottom: 0px;
  border-bottom-width: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0 12px 30px 0 rgba(38, 47, 92, 0.04);
}

.card.checkout.order-summary.bottom {
  margin-top: 24px;
}

.card.gift {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 600px;
  padding: 35px 26px 42px;
  -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;
  background-image: url('../images/giftcards.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 14px 34px 0 rgba(27, 128, 221, 0.06);
  text-align: center;
}

.card-article-content {
  padding: 30px 24px 44px;
}

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

.footer-main-content-wrapper {
  max-width: 295px;
  margin-right: 26px;
}

.footer-small-print {
  margin-bottom: 20px;
  color: #26395c;
  font-size: 15px;
  line-height: 1.6em;
}

.footer-social-media-grid {
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 21px;
  -ms-grid-columns: auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-social-media-link {
  -webkit-transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  font-family: 'Icons Market Template', sans-serif;
  font-size: 18px;
  line-height: 1em;
}

.footer-social-media-link:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.footer-social-media-link.small {
  font-size: 16px;
}

.footer-social-media-link.large {
  font-size: 20px;
}

.footer-links-wrapper {
  margin-right: 40px;
}

.footer-content-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-footer {
  margin-bottom: 0px;
  padding-left: 0px;
}

.footer-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  -webkit-transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  color: #656b89;
  line-height: 1.125em;
  font-weight: 400;
  letter-spacing: 0em;
  text-decoration: none;
}

.footer-link:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #f24124;
}

.footer-link.w--current {
  font-weight: 500;
}

.space.footer-links {
  width: 2vw;
}

.space.faq {
  height: 25px;
}

.footer-join-wrapper {
  max-width: 287px;
  padding: 36px 24px;
  border-radius: 20px;
  background-color: #f5faff;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, rgba(242, 65, 36, 0.17), hsla(0, 0%, 100%, 0));
}

.footer-join-wrapper.affiliate {
  background-image: radial-gradient(circle farthest-corner at 100% 100%, rgba(38, 57, 92, 0.08), hsla(0, 0%, 100%, 0));
}

.icon-join-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 54px;
  min-width: 54px;
  margin-bottom: 15px;
  -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: 16px;
  background-color: #f24124;
}

.hero-shop-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-categories-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.category-wrapper {
  display: block;
  margin-right: 20px;
  padding: 14px 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #f5faff;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
  line-height: 1.125em;
  font-weight: 700;
  text-align: center;
}

.category-wrapper:hover {
  background-color: #f24124;
  color: #fff;
}

.category-wrapper.w--current {
  background-color: #f24124;
  color: #fff;
}

.category-wrapper.all {
  margin-right: 26px;
}

.category-wrapper.all.w--current {
  display: none;
  margin-right: 20px;
  background-color: #f24124;
  color: #fff;
}

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

.cta-v2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 100px;
  padding: 72px 44px 72px 55px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 23px;
  background-color: #fbfcff;
  background-image: url('../images/wave-cta-v2-02-market-template.svg'), url('../images/wave-cta-v2-01-market-template.svg');
  background-position: 50% 100%, 50% 100%;
  background-size: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
}

.cta-v2-icon {
  margin-bottom: 20px;
  border-radius: 14px;
}

.cta-v2-newsletter-form-block {
  width: 100%;
  max-width: 420px;
  margin-bottom: 0px;
}

.cta-v2-newsletter-form-wrapper {
  position: relative;
  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;
}

.cta-v2-newsletter-submit-button {
  position: absolute;
  right: 11px;
  padding: 12px 18px;
  border-radius: 6px;
  background-color: #f24124;
  box-shadow: 0 1px 8px 0 rgba(9, 92, 255, 0.14);
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  font-size: 15px;
  line-height: 1.067em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cta-v2-newsletter-submit-button:hover {
  background-color: #26395c;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.footer-join {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.shop-author-social-media-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 41%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.shop-author-job {
  color: #f24124;
  font-size: 22px;
  line-height: 0.818em;
  letter-spacing: -0.01em;
}

.products-author-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-article-featured-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 47%;
  padding: 78px 56px 78px 58px;
  -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;
}

.blog-categories-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-categories-grid.jumble {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.articles-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 41px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.container-large-1020px {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.about-article-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 733px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.rich-text h2 {
  max-width: 733px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.rich-text p {
  max-width: 733px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
}

.rich-text h3 {
  max-width: 733px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 20px;
}

.rich-text img {
  margin-top: 27px;
  margin-bottom: 25px;
  border-radius: 32px;
}

.rich-text figcaption {
  margin-top: 0px;
  margin-bottom: 54px;
}

.rich-text ul {
  max-width: 733px;
  margin-right: auto;
  margin-bottom: 31px;
  margin-left: auto;
  padding-left: 30px;
}

.rich-text li {
  margin-bottom: 13px;
}

.rich-text h4 {
  max-width: 733px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.rich-text h5 {
  max-width: 733px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.rich-text ol {
  max-width: 733px;
  margin-right: auto;
  margin-bottom: 31px;
  margin-left: auto;
  padding-left: 30px;
}

.rich-text h6 {
  max-width: 733px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.rich-text blockquote {
  max-width: 828px;
  margin: 80px auto;
}

.rich-text.about-product {
  display: block;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-icon-date {
  margin-right: 9px;
}

.article-date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.625em;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.latest-articles-section-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-medium-820px {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

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

.contact-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 971px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-grid.hidden {
  display: none;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.select {
  min-height: 64px;
  margin-bottom: 0px;
  padding-right: 16px;
  padding-left: 16px;
  border: 0px solid #000;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
  letter-spacing: 0em;
}

.select:focus {
  color: #26395c;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.select::-webkit-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.select:-ms-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.select::-ms-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.select::placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.select.checkout {
  min-height: 50px;
}

.text-area {
  max-height: 200px;
  max-width: 100%;
  min-height: 153px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 23px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e7ec;
  border-radius: 14px;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #26395c;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
  letter-spacing: 0em;
}

.text-area:hover {
  border-color: #f24124;
}

.text-area:focus {
  border-color: #f24124;
  color: #26395c;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.text-area::-webkit-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.text-area:-ms-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.text-area::-ms-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.text-area::placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.select-wrapper {
  min-height: 64px;
  margin-bottom: 0px;
  padding-right: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e7ec;
  border-radius: 14px;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  letter-spacing: 0em;
}

.select-wrapper:hover {
  border-color: #f24124;
}

.select-wrapper:focus {
  border-color: #f24124;
}

.select-wrapper::-webkit-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.select-wrapper:-ms-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.select-wrapper::-ms-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.select-wrapper::placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.select-wrapper.checkout {
  min-height: 50px;
}

.contact-info-icon {
  margin-right: 20px;
}

.contact-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #26395c;
  line-height: 1.125em;
}

.contact-info-wrapper:hover {
  color: #f24124;
}

.contact-info-wrapper.last {
  margin-bottom: 40px;
}

.contact-info-wrapper.phone {
  display: none;
}

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

.contact-us-wrapper.hidden {
  display: none;
}

.contact-email-text {
  color: #f24124;
  line-height: 1.125em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.contact-email-text:hover {
  color: #f24124;
}

.contact-email-text.hidden {
  display: none;
}

.faqs-grid {
  grid-row-gap: 27px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq-wrapper {
  overflow: hidden;
  padding: 32px 20px 32px 32px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 14px 0 rgba(18, 25, 49, 0.05);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  cursor: pointer;
}

.faq-wrapper:hover {
  box-shadow: 0 22px 14px 0 rgba(18, 25, 49, 0.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.faq-top-content {
  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;
}

.faq-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48px;
  height: 48px;
  min-width: 48px;
  -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: 1000px;
  background-color: #fbfcff;
}

.faq-icon-line-1 {
  position: absolute;
  width: 2px;
  height: 22px;
  border-radius: 100px;
  background-color: #969daa;
}

.faq-icon-line-2 {
  position: absolute;
  width: 22px;
  height: 2px;
  border-radius: 100px;
  background-color: #969daa;
}

.about-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 115px;
  -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;
}

.about-hero-wrapper.mg-top-32px.mg-bottom-8px {
  margin-bottom: 8px;
}

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

.our-story-content-wrapper-2 {
  margin-top: 28px;
  margin-bottom: 56px;
}

.achievements-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.accent-text {
  color: #f24124;
}

.team-member-section-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 63px;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.team-section-wrapper {
  text-align: center;
}

.team-job-section {
  color: #656b89;
  font-size: 18px;
  line-height: 1em;
  font-weight: 400;
}

.join-features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  margin-bottom: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.join-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 493px;
  margin-bottom: 68px;
}

.join-feature-wrapper.last {
  margin-bottom: 0px;
}

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

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

.testimonial-name {
  margin-bottom: 2px;
  color: #26395c;
  font-size: 18px;
  line-height: 1.444em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.testimonial-video-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 651px;
  -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: 24px;
}

.testimonial-video-filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #26395c;
  opacity: 0.68;
}

.testimonial-video-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
  font-family: 'Icons Market Template', sans-serif;
  font-size: 40px;
  line-height: 1em;
  text-shadow: 0 4px 14px rgba(141, 200, 255, 0.42);
}

.testimonial-video-button:hover {
  color: #f24124;
}

.product-wrapper {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar-product-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 23px 54px 0 rgba(18, 25, 49, 0.08);
}

.product-more-images-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.breadcrumb-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
}

.purchase-product-wrapper {
  padding: 40px 32px 48px;
}

.purchase-product-option {
  margin-bottom: 15px;
}

.purchase-product-label {
  margin-bottom: 10px;
  line-height: 1em;
  letter-spacing: -0.02em;
}

.purchase-product-price {
  margin-bottom: 10px;
  color: #26395c;
  font-size: 24px;
  line-height: 1.167em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.product-specs {
  padding: 40px 32px;
  background-color: #fbfcff;
}

.product-specs.center {
  margin-bottom: 20px;
  border-radius: 20px;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, rgba(242, 65, 36, 0.04), #fff);
  box-shadow: 0 23px 54px 0 rgba(18, 25, 49, 0.08);
}

.product-specs.center.mobile-cta {
  display: block;
}

.product-specs.center.business.grid.left {
  max-height: 35rem;
  margin-right: 0px;
  background-image: none;
}

.product-specs.center.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 21.5rem;
  margin-right: 40px;
  margin-bottom: 0px;
  -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;
  background-image: none;
}

.product-specs-wrapper {
  display: none;
  margin-bottom: 21px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.444em;
  letter-spacing: -0.03em;
}

.icon-product-specs {
  margin-right: 22px;
}

.product-specs-text {
  color: #26395c;
  font-size: 16px;
  font-weight: 500;
}

.about-the-author-wrapper {
  display: none;
  padding: 40px 32px;
}

.about-the-author {
  margin-bottom: 34px;
}

.about-the-author-left-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-the-author-name-wrapper {
  margin-right: 35px;
}

.about-the-author-name {
  margin-bottom: 6px;
  color: #26395c;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0em;
}

.about-the-author-job {
  color: #656b89;
  line-height: 1.125em;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.more-products-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.more-product-by-author-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;
}

.more-product-by-author-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.more-products-by-author-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-specs-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.purchase-product-default-state {
  margin-bottom: 0px;
}

.category-product-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-category-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-result-wrapper {
  position: relative;
}

.search-result-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.container-medium-760px {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.changelog-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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkout-form {
  min-height: auto;
  padding: 60px 0px 100px;
  background-color: #fff;
}

.apple-pay {
  height: 54px;
  border-radius: 8px;
}

.block-header {
  padding-top: 32px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0px 0px 1px;
  border-bottom-color: #e4e7ec;
}

.block-header.order-summary {
  padding-bottom: 15px;
  border-bottom-color: #c9def3;
  background-color: #f5faff;
}

.block-header.order-summary.downloads {
  border-bottom-width: 1px;
  border-bottom-color: #e4e7ec;
}

.block-content {
  padding: 45px 32px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.block-content.order-summary {
  padding-bottom: 45px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f5faff;
}

.required-text {
  color: #f24124;
  font-size: 14px;
}

.item-in-order-title-wrapper {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #26395c;
}

.item-in-order-title-wrapper:hover {
  color: #f24124;
}

.item-in-order-content {
  margin-right: 0px;
  margin-left: 0px;
}

.item-in-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.content {
  text-align: center;
}

.empty-state {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e7ec;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(14, 139, 255, 0.12);
  color: #969daa;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.empty-state.small {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
}

.empty-state.cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0px;
  border-radius: 0px;
  box-shadow: none;
}

.empty-state.subcategory {
  display: none;
  width: 20%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 0px;
}

.success-message {
  padding: 40px;
  border-radius: 20px;
  background-color: #f24124;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.error-message {
  padding: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 10px;
  background-color: #ff5a5d;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.hot-wrapper {
  position: relative;
  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;
}

.item-cart-title {
  margin-bottom: 6px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #26395c;
  line-height: 1em;
}

.item-cart-title:hover {
  color: #f24124;
}

.item-cart-content {
  margin-right: 0px;
  margin-left: 0px;
}

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

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

.cart-subtotal {
  color: #26395c;
  font-size: 20px;
}

.cart-footer {
  border-top-width: 0px;
}

.cart-header {
  border-bottom-width: 0px;
}

.cart-close-button {
  background-image: url('../images/icon-cart-close-market-template.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cart-wrapper {
  z-index: 999;
  background-color: rgba(38, 57, 92, 0.8);
}

.article-section {
  position: relative;
}

.icon-dropdown {
  margin-top: 2px;
  margin-left: 3px;
  font-family: 'Icons Market Template', sans-serif;
  color: #f24124;
  font-size: 7px;
  line-height: 1em;
}

.dropdown-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-header {
  z-index: 0;
}

.drop-div {
  padding: 40px 20px 40px 38px;
  background-color: #fff;
}

.drop-div.last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 38px;
  padding-left: 20px;
  -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;
  background-color: #f5faff;
}

.drop-div.categories {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.dropdown-link {
  margin-bottom: 15px;
  -webkit-transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  color: #656b89;
  line-height: 1.333em;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-link:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #f24124;
}

.dropdown-link.w--current {
  font-weight: 500;
}

.dropdown-list {
  overflow: hidden;
  margin-top: 20px;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: 0 14px 34px 0 rgba(27, 128, 221, 0.06);
}

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

.drop-grid {
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.drop-grid.categories {
  -ms-grid-columns: auto;
  grid-template-columns: auto;
}

.dropdown-grid {
  width: 600px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-grid.categories {
  width: auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.brand {
  padding-left: 0px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.brand:hover {
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.hot-icon {
  font-family: 'Icons Market Template', sans-serif;
  font-size: 8px;
}

.explore-arrow {
  display: block;
  font-family: 'Icons Market Template', sans-serif;
  font-weight: 400;
}

.animation-div.split {
  margin-top: 20px;
}

.footer-menu-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-product {
  max-width: 34%;
}

.sidebar-product.grid {
  max-width: none;
}

.about-author-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-member-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.team-member-page-wrapper {
  margin-bottom: 40px;
  text-align: center;
}

.team-member-top-content {
  margin-bottom: 22px;
}

.team-member-job {
  color: #f24124;
  font-size: 22px;
  line-height: 0.818em;
  letter-spacing: -0.01em;
}

.team-member-social-media-grid {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.articles-author-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.remove-button {
  line-height: 1em;
}

.place-order-wrapper {
  margin-top: 14px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f5faff;
  box-shadow: 0 12px 30px 0 rgba(38, 47, 92, 0.04);
}

.testimonial-video-button-wrapper {
  position: absolute;
  width: 155px;
  height: 155px;
  min-width: 155px;
  text-shadow: 0 4px 14px rgba(141, 200, 255, 0.42);
}

.testimonial-video-button-wrapper:hover {
  color: #f24124;
}

.white-link {
  -webkit-transition: opacity 350ms ease, color 350ms ease;
  transition: opacity 350ms ease, color 350ms ease;
  color: #fff;
  text-decoration: underline;
}

.white-link:hover {
  opacity: 0.6;
  color: #fff;
}

.checkout-body {
  margin-right: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bold {
  color: #26395c;
  font-weight: 700;
}

.discount-content {
  margin-top: 24px;
  margin-bottom: 32px;
  padding-right: 0px;
  padding-bottom: 32px;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-width: 0px 0px 1px;
  border-bottom-color: #d0d8e7;
  background-color: transparent;
}

.checkout-title {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #fbfcff;
}

.download-item {
  display: block;
}

.paypal-button {
  margin-bottom: 2px;
}

.highlight {
  color: #f24124;
}

.business-header {
  padding: 100px 68px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: #f24124;
}

.business-header.text-center {
  padding-top: 60px;
  padding-bottom: 40px;
}

.feature-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.featureblock1 {
  min-height: 120px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.featureblock1.bg-primary-1 {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fbfcff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.feature-block-2 {
  min-height: 120px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.feature-block-2.bg-primary-1 {
  background-color: #f24124;
  background-image: linear-gradient(261deg, #f24124, hsla(0, 0%, 100%, 0)), url('../images/integrateEverything.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100%;
}

.feature-block-3 {
  min-height: 120px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.feature-block-3.bg-primary-1 {
  background-color: #f24124;
  background-image: linear-gradient(261deg, #f24124, hsla(0, 0%, 100%, 0)), url('../images/integrateEverything.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100%;
}

.image-2 {
  -o-object-fit: cover;
  object-fit: cover;
}

.color-container-image {
  overflow: visible;
  border: 1px none #000;
  border-radius: 16px;
  background-color: #fff;
  background-image: url('../images/DirectMailCampaigns.png');
  background-position: 0% 0%;
  background-size: cover;
  background-attachment: scroll;
  box-shadow: 0 8px 16px 0 rgba(17, 10, 99, 0.04), 0 12px 22px 0 rgba(128, 118, 247, 0.04);
}

.tile-title {
  margin-bottom: 0px;
  color: #26395c;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.heading {
  margin-bottom: 0px;
  text-align: left;
}

.heading.mg-bottom-32px {
  margin-bottom: 32px;
}

.heading.mg-bottom-8px {
  margin-bottom: 8px;
}

.heading.mg-bottom-20px {
  margin-bottom: 20px;
}

.feature-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  padding: 22px 16px 24px 32px;
  -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;
  border-radius: 16px;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #fbfcff, hsla(0, 0%, 100%, 0));
}

.feature-content.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #fbfcff;
  text-align: left;
}

.feature-card {
  padding: 100px 68px;
  border-radius: 24px;
  background-color: #f24124;
  background-image: linear-gradient(135deg, #26395c, hsla(0, 0%, 100%, 0));
}

.styleguide-seccion-copy {
  padding-top: 86px;
  padding-bottom: 86px;
}

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

.business-top {
  display: block;
  margin-bottom: 60px;
  padding: 56px 68px;
  background-color: #f5faff;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #fff, hsla(0, 0%, 100%, 0));
}

.business-header-typography {
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid #e4e7ec;
}

.business-header-typography.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.business-header-typography.mg-bottom-32px {
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  border-bottom-style: none;
}

.pricing-block {
  display: -ms-grid;
  display: grid;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-info li {
  text-align: center;
  list-style-type: none;
}

.pricing-info.text-gray {
  color: #969daa;
}

.pricing-info.text-gray strong {
  color: #969daa;
}

.homepage-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -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;
  text-align: left;
}

.text-block {
  margin-right: auto;
  margin-left: auto;
}

.text-block.homepage {
  margin-right: 0px;
  margin-left: 0px;
}

.highlight-copy {
  color: #f24124;
}

.gift-grid {
  justify-items: center;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-header-2 {
  border-style: none none solid;
}

.shipping-method-list {
  border: 1px none #000;
}

.shipping-method {
  border-style: solid;
  border-width: 1px;
  border-color: #e4e7ec;
  border-radius: 14px;
}

.empty-state-2 {
  border-top: 1px solid #e6e6e6;
  border-radius: 20px;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #e4e7ec, #fff);
}

.text-block-2 {
  color: #f24124;
}

.section-2 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.giftcards-section {
  padding-top: 220px;
  padding-bottom: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 57, 92, 0.75)), to(rgba(38, 57, 92, 0.75))), url('../images/giftcards_section_2.jpg');
  background-image: linear-gradient(180deg, rgba(38, 57, 92, 0.75), rgba(38, 57, 92, 0.75)), url('../images/giftcards_section_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.div-block {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e7ec), to(#e4e7ec));
  background-image: linear-gradient(180deg, #e4e7ec, #e4e7ec);
  box-shadow: 0 13px 30px 0 rgba(0, 0, 0, 0.48);
  text-align: center;
}

.paragraph-2 {
  color: #656b89;
}

.text-grey {
  color: #666;
  font-size: 1rem;
  line-height: 1.333rem;
}

.text-grey.policy {
  text-align: left;
}

.paragraph-3 {
  color: #fff;
  text-align: left;
}

.heading-2 {
  color: #d0d8e7;
}

.paragraph-4 {
  margin-bottom: 20px;
}

.policytext p {
  margin-bottom: 15px;
  color: #656b89;
}

.policytext em {
  color: #f24124;
}

.section-3 {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #26395c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.48)), to(hsla(0, 0%, 100%, 0))), url('../images/bg-wave-cta-01-market-template.svg'), url('../images/bg-wave-cta-02-market-template.svg'), url('../images/wave-cta-v2-02-market-template.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), hsla(0, 0%, 100%, 0)), url('../images/bg-wave-cta-01-market-template.svg'), url('../images/bg-wave-cta-02-market-template.svg'), url('../images/wave-cta-v2-02-market-template.svg');
  background-position: 0px 0px, 50% 100%, 50% 100%, 50% 100%;
  background-size: auto, 100%, 100%, 100%;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
}

.div-block-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.partner {
  display: block;
}

.paragraph-5 {
  margin-bottom: 60px;
  text-align: center;
}

.automated-content {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.automated-content-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-6 {
  margin-bottom: 20px;
  color: #26395c;
}

.paragraph-7 {
  margin-bottom: 60px;
  color: #26395c;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  padding-top: 220px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(132deg, rgba(31, 38, 51, 0.96), rgba(0, 0, 0, 0.98));
}

.modal-video {
  display: block;
}

.container-2 {
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.modal-video-container {
  overflow: hidden;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 3px;
  border-color: #f5faff;
  border-radius: 24px;
  box-shadow: 14px 14px 40px -15px #26395c;
}

.modal-video-container.va {
  overflow: hidden;
  width: 50%;
  border-style: none;
  border-color: #000;
  background-color: hsla(0, 0%, 100%, 0);
}

.close-modal-button {
  position: absolute;
  left: auto;
  top: 30px;
  right: 30px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px 5px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f5faff;
  text-align: center;
}

.videolink2 {
  display: none;
}

.product-cta-text {
  margin-bottom: 10px;
}

.product-specs-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.444em;
  letter-spacing: -0.03em;
}

.product-specs-bottom {
  padding: 40px 32px;
  background-color: #fff;
}

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

.heading-4 {
  display: none;
}

.product-grid {
  grid-column-gap: 0px;
  -ms-grid-columns: 0.33fr 0.33fr 0.33fr;
  grid-template-columns: 0.33fr 0.33fr 0.33fr;
}

.about-product {
  margin-right: 40px;
}

.cta-article-section {
  position: relative;
  padding: 0px 40px 40px 0px;
}

.cta-article-section.mobile {
  display: none;
}

.field-label {
  display: none;
}

.textarea-2 {
  height: 200px;
}

.collection-item {
  margin-bottom: 20px;
}

.mobile-form {
  display: none;
  max-width: 473px;
  margin-bottom: 0px;
}

.mobile-form-wrapper {
  position: relative;
  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;
}

.mobile-submit-button {
  position: absolute;
  right: 8.5px;
  padding: 12px 18px;
  border-radius: 6px;
  background-color: #f24124;
  box-shadow: 0 1px 8px 0 rgba(9, 92, 255, 0.14);
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  font-size: 15px;
  line-height: 1.067em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mobile-submit-button:hover {
  background-color: #26395c;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.html-embed {
  display: none;
}

.mobile-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9997;
  display: none;
  background-color: rgba(245, 250, 255, 0.89);
}

.container-3 {
  margin-top: 50%;
}

.button-2 {
  position: absolute;
  top: 8.5px;
  right: 8.5px;
}

.mobile-signup-form {
  display: none;
}

.div-block-4 {
  margin-right: auto;
  margin-left: auto;
}

.button-3 {
  position: static;
  right: 8.5px;
  margin-top: 10px;
}

.div-block-6 {
  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;
}

.mobile-subheader {
  display: none;
}

.buttonsubheader {
  display: none;
}

.collection-list-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown-2 {
  display: none;
}

.paragraph-8 {
  display: none;
  margin-bottom: 20px;
}

.paragraph-8.dark {
  display: none;
}

.shopmenu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shopmenu.home-hero {
  width: 60%;
  max-width: 473px;
}

.shopmenu.hero-shop {
  width: 100%;
  max-width: 473px;
}

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

.dropdown-toggle-2 {
  display: block;
  min-height: 64px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e7ec;
  border-radius: 8px;
  background-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.dropdown-toggle-2.w--open {
  background-color: #fff;
}

.dropdown-3 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 473px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-container:hover {
  color: #f24124;
}

.dropdown-container.products {
  display: none;
}

.dropdown-4 {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d8e7;
  border-radius: 8px;
  background-color: #fff;
}

.dropdown-4:hover {
  border-color: #f24124;
  color: #f24124;
}

.dropdown-4.cardshop {
  display: block;
}

.dropdown-4.cardshop:hover {
  color: #f24124;
}

.dropdown-4.cardshop.products {
  display: none;
}

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

.dropdown-toggle-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  padding: 0px 12px 0px 18px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle-3:hover {
  color: #f24124;
}

.dropdown-list-2 {
  z-index: 9999;
  max-width: none;
}

.dropdown-list-2.w--open {
  top: auto;
  bottom: auto;
  z-index: 9999;
  display: block;
  overflow: visible;
  margin-top: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #fff;
}

.text-block-4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.cardshop {
  color: #f24124;
}

.cardshop-link:hover {
  color: #f24124;
}

.div-block-7 {
  display: none;
  overflow: hidden;
  width: 700px;
  height: 677px;
  max-height: none;
  margin-right: -200px;
  margin-bottom: 83px;
}

.collection-item-2 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.collection-list-wrapper-2 {
  display: block;
  -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;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subcategories {
  margin-top: 20px;
}

.heading-8 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-9 {
  margin-right: 20px;
}

.collection-list-wrapper-4 {
  margin-top: 20px;
}

.cta-v3-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 100px;
  padding: 72px 44px 72px 55px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 23px;
  background-color: #fbfcff;
  background-image: url('../images/wave-cta-v2-02-market-template.svg'), url('../images/wave-cta-v2-01-market-template.svg');
  background-position: 50% 100%, 50% 100%;
  background-size: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
}

.section-4 {
  margin-bottom: 100px;
}

.content-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f5faff;
}

.categories-header {
  margin-top: 100px;
}

.dropdown-list-homepage {
  z-index: 9999;
  max-width: none;
}

.dropdown-list-homepage.w--open {
  top: auto;
  bottom: auto;
  z-index: 9999;
  display: block;
  overflow: visible;
  margin-top: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #fff;
}

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

.text-link-header {
  margin-right: 10px;
  margin-bottom: 0px;
}

.text-link-separator {
  margin-right: 4px;
  margin-left: 4px;
}

.hidden {
  display: none;
}

.subempty {
  font-size: 15px;
  font-style: italic;
}

.subheader {
  margin-bottom: 40px;
  color: #fff;
}

.cta-header {
  color: #fff;
  font-size: 42px;
}

.business-features-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-5 {
  margin-bottom: 40px;
}

.business-feature-heading {
  margin-bottom: 10px;
  color: #26395c;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.introupdate {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  margin-top: 40px;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.introupdate.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.introupdate.left.backup {
  display: none;
}

.introupdate.wide {
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.introupdate.wide.handwriting {
  max-width: none;
  margin-top: 0px;
}

.button-4 {
  height: 48px;
  padding: 12px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none transparent;
  border-radius: 6px;
  background-color: #f24124;
  -webkit-transition: background-color 400ms ease, border-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, transform 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 1rem;
  line-height: 1.333rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

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

.card_preview {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 3px 3px 15px -9px #000;
}

.textbig {
  font-size: 17px;
  line-height: 28px;
}

.textbig.text-grey {
  font-size: 1em;
}

.html-embed-2 {
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 15px solid #fff;
  border-radius: 10px;
}

.html-embed-2.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 20px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
  border-width: 15px;
  border-radius: 20px;
  background-color: #f5faff;
  box-shadow: 3px 3px 15px -9px #000;
}

.section-5 {
  position: relative;
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-5.haze {
  padding-top: 40px;
  background-color: #fff;
}

.section-5.haze.shadow {
  padding-top: 120px;
  box-shadow: 4px -4px 15px -10px #000;
}

.image-12 {
  margin-top: 40px;
}

.divider-2 {
  width: 88px;
  height: 3px;
  margin-top: 4px;
  margin-bottom: 21px;
  border-radius: 1.5px;
  background-color: #f24124;
}

.wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 140px;
  padding-left: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: left;
}

.wrapper.handwriting {
  display: block;
}

.text-label {
  display: inline-block;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #666;
  font-size: 4.209rem;
  line-height: 1em;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.main-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.main-grid.homepage.bottom-margin-20 {
  position: static;
  width: auto;
  height: auto;
  margin-bottom: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2em;
  -ms-grid-columns: 6em 6em 6em 6em 6em 6em 6em 6em;
  grid-template-columns: 6em 6em 6em 6em 6em 6em 6em 6em;
  grid-template-rows: repeat(auto-fit, 32em);
}

.heading-27 {
  margin-top: 0px;
  font-size: 2.369rem;
  line-height: 3.157rem;
}

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

.paragraph-9 {
  text-align: left;
}

.heading-28 {
  text-align: left;
}

.heading-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.button-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-elements2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 90%;
  min-height: 640px;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.05;
}

.bg-element-1 {
  position: absolute;
  left: -30.7vh;
  top: auto;
  right: auto;
  bottom: -19vh;
  width: 70vh;
  height: 70vh;
  margin: auto;
  border-radius: 10vh;
  background-image: url('../images/256x256_logo.png'), linear-gradient(118deg, #fff, #fff, hsla(0, 0%, 100%, 0));
  background-position: 50% 50%, 0px 0px;
  background-size: 80%, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bg-element-2 {
  position: absolute;
  left: auto;
  top: 0vh;
  right: -14.9vh;
  bottom: auto;
  width: 22vh;
  height: 22vh;
  border-radius: 5vh;
  background-image: url('../images/256x256_logo.png'), linear-gradient(163deg, #fff, #fff, hsla(0, 0%, 100%, 0));
  background-position: 50% 50%, 0px 0px;
  background-size: 80%, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.bg-element-3 {
  position: absolute;
  left: 40%;
  top: 8vh;
  width: 22vh;
  height: 22vh;
  border-radius: 50%;
  background-image: url('../images/256x256_logo.png'), linear-gradient(135deg, #fff, #fff, hsla(0, 0%, 100%, 0));
  background-position: 50% 50%, 0px 0px;
  background-size: 80%, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.bg-element-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 22.4vh;
  bottom: 7.7vh;
  width: 16vh;
  height: 16vh;
  border-radius: 4vh;
  background-image: url('../images/256x256_logo.png'), linear-gradient(159deg, #fff, #fff, hsla(0, 0%, 100%, 0));
  background-position: 50% 50%, 0px 0px;
  background-size: 80%, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.bg-elements {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 90%;
  min-height: 640px;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.05;
}

.testimonials-slider {
  background-color: transparent;
}

.testimonials-heading {
  margin-bottom: 60px;
  color: #fff;
  font-size: 50px;
  text-align: center;
}

.testimonialcontent {
  padding-right: 100px;
  padding-left: 100px;
  font-family: Inconsolata, monospace;
  color: #f5faff;
  font-style: italic;
  text-align: center;
}

.testimonialuser {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.quoteblock {
  margin-bottom: 40px;
}

.testimonialcredit {
  text-align: center;
}

.testimoniallogo {
  padding: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #f24124;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.28);
}

.testimoniallogo.dark {
  padding: 0px;
  background-color: #000;
}

.testimoniallogo.xpad {
  padding: 9px;
}

.slide-nav {
  position: relative;
}

.quote {
  position: absolute;
  left: 0%;
  top: -6%;
  right: auto;
  bottom: 0%;
}

.raquo {
  position: absolute;
  left: auto;
  top: -19%;
  right: 0%;
  bottom: auto;
}

.collection-list-wrapper-6 {
  position: relative;
  z-index: 10;
}

.guidep {
  margin-bottom: 40px;
}

.caption {
  font-style: italic;
  text-align: center;
}

.section-6 {
  margin-top: 40px;
}

.section-7 {
  margin-top: 40px;
}

@media screen and (min-width: 1440px) {
  .wrapper {
    display: block;
  }

  .main-grid.homepage {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 1920px) {
  .divider.product.grid {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .about-the-author-wrapper {
    display: block;
  }

  .about-the-author-wrapper.grid {
    margin-right: 40px;
    padding-top: 0px;
  }

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

  .card_preview {
    max-height: 100%;
  }

  .html-embed-2 {
    display: block;
    font-size: 23px;
    line-height: 30px;
    font-style: normal;
  }

  .wrapper.handwriting {
    max-width: 1800px;
  }

  .main-grid {
    margin-bottom: 40px;
  }

  .main-grid.homepage.bottom-margin-20 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-template-columns: repeat(auto-fit, 5em);
  }

  .heading-27 {
    font-size: 2.369rem;
    line-height: 3.157rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 35px;
  }

  .styleguide-sidebar {
    display: none;
  }

  .container-default.checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-default.testimonials {
    max-width: 98%;
    background-position: 100% 18%, 0% 10%;
    background-size: auto 90px, auto 90px;
  }

  .styleguide-content {
    margin-left: 0px;
  }

  .styleguide-seccion {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .styleguide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .styleguide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .styleguide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header-navigation {
    margin-top: 0px;
    margin-right: 24px;
    margin-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-item-wrapper {
    width: 100%;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
  }

  .nav-item-wrapper.search-mobile {
    display: block;
    padding-top: 0px;
  }

  .nav-link {
    font-size: 20px;
  }

  .menu-button {
    z-index: 100;
    width: 52px;
    height: 52px;
    min-width: 52px;
    padding: 0px;
    border-radius: 15px;
    background-color: #f24124;
    color: #fff;
    font-size: 30px;
  }

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

  .nav-menu {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 36px;
    border-style: solid;
    border-width: 1px;
    border-color: #fbfcff;
    background-color: #fff;
  }

  .footer {
    padding: 80px 20px 70px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.home-hero {
    overflow: hidden;
    height: 100%;
    max-height: 800px;
    padding-top: 60px;
    padding-bottom: 80px;
  }

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

  .section.cta-v1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section.cta-v1.business-page {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.latest-products {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .section.articles-section.dark {
    padding-right: 40px;
    padding-left: 40px;
  }

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

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

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

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

  .section.products-by-author {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.blog-featured {
    padding-top: 60px;
  }

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

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

  .section.contact {
    padding-top: 80px;
  }

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

  .section.achievements {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.team-section {
    padding-top: 60px;
  }

  .section.team-section.light.merge-blue {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.team-section.light.business-page {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.join-us.business-page {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section.about-testimonial {
    padding-top: 100px;
  }

  .section.about-testimonial.business-page {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.product {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .section.blog-category {
    padding-bottom: 60px;
  }

  .section.articles-by-author {
    padding-top: 60px;
    padding-bottom: 80px;
  }

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

  .section.business {
    padding: 0px 20px 100px;
  }

  .section.gift {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.api-section {
    padding-top: 60px;
  }

  .divider.footer-links {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider.join-features {
    display: block;
    height: auto;
    min-height: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    background-color: #26395c;
  }

  .divider.product.grid {
    margin-bottom: 40px;
  }

  .utility-page-wrap._404 {
    height: 580px;
  }

  ._404-title {
    font-size: 330px;
  }

  .split-content.home-hero-left {
    width: 80%;
    max-width: 473px;
    margin-right: 0px;
    margin-bottom: 80px;
  }

  .split-content.home-hero-right {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }

  .split-content.cta-v1-left {
    max-width: 58%;
    margin-right: 40px;
  }

  .split-content.cta-v1-right {
    margin-top: 41px;
    margin-right: -194px;
  }

  .split-content.hero-shop-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.cta-v2-left {
    margin-right: 0px;
  }

  .split-content.shop-author-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.contact-left {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.about-hero-left {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.about-hero-left.bottom {
    margin-top: 20px;
  }

  .split-content.about-testimonial-left {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.product-content {
    max-width: 60%;
  }

  .split-content.product-content.grid {
    margin-right: 0px;
  }

  .split-content.category-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.cta-v3-left {
    margin-right: 0px;
  }

  .home-hero-wrapper {
    height: 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;
  }

  .paragraph.about-the-author-paragraph {
    max-width: 332px;
  }

  .hero-images-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hero-images-wrapper.center {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-images-wrapper.last {
    display: none;
  }

  .image.home-hero {
    width: 700px;
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .image.cta-v1 {
    max-width: 80%;
  }

  .image.trending-category {
    max-height: 100px;
  }

  .image.our-story-1 {
    margin-bottom: 60px;
  }

  .image.achievement {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }

  .image.product-more-images {
    max-height: 150px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .image.about-hero {
    max-width: 100%;
    margin-right: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .image.about-hero.bottom {
    margin-right: 0px;
    margin-left: 0px;
  }

  .cart-quantity {
    margin-left: 5px;
  }

  .cart {
    margin-left: 10px;
  }

  .header-search {
    width: 325px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .header-search.mobile {
    width: 100%;
  }

  .header-search-input.mobile {
    max-width: none;
    min-width: auto;
  }

  .search.home-hero {
    width: 100%;
  }

  .search-button.right {
    display: none;
    width: 100%;
    max-width: 473px;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .top-content.popular-products-section {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
  }

  .top-content.latest-products-section {
    max-width: 740px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .top-content.blog-post-latest-articles {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
  }

  .top-content.purchase-product-option-content {
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .top-content.about-the-author-top-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-content.blog-category {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cta-v1-wrapper {
    max-height: 300px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title.trending-category-title {
    font-size: 19px;
  }

  .title.shop-author {
    margin-bottom: 6px;
  }

  .title.latest-articles {
    margin-bottom: 20px;
  }

  .title.about-the-product {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .title.product-specs-title.text-center {
    text-align: left;
  }

  .title.more-products-by-author {
    font-size: 14px;
  }

  .title.dropdown {
    display: none;
  }

  .cta-v1-images-wrapper.last {
    margin-left: -27px;
  }

  .image-wrapper.trending-category {
    margin-bottom: 20px;
    border-radius: 32px;
  }

  .image-wrapper.shop-author-social-media {
    margin-right: 12px;
    margin-left: 0px;
  }

  .image-wrapper.blog-article-featured {
    max-width: none;
    min-width: auto;
  }

  .image-wrapper.product-more-images {
    max-height: 150px;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-wrapper.item-in-order {
    margin-bottom: 10px;
  }

  .image-wrapper.join-feature {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .popular-products-section-grid {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .badge.top-author {
    margin-top: 4px;
  }

  .badge.more-products-by-author {
    font-size: 11px;
  }

  .badge.hot {
    margin-top: 0px;
    margin-left: 10px;
  }

  .latest-products-section-grid {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .articles-section-grid {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card.blog-article-featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.contact-form {
    max-width: none;
    -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;
  }

  .footer-menu-wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-main-content-wrapper {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .footer-join-wrapper {
    max-width: 100%;
  }

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

  .shop-categories-grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .category-wrapper {
    margin-bottom: 20px;
  }

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

  .cta-v2-wrapper {
    margin-top: 80px;
    -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;
  }

  .cta-v2-newsletter-form-block {
    max-width: 600px;
    margin-top: 40px;
  }

  .footer-join {
    max-width: 420px;
  }

  .shop-author-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-author-social-media-grid {
    max-width: none;
    margin-left: 146px;
  }

  .blog-article-featured-content {
    max-width: 566px;
    min-width: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-categories-grid {
    margin-bottom: 20px;
  }

  .blog-categories-grid.jumble {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .articles-grid {
    margin-right: auto;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rich-text figcaption {
    margin-bottom: 40px;
  }

  .rich-text h5 {
    margin-bottom: 10px;
  }

  .rich-text h6 {
    margin-bottom: 10px;
  }

  .rich-text blockquote {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .rich-text.about-product {
    max-width: 733px;
  }

  .latest-articles-section-grid {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .about-hero-wrapper {
    margin-bottom: 100px;
    -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;
  }

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

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

  .about-testimonial-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .testimonial-video-wrapper {
    max-width: 100%;
  }

  .sidebar-product-sticky {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -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;
  }

  .purchase-product-wrapper {
    height: auto;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .purchase-product-label {
    margin-right: 10px;
  }

  .purchase-product-price {
    font-size: 18px;
  }

  .product-specs {
    padding-right: 20px;
    padding-left: 20px;
  }

  .product-specs.center.business.grid.left {
    margin-right: 10px;
  }

  .product-specs.center.grid {
    margin-right: 10px;
  }

  .product-specs-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .product-specs-text {
    font-size: 16px;
  }

  .about-the-author-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-the-author-name-wrapper {
    margin-bottom: 10px;
  }

  .search-result-wrapper {
    margin-top: -90px;
  }

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

  .checkout-form {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .item-in-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .empty-state.cart {
    margin-left: 0px;
  }

  .icon-dropdown {
    font-size: 12px;
  }

  .drop-div {
    padding: 20px 30px 0px 0px;
    background-color: transparent;
  }

  .drop-div.last {
    width: 100%;
    padding-right: 20px;
    padding-left: 0px;
    background-color: transparent;
  }

  .drop-div.categories {
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .dropdown-list {
    box-shadow: none;
  }

  .dropdown-list.w--open {
    position: static;
    margin-top: 0px;
  }

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

  .drop-grid {
    grid-column-gap: 30px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .dropdown-grid {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .brand {
    z-index: 100;
  }

  .brand.w--current {
    z-index: 100;
  }

  .menu-button-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    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;
  }

  .menu-button-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 20px;
    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-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .menu-line-top {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #fff;
  }

  .menu-line-middle {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .menu-line-bottom {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .footer-menu-links-wrapper {
    max-width: 300px;
    margin-bottom: 60px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sidebar-product {
    max-width: 40%;
  }

  .sidebar-product.grid {
    width: auto;
    height: 100%;
    min-height: auto;
  }

  .about-author-top-content {
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .checkout-body {
    margin-right: 0px;
  }

  .business-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .feature-card {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .styleguide-seccion-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .business-top {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .business-header-typography {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

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

  .modal-wrapper {
    display: none;
  }

  .modal-video-container {
    width: 80%;
  }

  .product-specs-button-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;
  }

  .product-specs-bottom {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .product-grid {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .about-product {
    margin-right: 0px;
  }

  .cta-article-section {
    padding-right: 0px;
    padding-bottom: 0px;
  }

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

  .mobile-subheader {
    display: block;
  }

  .buttonsubheader {
    display: block;
    margin-top: 8px;
    font-size: 12px;
  }

  .button-header {
    font-size: 18px;
  }

  .paragraph-8 {
    display: block;
  }

  .shopmenu.home-hero {
    width: 100%;
  }

  .dropdown-container {
    width: auto;
    min-width: 60%;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cta-v3-wrapper {
    margin-top: 80px;
    -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;
  }

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

  .introupdate {
    padding-right: 8px;
    padding-left: 8px;
  }

  .introupdate.left {
    padding-left: 20px;
  }

  .introupdate.wide {
    max-width: 83.33%;
  }

  .card_preview {
    display: block;
  }

  .html-embed-2 {
    height: 100%;
  }

  .section-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .image-12 {
    display: none;
  }

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

  .text-label {
    font-size: 1rem;
  }

  .main-grid {
    display: -ms-grid;
    display: grid;
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .main-grid.homepage {
    grid-row-gap: 60px;
  }

  .main-grid.homepage.bottom-margin-20 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 1em;
    grid-template-columns: repeat(auto-fit, 3em);
    grid-template-rows: repeat(auto-fit, 35em);
  }

  .paragraph-9 {
    text-align: left;
  }

  .heading-28 {
    text-align: left;
  }

  .bg-elements2 {
    min-height: 420px;
  }

  .bg-element-1 {
    left: -27.9vw;
    width: 48vw;
    height: 48vw;
    border-radius: 8vw;
  }

  .bg-element-2 {
    right: -13.9vw;
    width: 20vw;
    height: 20vw;
    border-radius: 4vw;
  }

  .bg-element-3 {
    width: 16vw;
    height: 16vw;
  }

  .bg-element-4 {
    right: 13.1vw;
    width: 14vw;
    height: 14vw;
    border-radius: 3vw;
  }

  .bg-elements {
    min-height: 420px;
  }

  .testimonials-heading {
    margin-bottom: 100px;
  }
}

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

  h2 {
    font-size: 27px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 15px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 60px 40px;
    font-size: 20px;
  }

  .container-default.testimonials {
    background-size: auto 50px, auto 50px;
  }

  .styleguide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .styleguide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

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

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

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

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph-large.color-white {
    text-align: center;
  }

  .styleguide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .styleguide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    width: 47px;
    height: 47px;
    min-width: 47px;
  }

  .nav-menu {
    padding-top: 110px;
  }

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

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.home-hero {
    padding: 40px 20px 60px;
  }

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

  .section.latest-products {
    padding-bottom: 80px;
  }

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

  .section.shop-author {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.products-by-author {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section.blog-featured {
    padding-top: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fbfcff), color-stop(0, #fff));
    background-image: linear-gradient(180deg, #fbfcff 50%, #fff 0);
  }

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

  .section.blog-post {
    padding-top: 40px;
  }

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

  .section.about {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section.achievements {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section.about-testimonial {
    padding-top: 80px;
  }

  .section.product {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section.blog-category {
    padding-bottom: 40px;
  }

  .section.articles-by-author {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section.team-member {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.business {
    padding-top: 0px;
    padding-bottom: 80px;
  }

  .section.gift {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .divider.article {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .divider.join-features {
    display: none;
    margin-right: 40px;
    margin-left: 40px;
  }

  .divider.product {
    margin-top: 40px;
  }

  .divider.product.grid {
    margin-bottom: 0px;
  }

  .utility-page-wrap {
    height: 800px;
  }

  .utility-page-content-password {
    padding-right: 32px;
    padding-left: 32px;
  }

  .input.newsletter.home {
    margin-bottom: 0px;
  }

  ._404-title {
    font-size: 250px;
  }

  .split-content.home-hero-left {
    width: 100%;
    max-width: none;
    margin-bottom: 60px;
  }

  .split-content.home-hero-right {
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }

  .split-content.cta-v1-left {
    max-width: 550px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    text-align: center;
  }

  .split-content.cta-v1-left.business {
    margin-bottom: 0px;
    background-image: url('../images/output-onlinegiftools.gif');
    background-position: 140% 120%;
    background-size: 65%;
    background-repeat: no-repeat;
  }

  .split-content.cta-v1-left.business.home {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .split-content.cta-v1-right {
    max-width: 560px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .split-content.cta-v1-right.tutorials {
    margin-top: 20px;
  }

  .split-content.popular-product-section-about-left {
    margin-right: 10px;
  }

  .split-content.shop-author-left {
    max-width: 600px;
  }

  .split-content.shop-author-about-left {
    margin-bottom: 20px;
  }

  .split-content.about-article-right {
    -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;
  }

  .split-content.contact-left {
    margin-bottom: 40px;
  }

  .split-content.about-hero-left {
    margin-bottom: 40px;
  }

  .split-content.our-story-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .split-content.our-story-right {
    max-width: none;
  }

  .split-content.join-features-left {
    margin-right: 20px;
  }

  .split-content.product-content {
    max-width: 100%;
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.product-content.grid {
    margin-right: 0px;
  }

  .split-content.category-left {
    margin-bottom: 0px;
  }

  .paragraph.contact-email {
    margin-bottom: 20px;
  }

  .paragraph.achievement {
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.about-testimonial {
    margin-bottom: 20px;
  }

  .paragraph.about-the-author-paragraph {
    max-width: 450px;
  }

  .paragraph.card-article {
    max-width: 384px;
  }

  .image.cta-v1 {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 473px;
    margin-bottom: 20px;
    border-radius: 14px;
  }

  .image.cta-v1.last {
    margin-bottom: 0px;
  }

  .image.latest-product-author {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }

  .image.article-main-image {
    margin-bottom: 20px;
    border-radius: 22px;
  }

  .image.our-story-1 {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .image.achievement {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }

  .image.product-more-images {
    max-width: none;
  }

  .image.team-member {
    margin-bottom: 20px;
  }

  .image.pricing-section {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
  }

  .cart-quantity {
    padding-top: 2px;
  }

  .header-search {
    display: none;
  }

  .header-search.mobile {
    display: block;
  }

  .search.home-hero {
    width: 90%;
  }

  .search.hero-shop {
    display: none;
  }

  .search-button.right {
    width: 90%;
    text-align: center;
  }

  .top-content.blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.about-the-author-top-content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .top-content.blog-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cta-v1-wrapper {
    position: relative;
    max-height: 550px;
    -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;
  }

  .title.popular-product-section {
    font-size: 14px;
  }

  .title.latest-product {
    font-size: 14px;
  }

  .title.shop-author {
    margin-bottom: 8px;
  }

  .title.blog {
    margin-bottom: 20px;
  }

  .title.contact-email {
    margin-bottom: 10px;
  }

  .title.faq {
    margin-right: 10px;
  }

  .title.achievements {
    margin-bottom: 40px;
  }

  .title.achievement {
    font-size: 33px;
  }

  .title.team-section {
    margin-bottom: 40px;
  }

  .title.join-feature {
    margin-bottom: 10px;
  }

  .title.pricing-desc {
    margin-bottom: 40px;
  }

  .title.gift {
    margin-bottom: 40px;
  }

  .title.gift-brands {
    font-size: 60px;
  }

  .title.automated-content {
    margin-bottom: 40px;
  }

  .newsletter-form-wrapper.mobile {
    position: static;
  }

  .newsletter-submit-button.mobile-modal-submit {
    z-index: 9999;
  }

  .cta-v1-images-wrapper {
    width: 100%;
  }

  .cta-v1-images-wrapper.last {
    margin-top: -20px;
    margin-left: 20px;
  }

  .newsletter-form-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .newsletter-form-block.mobile {
    display: block;
  }

  .newsletter-form-block.home {
    margin-bottom: 20px;
  }

  .container-medium-568px.articles-section {
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-568px.text-center {
    margin-left: 0px;
    text-align: left;
  }

  .trending-categories-grid {
    justify-items: start;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-wrapper.popular-product-section {
    border-radius: 24px;
  }

  .image-wrapper.contact {
    margin-right: 40px;
    margin-bottom: 0px;
  }

  .image-wrapper.product-main-image {
    margin-bottom: 20px;
  }

  .image-wrapper.more-products-by-author {
    max-width: 145px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .image-wrapper.cta-v2-icon {
    margin-bottom: 15px;
  }

  .image-wrapper.achievement {
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-bottom: 20px;
  }

  .badge.popular-product-section-price {
    padding: 5px 9px;
    font-size: 13px;
  }

  .badge.top-author {
    margin-top: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .badge.changelog {
    margin-bottom: 10px;
  }

  .popular-product-section-author-wrapper {
    font-size: 14px;
  }

  .latest-products-section-grid {
    grid-row-gap: 40px;
  }

  .articles-section-grid {
    margin-left: 0px;
  }

  .card.blog-article-featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.contact-form {
    padding: 60px 40px 50px;
  }

  .card.achievement {
    padding: 30px 20px 40px;
  }

  .card.gift {
    padding: 30px 20px 40px;
  }

  .footer-links-wrapper {
    margin-right: 20px;
  }

  .space.faq {
    height: 20px;
  }

  .shop-categories-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shop-products-grid {
    grid-row-gap: 40px;
  }

  .cta-v2-wrapper {
    margin-top: 60px;
    padding: 60px 40px;
    background-image: url('../images/output-onlinegiftools.gif'), url('../images/wave-cta-v2-02-market-template.svg'), url('../images/wave-cta-v2-01-market-template.svg');
    background-position: 50% 150%, 50% 100%, 50% 100%;
    background-size: auto 60%, 100%, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }

  .shop-author-top-content {
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shop-author-social-media-grid {
    max-width: 80%;
  }

  .blog-article-featured-content {
    min-width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .blog-categories-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .articles-grid {
    margin-left: 0px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .rich-text h2 {
    margin-bottom: 18px;
  }

  .rich-text p {
    margin-bottom: 28px;
  }

  .rich-text h3 {
    margin-bottom: 18px;
  }

  .rich-text img {
    margin-top: 22px;
    margin-bottom: 20px;
    border-radius: 22px;
  }

  .rich-text figcaption {
    margin-bottom: 30px;
  }

  .rich-text ul {
    margin-bottom: 30px;
    padding-left: 20px;
  }

  .rich-text li {
    margin-bottom: 10px;
  }

  .rich-text h4 {
    margin-bottom: 14px;
  }

  .rich-text ol {
    margin-bottom: 30px;
    padding-left: 20px;
  }

  .article-date-wrapper {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .contact-grid {
    margin-left: 0px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .contact-us-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }

  .faqs-grid {
    grid-row-gap: 20px;
  }

  .contact-us-content {
    max-width: 320px;
  }

  .about-hero-wrapper {
    margin-bottom: 80px;
  }

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

  .our-story-content-wrapper-2 {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .achievements-grid {
    grid-row-gap: 30px;
  }

  .team-member-section-grid {
    margin-bottom: 60px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .join-features-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .join-feature-wrapper {
    margin-bottom: 60px;
  }

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

  .breadcrumb-wrapper {
    margin-bottom: 10px;
  }

  .purchase-product-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .product-specs {
    padding-right: 40px;
    padding-left: 40px;
  }

  .product-specs.center {
    display: none;
  }

  .product-specs.center.mobile-cta {
    display: none;
  }

  .product-specs.center.business {
    display: block;
  }

  .product-specs.center.business.grid.left {
    margin-right: 0px;
  }

  .product-specs.center.grid {
    margin-right: 0px;
  }

  .product-specs-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .icon-product-specs {
    margin-right: 20px;
  }

  .about-the-author-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .more-product-by-author-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;
  }

  .more-product-by-author-grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 4vw;
    grid-row-gap: 17px;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .blog-category-title {
    margin-bottom: 20px;
  }

  .search-result-wrapper {
    margin-top: -50px;
  }

  .changelog-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .checkout-form {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .cart-container {
    max-width: 490px;
  }

  .drop-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-menu-links-wrapper {
    max-width: 470px;
  }

  .sidebar-product {
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .team-member-top-content {
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-member-social-media-grid {
    margin-right: 20px;
    margin-left: 20px;
  }

  .testimonial-video-button-wrapper {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }

  .button-play-icon {
    margin-left: 2px;
    font-size: 34px;
  }

  .business-header {
    padding-right: 32px;
    padding-left: 32px;
  }

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

  .feature-card {
    padding-right: 32px;
    padding-left: 32px;
  }

  .business-top {
    padding-right: 32px;
    padding-left: 32px;
  }

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

  .gift-grid {
    grid-row-gap: 30px;
  }

  .giftcards-section {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .div-block-2 {
    max-width: 90%;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }

  .automated-content {
    grid-row-gap: 30px;
  }

  .automated-content-grid {
    grid-row-gap: 30px;
  }

  .modal-wrapper {
    display: none;
  }

  .modal-wrapper.mobile {
    display: none;
  }

  .modal-video-container {
    width: 80%;
  }

  .modal-video-container.mobile {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    background-color: #f5faff;
  }

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

  .product-specs-bottom {
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .about-product {
    margin-right: 0px;
  }

  .cta-article-section.large {
    display: none;
  }

  .cta-article-section.mobile {
    display: block;
  }

  .image-4 {
    width: 100%;
  }

  .heading-5 {
    margin-top: 20px;
    text-align: center;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .mobile-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .mobile-submit-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
  }

  .html-embed {
    display: block;
  }

  .mobile-modal {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9995;
    display: none;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 10px;
    background-color: #f5faff;
  }

  .button {
    position: absolute;
    right: 8.5px;
  }

  .mobile-signup-form {
    display: block;
  }

  .div-block-4 {
    position: relative;
    z-index: 9996;
    margin-top: 140px;
  }

  .div-block-5 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 8000;
    display: none;
    background-color: #f5faff;
  }

  .heading-6 {
    position: relative;
    z-index: 9997;
  }

  .div-block-6 {
    -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;
  }

  .paragraph-8 {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #fbfcff;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
  }

  .paragraph-8.dark {
    display: block;
    margin-bottom: 100px;
    color: #26395c;
    text-align: left;
  }

  .shopmenu.home-hero {
    width: 90%;
  }

  .dropdown-container {
    width: 90%;
    max-width: none;
    min-width: auto;
  }

  .dropdown-container.products {
    display: block;
  }

  .collection-list-wrapper-2 {
    display: none;
  }

  .collection-list-wrapper-4 {
    display: none;
  }

  .cta-v3-wrapper {
    margin-top: 60px;
    padding: 60px 40px 40px;
    background-image: url('../images/output-onlinegiftools.gif'), url('../images/wave-cta-v2-02-market-template.svg'), url('../images/wave-cta-v2-01-market-template.svg');
    background-position: 176% 100%, 50% 100%, 50% 100%;
    background-size: auto 60%, 100%, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }

  .collection-item-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-list-homepage.w--open {
    width: 101%;
    margin-right: 0px;
    margin-left: -2px;
  }

  .business-features-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .html-embed-2 {
    height: 100%;
  }

  .section-5 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .main-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .main-grid.homepage {
    margin-right: 60px;
    margin-left: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-grid.homepage.bottom-margin-20 {
    margin-right: 0px;
    margin-left: 0px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .bg-element-4 {
    width: 16vw;
    height: 16vw;
    border-radius: 4vw;
  }

  .testimonialcontent {
    font-family: Caveat, sans-serif;
    font-size: 30px;
  }

  .quote {
    left: -10%;
    display: none;
  }

  .raquo {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  label {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 40px 20px;
    font-size: 18px;
  }

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

  .container-default.testimonials {
    position: relative;
    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;
    background-image: none;
  }

  .container-medium {
    padding-right: 16px;
    padding-left: 16px;
  }

  .styleguide-seccion {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .styleguide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

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

  .paragraph-large.color-white {
    font-size: 18px;
    line-height: 1.5rem;
    text-align: center;
  }

  .styleguide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .styleguide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

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

  .button-primary.submit {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-primary.cart-checkout {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header-navigation {
    margin-right: 16px;
    margin-left: 16px;
  }

  .nav-item-wrapper {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .nav-link {
    font-size: 18px;
  }

  .menu-button {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background-color: #f24124;
    font-size: 26px;
  }

  .nav-menu {
    padding-top: 100px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer-logo-container {
    margin-bottom: 20px;
  }

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

  .section.home-hero {
    max-height: none;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .section.cta-v1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.cta-v1.home {
    height: 50em;
  }

  .section.latest-products {
    padding-bottom: 60px;
  }

  .section.articles-section.dark.testimonials {
    padding-right: 10px;
    padding-left: 10px;
    background-image: url('../images/lquo500.png');
    background-position: -5% 0%;
    background-size: 100px;
    background-repeat: no-repeat;
  }

  .section.hero-shop {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.shop-author {
    padding-top: 30px;
  }

  .section.blog-featured {
    padding-top: 30px;
  }

  .section.blog-post {
    padding-top: 30px;
  }

  .section.contact {
    padding-top: 30px;
  }

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

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

  .section.about-testimonial {
    padding-top: 60px;
  }

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

  .section.team-member {
    padding-top: 30px;
  }

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

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

  .divider.footer-links {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .divider.article {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .divider.join-features {
    width: 100%;
    min-height: 2px;
    margin: 30px 0px;
  }

  .divider.product {
    margin-top: 30px;
    margin-bottom: 37px;
  }

  .utility-page-wrap {
    height: 700px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .utility-page-wrap._404 {
    height: 480px;
  }

  .utility-page-content-password {
    padding: 56px 20px;
  }

  .input.newsletter {
    margin-bottom: 20px;
  }

  .input.newsletter.home {
    margin-bottom: 20px;
  }

  .input.cta-v2-newsletter {
    margin-bottom: 10px;
  }

  ._404-title {
    font-size: 200px;
    line-height: 120px;
  }

  .container-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .split-content.header-left {
    width: 50%;
  }

  .split-content.home-hero-left {
    margin-bottom: 40px;
  }

  .split-content.home-hero-right {
    height: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .split-content.cta-v1-left {
    margin-bottom: 40px;
  }

  .split-content.cta-v1-left.business {
    background-image: none;
  }

  .split-content.hero-shop-left {
    margin-bottom: 30px;
  }

  .split-content.shop-author-left {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.shop-author-about-left {
    margin-bottom: 10px;
  }

  .split-content.about-article-left {
    margin-right: 40px;
    margin-bottom: 10px;
    -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;
  }

  .split-content.about-article-right {
    margin-bottom: 10px;
  }

  .split-content.about-hero-left {
    margin-bottom: 30px;
  }

  .split-content.our-story-left {
    margin-bottom: 80px;
  }

  .split-content.join-features-left {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .split-content.about-testimonial-left {
    margin-bottom: 40px;
  }

  .split-content.product-content {
    margin-bottom: 30px;
  }

  .split-content.product-content.grid {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .split-content.category-left {
    margin-bottom: 0px;
  }

  .split-content.search-results-hero-right {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .paragraph.home-hero {
    margin-bottom: 20px;
  }

  .paragraph.join-footer {
    margin-bottom: 20px;
  }

  .paragraph.faqs {
    margin-bottom: 40px;
  }

  .paragraph.about-testimonial {
    margin-bottom: 40px;
  }

  .paragraph.purchase-product {
    margin-bottom: 30px;
  }

  .paragraph.about-the-author-paragraph {
    max-width: 100%;
  }

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

  .hero-images-wrapper.center {
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image.home-hero {
    max-width: 30%;
    margin-right: 10px;
    border-radius: 10px;
  }

  .image.home-hero.last {
    margin-right: 0px;
  }

  .image.cta-v1 {
    width: 100%;
    max-height: none;
    max-width: none;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    border-radius: 10px;
  }

  .image.shop-author {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .image.article-main-image {
    border-radius: 18px;
  }

  .image.contact {
    width: 47px;
    height: 47px;
    min-width: 47px;
  }

  .image.our-story-1 {
    margin-top: 20px;
    border-radius: 17px;
  }

  .image.our-story-2 {
    border-radius: 18px;
  }

  .image.achievement {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .image.join-feature {
    max-height: 68px;
    max-width: 60px;
  }

  .image.testimonial {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .image.product-more-images {
    max-height: 75px;
  }

  .image.team-member {
    margin-bottom: 10px;
  }

  .image.pricing-section {
    max-width: none;
  }

  .cart-quantity {
    height: 21px;
    min-width: 21px;
    padding-top: 0px;
    font-size: 13px;
  }

  .search-input {
    margin-bottom: 10px;
  }

  .search.home-hero {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search.hero-shop {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .search-button {
    position: static;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .search-button.right {
    width: 100%;
    max-width: 473px;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
  }

  .top-content.popular-products-section {
    -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;
  }

  .top-content.latest-products-section {
    -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;
  }

  .top-content.blog {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content.blog-post-latest-articles {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-content.about-the-author-top-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-content.blog-category {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .title.cta-v1 {
    margin-bottom: 20px;
    text-align: center;
  }

  .title.trending-category-title {
    font-size: 16px;
  }

  .title.popular-products-section {
    margin-bottom: 20px;
  }

  .title.latest-products-section {
    margin-bottom: 20px;
  }

  .title.latest-articles {
    display: none;
  }

  .title.blog-post-latest-articles {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .title.contact {
    margin-bottom: 10px;
  }

  .title.achievements {
    margin-bottom: 20px;
  }

  .title.achievement {
    font-size: 28px;
  }

  .title.team-section {
    margin-bottom: 20px;
  }

  .title.team-name-section {
    margin-bottom: 10px;
  }

  .title.about-the-product {
    margin-bottom: 10px;
  }

  .title.purchase-product {
    margin-bottom: 10px;
  }

  .title.product-specs-title {
    margin-bottom: 20px;
  }

  .title.more-products-by-author {
    margin-bottom: 4px;
  }

  .title.pricing-desc {
    margin-bottom: 20px;
  }

  .title.gift {
    margin-bottom: 20px;
  }

  .title.gift-brands {
    font-size: 50px;
  }

  .title.automated-content {
    margin-bottom: 20px;
  }

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

  .newsletter-submit-button {
    position: static;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .newsletter-submit-button.home {
    margin-bottom: 0px;
  }

  .cta-v1-images-wrapper.last {
    margin-top: 0px;
    margin-left: 10px;
  }

  .newsletter-form-block {
    display: block;
  }

  .container-medium-568px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .explore-ecommerce-link {
    margin-bottom: 10px;
  }

  .cart-icon {
    width: 21px;
    height: 21px;
  }

  .trending-categories-grid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }

  .image-wrapper.trending-category {
    margin-bottom: 10px;
    border-radius: 20px;
  }

  .image-wrapper.blog-author {
    width: 58px;
    height: 58px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .image-wrapper.contact {
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image-wrapper.team-section {
    margin-bottom: 10px;
  }

  .image-wrapper.product-main-image {
    margin-bottom: 10px;
    border-radius: 20px;
  }

  .image-wrapper.product-more-images {
    border-radius: 8px;
  }

  .image-wrapper.more-products-by-author {
    max-width: 45%;
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .image-wrapper.item-cart {
    margin-bottom: 10px;
  }

  .image-wrapper.achievement {
    width: 83px;
    height: 83px;
    min-width: 83px;
    margin-bottom: 10px;
  }

  .image-wrapper.join-feature {
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-bottom: 10px;
  }

  .image-wrapper.pricing {
    margin-bottom: 10px;
  }

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

  .badge.card-article-category {
    left: 10px;
    top: 10px;
  }

  .badge.top-author {
    padding: 8px 10px;
    font-size: 12px;
  }

  .badge.blog-article-featured {
    margin-bottom: 10px;
  }

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

  .articles-section-grid {
    grid-row-gap: 40px;
  }

  .card.article {
    border-radius: 15px;
  }

  .card.contact-form {
    padding: 50px 20px 40px;
  }

  .card.checkout {
    margin-bottom: 30px;
  }

  .card-article-content {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

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

  .footer-main-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 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;
  }

  .footer-small-print {
    text-align: center;
  }

  .footer-social-media-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-links-wrapper {
    margin-right: 10px;
    margin-bottom: 30px;
  }

  .footer-links-wrapper.last {
    margin-right: 0px;
    margin-bottom: 0px;
  }

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

  .footer-list-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .footer-join-wrapper {
    padding: 30px 20px 40px;
  }

  .shop-categories-grid {
    display: -ms-grid;
    display: grid;
    margin-bottom: 30px;
    grid-auto-columns: 1fr;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .category-wrapper {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .category-wrapper.w--current {
    background-color: #969daa;
  }

  .category-wrapper.all {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .category-wrapper.all.w--current {
    margin-right: 0px;
    margin-bottom: 15px;
  }

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

  .cta-v2-wrapper {
    padding: 40px 20px;
    border-radius: 18px;
    background-position: 50% 140%, 50% 100%, 50% 100%;
    background-size: auto 50%, 100%, 100%;
  }

  .cta-v2-newsletter-form-block {
    margin-top: 30px;
  }

  .cta-v2-newsletter-form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-v2-newsletter-submit-button {
    position: static;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .shop-author-top-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shop-author-social-media-grid {
    max-width: 90%;
    margin-left: 0px;
  }

  .blog-article-featured-content {
    padding: 40px 20px 30px;
  }

  .blog-categories-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-row-gap: 15px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .blog-categories-grid.jumble {
    display: none;
  }

  .articles-grid {
    grid-row-gap: 28px;
  }

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

  .container-large-1020px {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .rich-text p {
    margin-bottom: 24px;
  }

  .rich-text img {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
  }

  .rich-text figcaption {
    margin-bottom: 20px;
  }

  .rich-text ul {
    margin-bottom: 20px;
  }

  .rich-text li {
    margin-bottom: 8px;
  }

  .rich-text ol {
    margin-bottom: 20px;
  }

  .rich-text blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .latest-articles-section-grid {
    grid-row-gap: 40px;
  }

  .container-medium-820px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .contact-wrapper {
    margin-bottom: 40px;
  }

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

  .contact-form-grid {
    grid-row-gap: 20px;
  }

  .contact-info-wrapper {
    margin-bottom: 15px;
  }

  .contact-us-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .faq-wrapper {
    padding: 30px 20px;
  }

  .contact-us-content {
    max-width: 280px;
  }

  .our-story-content-wrapper-2 {
    margin-bottom: 20px;
  }

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

  .team-member-section-grid {
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    grid-row-gap: 20px;
  }

  .flex-vc {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .team-job-section {
    font-size: 16px;
  }

  .join-features-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .join-feature-wrapper {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .testimonial-video-wrapper {
    border-radius: 18px;
  }

  .testimonial-video-button {
    font-size: 33px;
  }

  .product-more-images-grid {
    grid-column-gap: 16px;
  }

  .breadcrumb-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15px;
  }

  .purchase-product-wrapper {
    padding: 30px 20px 38px;
  }

  .product-specs {
    padding: 30px 20px;
  }

  .product-specs.center.business.grid {
    margin-right: 0px;
  }

  .icon-product-specs {
    margin-right: 10px;
  }

  .product-specs-text {
    font-size: 16px;
  }

  .about-the-author-wrapper {
    display: none;
    padding: 30px 20px;
  }

  .about-the-author-left-wrapper {
    margin-bottom: 10px;
  }

  .more-products-title-wrapper {
    margin-bottom: 20px;
  }

  .more-product-by-author-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .more-product-by-author-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .more-products-by-author-content {
    width: 100%;
  }

  .category-product-title-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .blog-category-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .search-result-wrapper {
    margin-top: -40px;
  }

  .container-medium-760px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .checkout-form {
    padding-right: 16px;
    padding-left: 16px;
  }

  .block-header {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .order-item {
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .cart-footer {
    padding-top: 22px;
  }

  .icon-dropdown {
    font-size: 10px;
  }

  .drop-div.last {
    width: auto;
    padding-top: 0px;
    padding-right: 10px;
  }

  .dropdown-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .footer-menu-links-wrapper {
    display: none;
    max-width: 350px;
    margin-bottom: 40px;
    -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;
    text-align: center;
  }

  .team-member-page-wrapper {
    margin-bottom: 30px;
  }

  .team-member-top-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-member-social-media-grid {
    max-width: 90%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .place-order-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .testimonial-video-button-wrapper {
    width: 110px;
    height: 110px;
    min-width: 110px;
  }

  .mg-top-24-mb {
    margin-top: 24px;
  }

  .business-header {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .feature-card {
    padding-right: 20px;
    padding-left: 20px;
  }

  .styleguide-seccion-copy {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .business-top {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-info.text-gray {
    margin-bottom: 40px;
  }

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

  .giftcards-section {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .section-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(hsla(0, 0%, 100%, 0))), url('../images/bg-wave-cta-01-market-template.svg'), url('../images/bg-wave-cta-02-market-template.svg'), url('../images/wave-cta-v2-02-market-template.svg');
    background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0)), url('../images/bg-wave-cta-01-market-template.svg'), url('../images/bg-wave-cta-02-market-template.svg'), url('../images/wave-cta-v2-02-market-template.svg');
    background-position: 0px 0px, 50% 100%, 50% 100%, 50% 100%;
    background-size: auto, 100%, 100%, 100%;
    background-repeat: repeat, no-repeat, no-repeat, no-repeat;
  }

  .heading-3 {
    color: #fff;
  }

  .automated-content {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .automated-content-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal-wrapper {
    display: none;
  }

  .modal-video-container {
    width: 80%;
  }

  .product-specs-bottom {
    padding: 30px 20px;
  }

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

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

  .mobile-submit-button {
    position: static;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mobile-modal {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
  }

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

  .dropdown-toggle {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-7 {
    margin-bottom: 0px;
    color: #fff;
  }

  .dropdown-2 {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px;
    background-color: #f24124;
    text-align: center;
  }

  .icon {
    color: #fff;
  }

  .paragraph-8 {
    color: #fbfcff;
    line-height: 1.2em;
    font-weight: 700;
  }

  .paragraph-8.dark {
    margin-bottom: 40px;
  }

  .shopmenu.home-hero {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .shopmenu.search-results {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown-container {
    width: 100%;
  }

  .dropdown-container.products {
    display: block;
    margin-bottom: 60px;
  }

  .dropdown-container.products.categories {
    margin-bottom: 0px;
  }

  .dropdown-4.cardshop.products {
    display: block;
  }

  .dropdown-list-2.w--open {
    width: 101%;
    margin-top: 18px;
    margin-left: -2px;
    background-color: #fff;
  }

  .heading-8 {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
  }

  .heading-9 {
    margin-right: 10px;
  }

  .collection-list-wrapper-3 {
    display: none;
  }

  .collection-list-wrapper-4 {
    display: none;
  }

  .cta-v3-wrapper {
    padding: 40px 20px;
    border-radius: 18px;
    background-image: url('../images/output-onlinegiftools.gif'), url('../images/wave-cta-v2-02-market-template.svg'), url('../images/wave-cta-v2-01-market-template.svg');
    background-position: 20% 80%, 50% 100%, 50% 100%;
    background-size: auto 50%, 100%, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }

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

  .collection-item-3 {
    width: 100%;
  }

  .dropdown-list-3 {
    background-color: transparent;
  }

  .dropdown-list-homepage.w--open {
    width: 101%;
    margin-top: 18px;
    margin-left: -2px;
    background-color: #fff;
  }

  .cta-header {
    font-size: 42px;
  }

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

  .introupdate.wide {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .card_preview {
    position: relative;
    left: 156px;
    overflow: hidden;
    max-height: 400px;
    max-width: none;
  }

  .textbig.text-grey {
    text-align: justify;
  }

  .html-embed-2 {
    height: 100%;
    margin-bottom: 0px;
  }

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

  .wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }

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

  .main-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .main-grid.homepage {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .main-grid.homepage.bottom-margin-20 {
    overflow: scroll;
  }

  .div-block-24 {
    overflow: hidden;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bg-element-1 {
    bottom: 8vh;
  }

  .bg-element-2 {
    top: 14.2vh;
    right: -16vw;
    width: 28vw;
    height: 28vw;
    border-radius: 6vw;
  }

  .bg-element-3 {
    left: 24%;
    width: 30vw;
    height: 30vw;
  }

  .bg-element-4 {
    width: 24vw;
    height: 24vw;
    border-radius: 6vw;
  }

  .testimonials-slider {
    position: relative;
  }

  .testimonialcontent {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 25px;
  }

  .testimonialcontainer {
    overflow: visible;
  }

  .testimonialcredit {
    float: none;
    clear: none;
  }

  .testimoniallogo {
    padding: 5px;
    clear: none;
    background-color: #fff;
  }

  .mask {
    overflow: visible;
  }

  .icon-3 {
    margin-top: 254px;
  }

  .icon-4 {
    margin-top: 254px;
  }

  .body {
    padding-right: 10px;
    padding-left: 10px;
  }
}

#writing.w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e7f-817247a6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e80-817247a6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e81-817247a6 {
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6acd124e-4e6c-8378-a49e-845699c7f2b0-bf7247b8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e3071ed6-80c5-641e-6e1c-89fcb1ecda2c-bf7247b8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ba702577-55d5-6277-d12a-a58a5467da68-bf7247b8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1ea7bc4c-4520-283f-44d6-12373bde0bd9-bf7247b8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3448ccda-1593-1d2a-b711-9818c5bebddf-bf7247b8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6bfb31d0-6644-687d-c2df-2184b20e45f5-bf7247b8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9980d08e-d153-b1ef-0583-96123a78b397-bf7247b8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_069c2121-fc55-e16a-3c7e-9a533b144b0b-bf7247b8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1e8e7e07-19d9-aa51-8800-fc8187f0b1d0-457247bc {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3aa3dde7-a89c-8f07-9615-594bfa5586f8-457247bc {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_04b2ffac-b49e-c82e-a71d-ac156beb467e-577247c1 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8d3c8b65-7c66-29da-000e-7b3ff1e14bd3-577247c1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
}

#w-node-b45f420c-33c5-ec3c-72a8-0f178a698301-577247c1 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b882c1f3-678a-3b8f-4171-68c3386601e8-577247c1 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_172a7133-1938-607f-142c-a98e7f24e6c8-577247c1 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-7c7247e9 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-7c7247e9 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-fbe57d4f-4d39-5f6a-f847-d8daf6e3c33d-7c7247e9 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-7c7247e9 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-7c7247e9 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-7c7247e9 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d1a14fff-dc53-66f3-0f43-11d3cde36ffd-d47247fc {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#writing.w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e7f-aee1387c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e80-aee1387c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e81-aee1387c {
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#writing.w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e7f-405d7b9c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e80-405d7b9c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e81-405d7b9c {
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #writing.w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e7f-817247a6 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e80-817247a6 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8d3c8b65-7c66-29da-000e-7b3ff1e14bd3-577247c1 {
    -ms-grid-row: span 4;
    grid-row-start: span 4;
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
  }

  #w-node-_0f176af9-9ba9-827d-b8de-3819eaf82cd6-577247c1 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #writing.w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e7f-aee1387c {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e80-aee1387c {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #writing.w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e7f-405d7b9c {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e80-405d7b9c {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 991px) {
  #writing.w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e7f-817247a6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e80-817247a6 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e81-817247a6 {
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_0526c649-6108-d833-2478-25957c82c9fe-ae2f46c5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_04b2ffac-b49e-c82e-a71d-ac156beb467e-577247c1 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_8d3c8b65-7c66-29da-000e-7b3ff1e14bd3-577247c1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-b45f420c-33c5-ec3c-72a8-0f178a698301-577247c1 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-b882c1f3-678a-3b8f-4171-68c3386601e8-577247c1 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }

  #w-node-_172a7133-1938-607f-142c-a98e7f24e6c8-577247c1 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }

  #writing.w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e7f-aee1387c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e80-aee1387c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e81-aee1387c {
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #writing.w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e7f-405d7b9c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e80-405d7b9c {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e81-405d7b9c {
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #writing.w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e7f-817247a6 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e80-817247a6 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_0526c649-6108-d833-2478-25957c82c9fe-ae2f46c5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_883a15b3-f2dd-5615-b19d-ddcfaae0beab-ae2f46c5 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4cf1e837-173c-d0c3-4f13-07f5699d3801-ae2f46c5 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1e8e7e07-19d9-aa51-8800-fc8187f0b1d0-457247bc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3aa3dde7-a89c-8f07-9615-594bfa5586f8-457247bc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_04b2ffac-b49e-c82e-a71d-ac156beb467e-577247c1 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8d3c8b65-7c66-29da-000e-7b3ff1e14bd3-577247c1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-b882c1f3-678a-3b8f-4171-68c3386601e8-577247c1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_172a7133-1938-607f-142c-a98e7f24e6c8-577247c1 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #writing.w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e7f-aee1387c {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e80-aee1387c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #writing.w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e7f-405d7b9c {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e80-405d7b9c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 479px) {
  #writing.w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e7f-817247a6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e80-817247a6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e81-817247a6 {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_34a9bbb3-6b01-f548-fa5c-221f57b9fdb3-ae2f46c5 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0526c649-6108-d833-2478-25957c82c9fe-ae2f46c5 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_883a15b3-f2dd-5615-b19d-ddcfaae0beab-ae2f46c5 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_4cf1e837-173c-d0c3-4f13-07f5699d3801-ae2f46c5 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_2285d689-7f14-f09d-f14c-8dfda18de7b3-aee1387c {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d2e75e76-13bc-4a19-84f5-1953ed53e00c-aee1387c {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-bc98876d-31f0-6a0d-03c8-b4cc6ea0d03a-aee1387c {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3ad18935-f509-2a6c-7435-f63dd21a62af-aee1387c {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #writing.w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e7f-aee1387c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e80-aee1387c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e81-aee1387c {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_2285d689-7f14-f09d-f14c-8dfda18de7b3-405d7b9c {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d2e75e76-13bc-4a19-84f5-1953ed53e00c-405d7b9c {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-bc98876d-31f0-6a0d-03c8-b4cc6ea0d03a-405d7b9c {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3ad18935-f509-2a6c-7435-f63dd21a62af-405d7b9c {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #writing.w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e7f-405d7b9c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e80-405d7b9c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_505f41b8-72c6-49d1-aebd-70f5e6c73e81-405d7b9c {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@font-face {
  font-family: 'Icons Market Template';
  src: url('../fonts/icons-market-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}