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

.w-commerce-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-commercecartopenlinkicon {
  margin-right: 8px;
}

.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-commercecartproductname {
  font-weight: 700;
}

.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-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-form-formradioinput--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: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

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

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

.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-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-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-commercecheckoutsummarytotal {
  font-weight: 700;
}

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

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

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

.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-commercepaypalcheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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-commerceaddtocartquantityinput {
    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;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #545252;
  font-size: 19px;
  line-height: 170%;
}

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

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 55px;
  -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;
}

.content-container {
  max-width: 1500px;
  padding-right: 50px;
  padding-left: 50px;
}

.content-container.mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  padding-right: 70px;
  padding-left: 70px;
  -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;
}

.content-container.mid.jk.article {
  max-width: 1100px;
}

.content-container.mid.not-on-small-screen {
  max-width: 1400px;
  padding-right: 50px;
  padding-left: 50px;
}

.content-container.rel {
  position: relative;
}

.hero-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 116px;
  -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;
}

.heading {
  margin-top: 0px;
  color: #006451;
  font-size: 55px;
  line-height: 134%;
}

.body {
  margin-top: 0px;
  padding-top: 0px;
  background-color: #f7f5eb;
}

.image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 53%;
}

.paragraph {
  max-width: 680px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
}

.boem {
  margin-top: 40px;
  margin-right: 11px;
  padding: 9px 35px;
  border-radius: 100px;
  background-color: #f08019;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.boem.nav {
  height: auto;
  margin-top: 0px;
  margin-left: 11px;
  padding: 13px 18px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  white-space: nowrap;
}

.boem.nav.nomar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  margin-left: 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;
}

.boem.nav.nomar._166 {
  width: 166px;
  font-size: 20px;
}

.boem.nav.nomar.more-info {
  width: 166px;
  margin-left: 40px;
  border: 4px solid #f08019;
  background-color: transparent;
  color: #f08019;
  font-size: 20px;
}

.boem.nav._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 261px;
  height: 61px;
  -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;
}

.boem.nav._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 261px;
  height: 61px;
  margin-top: 40px;
  margin-left: 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;
}

.boem.nav.bl {
  margin-top: 0px;
}

.boem.cta {
  position: relative;
  top: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 74px;
  margin-top: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}

.boem.cta._2 {
  height: 70px;
  margin-top: 40px;
}

.boem.cta.grey {
  margin-bottom: 65px;
  background-color: #545252;
  color: #d9d9d9;
}

.boem.cta._40left {
  margin-top: 40px;
  margin-left: 20px;
}

.boem.cta.poe {
  height: 78px;
  margin-top: 40px;
  padding: 4px 50px;
}

.boem.cta.mail {
  width: 230px;
  height: 80px;
  margin-top: 40px;
  font-size: 20px;
}

.boem.cta.smill {
  width: 230px;
  height: 70px;
  margin-top: 0px;
  margin-right: 35px;
  font-size: 20px;
}

.boem.hero {
  margin-top: 46px;
  margin-bottom: -15px;
  font-weight: 600;
}

.boem.book {
  margin-top: 30px;
  margin-left: 0px;
  padding: 6px 30px;
  font-size: 15px;
  font-weight: 600;
}

.boem.book.black {
  background-color: #545252;
  font-weight: 500;
}

.boem.book.rand {
  margin-right: 40px;
  border: 3px solid #f08019;
  font-size: 18px;
}

.boem.book.opacity {
  margin-top: 0px;
  margin-right: 40px;
  border: 3px solid #f08019;
  background-color: transparent;
  color: #f08019;
  font-size: 18px;
}

.boem.higher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  margin-top: 29px;
  margin-right: 20px;
  padding: 0px 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;
  white-space: nowrap;
}

.explainer-section {
  position: relative;
  z-index: 3;
  margin-top: 92px;
}

.purple-bg {
  width: 100%;
  padding: 34px 85px 20px;
  border-radius: 20px;
  background-color: #9c9ac3;
}

.paragraph-2 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.text-block {
  font-family: Poppins, sans-serif;
  text-align: center;
}

.text-span {
  line-height: 45px;
  font-weight: 600;
}

.checkmark-section {
  margin-top: 120px;
}

.heading-2 {
  margin-bottom: 52px;
  font-family: Poppins, sans-serif;
  color: #006451;
  font-size: 38px;
  text-align: center;
}

.heading-2.left {
  margin-top: 0px;
  margin-bottom: 40px;
  line-height: 44px;
  text-align: left;
}

.grid {
  width: 50%;
  margin-top: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid.div {
  display: block;
}

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

.single-ckeck.hor {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-2 {
  margin-right: 40px;
}

.paragraph-3 {
  margin-bottom: 0px;
  color: #545252;
  font-size: 19px;
  font-weight: 400;
}

.section {
  margin-top: 100px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgba(84, 82, 82, 0.05);
}

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

.grid-2 {
  margin-top: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.confident {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  width: 150px;
  max-width: none;
  border-radius: 100px;
}

.heading-4 {
  font-family: Poppins, sans-serif;
  color: #545252;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.paragraph-4 {
  color: #545252;
  font-size: 19px;
  line-height: 150%;
  font-weight: 300;
  text-align: center;
}

.mid-section {
  margin-top: 120px;
}

.paragraph-5 {
  max-width: 900px;
  margin-top: 40px;
  color: #545252;
  font-size: 19px;
  line-height: 170%;
  text-align: center;
}

.paragraph-5.left {
  line-height: 170%;
  text-align: left;
}

.text-span-2 {
  color: #f08019;
}

.text-span-3 {
  color: #f08019;
}

.left-right-section {
  margin-top: 120px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 120px;
  -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;
}

.image-4 {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-2 {
  width: 52%;
}

.footer {
  padding-top: 80px;
  padding-bottom: 30px;
  background-color: #5b5ba5;
  color: #5b5ba5;
}

.div-block-3 {
  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;
}

.paragraph-6 {
  max-width: 400px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}

.paragraph-6._2 {
  margin-left: 20px;
}

.ball {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: #c4c4c4;
  color: #c4c4c4;
}

.div-block-4 {
  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;
}

.link-block {
  width: 55px;
  margin-right: 10px;
}

.first-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  -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;
}

.second-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 950px;
  margin-top: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link {
  margin-right: 50px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.link:hover {
  color: #d2d2d8;
}

.link.last {
  margin-right: 0px;
}

.second-row-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 18px;
  -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-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.text-block-2:hover {
  color: #d6d6da;
}

.text-block-2._2:hover {
  color: #fff;
}

.small-line {
  width: 2px;
  height: 14px;
  margin-right: 29px;
  margin-left: 29px;
  border-radius: 4px;
  background-color: #fffcfc;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 35px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #f7f5eb;
}

.nav-link {
  font-family: Poppins, sans-serif;
}

.nav-link.w--current {
  background-color: transparent;
  color: #f08019;
}

.nav-link.blakc {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #545252;
  font-size: 19px;
  font-weight: 600;
}

.nav-link.blakc:hover {
  color: #000;
}

.nav-link.blakc.w--current {
  font-size: 18px;
  font-weight: 600;
}

.nav-link.blakc.thick {
  font-weight: 600;
}

.nav-link.blakc.thick.w--current {
  font-weight: 600;
}

.nav-link.in-between {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #545252;
  font-weight: 400;
}

.nav-link.in-between:hover {
  color: #000;
}

.nav-link.white {
  color: #000;
}

.nav-link.wit {
  z-index: 20;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}

.nav-link.wit:hover {
  color: #000;
}

.nav-link.wit.w--current {
  font-size: 18px;
  font-weight: 600;
}

.nav-link.wit.thick {
  font-weight: 600;
}

.nav-link.wit.thick.w--current {
  font-weight: 600;
}

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

.nav-wrapper {
  position: relative;
  z-index: 10;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-2 {
  background-color: transparent;
}

.section-2 {
  margin-top: 230px;
  padding-bottom: 82px;
}

.div-block-6 {
  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;
}

.lfet-cta {
  width: 47%;
}

.heading-5 {
  color: #006451;
  font-size: 55px;
  line-height: 135%;
}

.paragraph-7 {
  margin-bottom: 40px;
  color: #545252;
  font-size: 19px;
  line-height: 170%;
}

.right-cta {
  width: 70%;
  margin-left: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 20px;
}

.text-field {
  width: 1200px;
  height: 60px;
  padding-left: 20px;
  border: 0px solid #000;
  border-radius: 20px 0px 0px 20px;
  font-family: Poppins, sans-serif;
}

.submit-button {
  position: relative;
  left: -14px;
  height: 60px;
  padding-right: 32px;
  padding-left: 32px;
  border-radius: 20px;
  background-color: #f08019;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

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

.body-3 {
  background-color: #f7f5eb;
}

.section-3 {
  margin-top: 140px;
}

.section-3.no-mar {
  margin-top: 0px;
}

.heading-6 {
  margin-bottom: 40px;
  color: #006451;
  font-size: 55px;
  line-height: 135%;
}

.heading-6.g {
  margin-top: 148px;
}

.paragraph-8 {
  font-weight: 600;
  text-align: center;
}

.paragraph-8.max-width {
  max-width: 970px;
}

.method {
  width: 100%;
  margin-top: 100px;
}

.heading-7 {
  margin-bottom: 90px;
  font-family: Poppins, sans-serif;
  color: #006451;
  text-align: center;
}

.heading-7.less-mar {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: left;
}

.heading-7.less-mar.left {
  text-align: left;
}

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

.house {
  position: relative;
  left: 69px;
  display: block;
  width: 47%;
}

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

.orange-thing {
  position: relative;
  width: 211px;
  height: 231px;
  background-color: #f6b1ab;
}

.image-5 {
  margin-bottom: 10px;
}

.image-6 {
  position: relative;
  left: 8px;
  top: 61px;
}

.image-7 {
  position: absolute;
  top: 13px;
  right: 13px;
}

.image-8 {
  margin-left: 10px;
}

.image-9 {
  margin-top: 10px;
}

.dropdowns {
  width: 55%;
}

.dropdowns._50 {
  width: 47%;
}

.dropdown {
  width: 100%;
  margin-bottom: 50px;
  border-bottom: 3px solid #000;
  border-radius: 0px;
}

.dropdown-toggle {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 0px 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-block-3 {
  color: #545252;
}

.text-block-3._2 {
  max-width: 90%;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
  white-space: normal;
}

.icon {
  margin-top: -10px;
  margin-right: 0px;
  border-radius: 0px;
  color: #545252;
  font-size: 35px;
}

.icon._2 {
  border-radius: 100px;
  font-size: 30px;
}

.dropdown-list {
  background-color: transparent;
}

.dropdown-list.w--open {
  position: static;
}

.heading-8 {
  font-family: Poppins, sans-serif;
  color: #006451;
  font-size: 34px;
  line-height: 130%;
  font-weight: 600;
}

.heading-8.pparas {
  color: #9d9dc9;
}

.heading-8.roze {
  color: #f6b1ab;
}

.heading-8.orange {
  color: #f08019;
}

.heading-8.licht {
  color: #66a297;
}

.heading-8.paars {
  color: #5b5ba5;
}

.why-it-worls {
  display: none;
  margin-top: 120px;
  padding-top: 44px;
  padding-bottom: 44px;
  background-color: rgba(84, 82, 82, 0.05);
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #006451;
  text-align: center;
}

.po {
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.cta {
  margin-top: 120px;
}

.heading-10 {
  font-family: Poppins, sans-serif;
  color: #006451;
}

.paragraph-9 {
  max-width: 970px;
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}

.paragraph-9.left {
  margin-bottom: 40px;
  text-align: left;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-10 {
  position: relative;
  left: 10%;
  width: 30%;
  margin-left: 0px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30%;
  -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;
}

.paragraph-10 {
  margin-top: 21px;
  margin-bottom: 108px;
  color: #000;
  font-size: 15px;
}

.link-2 {
  color: #f08019;
}

.search {
  height: 100vh;
  margin-top: 0px;
  padding-top: 191px;
  padding-bottom: 198px;
  background-color: #5b5ba5;
}

.search.g {
  height: auto;
  padding-top: 0px;
  padding-bottom: 110px;
  background-color: #5b5ba5;
}

.image-11 {
  position: relative;
  top: 207px;
  width: 45%;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  -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;
}

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

.wrapper.book-product-page {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper._2nd-book {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: -64px;
  margin-bottom: -107px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.content.top.fa {
  position: relative;
  top: 87px;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.content.app {
  margin-top: 172px;
}

.heading-11 {
  margin-top: 5px;
  color: #fff;
  font-size: 45px;
  line-height: 140%;
  text-align: right;
}

.paragraph-11 {
  margin-bottom: 11px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}

.number {
  padding-top: 120px;
}

.grid-3 {
  margin-bottom: 120px;
  grid-column-gap: 65px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-4 {
  font-family: Poppins, sans-serif;
  color: #5b5ba5;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
}

.paragraph-12 {
  margin-top: 4px;
  color: #9c9ac3;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
}

.div-block-10 {
  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;
}

.grid-4 {
  width: 100%;
  grid-column-gap: 70px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.heading-12 {
  margin-top: 0px;
  margin-bottom: 55px;
  font-family: Poppins, sans-serif;
  color: #006451;
}

.heading-12.big-mar {
  margin-top: 0px;
  margin-bottom: 45px;
}

.heading-12.big-mar.ervaring {
  margin-top: 100px;
  margin-bottom: 0px;
}

.heading-12.no-mar {
  margin-top: 0px;
}

.image-12 {
  width: 100px;
  margin-bottom: 20px;
  border-radius: 100px;
  background-color: #dfdfdf;
}

.paragraph-13 {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.paragraph-14 {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.features {
  margin-top: 120px;
}

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

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

.image-13 {
  position: relative;
  width: 53%;
  border-radius: 5px;
}

.image-13.mar {
  margin-left: 25px;
}

.text-block-5 {
  font-family: Poppins, sans-serif;
  color: #5b5ba5;
  font-weight: 600;
  text-transform: uppercase;
}

.heading-13 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #006451;
  font-size: 29px;
  font-weight: 600;
}

.skripa ul {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 34px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-left: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-11.no-mar {
  width: 43%;
  margin-left: 0px;
}

.topics-explore {
  overflow: hidden;
  margin-top: 120px;
  padding-bottom: 117px;
}

.filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.ind-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 5px 10px;
  -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: 3px solid #d9d9d9;
  border-radius: 5px;
  text-decoration: none;
}

.ind-filter.actve {
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.ind-filter.active {
  background-color: #000;
}

.image-14 {
  width: 45px;
  height: 45px;
  border-radius: 100px;
}

.blokkie {
  margin-left: 18px;
  font-family: Poppins, sans-serif;
  color: #545252;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.second-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph-15 {
  margin-top: 40px;
  font-size: 18px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span-4 {
  color: #f08019;
}

.grid-5 {
  width: 100%;
  grid-column-gap: 25px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonail {
  position: static;
  z-index: 9007199254740991;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  min-height: 330px;
  margin-right: 3vw;
  padding: 48px 48px 40px;
  -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;
  border-radius: 20px;
  background-color: #006451;
}

.paragraph-16 {
  margin-top: 7px;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}

.text-span-5 {
  font-weight: 600;
}

.paragraph-17 {
  margin-top: 21px;
  margin-bottom: 0px;
  color: #fffcfc;
  font-size: 30px;
  line-height: 110%;
  font-weight: 700;
}

.faw {
  position: static;
  height: 100%;
  margin-top: 120px;
  padding-top: 51px;
  padding-bottom: 51px;
  background-color: rgba(84, 82, 82, 0.05);
}

.purple-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #5b5ea5;
}

.text-block-7 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.drop-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100%;
  margin-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: 50px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #545252;
  font-family: Poppins, sans-serif;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 8px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-8 {
  margin-bottom: 10px;
  color: #545252;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
}

.text-block-8._2 {
  font-weight: 500;
}

.dropdown-list-2 {
  position: static;
  margin-top: 15px;
  background-color: transparent;
}

.text-block-9 {
  font-family: Poppins, sans-serif;
  color: #545252;
  font-size: 17px;
}

.link-3 {
  color: #f08019;
  text-decoration: none;
}

.body-4 {
  background-color: #f7f5eb;
}

.link-4 {
  color: #f08019;
  text-decoration: none;
}

.nav-white {
  width: 100vw;
  padding-top: 8px;
  padding-bottom: 9px;
}

.paragraph-18 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 50px;
  line-height: 60%;
  font-weight: 700;
  text-align: right;
}

.paragraph-18.marign {
  position: absolute;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 5%;
  margin-top: 144px;
}

.text-span-6 {
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
}

.boeken {
  margin-top: 0px;
  padding-top: 200px;
  padding-bottom: 50px;
  background-color: rgba(84, 82, 82, 0.05);
}

.boek {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-15 {
  width: 28%;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-14 {
  font-family: Poppins, sans-serif;
  color: #5b5ba5;
  font-size: 50px;
  line-height: 65px;
  font-weight: 600;
}

.paragraph-19 {
  font-size: 18px;
  font-weight: 500;
}

.link-5 {
  color: #f08019;
  text-decoration: none;
}

.div-block-13 {
  margin-left: 90px;
}

.text-block-10 {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  color: #006451;
  font-size: 35px;
  line-height: 65px;
  font-weight: 700;
}

.text-block-10.notop {
  margin-top: 0px;
}

.section-4 {
  padding-top: 179px;
  padding-bottom: 80px;
  background-color: rgba(84, 82, 82, 0.05);
}

.image-16 {
  position: relative;
  left: -13px;
  width: 100%;
  max-height: 400px;
  margin-left: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-16.left {
  width: 30%;
}

.image-16.left._2nd {
  width: 24%;
}

.heading-15 {
  height: 140%;
  margin-bottom: 20px;
  color: #5b5ba5;
  font-size: 55px;
  line-height: 60px;
  font-weight: 600;
}

.heading-15.small {
  margin-top: 0px;
  font-size: 36px;
  line-height: 48px;
}

.div-block-14 {
  width: 72%;
}

.intorductory-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-11 {
  font-family: Poppins, sans-serif;
  color: #545252;
}

.paragraph-20 {
  margin-top: 14px;
  font-weight: 600;
}

.seperator {
  width: 2px;
  height: 15px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #545252;
  color: #545252;
}

.ctas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-6 {
  margin-left: 30px;
  font-family: Poppins, sans-serif;
  color: #f08019;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.samenvatting {
  margin-top: 120px;
}

.heading-16 {
  margin-bottom: 22px;
  color: #006451;
}

.heading-16.seconde {
  margin-bottom: 120px;
}

.heading-16.seconde._40 {
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
}

.heading-16.more-mar {
  margin-top: 72px;
}

.paragraph-21 {
  font-size: 18px;
}

.zie-ook {
  margin-top: 120px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgba(84, 82, 82, 0.05);
}

.checkout-block {
  margin-top: 121px;
  margin-bottom: 120px;
}

.div-block-15 {
  width: 47%;
}

.heading-17 {
  margin-bottom: 35px;
  color: #006451;
}

.form-block {
  margin-top: 39px;
}

.field-label {
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  color: #006451;
}

.radio-button-label {
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  color: #545252;
  font-size: 18px;
  text-transform: uppercase;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.radio-button {
  width: 20px;
  height: 20px;
  border-color: #f08019;
  background-color: #f08019;
}

.radio-button.intorductory-line {
  border: 3px solid #f08019;
  border-radius: 100px;
  background-color: transparent;
}

.radio-button.intorductory-line.w--redirected-checked {
  border-color: #f08019;
  background-color: #f08019;
}

.text-field-2 {
  margin-bottom: 40px;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #545252;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.text-field-2.hor {
  width: 40%;
  color: #ecebeb;
  font-weight: 400;
  text-transform: uppercase;
}

.text-field-2.hor.big {
  width: 55%;
}

.text-field-2.hor.toevoeging {
  width: 55%;
  margin-left: 25px;
  text-align: right;
}

.text-field-2.hor.acht {
  width: 100%;
  margin-left: 27px;
}

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

.div-block-16 {
  width: 100%;
  padding: 45px;
  background-color: rgba(84, 82, 82, 0.05);
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 61px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph-22 {
  color: #f08019;
  font-size: 22px;
  font-weight: 600;
}

.paragraph-22.nomar {
  margin-bottom: 0px;
}

.section-5 {
  margin-top: 160px;
}

.heading-18 {
  color: #006451;
  font-size: 47px;
  line-height: 50px;
}

.paragraph-23 {
  margin-top: 50px;
  margin-bottom: 20px;
  color: #006451;
  font-size: 28px;
  font-weight: 700;
  text-transform: none;
}

.grid-6 {
  width: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-2 {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 20px;
  border-radius: 5px;
}

.collection-list-wrapper {
  width: 1000px;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-item {
  width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.3);
}

.category-feature {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #545252;
}

.paragraph-24 {
  margin-bottom: 0px;
  color: #fff;
}

.heading-19 {
  margin-top: 70px;
  margin-bottom: 40px;
  color: #006451;
}

.collection-list-wrapper-2 {
  width: 100%;
  margin-top: 33px;
}

.blog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}

.blog-item.app-page {
  background-image: none;
}

.blog-item.app-page._3 {
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.collection-list-2 {
  display: -ms-grid;
  display: grid;
  min-height: 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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-item-2 {
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.333333333333336%;
  -ms-flex: 0 33.333333333333336%;
  flex: 0 33.333333333333336%;
}

.grid-7 {
  height: 1000px;
  margin-top: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-18 {
  width: 100%;
  height: 100%;
  background-color: #006451;
}

.section-6 {
  margin-top: 140px;
}

.heading-20 {
  margin-top: 45px;
  color: #006451;
}

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

.text-block-12 {
  margin-right: 50px;
  font-family: Poppins, sans-serif;
  color: #545252;
  font-size: 15px;
  white-space: nowrap;
}

.text-block-12.l {
  margin-right: 0px;
  text-align: right;
}

.paragraph-25 {
  max-width: 950px;
  margin-top: 30px;
  font-weight: 600;
  text-align: center;
}

.image-17 {
  width: 100%;
  margin-top: 40px;
  border-radius: 20px;
}

.blog-content {
  margin-top: 60px;
}

.cta-blog {
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(84, 82, 82, 0.05);
}

.paragraph-26 {
  max-width: 750px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.second-part {
  margin-top: 40px;
  margin-bottom: 77px;
}

.paragraph-27 {
  margin-top: 70px;
  margin-bottom: 51px;
  color: #c4c4c4;
  font-size: 18px;
  text-align: center;
}

.likie {
  color: #545252;
  text-decoration: none;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-top: 55px;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-18 {
  width: 35%;
}

.paragraph-28 {
  font-size: 18px;
  font-weight: 600;
}

.paragraph-28.mid.tr {
  margin-bottom: 0px;
}

.div-block-20 {
  margin-left: 141px;
}

.collection-list-wrapper-3 {
  width: 100%;
  margin-top: 35px;
}

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

.like-but {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding: 19px 19px 8px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 5px;
}

.full-thing {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
}

.paragraph-29 {
  position: relative;
  color: #fff;
}

.pop-up {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100000000;
  display: none;
  width: 100vw;
  height: 100vh;
  -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: rgba(0, 0, 0, 0.76);
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  padding: 45px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f5eb;
}

.heading-21 {
  margin-bottom: 60px;
  color: #006451;
  font-size: 36px;
  text-align: center;
}

.div-block-22 {
  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;
}

.image-19 {
  max-width: 310px;
  margin-right: 36px;
}

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

.paragraph-31 {
  margin-top: 25px;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.section-7 {
  margin-top: 196px;
}

.heading-22 {
  margin-bottom: 120px;
  color: #006451;
}

.heading-22.fa {
  margin-top: 0px;
  margin-bottom: 25px;
}

.div-block-23 {
  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;
}

.paragraph-32 {
  width: 47%;
  font-size: 17px;
  font-weight: 400;
}

.paragraph-32.full {
  width: 100%;
}

.paragraph-32.full.tr {
  margin-top: 29px;
  margin-bottom: 20px;
  text-align: right;
}

.paragraph-32.zwart {
  width: 100%;
  color: #000;
  font-size: 17px;
}

.text-span-7 {
  color: #006451;
  line-height: 200%;
  font-weight: 600;
}

.image-20 {
  width: 39%;
}

.div-block-24 {
  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;
}

.paragraph-33 {
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: transparent;
  color: #5b5ba5;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.paragraph-33.no-but {
  margin-bottom: 0px;
}

.text-span-8 {
  color: #006451;
  line-height: 220%;
  font-weight: 600;
}

.section-8 {
  margin-top: 154px;
  margin-bottom: 100px;
}

.heading-23 {
  margin-bottom: 70px;
  color: #006451;
  font-size: 50px;
  line-height: 60px;
}

.paragraph-34 {
  max-width: 950px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.link-8 {
  color: #f08019;
  text-decoration: none;
}

.grid-8 {
  width: 100%;
  margin-top: 40px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 0.5fr 1fr;
  grid-template-columns: 1fr 1fr 0.5fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.heading-24 {
  width: 100%;
  font-family: Poppins, sans-serif;
  color: #006451;
  font-size: 18px;
  font-weight: 600;
}

.heading-24.trq {
  margin-top: 60px;
  margin-bottom: 42px;
  font-weight: 600;
}

.paragraph-35 {
  font-size: 15px;
}

.paragraph-35.dark {
  font-size: 18px;
  font-weight: 600;
}

.job {
  width: 150px;
  padding: 13px 25px;
  border-radius: 5px;
  background-color: #f08019;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.job.fa {
  font-weight: 600;
}

.form-block-2 {
  width: 60%;
}

.form-block-2.long {
  width: 100%;
}

.div-block-25 {
  width: 100%;
}

.text-field-3 {
  margin-bottom: 45px;
  border-style: solid;
  border-width: 0px 0px 3px;
  border-color: #000;
  border-radius: 0px;
  background-color: transparent;
  color: #c4c4c4;
}

.form-2 {
  margin-top: 10px;
  margin-bottom: 83px;
}

.div-block-26 {
  width: 100%;
}

.heading-25 {
  margin-bottom: 36px;
  color: #006451;
  font-size: 30px;
}

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

.heading-26 {
  margin-bottom: 18px;
  color: #545252;
  font-size: 20px;
}

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

.link-9 {
  color: #f08019;
  text-decoration: none;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  max-width: 1100px;
  margin-top: 68px;
  -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;
}

.tag {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.tag:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.par {
  font-size: 17px;
}

.inside {
  position: relative;
  z-index: 10;
  width: 100%;
}

.div-block-28 {
  display: inline-block;
  padding: 10px 13px;
  border-radius: 5px;
  background-color: #fff;
}

.text-block-13 {
  font-family: Poppins, sans-serif;
  color: #545252;
}

.paragraph-37 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-37._2 {
  margin-top: 7px;
  margin-bottom: 5px;
  color: #545252;
  font-weight: 600;
}

.paragraph-37._3 {
  margin-bottom: 0px;
  color: #545252;
  font-size: 18px;
  font-weight: 400;
}

.link-block-2 {
  width: 100%;
  height: 300px;
  text-decoration: none;
}

.link-block-3 {
  width: 100%;
}

.image-21 {
  display: inline;
}

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

.brand-2 {
  z-index: 20;
}

.brand-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-24 {
  display: inline-block;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #474747;
}

.heading-27 {
  background-color: #fff;
}

.link-10 {
  color: #f08019;
  font-weight: 600;
  text-decoration: none;
}

.cta-articles {
  margin-top: 120px;
}

.image-25 {
  margin-left: 0px;
}

.link-block-4 {
  width: 30px;
  margin-left: 30px;
}

.filters {
  margin-bottom: 44px;
}

.collection-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.collection-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.filters-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-button {
  margin-right: 9px;
  margin-bottom: 12px;
  text-decoration: none;
}

.filter-button.fltr-active {
  margin-right: 9px;
  margin-bottom: 12px;
  background-color: #e6e3e3;
}

.paragraph-38 {
  display: none;
}

.image-26 {
  width: 35px;
}

.div-block-29 {
  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;
}

.div-block-29.max {
  max-width: none;
}

.text-block-14 {
  margin-left: 13px;
  font-family: Poppins, sans-serif;
  color: #5b5ba5;
  font-size: 26px;
  font-weight: 600;
  text-transform: lowercase;
}

.text-block-14.white {
  color: #fff;
}

.image-27 {
  width: 60px;
}

.div-block-30 {
  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;
}

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

.image-28 {
  width: 42%;
}

.counter {
  margin-right: 0px;
  color: #5b5ba5;
  font-size: 50px;
  line-height: 58%;
  font-weight: 700;
  text-align: center;
}

.text-span-9 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 158px;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-32.method {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-29 {
  width: 45%;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-29.icon {
  width: 38%;
  margin-left: 4%;
}

.sep-line {
  position: relative;
  z-index: 10;
  width: 70%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.1);
}

.text-span-10 {
  font-weight: 600;
}

.text-span-11 {
  font-weight: 600;
}

.slider {
  position: static;
  width: 100%;
  background-color: transparent;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide {
  position: relative;
  z-index: 12214142;
  width: 55vw;
  height: 100%;
  min-height: 0px;
  margin-left: 5%;
}

.slide-2 {
  z-index: 9007199254740991;
  width: 55vw;
  margin-left: 5%;
}

.mask {
  left: -5%;
  z-index: 31333;
  overflow: visible;
  width: 40%;
}

.arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.arrow-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #686868;
  border-radius: 5px;
}

.fake-arrow-left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fake-arrow-right {
  margin-left: 20px;
}

.image-30 {
  width: 100%;
  border-radius: 5px;
}

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

.slide-nav {
  display: none;
}

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

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.book-page {
  position: relative;
  height: auto;
  margin-top: 0px;
  padding-top: 112px;
  padding-bottom: 0px;
  background-color: #5b5ba5;
}

.book-page.g {
  height: auto;
  padding-top: 0px;
  padding-bottom: 151px;
  background-color: #5b5ba5;
}

.book-image {
  position: relative;
  left: 64px;
  top: 90px;
  width: 40%;
}

.div-block-34 {
  width: 60%;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -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;
}

.tablink {
  margin-right: 13px;
  padding: 7px 27px;
  border: 2px solid #c4c4c4;
  border-radius: 5px;
  background-color: transparent;
}

.tablink.w--current {
  margin-right: 13px;
  padding: 7px 28px;
  border: 2px solid #000;
  border-radius: 5px;
  background-color: transparent;
}

.tablink.no-right-mar {
  margin-right: 0px;
}

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

.heading-28 {
  font-family: Poppins, sans-serif;
  color: #5b5ba5;
  font-size: 46px;
  line-height: 55px;
  font-weight: 600;
}

.text-span-12 {
  font-style: italic;
}

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

.left-sam {
  width: 47%;
}

.right-sam {
  width: 47%;
}

.inhoud-drop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #545252;
  font-family: Poppins, sans-serif;
}

.inhoud-drop.dik {
  margin-bottom: 44px;
  border-bottom-width: 3px;
}

.let-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-bottom: 9px;
  -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;
  text-align: right;
}

.text-block-15 {
  margin-right: 60px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.text-block-15._2 {
  margin-right: 0px;
  font-weight: 400;
  text-align: right;
}

.heading-29 {
  color: #5b5ba5;
  font-size: 55px;
  line-height: 70px;
  font-weight: 600;
}

.slide-section {
  overflow: hidden;
  margin-top: 83px;
  padding-bottom: 152px;
}

.paragraph-40 {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #006451;
  font-size: 19px;
  font-weight: 600;
}

.checkout-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.left-checkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 17px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.snipcart-item-line__title {
  max-width: 450px;
  margin-bottom: 0px;
  color: #5b5ba5;
  font-size: 17px;
  font-weight: 600;
}

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

.tab02.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

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

.if-factuur-yes {
  display: none;
  margin-top: 27px;
}

.if-factuur-yes-zakelijk {
  display: none;
  margin-top: 27px;
}

.div-block-35 {
  width: 47%;
  min-width: 47%;
}

.buy-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 55px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f08019;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.winkelwagen {
  margin-top: 225px;
  margin-bottom: 120px;
}

.div-block-36 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-16 {
  max-width: 500px;
  font-family: Poppins, sans-serif;
  color: #5b5ba5;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-42 {
  font-weight: 600;
}

.paragraph-43 {
  color: #006451;
  font-weight: 600;
}

.image-31 {
  width: 20%;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 75px;
  -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: 100px;
  background-color: #f08019;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.section-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.55);
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 70vh;
  min-width: 70%;
  padding: 100px 45px;
  -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;
  border-radius: 20px;
  background-color: #f7f5eb;
}

.heading-30 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #006451;
}

.paragraph-44 {
  width: 550px;
  margin-bottom: 35px;
  color: #000;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
}

.button-3 {
  margin-top: 28px;
  padding: 17px 46px;
  border-radius: 10px;
  background-color: #f08019;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.image-32 {
  max-height: 200px;
}

.link-block-5 {
  display: block;
  width: auto;
  margin-bottom: 0px;
  margin-left: 19px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bus-hero {
  margin-top: 300px;
}

.heading-31 {
  color: #006451;
}

.paragraph-45 {
  max-width: 800px;
  font-weight: 600;
  text-align: center;
}

.div-block-39 {
  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;
}

.rich-text ul {
  font-family: Poppins, sans-serif;
  color: #545252;
  font-size: 19px;
  line-height: 30px;
}

.div-block-40 {
  width: 100%;
}

.link-11 {
  color: #545252;
  font-weight: 600;
  text-decoration: none;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.link-12 {
  color: #f08019;
  text-decoration: none;
}

.icon-5 {
  font-size: 25px;
}

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

.volume-marquee {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.volume-marquee__collection-item {
  width: 185px;
  height: 285px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.volume-marquee__collection-item.u-shadow {
  width: 45vw;
}

.volume-marquee__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.icon-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #545252;
  font-size: 30px;
  line-height: 30px;
  font-weight: 200;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  font-family: Poppins, sans-serif;
  color: #fffdfd;
  font-weight: 600;
}

.text-block-17 {
  font-size: 17px;
}

.slider-mobile {
  display: none;
  width: 100%;
}

.heading-32 {
  margin-top: 100px;
  margin-bottom: 0px;
  color: #006451;
  text-align: center;
}

.icon-7 {
  font-size: 22px;
}

.test-oeleh {
  width: 361px;
  height: 138px;
  margin-bottom: 12px;
  background-color: #5b5ba5;
}

.arch {
  position: relative;
  z-index: 131523523523235;
  width: 107px;
  height: 264px;
  margin-left: 11px;
  border-radius: 0px;
  background-color: #9d9dc9;
}

.half-block {
  position: relative;
  top: 73px;
  right: -14px;
  width: 180px;
  height: 180px;
  background-color: #f08019;
}

.circle {
  position: relative;
  left: -19px;
  top: 18px;
  z-index: 10;
  width: 84px;
  height: 80px;
  border-radius: 100%;
  background-color: #66a297;
}

.balkie {
  width: 361px;
  height: 47px;
  margin-top: 15px;
  background-color: #006451;
}

.rechthoekie {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 242px;
  height: 264px;
  background-color: #f6b1ab;
}

.image-35 {
  width: 30px;
}

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

.counter-holder._1 {
  margin-right: 60px;
}

.paragraph-47 {
  color: #5b5ba5;
  font-size: 20px;
  text-align: center;
}

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

.mobile-dropdown-tab {
  display: none;
  width: 80%;
  margin-bottom: 15px;
  padding: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcc945;
}

.mobile-text {
  margin-bottom: 0px;
  padding: 0px;
  background-color: #fcc945;
}

.icon-8 {
  position: static;
  margin: 0px 0px 0px 20px;
}

.div-block-47 {
  width: 47%;
}

.drop-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  box-shadow: 0 1px 6px 0 #c2c2c2;
}

.div-block-48 {
  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-48 {
  display: none;
}

.nav-menu-4 {
  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;
}

.white-2 {
  background-color: transparent;
}

.image-36 {
  max-height: 100px;
}

.image-37 {
  max-height: 100px;
}

.collection-list-wrapper-4 {
  width: 100%;
}

.add-to-cart-button {
  display: none;
}

.quantity {
  display: none;
}

.field-label-2 {
  display: none;
}

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

.block-header {
  background-color: transparent;
}

.block-content {
  background-color: transparent;
}

.line-item {
  margin-top: 61px;
}

.line-item.hor {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.left-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 47%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.customer-info {
  background-color: transparent;
}

.block-header-2 {
  background-color: transparent;
}

.block-content-2 {
  background-color: transparent;
}

.block-content-3 {
  background-color: transparent;
}

.block-header-3 {
  background-color: transparent;
}

.line-item-2 {
  margin-bottom: 21px;
}

.block-content-4 {
  color: transparent;
}

.cart-container {
  width: 100vw;
  height: 100vh;
  max-width: none;
  background-color: #f7f5eb;
}

.heading-33 {
  margin-top: 68px;
  color: #006451;
  font-size: 48px;
  line-height: 50px;
}

.text-block-18 {
  margin-left: 31px;
  font-family: Poppins, sans-serif;
  color: #5b5ba5;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.text-block-19 {
  margin-top: 4px;
  font-family: Poppins, sans-serif;
  color: #f08019;
  font-weight: 600;
  text-decoration: underline;
}

.text-block-20 {
  font-family: Poppins, sans-serif;
  color: #006451;
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
}

.div-block-50 {
  -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;
}

.cart-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-38 {
  width: 10%;
}

.text-block-21 {
  margin-right: 30px;
  font-family: Poppins, sans-serif;
  color: #f08019;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
}

.cart-line-item {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-22 {
  font-family: Poppins, sans-serif;
  color: #006451;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
}

.quantity-2 {
  display: none;
}

.buy-now-button {
  display: none;
}

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

.cart-button {
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.icon-9 {
  width: auto;
  color: #006451;
  font-size: 50px;
}

.cart-quantity {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #006451;
  color: #fff;
  font-size: 11px;
}

.div-block-51 {
  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;
}

.full-name {
  border-width: 0px 0px 2px;
  border-bottom-color: #545252;
  background-color: transparent;
}

.street-address {
  border-width: 0px 0px 2px;
  border-bottom-color: #545252;
  background-color: transparent;
}

.street-address-2 {
  border-width: 0px;
}

.block-header-4 {
  border-bottom-color: transparent;
  background-color: transparent;
}

.shipping-method {
  background-color: transparent;
}

.block-header-5 {
  background-color: transparent;
}

.block-content-5 {
  background-color: transparent;
}

.block-header-6 {
  background-color: transparent;
}

.block-content-6 {
  background-color: transparent;
}

.block-header-7 {
  background-color: transparent;
}

.block-content-7 {
  background-color: transparent;
}

.cart-wrapper {
  z-index: 9007199254740991;
}

.html-embed-2 {
  display: none;
}

.image-39 {
  margin-left: 17px;
}

.text-block-23 {
  font-family: Poppins, sans-serif;
  color: #006451;
}

.text-block-24 {
  font-family: Poppins, sans-serif;
}

.text-block-25 {
  font-family: Poppins, sans-serif;
}

.checkout-button {
  background-color: #006451;
  font-family: Poppins, sans-serif;
}

.inkijkexamplaar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  -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: rgba(26, 26, 26, 0.53);
}

.inkijk-box {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 800px;
  min-width: 800px;
  padding: 65px;
  background-color: #fff;
}

.slider-2 {
  width: 100%;
  height: 100%;
  min-height: 600px;
  background-color: transparent;
}

.slide-nav-3 {
  display: none;
}

.mask-3 {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}

.image-40 {
  max-height: 700px;
}

.slide-4 {
  max-height: 100%;
  max-width: 100%;
}

.page-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-10 {
  color: #0e0d0d;
}

.icon-11 {
  color: #0e0d0d;
}

.image-41 {
  position: absolute;
  left: auto;
  top: 2%;
  right: 5%;
  bottom: auto;
  z-index: 9912412;
  cursor: pointer;
}

@media screen and (min-width: 1440px) {
  .hero-section {
    display: block;
    margin-top: 172px;
  }

  .content-container {
    max-width: 1400px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .content-container.mid {
    max-width: 1400px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .content-container.rel {
    padding-bottom: 0px;
  }

  .content-container.rel.margin {
    padding-bottom: 375px;
  }

  .hero-left {
    margin-top: 0px;
  }

  .heading {
    max-width: 500px;
  }

  .image {
    width: 47%;
  }

  .paragraph {
    line-height: 170%;
  }

  .boem.nav {
    margin-top: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .boem.cta {
    top: 31px;
    margin-top: 0px;
  }

  .boem.cta._40left {
    height: 70px;
  }

  .boem.cta.mail {
    top: 0px;
    margin-top: 40px;
  }

  .boem.cta.smill.stat {
    position: static;
  }

  .boem.hero {
    margin-top: 110px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .boem.higher {
    height: 72px;
    margin-top: 26px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .purple-bg {
    padding-right: 38px;
    padding-left: 38px;
  }

  .paragraph-2 {
    line-height: 170%;
  }

  .checkmark-section {
    margin-top: 0px;
  }

  .single-ckeck {
    margin-bottom: 28px;
  }

  .confident {
    min-height: 380px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph-4 {
    font-size: 21px;
    line-height: 170%;
  }

  .paragraph-5 {
    line-height: 170%;
  }

  .navbar {
    padding-top: 10px;
  }

  .nav-link.blakc {
    margin-right: 8px;
    font-size: 20px;
  }

  .nav-link.blakc.w--current {
    margin-right: 8px;
    font-size: 20px;
  }

  .nav-link.in-between {
    color: #545252;
  }

  .nav-link.wit {
    margin-right: 8px;
    font-size: 20px;
  }

  .nav-link.wit.w--current {
    margin-right: 8px;
    font-size: 20px;
  }

  .nav-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .paragraph-9 {
    font-size: 18px;
  }

  .div-block-8 {
    width: 72%;
    max-width: 1100px;
  }

  .image-10 {
    left: 29px;
    width: 26%;
  }

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

  .search {
    background-color: #5b5ba5;
  }

  .search.g {
    margin-top: -20px;
    padding-top: 0px;
    padding-bottom: 165px;
  }

  .image-11 {
    top: 244px;
    width: 40%;
  }

  .wrapper {
    position: relative;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .wrapper.book-product-page {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .content.top.fa {
    height: 100%;
  }

  .content.app {
    width: 55%;
    margin-top: 212px;
    margin-bottom: -122px;
  }

  .paragraph-11 {
    font-size: 20px;
    font-weight: 500;
  }

  .paragraph-16 {
    width: 100%;
  }

  .paragraph-18.marign {
    left: auto;
    top: auto;
    right: 3%;
    bottom: 7%;
    margin-top: 41%;
  }

  .image-15 {
    width: 28%;
  }

  .text-block-10 {
    font-size: 42px;
  }

  .image-16 {
    position: static;
    width: auto;
    height: 60%;
    max-height: 450px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .text-block-11 {
    font-size: 20px;
  }

  .second-part {
    margin-bottom: 90px;
  }

  .like-but {
    width: 100%;
    height: 300px;
    min-height: 0px;
  }

  .paragraph-32.tr {
    font-size: 20px;
  }

  .paragraph-32.zwart {
    width: 100%;
    font-size: 20px;
  }

  .image-20 {
    width: 39%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .paragraph-33 {
    font-size: 27px;
  }

  .paragraph-37._3 {
    font-weight: 400;
  }

  .link-block-3 {
    width: 100%;
    min-height: 300px;
    text-decoration: none;
  }

  .nav-menu-2 {
    display: block;
  }

  .brand-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-menu-3 {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .image-28 {
    width: 47%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block-32 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .book-page {
    padding-top: 157px;
    padding-bottom: 0px;
    background-color: #5b5ba5;
  }

  .book-page.faka {
    padding-bottom: 0px;
  }

  .book-image {
    position: absolute;
    left: 5%;
    top: 1%;
    right: auto;
    bottom: 0%;
    width: 38%;
  }

  .book-image.mimang {
    top: 21%;
  }

  .div-block-34 {
    width: 50%;
  }

  .tabs-menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tablink.w--current {
    margin-right: 13px;
    border: 2px solid #000;
    border-radius: 5px;
    background-color: transparent;
  }

  .tabs {
    left: 0px;
    margin-right: 10%;
  }

  .heading-28 {
    font-size: 55px;
  }

  .bus-hero {
    margin-bottom: 50px;
  }

  .paragraph-45 {
    margin-bottom: 0px;
  }

  .div-block-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-41 {
    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;
  }

  .volume-marquee__collection-item.u-shadow {
    width: 40vw;
    max-width: 600px;
  }

  .div-block-44 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .text-block-17 {
    margin-top: 30px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-weight: 600;
  }

  .inkijkexamplaar {
    display: none;
  }

  .image-41 {
    top: 3%;
    right: 7%;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    position: static;
    height: auto;
  }

  .content-container {
    position: relative;
    z-index: 10;
    padding-right: 80px;
    padding-left: 80px;
  }

  .content-container.mid.pop {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .hero-left {
    width: 100%;
    margin-top: 92px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .heading {
    font-size: 50px;
    line-height: 120%;
  }

  .image {
    display: none;
    width: 50%;
    -webkit-filter: brightness(88%);
    filter: brightness(88%);
  }

  .paragraph {
    color: #161616;
  }

  .boem.nav {
    display: none;
    margin-left: 0px;
  }

  .boem.nav.nomar {
    margin-right: 23px;
  }

  .boem.nav.nomar._166 {
    margin-right: 0px;
  }

  .boem.nav.nomar.more-info {
    margin-left: 20px;
  }

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

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

  .boem.hero {
    margin-top: 40px;
  }

  .boem.book.rand {
    margin-right: 20px;
  }

  .heading-2 {
    margin-bottom: 26px;
  }

  .grid {
    width: 100%;
    margin-bottom: 53px;
  }

  .grid.div {
    width: 100%;
    margin-bottom: 40px;
  }

  .single-ckeck.hor {
    width: 100%;
  }

  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .confident {
    margin-bottom: 44px;
  }

  .confident.last {
    margin-bottom: 0px;
  }

  .paragraph-4.last {
    margin-bottom: 0px;
  }

  .left-right-section {
    margin-top: 0px;
  }

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

  .image-4 {
    width: 100%;
    max-width: 60%;
    margin-top: 34px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .image-4._2 {
    width: 80%;
    margin-top: 38px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-2 {
    width: 100%;
    margin-bottom: 38px;
  }

  .paragraph-6 {
    max-width: none;
    margin-bottom: 21px;
  }

  .paragraph-6._2 {
    margin-bottom: 0px;
  }

  .socials {
    margin-top: 41px;
  }

  .first-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .second-row {
    display: -ms-grid;
    display: grid;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .link {
    margin-right: 15px;
  }

  .link.w--current {
    margin-right: 15px;
  }

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

  .div-block-5 {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-2 {
    white-space: nowrap;
  }

  .small-line {
    margin: 4px 0px 4px 7px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .navbar {
    z-index: 12;
  }

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

  .nav-link.blakc {
    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;
    color: #fff;
  }

  .nav-link.blakc.thick {
    color: #545252;
  }

  .nav-link.blakc.thick.w--current {
    color: #545252;
  }

  .nav-link.in-between {
    color: #fff;
  }

  .nav-link.wit {
    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;
    color: #fff;
  }

  .nav-link.wit.thick {
    color: #545252;
  }

  .nav-link.wit.thick.w--current {
    color: #545252;
  }

  .nav-menu {
    background-color: #9c9ac3;
  }

  .section-2 {
    margin-top: 147px;
  }

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

  .lfet-cta {
    width: 100%;
    margin-bottom: 32px;
  }

  .right-cta {
    width: 100%;
  }

  .section-3 {
    margin-top: 59px;
  }

  .heading-6.g {
    margin-bottom: 16px;
    font-size: 50px;
    text-align: center;
  }

  .heading-7 {
    margin-bottom: 39px;
  }

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

  .house {
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .dropdowns {
    width: 100%;
  }

  .cta {
    margin-top: 70px;
  }

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

  .image-10 {
    width: 40%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-9 {
    margin-right: 82px;
    margin-left: 0px;
  }

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

  .search {
    padding-top: 273px;
  }

  .search.g {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-11 {
    position: relative;
    top: 84px;
    width: 65%;
    max-width: none;
    margin-top: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .wrapper.book-product-page {
    justify-items: start;
  }

  .content {
    width: 100%;
    margin-top: 95px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content.top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content.top.fa {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content.app {
    margin-bottom: -15px;
  }

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

  .paragraph-11 {
    margin-bottom: 0px;
    text-align: center;
  }

  .heading-12.pot {
    margin-top: 47px;
  }

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

  .image-13 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-13.mar {
    width: 100%;
    margin-top: 26px;
    margin-left: 0px;
  }

  .div-block-11 {
    width: 100%;
    margin-bottom: 24px;
    margin-left: 0px;
  }

  .div-block-11.no-mar {
    width: 100%;
  }

  .topics-explore {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .ind-filter {
    margin-bottom: 0px;
    border-bottom-width: 0px;
  }

  .image-14 {
    width: 35px;
    height: 35px;
  }

  .blokkie {
    margin-left: 5px;
  }

  .first-row.sk {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .second-row-2 {
    -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;
  }

  .purple-circle {
    width: 45px;
    height: 45px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .drop-holder {
    width: 100%;
  }

  .text-block-8 {
    width: 90%;
    white-space: normal;
  }

  .paragraph-18 {
    margin-top: 83px;
    margin-bottom: 0px;
    text-align: left;
  }

  .paragraph-18.marign {
    position: static;
    margin-top: 40px;
  }

  .boeken {
    padding-top: 100px;
  }

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

  .image-15 {
    width: 50%;
    margin-top: 42px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .heading-14 {
    font-size: 45px;
    line-height: 57px;
  }

  .div-block-13 {
    margin-left: 0px;
  }

  .section-4 {
    padding-top: 187px;
  }

  .image-16 {
    left: 0px;
    width: 70%;
    margin-top: 27px;
  }

  .image-16.left {
    width: 60%;
  }

  .image-16.left._2nd {
    width: 100%;
  }

  .div-block-14 {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .link-6 {
    margin-left: 0px;
  }

  .heading-16.seconde._40 {
    margin-bottom: 5px;
  }

  .checkout-block {
    margin-top: 198px;
  }

  .div-block-15 {
    width: 100%;
    margin-bottom: 55px;
  }

  .div-block-16 {
    width: 100%;
  }

  .collection-list-wrapper {
    width: 100%;
  }

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

  .blog-item {
    min-height: 300px;
    margin-bottom: 22px;
  }

  .blog-item.app-page._3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .collection-list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .second-part {
    margin-bottom: 30px;
  }

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

  .image-18 {
    width: 50%;
    margin-top: 53px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .paragraph-28.mid {
    margin-bottom: -10px;
    text-align: center;
  }

  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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;
  }

  .pop-up {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, 0.56);
  }

  .div-block-21 {
    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;
    border-radius: 20px;
    background-color: #f7f5eb;
  }

  .heading-21 {
    margin-top: 0px;
    color: #006451;
  }

  .div-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .image-19 {
    max-width: 220px;
    margin-right: 25px;
  }

  .paragraph-30 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }

  .section-7 {
    margin-top: 172px;
  }

  .heading-22 {
    margin-bottom: 71px;
  }

  .paragraph-32 {
    width: 100%;
  }

  .paragraph-32.tr {
    margin-top: 45px;
  }

  .image-20 {
    width: 100%;
    margin-top: 26px;
  }

  .image-20.a {
    margin-top: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-33 {
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .section-8 {
    margin-top: 117px;
  }

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

  .heading-23.mid {
    margin-top: 37px;
    margin-bottom: 15px;
    text-align: center;
  }

  .paragraph-34 {
    margin-bottom: 31px;
  }

  .job {
    height: 50px;
  }

  .form-block-2 {
    width: 100%;
  }

  .icon-2 {
    color: #9c9ac3;
    font-size: 40px;
  }

  .menu-button {
    position: static;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .icon-3 {
    color: #8c8abe;
    font-size: 40px;
  }

  .icon-3.white {
    color: #fff;
  }

  .icon-4 {
    color: #fff;
    font-size: 34px;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .nav-menu-2 {
    background-color: #5b5ba5;
  }

  .menu-button-3 {
    z-index: 9999;
  }

  .menu-button-3.w--open {
    background-color: transparent;
  }

  .nav-menu-3 {
    background-color: #9c9ac3;
  }

  .cta-articles {
    margin-top: 70px;
  }

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

  .filters-wrapper {
    display: none;
  }

  .filter-button {
    width: 100%;
    margin-bottom: 0px;
  }

  .hero-wrapper {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-31 {
    margin-top: 65px;
    margin-bottom: 50px;
  }

  .div-block-32 {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-32.method {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-29 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .image-29.icon {
    width: 60%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .sep-line {
    width: 100%;
  }

  .slider {
    height: 100%;
  }

  .collection-list-4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .book-page {
    padding-top: 79px;
    padding-bottom: 40px;
  }

  .book-page.g {
    padding-top: 246px;
    padding-bottom: 59px;
  }

  .book-image {
    position: static;
    width: 60%;
    max-width: none;
    margin-top: 119px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-34 {
    width: 100%;
  }

  .tabs {
    width: 100%;
  }

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

  .left-sam {
    width: 100%;
  }

  .right-sam {
    width: 100%;
  }

  .let-col {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block-15._2 {
    text-align: right;
  }

  .heading-29 {
    font-size: 50px;
    line-height: 60px;
  }

  .slide-section {
    padding-bottom: 0px;
  }

  .div-block-35 {
    width: 100%;
  }

  .link-block-5 {
    display: block;
    margin-top: 10px;
    margin-left: 13px;
    padding-bottom: 19px;
  }

  .bus-hero {
    margin-top: 168px;
  }

  .nav-home {
    display: none;
  }

  .image-34 {
    display: block;
  }

  .mobile-dropdown-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 5px 5px 0px 0px;
    background-color: #f08019;
    font-family: Poppins, sans-serif;
  }

  .mobile-text {
    background-color: transparent;
    color: #fff;
    font-size: 18px;
  }

  .icon-8 {
    color: #fffcfc;
  }

  .div-block-47 {
    width: 100%;
  }

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

  .paragraph-48 {
    display: block;
    font-size: 20px;
    font-weight: 600;
  }

  .div-block-49 {
    width: 100%;
  }

  .cart-button {
    display: block;
  }

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

  .div-block-51 {
    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;
  }

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

  .image-41 {
    left: auto;
    top: 2%;
    right: 12%;
    bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .content-container {
    max-width: 100%;
  }

  .content-container.mid {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-container.mid.foot {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-container.mid.pop {
    padding-right: 30px;
    padding-left: 30px;
  }

  .content-container.mid.not-on-small-screen {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-container.rel {
    padding-right: 12px;
    padding-left: 12px;
  }

  .heading {
    font-size: 50px;
  }

  .paragraph {
    color: #545252;
  }

  .boem.nav {
    display: block;
  }

  .boem.nav.bl {
    display: none;
  }

  .boem.cta._2 {
    margin-top: 43px;
  }

  .boem.cta._40left {
    margin-top: 43px;
  }

  .boem.cta.poe {
    margin-top: 43px;
  }

  .boem.cta.mail {
    margin-top: 43px;
  }

  .boem.cta.smill {
    margin-top: 20px;
  }

  .boem.higher {
    height: 75px;
    padding-right: 27px;
    padding-left: 27px;
  }

  .boem.higher.last {
    margin-right: 0px;
  }

  .purple-bg {
    padding-right: 25px;
    padding-left: 25px;
  }

  .checkmark-section {
    margin-top: 59px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 46px;
  }

  .image-2 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .paragraph-3 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .confident {
    margin-bottom: 44px;
  }

  .second-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link {
    margin-bottom: 10px;
  }

  .link.w--current {
    margin-bottom: 10px;
  }

  .div-block-5 {
    width: 100%;
    margin-top: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .text-block-2._2 {
    margin-bottom: 5px;
  }

  .small-line {
    margin-right: 24px;
    margin-left: 7px;
  }

  .navbar {
    margin-top: 25px;
  }

  .section-2 {
    margin-top: 122px;
  }

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

  .heading-6.g {
    font-size: 45px;
    text-align: center;
  }

  .heading-7 {
    margin-bottom: 59px;
  }

  .heading-7.less-mar {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .dropdowns._50 {
    width: 100%;
    margin-top: -26px;
  }

  .text-block-3 {
    white-space: normal;
  }

  .paragraph-9 {
    margin-bottom: -23px;
  }

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

  .image-10 {
    width: 50%;
  }

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

  .image-11 {
    width: 85%;
  }

  .content {
    margin-top: 111px;
  }

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

  .number {
    margin-top: 62px;
    padding-top: 70px;
  }

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

  .div-block-10 {
    margin-bottom: 27px;
  }

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

  .ben {
    margin-bottom: 38px;
  }

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

  .heading-12.big-mar {
    text-align: center;
  }

  .heading-12.big-mar.l {
    margin-top: 60px;
  }

  .heading-12.big-mar.ervaring {
    margin-bottom: 45px;
  }

  .heading-12.pot {
    margin-top: 46px;
    margin-bottom: 29px;
  }

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

  .image-13 {
    width: 100%;
    margin-top: 40px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .image-13.mar {
    margin-left: 0px;
  }

  .div-block-11 {
    width: 100%;
    margin-left: 0px;
  }

  .div-block-11.no-mar {
    width: 100%;
  }

  .topics-explore {
    padding-bottom: 0px;
  }

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

  .testimonail {
    min-height: 450px;
    margin-bottom: 33px;
  }

  .faw {
    margin-top: 70px;
    padding-top: 50px;
  }

  .image-15 {
    width: 70%;
  }

  .heading-14 {
    font-size: 40px;
    line-height: 50px;
  }

  .section-4 {
    padding-top: 154px;
  }

  .samenvatting {
    margin-top: 60px;
  }

  .checkout-block {
    margin-top: 186px;
  }

  .section-5 {
    margin-top: 142px;
  }

  .heading-18 {
    margin-bottom: -24px;
  }

  .blog-item {
    min-height: 280px;
  }

  .collection-list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-6 {
    margin-top: 117px;
  }

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

  .heading-20.ga {
    margin-bottom: -42px;
  }

  .text-block-12.l {
    margin-right: 0px;
    text-align: center;
  }

  .heading-21 {
    margin-bottom: 20px;
    line-height: 45px;
  }

  .div-block-22 {
    -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;
  }

  .image-19 {
    margin-right: 0px;
    margin-bottom: 17px;
  }

  .heading-22.fa {
    margin-bottom: 19px;
  }

  .paragraph-32.tr {
    margin-top: 0px;
  }

  .section-8 {
    margin-bottom: 0px;
  }

  .heading-23.mid {
    font-size: 45px;
    text-align: center;
  }

  .heading-24.trq {
    margin-bottom: 14px;
  }

  .paragraph-35.dark {
    font-size: 15px;
  }

  .job {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 130px;
    height: 40px;
    -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: 14px;
  }

  .heading-25 {
    margin-bottom: 44px;
  }

  .grid-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-27 {
    width: 100%;
    margin-top: 51px;
  }

  .div-block-30 {
    -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;
  }

  .image-28 {
    width: 100%;
  }

  .counter.no-left-mar {
    margin-right: 0px;
  }

  .div-block-32 {
    margin-bottom: 0px;
  }

  .div-block-32.method {
    margin-top: 70px;
    margin-bottom: 0px;
  }

  .book-image {
    width: 75%;
  }

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

  .left-sam {
    width: 100%;
  }

  .right-sam {
    width: 100%;
  }

  .winkelwagen {
    margin-top: 255px;
  }

  .div-block-38 {
    width: 80%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .paragraph-44 {
    width: auto;
  }

  .link-block-5 {
    display: block;
    margin-top: 11px;
    margin-left: 13px;
    padding-bottom: 16px;
  }

  .paragraph-45 {
    margin-bottom: -15px;
  }

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

  .div-block-41 {
    -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;
  }

  .icon-5 {
    font-size: 25px;
  }

  .image-34 {
    display: block;
  }

  .volume-marquee {
    display: none;
  }

  .slider-mobile {
    display: block;
    overflow: visible;
    min-height: 450px;
    padding-bottom: 0px;
    background-color: transparent;
  }

  .div-block-45 {
    position: relative;
    z-index: 9007199254740991;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 43px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #006451;
  }

  .div-block-46 {
    width: 100%;
    margin-top: 30px;
  }

  .paragraph-46 {
    color: #fff;
  }

  .mask-2 {
    overflow: hidden;
    min-height: 450px;
    margin-bottom: 34px;
    padding-bottom: 0px;
  }

  .slide-3 {
    overflow: visible;
    width: 100%;
    max-height: none;
    min-height: 400px;
    margin-right: 50px;
  }

  .left-arrow-2 {
    left: -84px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .right-arrow-2 {
    right: -84px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .slide-nav-2 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .inkijk-box {
    min-height: 0px;
    min-width: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .slider-2 {
    min-height: 0px;
  }

  .image-41 {
    right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    margin-top: 48px;
  }

  .content-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .content-container.mid {
    padding-right: 30px;
    padding-left: 30px;
  }

  .content-container.mid.jk {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-container.mid.not-on-small-screen {
    padding-right: 30px;
    padding-left: 30px;
  }

  .content-container.lo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-container.rel {
    height: 100vh;
  }

  .heading {
    font-size: 32px;
  }

  .image {
    display: none;
  }

  .image.mobile {
    position: static;
    display: block;
    width: 100%;
    margin-top: 24px;
  }

  .paragraph {
    font-size: 16px;
  }

  .boem {
    font-size: 18px;
    white-space: nowrap;
  }

  .boem.nav.nomar {
    max-width: 100%;
    margin-bottom: 17px;
    font-size: 17px;
    text-align: center;
    white-space: normal;
  }

  .boem.nav.nomar.more-info {
    margin-right: 0px;
    margin-left: 0px;
  }

  .boem.cta._40left {
    margin-top: 21px;
    margin-left: 0px;
  }

  .boem.book.rand {
    margin-right: 15px;
  }

  .boem.higher {
    margin-top: 21px;
    margin-right: 0px;
  }

  .checkmark-section {
    margin-top: 70px;
  }

  .heading-2 {
    margin-top: 44px;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-2.left {
    text-align: left;
  }

  .heading-2.mar-top-mobile {
    margin-top: 61px;
    margin-bottom: 31px;
  }

  .grid {
    margin-bottom: 20px;
  }

  .single-ckeck {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-2 {
    margin-right: 0px;
  }

  .paragraph-3 {
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }

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

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

  .grid-2 {
    margin-top: 35px;
  }

  .heading-4 {
    margin-bottom: 4px;
    text-align: center;
  }

  .mid-section {
    margin-top: 70px;
  }

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

  .left-right-section {
    margin-top: 9px;
  }

  .div-block {
    margin-bottom: 70px;
  }

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

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

  .div-block-4 {
    width: 100%;
  }

  .link-block {
    width: 50px;
    margin-right: 10px;
  }

  .second-row {
    margin-top: -11px;
  }

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

  .small-line {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .navbar {
    padding-top: 7px;
    padding-bottom: 0px;
  }

  .heading-5 {
    font-size: 34px;
    line-height: 150%;
  }

  .text-field {
    width: 80%;
    height: 50px;
  }

  .submit-button {
    width: 110px;
    height: 50px;
    padding: 15px 4px 18px;
    font-size: 14px;
  }

  .section-3 {
    margin-top: 0px;
  }

  .heading-6.g {
    margin-bottom: 20px;
    font-size: 35px;
  }

  .paragraph-8.max-width {
    font-size: 18px;
  }

  .method {
    margin-top: 60px;
  }

  .heading-7 {
    text-align: left;
  }

  .heading-7.less-mar {
    margin-bottom: 10px;
    font-size: 34px;
  }

  .house {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .middle-house {
    max-height: 220px;
    max-width: 100%;
  }

  .text-block-3 {
    width: 80%;
    font-size: 17px;
  }

  .icon {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .heading-9 {
    margin-bottom: 25px;
  }

  .image-10 {
    width: 90%;
  }

  .search {
    padding-top: 243px;
  }

  .image-11 {
    top: 72px;
    width: 100%;
  }

  .wrapper.book-product-page {
    display: block;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content.top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content.app {
    margin-top: 128px;
  }

  .heading-11 {
    font-size: 36px;
  }

  .grid-3 {
    margin-bottom: 45px;
  }

  .heading-12 {
    margin-bottom: 39px;
    text-align: center;
  }

  .heading-12.big-mar.l {
    margin-top: 62px;
  }

  .heading-12.l {
    margin-bottom: 24px;
    line-height: 42px;
    text-align: left;
  }

  .features {
    margin-top: 98px;
    margin-bottom: 60px;
  }

  .topics-explore {
    padding-bottom: 0px;
  }

  .ind-filter {
    position: static;
    bottom: 31px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0px;
  }

  .image-14 {
    margin-top: 15px;
  }

  .blokkie {
    margin-left: 0px;
    padding-top: 7px;
    padding-bottom: 10px;
  }

  .first-row.sk {
    -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;
  }

  .second-row-2 {
    margin-top: -18px;
    -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;
  }

  .paragraph-15 {
    margin-top: 9px;
    text-align: center;
  }

  .testimonail {
    position: relative;
    z-index: 10;
    min-height: 440px;
    padding-right: 22px;
    padding-left: 22px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-17 {
    font-size: 26px;
  }

  .faw {
    margin-top: 0px;
    padding-top: 50px;
  }

  .drop-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown-2 {
    margin-top: 11px;
    margin-left: 0px;
  }

  .text-block-8 {
    line-height: 24px;
  }

  .text-block-8._2 {
    max-width: 80%;
  }

  .text-block-9 {
    line-height: 23px;
  }

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

  .boeken {
    padding-top: 80px;
  }

  .boek {
    margin-bottom: 43px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-15 {
    width: 100%;
    margin-top: 27px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .heading-14 {
    font-size: 32px;
    line-height: 42px;
  }

  .div-block-13 {
    width: 100%;
    margin-left: 0px;
  }

  .image-16 {
    position: static;
    width: 100%;
  }

  .image-16.left {
    width: 70%;
  }

  .heading-15 {
    font-size: 34px;
    line-height: 45px;
  }

  .heading-15.small {
    font-size: 26px;
  }

  .intorductory-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-11 {
    font-size: 17px;
  }

  .seperator {
    width: 2px;
    height: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

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

  .link-6 {
    font-size: 17px;
  }

  .samenvatting {
    margin-top: 80px;
  }

  .zie-ook {
    margin-top: 70px;
  }

  .heading-17 {
    font-size: 34px;
  }

  .radio-button-label {
    font-size: 17px;
  }

  .radio-button.intorductory-line {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .text-field-2.hor {
    width: 100%;
  }

  .text-field-2.hor.big {
    width: 100%;
  }

  .text-field-2.hor.toevoeging {
    width: 100%;
    margin-left: 0px;
    text-align: left;
  }

  .text-field-2.hor.acht {
    margin-left: 0px;
  }

  .hor-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hor-holder._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-16 {
    padding: 33px 15px;
  }

  .div-block-17 {
    margin-top: 7px;
  }

  .section-5 {
    margin-top: 134px;
  }

  .heading-18 {
    font-size: 37px;
    line-height: 44px;
    text-align: center;
  }

  .heading-20 {
    margin-top: 17px;
    margin-bottom: -1px;
    font-size: 30px;
  }

  .heading-20.qw {
    margin-top: 59px;
    margin-bottom: -11px;
    font-size: 34px;
  }

  .blog-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-12 {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .text-block-12.l {
    text-align: left;
  }

  .paragraph-25 {
    font-size: 18px;
    text-align: left;
  }

  .blog-content {
    margin-top: 37px;
  }

  .second-part {
    margin-bottom: 62px;
  }

  .div-block-19 {
    width: 100%;
  }

  .image-18 {
    width: 80%;
  }

  .paragraph-28.mid.tr {
    text-align: left;
  }

  .div-block-20 {
    width: 100%;
  }

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

  .pop-up {
    display: none;
  }

  .div-block-21 {
    width: 100%;
    max-width: none;
    padding-right: 14px;
    padding-left: 14px;
  }

  .heading-21 {
    margin-bottom: -10px;
  }

  .image-19.hide {
    display: none;
  }

  .paragraph-30 {
    font-size: 17px;
  }

  .section-7 {
    margin-top: 170px;
  }

  .heading-22.fa {
    font-size: 33px;
  }

  .paragraph-32.tr {
    margin-bottom: 31px;
  }

  .paragraph-33 {
    font-size: 17px;
  }

  .heading-23.mid {
    font-size: 36px;
    line-height: 45px;
  }

  .grid-8 {
    max-width: 100%;
    grid-auto-flow: row dense;
    grid-column-gap: 0px;
    grid-row-gap: 13px;
    -ms-grid-columns: 100px 100px;
    grid-template-columns: 100px 100px;
  }

  .paragraph-35 {
    display: block;
  }

  .paragraph-35.dark {
    font-size: 14px;
  }

  .paragraph-35.title {
    display: none;
  }

  .paragraph-35.location {
    display: none;
  }

  .paragraph-35.position {
    display: none;
  }

  .job {
    width: 100%;
    margin-bottom: 39px;
  }

  .heading-25 {
    margin-bottom: 31px;
    font-size: 25px;
  }

  .tag {
    width: 50px;
    margin-bottom: 12px;
  }

  .icon-2 {
    color: #9c9ac3;
  }

  .menu-button {
    padding-right: 0px;
  }

  .icon-3.white {
    color: #fff;
  }

  .brand {
    padding-left: 0px;
  }

  .image-21 {
    max-width: 70%;
  }

  .icon-4 {
    color: #fff;
    font-size: 40px;
  }

  .menu-button-2 {
    background-color: transparent;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .nav-menu-2 {
    background-color: #9c9ac3;
  }

  .image-22 {
    width: 140px;
  }

  .image-23 {
    max-width: 75%;
  }

  .brand-2 {
    padding-left: 0px;
  }

  .brand-3 {
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-24 {
    width: 75%;
  }

  .menu-button-3 {
    background-color: transparent;
  }

  .menu-button-3.w--open {
    background-color: transparent;
  }

  .nav-menu-3 {
    width: 100%;
    padding-bottom: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #9c9ac3;
  }

  .filters-wrapper {
    border-bottom: 3px solid #d9d9d9;
  }

  .filter-button {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .filter-button.fltr-active {
    margin-bottom: 0px;
  }

  .image-26 {
    width: 30px;
  }

  .text-block-14 {
    margin-left: 6px;
    font-size: 21px;
  }

  .div-block-30 {
    -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;
  }

  .hero-wrapper {
    margin-top: 0px;
  }

  .counter {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .div-block-31 {
    margin-bottom: 30px;
    -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;
  }

  .image-29 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .slider {
    padding-bottom: 0px;
  }

  .slide {
    z-index: 3;
    width: 100%;
    margin-left: 0%;
  }

  .slide-2 {
    width: 100%;
  }

  .mask {
    width: 100%;
  }

  .collection-list-4 {
    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;
  }

  .book-page {
    padding-top: 98px;
  }

  .book-image {
    width: 100%;
    margin-top: 130px;
    padding-bottom: 27px;
  }

  .tabs {
    width: 100%;
    margin-top: 18px;
  }

  .heading-28 {
    font-size: 32px;
    line-height: 45px;
  }

  .inhoud-drop {
    margin-top: 11px;
    margin-left: 0px;
  }

  .let-col {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block-15 {
    margin-right: 3px;
    font-size: 15px;
  }

  .text-block-15._2 {
    margin-bottom: 20px;
    text-align: right;
  }

  .heading-29 {
    font-size: 34px;
    line-height: 47px;
  }

  .checkout-div {
    margin-top: 27px;
  }

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

  .buy-button {
    width: 100%;
  }

  .div-block-38 {
    width: 95%;
    max-height: none;
  }

  .link-block-5 {
    display: block;
    margin-top: 20px;
    margin-left: 13px;
    padding-bottom: 0px;
  }

  .heading-31 {
    font-size: 32px;
    text-align: center;
  }

  .paragraph-45 {
    font-size: 19px;
  }

  .div-block-39 {
    -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-home {
    display: block;
  }

  .image-33 {
    width: 140px;
  }

  .section-11 {
    overflow: hidden;
  }

  .div-block-42 {
    display: none;
  }

  .image-34 {
    display: block;
  }

  .div-block-43 {
    width: 100%;
  }

  .icon-6 {
    margin-right: 0px;
  }

  .slider-mobile {
    min-height: 550px;
  }

  .paragraph-46 {
    font-size: 15px;
  }

  .slide-nav-2 {
    top: 312px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .test-oeleh {
    width: 100%;
    height: 120px;
    max-width: 100%;
  }

  .arch {
    height: auto;
    max-height: 300px;
    max-width: 40%;
    min-height: 220px;
  }

  .half-block {
    top: 87px;
    width: 120px;
    height: auto;
    max-height: 120px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .circle {
    left: -27px;
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .balkie {
    max-width: 100%;
  }

  .rechthoekie {
    position: static;
    width: 70%;
    height: auto;
  }

  .counter-holder._1 {
    margin-right: 0px;
    margin-bottom: 29px;
  }

  .mobile-dropdown-tab {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .div-block-48 {
    padding-bottom: 24px;
  }

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

  .inkijk-box {
    padding: 31px 14px;
  }

  .image-40 {
    max-height: none;
  }

  .image-41 {
    top: 3%;
    right: 7%;
    width: 18px;
  }
}

#w-node-_9d153688-9eb4-f931-282b-1e90c1ffa077-2066262b {
  -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-_0ab77f9f-f1d6-6905-a77f-8297f1afb49b-2066262b {
  -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-c6fdb3e7-72e7-2957-b061-d6f678fb0bc7-2066262b {
  -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-a74da95a-f7f6-8178-476b-5fc751e2101a-2066262b {
  -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-f6b51b91-04eb-f5fb-117c-102b77929473-2066262b {
  -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-_64b60509-0cb6-0bff-6584-3dad8e9e3d05-2066262b {
  -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-_64b60509-0cb6-0bff-6584-3dad8e9e3d09-2066262b {
  -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-_64b60509-0cb6-0bff-6584-3dad8e9e3d0d-2066262b {
  -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-_64b60509-0cb6-0bff-6584-3dad8e9e3d11-2066262b {
  -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-a5e3295b-5767-5f77-baa4-dda3e52e34c4-2066262b {
  -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-_982eeac4-21cb-9f2c-b396-32522c6f2a4b-2066262b {
  -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-_995cd51c-0de3-7962-2906-937f7713d90d-2066262b {
  -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-fddfc797-b675-2c37-bd56-92c1cd8f24b0-2066262b {
  -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-fddfc797-b675-2c37-bd56-92c1cd8f24b6-2066262b {
  -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-fddfc797-b675-2c37-bd56-92c1cd8f24bc-2066262b {
  -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-_5aa72bc3-f045-12de-33a1-1b1e803b293a-00662662 {
  -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-_5aa72bc3-f045-12de-33a1-1b1e803b293f-00662662 {
  -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-_5aa72bc3-f045-12de-33a1-1b1e803b2944-00662662 {
  -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-_5aa72bc3-f045-12de-33a1-1b1e803b294c-00662662 {
  -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-_5aa72bc3-f045-12de-33a1-1b1e803b2952-00662662 {
  -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-_5aa72bc3-f045-12de-33a1-1b1e803b2958-00662662 {
  -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-_1bc64fc3-9c4a-9418-9301-50c42e40ab8d-7a662667 {
  -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-_573b80a2-78a7-a2da-c999-df15dfa88484-7a662667 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_07cf8139-5983-8fcd-6b18-bb0e8daa4651-7a662667 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-baecb074-3dfd-f00d-d99f-ef20cd67f6c9-7a662667 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_87734686-7009-a075-6240-a3d5e0e82d04-bb66266d {
  -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-_8e8b4537-e4c3-2940-87de-8273b42c247a-bb66266d {
  -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-ee423055-d898-9794-d186-93004dc0f213-bb66266d {
  -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-_9d153688-9eb4-f931-282b-1e90c1ffa077-2214ba79 {
  -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-_0ab77f9f-f1d6-6905-a77f-8297f1afb49b-2214ba79 {
  -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-c6fdb3e7-72e7-2957-b061-d6f678fb0bc7-2214ba79 {
  -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-a74da95a-f7f6-8178-476b-5fc751e2101a-2214ba79 {
  -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-f6b51b91-04eb-f5fb-117c-102b77929473-2214ba79 {
  -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-_206a8ef3-74b9-f074-4aa1-b1914ae15a12-2214ba79 {
  -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-a5e3295b-5767-5f77-baa4-dda3e52e34c4-2214ba79 {
  -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-_982eeac4-21cb-9f2c-b396-32522c6f2a4b-2214ba79 {
  -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-_995cd51c-0de3-7962-2906-937f7713d90d-2214ba79 {
  -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-_5aa72bc3-f045-12de-33a1-1b1e803b293a-3e3e3afe {
  -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-_5aa72bc3-f045-12de-33a1-1b1e803b293f-3e3e3afe {
  -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-_5aa72bc3-f045-12de-33a1-1b1e803b2944-3e3e3afe {
  -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-_5aa72bc3-f045-12de-33a1-1b1e803b294c-3e3e3afe {
  -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-_5aa72bc3-f045-12de-33a1-1b1e803b2952-3e3e3afe {
  -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-_5aa72bc3-f045-12de-33a1-1b1e803b2958-3e3e3afe {
  -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-aa81c80c-24ef-e051-5edb-cc3b76c25802-3e3e3afe {
  -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-aa81c80c-24ef-e051-5edb-cc3b76c2580b-3e3e3afe {
  -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-_1bc64fc3-9c4a-9418-9301-50c42e40ab8d-ff195711 {
  -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-_573b80a2-78a7-a2da-c999-df15dfa88484-ff195711 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_07cf8139-5983-8fcd-6b18-bb0e8daa4651-ff195711 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-baecb074-3dfd-f00d-d99f-ef20cd67f6c9-ff195711 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c7ad39af-06eb-4cc9-cae9-333724768f24-8e2cec6a {
  -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-c7ad39af-06eb-4cc9-cae9-333724768f2d-8e2cec6a {
  -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-c7ad39af-06eb-4cc9-cae9-333724768f24-1b29cd1d {
  -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-c7ad39af-06eb-4cc9-cae9-333724768f2d-1b29cd1d {
  -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-_578800f3-8fd4-4712-395c-c25c7f8e60b7-1b29cd1d {
  -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-c7ad39af-06eb-4cc9-cae9-333724768f24-5fffa957 {
  -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-c7ad39af-06eb-4cc9-cae9-333724768f2d-5fffa957 {
  -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-_578800f3-8fd4-4712-395c-c25c7f8e60b7-5fffa957 {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-_054eea2f-0f28-a75e-abe4-d5b6e1112ad3-00662662 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_573b80a2-78a7-a2da-c999-df15dfa88484-7a662667 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_07cf8139-5983-8fcd-6b18-bb0e8daa4651-7a662667 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-baecb074-3dfd-f00d-d99f-ef20cd67f6c9-7a662667 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_1c0636af-8a67-8eb3-ea57-11732a1f3e41-e96f8b46 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a14281eb-5028-8bad-dfc9-15a7d0ae0ed5-7a662667 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_573b80a2-78a7-a2da-c999-df15dfa88484-7a662667 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-d0a00270-aff4-54ac-b7fc-a456259384a0-7a662667 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_07cf8139-5983-8fcd-6b18-bb0e8daa4651-7a662667 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-e7bf36f4-f62e-2c75-5dd7-6367275c82ba-7a662667 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-baecb074-3dfd-f00d-d99f-ef20cd67f6c9-7a662667 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_573b80a2-78a7-a2da-c999-df15dfa88484-ff195711 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_07cf8139-5983-8fcd-6b18-bb0e8daa4651-ff195711 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-baecb074-3dfd-f00d-d99f-ef20cd67f6c9-ff195711 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dac601d9-d1ea-7249-3dd4-b76996a78766-7a662667 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-dba171f0-f352-f6b2-239d-344460d4dd54-7a662667 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  #w-node-c9a2892a-531f-ec71-5488-7911f4e7a62d-7a662667 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-a14281eb-5028-8bad-dfc9-15a7d0ae0ed5-7a662667 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3a2f7e46-6e58-24c5-fc27-4f81b2fdb585-7a662667 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_573b80a2-78a7-a2da-c999-df15dfa88484-7a662667 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_39dece86-1a83-6b6b-3a63-43d4debe556c-7a662667 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_07cf8139-5983-8fcd-6b18-bb0e8daa4651-7a662667 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_06ad967d-c82a-cdf0-575e-2bccb30a2eda-7a662667 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-baecb074-3dfd-f00d-d99f-ef20cd67f6c9-7a662667 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }
}

