:root {
  --accent-color: #e6533c;
  --white: white;
  --black: black;
  --dark-accent-blue: #063d77;
  --heading-top: #3778c1;
  --border: #d7e9ff;
  --light-subheading-n: #727272;
  --light-subheading: var(--border);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-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 {
  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;
  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;
  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;
  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;
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
  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 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  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.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_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_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: 52px;
}

.section-2 {
  -webkit-text-fill-color: inherit;
  background-color: #01081b;
  background-image: url('../images/Rectangle-112.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  margin-left: 0;
  padding: 60px 87px;
  overflow: hidden;
}

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

.bold-text.bold-text-nnn {
  font-size: 12px;
}

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

.paragraph-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
}

.image {
  display: none;
}

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

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

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #02193f;
  background-image: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.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 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 65px;
}

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

.paragraph-5 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.bold-text-3 {
  width: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.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: #e6533c;
  text-align: center;
  -webkit-text-stroke-color: #e6533c;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 65px;
}

.pargraph-6-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 0 60px 10px;
  font-size: 46px;
  font-weight: 600;
  line-height: 65px;
}

.pargraph-6-heading.acquire-section {
  color: #000;
  font-size: 46px;
  font-weight: 700;
}

.pargraph-6-heading.acquire-section.sassss-subheading {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.div-block {
  flex: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

.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;
  font-size: 18px;
}

.div-block-2 {
  background-color: #fff0;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
  display: block;
}

.section-4 {
  background-color: #02193f;
  background-image: url('../images/ugentic-investors.png');
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 80px;
}

.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;
  font-weight: 400;
}

.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/Project-Summary-2-copy-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-11 {
  color: var(--black);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
}

.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: none;
}

.image-9.image-9-copy-d {
  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-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

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

.container-11 {
  max-width: 1300px;
}

.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);
  text-align: center;
}

.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-top: 10px;
  padding-bottom: 20px;
  line-height: 12px;
}

.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-size: 18px;
  font-weight: 700;
}

.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: 800;
  line-height: 48px;
}

.paragraph-20 {
  color: #000;
  padding-top: 20px;
  font-size: 18px;
  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;
  text-align: center;
}

.paragraph-22 {
  color: #e6533c;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 65px;
}

.section-7 {
  background-image: linear-gradient(#08309d, #000 48.15%);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 80px;
}

.paragraph-23 {
  color: #fff;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 46px;
  font-weight: 600;
  line-height: 65px;
}

.paragraph-24 {
  color: var(--white);
  text-align: center;
  padding-left: 120px;
  padding-right: 120px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.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;
  margin-top: 5px;
  margin-bottom: 5px;
  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;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
  font-weight: 700;
  display: flex;
}

.paragraph-27.sadfsdf {
  padding-top: 30px;
}

.paragraph-27.sadfsdf.sdf {
  padding-top: 20px;
}

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

.image-12._12-cxpp {
  padding-top: 30px;
}

.div-block-9 {
  border: 1px solid #bce7fe;
  border-radius: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

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

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

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

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

.bold-text-7 {
  font-size: 18px;
  font-weight: 500;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(78deg, #de5039, #7f2d21);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  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: 35px 20px 40px;
}

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

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

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

.paragraph-32.orchestration {
  padding-top: 21px;
}

.paragraph-32.comp-auto-22 {
  border-bottom-width: 0;
  padding-top: 30px;
}

.paragraph-32.comp-auto-22.comp-aito-23 {
  padding-top: 25px;
}

.paragraph-32.beat-launches-p {
  padding-top: 30px;
}

.paragraph-32.beat-launches-p.para-32-cppx {
  padding-bottom: 60px;
}

.paragraph-32.para-32-cppx {
  padding-top: 20px;
  padding-bottom: 50px;
}

.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;
  display: none;
}

.image-13.image-13-copt {
  display: block;
}

.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: linear-gradient(#e2e3f8, #e9dfeb);
  border-radius: 25px;
  padding-top: 60px;
  padding-bottom: 80px;
  padding-left: 0;
}

.paragraph-33 {
  color: var(--black);
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  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-size: 18px;
  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-size: 18px;
  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 {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.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 {
  background-image: linear-gradient(90deg, #f7c8c178, #e6613c 100%, #e6533c8f 99%, #e6533c8f);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-40 {
  color: #000;
  padding-bottom: 10px;
  font-size: 42px;
  font-weight: 800;
  line-height: 45px;
}

.paragraph-40.para-head-cpp-dd {
  display: none;
}

.paragraph-41 {
  color: #000;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 400;
}

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

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

.bold-text-12 {
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

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

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

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

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

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

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

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

.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 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.paragraph-46 {
  color: #000;
  text-align: center;
  width: 830px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 46px;
  font-weight: 600;
  line-height: 65px;
  text-decoration: none;
  display: block;
}

.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;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 54px;
  font-weight: 700;
  line-height: 60px;
}

.image-investment-tier {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: block;
}

.image-investment-tier.image-16-ddc {
  display: block;
}

.image-investment-tier.another-part-xyz {
  display: none;
}

.image-investment-tier._w-extratopp {
  padding-top: 30px;
}

.paragraph-48 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
}

.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 {
  border: 0px solid var(--dark-accent-blue);
  background-color: #fff;
  border-radius: 25px;
  max-width: 370px;
  padding: 20px;
}

.div-block-23.mostpopoption {
  border-width: 2px;
  border-color: var(--heading-top);
  background-color: var(--white);
  background-image: url('../images/Mask-group-12.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 0;
}

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

.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: 800;
  line-height: 48px;
}

.paragraph-50 {
  color: var(--black);
  flex-flow: column;
  font-size: 18px;
  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-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.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;
  padding-right: 60px;
}

.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: 700;
}

.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: var(--white);
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 65px;
}

.paragraph-52.new-hhsdgsd {
  color: var(--black);
  margin-bottom: 40px;
}

.paragraph-53 {
  color: #000;
  text-align: center;
  font-size: 18px;
}

.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-size: 18px;
  font-weight: 700;
}

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

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

.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/Brown-and-White-Simple-Online-Course-Flyer-A4-Landscape-4-1-1.svg'), linear-gradient(#df523f, #0f319a);
  background-position: 37% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding-top: 60px;
  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;
  font-size: 18px;
}

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

.paragraph-64 {
  color: #000;
  align-self: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
}

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

.list-item-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 14px;
  line-height: 23px;
  display: flex;
}

.section-18 {
  background-color: #fff;
  background-image: url('../images/Agenda-4-1.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 60px;
  padding-bottom: 80px;
  display: none;
}

.paragraph-57-copy {
  color: var(--accent-color);
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.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 {
  float: none;
  clear: none;
  text-align: center;
  margin-left: 100px;
  margin-right: 100px;
  display: block;
}

.div-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 100px;
  margin-right: 100px;
  display: block;
}

.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;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

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

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

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

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

.bold-text-19 {
  font-size: 18px;
  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: radial-gradient(circle at 1% 0, #bdd3e7, #e7eff3 100%, #fff);
  padding-top: 60px;
  padding-bottom: 10px;
}

.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;
  font-size: 18px;
}

.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/Agenda-2.svg'), url('../images/bottom-bg-2.svg'), url('../images/top-bg-1.svg');
  background-position: 100% -20%, 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, contain, contain;
  background-attachment: scroll, scroll, scroll;
  padding-top: 60px;
  padding-bottom: 40px;
}

.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;
  font-size: 18px;
}

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

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

.section-21 {
  background-image: url('../images/invest-bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 0;
}

.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: 46px;
  font-weight: 600;
  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/White-professional-simple-FAQ-cleaning-service-Instagram-Post-1-2.svg'), url('../images/bg_1.svg');
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.section-23 {
  background-image: url('../images/footer.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  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 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
}

.legal-disclaimer-para.cfa-cpp {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
}

.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: 14px;
  line-height: 18px;
}

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

.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: 20px;
  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: 14px;
  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);
  font-size: 18px;
}

.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: 20px;
  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);
  font-size: 12px;
}

.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-top: 40px;
  padding-right: 10px;
}

.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-5 {
  flex-flow: column;
  justify-content: center;
  display: block;
}

.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;
  display: none;
}

.code-embed-8.code-embed-8-cpp {
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  display: none;
}

.code-embed-8.code-embed-8-cpp.code-embed-dd {
  display: block;
}

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

.section-28 {
  background-color: var(--accent-color);
  z-index: 100;
  padding-top: 10px;
  padding-bottom: 5px;
  display: none;
  position: sticky;
  top: 0;
}

.code-embed-mm {
  margin-bottom: 0;
  display: none;
}

.code-embed-9-copy {
  margin-bottom: 0;
  padding-bottom: 5px;
  display: none;
}

.link-24 {
  color: var(--accent-color);
}

.bold-text-23 {
  font-size: 16px;
}

.italic-text, .italic-text-2, .italic-text-3 {
  font-size: 18px;
}

.code-embed-mobile, .image-22 {
  display: none;
}

.image-22.image-22-m {
  min-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.image-22.image-22-m.image-22-d {
  min-width: auto;
  display: block;
}

.image-23 {
  min-width: auto;
}

.image-24 {
  display: none;
}

.heading-7 {
  min-width: auto;
  max-width: none;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #3272ba, #043871);
  border-radius: 20px;
  flex-flow: column;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.div-block-56 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.link-25 {
  color: var(--accent-color);
  -webkit-text-stroke-color: var(--accent-color);
  font-size: 30px;
  display: inline-block;
}

.subscript {
  font-size: 24px;
}

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

.link-26 {
  color: var(--accent-color);
  vertical-align: text-top;
  font-size: 32px;
  text-decoration: none;
  display: inline;
}

.image-26 {
  min-width: auto;
}

.code-embed-12, .code-embed-13, .code-embed-14, .code-embed-15, .code-embed-16 {
  position: static !important;
}

.code-embed-17 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: block;
  position: static !important;
}

.code-embed-18, .code-embed-19, .code-embed-20, .code-embed-21, .code-embed-22 {
  position: static !important;
}

.div-block-44-copy {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.list-item-8 {
  color: var(--white);
}

.list-4 {
  color: var(--white);
  text-align: left;
  margin-bottom: 40px;
}

.link-27 {
  color: var(--accent-color);
  line-height: 23px;
  text-decoration: none;
}

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

.button-5 {
  text-align: center;
  background-image: radial-gradient(circle, #3272ba, #033972);
  border-radius: 0 0 15px 15px;
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.button-5:hover {
  color: var(--white);
  font-size: 12px;
}

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

.container-21 {
  max-width: none;
  padding-left: 60px;
  padding-right: 60px;
}

.section-29 {
  background-color: var(--white);
  background-image: url('../images/Blue-Modern-Dynamic-Wave-Blank-Pages-Border-Document-1.png'), url('../images/orange-Modern-Dynamic-Wave-Blank-Pages-Border-Document-1.png');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 40%, 40%;
  padding-top: 60px;
  padding-bottom: 80px;
}

.image-27 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
}

.image-27.image-cpp {
  padding-bottom: 10px;
}

.image-27.cpp-image-baja {
  padding-bottom: 20px;
}

.image-27.first-acq-2 {
  padding-top: 5px;
  padding-bottom: 35px;
}

.image-27.mic-orr-cpp {
  padding-bottom: 10px;
}

.div-block-57 {
  background-color: #fff4f2;
  border: 1px solid #fe7e73;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-57.block-57-cpp {
  background-color: #e3e9f4;
  border-color: #4f81bd;
  padding-bottom: 20px;
}

.paragraph-94 {
  color: var(--black);
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 800;
}

.paragraph-95 {
  color: var(--black);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

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

.paragraph-96 {
  color: var(--black);
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-96.compautomation {
  padding-top: 20px;
  padding-bottom: 20px;
}

.body {
  max-width: none;
  padding: 0;
  display: block;
}

.container-22 {
  display: none;
}

.div-block-58 {
  margin-left: 60px;
  margin-right: 60px;
  display: block;
}

.list-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0;
  display: block;
}

.list-item-9 {
  align-self: stretch;
  min-width: auto;
}

.div-block-60 {
  max-width: 400px;
}

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

.paragraph-97 {
  color: var(--black);
  text-align: center;
  font-size: 22px;
}

.container-23 {
  max-width: 940px;
  padding-top: 30px;
}

.div-block-61 {
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 20px 20px 0;
}

.section-30 {
  background-image: url('../images/Mask-group-11.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 40px;
}

.image-28, .image-29 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.paragraph-98 {
  color: var(--black);
  text-align: center;
  font-size: 14px;
  line-height: 26px;
}

.grid-34 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-radius: 20px;
  grid-template-rows: auto;
}

.container-24 {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--white);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--white);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--white);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--white);
  background-image: linear-gradient(#fff, #fff);
  border-radius: 20px;
  max-width: 1450px;
  margin: 0 auto;
  padding: 30px;
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
}

.paragraph-99 {
  color: var(--black);
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  display: block;
}

.paragraph-100 {
  color: var(--light-subheading-n);
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.paragraph-101 {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
}

.paragraph-102 {
  color: var(--heading-top);
  padding-top: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.paragraph-103 {
  color: var(--black);
  font-size: 36px;
  font-weight: 700;
  line-height: 34px;
}

.paragraph-104 {
  color: var(--light-subheading-n);
  margin-bottom: 0;
  padding-top: 0;
  font-size: 14px;
  line-height: 20px;
}

.div-block-62 {
  border: 1px solid var(--border);
  background-image: linear-gradient(#f2f5fd, #f2f5fd);
  border-radius: 20px;
  padding: 20px;
}

.paragraph-105 {
  color: var(--black);
  border: 1px #e5e5e5;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-105.p-105-upp {
  padding-top: 0;
}

.paragraph-105.pra-105-lleeft {
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
  margin-top: 20px;
  padding: 20px;
  font-size: 16px;
}

.div-block-63 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.image-30 {
  align-self: center;
}

.image-31 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.section-31 {
  border: 1px none var(--light-subheading-n);
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-image: linear-gradient(#f8f8f8, #f8f8f8);
  outline: 3px #1a1b1f;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-106 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.image-33 {
  align-self: center;
}

.div-block-64 {
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  margin-top: 0;
  padding: 20px;
  display: block;
}

.div-block-64.div-bb-cpp {
  display: none;
}

.div-block-65 {
  padding-top: 20px;
}

.code-embed-23 {
  padding-top: 30px;
  padding-bottom: 20px;
}

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

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

.paragraph-107 {
  color: var(--black);
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

.paragraph-108 {
  color: var(--white);
  font-size: 18px;
}

.container-25 {
  opacity: .8;
  mix-blend-mode: normal;
  background-color: #02193f;
  border: 1px #e5e5e5;
  border-radius: 20px;
  margin-top: 10px;
  padding: 30px;
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
}

.section-32 {
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bold-text-27 {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.div-block-66 {
  color: var(--white);
}

.bold-text-28 {
  font-weight: 600;
}

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

.container-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: auto;
  display: block;
}

.text-block {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  text-overflow: clip;
  white-space: normal;
  direction: ltr;
  padding-bottom: 10px;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  text-decoration: none;
}

.text-block.newsubhead {
  font-size: 18px;
  line-height: 25px;
}

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

.container-27 {
  max-width: 1380px;
}

.paragraph-109 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
}

.header-button-2 {
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  margin-top: 25px;
  display: block;
  position: relative;
}

.code-embed-25 {
  border: 0 solid #000;
  margin-top: 36px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.paragraph-110 {
  text-align: left;
  margin-top: 10px;
  padding-left: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  display: none;
}

.paragraph-111 {
  text-align: center;
  margin-bottom: auto;
  font-size: 13px;
  font-weight: 300;
  line-height: 100%;
}

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

.section-33 {
  background-image: url('../images/Project-Summary-2-copy-2.png'), url('../images/Cityscape-bg.png');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.container-28 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  text-decoration: none;
  display: block;
  position: static;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 65px;
}

.paragraph-112 {
  max-width: 949px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.code-embed-26 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-69 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 1300px;
  display: grid;
}

.div-block-70 {
  background-image: linear-gradient(135deg, #014896, #011c64 100%, #fff), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 0 16px 16px 0;
  padding-left: 20px;
  padding-right: 40px;
}

.div-block-71 {
  background-image: linear-gradient(90deg, #f85914, #d6351e 98%, #d5341e 100%, #fff);
  border-radius: 16px 0 0 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-2 {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
}

.text-block-2.blue-image {
  padding-top: 30px;
  padding-bottom: 20px;
}

.text-block-3 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.text-block-3.text-block-2--2 {
  padding-top: 0;
  padding-bottom: 20px;
}

.text-block-3.text-block-2-3 {
  padding-bottom: 40px;
}

.superscript {
  vertical-align: super;
}

.text-block-4 {
  font-size: 18px;
  line-height: 25px;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 25px;
  position: static;
}

.div-block-72 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-6 {
  color: #fff;
}

.superscript-2 {
  vertical-align: super;
  font-size: 16px;
}

.section-35 {
  background-image: url('../images/ugentic-slider-img-1920-x-1170-px-1-1.svg');
  background-position: 0 0;
  background-size: cover;
}

.section-36 {
  background-image: url('../images/bg.svg');
  background-position: 0 0;
  background-size: auto;
}

.image-34 {
  background-color: #121335;
  border-radius: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-35 {
  border-radius: 15px;
}

.div-block-73 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 0;
  max-width: 1300px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: static;
  overflow: visible;
}

.code-embed-28 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-74 {
  background-color: #fff;
  border: 1px solid #b9cde0;
  border-radius: 10px;
  max-width: 1200px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
  display: none;
}

.paragraph-113 {
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 39px;
}

.text-span-20 {
  font-size: 18px;
  font-weight: 600;
}

.section-37 {
  background-image: url('../images/4-80.svg'), url('../images/1-6194382.svg'), url('../images/3-1.svg'), url('../images/2-501.svg');
  background-position: 0 100%, 100% 100%, 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto;
  padding-top: 60px;
  padding-bottom: 80px;
}

.div-block-75 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-76 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .55fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-7 {
  color: #fff;
  text-align: right;
  font-size: 46px;
  font-weight: 600;
  line-height: 65px;
}

.paragraph-114 {
  text-align: right;
  font-size: 46px;
  font-weight: 600;
  line-height: 65px;
}

.paragraph-115 {
  text-align: right;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.paragraph-116 {
  text-align: right;
  padding-top: 10px;
  font-size: 18px;
}

.paragraph-117 {
  text-align: right;
  font-size: 18px;
}

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

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

.heading-9 {
  font-size: 46px;
  font-weight: 600;
  line-height: 65px;
}

.paragraph-118 {
  color: #000;
  font-size: 18px;
  line-height: 25px;
}

.container-29 {
  max-width: 1000px;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 0;
}

.heading-10 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 65px;
}

.paragraph-119 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.code-embed-29 {
  padding-top: 20px;
  padding-right: 40px;
}

.image-37 {
  margin: 20px 0 0;
  padding: 0;
}

.code-embed-30 {
  padding-top: 60px;
}

.code-embed-31 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.list-7 {
  text-align: left;
}

.div-block-78 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 6fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-block-8 {
  color: #fff;
  margin-bottom: 20px;
  margin-right: 40px;
}

.image-39 {
  margin-bottom: 20px;
}

.div-block-79 {
  padding-right: 0;
}

.text-block-9 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}

.code-embed-32 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-80 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.code-embed-33 {
  margin-bottom: 20px;
}

.code-embed-34 {
  margin-top: 220px;
}

.section-38 {
  background-image: url('../images/image-7.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 60px;
}

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

.div-block-81 {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-82 {
  background-image: linear-gradient(80deg, var(--white), #ffffff1a 0%, #ffffff4a);
  border-radius: 15px;
}

.heading-11 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 48px;
}

.paragraph-120 {
  text-align: center;
  margin: 20px;
  font-size: 18px;
}

.div-block-83 {
  text-align: center;
  background-image: linear-gradient(#e6533c, #e6533c);
  border-radius: 15px;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.div-block-84 {
  max-width: 1300px;
  margin-top: 40px;
}

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

.paragraph-122 {
  color: var(--accent-color);
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
}

.paragraph-122.asdfasdfs {
  color: var(--white);
  padding-top: 10px;
}

.code-embed-35 {
  padding-top: 10px;
}

.section-39 {
  background-color: #28233f;
  background-image: url('../images/Agenda-3-1.svg'), url('../images/Circles.svg'), url('../images/Circles-1.svg');
  background-position: 0 0, 100% 5%, 0 30%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  padding-top: 60px;
  padding-bottom: 80px;
}

.div-block-86 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1340px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-87 {
  background-color: #373155;
  border-radius: 15px;
}

.div-block-88 {
  background-color: #373155;
  border-radius: 15px;
  max-width: none;
  min-height: 0;
  max-height: none;
  margin-left: auto;
  padding: 40px 40px 50px;
}

.image-40 {
  min-width: 0;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.image-41 {
  max-width: 150px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.image-41.image-grading-s-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 600;
  line-height: 26px;
}

.text-block-10-copy {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 26px;
}

.div-block-89 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 1340px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-90 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-image: url('../images/Brown-and-White-Simple-Online-Course-Flyer-A4-Landscape-4-1-1.svg'), url('../images/Brown-and-White-Simple-Online-Course-Flyer-A4-Landscape-4-1-1.svg'), url('../images/99-cost.svg');
  background-position: 103% -30%, -5% 60%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, contain;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  text-decoration: none;
  display: grid;
}

.image-42 {
  margin: auto;
}

.div-block-91 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-88-copy {
  background-image: linear-gradient(90deg, #d55144, #0f3199);
  border-radius: 15px;
  max-width: 540px;
  min-height: 0;
  max-height: none;
  margin-left: 0;
  margin-right: auto;
  padding: 40px 40px 50px;
}

.code-embed-36 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.code-embed-37, .code-embed-38 {
  margin-left: auto;
  margin-right: auto;
}

.paragraph-124 {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 37px;
}

.container-31 {
  margin-bottom: 60px;
}

.section-40 {
  background-color: #fff4ed;
  background-image: url('../images/top-bg-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 60px;
  padding-bottom: 80px;
}

.div-block-92 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-block-11 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 26px;
}

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

.paragraph-125 {
  color: #000;
  text-align: left;
  flex-flow: column;
  align-self: center;
  align-items: flex-start;
  padding-top: 0;
  font-size: 20px;
  line-height: 26px;
  display: block;
}

.heading-copy {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 65px;
}

.text-span-24 {
  color: #e6533c;
  text-align: center;
  vertical-align: top;
  align-self: center;
  font-size: 30px;
  font-weight: 800;
  line-height: 26px;
}

.text-span-22-copy {
  color: #b74c51;
  text-align: center;
  vertical-align: top;
  font-size: 30px;
  font-weight: 800;
  line-height: 26px;
  display: block;
}

.text-span-23-copy {
  color: #13538a;
  text-align: center;
  vertical-align: top;
  font-size: 30px;
  font-weight: 800;
  line-height: 26px;
}

.text-span-24-copy {
  color: #082f9a;
  text-align: center;
  vertical-align: top;
  font-size: 30px;
  font-weight: 800;
  line-height: 26px;
}

.paragraph-52-copy {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 65px;
}

.paragraph-52-copy.new-hhsdgsd {
  color: var(--black);
}

.section-41 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 80px;
  display: none;
}

.section-42 {
  background-image: url('../images/ugentic-slider-img-3-copy-1.svg'), url('../images/ugentic-slider-img-3-1.svg'), linear-gradient(#08309d, #031137);
  background-position: 50px 15px, 1% 32%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  padding-top: 60px;
  padding-bottom: 80px;
}

.paragraph-5-copy {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.div-block-93 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.image-44 {
  margin-top: -50px;
  padding-top: 0;
  position: relative;
  bottom: -400px;
  left: 1130px;
}

.div-block-94 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-95 {
  border-radius: 13px;
}

.paragraph-126 {
  max-width: 1300px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.code-embed-39 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.code-embed-40, .code-embed-41 {
  margin-bottom: 40px;
}

.div-block-96 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-97 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-98 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: stretch;
  display: flex;
}

.div-block-99 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-100 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.div-block-101 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-102 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-103 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.container-32 {
  max-width: 1300px;
}

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

.div-block-104 {
  background-image: linear-gradient(#21447f, #21447f);
  border-radius: 34px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 0 30px;
  display: flex;
}

.paragraph-127 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.div-block-105 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/Img-1.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 34px;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-128 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-129 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.image-45 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.div-block-106 {
  padding-top: 0;
}

.container-33 {
  max-width: 1400px;
}

.section-43 {
  background-color: #01081b;
  background-image: url('../images/image_4_2_optimized_4096.0.png');
  background-position: 0 0;
  background-size: cover;
}

.grid-39 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.heading-12 {
  color: #fff;
}

.heading-13 {
  color: var(--white);
  font-size: 46px;
  font-weight: 600;
}

.heading-14 {
  color: var(--white);
  font-size: 30px;
  font-weight: 600;
  line-height: 41px;
}

.paragraph-130, .paragraph-131, .paragraph-132 {
  font-size: 18px;
}

.container-34 {
  max-width: 1400px;
}

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

.grid-41 {
  background-image: linear-gradient(#111b22, #01081b);
  border-radius: 26px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin: 10px;
  padding-right: 0;
  font-size: 16px;
}

.heading-15 {
  color: var(--white);
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 41px;
}

.heading-16 {
  font-size: 50px;
}

.heading-17 {
  color: var(--white);
}

.heading-18 {
  color: var(--white);
  font-size: 50px;
  font-weight: 600;
  line-height: 41px;
}

.paragraph-133 {
  color: #a2a2a2;
  word-break: normal;
  font-size: 16px;
  line-height: 30px;
}

.div-block-107 {
  background-color: #0000;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 10px 20px 20px;
}

.div-block-108 {
  background-color: #222c4752;
  border-radius: 10px;
  padding: 20px 20px 40px;
}

.button-6 {
  text-align: center;
  background-image: linear-gradient(86deg, #f95a14, #d4331e);
  border-radius: 10px;
  width: 100%;
  margin-top: 30px;
  padding: 20px 40px;
  font-size: 26px;
  font-weight: 600;
}

.subscript-3 {
  font-size: 18px;
  font-weight: 400;
}

.div-block-109 {
  border: 10px none var(--accent-color);
  background-image: linear-gradient(#e6533c, #5581fa);
  border-radius: 26px;
  margin-top: 20px;
}

.div-block-110 {
  padding-top: 0;
  padding-bottom: 20px;
  padding-right: 20px;
}

.paragraph-134 {
  background-color: #141f26;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px 10px 20px 20px;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-134.asdfasdfasdf {
  padding-bottom: 20px;
}

.paragraph-135 {
  margin-bottom: 0;
  padding-top: 15px;
  font-size: 18px;
  line-height: 30px;
}

.div-block-111 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  line-height: 28px;
  display: flex;
}

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

.paragraph-137 {
  align-self: center;
  font-size: 18px;
}

.paragraph-138 {
  border-left: 2px solid var(--accent-color);
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 18px;
}

.grid-42 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  padding-top: 10px;
}

.grid-42.founder--investor-become {
  grid-template-rows: auto auto auto auto;
}

.paragraph-139 {
  padding-top: 20px;
  font-size: 18px;
}

.paragraph-139.dhgsdfsdf {
  padding-top: 30px;
  font-size: 18px;
}

.paragraph-140 {
  padding-top: 20px;
  font-size: 18px;
}

.paragraph-140.ffffsdfsfa {
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 18px;
}

.image-47 {
  align-self: center;
}

.ai-masters-become-investor {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  padding-top: 10px;
}

.image-48 {
  position: relative;
  bottom: -40px;
  left: 200px;
}

.code-embed-43 {
  margin-top: 40px;
  padding-top: 0;
  display: none;
  position: static;
}

.div-block-113 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: grid;
}

.heading-19 {
  color: #e6533c;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 43px;
  font-weight: 500;
  line-height: 52px;
}

.paragraph-148 {
  padding-right: 60px;
  font-size: 18px;
  line-height: 29px;
}

.image-49 {
  position: static;
  left: 140px;
}

.div-block-114 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-115 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.div-block-111-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1400px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  line-height: 28px;
  display: none;
}

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

.paragraph-151 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
}

.image-50 {
  padding-bottom: 0;
  padding-right: 0;
}

.button-6-copy {
  text-align: center;
  background-image: linear-gradient(86deg, #f95a14, #d4331e);
  border-radius: 10px;
  margin-top: 0;
  padding: 15px 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.div-block-116 {
  text-align: center;
  margin-top: 30px;
}

.text-span-25 {
  font-size: 19px;
  font-weight: 500;
}

.button-6-copy-copy {
  text-align: center;
  background-image: linear-gradient(86deg, #f95a14, #d4331e);
  border-radius: 10px;
  margin-top: 0;
  padding: 15px 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.div-block-116-copy {
  text-align: left;
  margin-top: 30px;
}

.code-embed-44 {
  margin-bottom: 55px;
}

.container-29-copy {
  max-width: 1000px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.problem {
  aspect-ratio: 3.39;
  object-fit: cover;
  background-image: url('../images/Project-Summary-2-copy-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.code-embed-45 {
  min-height: 0;
}

.section-33-copy {
  background-image: url('../images/Cityscape-bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.paragraph-148-copy {
  padding-right: 60px;
  font-size: 18px;
  line-height: 29px;
  display: none;
}

.video {
  aspect-ratio: 2.39;
  object-fit: contain;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.video-2 {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  max-height: 2000px;
  margin: 0 auto;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: auto;
}

.container-35 {
  aspect-ratio: 16 / 9;
  max-width: 1000px;
  max-height: 1000px;
}

.video-3 {
  box-sizing: content-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  position: relative;
  padding-top: 0 !important;
}

.section-44 {
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.container-36, .container-37 {
  max-width: 1340px;
}

.div-block-118, .paragraph-152, .paragraph-153 {
  font-size: 18px;
}

.container-38 {
  max-width: none;
}

.code-embed-46 {
  margin-top: 0;
  margin-bottom: 20px;
}

.link-29 {
  color: #fff;
}

.link-30 {
  color: #fff;
  font-size: 14px;
}

.div-block-119 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--white);
  vertical-align: sub;
  align-items: center;
  display: flex;
}

.link-31 {
  color: var(--white);
  word-break: normal;
  font-size: 14px;
  text-decoration: none;
}

.code-embed-47 {
  padding-top: 20px;
}

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

  .section-2 {
    display: block;
  }

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

  .text-block.newsubhead {
    padding-top: 10px;
  }

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

  .container-27, .header-button-2 {
    display: block;
  }
}

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

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

@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 {
    background-color: #fff0;
    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;
  }

  .paragraph {
    font-weight: 800;
    line-height: 32px;
  }

  .section-2 {
    padding: 30px 20px 40px;
  }

  .bold-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
  }

  .paragraph-3 {
    text-align: center;
    font-size: 18px;
    line-height: 29px;
  }

  .image-3 {
    width: 40%;
    display: block;
  }

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

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

  .container-3 {
    display: block;
  }

  .container-4 {
    flex-flow: row;
    justify-content: flex-start;
    display: flex;
  }

  .button {
    margin-right: 0;
    font-size: 24px;
  }

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

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

  .heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
  }

  .section-3 {
    padding: 30px 20px 40px;
  }

  .paragraph-5 {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 300;
    display: block;
  }

  .bold-text-3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }

  .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: 20px;
    font-weight: 800;
  }

  .pargraph-6-heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
  }

  .pargraph-6-heading.acquire-section {
    padding-bottom: 0;
    font-weight: 600;
  }

  .div-block {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

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

  .paragraph-7 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 33px;
    line-height: 40px;
  }

  .paragraph-8 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
  }

  .div-block-2 {
    padding: 0;
  }

  .section-4 {
    -webkit-text-fill-color: inherit;
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    background-clip: border-box;
    padding: 30px 20px 40px;
  }

  .paragraph-9 {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
  }

  .paragraph-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-3 {
    text-align: center;
    padding: 20px 0 10px;
  }

  .section-5 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 20px 16px;
  }

  .paragraph-11 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 500;
  }

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

  .image-9 {
    display: block;
  }

  .image-9.image-9-copy-d {
    display: none;
  }

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

  .seed-round {
    padding-top: 20px;
  }

  .problem-section-invest-button {
    min-width: auto;
    max-width: none;
    margin: 20px 10px 20px 0;
  }

  .problem-section-invest-button.button-copy-new {
    flex: 1;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-2-betting, .div-block-2-betting-2, .div-block-2-betting-3 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

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

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

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

  .paragraph-15 {
    text-align: center;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
  }

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

  .paragraph-16 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-17 {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
  }

  .div-block-7 {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .image-10 {
    border-radius: 15px 15px 0 0;
  }

  .paragraph-18 {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
  }

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

  .paragraph-19 {
    text-align: center;
    padding-top: 10px;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
  }

  .paragraph-20 {
    text-align: center;
    padding-top: 10px;
    font-weight: 800;
  }

  .bold-text-4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }

  .section-6 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .paragraph-22 {
    font-size: 20px;
    font-weight: 800;
  }

  .section-7 {
    padding: 30px 20px 40px;
  }

  .paragraph-23 {
    font-size: 24px;
    font-weight: 800;
    line-height: 33px;
  }

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

  .container-14 {
    padding: 20px 10px;
  }

  .paragraph-25 {
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
  }

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

  .paragraph-26 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
  }

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

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

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

  .paragraph-28 {
    font-size: 24px;
    font-weight: 800;
    line-height: 33px;
  }

  .section-8 {
    padding: 30px 20px;
  }

  .bold-text-7 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }

  .div-block-11 {
    padding: 20px;
  }

  .paragraph-30 {
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
  }

  .div-block-11-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .paragraph-32 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .image-13 {
    display: block;
  }

  .image-13.image-13-copt {
    display: none;
  }

  .image-14 {
    min-width: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-9 {
    padding: 30px 20px 40px;
    font-size: 18px;
    font-weight: 500;
  }

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

  .paragraph-34 {
    text-align: left;
    font-size: 18px;
    font-weight: 800;
  }

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

  .bold-text-9 {
    text-align: left;
    font-size: 17px;
    font-weight: 500;
  }

  .div-block-13 {
    background-color: var(--white);
    flex-flow: row;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 20px 10px 0;
  }

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

  .bold-text-10 {
    font-size: 17px;
    font-weight: 500;
  }

  .div-block-15 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: auto;
  }

  .section-11 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px 0;
  }

  .paragraph-40 {
    text-align: center;
    padding-top: 10px;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    display: block;
  }

  .paragraph-40.para-heading-cooo {
    display: block;
  }

  .paragraph-41 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
  }

  .bold-text-11 {
    padding-top: 10px;
    display: block;
  }

  .div-block-18 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    font-size: 18px;
    font-weight: 500;
  }

  .paragraph-43 {
    text-align: center;
    padding-top: 20px;
    font-size: 18px;
    line-height: 30px;
  }

  .bold-text-13 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
  }

  .paragraph-44 {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
  }

  .paragraph-45 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
  }

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

  .div-block-20 {
    padding-top: 0;
  }

  .div-block-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .paragraph-46 {
    text-align: center;
    width: auto;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
  }

  .section-13 {
    background-position: 100% 100%;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
  }

  .paragraph-47 {
    color: var(--black);
    font-size: 33px;
    font-weight: 800;
    line-height: 40px;
  }

  .image-investment-tier {
    display: block;
  }

  .image-investment-tier.image-16-ddc {
    display: none;
  }

  .image-investment-tier.another-part-xyz {
    display: block;
  }

  .paragraph-48 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
  }

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

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

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

  .section-14 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .paragraph-49 {
    text-align: center;
    padding-top: 20px;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
  }

  .paragraph-50 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
  }

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

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

  .section-15 {
    background-position: 100%;
    padding-top: 30px;
    padding-bottom: 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;
    padding-right: 0;
  }

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

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

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

  .paragraph-51 {
    font-size: 20px;
    font-weight: 800;
  }

  .section-16 {
    padding: 30px 20px 20px;
  }

  .paragraph-52 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
  }

  .paragraph-52.new-hhsdgsd {
    color: var(--black);
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .paragraph-54 {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
  }

  .paragraph-55 {
    margin-bottom: 0;
    padding-top: 0;
  }

  .image-17 {
    padding-top: 10px;
  }

  .div-block-27 {
    padding-top: 0;
  }

  .div-block-28 {
    margin-top: 100px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .div-block-32 {
    padding-left: 0;
  }

  .paragraph-56 {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
  }

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

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

  .paragraph-57 {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
  }

  .paragraph-58 {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 33px;
  }

  .paragraph-59 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
  }

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

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

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

  .section-17 {
    background-image: linear-gradient(#df523f, #0f319a);
    padding: 30px 20px 0;
  }

  .paragraph-62 {
    text-align: center;
    font-size: 25px;
    font-weight: 800;
  }

  .paragraph-63 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }

  .bold-text-17 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
  }

  .paragraph-64 {
    text-align: left;
    padding-top: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .list-item-6 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 16px;
  }

  .section-18 {
    background-image: url('../images/Mask-group-5.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    padding: 30px 16px 40px;
  }

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

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

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

  .div-block-37 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 0;
  }

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

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

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

  .paragraph-67 {
    font-weight: 500;
  }

  .grid-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    min-width: auto;
  }

  .paragraph-68 {
    text-align: center;
    min-width: auto;
  }

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

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

  .bold-text-19 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 33px;
  }

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

  .section-19 {
    background-color: #f3fbfe;
    background-image: none;
    background-size: auto;
    padding: 30px 20px 40px;
  }

  .paragraph-69-23 {
    text-align: center;
    font-weight: 500;
  }

  .paragraph-70 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }

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

  .section-20 {
    background-position: -200% -20%, 100% 100%, 0 0;
    background-size: auto, contain, contain;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .container-17 {
    border: 1px solid var(--border);
    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: stretch;
  }

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

  .paragraph-79 {
    text-align: center;
    padding-right: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
  }

  .button-3 {
    font-size: 14px;
  }

  .section-22 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-10-nanot {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    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;
  }

  .section-23 {
    padding: 30px 16px 40px;
  }

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

  .legal-disclaimer-para {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 800;
    line-height: 25px;
  }

  .legal-disclaimer-para.cfa-cpp {
    padding-left: 10px;
  }

  .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-88 {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
  }

  .paragraph-89 {
    padding-top: 10px;
    font-weight: 500;
    line-height: 20px;
  }

  .paragraph-90 {
    display: none;
  }

  .paragraph-91 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-88-dis {
    text-align: center;
  }

  .text-span-14 {
    font-size: 18px;
  }

  .code-embed-3 {
    margin-bottom: 20px;
  }

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

  .section-27 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .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-top: 0;
    padding-right: 0;
  }

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

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

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

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

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

  .paragraph-90-mobile {
    padding-right: 0;
    display: block;
  }

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

  .code-embed-8.code-embed-8-cpp {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .code-embed-8.code-embed-8-cpp.code-embed-dd {
    display: none;
  }

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

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

  .section-28 {
    z-index: 100;
    display: none;
    position: sticky;
    top: 0;
  }

  .code-embed-mm {
    background-color: var(--accent-color);
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .code-embed-10 {
    position: static;
  }

  .bold-text-22 {
    text-align: left;
    font-size: 18px;
    line-height: 32px;
  }

  .code-embed-9-copy {
    background-color: var(--accent-color);
    display: none;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .paragraph-93 {
    color: var(--black);
    font-weight: 500;
  }

  .link-24 {
    color: var(--accent-color);
    display: inline;
  }

  .bold-text-23 {
    font-size: 15px;
    font-weight: 600;
  }

  .image-20 {
    border: 6px solid #f4f4f5;
    border-radius: 999px;
    margin-left: -18px;
    padding-left: 0;
  }

  .italic-text, .italic-text-2, .italic-text-3 {
    font-size: 18px;
    font-weight: 500;
  }

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

  .code-embed-11 {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-55 {
    border: 0 solid #f4f4f5;
  }

  .image-21 {
    border: 5px solid #f4f4f5;
    border-radius: 999px;
    margin-left: -18px;
  }

  .bold-text-24 {
    font-size: 20px;
    font-weight: 800;
  }

  .image-22 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-22.image-22-m.image-22-d {
    display: none;
  }

  .image-24 {
    display: block;
  }

  .image-25 {
    display: none;
  }

  .heading-7 {
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    background-image: linear-gradient(90deg, #3474bc, #053871);
    border: 2px solid #438fe2;
    border-radius: 20px;
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
  }

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

  .subscript {
    font-size: 18px;
  }

  .link-26 {
    font-size: 20px;
  }

  .subscript-2 {
    font-size: 16px;
  }

  .div-block-44-copy {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-44-copy.div-block-44 {
    padding-left: 0;
    padding-right: 0;
  }

  .list-4 {
    margin-bottom: 0;
  }

  .grid-32 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-29 {
    padding: 30px 20px 40px;
  }

  .image-27.first-acq-2 {
    padding-bottom: 10px;
  }

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

  .paragraph-95 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

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

  .container-22 {
    display: block;
  }

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

  .div-block-59 {
    padding-top: 20px;
  }

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

  .container-23 {
    padding-top: 0;
  }

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

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

  .container-24 {
    padding: 10px 0 10px 10px;
  }

  .paragraph-99 {
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-100 {
    text-align: left;
    font-size: 16px;
  }

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

  .paragraph-103 {
    text-align: left;
    font-size: 22px;
  }

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

  .div-block-62 {
    margin-right: 10px;
  }

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

  .paragraph-105.pra-105-lleeft {
    text-align: left;
    margin-right: 10px;
  }

  .div-block-63 {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }

  .image-31 {
    padding-right: 10px;
  }

  .image-32 {
    margin-left: auto;
  }

  .paragraph-106 {
    text-align: left;
    margin-right: 10px;
    padding-top: 20px;
    padding-right: 0;
    font-size: 16px;
  }

  .div-block-64 {
    margin-right: 10px;
    display: none;
  }

  .div-block-64.div-bb-cpp {
    display: block;
  }

  .code-embed-23 {
    margin-right: 10px;
  }

  .list-6 {
    margin-bottom: 20px;
    margin-right: 10px;
    padding-left: 10px;
  }

  .div-block-67 {
    margin-right: 10px;
    padding-left: 0;
  }

  .text-block {
    float: none;
    text-align: left;
    margin-top: 25px;
    font-size: 30px;
    line-height: 45px;
  }

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

  .paragraph-109 {
    text-align: left;
    font-size: 14px;
  }

  .header-button-2 {
    text-align: left;
  }

  .code-embed-25 {
    text-align: left;
    display: block;
  }

  .paragraph-110 {
    text-align: center;
    margin-top: 6px;
    padding-left: 0;
  }

  .paragraph-111 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-8 {
    font-size: 25px;
    line-height: 33px;
  }

  .paragraph-112 {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .div-block-69 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
  }

  .div-block-70 {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .div-block-71 {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .superscript {
    font-size: 18px;
  }

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

  .superscript-2 {
    font-size: 12px;
  }

  .section-35 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-34 {
    height: auto;
    min-height: auto;
    margin-top: 80px;
    position: static;
  }

  .image-35 {
    min-height: auto;
    margin-top: 80px;
  }

  .div-block-73 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-74 {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: visible;
  }

  .paragraph-113 {
    font-weight: 300;
    line-height: 28px;
  }

  .section-37 {
    background-size: 10rem, 10rem, 10rem, 10rem;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .div-block-76 {
    grid-template-columns: 1fr;
  }

  .paragraph-114 {
    text-align: center;
    padding-top: 20px;
    font-size: 24px;
    line-height: 33px;
  }

  .paragraph-115 {
    text-align: center;
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-116 {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-77 {
    padding-bottom: 0;
  }

  .heading-9 {
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 24px;
    line-height: 33px;
  }

  .paragraph-118 {
    text-align: left;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 300;
  }

  .container-29 {
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-10 {
    padding-left: 16px;
    font-size: 24px;
    line-height: 33px;
  }

  .paragraph-119 {
    padding-left: 16px;
    font-size: 16px;
    font-weight: 300;
  }

  .code-embed-29 {
    padding-left: 16px;
  }

  .container-30 {
    padding-top: 20px;
  }

  .image-36 {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-37 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-38 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed-30 {
    padding: 30px 16px 20px;
  }

  .code-embed-31 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .grid-36 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-left: 10px;
  }

  .list-7 {
    margin-top: 0;
  }

  .div-block-78 {
    grid-template-columns: 3fr;
  }

  .text-block-8, .image-39 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-79 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-9 {
    text-align: center;
    margin-top: 20px;
  }

  .section-38 {
    padding: 30px 20px 40px;
  }

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

  .div-block-83, .div-block-84 {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-123 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-85 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-39 {
    padding: 30px 20px 40px;
  }

  .div-block-86 {
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-88 {
    max-height: 700px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-89 {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .div-block-90 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-position: 200% -90%, -100% 150%, 0 0;
    grid-template-columns: .75fr;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-88-copy {
    max-height: 700px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-124 {
    text-align: center;
    width: 332px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 100%;
  }

  .container-31 {
    margin-bottom: 30px;
  }

  .section-40 {
    padding: 30px 20px 40px;
  }

  .div-block-92 {
    grid-template-columns: 1fr;
  }

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

  .paragraph-125 {
    text-align: center;
    font-size: 18px;
  }

  .heading-copy {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
  }

  .paragraph-52-copy {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
  }

  .paragraph-52-copy.new-hhsdgsd {
    color: var(--black);
  }

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

  .section-42 {
    padding: 30px 20px 40px;
  }

  .paragraph-5-copy {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 300;
    display: block;
  }

  .image-44 {
    display: none;
  }

  .paragraph-126 {
    text-align: center;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-29-copy {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-96 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-97 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .div-block-97.div-block-96 {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-98 {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-99.div-block-96 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-100, .div-block-101 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-102, .div-block-103 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-38 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    padding: 20px;
  }

  .paragraph-127 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .div-block-105 {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .paragraph-128 {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .paragraph-129 {
    font-size: 16px;
    font-weight: 300;
  }

  .image-45 {
    margin-bottom: 0;
  }

  .div-block-106 {
    margin-top: 20px;
  }

  .section-43 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .grid-41 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

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

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

  .div-block-110 {
    padding-top: 10px;
  }

  .paragraph-134 {
    margin-left: 20px;
  }

  .paragraph-135 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-138 {
    margin-left: 20px;
    font-size: 15px;
  }

  .grid-42 {
    margin-left: 20px;
  }

  .grid-42.founder--investor-become {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
  }

  .paragraph-139 {
    padding-left: 20px;
    font-size: 15px;
  }

  .image-46 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-112 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .paragraph-140, .paragraph-141 {
    padding-left: 20px;
  }

  .paragraph-142 {
    padding-left: 20px;
    font-size: 15px;
  }

  .paragraph-143 {
    padding-left: 20px;
  }

  .paragraph-144, .paragraph-145, .paragraph-146 {
    font-size: 15px;
  }

  .paragraph-147 {
    padding-left: 20px;
  }

  .ai-masters-become-investor {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 5px;
    padding-left: 20px;
  }

  .image-48 {
    outline-offset: 0px;
    outline: 3px #1a1b1f;
    display: none;
    bottom: 0;
    left: 0;
  }

  .code-embed-43 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-113 {
    text-align: center;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .heading-19 {
    font-size: 24px;
    line-height: 33px;
  }

  .paragraph-148 {
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
    display: none;
  }

  .div-block-111-copy {
    width: 332px;
  }

  .paragraph-151 {
    text-align: center;
    margin-top: 25px;
  }

  .image-50 {
    display: none;
  }

  .button-6-copy {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .div-block-116-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .code-embed-44 {
    margin-bottom: 40px;
  }

  .container-29-copy {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-117 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-12, .text-block-13, .text-block-14 {
    font-size: 18px;
  }

  .image-51 {
    text-align: left;
  }

  .image-52 {
    display: none;
  }

  .problem {
    aspect-ratio: auto;
    object-fit: fill;
    background-size: cover;
    min-height: 0;
    margin-bottom: 0;
    padding: 40px 20px;
  }

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

  .paragraph-148-copy {
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
    display: block;
  }
}

#w-node-_87edf16a-d256-4be5-bcfb-e87a66fe2360-0f604c5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37c196ea-5f27-057d-f44b-a0b98cd2ba22-0f604c5e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

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

#w-node-_648ab51c-ec0f-ad67-f198-f886a1d1a687-0f604c5e, #w-node-_24804937-2808-3671-6442-2d0d52449d62-0f604c5e, #w-node-_7e8a0a23-f2e7-b9ff-550b-5e79fe46ca39-0f604c5e, #w-node-_92763b7a-f25c-c1b6-c04d-bab45a6b6756-0f604c5e, #w-node-bc7b7f6c-efae-71c5-61f4-c34df7f50406-0f604c5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_493cb88b-2672-4aa2-e6b2-31601e57b9d5-0f604c5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_05c97a1d-d25f-4253-64f4-0be3e2ada128-0f604c5e {
  align-self: end;
}

#w-node-e484e7c8-788a-bd09-de91-9c397a7344ab-0f604c5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ed7fb5d-2e2b-ef81-4645-eb9222f12492-0f604c5e {
  align-self: auto;
}

#w-node-ac53238f-762f-a8bc-4a48-37ce96b0285a-0f604c5e, #w-node-ecb68dbb-73c8-68e1-c32f-2d745bdddea7-0f604c5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-eb08700f-e59e-f735-0e0e-3fc6e0c3be05-0f604c5e {
  place-self: stretch center;
}

#w-node-b81ba291-f9c1-dcf9-68a1-332fe83942af-0f604c5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ff552926-414f-9af3-50f2-d33c14f11d1f-0f604c5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e051909-0803-2456-4ef8-d58d92dd240f-0f604c5e, #w-node-f7fb8c0d-63dc-835a-7091-eed43570a3af-0f604c5e {
  align-self: center;
}

#w-node-_0b0f0794-5761-6fe8-a4c3-49c00584e80e-0f604c5e {
  place-self: center start;
}

#w-node-_6f5f4eaa-77a6-6d33-8c63-144d28001de6-0f604c5e, #w-node-_0c51518a-a356-d1f5-dcfe-6fe65c59c1c9-0f604c5e, #w-node-_4d4424e4-df69-692e-57ce-5b2a0bb6b423-0f604c5e {
  place-self: center;
}

#w-node-_98be114a-ae5f-8b58-be38-bd5efc943101-0f604c5e, #w-node-_94c73234-8827-9c0b-332a-38944395e6be-0f604c5e, #w-node-_63d457d7-68cd-4552-ac0a-1e44b54d1b32-0f604c5e, #w-node-_625ce463-37c1-e27a-b03a-a2feb59ca3c8-0f604c5e, #w-node-acbe4e20-3240-cf93-6e07-6a0763032c60-0f604c5e, #w-node-abf6b968-d25b-62f5-2963-7a5eb7e104ec-0f604c5e {
  align-self: center;
}

#w-node-d7e58f5d-7ef2-5830-6dfb-9bcf6551018e-0f604c5e {
  place-self: center start;
}

#w-node-d7e58f5d-7ef2-5830-6dfb-9bcf65510192-0f604c5e, #w-node-d7e58f5d-7ef2-5830-6dfb-9bcf65510196-0f604c5e, #w-node-d7e58f5d-7ef2-5830-6dfb-9bcf6551019a-0f604c5e {
  place-self: center;
}

#w-node-ba0441ab-7ed7-549e-430c-8f8f49010530-0f604c5e {
  align-self: center;
}

#w-node-_243e9386-2d93-b180-ff28-a3e0aa2d84c7-0f604c5e {
  align-self: end;
}

#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-0f604c68 {
  grid-area: 1 / 1 / 2 / 2;
}

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  #w-node-_493cb88b-2672-4aa2-e6b2-31601e57b9d5-0f604c5e {
    order: 9999;
    place-self: center;
  }

  #w-node-b151f508-b737-27c9-b4bd-133e1fbb7a2b-0f604c5e {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_494cd3fd-de22-a7d3-dfcd-20c4d0473ab3-0f604c5e {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-ff230fd7-33fd-bb00-992f-97a5c90a4d76-0f604c5e {
    justify-self: stretch;
  }

  #w-node-_03993bce-4aee-8aca-4bce-54b0d6fec8a8-0f604c5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_98be114a-ae5f-8b58-be38-bd5efc9430d7-0f604c5e {
    justify-self: stretch;
  }

  #w-node-_98be114a-ae5f-8b58-be38-bd5efc9430d9-0f604c5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_94c73234-8827-9c0b-332a-38944395e694-0f604c5e {
    justify-self: stretch;
  }

  #w-node-_94c73234-8827-9c0b-332a-38944395e696-0f604c5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_63d457d7-68cd-4552-ac0a-1e44b54d1b08-0f604c5e {
    justify-self: stretch;
  }

  #w-node-_63d457d7-68cd-4552-ac0a-1e44b54d1b0a-0f604c5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_2ea0788c-0d2c-c1c4-ef3d-efe4876826f0-0f604c5e {
    justify-self: stretch;
  }

  #w-node-_2ea0788c-0d2c-c1c4-ef3d-efe4876826f2-0f604c5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-acbe4e20-3240-cf93-6e07-6a0763032c40-0f604c5e {
    justify-self: stretch;
  }

  #w-node-acbe4e20-3240-cf93-6e07-6a0763032c42-0f604c5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-abf6b968-d25b-62f5-2963-7a5eb7e104cc-0f604c5e {
    justify-self: stretch;
  }

  #w-node-abf6b968-d25b-62f5-2963-7a5eb7e104ce-0f604c5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-ba0441ab-7ed7-549e-430c-8f8f49010510-0f604c5e {
    justify-self: stretch;
  }

  #w-node-ba0441ab-7ed7-549e-430c-8f8f49010512-0f604c5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_243e9386-2d93-b180-ff28-a3e0aa2d84c7-0f604c5e {
    order: 9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: end;
  }

  #w-node-_80b286b5-14e9-56d0-7814-b352f131aaaf-0f604c5e {
    place-self: auto;
  }

  #w-node-e812d963-c2ca-48e9-c148-1ac74f524663-0f604c67 {
    place-self: center;
  }
}


