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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cabecera {
  position: static;
  z-index: 600;
  overflow: hidden;
  width: 100%;
  max-height: 100vh;
  min-height: 100vh;
}

.cabecera.cabecerainfolegal {
  max-height: 40vh;
  min-height: 40vh;
}

.bienvenido {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.image {
  height: 100vh;
}

.menu {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1000;
  width: 18px;
  margin-top: 35px;
  margin-right: 5%;
  margin-left: auto;
}

.logo {
  position: absolute;
  left: 2px;
  top: 21px;
  right: -18px;
  bottom: -1px;
  z-index: 800;
  display: block;
  width: 13%;
  margin-top: 3%;
  margin-left: 6%;
  padding: 2px;
}

.h1 {
  display: inline-block;
  width: 45%;
  margin-top: 10%;
  color: #ec0000;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
}

.h1.h1blanco {
  margin-top: 5%;
  color: #fff;
}

.h1.h1legal {
  width: 60%;
  margin-bottom: 20px;
  font-size: 35px;
}

.parrafo {
  position: static;
  left: 0px;
  top: 1px;
  bottom: 1px;
  display: block;
  width: 40%;
  margin-top: 3%;
  color: #707070;
  font-size: 18px;
  line-height: 25px;
}

.parrafo.parrafofull {
  width: 100%;
  margin-bottom: 7%;
}

.parrafo.parrafofull.padding {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
}

.parrafo.parrafopie {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.div-block {
  width: 40%;
}

.image-2 {
  width: 150px;
}

.image-3 {
  height: 40px;
}

.logomastercard {
  width: 35%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.logovisa {
  width: 15%;
  margin-bottom: 20px;
}

.ventajas {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#df0000), to(#df0000));
  background-image: linear-gradient(180deg, #df0000, #df0000);
}

.comoofrecerlo {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f6f6f6));
  background-image: linear-gradient(180deg, #f6f6f6, #f6f6f6);
}

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

.grid.pasos123 {
  margin-top: 6%;
  margin-bottom: 6%;
}

.pasos {
  width: 29%;
  min-height: 280px;
  margin-right: 2%;
  margin-left: 2%;
  padding: 4% 2% 1%;
  float: left;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f6f6f6));
  background-image: linear-gradient(180deg, #f6f6f6, #f6f6f6);
  box-shadow: 0 7px 12px -1px rgba(0, 0, 0, 0.51);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.slider {
  position: relative;
  bottom: 25px;
  z-index: 1000;
  display: block;
  overflow: visible;
  width: 80%;
  height: 600px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f6f6f6));
  background-image: linear-gradient(180deg, #f6f6f6, #f6f6f6);
}

.pie {
  position: relative;
  height: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ec0000), to(#ec0000));
  background-image: linear-gradient(180deg, #ec0000, #ec0000);
}

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

.logowhite {
  display: block;
  width: 17%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 2px;
}

.grid-2 {
  margin-top: 3%;
  margin-bottom: 60px;
  grid-column-gap: 42px;
  grid-row-gap: 25px;
  grid-template-areas: ". ." ". .";
  -ms-grid-rows: auto 25px auto;
  grid-template-rows: auto auto;
}

.h2 {
  margin-left: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.textobullet {
  display: block;
  width: 89%;
  margin-top: 15px;
  margin-left: auto;
  color: #f6f6f6;
  font-size: 18px;
  font-weight: 400;
}

.bullet {
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 20px;
  margin-right: 1%;
  margin-left: 3%;
  float: left;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f6f6f6));
  background-image: linear-gradient(180deg, #f6f6f6, #f6f6f6);
}

.text-block {
  margin-left: 20px;
  float: none;
}

.icono {
  width: 42px;
  float: left;
}

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

.mask {
  position: static;
  bottom: 30px;
  z-index: 1;
  overflow: visible;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f6f6f6));
  background-image: linear-gradient(180deg, #f6f6f6, #f6f6f6);
}

.sliderimg {
  position: static;
  display: block;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.flecha {
  position: relative;
  bottom: -45%;
  width: 100%;
}

.link1 {
  width: 15px;
  height: 15px;
  border-radius: 1000px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#535252), to(#535252));
  background-image: linear-gradient(180deg, #535252, #535252);
  opacity: 0.5;
}

.link1:hover {
  opacity: 1;
}

.link1:active {
  opacity: 1;
}

.link1:focus {
  opacity: 0.6;
}

.giftscroll {
  position: absolute;
  left: 0px;
  top: 88%;
  right: 0px;
  z-index: 1000;
  width: 6%;
  margin-right: auto;
  margin-left: auto;
}

.giftscroll.ultimogift {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

._123 {
  position: absolute;
  left: -16%;
  top: -32%;
  width: 150px;
}

._123._1 {
  top: -30%;
}

.parrafoslide {
  position: absolute;
  left: 29%;
  top: 56%;
  width: 300px;
  color: #707070;
  font-size: 16px;
}

.slidetitulo {
  position: absolute;
  top: 50%;
  z-index: 2500;
  width: 30%;
  margin-top: 7%;
  color: #ec0000;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
}

.text-block-2 {
  font-size: 20px;
  line-height: 27px;
}

.container-3 {
  position: relative;
  height: 100%;
}

.contenedordeltexto {
  display: inline-block;
}

.div-block-2 {
  display: block;
}

.monedas {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 55%;
  min-height: 100vh;
}

._48 {
  position: absolute;
  left: 30%;
  top: 27%;
  bottom: 0px;
  z-index: 500;
  display: block;
  width: 200px;
}

.colombia {
  position: absolute;
  left: 100px;
  top: 30%;
  z-index: 400;
  display: block;
  width: 280px;
}

.monedachile {
  position: absolute;
  left: 27%;
  top: 35%;
  z-index: 200;
  display: block;
  width: 280px;
}

.eeuu {
  position: absolute;
  left: 35%;
  top: 35%;
  z-index: 250;
  display: block;
  width: 310px;
}

.monedacanada {
  position: absolute;
  left: 28%;
  top: 38%;
  width: 285px;
}

.espania {
  position: absolute;
  left: 25%;
  top: 32%;
  z-index: 350;
  display: block;
  width: 290px;
}

.monedaaustralia {
  position: absolute;
  left: 32%;
  top: 35%;
  z-index: 300;
  display: block;
  width: 230px;
}

.monedaargentina {
  position: absolute;
  left: 20%;
  top: 41%;
  z-index: 150;
  display: block;
  width: 250px;
}

.uk {
  position: absolute;
  left: 18%;
  top: 28%;
  z-index: 450;
  display: block;
  width: 355px;
}

.image-8 {
  position: absolute;
  left: 18%;
  top: 40%;
  width: 260px;
}

.slide-nav {
  top: 105%;
  display: block;
}

.video {
  width: 100%;
  height: 100vh;
}

.video:hover {
  opacity: 1;
}

.slide {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.videocab {
  position: relative;
  left: auto;
  top: 10%;
  right: auto;
  z-index: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.videocab.videocablegal {
  position: relative;
  max-height: 40vh;
  min-height: 40vh;
}

.serviciomultidivisa {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  z-index: 900;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ec0000;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.serviciomultidivisa.terminos {
  top: 25%;
}

.aceptar {
  width: 100%;
}

.vervideo {
  position: absolute;
  left: 0%;
  top: 60%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: block;
  width: 200px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.9;
  line-height: 45px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.vervideo.video2 {
  position: fixed;
  left: 42%;
  top: 100px;
  right: auto;
  bottom: auto;
}

.textovervideo {
  color: #fff;
  font-size: 20px;
  line-height: 46px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.video-2 {
  width: auto;
  height: 100vh;
}

.contenedor {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 12px;
}

.espacio {
  width: 100%;
  height: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f6f6f6));
  background-image: linear-gradient(180deg, #f6f6f6, #f6f6f6);
}

.image-9 {
  position: static;
  top: 0px;
  right: 0px;
  z-index: 1000;
  opacity: 0.9;
}

.image-9:hover {
  opacity: 1;
}

.conoce {
  overflow: scroll;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#505050), to(#505050));
  background-image: linear-gradient(180deg, #505050, #505050);
}

.videodiv {
  position: absolute;
  left: 15%;
  top: 50px;
  width: 70%;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  box-shadow: 3px 3px 17px -2px rgba(0, 0, 0, 0.57);
}

.div-block-3 {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.gridmanual {
  margin-top: 6%;
  margin-bottom: 6%;
}

.left-arrow {
  z-index: 2000;
}

.right-arrow {
  z-index: 2000;
}

.botondivisas {
  display: block;
  width: 220px;
  height: 50px;
  margin-top: 10px;
  float: none;
  clear: none;
  border-radius: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#858585), to(#858585));
  background-image: linear-gradient(180deg, #858585, #858585);
  box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.29);
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.botondivisas:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5c5c5c), to(#5c5c5c));
  background-image: linear-gradient(180deg, #5c5c5c, #5c5c5c);
}

.text-block-3 {
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.mask-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f6f6f6));
  background-image: linear-gradient(180deg, #f6f6f6, #f6f6f6);
}

.image-10 {
  width: 50px;
  margin: 130px 20px;
}

.slider-2 {
  width: 90%;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
}

.infolegal {
  min-height: 100vh;
}

.parrafolink {
  color: #ff1414;
}

.infolegaltexto {
  margin-top: 50px;
  margin-bottom: 15px;
  color: #707070;
  font-size: 14px;
}

.linkinfolegal {
  position: absolute;
  right: 0px;
  bottom: 35%;
  display: inline-block;
  margin-right: 2%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.image-11 {
  position: absolute;
}

.videolight {
  position: absolute;
  top: -1500px;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

.html-embed {
  width: 90%;
  height: 90vh;
  margin: 5vh auto auto;
}

.x {
  position: absolute;
  left: auto;
  top: 3%;
  right: 3%;
  bottom: auto;
  display: inline-block;
  color: #fff;
  font-size: 30px;
}

@media (max-width: 991px) {
  .cabecera {
    max-height: 90vh;
    min-height: 90vh;
  }
  .bienvenido {
    min-height: 85vh;
  }
  .logo {
    width: 17%;
  }
  .h1 {
    width: 55%;
  }
  .parrafo {
    width: 55%;
  }
  .ventajas {
    min-height: 85vh;
  }
  .comoofrecerlo {
    min-height: 100vh;
  }
  .grid.pasos123 {
    grid-column-gap: 18px;
  }
  .pasos {
    padding-left: 20px;
  }
  .slider {
    left: 0%;
    width: 100%;
  }
  .grid-2 {
    margin-bottom: 40px;
  }
  .sliderimg {
    left: 9%;
    top: 20px;
    width: 600px;
  }
  .flecha {
    width: 80%;
  }
  .giftscroll {
    top: 78%;
    width: 8%;
    margin-bottom: 30px;
  }
  .giftscroll.gifmultidivisa {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  ._123 {
    left: -15%;
    top: -25%;
    width: 120px;
  }
  ._123._1 {
    top: -23%;
  }
  .parrafoslide {
    left: 21%;
    top: 47%;
    width: 26%;
    font-size: 14px;
    line-height: 16px;
  }
  .slidetitulo {
    left: 5%;
    top: 49%;
    width: 45%;
  }
  .text-block-2 {
    font-size: 25px;
  }
  .slide-nav {
    top: 100%;
  }
  .serviciomultidivisa {
    font-size: 30px;
  }
  .vervideo {
    left: 0px;
    right: 0px;
    bottom: 200px;
    width: 20%;
  }
  .contenedor {
    width: 90%;
  }
  .videodiv {
    left: 5%;
    width: 90%;
  }
  .slider-2 {
    height: 500px;
  }
  .linkinfolegal {
    bottom: 20%;
    margin-right: 3%;
  }
}

@media (max-width: 767px) {
  .cabecera {
    height: 60vh;
    max-height: 60vh;
    min-height: 60vh;
  }
  .cabecera.cabecerainfolegal {
    height: 25vh;
    max-height: 25vh;
    min-height: 20vh;
  }
  .bienvenido {
    min-height: 85vh;
  }
  .logo {
    width: 22%;
    margin-left: 4%;
  }
  .h1 {
    width: 70%;
    font-size: 35px;
  }
  .parrafo {
    width: 60%;
    font-size: 17px;
  }
  .parrafo.parrafofull {
    font-size: 17px;
  }
  .parrafo.parrafopie {
    margin-top: 2%;
  }
  .ventajas {
    min-height: 85vh;
  }
  .comoofrecerlo {
    min-height: 100vh;
  }
  .grid.pasos123 {
    margin-top: 40px;
    grid-row-gap: 66px;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 66px auto 66px auto;
    grid-template-rows: auto auto auto;
  }
  .pasos {
    width: 90%;
    min-height: 0px;
    margin-bottom: 8%;
    padding: 3% 5% 1%;
    float: none;
  }
  .slider {
    height: 400px;
  }
  .pie {
    position: relative;
    top: 405%;
    z-index: 1001;
    height: 100px;
    min-height: 140px;
  }
  .container-2 {
    position: static;
    top: 2px;
  }
  .logowhite {
    width: 20%;
    margin-top: 2%;
  }
  .grid-2 {
    padding-right: 10px;
    padding-left: 10px;
    grid-column-gap: 0px;
    grid-row-gap: 54px;
    -ms-grid-rows: auto 54px auto 54px auto;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .h2 {
    font-size: 25px;
  }
  .textobullet {
    font-size: 17px;
    line-height: 22px;
  }
  .mask {
    height: 90%;
  }
  .sliderimg {
    left: 2%;
    width: 500px;
  }
  .flecha {
    bottom: -44%;
    width: 100%;
    max-width: 80%;
    margin-top: 150px;
  }
  .giftscroll {
    top: 48%;
    width: 12%;
  }
  .giftscroll.ultimogift {
    display: none;
  }
  .giftscroll.ultimogift.w--current {
    display: none;
  }
  .giftscroll.gifmultidivisa {
    display: none;
  }
  ._123 {
    left: -50px;
    top: -40%;
    width: 100px;
  }
  ._123._1 {
    top: -50%;
  }
  .parrafoslide {
    left: 17%;
    top: 52%;
    width: 30%;
    font-size: 14px;
    line-height: 16px;
  }
  .slidetitulo {
    left: 5%;
    top: 65%;
    width: 50%;
    font-size: 20px;
    line-height: 22px;
  }
  .text-block-2 {
    font-size: 20px;
    line-height: 25px;
  }
  .container-3 {
    padding-left: 10px;
  }
  .container-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-5 {
    padding-right: 2%;
    padding-left: 2%;
  }
  .monedas {
    right: 14%;
    width: 35%;
  }
  .slide-nav {
    top: 600px;
    bottom: 50%;
  }
  .video {
    height: 60vh;
  }
  .videocab {
    position: static;
    overflow: hidden;
    height: 60vh;
  }
  .serviciomultidivisa {
    top: 25%;
    bottom: 70%;
    font-size: 25px;
  }
  .serviciomultidivisa.terminos {
    top: 15%;
  }
  .vervideo {
    left: 0%;
    top: 30%;
    right: 0%;
    bottom: auto;
    width: 28%;
    height: 8%;
    line-height: 40px;
  }
  .textovervideo {
    font-size: 17px;
    line-height: 30px;
  }
  .espacio {
    display: none;
  }
  .conoce {
    height: 0vh;
    min-height: 100vh;
  }
  .videodiv {
    left: 2%;
    width: 96%;
  }
  .slider-2 {
    height: 400px;
  }
  .infolegaltexto {
    margin-top: 30px;
    font-size: 12px;
    line-height: 17px;
  }
  .linkinfolegal {
    left: 0px;
    right: 0px;
    bottom: 10%;
    margin-left: 3%;
  }
  .linkinfolegal.w--current {
    font-size: 15px;
  }
}

@media (max-width: 479px) {
  .cabecera {
    height: 30vh;
    min-height: 0vh;
  }
  .cabecera.cabecerainfolegal {
    height: 15vh;
    max-height: 15vh;
    min-height: 15vh;
  }
  .bienvenido {
    min-height: 0vh;
  }
  .menu {
    margin-right: 7%;
  }
  .logo {
    top: 10px;
    width: 25%;
    margin-left: 5%;
  }
  .h1 {
    width: 100%;
    margin-top: 30px;
    font-size: 25px;
    line-height: 27px;
  }
  .parrafo {
    width: 85%;
    font-size: 14px;
    line-height: 17px;
  }
  .parrafo.parrafofull {
    font-size: 15px;
  }
  .parrafo.parrafopie {
    margin-bottom: 6px;
  }
  .image-2 {
    width: 120%;
    max-width: 120%;
  }
  .logomastercard {
    width: 100px;
  }
  .logovisa {
    height: 23px;
  }
  .ventajas {
    min-height: 0vh;
  }
  .comoofrecerlo {
    min-height: 100vh;
  }
  .grid.pasos123 {
    grid-row-gap: 43px;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 43px auto 43px auto;
    grid-template-rows: auto auto auto;
  }
  .slider {
    left: -6%;
    bottom: 12px;
    width: 110%;
    height: 300px;
  }
  .pie {
    position: relative;
    top: 350%;
    height: 110px;
    min-height: 120px;
  }
  .logowhite {
    width: 30%;
  }
  .grid-2 {
    grid-row-gap: 31px;
    grid-template-areas: "." ".";
    -ms-grid-rows: auto 31px minmax(auto, 1fr);
    grid-template-rows: auto minmax(auto, 1fr);
  }
  .h2 {
    font-size: 20px;
  }
  .textobullet {
    font-size: 14px;
    line-height: 17px;
  }
  .icono {
    width: 37px;
  }
  .mask {
    position: static;
    height: 100%;
  }
  .sliderimg {
    position: relative;
    left: 3%;
    top: -30%;
    width: 240px;
    margin-top: 30%;
  }
  .flecha {
    bottom: -25%;
    width: 40%;
    max-width: 50%;
  }
  .giftscroll {
    top: 28%;
    width: 15%;
  }
  ._123 {
    left: -12%;
    top: -22%;
    width: 25%;
  }
  ._123._1 {
    top: -40%;
  }
  .parrafoslide {
    left: 20%;
    top: 55%;
    width: 60%;
  }
  .slidetitulo {
    left: 5%;
    top: 65%;
    width: 55%;
    font-size: 15px;
    line-height: 17px;
  }
  .text-block-2 {
    font-size: 18px;
    line-height: 20px;
  }
  .container-3 {
    padding-left: 20px;
  }
  .image-4 {
    width: 120%;
    max-width: 120%;
  }
  .image-5 {
    width: 120%;
    max-width: 120%;
  }
  .image-6 {
    width: 120%;
    max-width: 120%;
  }
  .container-5 {
    padding-left: 5%;
  }
  .monedas {
    display: none;
  }
  .slide-nav {
    left: 0px;
    top: 100%;
    bottom: 35%;
    display: block;
  }
  .video {
    height: 30vh;
  }
  .videocab {
    top: 17%;
    height: 30vh;
  }
  .serviciomultidivisa {
    top: 15%;
    bottom: 79%;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    line-height: 20px;
  }
  .serviciomultidivisa.terminos {
    top: 9%;
  }
  .vervideo {
    left: 0%;
    top: 20%;
    right: 0%;
    bottom: auto;
    width: 28%;
    height: 16%;
  }
  .textovervideo {
    font-size: 15px;
    line-height: 30px;
  }
  .conoce {
    min-height: 100vh;
  }
  .botondivisas {
    width: 180px;
    height: 30px;
    margin-top: 0px;
  }
  .text-block-3 {
    font-size: 14px;
    line-height: 30px;
  }
  .slider-2 {
    height: 250px;
  }
  .infolegaltexto {
    margin-top: 30px;
    font-size: 11px;
    line-height: 16px;
  }
  .linkinfolegal {
    bottom: 15%;
  }
  .linkinfolegal.w--current {
    font-size: 12px;
  }
}

#w-node-d6587ba58be5-4a58024d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-9b42b042db89-4a58024d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

@media screen and (max-width: 767px) {
  #w-node-9b42b042db89-4a58024d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d6587ba58be5-4a58024d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-9b42b042db89-4a58024d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

