:root {
  --accent-color: #e6533c;
  --white: white;
  --black: black;
  --heading-top: #3778c1;
  --border: #d7e9ff;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

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

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

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

.w-commerce-commerceaddtocartquantityinput {
  -webkit-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;
  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;
  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-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-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;
  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-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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

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

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

.w-commerce-commercecheckoutemailinput {
  -webkit-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;
  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;
  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;
  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;
  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;
  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;
  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;
  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-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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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-commercelayoutsidebar {
  flex: 0 0 320px;
  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;
  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-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-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
}

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  color: #fff;
  margin-bottom: 10px;
}

a {
  color: #43464d;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.divider.cc-dark-divider {
  background-color: #202020;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.cc-store-home-wrap {
  padding-top: 0;
}

.section.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-product-detail {
  align-items: center;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  display: flex;
}

.container.cc-heading-wrap {
  text-align: center;
}

.container.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.primary-button.cc-add-to-cart-btn {
  margin-top: 10px;
  margin-right: 10px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

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

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.cart-footer {
  padding-top: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.product-name-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-quantity {
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart {
  margin-left: 20px;
}

.navigation {
  background-color: #00000003;
  background-image: linear-gradient(#01081b, #4f5457);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus, .text-field.-wfp-focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-quantity-field {
  background-color: #fff;
  border-color: #e6e6e6;
  width: 80px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 8px 12px 8px 20px;
}

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

.cart-line-item {
  margin-bottom: 10px;
}

.navigation-item-mobiel {
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  overflow-wrap: normal;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.navigation-item-mobiel:hover {
  opacity: .9;
  color: var(--accent-color);
}

.navigation-item-mobiel:active {
  opacity: .8;
}

.navigation-item-mobiel.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item-mobiel.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-mobiel.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item-mobiel.navigation-item {
  display: block;
}

.navigation-item-mobiel.navigation-item:hover {
  color: var(--accent-color);
}

.icon {
  display: block;
}

.logo-image {
  width: 160px;
  max-width: 275px;
  display: block;
}

.remove-button {
  text-decoration: none;
}

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px #00000014;
}

.products-heading {
  text-align: center;
  margin-bottom: 80px;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.collection-item {
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
  margin-bottom: 20px;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.main-heading-wrap {
  margin-bottom: 60px;
}

.main-paragraph-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  margin-top: 60px;
  margin-bottom: 150px;
}

.subscribe-form {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  place-items: start;
}

.footer-link {
  opacity: .6;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link:hover {
  opacity: 1;
}

.made-with-webflow {
  opacity: .5;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: .8;
}

.links-section-footer {
  margin-top: 40px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-image-wrap {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 620px;
  transition: opacity .6s;
  display: block;
  position: relative;
}

.product-image-wrap:hover {
  opacity: .9;
  color: #fff;
}

.product-image-wrap:active {
  opacity: .85;
  color: #fff;
}

.product-description {
  position: absolute;
  inset: auto auto 30px 30px;
}

.product-price-text {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.about-quote {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.picture-placeholder {
  background-color: #f4f4f4;
  background-image: url('../images/Placeholder-1_1.svg');
  background-position: 45%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 460px;
}

.picture-placeholder.cc-about-2 {
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  height: 620px;
}

.picture-placeholder.cc-about-3 {
  background-image: url('../images/placeholder-2.svg');
  background-position: 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-1 {
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-size: cover;
}

.about-pictures-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 150px;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: 10px;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: 10px;
}

.get-in-touch-form-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.credentials-inputs-wrap {
  display: flex;
}

.map {
  height: 460px;
  line-height: 20px;
}

.paragraph-contact-text {
  margin-bottom: 10px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.support-link {
  opacity: .7;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition: opacity .2s;
}

.support-link:hover {
  opacity: 1;
}

.support-link:active {
  opacity: .8;
}

.contacts-section {
  text-align: center;
  margin-bottom: 100px;
}

.store-categories-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.products-category-link {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.products-category-link:hover {
  opacity: 1;
}

.products-category-link:active {
  opacity: .8;
}

.products-category-link.w--current {
  opacity: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

.products-category-link.w--current:hover {
  opacity: .8;
}

.products-category-link.w--current:active {
  opacity: .7;
}

.collection-list {
  justify-content: center;
  display: flex;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.protected-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.product-detail-measurement {
  align-items: center;
  display: flex;
}

.product-detail-main-details {
  margin-bottom: 30px;
}

.product-details-wrap {
  width: 50%;
  max-width: 470px;
  margin-bottom: 20px;
  margin-left: 100px;
}

.add-to-cart {
  margin-top: 30px;
}

.product-image {
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 700px;
  margin-bottom: 30px;
  display: flex;
}

.product-detail-cta-wrap {
  margin-top: 0;
  display: flex;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.product-detail-price {
  opacity: .6;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 52px;
}

.product-detail-name {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 52px;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  border-color: #e4e4e4;
  padding: 16px 24px;
}

.block-content {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
  padding: 24px 24px 12px;
  font-weight: 400;
}

.full-width-form {
  background-color: #f4f4f4;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.order-item-description-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  height: 42px;
  margin-bottom: 16px;
}

.shipping-method {
  border-bottom-color: #e4e4e4;
  padding: 20px 24px;
}

.shipping-method-list {
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.blog-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.option-list {
  font-size: 14px;
  line-height: 26px;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay, .pay-with-browser {
  height: 42px;
}

.order-wrap {
  flex-basis: 750px;
}

.order-summary {
  flex-basis: 370px;
}

.billing-address-toggle-2 {
  align-items: stretch;
  margin-bottom: 10px;
}

.checkbox-label-2 {
  margin-bottom: 0;
}

.checkbox-2 {
  margin-top: 2px;
}

.cc-quantity-field-label {
  margin-bottom: 0;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.flex-block {
  background-color: #01081b;
}

.paragraph {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
}

.section-2 {
  background-color: #01081b;
  margin-left: 0;
  padding: 60px 87px;
  overflow: hidden;
}

.bold-text {
  color: #fff;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

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

.paragraph-3 {
  padding-top: 20px;
  line-height: 18px;
}

.image {
  display: none;
}

.image-3-m {
  display: block;
}

.image-2, .image-3, .container-4 {
  display: none;
}

.button {
  text-align: center;
  background-color: #e6533c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.bold-text-2 {
  justify-content: center;
  align-items: flex-end;
  font-size: 24px;
  display: flex;
}

.text-span {
  padding-bottom: 7px;
  font-size: 24px;
  line-height: 25px;
}

.container-5 {
  grid-column-gap: 78px;
  grid-row-gap: 78px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  padding-top: 10px;
  display: flex;
}

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

.link-3:hover {
  color: #fff;
}

.link-4, .link-4:hover, .link-5 {
  color: #fff;
  text-decoration: none;
}

.link-5:hover {
  color: #fff;
}

.paragraph-4 {
  text-align: left;
  margin-right: 0;
  padding-top: 20px;
  font-size: 14px;
}

.carousel-container {
  min-width: auto;
  display: flex;
  position: static;
  left: -507px;
  overflow: hidden;
}

.logo-container {
  min-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: visible;
}

.image-4 {
  object-fit: contain;
  width: 220px;
  margin-left: 30px;
  margin-right: 30px;
}

.image-5 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  width: 220px;
  margin-left: 30px;
  margin-right: 30px;
}

.image-6 {
  object-fit: contain;
  width: 220px;
  height: auto;
  margin-left: 30px;
  margin-right: 30px;
}

.image-7 {
  object-fit: contain;
  width: 220px;
  margin-left: 30px;
  margin-right: 30px;
}

.image-8 {
  object-fit: contain;
  width: 220px;
  margin-left: 30px;
  margin-right: 30px;
  overflow: visible;
}

.heading {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.section-3 {
  background-image: url('../images/Mask-group-2.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.paragraph-5 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: none;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.bold-text-3 {
  width: auto;
  font-weight: 400;
}

.container-6 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-8-slide-2 {
  object-fit: contain;
  width: 220px;
  margin-left: 60px;
  margin-right: 30px;
  overflow: visible;
}

.image-8-slide-2-1, .image-8-slide-2-1-copy {
  object-fit: contain;
  width: 220px;
  margin-left: 30px;
  margin-right: 30px;
  overflow: visible;
}

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

.list-item-2 {
  color: #fff;
  background-color: #1a1b1f;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 25px;
  font-weight: 600;
  display: flex;
}

.list-item-3 {
  background-color: #ffe5e2;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 600;
  display: flex;
}

.list-item-4 {
  background-color: #fff;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.container-7 {
  border-bottom: 0px solid var(--white);
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.heading-3 {
  text-align: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 600;
  display: block;
}

.flex-block-2 {
  color: #fff;
  text-align: center;
  background-color: #c03413;
  justify-content: center;
  align-items: flex-start;
  font-weight: 600;
}

.column {
  background-color: #fff0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.column-2 {
  padding-right: 10px;
}

.columns {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

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

.list {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
}

.list-item-5 {
  text-align: center;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
}

.grid-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  font-size: 22px;
}

.list-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.list-3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.heading-4 {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
}

.heading-5 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-6 {
  color: #3779c2;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 24px;
}

.paragraph-6-heading {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

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

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

.paragraph-7 {
  color: #000;
  text-align: center;
  padding-top: 20px;
  font-size: 92px;
  font-weight: 700;
  line-height: 92px;
}

.container-8 {
  margin: 0;
}

.container-9 {
  padding: 0;
}

.paragraph-8 {
  color: #44528b;
  text-align: center;
  padding-top: 0;
}

.div-block-2 {
  background-color: #fff0;
  border-radius: 25px;
  padding: 20px;
  display: block;
}

.section-4 {
  background-color: #f2f2f2;
  background-image: url('../images/Mask-group-4.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-6 {
  font-size: 24px;
  font-weight: 600;
}

.paragraph-9 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}

.paragraph-10 {
  color: #000;
  font-size: 18px;
}

.columns-2 {
  background-color: #fff;
  margin-top: 40px;
}

.column-3 {
  border-radius: 25px;
  display: block;
}

.grid-5 {
  grid-template-rows: auto;
  margin-top: 40px;
}

.div-block-3 {
  background-color: var(--white);
  border-radius: 25px;
  padding: 20px;
}

.section-5 {
  background-color: #f2f2f2;
  background-image: url('../images/Mask-group-5-1.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 60px;
}

.paragraph-11 {
  color: var(--black);
  text-align: center;
  padding-top: 20px;
}

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

.image-9 {
  justify-content: center;
  width: auto;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: block;
}

.div-block-4 {
  background-color: #fff;
  border-radius: 25px;
  padding: 40px 20px;
}

.seed-round {
  background-color: #fff;
  border-radius: 25px;
  padding: 40px 20px 20px;
}

.paragraph-12 {
  color: #000;
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 500;
}

.paragraph-12-copy {
  color: #000;
  text-align: center;
  justify-content: center;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.problem-section-invest-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #e6533c;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 500px;
  max-width: 600px;
  margin-top: 40px;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.container-10 {
  min-width: auto;
  max-width: 1240px;
}

.container-11, .container-12 {
  max-width: 1250px;
}

.div-block-5 {
  justify-content: center;
  display: flex;
}

.div-block-2-betting, .div-block-2-betting-2, .div-block-2-betting-3 {
  background-color: var(--white);
  border-radius: 25px;
  padding: 20px;
  display: block;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border: 1px #000;
  border-radius: 25px;
  grid-template-rows: auto;
  box-shadow: 20px 20px 15px #eff4f9;
}

.grid-7 {
  grid-template-rows: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.paragraph-13 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.paragraph-14 {
  color: #000;
  text-align: center;
}

.paragraph-15 {
  color: var(--black);
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.paragraph-16 {
  color: #000;
  text-align: center;
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.paragraph-17 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-bottom: 20px;
}

.column-4 {
  background-color: #fff;
}

.div-block-7 {
  background-color: #fff0;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  box-shadow: 20px 20px 15px #eff4f9;
}

.image-10 {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.paragraph-18 {
  color: #3779c2;
  text-transform: uppercase;
  font-weight: 600;
}

.columns-3 {
  margin-top: 0;
}

.container-13 {
  max-width: 1250px;
}

.column-5 {
  padding-left: 30px;
  padding-right: 30px;
}

.paragraph-19 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.paragraph-20 {
  color: #000;
  font-weight: 600;
}

.bold-text-4 {
  font-weight: 400;
  line-height: 16px;
}

.section-6 {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-21 {
  color: #000;
}

.paragraph-22 {
  color: #3779c2;
  text-align: center;
  font-weight: 600;
}

.section-7 {
  background-image: url('../images/Mask-group-9.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-23 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.paragraph-24 {
  color: var(--black);
  text-align: center;
  font-weight: 400;
}

.bold-text-5 {
  color: var(--black);
  font-weight: 400;
}

.bold-text-6 {
  font-weight: 400;
}

.container-14 {
  background-color: #fff;
  border-radius: 25px;
  max-width: 1250px;
  margin-top: 40px;
  padding: 40px;
}

.paragraph-25 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
}

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

.paragraph-26 {
  color: #000;
  background-color: #0000;
  padding: 0 10px;
  font-weight: 700;
}

.div-block-8 {
  background-color: #f2f2f2;
  border-radius: 25px;
  padding: 20px;
  display: flex;
}

.image-11 {
  display: block;
}

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

.paragraph-27 {
  color: var(--black);
  text-align: center;
  padding-top: 20px;
  font-weight: 700;
}

.image-12 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-9 {
  border: 1px solid #bce7fe;
  border-radius: 25px;
  padding: 20px;
}

.div-block-10 {
  justify-content: center;
  display: flex;
}

.paragraph-28 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.section-8 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-29 {
  color: #000;
  text-align: center;
  padding-top: 20px;
  font-weight: 300;
}

.bold-text-7 {
  font-weight: 400;
}

.div-block-11 {
  background-image: linear-gradient(78deg, #de5039, #7f2d21);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  justify-content: center;
  padding: 40px;
  display: block;
}

.paragraph-30 {
  text-align: center;
  padding-top: 20px;
  font-size: 24px;
  font-weight: 600;
}

.column-6 {
  border-radius: 25px;
}

.div-block-11-2 {
  background-image: linear-gradient(78deg, #071026, #326fb4);
  border-radius: 0 0 25px 25px;
  padding: 20px;
}

.paragraph-31 {
  text-align: center;
  font-weight: 300;
}

.bold-text-8 {
  font-weight: 400;
}

.paragraph-32 {
  color: #000;
  text-align: center;
  border: 0 solid #000;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px 0;
  font-size: 24px;
  font-weight: 700;
}

.column-7 {
  justify-content: center;
  display: block;
}

.div-block-12 {
  border: 1px solid #bce7fe;
  border-radius: 25px;
  justify-content: center;
  display: block;
  box-shadow: 20px 20px 15px #eff3f9;
}

.image-13 {
  margin-left: auto;
  margin-right: auto;
}

.image-14 {
  min-width: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.columns-4 {
  justify-content: center;
  align-items: stretch;
  max-width: 1250px;
  padding-top: 40px;
  display: block;
}

.container-15 {
  max-width: 1250px;
  margin-left: 60px;
  margin-right: 60px;
}

.section-9 {
  background-image: url('../images/image-67.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 25px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
}

.paragraph-33 {
  color: var(--black);
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
}

.container-16 {
  max-width: 1250px;
  margin-left: 60px;
  margin-right: 60px;
}

.paragraph-34 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.paragraph-35 {
  color: #000;
  font-weight: 400;
}

.bold-text-9 {
  font-weight: 400;
}

.div-block-13 {
  border: 1px solid #bce7fe;
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: 0;
  padding: 20px;
  display: flex;
}

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

.bold-text-10 {
  font-weight: 400;
}

.image-15 {
  box-sizing: border-box;
  background-color: var(--white);
  object-fit: cover;
  border-radius: 25px;
  min-width: auto;
  margin-top: 0;
  padding-top: 20px;
  overflow: visible;
}

.div-block-15 {
  margin-left: 100px;
  margin-right: 100px;
}

.div-block-16 {
  background-color: #081227;
  border-radius: 25px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 60px 40px;
}

.paragraph-36 {
  color: var(--black);
}

.paragraph-37 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

.section-10 {
  background-color: #08122700;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-38 {
  text-align: center;
  padding-top: 20px;
}

.div-block-17 {
  justify-content: center;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.paragraph-39 {
  color: #000;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

.section-11 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-40 {
  color: #000;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
}

.paragraph-41 {
  color: #000;
}

.bold-text-11 {
  font-weight: 400;
}

.paragraph-42 {
  color: #000;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.bold-text-12 {
  font-weight: 400;
}

.div-block-18 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-43 {
  color: var(--black);
  font-weight: 400;
}

.bold-text-13 {
  font-weight: 400;
}

.column-8 {
  flex-flow: column;
  justify-content: center;
  padding: 20px;
  display: flex;
}

.paragraph-44 {
  color: #000;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

.column-9 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.paragraph-45 {
  color: #000;
}

.bold-text-14 {
  font-weight: 400;
}

.div-block-19 {
  margin-left: 100px;
  margin-right: 100px;
}

.columns-5 {
  flex-flow: row;
  display: block;
}

.div-block-20 {
  flex-flow: column;
  justify-content: center;
  margin-top: 20px;
  padding-top: 60px;
  display: flex;
}

.section-12 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-21 {
  margin-left: 100px;
  margin-right: 100px;
}

.paragraph-46 {
  color: #000;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

.section-13 {
  background-image: url('../images/Mask-group-11.webp');
  background-position: 0 0;
  background-size: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-47 {
  color: var(--black);
  text-align: center;
  padding-top: 10px;
  font-size: 54px;
  font-weight: 700;
  line-height: 96px;
}

.image-16 {
  margin-left: auto;
  margin-right: auto;
}

.paragraph-48 {
  color: #000;
  text-align: center;
}

.column-10 {
  background-color: var(--white);
  border-radius: 25px;
  padding: 20px;
}

.div-block-22 {
  max-width: 1250px;
}

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

.div-block-23 {
  background-color: #fff;
  border-radius: 25px;
  padding: 20px;
}

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

.div-block-24 {
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 60px;
}

.columns-7 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-14 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-49 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.paragraph-50 {
  color: var(--black);
  flex-flow: column;
  font-weight: 400;
  display: inline-block;
}

.columns-8 {
  flex-flow: row;
  display: block;
}

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

.div-block-25 {
  margin-left: 100px;
  margin-right: 100px;
}

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

.bold-text-15 {
  font-weight: 400;
}

.section-15 {
  background-image: url('../images/Mask-group-12.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-11, .grid-12 {
  grid-template-rows: auto;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  place-items: center;
  margin-left: 0;
  margin-right: 0;
}

.div-block-26 {
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 60px;
}

.grid-14 {
  grid-template-rows: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-15 {
  grid-template-rows: auto;
}

.paragraph-51 {
  color: #3778c1;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}

.section-16 {
  background-image: url('../images/Group-628-21.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-52 {
  color: #000;
  text-align: center;
  padding-bottom: 40px;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.paragraph-53 {
  color: #000;
  text-align: center;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-54 {
  color: #000;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.paragraph-55 {
  color: #000;
  text-align: center;
}

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

.div-block-27 {
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.div-block-28 {
  background-color: #fff;
  border: 1px solid #bbdbff;
  border-radius: 25px;
  margin-top: 40px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-18 {
  width: 100%;
  margin-top: -70px;
}

.div-block-29 {
  margin-top: 80px;
  margin-left: 60px;
  margin-right: 60px;
}

.div-block-30, .div-block-31 {
  padding-left: 20px;
  padding-right: 20px;
}

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

.div-block-33 {
  justify-content: center;
  display: flex;
}

.paragraph-56 {
  color: #83858f;
  text-align: center;
  padding-top: 20px;
}

.grid-17 {
  grid-template-rows: auto;
}

.div-block-34 {
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-57 {
  color: var(--heading-top);
  text-transform: uppercase;
  font-weight: 700;
}

.paragraph-58 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.paragraph-59 {
  color: #000;
}

.bold-text-16 {
  font-weight: 400;
}

.paragraph-60 {
  color: #000;
}

.grid-18 {
  grid-template-rows: auto;
}

.div-block-35 {
  margin-left: 100px;
  margin-right: 100px;
}

.section-17 {
  background-image: url('../images/Mask-group-14-1.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 0;
}

.paragraph-61 {
  color: var(--accent-color);
}

.paragraph-62 {
  color: var(--accent-color);
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.paragraph-63 {
  color: #000;
}

.bold-text-17 {
  font-weight: 400;
}

.paragraph-64 {
  color: #000;
  padding-top: 10px;
  padding-left: 20px;
}

.bold-text-18 {
  font-weight: 400;
}

.list-item-6 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.section-18 {
  background-image: url('../images/Mask-group-12.png');
  background-position: 100% 0;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-57-copy {
  color: var(--heading-top);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.paragraph-65 {
  color: var(--black);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.link-6 {
  color: var(--accent-color);
  text-align: center;
  font-weight: 700;
  text-decoration: none;
}

.div-block-36, .div-block-37 {
  margin-left: 100px;
  margin-right: 100px;
}

.grid-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ca818100;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch center;
  display: grid;
}

.image-19 {
  margin-top: -8%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-66 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
  font-size: 24px;
  font-weight: 600;
}

.div-block-38 {
  border: 1px solid var(--border);
  background-color: var(--white);
  overflow-wrap: normal;
  border-radius: 25px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-67 {
  color: #000;
  text-align: center;
}

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

.paragraph-68 {
  color: #000;
}

.div-block-39 {
  margin-top: 100px;
  margin-left: 100px;
  margin-right: 100px;
}

.paragraph-69 {
  color: #000;
}

.bold-text-19 {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.grid-21 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr 1fr .5fr;
  margin-top: 100px;
}

.section-19 {
  background-image: url('../images/Mask-group-12.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.link-7 {
  color: var(--accent-color);
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 20px;
  text-decoration: none;
  display: block;
}

.paragraph-69-23 {
  color: #000;
  font-size: 12px;
  line-height: 28px;
}

.xyz {
  color: var(--white);
}

.grid-20-all-hoyt {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.paragraph-70 {
  color: var(--black);
  font-weight: 400;
}

.bold-text-20 {
  font-weight: 400;
}

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

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

.list-item-7 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
}

.grid-23 {
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 25px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 20px;
}

.div-block-41 {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  display: block;
}

.paragraph-71 {
  color: #000;
  text-align: center;
  font-weight: 400;
}

.section-20 {
  background-image: url('../images/Mask-group-9.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-17 {
  background-color: var(--white);
  border-radius: 25px;
  max-width: 940px;
  margin-top: 40px;
  padding: 20px;
}

.paragraph-72 {
  color: var(--black);
}

.paragraph-73 {
  color: #000;
}

.button-2 {
  border-radius: 12px;
}

.div-block-42 {
  justify-content: center;
  display: flex;
}

.section-21 {
  background-image: url('../images/Mask-group-15.png');
  background-position: 0 0;
  background-size: cover;
}

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

.paragraph-74 {
  font-size: 48px;
}

.paragraph-75 {
  font-size: 48px;
  line-height: 48px;
}

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

.paragraph-76 {
  font-size: 48px;
  line-height: 48px;
}

.paragraph-77 {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.paragraph-78 {
  font-size: 48px;
}

.paragraph-79 {
  padding-right: 20px;
  font-size: 48px;
  line-height: 48px;
}

.button-3 {
  background-image: linear-gradient(85deg, #3373bb, #03376f);
  border-radius: 10px;
  font-weight: 600;
}

.button-3:hover {
  background-color: var(--accent-color);
  background-image: linear-gradient(85deg, var(--accent-color), var(--accent-color));
  color: #fff;
}

.section-22 {
  background-image: url('../images/Mask-group-11.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.code-embed {
  margin-top: 40px;
  padding-top: 0;
}

.section-23 {
  background-image: url('../images/Mask-group-8.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-44 {
  text-align: center;
  margin-left: 100px;
  margin-right: 100px;
}

.paragraph-80 {
  font-size: 24px;
  font-weight: 700;
}

.paragraph-81 {
  font-size: 24px;
}

.legal-disclaimer-para {
  font-size: 24px;
  font-weight: 600;
}

.text-span-2 {
  color: var(--accent-color);
}

.text-span-3, .text-span-4 {
  color: var(--accent-color);
  text-decoration: none;
}

.link-8, .link-9, .link-10 {
  text-decoration: none;
}

.grid-25 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
  place-items: center;
  width: 92%;
}

.div-block-45 {
  display: none;
}

.section-24 {
  background-image: url('../images/Group-407.webp');
  background-position: 0 0;
  background-size: cover;
  margin-left: auto;
  padding: 60px 100px;
}

.div-block-47 {
  justify-content: center;
  display: flex;
}

.paragraph-83 {
  font-size: 36px;
  line-height: 40px;
}

.paragraph-83-sub {
  font-size: 20px;
  line-height: 25px;
}

.div-block-48 {
  padding-top: 40px;
}

.grid-29 {
  grid-template-rows: auto;
  padding-top: 40px;
}

.text-span-5 {
  color: var(--accent-color);
}

.div-block-49 {
  background-color: #0d1424;
  border: 1px solid #6a727f;
  border-radius: 25px;
  padding: 20px;
}

.paragraph-84 {
  background-color: #2e3748;
  border-radius: 25px;
  margin-top: 20px;
  padding: 0 20px;
}

.paragraph-85 {
  font-size: 24px;
}

.paragraph-86 {
  font-size: 20px;
}

.paragraph-87 {
  text-align: center;
  margin-top: 40px;
}

.section-25 {
  background-color: #0d1429;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.bold-text-21 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.code-embed-2 {
  margin-left: auto;
  margin-right: auto;
}

.container-19 {
  margin-left: 0;
  margin-right: 0;
}

.paragraph-88 {
  color: var(--accent-color);
  text-align: left;
  font-size: 13px;
  line-height: 18px;
}

.paragraph-89 {
  color: #9a9ba2;
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
}

.link-11 {
  text-decoration: none;
  display: inline-block;
}

.text-span-6 {
  color: var(--accent-color);
  text-decoration: none;
}

.link-12 {
  color: var(--accent-color);
  text-decoration: none;
  display: inline-block;
}

.text-span-7 {
  color: var(--accent-color);
}

.link-13 {
  text-decoration: none;
}

.text-span-8 {
  color: var(--accent-color);
}

.text-span-9 {
  color: var(--accent-color);
  font-size: 16px;
  display: inline-block;
}

.link-14 {
  display: inline-block;
}

.text-span-10 {
  color: var(--accent-color);
  font-size: 12px;
}

.link-15 {
  color: var(--accent-color);
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}

.paragraph-90 {
  color: #9a9ba2;
  text-align: center;
  padding-top: 10px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 18px;
}

.text-span-11 {
  color: var(--accent-color);
  text-decoration: none;
}

.link-16 {
  text-decoration: none;
  display: inline-block;
}

.link-17 {
  color: var(--accent-color);
  text-decoration: none;
  display: inline-block;
}

.paragraph-91 {
  color: #9a9ba2;
  text-align: center;
  padding-top: 10px;
  font-size: 13px;
  line-height: 18px;
}

.link-18 {
  color: var(--accent-color);
  text-decoration: none;
  display: inline-block;
}

.text-span-12 {
  color: var(--accent-color);
}

.paragraph-88-dis {
  color: #9a9ba2;
  text-align: left;
  font-size: 13px;
  line-height: 18px;
}

.text-span-13 {
  color: var(--accent-color);
}

.link-19 {
  color: var(--accent-color);
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.text-span-14 {
  color: var(--accent-color);
}

.section-26 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.link-20 {
  color: var(--accent-color);
  text-decoration: none;
  display: inline-block;
}

.code-embed-3 {
  margin-top: 40px;
  padding-top: 0;
}

.div-block-50 {
  background-color: #2e3748;
  border-radius: 25px;
  padding: 10px;
}

.div-block-51 {
  background-color: #2e374800;
}

.text-span-15 {
  color: var(--accent-color);
}

.link-21 {
  text-decoration: none;
  display: inline-block;
}

.text-span-16 {
  color: var(--accent-color);
}

.link-22 {
  text-decoration: none;
  display: inline-block;
}

.text-span-17 {
  color: var(--accent-color);
}

.paragraph-92 {
  text-align: center;
  font-size: 12px;
  line-height: 15px;
}

.section-27 {
  background-image: url('../images/Group-628-21.webp');
  background-position: 0 0;
  background-size: contain;
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-52 {
  margin-left: 100px;
  margin-right: 100px;
}

.code-embed-4 {
  padding-right: 40px;
}

.text-span-18 {
  color: var(--accent-color);
}

.link-23 {
  text-decoration: none;
  display: inline-block;
}

.column-13 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.columns-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-4 {
  border-radius: 10px;
  font-weight: 700;
}

.button-4:hover {
  background-color: var(--accent-color);
  color: #fff;
}

.container-20 {
  max-width: 739px;
}

.code-embed-6 {
  display: none;
}

.paragraph-90-mobile {
  color: #9a9ba2;
  text-align: center;
  padding-top: 10px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 18px;
  display: none;
}

.code-embed-8 {
  border-radius: 25px;
}

.column-14 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-54 {
  padding-right: 40px;
}

.grid-31 {
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .section.cc-product-detail {
    flex-direction: column;
  }

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

  .primary-button {
    justify-content: center;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .text-field.cc-quantity-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-item-mobiel {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-mobiel:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-mobiel:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text {
    width: auto;
  }

  .picture-placeholder.cc-about-2 {
    height: 460px;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .number-contact-wrap {
    margin-bottom: 20px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .product-details-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-detail-cta-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .order-summary {
    flex-basis: 320px;
  }

  .div-block-7 {
    border-radius: 25px;
  }
}

@media screen and (max-width: 767px) {
  .section, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-bigger, .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .logo-link.w--current {
    background-image: linear-gradient(#01081b, #4f5457);
    flex: 1;
    display: block;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation-items {
    display: none;
  }

  .navigation-items.navigation-item-mobile {
    display: block;
  }

  .navigation {
    justify-content: center;
    padding: 20px 30px;
  }

  .text-field.cc-subscribe-text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .navigation-item-mobiel {
    font-size: 39px;
  }

  .navigation-wrap {
    display: none;
  }

  .navigation-wrap.navigation-wrap-mobile {
    color: #fff;
    text-align: center;
    display: block;
  }

  .cart-container {
    min-width: 360px;
  }

  .intro-content {
    width: 80%;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .about-quote {
    width: 80%;
    max-width: 470px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .collection-list {
    flex-direction: column;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph {
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
  }

  .section-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .paragraph-3 {
    text-align: center;
    padding-top: 25px;
  }

  .image, .image-3-m {
    display: none;
  }

  .image-2 {
    display: block;
  }

  .image-3 {
    text-align: left;
    justify-content: center;
    display: inline-flex;
    overflow: hidden;
  }

  .navbar {
    color: #fff;
  }

  .link {
    color: #fff;
    flex-flow: column;
    text-decoration: none;
    display: block;
  }

  .link:hover {
    color: #fff;
  }

  .link-2 {
    color: #fff;
    text-decoration: none;
  }

  .link-2:hover {
    color: var(--white);
  }

  .container-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    padding-top: 10px;
    display: flex;
  }

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

  .container-4 {
    display: block;
  }
}

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

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .section.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .primary-button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navigation-items {
    display: none;
  }

  .cart {
    margin-right: 20px;
  }

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

  .navigation-item-mobiel {
    text-align: center;
    flex-flow: column;
    align-items: center;
    margin-top: 0;
    padding: 10px;
    font-size: 13px;
    display: flex;
    position: static;
  }

  .navigation-item-mobiel:hover {
    background-color: var(--accent-color);
    color: var(--white);
    border-radius: 10px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .navigation-wrap {
    display: block;
  }

  .cart-container {
    min-width: 320px;
  }

  .form-block, .about-quote, .get-in-touch-form-wrap, .blog-item, .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .list-item {
    flex-direction: column;
    align-items: center;
  }

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

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

  .image-3 {
    width: 40%;
  }

  .link:hover, .link-2:hover {
    color: var(--accent-color);
  }

  .container-2 {
    flex-flow: column;
    align-items: center;
    padding-top: 20px;
    display: block;
  }

  .container-3 {
    display: block;
  }

  .container-4 {
    flex-flow: column;
    display: flex;
  }

  .button {
    margin-right: 0;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .text-span {
    font-size: 16px;
  }

  .paragraph-4 {
    text-align: center;
    margin-right: 0;
  }

  .heading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .bold-text-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }

  .list-item-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .list-2, .list-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .paragraph-6-heading {
    font-size: 24px;
    line-height: 30px;
  }

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

  .paragraph-7 {
    font-size: 48px;
  }

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

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

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

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

  .problem-section-invest-button {
    min-width: 200px;
    margin-right: 0;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    align-items: center;
  }

  .grid-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .paragraph-13 {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-15 {
    font-size: 12px;
    line-height: 16px;
  }

  .paragraph-16 {
    font-size: 24px;
    line-height: 30px;
  }

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

  .column-5 {
    padding-top: 40px;
  }

  .paragraph-19 {
    font-size: 24px;
    line-height: 30px;
  }

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

  .paragraph-23, .paragraph-25 {
    font-size: 24px;
    line-height: 30px;
  }

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

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

  .paragraph-28 {
    font-size: 24px;
    line-height: 30px;
  }

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

  .paragraph-33 {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-34, .paragraph-35, .bold-text-9 {
    text-align: center;
  }

  .div-block-13 {
    flex-flow: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-15 {
    margin-left: 0;
    margin-right: auto;
  }

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

  .paragraph-40, .paragraph-44 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-19 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-21 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-46 {
    font-size: 24px;
    line-height: 30px;
  }

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

  .paragraph-47 {
    font-size: 36px;
    line-height: 70px;
  }

  .div-block-23 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-24 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-49 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-25 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-11, .grid-12 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-13 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.25fr;
  }

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

  .grid-14 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center end;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-15 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .paragraph-51 {
    font-size: 16px;
  }

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

  .paragraph-52 {
    font-size: 24px;
    line-height: 30px;
  }

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

  .div-block-28 {
    margin-top: 100px;
  }

  .div-block-29 {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .div-block-34 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-58 {
    font-size: 24px;
    line-height: 30px;
  }

  .grid-18 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .div-block-35, .div-block-36, .div-block-37 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-19 {
    margin-top: -15%;
  }

  .div-block-38 {
    flex-flow: column;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
  }

  .div-block-39 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-21 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    place-items: center;
    margin-top: 40px;
  }

  .grid-23 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    display: none;
  }

  .container-17 {
    text-align: center;
    margin-left: 25px;
    margin-right: 20px;
  }

  .grid-24 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .div-block-43 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-79 {
    padding-right: 0;
  }

  .grid-10-nanot {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .code-embed {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-44 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-25 {
    justify-items: center;
    width: 100%;
    padding-top: 20px;
  }

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

  .grid-27 {
    background-color: var(--white);
    border-bottom: 1px solid #000;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-82 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
  }

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

  .paragraph-82-data {
    color: #000;
    font-size: 14px;
    font-weight: 400;
  }

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

  .div-block-46 {
    justify-content: center;
    display: block;
  }

  .section-24 {
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-83, .paragraph-83-sub {
    text-align: center;
  }

  .grid-29 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    overflow: visible;
  }

  .div-block-49 {
    box-sizing: border-box;
    margin-right: 0;
    padding-right: 20px;
  }

  .paragraph-84 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .code-embed-2 {
    padding-left: 0;
  }

  .paragraph-90 {
    display: none;
  }

  .div-block-50 {
    margin-right: 0;
  }

  .div-block-52 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .code-embed-4 {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .code-embed-5 {
    display: none;
  }

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

  .code-embed-6 {
    display: block;
  }

  .code-embed-7 {
    padding-left: 20px;
  }

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

  .paragraph-90-mobile {
    display: block;
  }

  .div-block-54 {
    flex-flow: column;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

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

#w-node-ef0513ee-a9c8-58fa-bb83-3d25e368795e-5f9ffcb8 {
  place-self: center;
}

#w-node-fe7c33cc-3588-35ae-ce7f-479ad9b955c4-5f9ffcb8 {
  place-self: auto;
}

#w-node-_7c755a94-6577-844e-fe91-532df2eb1bbd-5f9ffcb8, #w-node-_9937230c-937b-1543-4076-aa62036d3e0e-5f9ffcb8 {
  align-self: end;
}

#w-node-c7f3ef04-afa3-310a-b029-22c2b2cf72ef-5f9ffcb8, #w-node-d53e40d0-1f00-5b52-bb8a-d2088200b1f6-5f9ffcb8, #w-node-ad999bfa-79fc-56ac-3961-2c980981189a-5f9ffcb8 {
  place-self: auto;
}

#w-node-_82646451-ab77-627f-2e94-2a9cb2f5944d-5f9ffcb8, #w-node-bb60b52b-a934-fa3d-0d5a-158324e6de35-5f9ffcb8, #w-node-_07619e4a-7163-0895-8544-a0e01c781322-5f9ffcb8, #w-node-_961d32a9-4c9d-e318-fdbb-db62d543f8b5-5f9ffcb8 {
  place-self: center;
}

#w-node-a872b583-736a-5dfd-a348-e444b1c2eb2d-5f9ffcb8, #w-node-c1ed6481-b65b-3e6b-2f04-cb3239df1aa3-5f9ffcb8 {
  align-self: center;
}

#w-node-_413e6609-6f18-11bb-224f-2e0c4c374fe3-5f9ffcb8, #w-node-_6650e0c0-946d-c17a-e384-ce5964e5a02f-5f9ffcb8 {
  place-self: center;
}

#w-node-_5d86e333-16f2-a529-5a7a-365cc9503f78-5f9ffcb8 {
  align-self: center;
}

#w-node-b05b189e-be87-b867-ffb3-9072eada4d05-5f9ffcb8 {
  place-self: center;
}

#w-node-_94a0aff0-5e60-3c05-d858-d241732c0cb0-5f9ffcb8, #w-node-_313b9970-3da7-47e9-d663-0337399c056e-5f9ffcb8, #w-node-_38dc529e-d4a3-e084-8e35-cedd81ff2269-5f9ffcb8, #w-node-fd7abdb5-97a1-5a9e-e76b-bdf4062d80be-5f9ffcb8, #w-node-_0c86180c-5645-2340-d0c5-8ed531658067-5f9ffcb8, #w-node-_2a783b6e-864e-22ce-e468-28ca75b7a22b-5f9ffcb8, #w-node-b61f66de-82d7-8a9c-eb20-31f0a8ffcd9e-5f9ffcb8 {
  align-self: center;
}

#w-node-b61f66de-82d7-8a9c-eb20-31f0a8ffcda6-5f9ffcb8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de3a6182-75d5-37af-edb5-233ff88a281f-5f9ffcb8, #w-node-_715006f8-57e8-f819-a26b-506f041fed9d-5f9ffcb8, #w-node-_58902905-87bc-3a64-af61-9965c86e40d9-5f9ffcb8, #w-node-_166c208a-e22d-8dc5-a12f-b13703ff449f-5f9ffcb8, #w-node-_1f1da6c2-4077-907f-2789-02c909ca0fa9-5f9ffcb8, #w-node-_009d551b-06eb-b0e7-0b67-e489264b1720-5f9ffcb8, #w-node-_771234f2-3cec-4fb2-7136-8420a71b01ae-5f9ffcb8, #w-node-a5988c2c-649b-a443-2d36-00120057810a-5f9ffcb8, #w-node-_0ba72e70-9907-66cd-948b-7d656f90f4fe-5f9ffcb8, #w-node-_1fa3aa11-c571-7d21-5822-730645298aef-5f9ffcb8, #w-node-_4009b56f-d7ba-140c-79e0-70babf2b2807-5f9ffcb8, #w-node-_1829760b-faec-a8b0-27da-f3e60abe1f5a-5f9ffcb8, #w-node-b3c784ba-fefb-f019-07f8-9b2f2e903b55-5f9ffcb8, #w-node-bdf77dfa-fc31-d313-ac09-396e9698165a-5f9ffcb8, #w-node-f0416540-c720-5c4a-53f1-c02010d24218-5f9ffcb8, #w-node-_06184106-76c5-de53-1b92-3d4051f3a502-5f9ffcb8, #w-node-fd748875-2887-21a3-88e7-6593a7026ec4-5f9ffcb8, #w-node-cd9817ed-a668-20cc-10e8-521384a52d70-5f9ffcb8, #w-node-_1d10f850-1548-756e-b466-fc51c398086d-5f9ffcb8, #w-node-b7d9aa11-39fe-abda-bf1d-2d06ce212107-5f9ffcb8, #w-node-_302fddd6-680d-b058-3838-058f3f500cb7-5f9ffcb8, #w-node-_64e65421-4c4f-fe9c-6e09-473df63ae557-5f9ffcb8, #w-node-b23b15cb-93fe-0ca2-92a2-342490e3246b-5f9ffcb8, #w-node-_0b17510a-4137-08ff-32ff-39fa9a2524cf-5f9ffcb8, #w-node-_6f27e28e-c27c-0aa8-7fb2-72722d10b791-5f9ffcb8, #w-node-c1365ca4-7561-be03-90e8-5ff60cb9e4b9-5f9ffcb8, #w-node-d17f8017-54db-9c3c-812b-3a5debb930e9-5f9ffcb8, #w-node-_379ccd62-367e-9a09-b2d1-68fbc0753566-5f9ffcb8, #w-node-_36479ff2-5a30-f4c2-48b9-32545d9f6622-5f9ffcb8, #w-node-f9ad4a9f-f84c-f296-b96d-556c8420eddc-5f9ffcb8, #w-node-bc4afdf4-1ce0-5f8f-eeb4-5d9fe4631be4-5f9ffcb8, #w-node-_5dfefc84-aad0-d933-229f-c4b8b975dcf7-5f9ffcb8, #w-node-da92016a-20bc-cfbf-eba1-65395bcc1da2-5f9ffcb8, #w-node-_39e847df-596e-0809-e87d-3f02bb6943a7-5f9ffcb8, #w-node-f437b30e-7e62-438a-79d6-32b7e2322263-5f9ffcb8, #w-node-b931c4df-6e69-bb70-72bf-aeac06d7bf0d-5f9ffcb8, #w-node-a3d96d2e-d287-7047-73be-0b31dc28edbb-5f9ffcb8, #w-node-_77700796-9d46-e35b-7310-d155fb65e118-5f9ffcb8, #w-node-f8a51ece-dc74-a53a-e05f-5a0c762be2c6-5f9ffcb8, #w-node-_190413d7-2179-f9ed-3726-d3e902d86ea5-5f9ffcb8, #w-node-_386abe23-39da-0157-86b3-aff664a42a26-5f9ffcb8 {
  align-self: center;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971b-87e29718 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971f-87e29718 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29724-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29726-87e29718 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972f-87e29718 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29736-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29738-87e29718 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2973f-87e29718 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_016410b9-f46c-d5d0-c671-ed1d7aa23d84-5f9ffcc2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_016410b9-f46c-d5d0-c671-ed1d7aa23d8d-5f9ffcc2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_016410b9-f46c-d5d0-c671-ed1d7aa23d96-5f9ffcc2 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_016410b9-f46c-d5d0-c671-ed1d7aa23d9f-5f9ffcc2 {
  grid-area: 1 / 4 / 2 / 5;
}

@media screen and (max-width: 991px) {
  #w-node-_016410b9-f46c-d5d0-c671-ed1d7aa23d8d-5f9ffcc2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_016410b9-f46c-d5d0-c671-ed1d7aa23d96-5f9ffcc2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_016410b9-f46c-d5d0-c671-ed1d7aa23d9f-5f9ffcc2 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0918c113-b202-a471-0c0b-9b4700002a82-5f9ffcb8 {
    place-self: center;
  }

  #w-node-_82646451-ab77-627f-2e94-2a9cb2f5944d-5f9ffcb8 {
    place-self: auto;
  }

  #w-node-_7e53a044-2ae8-bb3c-e915-21fa6b2efce9-5f9ffcb8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2a783b6e-864e-22ce-e468-28ca75b7a22b-5f9ffcb8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-f66a5ef1-5922-a46f-a8b7-570ad6b87796-5f9ffcb8, #w-node-_86c739ca-948d-1f1a-4582-1ea6b6bc3bfc-5f9ffcb8, #w-node-b0e2e1ef-5b4e-9028-7bb6-5a3c1415f139-5f9ffcb8, #w-node-f862c626-6c62-2d32-0d18-f042e7dce51a-5f9ffcb8, #w-node-_142c963d-9ad8-c424-b77e-af83809b92c3-5f9ffcb8, #w-node-e7a87f98-4ebe-0def-495d-5e835ea87b64-5f9ffcb8, #w-node-_64f5f70b-4ce6-42c1-f1ed-b7dfbfc3a0ba-5f9ffcb8 {
    align-self: center;
  }

  #w-node-_2172b7e7-d12a-0107-e266-777fcfe6f513-5f9ffcb8, #w-node-e812d963-c2ca-48e9-c148-1ac74f524663-5f9ffcc1 {
    place-self: center;
  }
}


