:root {
  --midnight-blue: #271651;
  --gold: #ffb10a;
  --medium-slate-blue: #835be3;
  --blauw-logo: #67c9dc;
  --white-smoke: #f8f8fa;
  --white: white;
  --groen-logo: #64b771;
  --pale-violet-red: #ef5074;
  --geel-logo: #f5dc59;
  --medium-purple: #a385ea;
  --gold-2: #ffc547;
  --pale-violet-red-2: #f37c98;
  --ghost-white: #f0eff3;
  --rood-logo: #ee596b;
}

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

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

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

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

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

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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

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

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

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

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

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

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--midnight-blue);
  flex-direction: column;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 28px;
  display: flex;
}

h1 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 48.83px;
  font-weight: 700;
  line-height: 61.0375px;
}

h2 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 31.25px;
  font-weight: 700;
  line-height: 39.0625px;
}

h3 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 31.25px;
}

h4 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--gold);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 12.8px;
  font-weight: 600;
  line-height: 16px;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--midnight-blue);
  white-space: nowrap;
  font-weight: 600;
  text-decoration: underline;
  transition: color .2s;
}

a:hover {
  color: var(--medium-slate-blue);
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.hero-section {
  background-color: var(--blauw-logo);
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.hero-block {
  background-color: var(--blauw-logo);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 80px 40px;
  position: relative;
}

.navbar-brand {
  padding-left: 0;
}

.navbar-brand.w--current {
  margin-left: 0;
  padding-left: 0;
}

.nav-link {
  text-align: center;
  text-transform: none;
  flex-direction: row;
  justify-content: center;
  padding: 16px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.nav-link:hover {
  color: var(--blauw-logo);
}

.nav-link.w--current {
  color: var(--midnight-blue);
}

.nav-link.w--current:hover {
  color: var(--blauw-logo);
}

.nav-link.dropdown {
  justify-content: flex-start;
}

.button-icon-image {
  width: 60px;
  height: 60px;
  padding: 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu {
  justify-content: center;
  margin-right: 10px;
  display: flex;
}

.navbar {
  z-index: 50;
  background-color: var(--white);
  border-bottom: 1px solid rgba(39, 22, 81, .05);
  justify-content: space-between;
  padding: 20px 40px;
  box-shadow: 0 0 40px -20px rgba(0, 0, 0, .25);
}

.button-color-3 {
  background-color: var(--groen-logo);
  color: var(--white);
  text-align: center;
  text-transform: none;
  border-radius: 30px;
  justify-content: center;
  min-height: 60px;
  padding: 16px 40px;
  font-weight: 600;
  transition: background-color .2s;
  display: block;
}

.button-color-3:hover {
  color: #fff;
  background-color: #64b771;
  background-image: linear-gradient(rgba(0, 0, 0, .23), rgba(0, 0, 0, .23));
}

.button-color-3.section {
  margin-top: 80px;
}

.button-color-3.nav {
  background-color: var(--groen-logo);
  margin-left: 20px;
}

.button-color-3.nav.w--current {
  color: var(--white);
}

.button-color-3.different-color {
  background-color: var(--blauw-logo);
}

.promo-video-icon-wrapper {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding-left: 5px;
  transition: background-color .2s;
  display: flex;
}

.promo-video-icon-wrapper:hover {
  background-color: #ffc700;
}

.promo-video {
  z-index: 25;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  transition: transform .2s;
  display: flex;
  position: absolute;
}

.hero-column-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-title-wrapper {
  z-index: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.colored-text {
  color: var(--pale-violet-red);
}

.hero-grid {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  background-image: url('../images/tekstwolkje-geel-min.png'), url('../images/tekstwolkje-groen-min.png'), url('../images/tekstwolkje-rood-min.png');
  background-position: 25% 0, 37% 7%, 30% 75%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 20px, 40px, 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.5fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  width: 100%;
  height: 100%;
}

.hero-column-1 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.promo-video-wrapper {
  background-image: url('../images/portrait.jpeg');
  background-position: 50%;
  background-size: auto 112.5%;
  border-radius: 500px;
  flex: 1;
  padding-top: 50%;
  padding-bottom: 50%;
  box-shadow: 0 0 40px -20px rgba(0, 0, 0, .25);
}

.hero-title-block {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.hero-title-text {
  color: var(--white);
  text-transform: none;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
}

.image {
  position: absolute;
}

.hero-footer {
  width: 100%;
}

.hero-contact-details-grid {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: min-content min-content;
  grid-auto-columns: min-content;
  grid-auto-flow: column;
  margin-bottom: 20px;
  display: grid;
}

.hero-social-links-block {
  display: flex;
}

.hero-social-link {
  color: var(--midnight-blue);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 20px;
  padding: 0;
  font-size: 12.8px;
  line-height: 16px;
  transition: color .2s;
}

.hero-social-link:hover {
  color: var(--medium-slate-blue);
}

.footer-section {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  background-color: var(--geel-logo);
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  padding: 40px 40px 20px;
  display: flex;
}

.footer-links-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: min-content;
  margin-bottom: 20px;
}

.newsletter-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr min-content;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 480px;
  display: grid;
}

.footer-column-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  background-color: var(--geel-logo);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1440px;
  display: grid;
}

.form-text-field {
  border-radius: 30px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 18px 20px;
}

.footer-link {
  color: var(--midnight-blue);
  letter-spacing: normal;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 0;
  padding: 0 0 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.footer-link:hover {
  opacity: 1;
  color: var(--midnight-blue);
}

.footer-link.w--current:hover {
  color: var(--blauw-logo);
}

.text-block {
  text-align: center;
  font-size: 12.8px;
  line-height: 16px;
}

.footer-column-3 {
  color: var(--midnight-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-column-3.extra-button {
  justify-content: center;
}

.footer-column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.news-collection-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.news-collection-list-wrapper {
  width: 100%;
  max-width: 1440px;
}

.section-title-wrapper {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.section-title-text {
  text-transform: none;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.news-section {
  flex-direction: column;
  flex: auto;
  align-items: center;
  width: 100%;
  padding: 80px 40px;
  display: flex;
}

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

.section-grey-line {
  z-index: 0;
  background-color: rgba(39, 22, 81, .25);
  border-radius: 30px;
  flex: auto;
  max-width: 80px;
  height: 1px;
}

.news-collection-item-image-wrapper {
  border-radius: 15px;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 37.5%;
  padding-bottom: 37.5%;
  position: relative;
  overflow: hidden;
}

.news-collection-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.news-collection-item-image:hover {
  transform: scale(1.1);
}

.form-title-text {
  color: var(--midnight-blue);
  text-align: left;
  text-transform: none;
  margin-bottom: 30px;
}

.hero-caption-text {
  margin-bottom: 0;
}

.caption-text {
  margin-bottom: 10px;
}

.caption-text.color-1 {
  color: var(--pale-violet-red);
}

.caption-text.color-2 {
  color: var(--gold);
}

.caption-text.color-3 {
  color: var(--medium-slate-blue);
}

.success-message {
  color: var(--white);
  text-align: center;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 30px;
  min-height: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.error-message {
  background-color: var(--pale-violet-red);
  color: var(--white);
  text-align: center;
  border-radius: 30px;
  min-height: 60px;
  padding: 16px 20px;
}

.about-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  max-width: 1440px;
}

.about-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
}

.about-header-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  margin-bottom: 20px;
}

.about-title-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.pricing-section {
  background-color: var(--white-smoke);
  flex-direction: column;
  flex: auto;
  align-items: center;
  width: 100%;
  padding: 80px 40px;
  display: flex;
}

.products-collection-list-wrapper {
  width: 100%;
  max-width: 1440px;
}

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

.products-collection-item {
  background-color: var(--white);
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.table-title {
  color: var(--white);
  margin-bottom: 10px;
}

.table-price {
  opacity: .75;
  color: var(--white);
  line-height: 22.25px;
}

.pricing-table-option-text {
  margin-bottom: 10px;
}

.pricing-table-description-text {
  opacity: .75;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 12.8px;
  line-height: 19.2px;
}

.default-state {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.add-to-cart-color-1, .add-to-cart-color-2 {
  margin-top: 30px;
}

.add-to-cart-color-3 {
  flex-direction: column;
  align-items: stretch;
  margin-top: 30px;
}

.features-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
  display: flex;
}

.features-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1440px;
}

.features-block {
  background-color: var(--white-smoke);
  text-align: center;
  border-radius: 15px;
  min-height: 200px;
  padding: 40px 40px 20px;
}

.features-title-block {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.features-title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-icon {
  background-color: var(--white);
  object-fit: contain;
  padding-top: 30px;
  padding-bottom: 30px;
}

.features-title {
  text-transform: none;
  margin-bottom: 0;
}

.services-section {
  flex-direction: column;
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 40px;
  display: flex;
}

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

.services-collection-list-wrapper {
  width: 100%;
  max-width: 1440px;
}

.services-collection-item {
  background-color: var(--white);
  border-radius: 15px;
  padding-top: 37.5%;
  padding-bottom: 37.5%;
  position: relative;
  overflow: hidden;
}

.services-collection-item-title-text {
  z-index: 25;
  background-color: var(--pale-violet-red);
  color: var(--white);
  text-align: center;
  border-radius: 0 15px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  height: 40px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.cart-button {
  background-color: var(--medium-slate-blue);
  border-radius: 30px;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  transition: background-color .2s;
}

.cart-button:hover {
  background-color: var(--medium-purple);
}

.cart-quantity {
  background-color: var(--pale-violet-red);
  width: 16px;
  min-width: 0;
  height: 16px;
  padding-left: 0;
  padding-right: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cart {
  width: 60px;
  height: 60px;
}

.nav-menu-wrapper {
  display: flex;
}

.pricing-table-link {
  margin-bottom: 10px;
  font-size: 12.8px;
  line-height: 19.2px;
}

.section-colored-line-3 {
  z-index: 0;
  background-color: var(--medium-slate-blue);
  border-radius: 30px;
  flex: auto;
  max-width: 80px;
  height: 5px;
}

.section-colored-line-1 {
  z-index: 0;
  background-color: var(--pale-violet-red);
  border-radius: 30px;
  flex: auto;
  max-width: 80px;
  height: 5px;
}

.section-colored-line-2 {
  z-index: 0;
  background-color: var(--gold);
  border-radius: 30px;
  flex: auto;
  max-width: 80px;
  height: 5px;
}

.about-image {
  background-color: var(--white);
  object-fit: cover;
  border-radius: 80px;
  width: 120px;
  height: 120px;
  box-shadow: 0 0 40px -20px rgba(0, 0, 0, .25);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.features-icon-wrapper {
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 60px;
  min-width: 120px;
  min-height: 120px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 0 40px -20px rgba(0, 0, 0, .25);
}

.button-color-2 {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  background-color: #64b771;
  border-radius: 30px;
  justify-content: center;
  min-height: 60px;
  padding: 16px 40px;
  font-weight: 600;
  transition: background-color .2s;
}

.button-color-2:hover {
  background-color: var(--gold-2);
  color: #fff;
}

.button-color-1 {
  background-color: var(--pale-violet-red);
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  border-radius: 30px;
  justify-content: center;
  min-height: 60px;
  padding: 16px 40px;
  font-weight: 600;
  transition: background-color .2s;
}

.button-color-1:hover {
  background-color: var(--pale-violet-red-2);
  color: #fff;
}

.button-color-1.section {
  margin-top: 80px;
}

.news-collection-item-short-description-text {
  margin-bottom: 0;
}

.link-color-1 {
  color: var(--pale-violet-red);
  transition: color .2s, opacity .2s;
}

.link-color-1:hover {
  opacity: 1;
  color: var(--pale-violet-red-2);
}

.link-color-3 {
  color: var(--medium-slate-blue);
  transition: color .2s, opacity .2s;
}

.link-color-3:hover {
  opacity: 1;
  color: var(--medium-purple);
}

.services-collection-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .2s;
}

.services-collection-item-image:hover {
  transform: scale(1.1);
}

.hamburger-menu-button {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  background-color: #835be3;
  border-radius: 30px;
  justify-content: center;
  min-height: 60px;
  padding: 16px 40px;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

.hamburger-menu-button:hover {
  background-color: var(--medium-purple);
  color: #fff;
}

.hamburger-menu-button.round {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: auto;
  height: 60px;
  padding: 0;
  display: none;
}

.table-caption {
  color: rgba(255, 255, 255, .5);
  margin-bottom: 10px;
}

.categories-collection-list-wrapper {
  width: 100%;
  max-width: 1440px;
}

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

.categories-collection-item {
  background-color: var(--white);
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.table-title-wrapper {
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 40px 20px;
  display: flex;
  box-shadow: 0 0 40px -20px rgba(0, 0, 0, .25);
}

.categories-descri-tion-text {
  margin-bottom: 40px;
}

.licensing-section {
  flex-direction: column;
  flex: auto;
  align-items: center;
  width: 100%;
  padding: 80px 40px;
  display: flex;
}

.styles-section {
  text-align: center;
  flex-direction: column;
  flex: auto;
  align-items: center;
  width: 100%;
  padding: 80px 40px;
  display: flex;
}

.link-color-2 {
  color: var(--gold);
  transition: color .2s, opacity .2s;
}

.link-color-2:hover {
  opacity: 1;
  color: var(--gold-2);
}

.changelog-section {
  text-align: center;
  flex-direction: column;
  flex: auto;
  align-items: center;
  width: 100%;
  padding: 80px 40px;
  display: flex;
}

.apple-pay {
  border-radius: 30px;
  height: 60px;
}

.cart-footer {
  padding: 40px;
}

.cart-list {
  padding: 40px 40px 20px;
}

.cart-header {
  padding: 20px 40px;
}

.cart-item {
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
}

.licensing-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1440px;
}

.licensing-block {
  border-radius: 15px;
  padding-top: 37.5%;
  padding-bottom: 37.5%;
  position: relative;
  overflow: hidden;
}

.licensing-image {
  width: 100%;
  height: 100%;
  transition: transform .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.licensing-image:hover {
  transform: scale(1.1);
}

.services-collection-list-link-block {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.news-collection-item-title-link {
  white-space: normal;
  text-decoration: none;
}

.contact-section {
  flex-direction: column;
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 40px;
  display: flex;
}

.contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
  max-width: 1440px;
}

.map-wrapper {
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 480px;
  display: flex;
  overflow: hidden;
}

.map {
  flex: 1;
}

.contact-grid-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: min-content min-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: space-around;
  width: 100%;
  max-width: 1440px;
  margin-top: 40px;
  display: grid;
}

.contact-info-text {
  text-align: left;
  white-space: nowrap;
  margin-bottom: 40px;
}

.contact-form-wrapper {
  background-color: var(--ghost-white);
  -webkit-text-stroke-color: #67c9dc;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  max-width: 1680px;
  margin-bottom: 0;
  padding: 40px 60px;
  display: flex;
}

.contact-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  display: grid;
}

.cart-quantity-text-field {
  background-color: var(--white-smoke);
  text-align: center;
  border-width: 0;
  border-radius: 30px;
  height: 60px;
  padding: 18px 20px;
}

.form-text-area {
  border-radius: 30px;
  min-height: 130px;
  margin-bottom: 0;
  padding: 18px 20px;
}

.about-section {
  flex-direction: column;
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 40px;
  display: flex;
}

.dynamic-image-wrapper {
  float: right;
  border-radius: 15px;
  width: 50%;
  margin-bottom: 40px;
  margin-left: 40px;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.dynamic-image {
  object-fit: cover;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-about-sefction {
  background-color: var(--white-smoke);
  flex-direction: column;
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 40px;
  display: flex;
}

.service-section {
  flex-direction: column;
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 40px;
  display: flex;
}

.service-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
}

.post-section {
  flex-direction: column;
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 40px;
  display: flex;
}

.post-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
}

.product-title-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.product-section {
  background-color: var(--white-smoke);
  flex-direction: column;
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 40px;
  display: flex;
}

.product-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
}

.product-info-table {
  background-color: var(--white);
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 40px;
  display: flex;
}

.product-info-table-wrapper {
  float: left;
  width: 33.3333%;
}

.checkout-form, .paypal-checkout-form, .order-confirmation {
  background-color: var(--white-smoke);
  padding: 80px 40px 60px;
}

.cart-container {
  border-radius: 15px;
}

.cart-info-text-wrapper {
  margin-left: 0;
  margin-right: 20px;
}

.form-wrapper {
  background-color: var(--white);
  border-radius: 15px;
  overflow: hidden;
}

.form-wrapper.apple {
  margin-bottom: 20px;
}

.form-content {
  border-width: 1px 0 0;
  border-top-style: solid;
  border-top-color: var(--ghost-white);
  padding: 40px;
}

.form-header {
  border-width: 0;
  padding: 20px 40px 0;
}

.light-text-field {
  background-color: var(--white-smoke);
  border-width: 0;
  border-radius: 30px;
  height: 60px;
  padding: 18px 20px;
}

.form-info-text-wrapper {
  margin-left: 0;
  margin-right: 20px;
}

.line-item.no-margin {
  margin-bottom: 0;
}

.licensing-text {
  text-align: center;
  max-width: 640px;
}

.cart-form-wrapper {
  overflow: auto;
}

.block-quote {
  text-align: center;
  border-left-style: none;
  border-left-color: #ee596b;
  margin-bottom: 40px;
}

.heading {
  text-transform: none;
}

.list {
  margin-bottom: 20px;
}

.paragraph {
  margin-bottom: 5px;
}

.dropdown-list {
  border-bottom-left-radius: 15px;
}

.dropdown-list.w--open {
  background-color: var(--ghost-white);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  height: 150px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split.right {
  align-items: center;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  max-width: 70%;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-2 {
  text-transform: none;
}

.image-2 {
  text-align: center;
  width: 15%;
  height: 15%;
}

.paragraph-5 {
  color: var(--midnight-blue);
}

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

.column {
  justify-content: center;
  display: flex;
}

.center {
  text-align: center;
}

.different {
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .hero-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .hero-block {
    background-size: auto 85%;
    max-width: 1440px;
    padding-left: 0;
    padding-right: 80px;
  }

  .nav-link.w--current {
    color: var(--midnight-blue);
  }

  .navbar {
    padding-left: 80px;
    padding-right: 80px;
  }

  .button-color-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-color-3.w--current {
    display: inline-block;
    position: relative;
  }

  .hero-grid {
    grid-column-gap: 40px;
    background-image: url('../images/tekstwolkje-geel-min.png'), url('../images/tekstwolkje-groen-min.png'), url('../images/tekstwolkje-rood-min.png');
    grid-template-columns: 1.5fr 1.25fr;
  }

  .hero-title-text {
    background-position: 0%;
    background-size: auto 100%;
  }

  .hero-contact-details-grid {
    grid-column-gap: 40px;
  }

  .hero-social-link {
    margin-right: 40px;
  }

  .footer-section {
    grid-column-gap: 40px;
    grid-template-columns: .5fr 1fr .5fr;
    padding-left: 80px;
    padding-right: 80px;
  }

  .footer-links-grid {
    grid-column-gap: 40px;
    grid-template-columns: min-content;
    grid-auto-columns: 1fr;
  }

  .footer-column-1 {
    align-items: flex-start;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr min-content;
  }

  .footer-link {
    letter-spacing: normal;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
  }

  .footer-column-3 {
    align-items: flex-start;
  }

  .news-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .about-grid {
    grid-column-gap: 80px;
  }

  .pricing-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .features-section {
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .features-block {
    text-align: left;
  }

  .features-title-block {
    flex-direction: row;
    align-items: center;
  }

  .features-title-wrapper {
    align-items: flex-start;
    padding-left: 20px;
  }

  .features-title {
    text-transform: none;
  }

  .services-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .services-collection-item-title-text {
    margin-bottom: 0;
  }

  .licensing-section, .styles-section, .changelog-section, .contact-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .contact-grid {
    grid-column-gap: 80px;
  }

  .about-section {
    flex-direction: column;
    padding-left: 80px;
    padding-right: 80px;
  }

  .dynamic-image-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 80px;
    display: block;
    position: relative;
  }

  .dynamic-image {
    width: 100%;
  }

  .home-about-sefction, .service-section, .post-section, .product-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .checkout-form {
    background-color: var(--white-smoke);
    padding-left: 80px;
    padding-right: 80px;
  }

  .paypal-checkout-form, .order-confirmation {
    padding-left: 80px;
    padding-right: 80px;
  }

  .form-wrapper {
    border-radius: 15px;
    overflow: hidden;
  }

  .form-info-text-wrapper {
    margin-left: 0;
    margin-right: 20px;
  }

  .line-item.no-margin {
    margin-bottom: 0;
  }

  .heading {
    text-transform: none;
  }

  .list {
    margin-top: 40px;
  }

  .image-3 {
    width: 20%;
    height: 20%;
  }

  .column {
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-block {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-content: flex-start;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    justify-content: center;
  }

  .nav-menu {
    background-color: var(--white-smoke);
    border-bottom: 1px solid rgba(39, 22, 81, .05);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding: 20px 40px 40px;
    display: flex;
  }

  .hero-column-2 {
    background-image: url('../images/hero-backgroung-pattern.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-grid {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex: 0 auto;
    grid-template-rows: min-content;
    grid-template-columns: 2fr;
    grid-auto-rows: min-content;
    margin-bottom: 0;
  }

  .hero-column-1 {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .promo-video-wrapper {
    flex: 0 auto;
    width: 75%;
    padding-top: 37.5%;
    padding-bottom: 37.5%;
  }

  .hero-title-block {
    background-image: none;
    width: 100%;
    margin-bottom: 0;
  }

  .hero-footer {
    display: none;
  }

  .footer-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .about-grid {
    grid-template-columns: 1fr;
  }

  .products-collection-list, .features-grid, .services-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .hamburger-menu-button.round {
    background-color: var(--groen-logo);
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    display: flex;
  }

  .hamburger-menu-button.round.w--open {
    background-color: var(--medium-purple);
  }

  .categories-collection-list, .licensing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .map-wrapper {
    min-height: auto;
  }

  .contact-grid-info {
    grid-template-columns: min-content min-content;
  }

  .dynamic-image-wrapper {
    float: none;
    width: 100%;
    margin-left: 0;
    padding-top: 0%;
  }

  .dynamic-image {
    display: inline-block;
    position: relative;
  }

  .product-info-table-wrapper {
    width: 50%;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-2, .image-3 {
    width: 30%;
    height: 30%;
  }
}

@media screen and (max-width: 767px) {
  .hero-block {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .nav-menu {
    padding: 0 20px 20px;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-column-2 {
    background-position: 100%;
  }

  .hero-column-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-footer {
    display: none;
  }

  .hero-contact-details-grid {
    grid-template-columns: min-content;
    grid-auto-flow: row;
  }

  .footer-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .newsletter-form {
    max-width: none;
  }

  .news-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .products-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .features-section {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .features-block {
    text-align: left;
  }

  .features-title-block {
    flex-direction: row;
  }

  .features-title-wrapper {
    align-items: flex-start;
    padding-left: 20px;
  }

  .services-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .categories-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .licensing-section, .styles-section, .changelog-section {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .contact-section, .about-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dynamic-image-wrapper {
    justify-content: flex-start;
    display: flex;
  }

  .dynamic-image {
    width: 60%;
  }

  .home-about-sefction, .service-section, .post-section, .product-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-info-table {
    margin-right: 0;
  }

  .product-info-table-wrapper {
    float: none;
    width: 100%;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .image-2, .image-3 {
    width: 40%;
    height: 40%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 39.06px;
    line-height: 48.825px;
  }

  .hero-block {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-bottom: 40px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .navbar-brand {
    display: flex;
  }

  .navbar {
    justify-content: space-between;
  }

  .hero-column-2 {
    background-position: 100%;
  }

  .hero-grid {
    justify-items: center;
  }

  .hero-column-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-title-block {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    align-items: stretch;
  }

  .hero-title-text {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links-grid {
    grid-column-gap: 20px;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
  }

  .section-title-text {
    white-space: normal;
    word-break: break-all;
    font-size: 30.06px;
  }

  .news-section {
    align-items: stretch;
  }

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

  .form-title-text {
    margin-bottom: 10px;
  }

  .products-collection-item {
    padding: 20px;
  }

  .features-block {
    text-align: center;
    padding: 20px 20px 0;
  }

  .features-title-block {
    flex-direction: column;
  }

  .features-title-wrapper {
    align-items: center;
    padding-left: 0;
  }

  .services-section {
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .hamburger-menu-button.round {
    background-color: var(--groen-logo);
  }

  .categories-collection-item, .cart-footer {
    padding: 20px;
  }

  .cart-list {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-section {
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .contact-grid {
    aspect-ratio: auto;
    object-fit: contain;
    max-width: 100%;
    overflow: visible;
  }

  .map-wrapper {
    object-fit: fill;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    display: flex;
    overflow: visible;
  }

  .contact-grid-info {
    grid-template-columns: min-content;
  }

  .contact-info-text {
    white-space: pre-wrap;
    word-break: normal;
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .contact-form-wrapper {
    object-fit: fill;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    padding: 20px 20px 20px 0;
    overflow: visible;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .dynamic-image-wrapper {
    width: auto;
    padding-top: 0%;
  }

  .dynamic-image {
    width: 100%;
    display: inline-block;
    position: relative;
  }

  .product-info-table, .form-content {
    padding: 20px;
  }

  .form-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    text-align: left;
  }

  .heading.extra {
    margin-top: 20px;
  }

  .container {
    max-width: none;
  }

  .hero-split.right {
    align-items: flex-start;
  }

  .shadow-two {
    display: none;
  }

  .image-2 {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .extra {
    margin-top: 20px;
  }

  .image-3 {
    width: 100%;
    height: 100%;
  }
}

#w-node-a845d678-2682-3614-023c-f8f0118ddf62-a97733d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e28a5da-b517-f350-1abd-920ff6d04a2a-a97733df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_2afda74d-78cb-04bc-e6b1-b15c2611378b-a97733df {
  justify-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-a845d678-2682-3614-023c-f8f0118ddf62-a97733d9, #w-node-_99d32111-3716-07a1-dff5-9c80b0560707-45e49fa3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6d39cf5a-51e3-1ee3-7505-56ce3d6006be-a97733d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2afda74d-78cb-04bc-e6b1-b15c2611377b-a97733df {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6d39cf5a-51e3-1ee3-7505-56ce3d6006be-a97733d9 {
    justify-self: center;
  }

  #w-node-_2afda74d-78cb-04bc-e6b1-b15c2611378b-a97733df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


