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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutemailinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0;
  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: 0;
  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: 0;
  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,
.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;
}

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus,
.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,
.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;
}

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus,
.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,
.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;
}

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus,
.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-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: 0;
  margin-bottom: 0;
  list-style-type: none;
}

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

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

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

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

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

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

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

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

@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: 0;
    -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,
  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardexpirationdate,
  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardsecuritycode,
  .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;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

.section {
  overflow: visible;
  min-height: 650px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: auto;
  padding-bottom: auto;
  background-color: #2DBDC5;
}

.heading {
  font-family: 'Vag rounded', sans-serif;
  color: #fff;
  font-size: 36px;
}

.paragraph {
  max-width: 470px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.body {
  padding-top: 0;
  padding-bottom: auto;
  background-color: #f0f0f0;
  box-shadow: 1px 1px 3px 0 #000;
}

/*.container {*/
/*  padding-top: 202px;*/
/*}*/

.button {
  min-height: 60px;
  min-width: 255px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-left: 60px;
  border-radius: 8px;
  background-color: #14D59E;
  font-size: 16px;
  font-weight: 700;
}

.heading-2 {
  margin-top: 10px;
  padding-bottom: 10px;
  font-family: 'Vag rounded', sans-serif;
  color: #2DBDC5;
  text-align: center;
}

.paragraph-2 {
  max-width: 735px;
  margin-top: 23px;
  margin-right: auto;
  margin-left: auto;
  padding-right: auto;
  padding-left: auto;
  color: #4d555a;
  font-size: 16px;
  text-align: left;
}

.container-2 {
  margin-top: 44px;
  padding-top: 80px;
}

.paragraph-6 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: auto;
  padding-bottom: 22px;
  padding-left: auto;
  color: #4d555a;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.image {
  padding-top: 100px;
}

.container-3 {
  position: relative;
  top: 146px;
  max-height: 80px;
  padding: 9px 10px 10px;
  border-style: none;
  border-width: 1px;
  border-color: #c8cfd3;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .16);
}

.text-field {
  max-width: 850px;
  min-height: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #c8cfd3;
  border-radius: 8px;
}

.submit-button {
  position: relative;
  left: 860px;
  top: -70px;
  min-height: 60px;
  min-width: 60px;
  border-radius: 8px;
  background-color: #14D59E;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-blue {
  color: #4d555a;
  font-weight: 700;
  text-align: center;
}

.section-3 {
  margin-bottom: -46px;
  padding-top: 20px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section-4 {
  min-height: 900px;
  background-color: #2DBDC5;
}

.paragraph-white {
  color: #007986;
  font-weight: 700;
  text-align: center;
}

.heading-2-white {
  margin-top: 10px;
  padding-bottom: 10px;
  font-family: 'Vag rounded', sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph-white-blue {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: auto;
  padding-bottom: 22px;
  padding-left: auto;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.paragraph-7 {
  padding-top: 93px;
  font-family: 'Vag rounded', sans-serif;
  color: #fff;
  font-size: 200px;
  text-align: center;
}

.paragraph-8 {
  margin-top: 118px;
  margin-bottom: 34px;
  color: #fec631;
  font-size: 55px;
  text-align: center;
}

.button-dark-blue {
  display: block;
  max-width: 255px;
  min-height: 60px;
  margin-top: 42px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  border-radius: 8px;
  color: #fff;
  background-color: #007986;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
.button-dark-blue:hover, .button-dark-blue:active {
  color: #fff;
}

.button-green {
  display: block;
  width: 400px;
  max-width: 90%;
  min-height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 42px auto 100px;
  border-radius: 8px;
  color: #fff;
  background-color: #14D59E;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  outline: none !important;
  border: 2px solid #14D59E;
}
.button-green:hover, .button-green:active {
  color: #fff;
  background-color: #14C895;
}
.button-green.button-white {
  border-color: #14d59e;
  background-color: #fff;
  color: #14d59e;
}
.no-margin-bottom {
  margin-bottom: 0;
}

.section-5 {
  max-height: 40px;
  min-height: 40px;
}

.container-4 {
  max-height: 40px;
  min-height: 40px;
}

.buy-seo-header {
  min-height: 250px;
  background-color: #2DBDC5;
}

.heading-white {
  margin-top: 0;
  font-family: 'Vag rounded', sans-serif;
  color: #fff;
}

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

.paragraph-10 {
  margin-bottom: 12px;
  color: #007986;
  font-weight: 700;
}

.paragraph-10.white {
  display: block;
  color: #fff;
}

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

.paragraph-10.center.font-size-16 {
  font-size: 16px;
}

.column-4 {
  margin-top: 215px;
}

.image-3 {
  max-width: 180%;
  margin-top: -89px;
}

.paragraph--white {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

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

.section-7 {
  min-height: 600px;
  margin-top: -140px;
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #f0f0f0;
}

.small-heading-dark-blue {
  margin: 0 15px 12px 15px;
  color: #007986;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.small-heading-dark-blue.gray {
  color: #4d555a;
}

.small-heading-dark-blue.left-align {
  text-align: left;
  margin-left: 0;
}

.heading-blue {
  margin: 0 15px 10px 15px;
  font-family: 'Vag rounded', sans-serif;
  color: #2DBDC5;
  text-align: center;
}

.paragraph-center {
  color: #4d555a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.grid {
  margin: 40px 20px 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-4 {
  background-color: #fff;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .16);
}

.small-heading {
  margin-bottom: 12px;
  color: #4d555a;
  font-weight: 700;
  text-align: left;
}

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

.paragraph-grey-left {
  color: #4d555a;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.paragraph-grey-left.bold {
  font-weight: 700;
}

.image-4 {
  max-width: 100%;
}

.div-block-5 {
  display: block;
  padding: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
}
@media (max-width: 479px) {
  .div-block-5 {
    margin-bottom: 10px;
  }
}

.section-8 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.div-block-6 {
  padding: 10px;
}

.image-5 {
  padding-top: 10px;
}

.image-6 {
  padding-top: 10px;
}

.image-7 {
  padding-top: 10px;
}

.section-9 {
  min-height: 600px;
  padding-top: 220px;
  padding-bottom: 100px;
  background-color: #2DBDC5;
}

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

.columns-7 {
  margin-top: 40px;
}

.button-green-left {
  display: block;
  max-width: 315px;
  min-height: 60px;
  margin-top: 42px;
  margin-bottom: 100px;
  padding-top: 20px;
  border-radius: 8px;
  background-color: #14D59E;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.section-10 {
  min-height: 600px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-10.light-grey {
  background-color: #f0f0f0;
}

.grid-2 {
  margin-top: 60px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  border: 1px none #000;
}

.div-block-7 {
  padding-top: 20px;
}

.div-block-8 {
  padding-top: 20px;
}

.div-block-9 {
  padding-top: 20px;
}

.fontawesome {
  margin-right: 0;
  margin-bottom: 0;
  float: right;
  color: #2DBDC5;
  font-size: 36px;
  text-align: center;
}

.fontawesome.grey {
  margin-right: 0;
  margin-bottom: 0;
  color: #c8cfd3;
}

.div-block-10 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-11 {
  min-width: 100%;
  padding-top: 20px;
}

.form {
  display: block;
  padding-top: 40px;
  padding-right: 10vw;
  padding-left: 10vw;
  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 auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.form input::placeholder {
  text-align: left;
}

.text-field-2 {
  border-radius: 8px;
}

.field-label {
  color: #4d555a;
}

.image-9 {
  position: relative;
  max-height: 662px;
  max-width: none;
  min-height: 300px;
  margin-left: -120px;
}

.div-block-12 {
  float: left;
  width: 32.8%;
  margin-right: 0.8%;
  min-height: 60px;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #fff;
  color: #f0f0f0;
}
@media (max-width: 479px) {
  .div-block-12 {
    min-height: 52px;
    padding-top: 6px;
  }
}

.div-block-12.blue {
  background-color: #007986;
}

.div-block-12.green {
  background-color: #14D59E;
  margin-right: 0;
}

.tab-tags {
  color: #4d555a;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 479px) {
  p.tab-tags {
    margin-bottom: 4px;
  }
}
.tab-tags.white {
  color: #fff;
}

.section-11 {
  position: relative;
  top: -60px;
}

.container-5 {
  position: relative;
  z-index: 1;
  max-height: 80px;
  min-height: 80px;
  padding-right: 3vw;
  padding-left: 3vw;
  background-color: transparent;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80px;
  min-height: 80px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .2);
}

.text-field-3 {
  max-height: 60px;
  min-height: 60px;
  margin-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #c8cfd3;
  border-radius: 8px;
  color: #c8cfd3;
  font-size: 16px;
}
@media (max-width: 479px) {
  .text-field-3 {
    max-height: 54px;
    min-height: 54px;
  }
}

.submit-button-2 {
  max-height: 60px;
  max-width: 60px;
  min-height: 60px;
  min-width: 60px;
  border-radius: 8px;
  background-color: #2DBDC5;
  font-size: 16px;
  font-weight: 700;
}

.text-span {
  color: #007986;
  font-size: 12px;
}

.small-blue-caps,
.small-blue-caps:hover {
  color: #2DBDC5;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.small-blue-caps.make {
  margin-top: 20px;
  display: inline-block;
}

.image-10 {
  position: static;
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  padding: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.column-6 {
  padding-right: 0;
  padding-left: 0;
  background-color: #007986;
}

.image-11 {
  max-width: 50%;
  margin-bottom: 60px;
}

.image-13 {
  display: inline-block;
  max-width: 80%;
  float: right;
}

.div-block-13 {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.column-7 {
  padding-right: 0;
  padding-left: 0;
}

.section-12 {
  margin-bottom: 0;
}

.div-block-14 {
  padding: 20px;
}

.paragraph-12px {
  color: #4d555a;
  font-size: 12px;
  font-weight: 400;
}

.section-15 {
  min-height: 600px;
  margin-top: -170px;
  padding-top: 184px;
  padding-bottom: 20px;
  background-color: #f0f0f0;
}

.div-block-5-copy {
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
  margin-bottom: 15px;
}

.link-left {
  color: #2DBDC5 !important;
  font-size: 16px;
}

.link-left.line-height-30 {
  line-height: 30px;
}

.sell-seo-div {
  padding: 20px;
  margin-bottom: 12px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
}

.image-15 {
  max-height: 24px;
}

.columns-10 {
  margin-bottom: 20px;
}

.div-block-15 {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  background-color: #2DBDC5;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
}

.button-green-pop {
  display: block;
  max-width: 315px;
  min-height: 60px;
  min-width: 200px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  border-radius: 8px;
  background-color: #14D59E;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.column-8 {
  padding: 40px 20px 20px;
}

.column-9 {
  padding-right: 0;
  padding-left: 0;
}

.div-block-17 {
  max-width: 315px;
  min-height: 60px;
  min-width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  border-radius: 8px;
  background-color: #fff;
}

.columns-11 {
  margin-top: 40px;
}

.container-6 {
  padding-right: 3vw;
  padding-left: 3vw;
}
.container-6a {
  width: 100%;
}

.subscription-header {
  min-height: 320px;
  padding-top: 100px;
  background-color: #2DBDC5;
}

.what-is-car-subscription {
  min-height: 600px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f0f0f0;
}

.image-3-copy {
  max-width: 180%;
}

.section-copy {
  min-height: 260px;
  padding-top: 40px;
  background-color: #2DBDC5;
}

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

.section-18 {
  position: relative;
  margin-top: -40px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f0f0f0;
}

.grid-5 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-11 {
  font-size: 14px;
}

.small-heading-dark-blue-copy {
  margin-bottom: 12px;
  font-size: 14px;
  color: #007986;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.small-heading-dark-blue-copy.left-align {
  margin-bottom: 0;
  text-align: left;
}

.tiny-blue-paragraph-left {
  margin-bottom: 0;
  color: #007986;
  font-size: 10px;
  font-weight: 700;
  text-align: left;
}

.paragraph-price {
  margin-bottom: 12px;
  color: #007986;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

.paragraph-from {
  display: block;
  font-weight: normal;
  margin-bottom: 5px;
  color: #007986;
  font-size: 10px;
  line-height: 10px;
}

.paragraph-per {
  padding-left: 2px;
  color: #007986;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  text-align: left;
}

.car-listing-tile {
  display: block;
  color: inherit;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
  position: relative;
  margin-bottom: 20px;
  text-decoration: none !important;
}
.car-listing-tile img {
  width: 100%;
}
.car-listing-tile:hover {
  opacity: 0.9;
}
.div-block-19 {
  display: block;
  margin-top: -32px;
  padding: 20px 18px 10px;
  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 auto;
  grid-template-rows: auto auto auto;
}

.listing-tag {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 24px;
  margin-top: -34px;
  margin-bottom: 20px;
  padding: 2px 10px;
  border-radius: 3px;
  background-color: #14D59E;
}
.listing-no-tag {
  display: inline-block;
  height: 24px;
  margin-top: -34px;
  margin-bottom: 20px;
  padding: 2px 10px;
}

.paragraph-12 {
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-20 {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-21 {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.column-10 {
  padding-left: 0;
}

.column-11 {
  padding-left: 0;
}

.column-12 {
  padding-left: 0;
}

.paragraph-13 {
  color: #4d555a;
}

.column-13 {
  padding: 20px;
}

.column-14 {
  padding: 20px;
}

.div-block-22 {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.model-listing-tile {
  display: block;
  padding: 20px;
  margin-bottom: 12px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
  text-decoration: none !important;
}

.section-19 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.text-span-3 {
  font-weight: 700;
}

.text-span-4 {
  font-weight: 700;
}

.div-block-23 {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-24 {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-25 {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-26 {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-27 {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.section-20 {
  min-height: 300px;
  min-width: 0;
  background-color: #2DBDC5;
}

.div-block-28 {
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
}

.heading-basic {
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'Vag rounded', sans-serif;
  color: #fff;
  font-size: 36px;
}

.section-21 {
  margin-top: -125px;
}

.div-block-29 {
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
}

.paragraph-grey {
  margin-bottom: 0;
  color: #4d555a;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

.text-span-6 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.columns-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c8cfd3;
}

.small-dark-blue-heading {
  margin-bottom: 0;
  color: #007986;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 991px) {
  .small-dark-blue-heading.center {
    text-align: center;
  }
}
.text-span-7 {
  font-size: 14px;
}

.div-block-30 {
  padding: 40px 20px;
  border-bottom: 1px solid #c8cfd3;
}

.column-15 {
  padding-right: 0;
  padding-left: 0;
}

.body-2 {
  background-color: #f0f0f0;
}

.small-dark-grey-heading {
  margin-bottom: 0;
  color: #4d555a;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.paragraph-tiny {
  margin-bottom: 10px;
  font-size: 12px;
}

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

.paragraph-tiny.left-align {
  text-align: left;
}

.button-unavailable {
  display: block;
  min-height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0;
  border-radius: 8px;
  background-color: #f0f0f0;
  color: #c8cfd3;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.button-secondary {
  display: block;
  min-height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0;
  border-style: solid;
  border-width: 2px;
  border-color: #007986;
  border-radius: 8px;
  background-color: #fff;
  color: #007986;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

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

.columns-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c8cfd3;
}

.div-block-31 {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-32 {
  min-height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #2DBDC5;
}

.columns-23 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.column-16 {
  padding-right: 0;
  padding-left: 0;
}

.div-block-33 {
  min-height: 80px;
  padding: 20px;
  background-color: #2DBDC5;
}

.column-17 {
  padding-right: 0;
  padding-left: 0;
}

.div-block-34 {
  min-height: 80px;
  border-style: solid;
  border-width: 3px;
  border-color: #2DBDC5;
}

.div-block-35 {
  min-height: 200px;
  margin-top: 41px;
  border: 1px solid #c8cfd3;
}
.div-block-35.active {
  border: 3px solid #14D59E;
}
@media screen and (min-width: 768px) {
  .div-block-35.move-up {
    margin-top: 0;
  }
}

.div-block-36 {
  margin-bottom: 20px;
  padding-right: 100px;
  padding-left: 100px;
}

.paragraph-14 {
  display: inline;
  font-size: 60px;
  font-weight: 300;
  text-align: center;
}

.section-22 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}
.section-23 {
  background-color: #fff;
}

.div-block-37 {
  max-height: 40px;
  min-height: 40px;
  padding-top: 8px;
  background-color: #14D59E;
}

.paragraph-10-copy {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
}

.paragraph-10-copy.white {
  display: block;
  color: #fff;
}

.paragraph-10-copy.center {
  text-align: center;
}

.paragraph-10-copy.center.font-size-16 {
  font-size: 16px;
}

.paragraph-15 {
  color: #4d555a;
  font-size: 54px;
  font-weight: 400;
  text-align: center;
}

.heading-3 {
  font-family: 'Open Sans', sans-serif !important;
  color: #4d555a;
  font-size: 62px;
  font-weight: 400;
  text-align: left;
}

.div-block-38 {
  margin-right: 5%;
  margin-left: 5%;
  padding-top: 20px;
}

.paragraph-16 {
  color: #4d555a;
  font-size: 12px;
  text-align: center;
}

.div-block-39 {
  margin-top: 40px;
  padding-right: 30%;
  padding-left: 30%;
}

.div-block-40 {
  margin-right: 5%;
  margin-left: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-green-left {
  color: #14D59E;
  font-size: 16px;
  font-weight: 700;
}

.column-18 {
  padding-left: 0;
}

.paragraph-pricing-inclusions {
  color: #4d555a;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.paragraph-pricing-inclusions.bold {
  font-weight: 700;
}

.column-19 {
  font-size: 16px;
}

.paragraph-17 {
  text-align: right;
}
.fa-green {
  color: #14D59E;
  margin-left: 12px;
  margin-left: 4px;
  margin-top: 4px;
}

.text-span-8 {
  font-size: 12px;
  line-height: 12px;
}

.text-span-9 {
  font-size: 12px;
}

.text-span-10 {
  font-size: 12px;
  line-height: 0;
}

.text-span-11 {
  font-size: 12px;
}

.paragraph-18 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
}

.columns-24 {
  margin-bottom: 20px;
}

.div-block-40a {
  margin-right: 5%;
  margin-left: 5%;
  padding-top: 40px;
}
.div-block-40b {
  margin-right: 5%;
  margin-left: 5%;
  min-height: 65px;
  margin-bottom: 20px;
}

.submit-button-3 {
  display: block;
  min-height: 60px;
  min-width: 280px;
  margin: 25px auto 0 auto;
  border-radius: 8px;
  background-color: #14D59E;
  font-size: 16px;
  font-weight: 700;
}

.grid-6 {
  margin-top: 60px;
  padding-right: 10px;
  padding-left: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-41 {
  padding: 40px 20px 20px;
}

.columns-25 {
  margin: 40px 5vw 60px;
}

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

.column-21 {
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0;
}

.columns-26 {
  margin-right: 0;
  margin-left: 0;
}

.image-18 {
  max-width: 178%;
  min-height: 662px;
}

.paragraph-19 {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.paragraph-center-2 {
  color: #4d555a;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}
.strike {
  text-decoration: line-through;
}

.container-7 {
  padding-right: 5%;
  padding-left: 5%;
}

.div-block-42 {
  padding-right: 20px;
  padding-left: 20px;
}

.heading-blue-left {
  margin-top: 10px;
  padding-bottom: 10px;
  font-family: 'Vag rounded', sans-serif;
  color: #2DBDC5;
  text-align: left;
}

.text-span-12 {
  color: #14D59E;
  column-count: 0;
}

.section-15-copy {
  min-height: 600px;
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #fff;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.list-points {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.text-span-13 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #14D59E;
  font-size: 16px;
}

.small-heading-white {
  margin-bottom: 12px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.small-heading-white.gray {
  color: #4d555a;
}

.small-heading-white.left-align {
  text-align: left;
}

.div-block-43 {
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
}

.section-24 {
  padding: 100px 15px;
  background-color: #2DBDC5;
}

.customer-types {
  padding: 20px;
  margin-bottom: 12px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
}

.paragraph-20 {
  margin-bottom: 0;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #007986;
  font-size: 24px;
  text-align: right;
}

.columns-29 {
  display: block;
}

.column-24 {
  padding-top: 9px;
}
.column-24.w-col-3 {
  width: 25%;
}

.section-18-copy {
  background-color: #f0f0f0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-25 {
  padding: 100px 15px;
  background-color: #007986;
}

.check-bullet-points {
  color: #14D59E;
}

.div-block-44 {
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
}

.cross-bullet-points {
  color: #ee5a2e;
}

.div-block-45 {
  margin-top: 60px;
}

.grid-7 {
  margin-top: 60px;
  padding-right: 10px;
  padding-left: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .grid-7 {
    display: -ms-grid;
    display: grid;
    padding-right: 20px;
    padding-left: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
}

.fontawesome-icons {
  margin-bottom: 20px;
  color: #2DBDC5;
  font-size: 36px;
  text-align: center;
}

.fontawesome-icons.grey {
  margin-right: 0;
  margin-bottom: 0;
  color: #c8cfd3;
}

.div-block-46 {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-47 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.grid-8 {
  margin-right: 10%;
  margin-bottom: 60px;
  margin-left: 10%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80px;
  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;
}

.image-19 {
  max-height: 110px;
}

.image-20 {
  max-height: 70px;
}

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

.image-22 {
  max-height: 110px;
}

.make-seo {
  min-height: 600px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f0f0f0;
}

@media (max-width: 991px) {
  .heading {
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragraph {
    max-width: 500px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-3 {
    top: 76px;
  }
  .columns-2 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .image-3 {
    margin-top: auto;
  }
  .paragraph-center {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .grid-4 {
    display: -ms-grid;
    display: grid;
    padding-right: 20px;
    padding-left: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .columns-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .image-3-copy {
    margin-top: auto;
  }
  .grid-5 {
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .heading-basic {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid-6 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .paragraph-center-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-top: 20px;
  }
  .column-2 {
    display: block;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-4 {
    margin-top: 95px;
  }
  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .grid-4 {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .section-12 {
    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-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;
  }
  .columns-9 {
    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;
  }
  .grid-5 {
    grid-column-gap: 10px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .columns-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .columns-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .columns-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .columns-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .columns-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .columns-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .columns-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .columns-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .columns-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .grid-6 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .columns-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .image-17 {
    display: none;
  }
  .column-23 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .columns-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .columns-29 {
    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;
  }
}

@media (max-width: 479px) {
  .container {
    padding-top: 67px;
  }
  .button {
    margin-left: 17px;
  }
  .columns {
    display: block;
  }
  .column-3 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-white {
    font-size: 23px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 0;
  }
  .column-4 {
    margin-top: 10px;
  }
  .image-3 {
    margin-top: -95px;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .div-block-6 {
    margin-right: auto;
    margin-left: auto;
  }
  .columns-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .image-9 {
    display: block;
  }
  .section-11 {
    margin-top: -84px;
  }
  .grid-4 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .column-7 {
    display: none;
  }
  .image-16 {
    display: none;
  }
  .columns-11 {
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .image-3-copy {
    margin-top: -95px;
  }
  .grid-5 {
    display: block;
  }
  .columns-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .columns-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .columns-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .columns-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .columns-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .columns-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .columns-19 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-28 {
    padding-top: 40px;
  }
  .columns-20 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .small-dark-grey-heading {
    text-align: center;
  }
  .button-unavailable {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .button-secondary {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .columns-21 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns-22 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .grid-6 {
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .image-17 {
    display: none;
  }
  .grid-8 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}


.reserved-sticker {
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.55);
  display: flex;
  justify-content: center;
}

.reserved-indicator {
  width: 200px;
  height: 60px;
  background: #4d555a;
  color: #fff;
  font-weight: 600;

  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  border-radius: 8px !important;

  top: 17%;
  position: absolute;
}
.container-1170 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}
.section-10-copy {
  min-height: 600px;
  margin-bottom: -200px;
  padding: 100px 20px;
}
.section-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(/assets/img/couple-outside-a-house-1600.png);
  background-position: 100% 50%;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .section-30 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  .section-30 {
    display: none;
  }
}
.grid-3 {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  padding-right: 10px;
  padding-left: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media screen and (max-width: 991px) {
  .grid-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
@media screen and (max-width: 767px) {
  .grid-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
@media screen and (max-width: 479px) {
  .grid-3 {
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}
.column-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}
@media screen and (max-width: 991px) {
  .columns-30 {
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.paragraph-21 {
  font-size: 18px;
  line-height: 32px;
  font-style: italic;
  font-weight: 400;
}
.tabs-menu-2 {
  list-style: none;
  min-height: 60px;
  margin-bottom: 60px;
  text-align: center;
  padding-left: 0;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 479px) {
  .tabs-menu-2 {
    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;
  }
}
.tabs-menu-2 .w-tab-link {
  min-width: 31%;
  padding: 0;
  border-radius: 30px;
  margin-right: 1%;
  margin-left: 1%;
}
.tabs-menu-2 .w-tab-link a {
  display: block;
  min-height: 60px;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
  background-color: #f0f0f0;
  color: #4d555a;
  text-decoration: none !important;
}
.tabs-menu-2 .active a,
.tabs-menu-2 a:hover {
  background-color: #2DBDC5;
  color: #fff;
}
.huge-heading-white {
  font-family: 'Vag rounded', sans-serif;
  color: #fff;
  font-size: 56px;
}
@media (max-width: 479px) {
  .huge-heading-white {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
}
.html-embed-2 {
  min-height: 10px;
  margin-bottom: 20px;
  color: #fec631;
  font-size: 36px;
}
.image-27 {
  display: block;
  max-width: 112px;
  margin: -28px auto 20px;
}
.columns-48 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .columns-44 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.choose-category-header {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.grid-19 {
  min-height: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 0.75fr 1.25fr 0.5fr 0.5fr;
  grid-template-columns: 0.75fr 1.25fr 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #c8cfd3;
}
@media (max-width: 991px) {
  .grid-19 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 0.75fr 1.25fr 1fr 1fr;
    grid-template-columns: 0.75fr 1.25fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
@media (max-width: 767px) {
  .grid-19 {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    /*grid-template-areas: "Area Area-2 Area-2" "Area-3 Area-4 Area-5";*/
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}
@media (max-width: 479px) {
  .grid-19 {
    padding-right: 10px;
    padding-left: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    /*grid-template-areas: "Area Area" "Area-2 Area-2" "Area-3 Area-4";*/
    /*-ms-grid-columns: 1fr 10px 1fr;*/
    grid-template-columns: none;
    /*-ms-grid-rows: auto 10px auto 10px auto;*/
    grid-template-rows: auto auto auto;
    border-top: 1px solid #c8cfd3;
  }
}
.paragraph-price-choose,
.paragraph-price-green {
  margin-bottom: 12px;
  color: #14d59e;
  font-size: 36px;
  font-weight: 700;
}
.paragraph-price-green {
  font-size: 16px;
  font-weight: 400;
}
.paragraph-price-grey {
  margin-bottom: 12px;
  color: #4d555a;
  font-size: 16px;
  font-weight: 400;
}
.green-choose-button,
.green-choose-button:hover,
.grey-choose-button,
.grey-choose-button:hover {
  min-height: 60px;
  min-width: 100%;
  padding-top: 20px;
  border-radius: 8px;
  background-color: #14d59e;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.grey-choose-button,
.grey-choose-button:hover {
  background-color: #f0f0f0;
  color: #4d555a;
}
