.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-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartopenlinkcount {
  display: inline-block;
  height: 18px;
  min-width: 18px;
  margin-left: 8px;
  padding-right: 6px;
  padding-left: 6px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  background-color: #fff;
  color: #3898ec;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.w-commerce-commercecartcontainerwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8);
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0px;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

.w-commerce-commercecartheader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-commerce-commercecartheading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  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;
  -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-commercecartform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-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-commercecartlist {
  overflow: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  -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%;
  -webkit-overflow-scrolling: touch;
}

.w-commerce-commercecartitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.w-commerce-commercecartiteminfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  -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;
  -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-commercecartoptionlist {
  text-decoration: none;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

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

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

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

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

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

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

.w-commerce-commercecartfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -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;
  -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;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

.w-commerce-commercecartapplepaybutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 8px;
  height: 38px;
  min-height: 30px;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

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

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

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

.w-commerce-commercecartcheckoutbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 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;
  text-align: center;
}

.w-commerce-commercecartemptystate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -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-commercecarterrorstate {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -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;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  background-color: #ffdede;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethodslist {
  border-left-color: #e6e6e6;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-color: #e6e6e6;
  border-right-width: 1px;
  border-right-style: solid;
}

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 64px;
  padding-bottom: 64px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  background-color: #fff;
}

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

.w-commerce-commercecheckoutcardnumber {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  font-weight: 400;
  margin-left: 8px;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartoptionpill {
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #000;
  border-bottom-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    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-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    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-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: 'DM Sans', sans-serif;
  color: #5d6a6a;
  font-size: 18px;
  line-height: 1.667em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: Arboria, sans-serif;
  color: #19474e;
  font-size: 84px;
  line-height: 90px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: Zodiak, sans-serif;
  color: #19474e;
  font-size: 38px;
  line-height: 1.316em;
  font-weight: 800;
}

h3 {
  margin-top: 0px;
  margin-bottom: 11px;
  font-family: Zodiak, sans-serif;
  color: #19474e;
  font-size: 24px;
  line-height: 1.417em;
  font-weight: 800;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Zodiak, sans-serif;
  color: #19474e;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 800;
}

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Zodiak, sans-serif;
  color: #19474e;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 800;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Zodiak, sans-serif;
  color: #19474e;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 800;
}

p {
  margin-bottom: 20px;
}

a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #19474e;
}

a:hover {
  color: #41c67e;
}

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

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

li {
  margin-bottom: 8px;
}

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

label {
  display: block;
  margin-bottom: 24px;
  color: #19474e;
  line-height: 1.111em;
  font-weight: 700;
}

strong {
  color: #19474e;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 95px 87px;
  border-left: 0px solid #000;
  border-radius: 16px;
  background-color: #1a6855;
  background-image: url('../images/shape-quote-donate-template.svg'), url('../images/shape-quote-donate-template.svg');
  background-position: 130% -68px, -105px 150%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
  font-size: 24px;
  line-height: 1.583em;
  font-weight: 500;
  text-align: center;
}

figure {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

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

.flex.center.partners {
  margin-right: -80px;
  margin-bottom: -30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

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

.bg-secondary-3 {
  background-color: #daf3e6;
}

.bg-secondary-4 {
  background-color: #142a31;
}

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

.bg-neutral-600 {
  background-color: #5d6a6a;
}

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

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

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

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

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

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

.container-default {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1256px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-default.results {
  padding-top: 40px;
}

.container-default.contenedor-aboutus {
  margin-bottom: 12rem;
}

.container-default.contenedor-elementos-revolucion {
  display: block;
  max-width: 1256px;
  padding-right: 0px;
  padding-left: 0px;
}

.container-default.contenedor-elementos-revolucion.contenedor-nuevo {
  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;
}

.style-guide-content {
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 8px 22px 0 rgba(8, 15, 52, 0.04);
}

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

.style-guide-title {
  margin-top: 0px;
}

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

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

.style-guide-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10000000px;
  background-color: #41c67e;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.style-guide-sidebar-icon {
  width: 60%;
}

.style-guide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease;
  color: #5d6a6a;
  text-decoration: none;
}

.style-guide-link:hover {
  background-color: #daf3e6;
  color: #41c67e;
}

.style-guide-link.w--current {
  background-color: #daf3e6;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #41c67e;
  font-weight: 700;
}

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

.style-guide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #edf6f6;
  color: #19474e;
  font-size: 22px;
  line-height: 24px;
}

.style-guide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #edf6f6;
}

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

.color-container {
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(10, 99, 44, 0.04), 0 12px 22px 0 rgba(118, 247, 154, 0.04);
}

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

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

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

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

.style-guide-subtitle {
  margin-top: 0px;
}

.style-guide-subtitle.rich-text {
  margin-top: 88px;
}

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

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

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

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

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

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

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

.typography-details {
  margin-top: 15px;
  color: #41c67e;
  font-weight: 500;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.style-guide-subheader {
  padding: 56px 68px 46px;
  background-color: #ebf3ec;
}

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

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

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

.button-primary {
  padding: 25px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #41c67e;
  border-radius: 10000px;
  background-color: #41c67e;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  line-height: 1.111em;
  font-weight: 700;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

.button-primary.small {
  padding: 17px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-primary.small.newsletter {
  position: absolute;
  right: 8px;
  font-size: 18px;
  line-height: 1.111em;
}

.button-primary.small.search {
  position: absolute;
  right: 8px;
  display: none;
}

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

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

.button-primary.full-width:hover {
  -webkit-transform: scale3d(0.98, 0.98, 1.01);
  transform: scale3d(0.98, 0.98, 1.01);
}

.button-primary.full-width.protected-page {
  width: 100%;
}

.button-primary.checkout {
  margin-top: 15px;
  margin-bottom: 0px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary.checkout:hover {
  -webkit-transform: scale3d(0.98, 0.98, 1.01);
  transform: scale3d(0.98, 0.98, 1.01);
}

.button-primary.header-button {
  position: relative;
  z-index: 2;
  display: block;
  padding: 17px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-primary.header-button.btn-info-menumob {
  display: none;
}

.button-primary.card-donation {
  margin-top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.button-primary.card-donation:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-primary.contact-form-button {
  max-height: 57px;
  max-width: 232px;
  min-height: 57px;
  min-width: 232px;
  margin-top: 0px;
  padding: 0px;
  border-radius: 60px;
  background-color: #f09;
  font-family: arboria, sans-serif;
  line-height: 0px;
}

.button-primary.cart-empty {
  margin-top: 40px;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
}

.button-primary.mobile-header-button {
  padding: 17px 24px;
  font-size: 16px;
  line-height: 1.125em;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary {
  padding: 25px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #dae5e4;
  border-radius: 80px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(37, 63, 65, 0.07);
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, border-color 300ms ease, color 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, border-color 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #19474e;
  line-height: 1.111em;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary:hover {
  border-color: #41c67e;
  background-color: #41c67e;
  box-shadow: 0 0 0 0 rgba(37, 63, 65, 0.07);
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
  color: #fff;
}

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

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

.button-secondary.discounts {
  height: auto;
  margin-left: 0px;
  padding-right: 16px;
  padding-bottom: 15px;
  padding-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 1px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary.discounts:hover {
  -webkit-transform: scale3d(0.98, 0.98, 1.01);
  transform: scale3d(0.98, 0.98, 1.01);
}

.button-secondary.outline-white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button-secondary.outline-white:hover {
  border-color: #41c67e;
  background-color: #41c67e;
}

.button-secondary.video-button {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 19px;
  padding-bottom: 19px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
}

.button-secondary.video-button:hover {
  border-color: #dae5e4;
  background-color: #fff;
  color: #41c67e;
}

.button-secondary.video-button-small {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
  text-decoration: none;
}

.button-secondary.video-button-small.card-testimonial {
  left: 40px;
  bottom: 42px;
}

.button-secondary.video-button-small.card-testimonial:hover {
  border-color: #dae5e4;
  background-color: #fff;
  color: #41c67e;
}

.button-secondary.category {
  margin-bottom: 24px;
  padding: 20px 32px;
  border-color: #edf6f6;
  box-shadow: 0 4px 4px 0 rgba(37, 63, 65, 0.07);
  color: #435655;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary.category:hover {
  color: #fff;
}

.button-secondary.category.w--current {
  border-color: #41c67e;
  background-color: #41c67e;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  color: #fff;
}

.button-secondary.category.all {
  margin-right: 24px;
}

.button-secondary.pagination {
  margin-top: 80px;
  font-size: 18px;
}

.button-secondary.full-width {
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary.full-width:hover {
  -webkit-transform: scale3d(0.98, 0.98, 1.01);
  transform: scale3d(0.98, 0.98, 1.01);
}

.button-secondary.full-width.buy-now {
  margin-top: 14px;
}

.style-guide-button-container {
  margin-top: 40px;
}

.cards-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-bottom: 0px;
  padding-top: 28px;
  padding-bottom: 28px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.header-logo {
  display: block;
}

.header-logo.logonav {
  display: none;
}

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

.nav-item-wrapper {
  display: block;
  margin-right: 40px;
  margin-bottom: 0px;
}

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

.menu-button {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nav-menu {
  z-index: 1;
}

.footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 44px;
  padding-bottom: 0px;
  background-color: #000;
}

.footer-logo-container {
  margin-bottom: 21px;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

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

.footer-logo {
  width: 177px;
}

.footer-nav-item {
  margin-bottom: 18px;
}

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

.section.utility-page {
  padding-bottom: 112px;
  background-color: #ebf3ec;
}

.section.hero {
  position: relative;
  overflow: hidden;
  max-height: 679px;
  padding-top: 246px;
  padding-bottom: 295px;
}

.section.hero.mainsectionpage2 {
  background-image: url('../images/header-page2-final.png');
  background-position: 0px 0px;
  background-size: auto;
}

.section.hero.mainsectionpage2.mainsectionpage3 {
  background-image: url('../images/header-page-3.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.hero.home-main-sec {
  background-color: transparent;
}

.section.no-paddings {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.no-paddings.achievements-section {
  position: relative;
  margin-top: -176px;
}

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

.section.bg-secondary-1.faqs {
  overflow: hidden;
  padding-top: 128px;
  padding-bottom: 128px;
}

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

.section.bg-neutral-100.blog-hero {
  padding-top: 167px;
  padding-bottom: 107px;
}

.section.bg-neutral-100.team {
  position: relative;
  overflow: hidden;
  padding-top: 167px;
  padding-bottom: 107px;
}

.section.about-hero {
  position: relative;
  overflow: hidden;
  padding-top: 235px;
  padding-bottom: 0px;
}

.section.post-hero {
  position: relative;
  overflow: hidden;
  padding-top: 185px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}

.section.bg-neutral-200.padding-100px {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.bg-neutral-200.donations-page {
  position: relative;
  padding-top: 164px;
  padding-bottom: 144px;
}

.section.padding-160px {
  padding-top: 128px;
  padding-bottom: 128px;
}

.section.padding-160px.checkout {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.section.category {
  overflow: hidden;
  padding-top: 167px;
  padding-bottom: 122px;
}

.section.padding-180px {
  padding-top: 144px;
  padding-bottom: 144px;
}

.section.donation {
  position: relative;
  padding-bottom: 0px;
}

.section.contact {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-top: 184px;
}

.section.coming-soon {
  position: relative;
  overflow: hidden;
  padding-top: 175px;
  padding-bottom: 122px;
}

.section.sec-instalar-home {
  background-color: #fff;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 930px;
  padding: 60px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap.protected-page {
  min-height: auto;
  padding-top: 170px;
  padding-bottom: 80px;
}

.utility-page-wrap.not-found {
  min-height: auto;
  margin-bottom: -150px;
  padding-top: 214px;
  padding-bottom: 262px;
}

.input {
  min-height: 70px;
  margin-bottom: 0px;
  padding-right: 25px;
  padding-left: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #dae5e4;
  border-radius: 100000px;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(8, 15, 52, 0.04);
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease, color 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, color 300ms ease;
  color: #19474e;
  font-size: 18px;
  line-height: 1.111em;
}

.input:hover {
  border-color: #41c67e;
  box-shadow: 0 1px 1px 0 rgba(8, 15, 52, 0.04);
}

.input:focus {
  border-color: #41c67e;
  box-shadow: 0 1px 1px 0 rgba(8, 15, 52, 0.04);
  color: #19474e;
}

.input.-wfp-focus {
  border-color: #41c67e;
  box-shadow: 0 1px 1px 0 rgba(8, 15, 52, 0.04);
  color: #19474e;
}

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

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

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

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

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

.input.checkout {
  height: 46px;
  margin-bottom: 16px;
}

.input.discounts {
  width: 100%;
  height: 46px;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 1px;
}

.input.newsletter {
  padding-right: 160px;
}

.input.search {
  padding-right: 65px;
  background-image: url('../images/icon-search-donate-template.svg');
  background-position: 95% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.input.custom-amount {
  width: 100%;
  height: auto;
  max-width: 150px;
  margin-right: 10px;
  margin-left: 10px;
}

.input.cart-item-quantity {
  height: auto;
  min-height: 38px;
  padding-right: 6px;
  padding-left: 12px;
}

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

.container-medium-761px.changelog {
  margin-top: -180px;
}

.container-medium-761px.utility-page {
  text-align: center;
}

.horizontal-divider {
  width: 100%;
  min-height: 1px;
  margin-top: 28px;
  margin-bottom: 28px;
  background-color: #dae5e4;
}

.horizontal-divider.utility-pages {
  margin-top: 60px;
  margin-bottom: 60px;
}

.horizontal-divider.card-project {
  margin-top: 32px;
  margin-bottom: 21px;
}

.horizontal-divider.large {
  margin-top: 48px;
  margin-bottom: 48px;
}

.paragraph.utility-page {
  margin-bottom: 0px;
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.714em;
}

.card {
  overflow: hidden;
  padding: 60px 44px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #edf6f6;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(8, 15, 52, 0.04);
}

.card.changelog {
  margin-bottom: 40px;
  padding: 60px 50px;
  text-align: center;
}

.card.checkout {
  margin-bottom: 40px;
  padding: 0px;
}

.card.checkout.last {
  margin-bottom: 0px;
}

.card.checkout.order-summary {
  margin-bottom: 0px;
  border-width: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
}

.card.bg-secondary-2 {
  background-color: #1a6855;
}

.card.bg-secondary-2.partners {
  position: relative;
  padding: 160px 140px 154px;
}

.card.perk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 29px 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.65);
  background-image: linear-gradient(88.82deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0));
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.card.objective {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 239px;
  min-width: 619px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.card.no-padding {
  padding: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.card.no-padding.card-post-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #5d6a6a;
  text-decoration: none;
}

.card.no-padding.card-post-item:hover {
  box-shadow: 0 0 0 0 rgba(8, 15, 52, 0.04);
  color: #5d6a6a;
}

.card.no-padding.card-team-item {
  min-height: 100%;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #5d6a6a;
  text-align: center;
  text-decoration: none;
}

.card.no-padding.card-team-item:hover {
  box-shadow: 0 0 0 0 rgba(8, 15, 52, 0.04);
  color: #5d6a6a;
}

.card.no-padding.social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #5d6a6a;
  text-align: center;
  text-decoration: none;
}

.card.no-padding.social-media:hover {
  box-shadow: 0 0 0 0 rgba(8, 15, 52, 0.04);
  -webkit-transform: translate(0px, 8px);
  -ms-transform: translate(0px, 8px);
  transform: translate(0px, 8px);
  color: #5d6a6a;
}

.card.volunteers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 752px;
  padding-top: 50px;
  padding-right: 56px;
  padding-left: 56px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #5d6a6a;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card.volunteers:hover {
  box-shadow: 0 0 0 0 rgba(8, 15, 52, 0.04);
  -webkit-transform: translate3d(0px, 8px, 0.01px);
  transform: translate3d(0px, 8px, 0.01px);
  color: #5d6a6a;
}

.card.value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card.partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 185px;
  min-height: 83px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card.bg-secondary-4 {
  background-color: #142a31;
}

.card.bg-secondary-4.newsletter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 104px 72px 119px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card.card-donation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding-top: 46px;
  padding-bottom: 41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate3d(0px, 0px, 0.01px);
  transform: translate3d(0px, 0px, 0.01px);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #5d6a6a;
  text-align: center;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card.card-donation:hover {
  box-shadow: 0 0 0 0 rgba(8, 15, 52, 0.04);
  -webkit-transform: translate3d(0px, 8px, 0.01px);
  transform: translate3d(0px, 8px, 0.01px);
  color: #5d6a6a;
}

.card.cause {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 37px 52px;
}

.card.donation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 567px;
  padding: 68px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card.card-contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 740px;
  padding: 92px 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card.contact {
  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-transform: translate3d(0px, 0px, 0.01px);
  transform: translate3d(0px, 0px, 0.01px);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #5d6a6a;
  text-align: center;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card.contact:hover {
  box-shadow: 0 0 0 0 rgba(8, 15, 52, 0.04);
  -webkit-transform: translate3d(0px, 8px, 0.01px);
  transform: translate3d(0px, 8px, 0.01px);
  color: #5d6a6a;
}

.card.faq {
  margin-bottom: 30px;
  padding: 40px 33px 40px 38px;
  cursor: pointer;
}

.card.protected-page-form {
  position: relative;
  z-index: 1;
  padding: 92px 88px;
  text-align: center;
}

.card.coming-soon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 74px 68px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-block-header {
  padding: 30px 40px 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-width: 0px;
}

.checkout-block-content {
  padding: 10px 40px 40px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

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

.title.order-item-title {
  color: #19474e;
  font-weight: 700;
  text-decoration: none;
}

.title.order-item-title:hover {
  color: #41c67e;
}

.title.post-item-title {
  margin-bottom: auto;
}

.split-content.checkout-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.split-content.checkout-right {
  top: 125px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.split-content.header-right {
  position: relative;
  z-index: 2;
}

.split-content.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.achievements-section-left {
  max-width: 462px;
}

.split-content.achievements-section-right {
  width: 100%;
  max-width: 571px;
}

.split-content.perks-left {
  max-width: 45%;
  margin-right: 20px;
}

.split-content.perks-left.ctntxtpage3 {
  max-width: 51%;
}

.split-content.perks-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 45%;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.split-content.cta-left {
  max-width: 515px;
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-content.cta-right {
  max-width: 422px;
}

.split-content.testimonial-left {
  max-width: 592px;
  margin-right: 40px;
}

.split-content.testimonial-right {
  max-width: 489px;
}

.split-content.blog-section-top-left {
  max-width: 413px;
}

.split-content.blog-section-top-right {
  margin-top: auto;
  margin-bottom: 13px;
}

.split-content.footer-left {
  max-width: 33.33%;
  margin-right: 50px;
}

.split-content.footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67.67%;
  max-width: 783px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.split-content.about-hero-content-left {
  max-width: 597px;
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-content.story-left {
  max-width: 47%;
  margin-bottom: auto;
}

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

.split-content.values-top-left {
  max-width: 432px;
}

.split-content.partners-left {
  max-width: 42%;
  margin-right: 40px;
}

.split-content.partners-right {
  width: 100%;
  max-width: 618px;
}

.split-content.story-content-left {
  max-width: 530px;
}

.split-content.story-content-right {
  max-width: 550px;
  margin-top: 50px;
}

.split-content.z-index-1.newsletter-left {
  max-width: 370px;
  margin-right: 40px;
}

.split-content.z-index-1.newsletter-right {
  width: 100%;
  max-width: 514px;
}

.split-content.blog-category-top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-bottom: 28px;
  -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;
}

.split-content.blog-category-top-right {
  margin-bottom: 28px;
}

.split-content.donation-left {
  max-width: 44%;
  margin-top: 61px;
  margin-right: 40px;
  margin-bottom: auto;
}

.split-content.donation-right {
  width: 100%;
  max-width: 575px;
}

.split-content.faqs-left {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 600px;
  margin-right: 24px;
}

.split-content.faqs-right {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 600px;
}

.split-content.social-media-top-left {
  max-width: 465px;
  margin-right: 60px;
}

.split-content.social-media-top-right {
  max-width: 525px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-content.card-coming-soon-left {
  max-width: 362px;
  margin-right: 40px;
}

.split-content.card-coming-soon-right {
  width: 100%;
  max-width: 515px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-content.team-articles-top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -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;
}

.split-content.team-articles-top-right {
  max-width: 413px;
  margin-top: auto;
  margin-bottom: 13px;
}

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

.checkout-field-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.checkout-required-text {
  color: #19474e;
}

.checkout-billing-address-toggle {
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-checkbox-label {
  margin-bottom: 0px;
}

.checkout-checkbox {
  margin-top: 0px;
}

.order-item-list {
  margin-bottom: -40px;
}

.order-item {
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.order-item-image {
  max-width: 80px;
  margin-right: 20px;
  margin-bottom: 15px;
  -webkit-transform: scale3d(1, 1, 1.01) translate(0px, 0px);
  transform: scale3d(1, 1, 1.01) translate(0px, 0px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-wrapper.order-item-image:hover {
  -webkit-transform: scale3d(0.95, 0.95, 1.01) translate(0px, 0px);
  transform: scale3d(0.95, 0.95, 1.01) translate(0px, 0px);
}

.image-wrapper.borders-radius-16px.video {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-wrapper.borders-radius-16px.perks {
  height: 100%;
  max-width: 100%;
  margin-left: auto;
}

.image-wrapper.borders-radius-16px.masonry-2 {
  max-width: 410px;
}

.image-wrapper.borders-radius-16px.masonry-3 {
  margin-bottom: 88px;
}

.image-wrapper.borders-radius-16px.post-featured {
  max-width: 49%;
  margin-right: 40px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.image-wrapper.borders-radius-16px.team {
  margin-bottom: 40px;
}

.image-wrapper.borders-radius-16px.instagram-image {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-wrapper.card-testimonial {
  position: relative;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-wrapper.card-volunteers-icon {
  width: 115px;
  max-height: 115px;
  min-height: 115px;
  min-width: 115px;
  margin-right: 23px;
  border-radius: 1000000px;
}

.image-wrapper.card-donation {
  width: 137px;
  max-height: 137px;
  min-height: 137px;
  min-width: 137px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  border-radius: 10000000px;
}

.image-wrapper.card-contact {
  width: 98px;
  max-height: 98px;
  min-height: 98px;
  min-width: 98px;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
  border-radius: 1000000px;
}

.image-wrapper.card-social-media {
  max-height: 150px;
  min-height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1a6855;
}

.image-wrapper.card-social-media-icon {
  width: 110px;
  max-height: 110px;
  min-height: 110px;
  min-width: 110px;
  margin-right: auto;
  margin-bottom: 38px;
  margin-left: auto;
  border-radius: 100000px;
  background-color: #fff;
  box-shadow: 0 7px 19px 0 rgba(8, 15, 52, 0.04);
}

.image-wrapper.card-protected-page-form-icon {
  width: 106px;
  max-height: 106px;
  min-height: 106px;
  min-width: 106px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10000000px;
  background-color: #daf3e6;
}

.image.order-item-image {
  width: auto;
  height: auto;
}

.image.cover {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.cover.footer-illustration {
  margin-bottom: -1px;
}

.image.cover.bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image.cover.img-mobile {
  display: none;
}

.image.achievement-icon {
  width: 80px;
  max-height: 80px;
  min-height: 80px;
  min-width: 80px;
  margin-bottom: 22px;
  border-radius: 1000000000px;
}

.image.check-icon {
  width: 24px;
  max-height: 24px;
  min-height: 24px;
  min-width: 24px;
  margin-top: -2px;
  margin-right: 10px;
  border-radius: 1000000px;
}

.image.card-perk-icon {
  width: 72px;
  max-height: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-right: 19px;
  border-radius: 1000000000px;
}

.image.card-objective-icon {
  width: 132px;
  max-height: 86px;
  max-width: 86px;
  min-height: 86px;
  min-width: 86px;
  margin-right: 12px;
  margin-bottom: 15px;
  border-radius: 10000000px;
}

.image.testimonial-avatar {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-right: 16px;
  border-radius: 1000000px;
}

.image.video-button-icon {
  max-width: 16px;
  margin-right: 7px;
}

.image.card-project-about-icon {
  max-width: 26px;
  margin-right: 14px;
}

.image.partners-logo {
  margin-right: 80px;
  margin-bottom: 30px;
}

.image.result-icon {
  width: 80px;
  max-height: 80px;
  min-height: 80px;
  min-width: 80px;
  margin-bottom: 23px;
  border-radius: 10000000px;
}

.image.card-value-icon {
  width: 123px;
  max-height: 123px;
  min-height: 123px;
  min-width: 123px;
  margin-right: 28px;
  border-radius: 100000000px;
}

.image.card-cause-icon {
  width: 82px;
  max-height: 82px;
  min-height: 82px;
  min-width: 82px;
  margin-right: 27px;
  border-radius: 10000000px;
}

.image.style-guide-icon {
  width: 80px;
  max-height: 80px;
  min-height: 80px;
  min-width: 80px;
  border-radius: 10000000px;
}

.image.instagram-image-icon {
  position: absolute;
  display: none;
  width: 82px;
  max-height: 82px;
  min-height: 82px;
  min-width: 82px;
  border-radius: 100000000px;
}

.image.instagram-image-icon.small {
  width: 60px;
  max-height: 60px;
  min-height: 60px;
  min-width: 60px;
}

.image.success-message-icon {
  width: 85px;
  max-height: 85px;
  min-height: 85px;
  min-width: 85px;
  margin-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 100000000px;
}

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

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

.order-item-price {
  color: #19474e;
}

.order-item-result {
  color: #19474e;
}

.apple-pay {
  height: 56px;
  border-radius: 10000000px;
}

.checkout-line-item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-summary-subtotal {
  color: #19474e;
  font-weight: 500;
}

.order-summary-total {
  color: #19474e;
  font-size: 20px;
}

.discounts {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0px;
}

.paypal {
  margin-bottom: 15px;
}

.checkout-hero-wrapper {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-button {
  margin-right: 40px;
  padding: 0px;
  background-color: transparent;
  line-height: 1.111em;
}

.cart-button.v2 {
  margin-right: 0px;
  color: #19474e;
}

.cart-button.v2:hover {
  color: #41c67e;
}

.cart-quantity {
  height: auto;
  min-width: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 1.111em;
  font-weight: 400;
}

.cart-quantity.v2 {
  color: #19474e;
}

.cart-container {
  max-width: 500px;
  min-width: auto;
  border-radius: 16px;
  box-shadow: 0 5px 25px 0 rgba(8, 15, 52, 0.04);
}

.grid-licenses-images {
  margin-top: 24px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.licenses-link-image-container {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 6px 16px 0 rgba(8, 15, 52, 0.04);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.licenses-link-image-container:hover {
  box-shadow: 0 8px 20px 0 rgba(8, 15, 52, 0.04);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.bg-neutral-800 {
  background-color: #19474e;
}

.cart-close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.cart-close-button:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.text-400 {
  font-size: 24px;
  line-height: 1.083em;
}

.text-400.medium {
  font-weight: 500;
}

.text-400.bold {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-300.medium {
  font-weight: 500;
}

.text-300.bold {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.text-300.bold.link-decoration-none {
  display: block;
  text-decoration: none;
}

.text-300.faq {
  margin-right: 20px;
  margin-bottom: 0px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
}

.text-200 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-200.medium {
  font-weight: 500;
}

.text-200.medium.card-post-item-date {
  margin-right: 20px;
}

.text-200.medium.arrow-link-icon {
  margin-left: 10px;
  font-family: 'Icons Donate Template', sans-serif;
  color: #19474e;
  font-size: 14px;
  font-weight: 400;
}

.text-200.medium.arrow-link-icon-v2 {
  margin-left: 10px;
  font-family: 'Icons Donate Template', sans-serif;
  color: #41c67e;
  font-size: 12px;
  font-weight: 400;
}

.text-200.bold {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.text-200.bold.text-primary-1 {
  display: block;
  color: #1bba4a;
  font-size: 21px;
  line-height: 28px;
}

.text-200.bold.text-primary-1.texto-eficiencia {
  font-family: arboria, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.text-200.bold.text-primary-1.txt-mobile {
  display: none;
}

.text-200.bold.text-neutral-800 {
  font-family: arboria, sans-serif;
  color: #000;
  line-height: 32px;
  font-weight: 500;
}

.text-200.bold.text-neutral-100.form-contacttext {
  font-family: arboria, sans-serif;
  font-size: 12px;
  line-height: 98%;
}

.text-200.bold.text-neutral-100.form-contactsidetext {
  font-family: arboria, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.text-200.bold.dropdown-title {
  color: #19474e;
}

.text-200.bold.dropdown-v2 {
  color: #19474e;
}

.text-200.text-neutral-100.footer-nav-link {
  text-decoration: none;
  white-space: nowrap;
}

.text-200.text-neutral-100.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.text-200.text-neutral-100.footer-copyright {
  margin-right: 40px;
  margin-bottom: 0px;
  font-family: arboria, sans-serif;
  font-size: 12px;
  line-height: 160%;
}

.text-200.nav-link {
  text-decoration: none;
  white-space: nowrap;
}

.text-200.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #19474e;
}

.text-200.dropdown:hover {
  color: #41c67e;
}

.text-100 {
  font-size: 16px;
  line-height: 1.125em;
}

.text-100.medium {
  font-weight: 500;
}

.text-100.bold {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.absolute {
  position: absolute;
}

.absolute.image-full {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.absolute.achievements-section {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
  width: 50%;
  background-color: #fff;
}

.absolute.partners {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 280px;
  background-color: #fff;
}

.absolute.card-post-item-category {
  top: 24px;
  right: 37px;
  padding: 14px 18px;
  border-radius: 1000000px;
  background-color: #fff;
  color: #435655;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
  text-align: center;
}

.absolute.shape.achievements {
  top: -286px;
  right: 289px;
}

.absolute.shape.partners-1 {
  left: -256px;
  bottom: -242px;
}

.absolute.shape.partners-2 {
  top: -233px;
  right: -235px;
}

.absolute.shape.newsletter {
  left: -140px;
  top: -140px;
}

.absolute.shape.faqs {
  left: -346px;
  top: -452px;
}

.absolute.shape.card-social-media-1 {
  left: -89px;
  top: -105px;
}

.absolute.shape.card-social-media-2 {
  top: -70px;
}

.absolute.shape.card-social-media-3 {
  top: -96px;
  right: -89px;
}

.absolute.shape.card-social-media-4 {
  left: -108px;
  bottom: -109px;
}

.absolute.shape.card-social-media-5 {
  bottom: -69px;
}

.absolute.shape.card-social-media-6 {
  right: -115px;
  bottom: -110px;
}

.absolute.shape.protected-page {
  top: 0px;
  right: -731px;
}

.absolute.shape.not-found-1 {
  left: -631px;
  bottom: -403.594px;
}

.absolute.shape.not-found-2 {
  top: -325px;
  right: -589px;
}

.absolute.bg-secondary-4.about-hero {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 79%;
}

.absolute.bg-secondary-4.post-hero {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 720px;
}

.absolute.bg-secondary-4.team {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 505px;
}

.absolute.bg-neutral-100.newsletter {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 50%;
}

.absolute.bg-neutral-200.post-newsletter {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 50%;
}

.absolute.donations-page {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  min-height: 720px;
}

.absolute.donation-page {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  min-height: 93%;
}

.absolute.contact {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  min-height: 720px;
}

.absolute.coming-soon {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  min-height: 68%;
}

.absolute.header {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
}

.absolute.header-v2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #000;
  opacity: 0.54;
}

.overlay.instagram-image {
  display: none;
}

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

.container-large-1036px.z-index-1 {
  max-width: 100%;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.text-neutral-100 {
  max-width: 850px;
  font-family: Arboria, sans-serif;
  color: #fff;
}

.text-neutral-100.form-subtext {
  margin-top: 30px;
  font-family: arboria, sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}

.text-neutral-100.form-heading {
  font-family: arboria, sans-serif;
  font-size: 68px;
  line-height: 52px;
  font-weight: 700;
}

.button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -25px;
}

.max-width-667px {
  max-width: 667px;
}

.max-width-667px.center {
  margin-right: auto;
  margin-left: auto;
}

.margin-bottom-0px {
  max-height: 160px;
  min-width: 400px;
  margin-bottom: 0px;
  font-family: arboria, sans-serif;
  color: #5f6a6a;
  line-height: 32px;
}

.button-row-first {
  margin-right: 25px;
  margin-bottom: 25px;
}

.button-row-last {
  margin-bottom: 25px;
}

.justify-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.margin-bottom-default {
  margin-bottom: 48px;
}

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

.margin-bottom-30px {
  margin-bottom: 30px;
  font-family: arboria, sans-serif;
  color: #000;
}

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

.text-primary-1 {
  color: #41c67e;
}

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

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

.max-width-470px {
  max-width: 470px;
}

.max-width-470px.center {
  margin-right: auto;
  margin-left: auto;
}

.achievements-section-main-wrapper {
  padding-top: 162px;
  padding-right: 69px;
  padding-bottom: 158px;
  background-color: #fff;
}

.split-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.split-content-wrapper.achievements-section {
  position: relative;
  z-index: 2;
}

.split-content-wrapper.results {
  margin-right: -40px;
  margin-bottom: -40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.split-content-wrapper.blog-category {
  margin-bottom: -12px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.split-content-wrapper.faqs {
  position: relative;
  margin-bottom: -30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-small-559px {
  overflow: hidden;
  max-width: 559px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.achievements-section-divider {
  width: 1px;
  min-height: 100%;
  margin-top: 0px;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #dae5e4;
}

.margin-top-default {
  margin-top: 48px;
}

.borders-radius-16px {
  border-radius: 16px;
}

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

.grid-3-columns.style-1 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-row-gap: 41px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
}

.grid-3-columns.style-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.max-width-430px {
  max-width: 430px;
}

.h3-size {
  font-family: Zodiak, sans-serif;
  color: #19474e;
  font-size: 24px;
  line-height: 1.417em;
  font-weight: 800;
}

.h3-size.result-number {
  margin-bottom: 3px;
  font-size: 32px;
  line-height: 1.563em;
}

.margin-bottom-6px {
  margin-bottom: 6px;
}

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

.grid-1-column.margin-bottom-default {
  margin-top: 29px;
}

.grid-1-column.perks {
  position: absolute;
  left: -59px;
  right: auto;
  bottom: 65px;
  max-width: 65%;
  min-width: 393px;
}

.text-neutral-800 {
  color: #19474e;
}

.grid-2-columns {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-columns.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-2-columns.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.position-relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

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

.slide-nav {
  display: none;
}

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

.slider {
  height: 100%;
  background-color: transparent;
}

.mask.projects {
  overflow: visible;
  max-width: 385px;
}

.card-objective-content {
  max-width: 400px;
  margin-left: 2rem;
}

.margin-bottom-8px {
  margin-bottom: 0px;
  font-family: arboria, sans-serif;
  color: #111412;
  font-size: 18px;
  line-height: 52px;
  font-weight: 700;
}

.card-testimonial-content {
  padding: 45px 40px 52px;
}

.slide {
  margin-right: 27px;
}

.max-width-522px {
  max-width: 522px;
}

.max-width-522px.center {
  margin-right: auto;
  margin-left: auto;
}

.opacity-24 {
  opacity: 0.24;
}

.content-bottom.card-testimonial {
  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;
}

.content-bottom.card-project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -30px;
  -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;
}

.content-bottom.card-post-item {
  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-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;
}

.content-bottom.faq {
  max-width: 458px;
}

.card-project-content {
  padding: 32px 16px 38px 32px;
}

.card-project-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-project-about-wrapper.last {
  margin-right: 0px;
}

.slider-right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  max-height: 80px;
  min-height: 80px;
  min-width: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100000000px;
  background-color: #19474e;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Icons Donate Template', sans-serif;
  font-size: 30px;
  line-height: 1em;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slider-right-arrow:hover {
  background-color: #142a31;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.slider-left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  max-height: 80px;
  min-height: 80px;
  min-width: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100000000px;
  background-color: #19474e;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Icons Donate Template', sans-serif;
  font-size: 30px;
  line-height: 1em;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slider-left-arrow:hover {
  background-color: #142a31;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.empty-state {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 40px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #dae5e4;
  border-radius: 16px;
  background-color: transparent;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.empty-state.card-empty {
  padding: 0px;
  border-width: 0px;
  font-family: Zodiak, sans-serif;
  color: #19474e;
  font-size: 26px;
  line-height: 1.316em;
  font-weight: 800;
}

.empty-state.card-empty.cart-empty {
  margin: 100px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.empty-state.card-empty.add-cart-empty {
  margin-top: auto;
  margin-bottom: auto;
}

.empty-state.white {
  border-color: #fff;
  color: #fff;
}

.card-post-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 24px 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.arrow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.margin-bottom-large {
  margin-bottom: 60px;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-neutral-200 {
  color: #f7f7f7;
}

.text-neutral-200.margin-bottom-30px.footer-maintext {
  font-family: arboria, sans-serif;
  font-size: 12px;
  line-height: 160%;
}

.footer-menu-main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  max-width: 384px;
  margin-right: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

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

.footer-menu-wrapper.last {
  margin-right: 0px;
}

.footer-instagram-wrapper {
  max-width: 296px;
}

.footer-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-social-media-wrapper {
  margin-bottom: 0px;
}

.footer-social-media-wrapper.icons-footer-div {
  display: none;
  margin-bottom: 0px;
}

.social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-bottom: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30px;
  max-height: 30px;
  min-height: 30px;
  min-width: 30px;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000000000px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  font-family: 'Icons Donate Template', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
}

.social-media-link:hover {
  background-color: #41c67e;
  color: #fff;
}

.social-media-link.icon-size-12px {
  font-size: 12px;
}

.social-media-link.icon-size-13px {
  font-size: 13px;
}

.dropdown-arrow {
  display: block;
  margin-left: 8px;
  font-family: 'Icons Donate Template', sans-serif;
  font-size: 6px;
  font-weight: 400;
}

.dropdown-nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-link-dropdown {
  display: block;
  line-height: 1em;
}

.dropdown-list {
  left: -122px;
  padding-top: 20px;
  background-color: transparent;
}

.dropdown-nav-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 64px 66px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #dae5e4;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 14px 42px 0 rgba(8, 15, 52, 0.04);
}

.dropdown-nav-pages-wrapper {
  width: 100%;
  margin-right: 40px;
}

.dropdown-nav-pages-wrapper.last {
  margin-right: 0px;
}

.dropdown-nav-item {
  margin-bottom: 18px;
  line-height: 1.125em;
}

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

.text-breaking-no-wrap {
  white-space: nowrap;
}

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

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

.link-white {
  color: #fff;
}

.content-top.card-donation {
  margin-bottom: 23px;
}

.content-top.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.max-width-937px {
  max-width: 937px;
}

.text-neutral-400 {
  color: #dae5e4;
}

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

.result-wrapper {
  margin-right: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.margin-bottom-extra-large {
  margin-bottom: 105px;
}

.margin-bottom-large-v2 {
  margin-bottom: 90px;
}

.card-team-item-content {
  padding: 44px 30px 52px;
}

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

.margin-bottom-14px {
  margin-bottom: 14px;
}

.max-width-477px {
  max-width: 477px;
}

.max-width-477px.center {
  margin-right: auto;
  margin-left: auto;
}

.categories-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -24px;
  margin-bottom: -24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-hero-top-left {
  margin-right: 40px;
}

.blog-hero-top-right {
  width: 100%;
  max-width: 408px;
}

.content-link {
  display: block;
  color: #5d6a6a;
  text-decoration: none;
}

.content-link:hover {
  color: #5d6a6a;
}

.content-link.post-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-featured-content {
  max-width: 577px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.newsletter-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.max-width-694px {
  max-width: 694px;
}

.max-width-694px.center {
  margin-right: auto;
  margin-left: auto;
}

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

.post-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 585px;
  margin-bottom: -40px;
  -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;
}

.post-about-content {
  margin-right: 40px;
  margin-bottom: 40px;
}

.post-about-content.last {
  margin-right: 0px;
}

.rich-text h2 {
  margin-bottom: 24px;
}

.rich-text p {
  margin-bottom: 24px;
}

.rich-text ol {
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text h3 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.rich-text figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

.rich-text img {
  border-radius: 16px;
}

.rich-text h4 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.rich-text ul {
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text h5 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.rich-text blockquote {
  margin-top: 64px;
  margin-bottom: 64px;
}

.rich-text h6 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.h1-size {
  font-family: Zodiak, sans-serif;
  color: #19474e;
  font-size: 56px;
  line-height: 1.214em;
  font-weight: 800;
}

.h1-size.text-neutral-100 {
  color: #fff;
}

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

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

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

.card-donation-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-cause-content {
  margin-top: 10px;
}

.h4-size {
  font-family: Zodiak, sans-serif;
  color: #19474e;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 800;
}

.add-cart {
  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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.add-cart-default-state {
  margin-bottom: 0px;
}

.add-cart-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.select-wrapper {
  min-height: 70px;
  margin-bottom: 0px;
  padding-right: 25px;
  padding-left: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #dae5e4;
  border-radius: 100000px;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(8, 15, 52, 0.04);
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease;
}

.select-wrapper:hover {
  border-color: #41c67e;
  box-shadow: 0 1px 1px 0 rgba(8, 15, 52, 0.04);
}

.select-wrapper:focus {
  border-color: #41c67e;
  box-shadow: 0 1px 1px 0 rgba(8, 15, 52, 0.04);
}

.select-wrapper::-webkit-input-placeholder {
  color: #a1b3b2;
}

.select-wrapper:-ms-input-placeholder {
  color: #a1b3b2;
}

.select-wrapper::-ms-input-placeholder {
  color: #a1b3b2;
}

.select-wrapper::placeholder {
  color: #a1b3b2;
}

.select {
  min-height: 70px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
  background-color: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #5d6a6a;
  font-size: 18px;
  line-height: 1.111em;
}

.select:focus {
  color: #19474e;
}

.select::-webkit-input-placeholder {
  color: #a1b3b2;
}

.select:-ms-input-placeholder {
  color: #a1b3b2;
}

.select::-ms-input-placeholder {
  color: #a1b3b2;
}

.select::placeholder {
  color: #a1b3b2;
}

.add-cart-option-list {
  margin-bottom: 16px;
}

.add-cart-custom-amount-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.error-state2 {
  margin-top: 15px;
  padding: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 16px;
  background-color: #f33943;
  color: #fff;
  text-align: center;
}

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

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

.container-medium-890px.margin-bottom-70px {
  margin-bottom: 70px;
}

.contact-form-block {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.input-wrapper {
  max-width: 100%;
}

.text-area {
  max-height: 200px;
  max-width: 100%;
  min-height: 176px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 24px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #dae5e4;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(8, 15, 52, 0.04);
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease, color 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, color 300ms ease;
  color: #19474e;
  font-size: 18px;
  line-height: 1.111em;
}

.text-area:hover {
  border-color: #41c67e;
  box-shadow: 0 1px 1px 0 rgba(8, 15, 52, 0.04);
}

.text-area:focus {
  border-color: #41c67e;
  box-shadow: 0 1px 1px 0 rgba(8, 15, 52, 0.04);
  color: #19474e;
}

.text-area::-webkit-input-placeholder {
  color: #a1b3b2;
}

.text-area:-ms-input-placeholder {
  color: #a1b3b2;
}

.text-area::-ms-input-placeholder {
  color: #a1b3b2;
}

.text-area::placeholder {
  color: #a1b3b2;
}

.card-contact-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.margin-top-auto {
  margin-top: auto;
}

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

.faq-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 32px;
  max-height: 32px;
  min-height: 32px;
  min-width: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #19474e;
}

.faq-icon-1 {
  position: absolute;
  width: 16px;
  min-height: 4px;
  border-radius: 0.89px;
  background-color: #fff;
}

.faq-icon-2 {
  position: absolute;
  width: 4px;
  min-height: 16px;
  border-radius: 0.89px;
  background-color: #fff;
}

.space.faq {
  min-height: 10px;
}

.card-social-media-main-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -55px;
  padding-right: 23px;
  padding-bottom: 60px;
  padding-left: 23px;
  -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: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-social-media-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 315px;
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.success-message {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 40px;
  border-radius: 16px;
  background-color: #41c67e;
  font-family: Zodiak, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 1.316em;
  font-weight: 800;
  text-align: left;
}

.success-message.card-success {
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #41c67e;
}

.protected-page-form-block {
  position: relative;
  max-width: 578px;
}

.not-found-wrapper {
  position: relative;
  max-width: 535px;
  margin-bottom: 0px;
}

.not-found-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.h2-size {
  font-family: arboria, sans-serif;
  color: #000;
  font-size: 44px;
  line-height: 1.316em;
  font-weight: 800;
}

.big-number {
  font-family: Zodiak, sans-serif;
  color: #19474e;
  font-size: 124px;
  line-height: 1em;
  font-weight: 800;
}

.big-number.margin-bottom-18px {
  font-family: arboria, sans-serif;
  color: #000;
}

.margin-bottom-18px {
  margin-bottom: 18px;
}

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

.cart-wrapper {
  background-color: rgba(0, 5, 4, 0.9);
}

.cart-header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-color: #dae5e4;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-footer {
  padding-top: 20px;
  border-top-color: #dae5e4;
}

.cart-line-item {
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart-subtotal {
  color: #142a31;
  font-size: 20px;
}

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

.text-neutral-300 {
  color: #edf6f6;
}

.team-content {
  max-width: 558px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.cart {
  z-index: 3;
}

.loading-bar-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 900000000000000;
  display: none;
  overflow: hidden;
  min-height: 2px;
}

.loading-bar {
  min-height: 2px;
  border-radius: 1000000000000px;
  background-color: #41c67e;
}

.success-message-text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: arboria, sans-serif;
}

.heading-size-h3 {
  margin-bottom: 11px;
  font-size: 24px;
  line-height: 1.417em;
}

.heading {
  font-size: 36px;
}

.heading-2 {
  font-size: 21px;
}

.background-video {
  overflow: hidden;
  background-color: rgba(8, 15, 52, 0.04);
}

.background-video.section {
  height: 100vh;
}

.background-video-2 {
  position: static;
  min-height: 100vh;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  min-height: 2px;
  margin-right: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
}

.div-block.greenline {
  min-height: 2px;
  border-color: #1bba4a;
  background-color: #1bba4a;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.text-block.uptext-mobile-main {
  display: none;
}

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

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
  margin-bottom: 160px;
  padding-top: 160px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2.mainsectionpage2mob {
  display: none;
}

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

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-4.divtextbtn {
  width: 70%;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-5.divbtn {
  width: 30%;
}

.contenedor-texto-imagen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1256px;
  padding-right: 24px;
  padding-left: 24px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
}

.contenedor-texto-imagen.contenedor-texto-boton {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contenedor-texto-imagen.mainsectionpage2mob {
  display: block;
}

.text-block-2 {
  font-family: arboria, sans-serif;
  color: #1bba4a;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
}

.heading-3 {
  max-width: 450px;
  font-family: arboria, sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
}

.heading-3.whyus {
  max-width: 100%;
  color: #fff;
}

.paragraph-2 {
  max-width: 539px;
  font-family: arboria, sans-serif;
  color: #000;
  line-height: 32px;
  text-align: justify;
}

.paragraph-2.whyus-subtext {
  color: #fff;
}

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

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f1f0;
}

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

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  min-width: 350px;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-block-3 {
  font-family: arboria, sans-serif;
  color: #1bba4a;
  line-height: 43px;
  font-weight: 700;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 24px;
}

.image-3 {
  min-width: 65px;
  margin-top: 12px;
  padding-top: 0px;
}

.div-block-7 {
  padding-left: 1rem;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-4 {
  color: #fff;
}

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

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 276px;
  height: 57px;
  min-height: 0px;
  min-width: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background-color: #f09;
  font-family: arboria, sans-serif;
  color: #fff;
  line-height: 68px;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  color: #fff;
}

.button.btn-mobile {
  display: none;
}

.heading-5 {
  font-family: arboria, sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
}

.text-block-4 {
  font-family: arboria, sans-serif;
  color: #1bba4a;
  line-height: 28px;
  font-weight: 700;
}

.text-block-5 {
  font-family: arboria, sans-serif;
  color: #1bba4a;
  line-height: 28px;
  font-weight: 700;
}

.section-4 {
  display: block;
  min-height: 650px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  font-family: arboria, sans-serif;
  color: #1bba4a;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.heading-6 {
  max-width: 670px;
  margin-right: auto;
  margin-bottom: 6rem;
  margin-left: auto;
  font-family: arboria, sans-serif;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
}

.text-span {
  color: #1bba4a;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-7 {
  font-family: arboria, sans-serif;
  color: #000;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
}

.text-block-8 {
  font-family: arboria, sans-serif;
  color: #000;
  line-height: 26px;
  text-align: center;
}

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

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-height: 520px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.button-2 {
  min-height: 77px;
  min-width: 292px;
  border-style: solid;
  border-color: #000;
  border-radius: 70px;
  background-color: #1bba4a;
  font-family: arboria, sans-serif;
  line-height: 68px;
  font-weight: 700;
  text-align: center;
}

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

.container-2 {
  max-width: 1256px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-3 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.heading-eficiencia {
  font-family: arboria, sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
}

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

.checkbox-label {
  margin-left: 10px;
  font-family: arboria, sans-serif;
  color: #a8b8b8;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
}

.text-span-2 {
  color: #1bba4a;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background-color: #f3f3f3;
}

.image-4 {
  max-width: 123px;
  padding-bottom: 20px;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.06);
  border-radius: 1px;
}

.div-block-13 {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
  border-radius: 1px;
}

.socials-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 210px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-contactsubtext {
  font-family: arboria, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 160%;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 57px;
  max-width: 232px;
  min-height: 57px;
  min-width: 232px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background-color: #1bba4a;
  font-family: arboria, sans-serif;
  color: #fff;
  line-height: 68px;
  font-weight: 700;
  text-align: center;
}

.button-3:hover {
  color: #fff;
}

.button-3.btn-footer-mobile {
  display: none;
}

.link {
  font-family: arboria, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 160%;
}

.link.footer-links {
  padding-right: 40px;
  text-decoration: underline;
}

.footer-links {
  font-family: arboria, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 160%;
}

.div-block-14 {
  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;
}

.paragraph-4 {
  font-family: arboria, sans-serif;
  color: #000;
  line-height: 32px;
}

.paragraph-5 {
  font-family: arboria, sans-serif;
  color: #000;
  line-height: 32px;
}

.main-title-legal {
  font-family: arboria, sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
}

.sm-title-legal {
  font-family: arboria, sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 43px;
  font-weight: 700;
}

.txt-legal {
  margin-bottom: 3rem;
  font-family: arboria, sans-serif;
  color: #000;
  line-height: 32px;
}

.bold-text {
  color: #000;
}

.bold-text-2 {
  color: #000;
}

.bold-text-3 {
  color: #000;
}

.bold-text-4 {
  color: #000;
}

.bold-text-5 {
  color: #000;
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.utility-page {
    padding-bottom: 140px;
  }

  .section.hero {
    padding-top: 308px;
    padding-bottom: 500px;
  }

  .section.no-paddings.achievements-section {
    margin-top: -220px;
  }

  .section.bg-secondary-1.faqs {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.bg-neutral-100.blog-hero {
    padding-top: 209px;
    padding-bottom: 134px;
  }

  .section.bg-neutral-100.team {
    padding-top: 209px;
    padding-bottom: 134px;
  }

  .section.about-hero {
    padding-top: 294px;
  }

  .section.post-hero {
    padding-top: 231px;
  }

  .section.bg-neutral-200.padding-100px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.bg-neutral-200.donations-page {
    padding-bottom: 180px;
  }

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

  .section.category {
    padding-top: 209px;
    padding-bottom: 153px;
  }

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

  .section.donation {
    padding-top: 181px;
  }

  .section.contact {
    padding-top: 230px;
  }

  .section.coming-soon {
    padding-top: 219px;
  }

  .utility-page-wrap.protected-page {
    padding-top: 212px;
    padding-bottom: 100px;
  }

  .utility-page-wrap.not-found {
    padding-top: 268px;
    padding-bottom: 327px;
  }

  .container-medium-761px.changelog {
    margin-top: -230px;
  }

  .contenedor-texto-imagen {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .socials-footer.divshowmob {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  blockquote {
    padding: 80px 73px;
  }

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

  .style-guide-sidebar {
    display: none;
  }

  .container-default {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .style-guide-content {
    margin-left: 0px;
  }

  .section-styleguide {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .style-guide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-primary.header-button {
    margin-right: 20px;
  }

  .button-primary.mobile-header-button {
    position: relative;
    z-index: 1;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
  }

  .button-primary.mobile-header-button:hover {
    -webkit-transform: scale3d(0.98, 0.98, 1.01);
    transform: scale3d(0.98, 0.98, 1.01);
  }

  .cards-grid {
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header {
    padding-top: 24px;
    padding-bottom: 24px;
    background-image: none;
  }

  .header-navigation {
    margin-right: 24px;
    margin-left: 24px;
    padding-top: 120px;
    padding-bottom: 36px;
    -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;
  }

  .nav-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-item-wrapper.mobile-header-button {
    display: block;
    margin-top: 220px;
  }

  .menu-button {
    z-index: 2;
    width: 54px;
    max-height: 54px;
    min-height: 54px;
    min-width: 54px;
    padding: 12px;
    border-radius: 10000000px;
    background-color: #41c67e;
    -webkit-transform: scale3d(1, 1, 1.01);
    transform: scale3d(1, 1, 1.01);
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    color: #fff;
    font-size: 30px;
  }

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

  .menu-button.w--open {
    background-color: #41c67e;
  }

  .nav-menu {
    overflow: auto;
    width: 100%;
    max-height: 100vh;
    max-width: 100vw;
    min-height: 100vh;
    background-color: #142a31;
  }

  .nav-menu.v2 {
    background-color: #daf3e6;
  }

  .footer {
    padding-top: 40px;
  }

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

  .section.utility-page {
    padding-top: 150px;
    padding-bottom: 90px;
  }

  .section.hero {
    padding-top: 198px;
    padding-bottom: 0px;
  }

  .section.no-paddings.achievements-section {
    margin-top: 0px;
  }

  .section.bg-secondary-1.faqs {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .section.bg-neutral-100.blog-hero {
    padding-top: 160px;
    padding-bottom: 86px;
  }

  .section.bg-neutral-100.team {
    padding-top: 160px;
    padding-bottom: 86px;
  }

  .section.about-hero {
    padding-top: 188px;
  }

  .section.post-hero {
    padding-top: 160px;
  }

  .section.bg-neutral-200.padding-100px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.bg-neutral-200.donations-page {
    padding-top: 160px;
    padding-bottom: 115px;
  }

  .section.padding-160px {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .section.category {
    padding-top: 160px;
    padding-bottom: 98px;
  }

  .section.padding-180px {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .section.donation {
    padding-top: 160px;
  }

  .section.contact {
    padding-top: 160px;
  }

  .section.coming-soon {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .utility-page-wrap.not-found {
    padding-top: 160px;
    padding-bottom: 240px;
  }

  .container-medium-761px.changelog {
    margin-top: -160px;
  }

  .card.bg-secondary-2.partners {
    padding: 128px 60px 123px;
  }

  .card.perk {
    display: none;
  }

  .card.objective {
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

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

  .card.partner {
    max-width: 100%;
  }

  .card.bg-secondary-4.newsletter {
    padding: 83px 58px 95px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .card.donation {
    padding-right: 58px;
    padding-left: 58px;
  }

  .card.card-contact-form {
    padding: 64px 40px;
  }

  .card.protected-page-form {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .card.coming-soon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .checkout-block-header {
    padding-right: 60px;
    padding-left: 60px;
  }

  .checkout-block-content {
    padding-right: 60px;
    padding-left: 60px;
  }

  .split-content.checkout-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.achievements-section-left {
    max-width: 100%;
    text-align: center;
  }

  .split-content.achievements-section-right {
    max-width: 100%;
  }

  .split-content.perks-left {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 80px;
  }

  .split-content.perks-right {
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .split-content.cta-left {
    margin-right: 0px;
    margin-bottom: 60px;
    text-align: center;
  }

  .split-content.testimonial-left {
    max-width: 100%;
    margin-right: 0px;
  }

  .split-content.testimonial-right {
    max-width: 100%;
    margin-bottom: 80px;
  }

  .split-content.blog-section-top-left {
    margin-bottom: 28px;
    text-align: center;
  }

  .split-content.instagram-section-top-left {
    margin-bottom: 28px;
    text-align: center;
  }

  .split-content.footer-left {
    max-width: 324px;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.about-hero-content-left {
    margin-right: 0px;
    margin-bottom: 28px;
  }

  .split-content.story-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

  .split-content.values-top-left {
    margin-bottom: 28px;
    text-align: center;
  }

  .split-content.partners-left {
    max-width: 594px;
    margin-right: auto;
    margin-bottom: 70px;
  }

  .split-content.partners-right {
    max-width: 100%;
  }

  .split-content.story-content-right {
    margin-top: 40px;
  }

  .split-content.blog-top-left {
    margin-bottom: 28px;
    text-align: center;
  }

  .split-content.z-index-1.newsletter-left {
    margin-right: 0px;
    margin-bottom: 40px;
    text-align: center;
  }

  .split-content.blog-category-top-left {
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .split-content.donation-left {
    max-width: 550px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 80px;
  }

  .split-content.donation-right {
    max-width: 100%;
  }

  .split-content.faqs-left {
    max-width: 100%;
    margin-right: 0px;
  }

  .split-content.faqs-right {
    max-width: 100%;
  }

  .split-content.social-media-top-left {
    margin-right: 0px;
    margin-bottom: 11px;
    text-align: center;
  }

  .split-content.social-media-top-right {
    text-align: center;
  }

  .split-content.card-coming-soon-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.team-articles-top-left {
    margin-right: 0px;
    margin-bottom: 28px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .split-content.header-center {
    margin-right: 20px;
    margin-left: auto;
  }

  .image-wrapper.borders-radius-16px.perks {
    margin-left: 0px;
  }

  .image-wrapper.borders-radius-16px.masonry-2 {
    max-width: 85%;
  }

  .image-wrapper.card-volunteers-icon {
    margin-bottom: 20px;
  }

  .image.result-icon {
    margin-bottom: 20px;
  }

  .image.card-value-icon {
    margin-bottom: 20px;
  }

  .image.card-cause-icon {
    margin-bottom: 20px;
  }

  .image.instagram-image-icon {
    width: 70px;
    max-height: 70px;
    min-height: 70px;
    min-width: 70px;
  }

  .image.success-message-icon {
    width: 80px;
    max-height: 80px;
    min-height: 80px;
    min-width: 80px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }

  .cart-button {
    margin-right: 20px;
  }

  .text-200.bold.dropdown-title {
    color: #fff;
  }

  .text-200.text-neutral-100.nav-link {
    font-size: 35px;
  }

  .text-200.text-neutral-100.dropdown {
    font-size: 35px;
  }

  .text-200.nav-link.dropdown-link {
    color: #edf6f6;
  }

  .text-200.nav-link.dropdown-link:hover {
    color: #41c67e;
  }

  .text-200.nav-link.v2 {
    font-size: 35px;
  }

  .text-200.dropdown {
    font-size: 35px;
  }

  .absolute.achievements-section {
    width: 100%;
  }

  .absolute.shape.achievements {
    top: -204px;
    right: 608px;
  }

  .absolute.shape.protected-page {
    right: -356px;
  }

  .absolute.shape.not-found-1 {
    left: -447px;
  }

  .absolute.shape.not-found-2 {
    top: -377px;
    right: -447px;
  }

  .absolute.bg-secondary-4.post-hero {
    min-height: 600px;
  }

  .button-row.mobile-justify-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .achievements-section-main-wrapper {
    padding-top: 128px;
    padding-right: 0px;
    padding-bottom: 128px;
  }

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

  .split-content-wrapper.mobile-direction-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .split-content-wrapper.results {
    max-width: 648px;
    margin-right: -60px;
    -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;
  }

  .achievements-section-divider {
    width: 100%;
    min-height: 1px;
    margin: 60px 0px;
  }

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

  .grid-3-columns.style-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .grid-3-columns.style-4 {
    grid-column-gap: 40px;
  }

  .max-width-430px.achievements {
    margin-right: auto;
    margin-left: auto;
  }

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

  .h3-size.result-number {
    font-size: 26px;
  }

  .grid-1-column.perks {
    left: auto;
    right: 0px;
  }

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

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

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

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

  .footer-content {
    margin-bottom: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .dropdown-arrow {
    font-size: 13px;
  }

  .dropdown-nav-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-link-dropdown {
    z-index: 1;
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-list {
    position: static;
    padding-top: 0px;
  }

  .dropdown-nav-main-wrapper {
    padding: 40px 0px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-width: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .dropdown-nav-pages-wrapper {
    width: auto;
  }

  .dropdown-nav-pages-wrapper.last {
    width: auto;
  }

  .mobile-center-max-width-660px {
    width: 100%;
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .result-wrapper {
    margin-right: 60px;
  }

  .margin-bottom-extra-large {
    margin-bottom: 88px;
  }

  .margin-bottom-large-v2 {
    margin-bottom: 75px;
  }

  .card-team-item-content {
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .blog-hero-top-left {
    margin-right: 0px;
    margin-bottom: 40px;
    text-align: center;
  }

  .blog-hero-top-right {
    max-width: 100%;
  }

  .h1-size {
    font-size: 48px;
  }

  .card-contact-content {
    max-width: 323px;
    margin-right: auto;
    margin-left: auto;
  }

  .big-number {
    font-size: 103px;
  }

  .header-menu-button-icon-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    min-height: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-menu-button-icon-top {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .header-menu-button-icon-medium {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .header-menu-button-icon-bottom {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

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

  .background-video-2 {
    min-height: 0vh;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contenedor-texto-imagen {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-8 {
    -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;
  }

  .div-block-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-7 {
    line-height: 25px;
  }

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

  .button-2 {
    display: block;
    min-height: 0px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 15px;
    font-size: 40px;
  }

  h2 {
    margin-bottom: 15px;
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding: 67px 35px;
    font-size: 22px;
  }

  .flex.center.partners {
    margin-right: -60px;
  }

  .style-guide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .style-guide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

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

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

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

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .style-guide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .style-guide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .button-secondary {
    padding-right: 30px;
    padding-left: 30px;
  }

  .button-secondary.video-button {
    padding: 22px 36px;
    font-size: 16px;
  }

  .button-secondary.video-button-small.card-testimonial {
    left: 35px;
    bottom: 30px;
  }

  .button-secondary.category {
    margin-bottom: 20px;
    padding: 18px 28px;
  }

  .button-secondary.category.all {
    margin-right: 20px;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-navigation {
    padding-top: 110px;
  }

  .nav-item-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .section.utility-page {
    padding-bottom: 72px;
  }

  .section.hero {
    padding-top: 160px;
    padding-bottom: 158px;
  }

  .section.bg-secondary-1.faqs {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section.bg-neutral-100.blog-hero {
    padding-top: 150px;
    padding-bottom: 68px;
  }

  .section.bg-neutral-100.team {
    padding-top: 150px;
    padding-bottom: 68px;
  }

  .section.about-hero {
    padding-top: 160px;
  }

  .section.post-hero {
    padding-top: 150px;
  }

  .section.bg-neutral-200.padding-100px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.bg-neutral-200.donations-page {
    padding-top: 150px;
    padding-bottom: 92px;
  }

  .section.padding-160px {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section.category {
    padding-top: 150px;
    padding-bottom: 78px;
  }

  .section.padding-180px {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .section.donation {
    padding-top: 150px;
  }

  .section.contact {
    padding-top: 150px;
  }

  .section.coming-soon {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .utility-page-wrap.protected-page {
    padding-top: 160px;
    padding-bottom: 64px;
  }

  .utility-page-wrap.not-found {
    padding-top: 150px;
  }

  .container-medium-761px.changelog {
    margin-top: -130px;
  }

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

  .card {
    padding: 50px 35px 42px;
  }

  .card.changelog {
    padding: 50px 35px;
  }

  .card.bg-secondary-2.partners {
    padding: 102px 35px 98px;
  }

  .card.objective {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .card.volunteers {
    padding-right: 40px;
    padding-left: 40px;
  }

  .card.value {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .card.bg-secondary-4.newsletter {
    padding: 69px 35px 80px;
  }

  .card.cause {
    padding-right: 35px;
    padding-left: 35px;
  }

  .card.donation {
    min-height: 542px;
    padding: 58px 35px;
  }

  .card.card-contact-form {
    min-height: 1012px;
  }

  .card.contact {
    padding-bottom: 56px;
  }

  .card.faq {
    padding-left: 35px;
  }

  .card.protected-page-form {
    padding: 64px 35px;
  }

  .card.coming-soon {
    padding: 62px 35px;
  }

  .checkout-block-header {
    padding-right: 35px;
    padding-left: 35px;
  }

  .checkout-block-content {
    padding-right: 35px;
    padding-left: 35px;
  }

  .split-content.perks-left {
    margin-bottom: 70px;
  }

  .split-content.cta-left {
    margin-bottom: 50px;
  }

  .split-content.testimonial-right {
    margin-bottom: 70px;
  }

  .split-content.blog-section-top-left {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .split-content.blog-section-top-right {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

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

  .split-content.partners-left {
    margin-bottom: 60px;
  }

  .split-content.story-content-right {
    margin-top: 30px;
  }

  .split-content.blog-top-left {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .split-content.blog-top-right {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .split-content.blog-category-top-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .split-content.blog-category-top-right {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .split-content.donation-left {
    max-width: 488px;
    margin-bottom: 70px;
  }

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

  .image-wrapper.borders-radius-16px.masonry-3 {
    margin-bottom: 50px;
  }

  .image-wrapper.borders-radius-16px.post-featured {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .image-wrapper.card-donation {
    margin-bottom: 30px;
  }

  .image.card-objective-icon {
    width: 106px;
    max-height: 106px;
    min-height: 106px;
    min-width: 106px;
  }

  .image.partners-logo {
    width: 110px;
    margin-right: 60px;
    margin-bottom: 28px;
  }

  .image.partners-logo.twitch {
    width: 84px;
  }

  .image.partners-logo.google {
    width: 89px;
  }

  .image.partners-logo.youtube {
    width: 104px;
  }

  .image.result-icon {
    width: 70px;
    max-height: 70px;
    min-height: 70px;
    min-width: 70px;
    margin-bottom: 15px;
  }

  .image.card-value-icon {
    width: 98px;
    max-height: 98px;
    min-height: 98px;
    min-width: 98px;
    margin-right: 25px;
  }

  .image.instagram-image-icon {
    width: 82px;
    max-height: 82px;
    min-height: 82px;
    min-width: 82px;
  }

  .image.success-message-icon {
    width: 67px;
    max-height: 67px;
    min-height: 67px;
    min-width: 67px;
  }

  .text-200.text-neutral-100.nav-link {
    font-size: 20px;
  }

  .text-200.text-neutral-100.dropdown {
    font-size: 20px;
  }

  .text-200.text-neutral-100.footer-copyright {
    margin-right: 0px;
  }

  .absolute.shape.achievements {
    top: -301px;
    right: 297px;
  }

  .absolute.shape.protected-page {
    right: -264px;
  }

  .absolute.shape.not-found-1 {
    left: -354px;
  }

  .absolute.shape.not-found-2 {
    right: -361px;
  }

  .absolute.bg-secondary-4.post-hero {
    min-height: 530px;
  }

  .absolute.bg-secondary-4.team {
    min-height: 400px;
  }

  .margin-bottom-default {
    margin-bottom: 40px;
  }

  .achievements-section-main-wrapper {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .split-content-wrapper.results {
    margin-right: -40px;
  }

  .achievements-section-divider {
    margin-top: 50px;
    margin-bottom: 50px;
  }

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

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

  .h3-size {
    font-size: 22px;
  }

  .h3-size.result-number {
    font-size: 22px;
  }

  .grid-1-column.perks {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 1;
    max-width: 405px;
    margin-top: -224px;
    margin-left: auto;
  }

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

  .grid-2-columns.gap-16px.footer-instagram {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-2-columns.gap-24px.masonry {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .card-testimonial-content {
    padding: 38px 35px 43px;
  }

  .slider-right-arrow {
    width: 70px;
    max-height: 70px;
    min-height: 70px;
    min-width: 70px;
  }

  .slider-left-arrow {
    width: 70px;
    max-height: 70px;
    min-height: 70px;
    min-width: 70px;
  }

  .margin-bottom-large {
    margin-bottom: 40px;
  }

  .footer-content {
    margin-bottom: 96px;
  }

  .footer-menu-main-content {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .footer-instagram-wrapper {
    max-width: 100%;
  }

  .footer-content-bottom {
    -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: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .social-media-link {
    width: 40px;
    max-height: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .dropdown-arrow {
    font-size: 7px;
  }

  .dropdown-nav-main-wrapper {
    margin-bottom: -40px;
    padding-top: 35px;
  }

  .dropdown-nav-pages-wrapper {
    margin-bottom: 40px;
  }

  .mobile-center-max-width-660px-landscape-and-down {
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
  }

  .result-wrapper {
    margin-right: 40px;
  }

  .margin-bottom-extra-large {
    margin-bottom: 73px;
  }

  .margin-bottom-large-v2 {
    margin-bottom: 63px;
  }

  .categories-wrapper {
    margin-right: -20px;
    margin-bottom: -20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .category-item {
    margin-right: 20px;
  }

  .content-link.post-featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-featured-content {
    max-width: 100%;
  }

  .post-about-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .rich-text h2 {
    margin-bottom: 20px;
  }

  .rich-text p {
    margin-bottom: 20px;
  }

  .rich-text ol {
    margin-top: 27px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text h3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .rich-text figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rich-text h4 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .rich-text ul {
    margin-top: 27px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text h5 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .rich-text blockquote {
    margin-top: 53px;
    margin-bottom: 53px;
  }

  .rich-text h6 {
    margin-top: 40px;
  }

  .h1-size {
    font-size: 40px;
  }

  .h4-size {
    font-size: 20px;
  }

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

  .card-social-media-main-content {
    padding-bottom: 50px;
  }

  .h2-size {
    font-size: 32px;
  }

  .big-number {
    font-size: 86px;
  }

  .mobile-767px-and-down-max-width-480px {
    max-width: 480px;
  }

  .mobile-767px-and-down-max-width-480px.center-element {
    margin-right: auto;
    margin-left: auto;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 33px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 56px 25px;
    font-size: 20px;
  }

  .flex.center.partners {
    margin-right: -20px;
  }

  .container-default {
    position: relative;
    margin-top: 0px;
    padding-top: 0rem;
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-default.contenedor-aboutus {
    margin-bottom: 4rem;
  }

  .container-default.contenedor-elementos-revolucion {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-default.ctn-sec-benef-geo {
    padding-top: 1rem;
  }

  .section-styleguide {
    padding-bottom: 32px;
  }

  .style-guide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

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

  .style-guide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .style-guide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    display: block;
    padding: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .button-primary:hover {
    -webkit-transform: scale3d(0.98, 0.98, 1.01);
    transform: scale3d(0.98, 0.98, 1.01);
  }

  .button-primary.small {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .button-primary.small.newsletter {
    position: static;
    margin-top: 15px;
    padding: 25px 20px;
    font-size: 18px;
  }

  .button-primary.large {
    padding-top: 22px;
    padding-bottom: 22px;
  }

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

  .button-primary.header-button.w--current {
    display: none;
  }

  .button-primary.header-button.btn-info-menumob {
    display: block;
    margin-top: 3rem;
  }

  .button-secondary {
    display: block;
    padding: 20px;
  }

  .button-secondary:hover {
    -webkit-transform: scale3d(0.98, 0.98, 1.01);
    transform: scale3d(0.98, 0.98, 1.01);
  }

  .button-secondary.small {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .button-secondary.large {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .button-secondary.video-button {
    padding-right: 25px;
    padding-left: 25px;
  }

  .button-secondary.video-button-small.card-testimonial {
    left: 25px;
    bottom: 20px;
    padding-right: 23px;
    padding-left: 23px;
  }

  .button-secondary.category {
    margin-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .button-secondary.category.all {
    margin-right: 15px;
  }

  .header {
    position: static;
    display: block;
    margin-bottom: 2rem;
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header.header-legal {
    position: relative;
    width: 100%;
    max-height: 90px;
    min-height: 76px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }

  .header-logo.logonav {
    display: block;
    margin-top: 18px;
    padding-left: 16px;
  }

  .header-navigation {
    margin-right: 16px;
    margin-left: 16px;
    padding-top: 40px;
  }

  .nav-item-wrapper {
    padding-bottom: 20px;
  }

  .menu-button {
    padding: 10px;
    font-size: 26px;
  }

  .nav-menu {
    position: fixed;
    z-index: 2;
  }

  .footer {
    z-index: 0;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-nav-item {
    margin: 8px 0px;
  }

  .section {
    position: relative;
    z-index: 1;
    padding-top: 0px;
    padding-bottom: 82px;
  }

  .section.utility-page {
    padding-bottom: 60px;
  }

  .section.hero {
    min-height: 659px;
    padding-top: 0px;
    padding-bottom: 126px;
  }

  .section.hero.mainsectionpage2 {
    display: none;
  }

  .section.bg-secondary-1 {
    position: static;
  }

  .section.bg-secondary-1.faqs {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .section.bg-neutral-100.blog-hero {
    padding-bottom: 60px;
  }

  .section.bg-neutral-100.team {
    padding-bottom: 60px;
  }

  .section.about-hero {
    padding-top: 150px;
  }

  .section.bg-neutral-200.donations-page {
    padding-bottom: 74px;
  }

  .section.padding-160px {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .section.category {
    padding-bottom: 63px;
  }

  .section.padding-180px {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .section.sec-ahorro-home {
    position: static;
    padding-top: 60px;
  }

  .licenses-image {
    border-radius: 12px;
  }

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

  .utility-page-wrap.protected-page {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .input.newsletter {
    padding-right: 25px;
  }

  .container-medium-761px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-761px.changelog {
    margin-top: -90px;
  }

  .horizontal-divider {
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .card {
    padding: 42px 25px 35px;
  }

  .card.changelog {
    padding: 40px 25px;
  }

  .card.bg-secondary-2.partners {
    padding: 85px 25px 82px;
  }

  .card.perk {
    display: block;
  }

  .card.objective {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 340px;
    min-height: 100%;
    min-width: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card.volunteers {
    padding-top: 42px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .card.value {
    padding-top: 38px;
    padding-bottom: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.bg-secondary-4.newsletter {
    padding: 58px 25px 67px;
  }

  .card.card-donation {
    padding-top: 38px;
    padding-bottom: 34px;
  }

  .card.cause {
    padding: 30px 25px 43px;
  }

  .card.donation {
    min-height: 516px;
    padding: 48px 25px;
  }

  .card.card-contact-form {
    min-height: 997px;
    padding: 58px 24px;
  }

  .card.contact {
    padding-bottom: 48px;
  }

  .card.faq {
    padding-right: 25px;
    padding-left: 25px;
  }

  .card.protected-page-form {
    padding: 53px 25px;
  }

  .card.coming-soon {
    padding: 51px 25px;
  }

  .checkout-block-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .checkout-block-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .split-content.header-right {
    position: relative;
    margin-right: 20px;
  }

  .split-content.header-left {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    padding-top: 10px;
    padding-right: 16px;
  }

  .split-content.perks-left {
    margin-bottom: 60px;
  }

  .split-content.perks-left.ctntxtpage3 {
    max-width: 100%;
  }

  .split-content.perks-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.cta-left {
    margin-bottom: 40px;
  }

  .split-content.cta-right {
    max-width: none;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .split-content.testimonial-right {
    margin-bottom: 60px;
  }

  .split-content.blog-section-top-right {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .split-content.instagram-section-top-right {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .split-content.footer-left {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .split-content.footer-right {
    width: 100%;
  }

  .split-content.about-hero-content-right {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .split-content.values-top-right {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .split-content.partners-left {
    margin-bottom: 50px;
  }

  .split-content.story-content-right {
    margin-top: 20px;
  }

  .split-content.donation-left {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .split-content.team-articles-top-right {
    max-width: none;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .order-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-wrapper.order-item-image {
    margin-right: 0px;
  }

  .image-wrapper.borders-radius-16px.perks {
    max-width: 100%;
  }

  .image-wrapper.borders-radius-16px.masonry-3 {
    margin-bottom: 40px;
  }

  .image-wrapper.card-volunteers-icon {
    width: 100px;
    max-height: 100px;
    min-height: 100px;
    min-width: 100px;
  }

  .image-wrapper.card-donation {
    width: 110px;
    max-height: 110px;
    min-height: 110px;
    min-width: 110px;
    margin-bottom: 25px;
  }

  .image-wrapper.card-social-media-icon {
    width: 100px;
    max-height: 100px;
    min-height: 100px;
    min-width: 100px;
    margin-bottom: 30px;
  }

  .image-wrapper.card-protected-page-form-icon {
    margin-bottom: 25px;
  }

  .image.cover {
    display: block;
  }

  .image.cover.bg {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image.cover.img-mobile {
    display: none;
  }

  .image.achievement-icon {
    width: 70px;
    max-height: 70px;
    min-height: 70px;
    min-width: 70px;
  }

  .image.card-perk-icon {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-bottom: 10px;
  }

  .image.card-objective-icon {
    margin-bottom: 19px;
  }

  .image.testimonial-avatar {
    margin-bottom: 10px;
  }

  .image.partners-logo {
    width: 105px;
    margin-right: 20px;
  }

  .image.partners-logo.twitch {
    width: 79px;
  }

  .image.partners-logo.google {
    width: 84px;
  }

  .image.partners-logo.youtube {
    width: 99px;
  }

  .image.result-icon {
    width: 65px;
    max-height: 65px;
    min-height: 65px;
    min-width: 65px;
  }

  .image.card-value-icon {
    width: 90px;
    max-height: 90px;
    min-height: 90px;
    min-width: 90px;
  }

  .image.card-cause-icon {
    margin-right: 0px;
  }

  .image.style-guide-icon {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .image.instagram-image-icon {
    width: 70px;
    max-height: 70px;
    min-height: 70px;
    min-width: 70px;
  }

  .image.success-message-icon {
    width: 65px;
    max-height: 65px;
    min-height: 65px;
    min-width: 65px;
  }

  .order-item-wrapper {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-button {
    margin-right: 15px;
  }

  .cart-container {
    border-radius: 0px;
  }

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

  .text-200.bold.text-primary-1.texto-eficiencia {
    color: #5f6a6a;
    text-align: center;
  }

  .text-200.bold.text-primary-1.txt-mobile {
    display: block;
    margin-bottom: 14px;
    font-family: arboria, sans-serif;
    font-size: 20px;
    line-height: 17px;
    text-align: left;
  }

  .text-200.bold.text-neutral-100.form-contactsidetext {
    display: none;
  }

  .text-200.bold.text-neutral-100.form-contactsidetext.footer-txt-mobile {
    display: block;
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .text-200.text-neutral-100.footer-copyright {
    text-align: center;
  }

  .absolute.card-post-item-category {
    top: 20px;
    right: 25px;
  }

  .absolute.shape.achievements {
    top: -141px;
    right: 158px;
  }

  .absolute.shape.protected-page {
    top: -52px;
    right: -124px;
  }

  .absolute.shape.not-found-1 {
    left: -74px;
    bottom: -332.594px;
  }

  .absolute.shape.not-found-2 {
    top: -325px;
    right: -223px;
  }

  .absolute.bg-secondary-4.about-hero {
    min-height: 90%;
  }

  .absolute.bg-secondary-4.post-hero {
    min-height: 580px;
  }

  .absolute.bg-secondary-4.team {
    min-height: 300px;
  }

  .absolute.header {
    position: static;
    display: none;
  }

  .container-large-1036px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .text-neutral-100.z-index-1 {
    z-index: 0;
    font-family: arboria, sans-serif;
    font-size: 52px;
    line-height: 58px;
  }

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

  .button-row.justify-center {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .margin-bottom-0px {
    max-height: 0px;
    min-height: 13rem;
    min-width: 0px;
    line-height: 26px;
    text-align: left;
  }

  .button-row-first {
    margin-right: 0px;
  }

  .container-medium-668px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .margin-bottom-30px {
    display: block;
  }

  .margin-bottom-30px.div-hid-mobile {
    display: none;
  }

  .container-large-1126px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .margin-bottom-11px {
    display: none;
  }

  .achievements-section-main-wrapper {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .split-content-wrapper.results {
    max-width: 339px;
  }

  .split-content-wrapper.margin-bottom-large {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .split-content-wrapper.blog-category {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-small-559px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .grid-3-columns.style-1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

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

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

  .h3-size {
    font-size: 20px;
  }

  .h3-size.result-number {
    font-size: 20px;
  }

  .grid-1-column.perks {
    display: block;
    max-width: 100%;
    margin-top: 40px;
  }

  .grid-2-columns {
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-16px.footer-instagram {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.gap-24px.masonry {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container-small-579px {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .grid-4-columns.style-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .mask.projects {
    max-width: 100%;
  }

  .card-objective-content {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .margin-bottom-8px {
    margin-bottom: 10px;
    line-height: 26px;
    font-weight: 700;
    text-align: left;
  }

  .card-testimonial-content {
    padding: 32px 25px 36px;
  }

  .content-bottom.card-testimonial {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-project-content {
    padding: 28px 40px 32px;
  }

  .slider-right-arrow {
    right: -15px;
    width: 55px;
    max-height: 55px;
    min-height: 55px;
    min-width: 55px;
    font-size: 20px;
  }

  .slider-left-arrow {
    left: -15px;
    width: 55px;
    max-height: 55px;
    min-height: 55px;
    min-width: 55px;
    font-size: 20px;
  }

  .empty-state.card-empty {
    font-size: 26px;
  }

  .empty-state.card-empty.cart-empty {
    margin-right: 16px;
    margin-left: 16px;
  }

  .card-post-item-content {
    padding-top: 27px;
    padding-bottom: 32px;
  }

  .footer-wrapper {
    display: block;
  }

  .footer-content {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-neutral-200.margin-bottom-30px.footer-maintext {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .footer-menu-main-content {
    display: none;
    width: 100%;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-instagram-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-content-bottom {
    margin-bottom: 10px;
  }

  .footer-social-media-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-social-media-wrapper.icons-footer-div {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .dropdown-nav-main-wrapper {
    padding-top: 30px;
  }

  .dropdown-nav-pages-wrapper {
    margin-right: 30px;
  }

  .dropdown-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .margin-bottom-extra-large {
    margin-bottom: 60px;
  }

  .margin-bottom-large-v2 {
    margin-bottom: 52px;
  }

  .card-team-item-content {
    padding: 38px 25px 43px;
  }

  .categories-wrapper {
    margin-right: -15px;
    margin-bottom: -15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .category-item {
    margin-right: 15px;
  }

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

  .container-medium-924px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-769px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .rich-text h2 {
    margin-bottom: 16px;
  }

  .rich-text ol {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text h3 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .rich-text figure {
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .rich-text h4 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .rich-text ul {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text h5 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .rich-text blockquote {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .rich-text h6 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .h1-size {
    font-size: 33px;
  }

  .container-medium-586px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-894px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-634px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .h4-size {
    font-size: 18px;
  }

  .error-state2.cart-error {
    margin-right: 16px;
    margin-left: 16px;
  }

  .container-medium-625px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-890px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-648px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-social-media-main-content {
    padding-bottom: 42px;
  }

  .success-message {
    font-size: 22px;
  }

  .h2-size {
    font-size: 26px;
  }

  .big-number {
    font-size: 72px;
  }

  .cart-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-list {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-611px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .team-content {
    max-width: 425px;
  }

  .heading-size-h3 {
    font-size: 20px;
  }

  .background-video-2 {
    min-height: 583px;
    padding-top: 40px;
  }

  .div-block {
    overflow: visible;
  }

  .div-block.greenline {
    display: none;
  }

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

  .text-block {
    margin-top: 40px;
  }

  .text-block.uptext-mobile-main {
    display: block;
  }

  .section-2 {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 3rem;
  }

  .section-2.mainsectionpage2mob {
    display: block;
    margin-bottom: 0px;
    padding-top: 40px;
  }

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

  .div-block-4 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-4.divtextbtn {
    width: 100%;
  }

  .div-block-4.ctn-mob-pot {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-4.div-geo-sec1 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-5 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contenedor-texto-imagen {
    padding-top: 1rem;
    padding-right: 16px;
    padding-left: 16px;
    -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;
  }

  .contenedor-texto-imagen.mainsectionpage2mob {
    padding-right: 0px;
    padding-left: 0px;
  }

  .contenedor-texto-imagen.ctn-mob-pot {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 1rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 20px;
    line-height: 17px;
    text-align: left;
  }

  .heading-3 {
    max-width: 500px;
    margin-bottom: 2rem;
    font-size: 48px;
    line-height: 58px;
    font-weight: 500;
    text-align: center;
  }

  .heading-3.whyus {
    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;
    font-size: 27px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
  }

  .heading-3.heading-mob-pot {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    text-align: left;
  }

  .heading-3.main-heading-mob {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    text-align: left;
  }

  .heading-3.heading1-geo-mob {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    text-align: left;
  }

  .paragraph-2.whyus-subtext {
    line-height: 26px;
    text-align: center;
  }

  .div-block-6 {
    min-width: 0px;
  }

  .div-block-6.mt-1 {
    margin-top: 1rem;
  }

  .text-block-3 {
    max-width: 225px;
  }

  .paragraph-3 {
    max-width: 225px;
  }

  .div-block-7 {
    max-width: 225px;
    min-width: 225px;
  }

  .div-block-8 {
    -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;
  }

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

  .button {
    display: none;
  }

  .button.btn-mobile {
    display: none;
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-5 {
    font-size: 28px;
    line-height: 36px;
  }

  .text-block-6 {
    margin-bottom: 2rem;
    font-size: 20px;
    line-height: 17px;
  }

  .heading-6 {
    color: #000;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }

  .text-span {
    color: #000;
  }

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

  .text-block-8 {
    margin-top: 7px;
  }

  .div-block-11 {
    margin-bottom: 3rem;
  }

  .section-5 {
    z-index: 0;
    margin-bottom: 0px;
    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;
  }

  .button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 57px;
    min-height: 57px;
    -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;
  }

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

  .heading-eficiencia {
    font-size: 28px;
    line-height: 36px;
  }

  .div-block-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .socials-footer {
    display: none;
    max-width: 100%;
  }

  .socials-footer.divshowmob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .button-3 {
    display: none;
  }

  .button-3.btn-footer-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-14 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .paragraph-4 {
    font-family: arboria, sans-serif;
    color: #000;
    line-height: 32px;
  }

  .paragraph-5 {
    width: 100%;
    font-family: arboria, sans-serif;
    color: #000;
    line-height: 32px;
  }

  .paragraph-6 {
    margin-top: 2rem;
  }

  .paragraph-7 {
    margin-top: 2rem;
  }

  .image-5 {
    margin-bottom: 22px;
  }

  .image-6 {
    margin-bottom: 22px;
  }

  .image-7 {
    margin-bottom: 22px;
  }

  .image-8 {
    margin-bottom: 22px;
  }

  .image-9 {
    margin-bottom: 22px;
  }

  .main-title-legal {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .sm-title-legal {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .image-10 {
    padding-left: 0px;
  }
}

#w-node-_0326a20d-4658-fff4-6886-aa0527b90c3a-1ddac457 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0326a20d-4658-fff4-6886-aa0527b90c3e-1ddac457 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_5d9e731f-d4c2-561d-022a-f7059a0e21ad-ecdac469 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2a2b884a-f72c-d385-7d39-f48f6ea66813-ecdac469 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-cd90727b-e35c-c1bc-d56a-e444a4d996c5-2adac471 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02a0f970-dbac-0f69-2edb-a4290be12668-2adac471 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b7ddbd6d-e255-79a3-f8c9-42d0cf444649-2adac471 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6557e208-a921-cf63-b246-dab6163dbceb-2adac471 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-82dac4d4 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-82dac4d4 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-82dac4d4 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-82dac4d4 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-82dac4d4 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-82dac4d4 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_0326a20d-4658-fff4-6886-aa0527b90c3a-1ddac457 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0326a20d-4658-fff4-6886-aa0527b90c3e-1ddac457 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5d9e731f-d4c2-561d-022a-f7059a0e21ad-ecdac469 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2a2b884a-f72c-d385-7d39-f48f6ea66813-ecdac469 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0326a20d-4658-fff4-6886-aa0527b90c3e-1ddac457 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_2a2b884a-f72c-d385-7d39-f48f6ea66813-ecdac469 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@font-face {
  font-family: 'Icons Donate Template';
  src: url('../fonts/icons-donate-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
