@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Bold.woff2') format("woff2"), url('../fonts/THICCCBOI-ExtraBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi Thicccaf;
  src: url('../fonts/THICCCBOI-ThicccAF.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-color: #261152;
  --white: white;
  --fill-one: #1e0a38;
  --gray-colors: #c2c2c2;
  --primary-color: #7e43ff;
  --transparent: transparent;
  --stroke-light: #9c6fff;
  --black: black;
  --soft-mist: #e3e8f1;
  --blue-color: #8852ff;
  --fill-two: #242337;
  --rich-navy: #05042c;
  --stoke-one: #383653;
  --stoke-two: #29283c;
  --blue: #006dff;
  --dim-gray: #646464;
  --slate-gray: #6f7782;
  --transparent-purple: var(--bg-color);
  --ice-blue: #f7f9fc;
  --lavender-gray: #a099b3;
  --dark-gray: #6b6b6b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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 {
  background-color: var(--bg-color);
  color: var(--white);
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thicccboi, Arial, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thicccboi, Arial, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 130%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

p {
  margin-bottom: 0;
}

a {
  height: 100%;
  text-decoration: underline;
}

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

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

strong {
  font-weight: bold;
}

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

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

.utility-page-content._404-wrap {
  justify-content: flex-start;
  align-items: center;
}

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

.page-wrapper {
  text-align: left;
}

.navbar {
  background-color: var(--fill-one);
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: static;
}

.container.homeschool-banner {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 1230px;
  margin: 140px auto 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.container.faq {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.nav-button-wrap {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--gray-colors);
  padding: 0;
  text-decoration: none;
  transition: all .4s;
  display: none;
}

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

.nav-link.w--current {
  color: var(--white);
  display: block;
}

.nav-link._01 {
  color: var(--bg-color);
}

.nav-link._01:hover {
  color: var(--primary-color);
}

.nav-menu-wrapper {
  grid-column-gap: 34px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 150%;
  display: none;
}

.nav-dropdown-toggle {
  grid-column-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav-dropdown-list {
  background-color: var(--transparent);
  left: -228px;
}

.nav-arrow {
  margin-top: 2px;
}

.nav-arrow._02 {
  z-index: -1;
  position: absolute;
}

.primary-button {
  border: 1px solid var(--stroke-light);
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #25114f66;
}

.primary-button.gradient-three {
  border-style: none;
  height: auto;
  transition: transform .2s;
  overflow: visible;
}

.primary-button.gradient-three:hover {
  pointer-events: auto;
}

.primary-button.gradient-three.mobile-on {
  display: none;
}

.primary-button.gradient-three.width-100 {
  width: 100%;
}

.primary-button.gradient-three.width336 {
  width: 100%;
  max-width: 336px;
}

.primary-button.cta-button {
  background-color: var(--white);
  box-shadow: none;
  color: var(--black);
}

.gradient-three {
  background-image: linear-gradient(#ffffff1a, #fff0);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.primary-button-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
  overflow: visible;
}

.primary-button-single {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.primary-button-single._02 {
  display: none;
  position: absolute;
}

.primary-btn-arrow._01 {
  transform: rotate(-45deg);
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.hero {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero.homeschool {
  background-image: linear-gradient(90deg, #000000b3 40%, #fff0 70%), url('../images/Girl-with-iPad-on-Couch.jpg');
  background-position: 0 0, 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.customized {
  margin-top: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.manage {
  padding-top: 0;
  display: none;
}

.section.parent-features {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.blog {
  padding-top: 0;
  display: block;
}

.section.faq {
  margin-top: 140px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.faq.homeschool {
  margin-top: 100px;
}

.section.testimonial {
  padding-top: 0;
  padding-bottom: 0;
}

.section.cta {
  padding-top: 0;
  display: none;
}

.section.footer {
  background-color: var(--fill-one);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.footer.homeschool {
  background-color: var(--soft-mist);
}

.section.about {
  padding-top: 0;
  padding-bottom: 0;
}

.section.inner-section {
  padding-top: 178px;
  padding-bottom: 80px;
  position: relative;
}

.section.inner-section.pd-0 {
  background-color: var(--transparent);
  padding-left: 0;
  padding-right: 0;
}

.section.vision {
  text-align: center;
  margin-top: 140px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.team {
  padding-top: 0;
}

.section.blog-single {
  padding-top: 178px;
  padding-bottom: 80px;
  position: relative;
}

.section.contact {
  padding-top: 0;
}

.section._404 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.pricing {
  margin-top: 140px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.pricing-single {
  padding-top: 0;
}

.section.style-color {
  padding-top: 80px;
  padding-bottom: 60px;
}

.section.typography {
  padding-top: 60px;
}

.section.license {
  padding-top: 105px;
  padding-bottom: 200px;
}

.section.font-showcase {
  padding-top: 0;
}

.section.change-log {
  padding-bottom: 280px;
}

.section.home {
  margin-top: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.both-home-and-class {
  display: none;
}

.section-top-shape {
  z-index: -1;
  opacity: 1;
  border-radius: 30px;
  width: 100%;
  max-width: 700px;
  position: absolute;
  inset: 0% 45% auto auto;
  transform: translate(50%);
}

.hero-wrapper {
  text-align: center;
  position: relative;
}

.hero-cicle-shape {
  z-index: -1;
  opacity: .47;
  filter: blur(175px);
  background-color: #8a54ff;
  border-radius: 1122px;
  width: 100%;
  max-width: 900px;
  height: 425px;
  max-height: 425px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 600px 0% auto;
}

.hero-top-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sub-title-wrap {
  z-index: 1;
  background-color: var(--transparent);
  object-fit: contain;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.sub-title-text-wrap {
  border: 1px solid var(--primary-color);
  background-color: var(--bg-color);
  background-image: linear-gradient(#352364, #5736ad 49%, #352364);
  border-radius: 20px;
  justify-content: center;
  width: auto;
  padding: 5px 25px;
  display: block;
}

.sub-title-stroke {
  z-index: -1;
  background-image: linear-gradient(90deg, #352364 40%, #7e43ff 50%, #352364 60%);
  width: 400px;
  height: 400px;
}

.hero-title {
  text-align: center;
  letter-spacing: -2px;
  margin-bottom: 0;
  font-family: Thicccboi, Arial, sans-serif;
  font-size: 75px;
  font-weight: 600;
  line-height: 100%;
  display: block;
}

.sub-title-text {
  color: var(--white);
  text-transform: uppercase;
  max-width: none;
  font-size: 14px;
  line-height: 150%;
}

.section-details {
  color: var(--gray-colors);
  font-size: 16px;
  line-height: 150%;
  display: block;
}

.section-details.financial-details {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.section-details.customized-details {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-details.mb-40 {
  margin-bottom: 40px;
}

.section-details.mb-16 {
  color: var(--white);
  margin-bottom: 0;
  padding-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
}

.hero-user-wrapper {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: block;
}

.hero-user-wrap {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-user-img-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-user-img {
  border-radius: 100%;
  width: 48px;
  height: 48px;
}

.hero-user-img._02, .hero-user-img._03 {
  margin-left: -14px;
}

.hero-user-text {
  color: var(--gray-colors);
  text-align: left;
  width: 100%;
  max-width: none;
  font-size: 16px;
  line-height: 150%;
}

.hero-title-wrap {
  text-align: center;
  margin-bottom: 0;
}

.hero-img {
  border-radius: 12px;
  width: 100%;
  display: block;
}

.customized-v1-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.section-title-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.section-title-wrap.customized-title-v1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title-wrap.manage-title {
  width: 100%;
  max-width: 466px;
  margin-bottom: 86px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.finacial-title-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title-wrap.blog-v1 {
  max-width: 572px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.customized-title, .section-title-wrap.team-member {
  width: 100%;
  max-width: 628px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.try-it-links, .section-title-wrap.buy-it {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title {
  color: var(--white);
  letter-spacing: -2px;
  margin-bottom: 0;
  font-family: Thicccboi, Arial, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
}

.section-title.finacial-title {
  text-align: center;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
}

.section-title.homeschool {
  color: var(--black);
}

.customized-card-v1-wrap {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.customized-card-v1-wrap.mb-60 {
  background-color: var(--fill-one);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 20px;
}

.customized-card-v1-wrap.mb-60.homeschool {
  background-color: var(--transparent);
  padding: 0;
}

.customized-v1-card {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.customized-v1-card.homeschool {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.customized-icon-v1-wrapper {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: 200px;
  height: 68px;
  margin-bottom: 30px;
  padding: 1px;
  display: none;
  position: relative;
  overflow: hidden;
}

.customized-icon-wrap {
  background-color: var(--bg-color);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.customized-icon-bg {
  z-index: -1;
  background-image: linear-gradient(#7e43ff, #352364);
  position: absolute;
  inset: 0%;
}

.customized-icon {
  max-width: 75%;
}

.customized-card-title {
  color: var(--white);
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.customized-card-title.homeschool {
  color: var(--black);
}

.customized-details {
  color: var(--white);
  text-align: left;
  font-size: 16px;
  line-height: 150%;
}

.customized-details.mb-24 {
  color: var(--white);
  text-align: left;
  margin-bottom: 24px;
  font-size: 16px;
}

.customized-details.mb-24.homeschool {
  color: var(--black);
  margin-bottom: 0;
}

.get-started-btn {
  color: var(--white);
  text-decoration: none;
}

.get-started-btn.text-blue {
  color: var(--blue-color);
}

.get-started-btn-single {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.get-started-btn-single._02 {
  position: absolute;
}

.get-started-btn-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.get-started-btn-wrapper {
  display: none;
}

.button-wrap {
  text-align: center;
  display: none;
}

.manage-card-wrapper {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.manage-card-wrap {
  background-color: var(--fill-one);
  border-radius: 10px;
  padding: 30px 24px;
}

.manage-card-wrap._01 {
  padding-top: 40px;
  padding-right: 0;
}

.manage-card-wrap._02 {
  background-image: url('../images/Manage-Card-02-bg_1Manage_Card_02_bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.manage-card-wrap._03 {
  padding-top: 43px;
}

.manage-card-top-title {
  letter-spacing: .25px;
  margin-bottom: 32px;
  font-size: 19.985px;
  line-height: 150%;
}

.manage-card-img {
  width: 100%;
  margin-bottom: 33px;
}

.manage-card-details-wrap.mr-24 {
  padding-right: 24px;
}

.manage-card-title {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.hero-details {
  color: var(--white);
  width: 100%;
  max-width: 572px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 150%;
  display: block;
}

.wrapper {
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: stretch;
  max-width: 100%;
  display: flex;
}

.financial-card-wrapper.mb-60 {
  margin-bottom: 0;
}

.financial-card-wrap {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.financial-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--fill-one);
  text-align: center;
  background-image: url('../images/Financial-Card-Img-1_1Financial_Card_Img_(1).webp');
  background-size: 100% 100%;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px;
  display: none;
}

.financial-card._03 {
  background-image: url('../images/Financial-Card-Single-Img_1Financial_Card_Single_Img.webp');
  background-repeat: no-repeat;
  display: none;
}

.card-shape {
  filter: blur(50px);
  mix-blend-mode: exclusion;
  background-image: linear-gradient(#8953ff4d 14.78%, #ffffff05 89.72%);
  border-radius: 30px;
  width: 111.31px;
  height: 310.7px;
  display: none;
  position: absolute;
  inset: -21% 0% auto auto;
  transform: rotate(-150deg);
}

.financial-card-title {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  display: none;
}

.financial-card-details {
  color: var(--white);
  text-align: left;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.financial-card-img {
  border: 1px solid #29283c;
  border-radius: 15px;
  display: none;
}

.financial-card-inner-wrap {
  grid-column-gap: 54px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.financial-card-left {
  width: 100%;
  max-width: 559px;
}

.financial-list {
  grid-row-gap: 14px;
  color: var(--gray-colors);
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 150%;
  list-style-type: none;
  display: flex;
}

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

.blog-wrapper {
  display: none;
}

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

.blog-collection-list._01 {
  grid-row-gap: 0px;
}

.blog-card {
  background-color: var(--fill-one);
  border-radius: 10px;
  padding: 24px;
}

.blog-img-link {
  border-radius: 10px;
  margin-bottom: 16px;
  overflow: hidden;
}

.blog-category-date {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: inline-flex;
}

.blog-category-date.mb-16 {
  margin-bottom: 16px;
}

.blog-category {
  background-color: var(--fill-two);
  color: var(--blue-color);
  border-radius: 13px;
  padding: 2px 11px;
  font-size: 14px;
  line-height: 150%;
}

.blog-date {
  color: var(--gray-colors);
  font-size: 14px;
  line-height: 150%;
}

.blog-name {
  color: var(--white);
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  display: inline-block;
}

.blog-card-details {
  color: var(--gray-colors);
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 150%;
}

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

.blog-author-wrapper.mb-40 {
  margin-bottom: 40px;
}

.blog-author-info {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-author-img {
  width: 24px;
  height: 24px;
}

.blog-author-name {
  color: var(--white);
  font-size: 16px;
  line-height: 150%;
}

.blog-read-text {
  color: var(--gray-colors);
  font-size: 16px;
  line-height: 150%;
}

.faq-wrapper {
  grid-column-gap: 50px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.faq-left {
  position: sticky;
  top: 140px;
}

.faq-main-title {
  text-align: center;
  letter-spacing: -1px;
  max-width: none;
  margin-bottom: 16px;
  font-family: Thicccboi, Arial, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
}

.faq-details {
  color: var(--gray-colors);
  max-width: 499px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 150%;
  display: none;
}

.faq-img {
  border-radius: 10px;
  width: 100%;
}

.faq-right {
  background-color: var(--fill-one);
  text-align: left;
  border-radius: 10px;
  margin-top: 40px;
  padding: 20px;
}

.faq-right.homeschool {
  background-color: var(--soft-mist);
}

.faq-single {
  border-bottom: 1px solid #29283c;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.faq-single.mb-0 {
  border-bottom-style: none;
  padding-bottom: 0;
}

.faq-question-wrap {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-question {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.faq-question.homeschool {
  color: var(--black);
}

.faq-question-arrow._02 {
  z-index: -1;
  position: absolute;
}

.faq-question-arrow-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-answer-wrap {
  overflow: hidden;
}

.faq-answer {
  color: var(--white);
  width: 100%;
  max-width: none;
  margin-top: 16px;
  font-size: 16px;
  line-height: 150%;
}

.faq-answer.homeschool {
  color: var(--black);
}

.mb-0 {
  margin-bottom: 0;
}

.section-width {
  width: 100%;
  max-width: 572px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrap {
  padding-bottom: 120px;
  overflow: hidden;
}

.testimonial-img-wrap {
  background-color: var(--fill-one);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 384px;
  height: 282px;
  max-height: 282px;
  display: flex;
}

.testimonial-img {
  width: 100%;
  max-width: 128px;
}

.testimonial-slider {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
}

.display-none {
  display: none;
}

.testimonial-slider-mask {
  overflow: visible;
}

.testimonial-details {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.testimonial-slide-wrap {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.testimonial-author-wrap {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-author-img {
  width: 52px;
  height: 52px;
}

.testimonial-author-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.testimonial-author-bio {
  color: var(--gray-colors);
  font-size: 16px;
  line-height: 150%;
}

.testimonial-slider-arrow-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 13px;
  display: flex;
}

.testimonial-slider-arrow-wrapper.left {
  inset: auto 33px 0% auto;
}

.testimonial-slider-arrow-wrapper.right {
  inset: auto 0% 0% auto;
}

.testimonial-slider-arrow-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-slide-single {
  grid-column-gap: 126px;
  display: flex;
}

.cta-wrapper {
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #7e43ff;
  background-image: url('../images/Cta-Bg-Image.svg'), linear-gradient(#cfb9ff26, #fff0);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.cta-title {
  text-align: center;
  letter-spacing: 0;
  max-width: 700px;
  font-size: 46px;
  font-weight: 500;
  line-height: 130%;
}

.cta-details {
  text-align: center;
  max-width: 578px;
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: none;
}

.footer-wrapper {
  margin-bottom: 80px;
  display: none;
}

.footer-top-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-title {
  letter-spacing: 0;
  width: 100%;
  max-width: 404px;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.footer-form-wrap {
  width: 100%;
  max-width: 486px;
  margin-bottom: 0;
}

.footer-form-content {
  grid-column-gap: 8px;
  display: flex;
}

.footer-field {
  background-color: var(--transparent);
  color: var(--white);
  border: 1px solid #29283c;
  border-radius: 6px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 150%;
}

.footer-field:focus {
  border-color: var(--blue-color);
}

.footer-field::placeholder {
  color: #adadad;
  line-height: 150%;
}

.footer-button {
  background-color: #7e43ff;
  background-image: url('../images/Arrow---Right_1.svg'), linear-gradient(#ffffff1a, #fff0);
  background-position: 84% 52%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border: 1px solid #9c6fff;
  border-radius: 6px;
  padding: 12px 40px 12px 17px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .4s;
}

.footer-button:hover {
  background-color: var(--rich-navy);
}

.footer-divider {
  background-color: #29283c;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-wrap {
  grid-column-gap: 228px;
  display: flex;
}

.footer-left {
  max-width: 384px;
}

.footer-left-title {
  color: var(--white);
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  display: inline-block;
}

.footer-details {
  color: var(--gray-colors);
  font-size: 16px;
  line-height: 150%;
}

.footer-right {
  grid-column-gap: 128px;
  display: flex;
}

.footer-menu-wrap {
  grid-row-gap: 16px;
  flex-flow: column;
  display: block;
}

.footer-menu-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.footer-menu {
  color: var(--gray-colors);
  white-space: nowrap;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.footer-menu:hover {
  color: var(--white);
  transform: translate(5px);
}

.copyright-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copyright-text {
  color: #adadad;
  font-size: 14px;
  line-height: 150%;
}

.copyright-text.homeschool {
  color: var(--black);
}

.copyright-link {
  color: var(--blue-color);
  text-decoration: none;
}

.copyright-link:hover {
  text-decoration: underline;
}

.social-media-wrap {
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.social-media-link {
  color: var(--gray-colors);
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.social-media-link:hover {
  color: var(--white);
  transform: translate(0, -5px);
}

.social-media-link.homeschool {
  color: var(--black);
}

.inner-section-wrap {
  text-align: center;
}

.inner-section-wrap.align-left {
  text-align: left;
}

.inner-section-title {
  letter-spacing: -3px;
  max-width: 792px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Thicccboi, Arial, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 110%;
  display: block;
}

.inner-section-title.mb-30 {
  margin-bottom: 30px;
}

.inner-section-title.style-title-top {
  width: 100%;
  max-width: 735px;
}

.about-img-wrapper {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.06fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-img {
  border-radius: 10px;
  width: 100%;
}

.core-wrapper {
  grid-column-gap: 57px;
  display: flex;
}

.core-left {
  width: 100%;
  max-width: 455px;
}

.core-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  background-image: url('../images/Core-Bg_1Core_Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 24px;
  display: grid;
}

.core-card {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.core-icon-wrap {
  background-color: #242337;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.core-icon {
  width: 18px;
}

.core-card-title {
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.core-details {
  color: var(--gray-colors);
  font-size: 16px;
  line-height: 150%;
}

.core-divider {
  background-color: #383653;
  width: 100%;
  height: 1px;
}

.customized-card-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.customized-card {
  text-align: center;
  width: 100%;
  max-width: 384px;
}

.customized-icon-wrapper {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 68px;
  height: 68px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vision-wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 25px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  width: auto;
  max-width: 100%;
  display: flex;
}

.vision-left {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.vision-right {
  border-radius: 15px;
  overflow: clip;
}

.vision-list {
  grid-row-gap: 14px;
  color: var(--gray-colors);
  flex-flow: column;
  margin-bottom: 30px;
  padding-left: 0;
  font-size: 16px;
  line-height: 150%;
  list-style-type: none;
  display: flex;
}

.vision-img {
  border-radius: 10px;
  width: 482px;
  display: none;
}

.team-card-wrapper {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-img {
  border-radius: 10px;
  margin-bottom: 16px;
}

.team-member-info {
  text-align: center;
  margin-bottom: 25px;
}

.team-member-name {
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.team-member-bio {
  color: var(--gray-colors);
  font-size: 16px;
  line-height: 150%;
}

.team-social-wrap {
  grid-column-gap: 33px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-social {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  text-decoration: none;
  display: flex;
}

.blog-single-wrap {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.06fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-single-right {
  position: relative;
}

.blog-single-title {
  margin-bottom: 40px;
  font-size: 46px;
  font-weight: 500;
  line-height: 130%;
}

.blog-single-img {
  border-radius: 10px;
  margin-bottom: 24px;
}

.rich-text h3 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.rich-text p {
  color: var(--gray-colors);
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 150%;
}

.rich-text ul {
  grid-row-gap: 14px;
  flex-flow: column;
  margin-bottom: 40px;
  padding-left: 20px;
  display: flex;
}

.rich-text li {
  color: var(--gray-colors);
  font-size: 16px;
  line-height: 150%;
}

.rich-text strong {
  color: var(--white);
  font-weight: 500;
}

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

.blog-sign-up-wrap {
  background-color: var(--fill-one);
  border-radius: 10px;
  padding: 24px;
  position: sticky;
  top: 140px;
}

.blog-signup-title {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.blog-signup-info {
  margin-bottom: 24px;
}

.sign-up-from-wrap {
  width: 100%;
  max-width: 486px;
  margin-bottom: 0;
}

.sign-up-from-single {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.sign-up-button {
  background-color: #7e43ff;
  background-image: url('../images/Arrow---Right_1.svg'), linear-gradient(#ffffff1a, #fff0);
  background-position: 63% 53%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border: 1px solid #9c6fff;
  border-radius: 6px;
  padding: 12px 40px 12px 17px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .4s;
}

.sign-up-button:hover {
  background-color: var(--fill-one);
}

.success-message {
  background-color: var(--blue-color);
  border-radius: 10px;
  padding: 20px;
  font-size: 14px;
  line-height: 150%;
}

.error-message {
  background-color: var(--stoke-one);
  text-align: center;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
  font-size: 14px;
  line-height: 150%;
}

.contact-wrapper {
  width: 100%;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-block {
  margin-bottom: 0;
}

.contact-form-single {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.contact-form-single.mb-24 {
  margin-bottom: 24px;
}

.contact-label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.contact-field {
  border: 1px solid var(--stoke-two);
  background-color: var(--bg-color);
  color: var(--white);
  border-radius: 8px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.contact-field:focus {
  border-color: var(--blue-color);
  color: var(--white);
}

.contact-field::placeholder {
  color: var(--gray-colors);
}

.contact-form-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.contact-text-area {
  border: 1px solid var(--stoke-two);
  background-color: var(--bg-color);
  color: var(--white);
  border-radius: 8px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 136px;
  max-height: 100%;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.contact-send-btn {
  background-color: #7e43ff;
  background-image: url('../images/Arrow---Right_1.svg'), linear-gradient(#ffffff1a, #fff0);
  background-position: 57% 52%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border: 1px solid #9c6fff;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 0;
  padding: 12px 40px 12px 17px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .4s;
}

.contact-send-btn:hover {
  background-color: var(--fill-two);
}

._404-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

._404-img {
  margin-bottom: 30px;
}

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

.pricing-tabs-content {
  text-align: left;
  overflow: visible;
}

.pricing-tabs-link {
  background-color: var(--transparent);
  color: var(--gray-colors);
  border-radius: 8px;
  padding: 9px 35px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.pricing-tabs-link.w--current, .pricing-tabs-link._01 {
  background-color: var(--blue-color);
  color: var(--white);
}

.pricing-tabs-menu {
  background-color: var(--fill-one);
  border: 1px solid #383653;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 5px;
  display: inline-block;
}

.pricing-tabs-menu.mb0 {
  margin-bottom: 0;
  display: inline-flex;
}

.pricing-tabs-pane-wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.pricing-card {
  background-color: var(--fill-one);
  border-radius: 10px;
  padding: 24px;
}

.pricing-card._02 {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.pricing-inner-card-wrap {
  background-color: var(--fill-two);
  border-radius: 10px;
  margin-bottom: 24px;
  padding: 16px 12px;
}

.prcing-name {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.pricing-collection-list {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

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

.pricing-details {
  color: var(--gray-colors);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 150%;
}

.pricing-plan-price-wrap {
  grid-column-gap: 2px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 20px;
  display: inline-flex;
}

.pricing-plan-price {
  letter-spacing: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.pricing-toggle {
  color: var(--gray-colors);
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 150%;
}

.pricing-button {
  border: 1px solid var(--stoke-one);
  background-color: var(--transparent);
  color: var(--white);
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #25114f66;
}

.pricing-list {
  grid-row-gap: 13px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  list-style-type: none;
  display: flex;
}

.pricing-list-item {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.pricing-list-icon-wrap {
  background-color: var(--fill-two);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.pricing-single-wrap {
  grid-column-gap: 128px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.26fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.pricing-single-name {
  letter-spacing: -3px;
  font-family: Thicccboi, Arial, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
}

.pricing-single-collection-list {
  grid-column-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.pricing-inner-single-card {
  background-color: var(--fill-two);
  border-radius: 8px;
  padding: 24px;
}

.pricing-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-shape {
  position: absolute;
  inset: 0% 0% auto auto;
}

.pricing-inner-card {
  z-index: 2;
  position: relative;
}

.pricing-list-wrap {
  z-index: 22;
  position: relative;
}

.pricing-single-title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.pricing-single-details {
  color: var(--gray-colors);
  font-size: 16px;
  line-height: 150%;
}

.pricing-single-details.mb-24 {
  margin-bottom: 24px;
}

.pricing-single-list-icon-wrap {
  background-color: var(--blue-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.pricing-single-list-item {
  grid-column-gap: 10px;
  color: var(--gray-colors);
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.pricing-section-title-wrap {
  width: 100%;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-single-list {
  grid-row-gap: 13px;
  flex-flow: column;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 16px;
  list-style-type: none;
  display: flex;
}

.checkout-form {
  background-color: var(--transparent);
  width: 100%;
  padding: 0;
}

.checkout-billing {
  top: 140px;
}

.block-header {
  border-color: var(--stoke-one);
  background-color: var(--fill-two);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 15px 20px;
}

.checkout-title {
  color: var(--white);
  letter-spacing: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}

.checkout-text {
  font-size: 16px;
  line-height: 150%;
}

.block-content {
  border: 1px solid var(--stoke-one);
  background-color: var(--fill-two);
  border-radius: 10px;
  padding: 20px;
}

.checkout-label {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.checkout-field {
  border: 1px solid var(--stoke-two);
  background-color: var(--bg-color);
  color: var(--white);
  border-radius: 8px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.checkout-field:focus {
  border-color: var(--blue-color);
  color: var(--white);
}

.checkout-field::placeholder {
  color: var(--gray-colors);
}

.checkout-field.mb-10 {
  margin-bottom: 10px;
}

.checkout-field.height {
  height: 50px;
  margin-bottom: 10px;
}

.shipping-method {
  display: none;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.checkbox {
  margin-top: 0;
}

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

.checkout-btn {
  background-color: #7e43ff;
  background-image: url('../images/Arrow---Right_1.svg'), linear-gradient(#ffffff1a, #fff0);
  background-position: 65% 52%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border: 1px solid #9c6fff;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 0;
  padding: 12px 40px 12px 17px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .4s;
}

.checkout-btn:hover {
  background-color: var(--rich-navy);
}

.item-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.order-items {
  margin-bottom: 0;
}

.paypal-checkout-form {
  background-color: var(--transparent);
  width: 100%;
  padding: 0;
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
}

.style-title {
  color: var(--white);
  font-size: 50px;
  line-height: 120%;
}

.style-sub-name {
  flex: none;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.style-guide-title-wrap {
  margin-bottom: 30px;
}

.style-guide-title-wrap.mb-43 {
  margin-bottom: 43px;
}

.style-guide-title-wrap.mb-60 {
  margin-bottom: 60px;
}

.style-header-wrap {
  border-radius: 12px;
  margin-bottom: 32px;
  padding: 28px;
}

.style-header-wrap._01 {
  background-color: #fafafa;
}

.style-header {
  color: #020013;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.style-color-wrap {
  grid-column-gap: 67px;
  flex-flow: column;
}

.style-color-inner-wrap {
  grid-column-gap: 10px;
  display: flex;
}

.color-card {
  border-radius: 13px;
  width: 183px;
  max-width: 183px;
  height: 185px;
  margin-bottom: 20px;
}

.color-card._01 {
  background-color: #7d52f4;
}

.color-card._02 {
  border: 1px solid var(--stoke-one);
  background-color: var(--bg-color);
}

.color-card._03 {
  background-color: var(--stroke-light);
}

.color-card._04 {
  background-color: var(--white);
}

.color-card._05 {
  background-color: var(--gray-colors);
}

.color-card._06 {
  background-color: var(--fill-one);
}

.color-card._07 {
  background-color: var(--fill-two);
}

.color-card._08 {
  background-color: var(--stoke-one);
}

.color-card._09 {
  background-color: var(--stoke-two);
}

.color-card._4 {
  background-color: var(--white);
}

.color-card._10 {
  background-color: var(--stoke-two);
}

.color-card._11 {
  background-image: linear-gradient(88deg, #352364, #7e43ff);
}

.color-card._12 {
  background-image: linear-gradient(13deg, #352364, #7e43ff);
}

.color-card._13 {
  background-color: var(--primary-color);
  background-image: linear-gradient(#ffffff1a, #fff0);
}

.color-text {
  color: var(--gray-colors);
  font-size: 14px;
  line-height: 160%;
}

.style-single-wrap.mb-80 {
  margin-bottom: 80px;
}

.style-single-wrap.mb-30 {
  margin-bottom: 30px;
}

.style-typography-wrap {
  grid-column-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-left: 28px;
  padding-right: 28px;
  display: grid;
}

.p-regular {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.p-mediium {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.link-other {
  letter-spacing: -.28px;
  font-size: 14px;
  line-height: 150%;
}

.style-typography-wrapper {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.typography-divider {
  background-color: #29283c;
  width: 100%;
  height: .5px;
}

.style-category-text {
  color: #fff;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
}

.style-category-text.text-color {
  color: #090618;
}

.p-regular-14 {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.style-typography-head {
  grid-column-gap: 150px;
  grid-row-gap: 0px;
  background-color: var(--fill-two);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  margin-bottom: 5px;
  padding: 32px 28px;
  display: grid;
}

.text-color {
  color: #090618;
}

.faq-left-wrap {
  position: relative;
}

.manage-card-details {
  color: var(--gray-colors);
  font-size: 16px;
  line-height: 150%;
}

.sub-title-stroke-wrap {
  z-index: -1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: absolute;
}

.blog-section-details {
  color: var(--gray-colors);
  font-size: 16px;
  line-height: 150%;
}

.nav-dropdown-list-wrap {
  grid-column-gap: 54px;
  background-color: var(--fill-one);
  border-radius: 16px;
  width: 511px;
  margin-top: 20px;
  padding: 24px 30px;
  display: flex;
}

.nav-dropdown-list-wrap._02 {
  box-shadow: 0 5px 10px #0000001a;
}

.nav-dropdown-title {
  color: var(--white);
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.nav-dropdown-divider {
  background-color: var(--stoke-one);
  width: 100%;
  height: 1px;
  margin-bottom: 16px;
}

.nav-dropdown-list-flex-wrap {
  grid-column-gap: 58px;
  display: flex;
}

.nav-dropdown-list-flex {
  grid-row-gap: 20px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.dropdown-link-menu {
  color: var(--gray-colors);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: all .45s;
}

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

.nav-menu {
  display: none;
}

.nav-link-dp {
  color: var(--bg-color);
  padding: 0;
  text-decoration: none;
}

.nav-arrow-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dp-nav-link {
  color: var(--gray-colors);
  padding: 0;
  text-decoration: none;
}

.hero-wrap {
  flex-flow: column;
  padding-top: 160px;
  display: flex;
  position: relative;
}

.cart-button {
  background-color: var(--transparent);
  padding: 0;
  position: relative;
}

.cart-icon {
  width: 24px;
  height: 24px;
  display: none;
}

.cart-quantity {
  color: var(--rich-navy);
  width: 18px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: -7px -9px auto auto;
}

.cart-quantity._02 {
  background-color: var(--fill-two);
  color: var(--white);
}

.cart-container {
  background-color: var(--stoke-one);
}

.cart-header {
  border-bottom-color: var(--blue-color);
}

.cart-label {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.cart-text {
  color: var(--white);
  font-size: 16px;
}

.cart-footer {
  border-top-color: var(--blue-color);
  padding: 25px 20px;
}

.remove-button {
  color: var(--stroke-light);
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.remove-button:hover {
  text-decoration: underline;
}

.cart-quantity-field {
  background-color: var(--transparent);
  color: var(--white);
  padding: 10px;
  display: none;
}

.apple-pay {
  border-radius: 6px;
  height: 48px;
}

.checkout-cart {
  background-color: #7e43ff;
  background-image: linear-gradient(#ffffff1a, #fff0);
  border: 1px solid #9c6fff;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 0;
  padding: 12px 40px 12px 17px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .4s;
}

.checkout-cart:hover {
  background-color: var(--rich-navy);
}

.checkout-cart.w--current {
  background-image: linear-gradient(#ffffff1a, #fff0);
}

.close-button {
  background-color: var(--rich-navy);
  cursor: pointer;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.utility-section {
  padding-top: 194px;
  padding-bottom: 0;
}

.utility-title-wrap {
  text-align: center;
}

.utility-title {
  letter-spacing: -3px;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  font-family: Thicccboi, Arial, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 110%;
}

.license-wrapper {
  grid-row-gap: 120px;
  flex-flow: column;
  display: flex;
}

.license-title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.license-details {
  color: var(--gray-colors);
  width: 100%;
  max-width: 905px;
  font-size: 16px;
  line-height: 150%;
}

.license-img-wrap {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 58px;
  display: grid;
}

.license-img {
  border-radius: 10px;
  width: 100%;
}

.license-icon-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.download-btn {
  background-color: var(--blue-color);
  border-radius: 4px;
  margin-top: 24px;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  transition: all .4s;
}

.download-btn:hover {
  background-color: var(--fill-two);
}

.copyright-license {
  color: #adadad;
  text-decoration: none;
}

.copyright-license:hover {
  text-decoration: underline;
}

.pp-top-details {
  color: var(--gray-colors);
  font-size: 16px;
  line-height: 150%;
}

.pp-top-details.width-420 {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.pp-section {
  margin-bottom: 0;
  padding-top: 130px;
  padding-bottom: 224px;
}

.pp-content {
  background-color: var(--fill-two);
  text-align: center;
  border-radius: 26px;
  width: 100%;
  max-width: 639px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 77px 44px;
}

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

.pp-title {
  letter-spacing: 0;
  margin-bottom: 16px;
  font-size: 46px;
  line-height: 120%;
}

.pp-field-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pp-field {
  color: var(--dim-gray);
  border-radius: 60px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.submit-btn {
  background-color: var(--blue-color);
  border-radius: 50px;
  height: auto;
  padding: 12px 21px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .4s;
}

.submit-btn:hover {
  background-color: var(--fill-one);
}

.pp-details {
  color: var(--white);
  margin-bottom: 44px;
  font-size: 16px;
  line-height: 150%;
}

.pp-details.width-420 {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.inner-section-wrapper {
  text-align: center;
}

.primary-btn-wrap {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.features-manage-img {
  border: 1px solid #29283c;
  margin-bottom: 31px;
}

.features-manage-img._01 {
  border-right-style: none;
  border-radius: 16px;
}

.features-manage-img._02 {
  border-radius: 23px;
}

.features-manage-img._03 {
  border-radius: 14.47px;
}

.features-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.16fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.features-card {
  background-image: url('../images/Features-Card-BG_1Features_Card_BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  padding: 30px;
}

.features-card._01 {
  padding-bottom: 0;
  padding-right: 0;
}

.features-card._02 {
  padding-bottom: 39px;
  padding-right: 0;
}

.features-card._03 {
  padding-right: 0;
}

.features-card-title {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.features-card-details {
  color: var(--gray-colors);
  font-size: 16px;
  line-height: 150%;
}

.features-card-title-wrap {
  margin-bottom: 30px;
}

.features-card-title-wrap._01 {
  padding-right: 0;
}

.features-card-img {
  border: 1px solid var(--stoke-two);
  border-radius: 16px;
}

.features-card-img._01 {
  border-radius: 20px;
}

.features-card-img-wrap._01 {
  padding-right: 30px;
}

.features-title {
  margin-bottom: 12px;
  line-height: 120%;
}

.features-details {
  color: var(--gray-colors);
  font-size: 14px;
  line-height: 150%;
}

.features-details.width-416 {
  max-width: 416px;
}

.features-details.width-426 {
  max-width: 426px;
}

.features-title-wrap {
  margin-bottom: 30px;
}

.features-title-wrap._01 {
  width: 100%;
  max-width: 441px;
}

.features-title-wrap._02 {
  max-width: 375px;
}

.features-list {
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 34px;
  padding-left: 20px;
  list-style-type: disc;
  display: flex;
}

.features-list-item {
  font-size: 14px;
  line-height: 150%;
}

.font-showcase-flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.font-showcase-wrap {
  grid-column-gap: 61px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 421px;
  display: flex;
}

.font-showcase-preview {
  margin-bottom: 12px;
  font-size: 56px;
  line-height: 110%;
}

.font-showcase-name {
  font-size: 16px;
  line-height: 150%;
}

.font-showcase-text {
  color: var(--gray-colors);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.style-btn-flex {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs-menu-btn {
  background-color: var(--fill-one);
  border: 1px solid #383653;
  border-radius: 10px;
  padding: 5px;
  display: inline-flex;
}

.tabs-menu-btn.mb0 {
  margin-bottom: 0;
  display: inline-flex;
}

.font-showcase-inner-wrapper {
  grid-row-gap: 80px;
  flex-flow: column;
  margin-bottom: 120px;
  display: flex;
}

.nav-dropdown-title-flex {
  grid-column-gap: 72px;
  display: flex;
}

.nav-dp-wrap {
  background-color: var(--fill-two);
  border-radius: 10px;
  padding: 15px 21px 28px 16px;
}

.change-log-wrapper {
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  max-width: 821px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.change-log-flex {
  grid-column-gap: 36px;
  display: flex;
}

.change-log-left {
  width: 100%;
  max-width: 170px;
}

.change-log-title {
  margin-bottom: 11px;
}

.change-log-date {
  color: #767877;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.change-log-divider {
  background-color: #dadee1;
  width: 2px;
  height: 108.011px;
}

.change-log-details {
  color: var(--gray-colors);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.add-to-cat-select {
  background-color: var(--transparent);
  color: var(--gray-colors);
  border: 1px #000;
  height: auto;
  margin-bottom: 0;
  padding: 15px 0 15px 20px;
}

.add-to-cart-month {
  border: 1px solid var(--blue-color);
  border-radius: 8px;
  margin-bottom: 15px;
  padding-right: 20px;
}

.license-text {
  text-align: center;
  max-width: 550px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.image {
  border-radius: 25px;
  width: 100%;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.container-2 {
  max-width: none;
  display: none;
  overflow: clip;
}

.testimonial-column-light {
  border-bottom: 1px #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-dark {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: flex;
}

.testimonial-card-two {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--fill-one);
  border: 1px #e4ebf3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 33%;
  height: 100%;
  padding: 20px 16px;
  display: flex;
}

.testimonial-text-white {
  text-align: left;
  -webkit-text-stroke-color: var(--black);
  margin-bottom: 0;
}

.testimonial-info-three {
  align-items: center;
  padding: 0;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: auto;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  text-align: left;
  margin-bottom: 2px;
  font-size: 26px;
  font-weight: 600;
}

.scrolling-marquee {
  border-bottom: 1px #e4ebf3;
  margin-top: 32px;
  padding: 0 0 60px;
  display: block;
  position: relative;
}

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-flow: row;
  place-content: stretch space-around;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  display: none;
}

.clients-image-three {
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  display: none;
}

.text-block {
  border: 3px dotted var(--primary-color);
  border-radius: 10px;
  padding: 10px;
}

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

.logo-marquee {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  filter: invert();
  display: none;
  overflow: hidden;
}

.logo-box {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  flex: none;
  align-items: center;
  display: flex;
}

.logo-small-box {
  flex: none;
}

.logo-image {
  filter: invert();
  max-height: 60px;
}

.marquee {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  border: 1px none var(--primary-color);
  background-color: var(--fill-one);
  background-image: none;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.maquee-box {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  white-space: nowrap;
  flex-flow: row;
  display: flex;
}

.marquee-inner-box {
  margin-right: 1.1vw;
  display: inline-block;
}

.marquee-text {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.marquee-2 {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  background-color: #fff;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.marquee-text-2 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.content-wrap {
  margin-bottom: 60px;
}

.main-heading {
  text-align: center;
  letter-spacing: -.03em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 46px;
  line-height: 50px;
}

.text-move-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.marquee-text-3 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.marquee-3 {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  background-color: #fff;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.marquee-right {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  white-space: nowrap;
  display: flex;
}

.text-marquee-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.marquee-4 {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  background-color: #fff;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.marquee-text-4 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.video {
  border-radius: 25px;
}

.glowing-pill {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  margin-top: 0;
  display: none;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 10px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 50%;
  display: block;
  overflow: hidden;
}

.div-block-2.side-by-side {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px none var(--black);
  border-radius: 0;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  display: flex;
  overflow: visible;
}

.big-hero-title {
  text-align: left;
  font-size: 60px;
}

.text-block-2, .text-block-3, .text-block-4 {
  text-align: left;
}

.dark-purple-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--fill-one);
  border-radius: 10px;
  flex-flow: row;
  align-items: center;
  max-width: 100%;
  padding: 20px;
  display: flex;
}

.dark-purple-box.homeschool {
  background-color: var(--transparent);
  flex-flow: column;
}

.image-2 {
  border-radius: 0;
  max-width: 100%;
  display: block;
}

.image-2.homeschool {
  max-width: 100%;
}

.div-block-5 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--fill-one);
  border-radius: 10px;
  flex-flow: row;
  align-items: center;
  max-width: 100%;
  padding: 20px;
  display: flex;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: none;
  display: flex;
}

.div-block-6.standard {
  height: 200px;
}

.div-block-6.homeschool {
  padding-bottom: 20px;
}

.image-3 {
  width: auto;
  max-width: 100%;
  display: block;
}

.div-block-7 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 50%;
  display: flex;
}

.div-block-7.homeschool-intro {
  max-width: 50%;
}

.div-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 50%;
  display: flex;
  overflow: hidden;
}

.heading {
  letter-spacing: -1px;
  font-size: 30px;
  line-height: 100%;
  display: none;
}

.intro-description {
  display: none;
}

.div-block-9 {
  width: auto;
  max-width: 50%;
}

.div-block-10 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  max-width: 50%;
  margin-top: 0;
  margin-left: 100px;
  margin-right: 100px;
  display: grid;
}

.div-block-10.homeschool {
  max-width: 60%;
}

.heading-2 {
  font-size: 30px;
}

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

.heading-3 {
  color: var(--white);
  font-size: 26px;
  text-decoration: underline;
}

.image-4 {
  width: 300px;
}

.image-5 {
  width: auto;
  max-width: 100%;
  height: 75px;
}

.heading-4 {
  letter-spacing: -2px;
  font-size: 50px;
}

.body {
  background-image: linear-gradient(90deg, var(--bg-color), #5f3fa3 50%, var(--bg-color));
}

.body.homeschool {
  background-color: var(--white);
  background-image: none;
}

.div-block-12 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.second-button {
  border: 1px solid var(--stroke-light);
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #25114f66;
}

.second-button.gradient-three {
  border: 1px solid var(--white);
  background-color: var(--transparent);
  background-image: none;
  height: auto;
  display: block;
}

.second-button.gradient-three.mobile-on {
  display: none;
}

.second-button.gradient-three.width-100 {
  width: 100%;
}

.second-button.gradient-three.width336 {
  width: 100%;
  max-width: 336px;
}

.second-button.gradient-three.buttoninstall {
  display: none;
}

.second-button.cta-button {
  background-color: var(--white);
  box-shadow: none;
  color: var(--black);
}

.div-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: none;
}

.testimonial-grid-one {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  display: flex;
}

.badges {
  max-width: 100%;
  display: block;
}

.header {
  color: var(--white);
  text-align: left;
  max-width: 50%;
  font-size: 16px;
  line-height: 150%;
}

.header.mb-24 {
  color: var(--white);
  text-align: left;
  margin-bottom: 24px;
}

.header.homeschool {
  color: var(--black);
}

.social-proof {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--transparent);
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 20px;
  display: flex;
}

._30-image {
  margin-left: -89px;
}

.first-component {
  background-color: var(--transparent);
  border: 1px #cfcfcf;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

._30-bottom-content {
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  height: 44px;
  margin-top: -22px;
  margin-left: -20px;
  display: flex;
}

._30-bottom-div {
  flex-direction: row;
  align-items: center;
  width: auto;
  height: 71px;
  display: flex;
}

._30-verified-text {
  color: #1dcf00;
  font-size: 12px;
  line-height: 140%;
}

._30-verified {
  justify-content: space-between;
  align-items: center;
  width: 102px;
  height: 17px;
  display: flex;
}

._30-flex-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

._30-top-div {
  background-image: url('../images/Union-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 159px;
  display: flex;
}

._30-heading {
  color: #868686;
  width: 227px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.component-30 {
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

._30-bottom-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 201px;
  height: 17px;
  margin-top: 10px;
  display: flex;
}

._30-top-para {
  color: var(--black);
  width: 270px;
  height: auto;
  margin-top: 30px;
  margin-bottom: auto;
  margin-left: 7px;
  line-height: 130%;
}

.div-block-14 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  flex-flow: column;
  align-items: center;
  max-width: none;
  margin-left: 30px;
  padding: 20px;
  display: flex;
}

.testimonial-text-black {
  color: var(--black);
  text-align: left;
  -webkit-text-stroke-color: var(--black);
  margin-bottom: 0;
}

.div-block-15 {
  text-align: left;
}

.image-6 {
  width: 25.0002%;
  max-width: none;
}

.testimonial-card-one {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--transparent);
  border: 1px #e4ebf3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  height: 100%;
  padding: 0;
  display: flex;
}

.ed-app-store {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--fill-one);
  border-radius: 10px;
  flex-flow: row;
  align-items: center;
  max-width: 100%;
  padding: 20px;
  display: none;
}

.testimonials {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: none;
}

.hero-image {
  border-radius: 25px;
  width: 100%;
  display: none;
  box-shadow: 0 2px 5px #0003;
}

.title-of-page {
  letter-spacing: -2px;
  max-width: 100%;
  font-size: 50px;
}

.title-of-page.homeschool {
  font-family: Thicccboi, Arial, sans-serif;
}

.header-bio {
  letter-spacing: -1px;
  font-family: Inter Tight, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
}

.header-subtext {
  color: var(--white);
  text-align: left;
  max-width: 100%;
  font-size: 16px;
  line-height: 130%;
}

.header-subtext.mb-24 {
  color: var(--white);
  text-align: left;
  margin-bottom: 24px;
}

.header-subtext.homeschool {
  font-family: Open Sans, sans-serif;
}

.hero-button-secondary {
  border: 1px solid var(--stroke-light);
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #25114f66;
}

.hero-button-secondary.gradient-three {
  border: 1px solid var(--white);
  background-color: var(--transparent);
  background-image: none;
  transition: transform .15s;
}

.hero-button-secondary.gradient-three.mobile-on {
  display: none;
}

.hero-button-secondary.gradient-three.width-100 {
  width: 100%;
}

.hero-button-secondary.gradient-three.width336 {
  width: 100%;
  max-width: 336px;
}

.hero-button-secondary.gradient-three.try-it-button {
  display: none;
}

.hero-button-secondary.cta-button {
  background-color: var(--white);
  box-shadow: none;
  color: var(--black);
}

.hero-button-primary {
  border: 1px solid var(--stroke-light);
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #25114f66;
}

.hero-button-primary.gradient-three {
  border-style: none;
  transition: transform .15s;
  display: none;
}

.hero-button-primary.gradient-three.mobile-on {
  display: none;
}

.hero-button-primary.gradient-three.width-100 {
  width: 100%;
}

.hero-button-primary.gradient-three.width336 {
  width: 100%;
  max-width: 336px;
}

.hero-button-primary.cta-button {
  background-color: var(--white);
  box-shadow: none;
  color: var(--black);
}

.header-mobile-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
  overflow: visible;
}

.glowing-pill-new {
  z-index: 1;
  background-color: #352364;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1px;
  display: none;
  position: relative;
  overflow: hidden;
}

.sub-title-text-wrap-2 {
  background-color: var(--fill-one);
  border-radius: 20px;
  margin: 0;
  padding: 5px 20px;
}

.sub-title-text-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 150%;
}

.sub-title-stroke-wrap-2 {
  z-index: -1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.sub-title-stroke-2 {
  z-index: -1;
  background-image: linear-gradient(#3d2679 40%, #aa83ff 50%, #3d2679 60%);
  width: 400px;
  height: 400px;
}

.faq-single-2 {
  border-bottom: 1px solid #29283c;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.faq-single-2.mb-0 {
  border-bottom-style: none;
}

.financial-card-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--fill-one);
  text-align: center;
  background-image: url('../images/Financial-Card-Img-1_1Financial_Card_Img_(1).webp');
  background-size: 100% 100%;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px;
  display: block;
}

.financial-card-copy._03 {
  background-image: url('../images/Financial-Card-Single-Img_1Financial_Card_Single_Img.webp');
  background-repeat: no-repeat;
  display: none;
}

.section-copy {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-copy.hero {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.customized {
  margin-top: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.manage {
  padding-top: 0;
  display: none;
}

.section-copy.classroom {
  text-align: center;
  margin-top: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.blog {
  padding-top: 0;
  display: block;
}

.section-copy.faq {
  margin-top: 140px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.testimonial {
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.cta {
  padding-top: 0;
  display: none;
}

.section-copy.footer {
  background-color: var(--fill-one);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-copy.about {
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.inner-section {
  padding-top: 178px;
  padding-bottom: 80px;
  position: relative;
}

.section-copy.inner-section.pd-0 {
  background-color: var(--transparent);
  padding-left: 0;
  padding-right: 0;
}

.section-copy.vision {
  text-align: center;
  margin-top: 220px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section-copy.team {
  padding-top: 0;
}

.section-copy.blog-single {
  padding-top: 178px;
  padding-bottom: 80px;
  position: relative;
}

.section-copy.contact {
  padding-top: 0;
}

.section-copy._404 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.pricing {
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section-copy.pricing-single {
  padding-top: 0;
}

.section-copy.style-color {
  padding-top: 80px;
  padding-bottom: 60px;
}

.section-copy.typography {
  padding-top: 60px;
}

.section-copy.license {
  padding-top: 105px;
  padding-bottom: 200px;
}

.section-copy.font-showcase {
  padding-top: 0;
}

.section-copy.change-log {
  padding-bottom: 280px;
}

.section-copy.home {
  padding-top: 140px;
  padding-bottom: 0;
}

.section-copy.both-home-and-class {
  display: none;
}

.video-testimonials {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--transparent);
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.fan-video {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 50%;
  display: block;
}

.video-2 {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  max-width: none;
}

.video-block-parents {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.video-block-parents.homeschool {
  margin-bottom: 0;
}

.quotes---teachers {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1230px;
  height: auto;
  margin: 60px auto;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: static;
}

.quotes---parents {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1230px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  position: static;
}

.quotes---leaders {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1230px;
  height: auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: static;
}

.quotes---leaders.homeschool {
  display: none;
}

.backup-of-testimonials {
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
}

.backup-of-testimonials.hero {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.backup-of-testimonials.customized {
  margin-top: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.backup-of-testimonials.manage {
  padding-top: 0;
  display: none;
}

.backup-of-testimonials.classroom {
  text-align: center;
  margin-top: 140px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.backup-of-testimonials.blog {
  padding-top: 0;
  display: block;
}

.backup-of-testimonials.faq {
  margin-top: 140px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.backup-of-testimonials.testimonial {
  padding-top: 0;
  padding-bottom: 0;
}

.backup-of-testimonials.cta {
  padding-top: 0;
  display: none;
}

.backup-of-testimonials.footer {
  background-color: var(--fill-one);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.backup-of-testimonials.about {
  padding-top: 0;
  padding-bottom: 0;
}

.backup-of-testimonials.inner-section {
  padding-top: 178px;
  padding-bottom: 80px;
  position: relative;
}

.backup-of-testimonials.inner-section.pd-0 {
  background-color: var(--transparent);
  padding-left: 0;
  padding-right: 0;
}

.backup-of-testimonials.vision {
  text-align: center;
  margin-top: 140px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.backup-of-testimonials.team {
  padding-top: 0;
}

.backup-of-testimonials.blog-single {
  padding-top: 178px;
  padding-bottom: 80px;
  position: relative;
}

.backup-of-testimonials.contact {
  padding-top: 0;
}

.backup-of-testimonials._404 {
  padding-top: 0;
  padding-bottom: 0;
}

.backup-of-testimonials.pricing {
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.backup-of-testimonials.pricing-single {
  padding-top: 0;
}

.backup-of-testimonials.style-color {
  padding-top: 80px;
  padding-bottom: 60px;
}

.backup-of-testimonials.typography {
  padding-top: 60px;
}

.backup-of-testimonials.license {
  padding-top: 105px;
  padding-bottom: 200px;
}

.backup-of-testimonials.font-showcase {
  padding-top: 0;
}

.backup-of-testimonials.change-log {
  padding-bottom: 280px;
}

.backup-of-testimonials.home {
  margin-top: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.backup-of-testimonials.both-home-and-class {
  display: none;
}

.video-3 {
  display: block;
}

.video-block-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 50%;
  display: flex;
  overflow: hidden;
}

.quotes---parents-copy {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1230px;
  height: auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: static;
}

.quotes---parents-copy.homeschool {
  margin-top: 0;
}

.ipad-copy {
  width: auto;
  max-width: 100%;
  display: block;
}

.video-4 {
  display: block;
}

.image-8 {
  display: none;
}

.app-store-button {
  padding-left: 0;
  padding-right: 0;
  transition: transform .2s;
}

.app-store-button:hover {
  pointer-events: auto;
  transform: scale(1.05);
}

.android-banner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  align-items: center;
  width: 100%;
  max-width: 1230px;
  padding: 10px;
  display: flex;
}

.banner-text {
  letter-spacing: -1px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.banner-text.banner-subtext {
  color: var(--slate-gray);
  font-size: 14px;
  font-weight: 400;
}

.banner-text.banner-install.install {
  color: var(--black);
  text-align: right;
  flex: 1;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.div-block-19.install {
  max-width: 50px;
}

.l-side.install {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.x.banner-x.install-x {
  color: var(--slate-gray);
  font-size: 16px;
}

.navbar-android-banner {
  background-color: var(--white);
  flex-flow: column;
  align-items: center;
  max-width: none;
  display: none;
}

.video-reel {
  display: none;
}

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

.navbar-parents {
  background-color: var(--fill-one);
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.header-mobile-buttons-parents {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
  overflow: visible;
}

.mobile-hamburger-parents {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: none;
}

.intro-desk {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px none var(--black);
  border-radius: 0;
  flex-flow: column;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  display: flex;
  overflow: visible;
}

.intro-mobile {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px none var(--black);
  border-radius: 0;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  display: flex;
  overflow: visible;
}

.parent-name {
  color: var(--white);
  text-align: center;
  max-width: none;
  font-size: 16px;
  line-height: 150%;
}

.parent-name.mb-24 {
  color: var(--white);
  text-align: left;
  margin-bottom: 24px;
}

.parent-name.homeschool {
  color: var(--black);
}

.parent-block {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.header-subtext-parents {
  color: var(--white);
  text-align: left;
  max-width: 100%;
  font-size: 16px;
  line-height: 130%;
}

.header-subtext-parents.mb-24 {
  color: var(--white);
  text-align: left;
  margin-bottom: 24px;
}

.teacher-group-ipad {
  width: auto;
  max-width: 100%;
  display: block;
}

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

.div-block-21, .button-hug {
  justify-content: center;
  display: flex;
}

.quotes-set-of-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.video-block-parents-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 40px;
  display: block;
  overflow: hidden;
}

.hero-image-parents {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.button-arrow._01 {
  transform: rotate(-45deg);
}

.parent-name-block {
  justify-content: center;
  display: none;
}

.parent-name-block.homeschool {
  display: none;
}

.video-block-hero {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150%;
  max-width: 100%;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.container-hero {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: static;
}

.navbar-homeschool {
  background-color: var(--white);
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.button-blue {
  border: 1px none var(--stroke-light);
  background-color: var(--blue);
  color: var(--white);
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  overflow: hidden;
}

.button-blue:hover {
  transform: scale(1.05);
}

.button-blue.gradient-three {
  border-style: none;
  height: auto;
  transition: transform .2s;
  overflow: visible;
}

.button-blue.gradient-three:hover {
  pointer-events: auto;
}

.button-blue.gradient-three.mobile-on {
  display: none;
}

.button-blue.gradient-three.width-100 {
  width: 100%;
}

.button-blue.gradient-three.width336 {
  width: 100%;
  max-width: 336px;
}

.button-blue.cta-button {
  background-color: var(--white);
  box-shadow: none;
  color: var(--black);
}

.homeschool-hero {
  flex-flow: column;
  padding-top: 160px;
  display: flex;
  position: relative;
}

.div-block-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-techcrunch, .video-techcrunch-no-qa {
  display: block;
}

.techcrunch-header-2 {
  letter-spacing: -3px;
  max-width: 792px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Thicccboi, Arial, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 110%;
  display: none;
}

.techcrunch-header-2.mb-30 {
  margin-bottom: 30px;
}

.techcrunch-header-2.style-title-top {
  width: 100%;
  max-width: 735px;
}

.techcrunch-header {
  letter-spacing: -3px;
  max-width: 792px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Thicccboi, Arial, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 110%;
  display: block;
}

.techcrunch-header.mb-30 {
  margin-bottom: 30px;
}

.techcrunch-header.style-title-top {
  width: 100%;
  max-width: 735px;
}

@media screen and (min-width: 1440px) {
  .container.homeschool-banner {
    max-width: 1230px;
  }

  .nav-link {
    display: block;
  }

  .primary-button.gradient-three.mobile-on {
    display: none;
  }

  .sub-title-wrap {
    background-color: var(--transparent);
    width: 100%;
  }

  .sub-title-text-wrap {
    border: 1px solid var(--primary-color);
    background-color: var(--transparent);
    background-image: linear-gradient(#352364, #5835b4 46%, #352364);
  }

  .sub-title-stroke {
    width: auto;
  }

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

  .hero-details {
    display: block;
  }

  .financial-card-details {
    max-width: none;
    margin-bottom: 0;
  }

  .financial-card-img {
    display: none;
  }

  .faq-wrapper {
    width: 100%;
  }

  .sub-title-stroke-wrap, .nav-menu {
    display: none;
  }

  .testimonial-column-light {
    margin-left: 0;
  }

  .container-3 {
    max-width: none;
    display: block;
  }

  .testimonial-image {
    border-radius: 55%;
  }

  .section-2 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

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

  .glowing-pill {
    padding-top: 0;
  }

  .second-button.gradient-three.mobile-on, .testimonial-grid-one, .hero-button-secondary.gradient-three.mobile-on, .hero-button-primary.gradient-three.mobile-on {
    display: none;
  }

  .android-banner {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1230px;
  }

  .navbar-android-banner {
    background-color: var(--white);
    flex-flow: column;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .button-blue.gradient-three.mobile-on {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .container.homeschool-banner {
    max-width: 1230px;
  }

  .section.parent-features, .section.faq.homeschool {
    margin-top: 140px;
  }

  .section.home {
    margin-top: 140px;
    padding-top: 0;
  }

  .testimonial-column-light {
    max-width: 1230px;
  }

  .testimonial-card-two {
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    max-height: none;
  }

  .section-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .marquee {
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .maquee-box {
    align-items: center;
    display: flex;
  }

  .marquee-text {
    font-size: 16px;
    line-height: 30px;
  }

  .marquee-2 {
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .marquee-text-2, .marquee-text-3 {
    font-size: 26px;
    line-height: 30px;
  }

  .marquee-3 {
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .marquee-right {
    align-items: center;
    display: flex;
  }

  .marquee-4 {
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .marquee-text-4 {
    font-size: 26px;
    line-height: 30px;
  }

  .div-block-7 {
    max-width: 50%;
  }

  .image-5 {
    height: 90px;
  }

  .testimonial-grid-one {
    display: flex;
  }

  .testimonial-card-one {
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    max-height: none;
  }

  .section-copy.classroom {
    margin-top: 140px;
  }

  .section-copy.home {
    margin-top: 140px;
    padding-top: 0;
  }

  .backup-of-testimonials.classroom {
    margin-top: 140px;
  }

  .backup-of-testimonials.home {
    margin-top: 140px;
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -2px;
    font-size: 55px;
  }

  h2 {
    letter-spacing: -2px;
    font-size: 48px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 20px;
  }

  .nav-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-button-wrap {
    grid-column-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-wrapper {
    grid-row-gap: 34px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 35px;
  }

  .nav-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-dropdown-list {
    background-color: var(--transparent);
  }

  .primary-button.gradient-three {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gradient-three {
    grid-column-gap: 10px;
  }

  .primary-btn-text {
    font-size: 14px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.hero {
    padding-top: 0;
  }

  .section.footer {
    padding-top: 60px;
  }

  .section.inner-section {
    padding-top: 150px;
  }

  .section.inner-section.pricing-single-top {
    padding-bottom: 40px;
  }

  .section.blog-single {
    padding-top: 150px;
  }

  .section.change-log {
    padding-bottom: 100px;
  }

  .section-top-shape {
    max-width: 250px;
  }

  .hero-cicle-shape {
    max-width: 700px;
    height: 300px;
    top: 500px;
  }

  .hero-top-content {
    margin-bottom: 40px;
  }

  .hero-title {
    letter-spacing: -2px;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 52px;
  }

  .section-details.mb-40 {
    margin-bottom: 20px;
  }

  .section-details.mb-16 {
    max-width: 100%;
  }

  .hero-title-wrap {
    margin-bottom: 25px;
  }

  .section-title-wrap, .section-title-wrap.manage-title {
    margin-bottom: 45px;
  }

  .section-title {
    letter-spacing: -2px;
    margin-bottom: 0;
    font-size: 48px;
  }

  .customized-card-v1-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .customized-card-v1-wrap.mb-60 {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: flex-start center;
    display: flex;
  }

  .customized-v1-card {
    max-width: 33%;
  }

  .customized-icon-v1-wrapper {
    margin-bottom: 25px;
  }

  .customized-card-title {
    margin-bottom: 15px;
  }

  .customized-details.mb-24 {
    margin-bottom: 20px;
  }

  .manage-card-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .manage-card-wrapper.mb-60 {
    grid-column-gap: 20px;
    grid-row-gap: 25px;
    margin-bottom: 40px;
  }

  .manage-card-wrap {
    padding: 25px 20px;
  }

  .manage-card-wrap._01 {
    padding-top: 30px;
  }

  .manage-card-top-title, .manage-card-img {
    margin-bottom: 25px;
  }

  .manage-card-title {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .wrapper {
    grid-row-gap: 25px;
  }

  .financial-card-wrap {
    grid-column-gap: 20px;
    margin-bottom: 25px;
  }

  .financial-card-title {
    margin-bottom: 15px;
  }

  .financial-card-details {
    margin-bottom: 25px;
  }

  .financial-card-inner-wrap._03 {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .mb-60 {
    margin-bottom: 45px;
  }

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

  .blog-collection-list._01 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-name {
    font-size: 20px;
  }

  .blog-card-details {
    margin-bottom: 20px;
  }

  .blog-author-wrapper.mb-40 {
    margin-bottom: 30px;
  }

  .faq-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .faq-main-title {
    text-align: center;
    letter-spacing: -1px;
    max-width: 100%;
    font-size: 42px;
  }

  .faq-details {
    max-width: none;
    margin-bottom: 20px;
  }

  .faq-single {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .faq-question {
    font-size: 22px;
  }

  .testimonial-wrap {
    padding-bottom: 100px;
  }

  .testimonial-img-wrap {
    max-width: 250px;
    height: 250px;
    max-height: 250px;
  }

  .testimonial-details {
    font-size: 18px;
  }

  .testimonial-slide-wrap {
    grid-row-gap: 30px;
  }

  .testimonial-slide-single {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 250px;
  }

  .cta-wrap {
    border-radius: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-title {
    font-size: 42px;
  }

  .cta-details {
    margin-top: 15px;
    margin-bottom: 30px;
  }

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

  .footer-top-wrap {
    grid-column-gap: 30px;
  }

  .footer-title {
    font-size: 28px;
  }

  .footer-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-bottom-wrap {
    grid-column-gap: 24px;
  }

  .footer-left-title {
    margin-bottom: 15px;
  }

  .footer-right {
    grid-column-gap: 40px;
  }

  .footer-menu-wrap {
    grid-row-gap: 15px;
  }

  .footer-menu {
    white-space: nowrap;
  }

  .social-media-wrap {
    grid-column-gap: 40px;
  }

  .inner-section-title {
    letter-spacing: -2px;
    max-width: 600px;
    margin-bottom: 20px;
    font-size: 48px;
  }

  .about-img-wrapper {
    grid-column-gap: 20px;
  }

  .core-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .core-card-wrapper {
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr;
  }

  .core-card {
    grid-row-gap: 15px;
  }

  .core-divider {
    display: none;
  }

  .customized-card-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
  }

  .customized-card {
    max-width: 300px;
  }

  .customized-icon-wrapper {
    margin-bottom: 20px;
  }

  .vision-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1.15fr;
  }

  .vision-list {
    grid-row-gap: 12px;
    margin-bottom: 25px;
  }

  .team-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr;
  }

  .team-img {
    margin-bottom: 15px;
  }

  .team-member-name {
    margin-bottom: 0;
    font-size: 20px;
  }

  .team-social-wrap {
    grid-column-gap: 24px;
  }

  .blog-single-wrap {
    grid-row-gap: 24px;
    grid-template-columns: 2.06fr;
  }

  .blog-single-title {
    font-size: 38px;
  }

  .blog-single-img {
    margin-bottom: 20px;
  }

  .rich-text h3 {
    margin-bottom: 15px;
  }

  .rich-text p, .rich-text ul {
    margin-bottom: 30px;
  }

  .blog-signup-info {
    margin-bottom: 20px;
  }

  .sign-up-from-single {
    grid-row-gap: 20px;
  }

  .sign-up-button {
    background-position: 60% 53%, 0 0;
  }

  .contact-form-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-send-btn {
    background-position: 58% 54%, 0 0;
  }

  .pricing-plan-price {
    font-size: 26px;
  }

  .pricing-toggle {
    margin-bottom: 2px;
  }

  .pricing-single-wrap {
    grid-column-gap: 24px;
  }

  .pricing-single-name {
    letter-spacing: -2px;
  }

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

  .block-header {
    padding: 15px;
  }

  .checkout-title {
    font-size: 20px;
  }

  .checkout-text {
    font-size: 14px;
  }

  .block-content {
    padding: 15px;
  }

  .row {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button {
    background-color: var(--transparent);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 5px;
    display: flex;
    overflow: hidden;
  }

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

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

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

  .style-guide-wrap {
    overflow: auto;
  }

  .style-title {
    letter-spacing: -2px;
    font-size: 40px;
  }

  .style-sub-name {
    font-size: 16px;
  }

  .style-guide-title-wrap, .style-guide-title-wrap.mb-43, .style-guide-title-wrap.mb-60 {
    margin-bottom: 30px;
  }

  .style-header-wrap {
    border-radius: 10px;
    padding: 20px;
  }

  .style-header {
    font-size: 20px;
  }

  .style-color-wrap {
    grid-column-gap: 30px;
  }

  .style-color-inner-wrap {
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .color-card {
    margin-bottom: 18px;
  }

  .style-single-wrap.mb-80 {
    margin-bottom: 40px;
  }

  .style-typography-wrap {
    grid-column-gap: 44px;
  }

  .p-regular, .p-mediium {
    font-size: 18px;
  }

  .style-typography-wrapper {
    width: 1000px;
    overflow: auto;
  }

  .style-category-text {
    font-size: 18px;
  }

  .p-regular-14 {
    font-size: 16px;
  }

  .style-typography-head {
    grid-column-gap: 44px;
    padding: 24px;
  }

  .nav-menu {
    background-color: var(--fill-two);
  }

  .nav-link-dp, .dp-nav-link {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-wrap {
    padding-top: 200px;
  }

  .utility-section {
    padding-top: 150px;
  }

  .utility-title {
    letter-spacing: -2px;
    max-width: 600px;
    font-size: 48px;
  }

  .license-icon-wrap {
    flex-flow: wrap;
  }

  .pp-section {
    padding-bottom: 140px;
  }

  .features-manage-img {
    margin-bottom: 25px;
  }

  .features-manage-img._02 {
    border-radius: 20px;
  }

  .features-grid {
    grid-column-gap: 24px;
  }

  .features-card {
    padding: 20px 25px 20px 20px;
  }

  .features-card-title {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .features-card-title-wrap {
    margin-bottom: 25px;
  }

  .features-card-img, .features-card-img._01 {
    border-radius: 15px;
  }

  .features-title {
    font-size: 30px;
  }

  .features-title-wrap {
    margin-bottom: 25px;
  }

  .features-list {
    grid-row-gap: 15px;
    margin-bottom: 20px;
  }

  .font-showcase-wrap {
    grid-column-gap: 30px;
  }

  .font-showcase-preview {
    font-size: 48px;
  }

  .style-btn-flex {
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .font-showcase-inner-wrapper {
    grid-row-gap: 40px;
    margin-bottom: 60px;
  }

  .change-log-wrapper {
    grid-row-gap: 60px;
  }

  .change-log-flex {
    grid-column-gap: 16px;
  }

  .change-log-left {
    max-width: 150px;
  }

  .change-log-title {
    font-size: 48px;
  }

  .change-log-date, .change-log-details {
    font-size: 16px;
  }

  .container-3 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-grid-dark {
    grid-column-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .testimonial-card-two {
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .testimonial-info-three {
    flex-flow: row;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .marquee {
    background-color: var(--fill-one);
  }

  .marquee-text {
    font-size: 16px;
    line-height: 18px;
  }

  .marquee-2 {
    background-color: #303030;
  }

  .marquee-text-2, .marquee-text-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .marquee-3, .marquee-4 {
    background-color: #303030;
  }

  .marquee-text-4 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-2 {
    max-width: 75%;
  }

  .big-hero-title {
    max-width: 100%;
  }

  .dark-purple-box {
    flex-flow: column;
  }

  .div-block-6 {
    height: 200px;
    max-height: none;
  }

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

  .div-block-9 {
    max-width: 75%;
  }

  .div-block-10 {
    max-width: 600px;
  }

  .div-block-10.homeschool {
    max-width: 100%;
  }

  .second-button.gradient-three {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .header {
    max-width: none;
  }

  .header.mb-24 {
    margin-bottom: 20px;
  }

  .first-component {
    width: 339px;
  }

  ._30-bottom-div {
    width: 203px;
  }

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

  .image-6 {
    width: 10%;
  }

  .testimonial-card-one {
    justify-content: flex-end;
    align-items: stretch;
    width: auto;
    max-width: none;
    height: auto;
  }

  .testimonials {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
  }

  .header-subtext {
    font-size: 14px;
  }

  .header-subtext.mb-24 {
    margin-bottom: 20px;
  }

  .faq-single-2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .section-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-copy.hero {
    padding-top: 0;
  }

  .section-copy.footer {
    padding-top: 60px;
  }

  .section-copy.inner-section {
    padding-top: 150px;
  }

  .section-copy.inner-section.pricing-single-top {
    padding-bottom: 40px;
  }

  .section-copy.blog-single {
    padding-top: 150px;
  }

  .section-copy.change-log {
    padding-bottom: 100px;
  }

  .video-testimonials {
    flex-flow: row;
  }

  .fan-video {
    max-width: 75%;
  }

  .backup-of-testimonials {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .backup-of-testimonials.hero {
    padding-top: 0;
  }

  .backup-of-testimonials.footer {
    padding-top: 60px;
  }

  .backup-of-testimonials.inner-section {
    padding-top: 150px;
  }

  .backup-of-testimonials.inner-section.pricing-single-top {
    padding-bottom: 40px;
  }

  .backup-of-testimonials.blog-single {
    padding-top: 150px;
  }

  .backup-of-testimonials.change-log {
    padding-bottom: 100px;
  }

  .ipad-copy {
    width: auto;
    max-width: 100%;
  }

  .android-banner {
    z-index: 1;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--white);
    color: var(--black);
    align-items: center;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    position: static;
    inset: 0% 0% auto;
  }

  .banner-text {
    letter-spacing: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .banner-text.banner-subtext {
    color: var(--slate-gray);
    font-size: 12px;
  }

  .banner-text.banner-x {
    color: var(--slate-gray);
    font-weight: 800;
  }

  .banner-text.banner-install {
    color: var(--bg-color);
    text-align: right;
    flex: 1;
    padding-right: 10px;
    font-weight: 500;
  }

  .banner-text.banner-install.install {
    height: 100%;
    min-height: 100%;
    padding-right: 0;
  }

  .banner-columns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
  }

  .image-9 {
    height: 100%;
  }

  .div-block-19 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 10px;
    max-width: 50px;
    height: 100%;
    overflow: hidden;
  }

  .div-block-20 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: auto;
    min-width: auto;
    display: flex;
  }

  .r-side {
    text-align: right;
    width: auto;
    min-width: auto;
    max-width: none;
    padding-right: 10px;
  }

  .r-side.install {
    flex: 1;
    width: 7.29201%;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }

  .l-side {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
  }

  .x {
    letter-spacing: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .x.banner-subtext {
    color: var(--slate-gray);
    font-size: 12px;
  }

  .x.banner-x {
    color: var(--slate-gray);
    font-weight: 800;
  }

  .x.banner-install {
    color: var(--bg-color);
    font-weight: 500;
  }

  .navbar-android-banner {
    display: none;
  }

  .parent-name {
    max-width: none;
  }

  .parent-name.mb-24, .header-subtext-parents.mb-24 {
    margin-bottom: 20px;
  }

  .teacher-group-ipad {
    width: auto;
    max-width: 100%;
  }

  .homeschool-hero {
    padding-top: 200px;
  }

  .techcrunch-header-2, .techcrunch-header {
    letter-spacing: -2px;
    max-width: 600px;
    margin-bottom: 20px;
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -.28px;
    font-size: 42px;
  }

  h2 {
    letter-spacing: -.28px;
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .nav-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-button-wrap {
    grid-column-gap: 20px;
  }

  .nav-menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .primary-button.gradient-three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-button.gradient-three.desktop-on {
    display: none;
  }

  .primary-button.gradient-three.mobile-on {
    display: block;
  }

  .primary-btn-text, .primary-btn-arrow {
    font-size: 14px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.customized, .section.parent-features {
    margin-top: 60px;
  }

  .section.faq.homeschool {
    margin-top: 100px;
  }

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

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

  .section.blog-single {
    padding-top: 140px;
  }

  .section.change-log {
    padding-bottom: 80px;
  }

  .section.home {
    margin-top: 60px;
    padding-top: 0;
  }

  .hero-cicle-shape {
    max-width: 550px;
    height: 280px;
    top: 450px;
  }

  .hero-top-content {
    margin-bottom: 30px;
  }

  .hero-title {
    letter-spacing: -.28px;
    margin-bottom: 18px;
    font-size: 38px;
  }

  .section-details {
    font-size: 15px;
  }

  .section-details.mb-40 {
    margin-bottom: 18px;
  }

  .hero-user-wrapper {
    grid-column-gap: 15px;
  }

  .hero-user-img {
    width: 38px;
    height: 38px;
  }

  .hero-user-text {
    font-size: 15px;
  }

  .hero-title-wrap {
    margin-bottom: 20px;
  }

  .hero-img {
    border-radius: 10px;
  }

  .section-title-wrap, .section-title-wrap.manage-title {
    margin-bottom: 30px;
  }

  .section-title {
    letter-spacing: -1px;
    margin-bottom: 16px;
    font-size: 32px;
  }

  .section-title.homeschool {
    margin-bottom: 0;
  }

  .customized-card-v1-wrap {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .customized-card-v1-wrap.mb-60 {
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .customized-v1-card {
    max-width: none;
  }

  .customized-v1-card.homeschool {
    display: flex;
  }

  .customized-icon-v1-wrapper {
    margin-bottom: 20px;
  }

  .customized-card-title {
    margin-bottom: 12px;
  }

  .customized-details {
    font-size: 15px;
  }

  .customized-details.mb-24 {
    margin-bottom: 16px;
  }

  .manage-card-wrapper {
    grid-template-columns: 1fr;
  }

  .manage-card-wrapper.mb-60 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 30px;
  }

  .manage-card-wrap {
    padding: 22px;
  }

  .manage-card-wrap._01 {
    padding-top: 22px;
  }

  .manage-card-top-title {
    margin-bottom: 20px;
    font-size: 19px;
  }

  .manage-card-img {
    margin-bottom: 20px;
  }

  .manage-card-title {
    font-size: 18px;
  }

  .hero-details {
    font-size: 15px;
  }

  .financial-card-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .financial-card {
    padding: 25px;
  }

  .financial-card-details {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .financial-card-img {
    border-radius: 12px;
  }

  .financial-card-inner-wrap._03 {
    grid-row-gap: 20px;
  }

  .financial-list {
    grid-row-gap: 12px;
    font-size: 15px;
  }

  .mb-60 {
    margin-bottom: 25px;
  }

  .blog-collection-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .blog-card {
    padding: 20px;
  }

  .blog-name {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .blog-card-details {
    margin-bottom: 16px;
    font-size: 15px;
  }

  .blog-author-wrapper.mb-40 {
    margin-bottom: 20px;
  }

  .blog-read-text {
    font-size: 15px;
  }

  .faq-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .faq-main-title {
    letter-spacing: -.28px;
    margin-bottom: 15px;
    font-size: 32px;
  }

  .faq-details {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .faq-right {
    margin-top: 0;
  }

  .faq-single {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  .faq-question {
    width: 90%;
    font-size: 20px;
  }

  .faq-answer {
    margin-top: 14px;
    font-size: 15px;
  }

  .testimonial-wrap {
    padding-bottom: 80px;
  }

  .testimonial-img-wrap {
    max-width: none;
    height: 200px;
    max-height: 200px;
  }

  .testimonial-details {
    font-size: 16px;
  }

  .testimonial-slide-wrap {
    grid-row-gap: 20px;
  }

  .testimonial-author-img {
    width: 42px;
    height: 42px;
  }

  .testimonial-author-name, .testimonial-author-bio {
    font-size: 15px;
  }

  .testimonial-slide-single {
    flex-flow: column;
    height: 100%;
  }

  .cta-wrap {
    border-radius: 15px;
    padding: 50px 12px;
  }

  .cta-title {
    max-width: 100%;
    font-size: 30px;
  }

  .cta-details {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .footer-wrapper {
    margin-bottom: 25px;
  }

  .footer-top-wrap {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .footer-title {
    font-size: 24px;
  }

  .footer-divider {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .footer-bottom-wrap {
    grid-row-gap: 25px;
    flex-flow: wrap;
  }

  .footer-left-title {
    font-size: 22px;
  }

  .footer-details {
    font-size: 15px;
  }

  .footer-right {
    justify-content: space-between;
    width: 100%;
  }

  .footer-menu-title, .footer-menu {
    font-size: 15px;
  }

  .copyright-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .social-media-wrap {
    order: -1;
  }

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

  .inner-section-title {
    letter-spacing: -.28px;
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 39px;
  }

  .about-img-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 2.06fr;
  }

  .core-card-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .core-card {
    grid-row-gap: 14px;
  }

  .core-icon-wrap {
    width: 42px;
    height: 42px;
  }

  .core-card-title {
    font-size: 20px;
  }

  .core-details {
    font-size: 15px;
  }

  .customized-card-wrap {
    grid-row-gap: 40px;
  }

  .customized-card {
    max-width: 100%;
  }

  .customized-icon-wrapper {
    max-width: 62px;
    height: 62px;
  }

  .vision-list-item {
    font-size: 15px;
  }

  .team-card-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .team-img {
    border-radius: 8px;
    margin-bottom: 13px;
  }

  .team-member-info {
    margin-bottom: 20px;
  }

  .team-member-name {
    font-size: 18px;
  }

  .team-member-bio {
    font-size: 15px;
  }

  .team-social-icon {
    width: 20px;
  }

  .blog-single-title {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .blog-single-img {
    margin-bottom: 18px;
  }

  .rich-text h3 {
    margin-bottom: 14px;
    font-size: 22px;
  }

  .rich-text p {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .rich-text ul {
    margin-bottom: 20px;
  }

  .blog-sign-up-wrap {
    padding: 22px;
    position: static;
  }

  .blog-signup-info {
    margin-bottom: 18px;
  }

  .sign-up-from-wrap {
    max-width: 100%;
  }

  .sign-up-from-single {
    grid-row-gap: 18px;
  }

  .sign-up-button {
    background-position: 60% 51%, 0 0;
    font-size: 15px;
  }

  .contact-form-single.mb-24 {
    margin-bottom: 20px;
  }

  .contact-label, .contact-field {
    font-size: 15px;
  }

  .contact-form-wrap {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .contact-text-area {
    min-height: 130px;
  }

  .contact-send-btn {
    background-position: 60% 54%, 0 0;
  }

  .pricing-tabs-menu {
    margin-bottom: 25px;
  }

  .pricing-card {
    padding: 20px;
  }

  .pricing-inner-card-wrap {
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .prcing-name {
    margin-bottom: 12px;
  }

  .pricing-details {
    margin-bottom: 18px;
    font-size: 15px;
  }

  .pricing-plan-price-wrap {
    margin-bottom: 18px;
  }

  .pricing-plan-price {
    font-size: 24px;
  }

  .pricing-toggle {
    font-size: 15px;
  }

  .pricing-list {
    grid-row-gap: 12px;
  }

  .pricing-list-item {
    font-size: 15px;
  }

  .pricing-single-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .pricing-single-name {
    letter-spacing: -.28px;
    font-size: 48px;
  }

  .pricing-inner-single-card {
    padding: 22px;
  }

  .pricing-grid-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .pricing-single-title {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .pricing-single-details {
    font-size: 15px;
  }

  .pricing-single-details.mb-24 {
    margin-bottom: 20px;
  }

  .pricing-single-list-item {
    font-size: 15px;
  }

  .pricing-single-list {
    grid-row-gap: 12px;
    margin-bottom: 20px;
  }

  .block-content.mb-10 {
    margin-bottom: 10px;
  }

  .checkout-label {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .checkout-field {
    font-size: 15px;
  }

  .checkout-btn {
    background-position: 58% 54%, 0 0;
    background-size: 12px, auto;
  }

  .item-name {
    font-size: 16px;
  }

  .style-title {
    letter-spacing: -.28px;
    font-size: 28px;
  }

  .style-sub-name {
    font-size: 15px;
  }

  .style-guide-title-wrap, .style-guide-title-wrap.mb-60 {
    margin-bottom: 25px;
  }

  .style-header-wrap {
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 15px;
  }

  .style-header {
    font-size: 18px;
  }

  .style-color-wrap {
    grid-column-gap: 25px;
  }

  .color-card {
    width: 150px;
    max-width: 150px;
    height: 150px;
    margin-bottom: 15px;
  }

  .style-single-wrap.mb-80 {
    margin-bottom: 25px;
  }

  .style-typography-wrap {
    grid-column-gap: 18px;
    padding-left: 10px;
  }

  .p-regular, .p-mediium {
    font-size: 16px;
  }

  .style-typography-wrapper {
    width: 900px;
  }

  .style-category-text, .p-regular-14 {
    font-size: 14px;
  }

  .style-typography-head {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding: 20px 10px;
  }

  .manage-card-details, .blog-section-details {
    font-size: 15px;
  }

  .hero-wrap {
    padding-top: 160px;
  }

  .checkout-cart {
    background-position: 58% 54%, 0 0;
    background-size: 12px, auto;
  }

  .utility-section {
    padding-top: 130px;
  }

  .utility-title {
    letter-spacing: -.28px;
    max-width: 100%;
    font-size: 39px;
  }

  .license-icon-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 12px;
  }

  .pp-section {
    padding: 100px 15px;
  }

  .pp-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pp-title {
    font-size: 40px;
  }

  .features-manage-img {
    margin-bottom: 20px;
  }

  .features-manage-img._01, .features-manage-img._02 {
    border-radius: 15px;
  }

  .features-grid {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1.16fr;
  }

  .features-card-title {
    font-size: 18px;
  }

  .features-card-details {
    font-size: 15px;
  }

  .features-card-title-wrap {
    margin-bottom: 20px;
  }

  .features-title {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .features-details.width-416, .features-details.width-426 {
    max-width: 100%;
  }

  .features-title-wrap {
    margin-bottom: 20px;
  }

  .features-title-wrap._01, .features-title-wrap._02 {
    max-width: 100%;
  }

  .font-showcase-flex {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .font-showcase-wrap {
    grid-column-gap: 25px;
  }

  .font-showcase-preview {
    font-size: 32px;
  }

  .font-showcase-name, .font-showcase-text {
    font-size: 15px;
  }

  .tabs-menu-btn {
    margin-bottom: 25px;
  }

  .font-showcase-inner-wrapper {
    grid-row-gap: 25px;
    margin-bottom: 40px;
  }

  .change-log-wrapper {
    grid-row-gap: 40px;
  }

  .change-log-flex {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .change-log-title {
    font-size: 32px;
  }

  .change-log-date {
    font-size: 16px;
  }

  .change-log-divider {
    display: none;
  }

  .change-log-details {
    font-size: 15px;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-dark {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .testimonial-card-two {
    justify-content: center;
    align-items: flex-start;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .scrolling-marquee {
    padding: 60px 0;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .marquee {
    background-color: var(--bg-color);
    inset: auto 0% 0%;
  }

  .marquee-2 {
    background-color: #303030;
    inset: auto 0% 0%;
  }

  .main-heading {
    font-size: 30px;
    line-height: 54px;
  }

  .marquee-3, .marquee-4 {
    background-color: #303030;
    inset: auto 0% 0%;
  }

  .div-block-2 {
    max-width: 100%;
  }

  .div-block-3, .dark-purple-box, .div-block-5 {
    flex-flow: column;
  }

  .div-block-6.homeschool {
    height: auto;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
  }

  .div-block-7.homeschool-intro {
    max-width: 60%;
  }

  .div-block-8 {
    width: auto;
    max-width: 100%;
  }

  .div-block-9 {
    max-width: 100%;
  }

  .div-block-10 {
    align-items: start;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-10.homeschool {
    max-width: 100%;
  }

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

  .second-button.gradient-three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .second-button.gradient-three.desktop-on {
    display: none;
  }

  .second-button.gradient-three.mobile-on {
    display: block;
  }

  .testimonial-grid-one {
    grid-template-columns: 1fr;
  }

  .header {
    max-width: none;
    font-size: 15px;
  }

  .header.mb-24 {
    margin-bottom: 16px;
  }

  .social-proof {
    flex-flow: column;
  }

  .first-component {
    justify-content: center;
    width: 467px;
  }

  .image-6 {
    width: 15%;
  }

  .testimonial-card-one {
    width: auto;
    max-width: none;
  }

  .ed-app-store {
    flex-flow: column;
  }

  .testimonials {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .title-of-page {
    text-align: center;
  }

  .title-of-page.homeschool {
    text-align: left;
  }

  .header-subtext {
    font-size: 15px;
  }

  .header-subtext.mb-24 {
    margin-bottom: 16px;
  }

  .hero-button-secondary.gradient-three.desktop-on {
    display: none;
  }

  .hero-button-secondary.gradient-three.mobile-on {
    display: block;
  }

  .hero-button-primary.gradient-three.desktop-on {
    display: none;
  }

  .hero-button-primary.gradient-three.mobile-on {
    display: block;
  }

  .faq-single-2 {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  .financial-card-copy {
    padding: 25px;
  }

  .section-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-copy.customized, .section-copy.classroom {
    margin-top: 60px;
  }

  .section-copy.footer {
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .section-copy.inner-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section-copy.blog-single {
    padding-top: 140px;
  }

  .section-copy.change-log {
    padding-bottom: 80px;
  }

  .section-copy.home {
    margin-top: 60px;
    padding-top: 0;
  }

  .video-testimonials {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: block;
  }

  .video-testimonials.homeschool {
    display: flex;
  }

  .fan-video {
    max-width: 100%;
  }

  .video-block-parents {
    width: auto;
    max-width: 100%;
    overflow: hidden;
  }

  .backup-of-testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .backup-of-testimonials.customized, .backup-of-testimonials.classroom {
    margin-top: 60px;
  }

  .backup-of-testimonials.footer {
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .backup-of-testimonials.inner-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .backup-of-testimonials.blog-single {
    padding-top: 140px;
  }

  .backup-of-testimonials.change-log {
    padding-bottom: 80px;
  }

  .backup-of-testimonials.home {
    margin-top: 60px;
    padding-top: 0;
  }

  .video-block-copy {
    width: auto;
    max-width: 100%;
  }

  .android-banner {
    z-index: 1;
    margin-top: 0;
    display: flex;
    position: static;
    inset: 0% 0% auto;
  }

  .banner-text.banner-install.install {
    padding-right: 0;
  }

  .banner-columns {
    display: flex;
  }

  .navbar-android-banner {
    display: none;
  }

  .intro-desk, .intro-mobile {
    flex-flow: column;
  }

  .parent-name {
    max-width: none;
    font-size: 15px;
  }

  .parent-name.mb-24 {
    margin-bottom: 16px;
  }

  .header-subtext-parents {
    font-size: 15px;
  }

  .header-subtext-parents.mb-24 {
    margin-bottom: 16px;
  }

  .video-block-parents-copy, .hero-image-parents {
    width: auto;
    max-width: 100%;
    overflow: hidden;
  }

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

  .video-block-hero {
    width: auto;
    max-width: 100%;
    overflow: hidden;
  }

  .button-blue.gradient-three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-blue.gradient-three.desktop-on {
    display: none;
  }

  .button-blue.gradient-three.mobile-on {
    display: block;
  }

  .homeschool-hero {
    padding-top: 160px;
  }

  .techcrunch-header-2, .techcrunch-header {
    letter-spacing: -.28px;
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 39px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .navbar {
    width: 100%;
  }

  .container {
    width: auto;
  }

  .container.homeschool-banner {
    margin-top: 260px;
    margin-bottom: 20px;
  }

  .nav-wrap {
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .nav-logo-link, .nav-logo-link.w--current {
    padding-left: 0;
  }

  .nav-logo {
    width: 200px;
  }

  .nav-button-wrap {
    grid-column-gap: 18px;
  }

  .nav-link {
    color: var(--white);
    display: block;
  }

  .nav-link.try-it {
    display: block;
  }

  .nav-menu-wrapper {
    grid-row-gap: 20px;
    padding: 20px;
    display: flex;
  }

  .primary-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .primary-button.gradient-three {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .primary-button.gradient-three.desktop-on, .primary-button.gradient-three.mobile-on {
    display: none;
  }

  .primary-button.gradient-three.navbar-button-small {
    padding: 5px 10px;
  }

  .primary-button.gradient-three.button-on-page {
    text-align: left;
    max-width: none;
  }

  .primary-button-wrap {
    display: flex;
    overflow: hidden;
  }

  .primary-btn-text {
    text-align: center;
    font-size: 14px;
  }

  .primary-btn-arrow {
    display: none;
  }

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

  .section.hero.homeschool {
    background-image: linear-gradient(#fff0 23%, #000000b3 40%), url('../images/Girl-iPad-Couch-Vertical.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-items: stretch;
  }

  .section.customized {
    margin-top: 100px;
  }

  .section.parent-features {
    margin-top: 60px;
    margin-bottom: 0;
  }

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

  .section.faq.homeschool {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .section.footer {
    padding-bottom: 15px;
  }

  .section.footer.homeschool {
    background-color: var(--soft-mist);
  }

  .section.inner-section {
    padding-top: 120px;
  }

  .section.inner-section.pricing-single-top {
    padding-bottom: 30px;
  }

  .section.blog-single {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.pricing {
    margin-top: 100px;
  }

  .section.pricing.homeschool {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section.style-color {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section.change-log {
    padding-bottom: 60px;
  }

  .section.home {
    margin-top: 100px;
    padding-top: 0;
  }

  .hero-cicle-shape {
    max-width: 450px;
    height: 200px;
    top: 400px;
  }

  .hero-top-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: none;
    margin-bottom: 20px;
  }

  .sub-title-wrap {
    margin-bottom: 0;
  }

  .sub-title-text-wrap {
    padding: 4px 14px;
  }

  .hero-title {
    margin-bottom: 0;
    font-size: 25px;
  }

  .sub-title-text {
    font-size: 13px;
  }

  .section-details {
    font-size: 14px;
  }

  .section-details.customized-details {
    max-width: 100%;
  }

  .section-details.mb-16 {
    margin-bottom: 15px;
  }

  .hero-user-wrapper {
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .hero-user-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .hero-user-img._02, .hero-user-img._03 {
    margin-left: -10px;
  }

  .hero-user-text {
    text-align: center;
    max-width: none;
    font-size: 14px;
  }

  .hero-title-wrap {
    margin-bottom: 0;
  }

  .hero-img {
    border-radius: 8px;
  }

  .section-title-wrap {
    margin-bottom: 20px;
  }

  .section-title-wrap.customized-title-v1 {
    margin-bottom: 25px;
  }

  .section-title-wrap.try-it-links {
    width: auto;
    max-width: 100%;
  }

  .section-title-wrap.buy-it {
    align-items: stretch;
    width: auto;
    max-width: 100%;
  }

  .section-title {
    color: var(--white);
    letter-spacing: -.5px;
    margin-bottom: 0;
    font-family: Thicccboi, Arial, sans-serif;
    font-size: 25px;
  }

  .section-title.finacial-title {
    max-width: 100%;
  }

  .section-title.homeschool {
    font-family: Open Sans, sans-serif;
    font-size: 30px;
  }

  .customized-card-v1-wrap.mb-60 {
    grid-row-gap: 25px;
    flex-flow: wrap;
  }

  .customized-icon-v1-wrapper {
    max-width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .customized-icon {
    width: auto;
    max-width: 60%;
  }

  .customized-icon.dashboard {
    max-width: 75%;
  }

  .customized-card-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .customized-details {
    font-size: 14px;
  }

  .customized-details.mb-24 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .manage-card-wrapper.mb-60 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 20px;
  }

  .manage-card-wrap {
    padding: 18px;
  }

  .manage-card-wrap._01 {
    padding-top: 18px;
  }

  .manage-card-top-title {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .manage-card-img {
    margin-bottom: 15px;
  }

  .hero-details {
    font-size: 14px;
  }

  .wrapper {
    grid-row-gap: 25px;
    align-items: stretch;
  }

  .financial-card {
    padding: 18px 15px;
  }

  .financial-card-title {
    font-size: 18px;
  }

  .financial-card-details {
    width: auto;
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .financial-card-img {
    border-radius: 10px;
  }

  .financial-list {
    grid-row-gap: 10px;
  }

  .financial-list-item {
    font-size: 14px;
  }

  .mb-60 {
    margin-bottom: 20px;
  }

  .blog-collection-list._01 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .blog-card {
    padding: 15px;
  }

  .blog-img-link {
    border-radius: 6px;
    margin-bottom: 15px;
  }

  .blog-name {
    font-size: 16px;
  }

  .blog-card-details {
    font-size: 14px;
  }

  .blog-author-wrapper.mb-40 {
    margin-bottom: 15px;
  }

  .blog-author-name {
    font-size: 15px;
  }

  .blog-read-text {
    font-size: 14px;
  }

  .faq-wrapper {
    grid-row-gap: 25px;
  }

  .faq-main-title {
    text-align: center;
    font-size: 24px;
  }

  .faq-details {
    text-align: center;
    max-width: 100%;
    font-size: 14px;
  }

  .faq-right {
    margin-top: 0;
  }

  .faq-right.homeschool {
    background-color: var(--soft-mist);
  }

  .faq-single {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .faq-question {
    width: 90%;
    font-size: 17px;
  }

  .faq-question.homeschool {
    color: var(--black);
  }

  .faq-question-arrow {
    width: 12px;
  }

  .faq-answer {
    max-width: 100%;
    margin-top: 10px;
    font-size: 14px;
  }

  .faq-answer.homeschool {
    color: var(--black);
  }

  .testimonial-wrap {
    padding-bottom: 60px;
  }

  .testimonial-img-wrap {
    height: 120px;
    max-height: 100%;
  }

  .testimonial-img {
    max-width: 100px;
  }

  .testimonial-details {
    font-size: 14px;
  }

  .testimonial-author-img {
    width: 32px;
    height: 32px;
  }

  .testimonial-author-name, .testimonial-author-bio {
    font-size: 14px;
  }

  .testimonial-slide-single {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .cta-wrap {
    border-radius: 10px;
    padding: 40px 15px;
  }

  .cta-title {
    font-size: 22px;
  }

  .cta-details {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .footer-wrapper {
    grid-row-gap: 30px;
    margin-bottom: 20px;
  }

  .footer-top-wrap {
    grid-row-gap: 15px;
  }

  .footer-title {
    max-width: 100%;
    font-size: 20px;
  }

  .footer-form-content {
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .footer-field {
    font-size: 14px;
  }

  .footer-button {
    background-position: 61% 55%, 0 0;
    background-size: 11px, auto;
    font-size: 14px;
  }

  .footer-divider {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-left-title {
    margin-bottom: 13px;
    font-size: 20px;
  }

  .footer-details {
    font-size: 14px;
  }

  .footer-right {
    grid-column-gap: 80px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .footer-menu-wrap, .copyright-wrapper {
    grid-row-gap: 12px;
  }

  .copyright-text {
    text-align: center;
    font-size: 14px;
  }

  .social-media-wrap {
    grid-column-gap: 15px;
  }

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

  .inner-section-title {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .about-img-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .about-img {
    border-radius: 8px;
  }

  .core-card-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    padding: 18px 15px;
  }

  .core-card {
    grid-row-gap: 10px;
  }

  .core-icon-wrap {
    width: 38px;
    height: 38px;
  }

  .core-icon {
    width: 16px;
  }

  .core-card-title {
    font-size: 18px;
  }

  .core-details {
    font-size: 14px;
  }

  .customized-icon-wrapper {
    max-width: 55px;
    height: 55px;
    margin-bottom: 12px;
  }

  .vision-wrapper {
    grid-row-gap: 20px;
    width: 100%;
  }

  .vision-list {
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .vision-list-item {
    font-size: 14px;
  }

  .vision-img {
    border-radius: 8px;
  }

  .team-img {
    border-radius: 6px;
    margin-bottom: 10px;
  }

  .team-member-info {
    margin-bottom: 10px;
  }

  .team-member-name {
    font-size: 16px;
  }

  .team-member-bio {
    font-size: 14px;
  }

  .team-social-icon {
    width: 18px;
  }

  .blog-single-title {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .blog-single-img {
    border-radius: 8px;
    margin-bottom: 15px;
  }

  .rich-text h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .rich-text p {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .rich-text ul {
    grid-row-gap: 12px;
    margin-bottom: 15px;
  }

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

  .blog-sign-up-wrap {
    border-radius: 8px;
    padding: 15px;
  }

  .blog-signup-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .blog-signup-info {
    margin-bottom: 15px;
  }

  .sign-up-from-single {
    grid-row-gap: 15px;
  }

  .sign-up-button {
    background-position: 67% 53%, 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .contact-form-single.mb-24 {
    margin-bottom: 18px;
  }

  .contact-field {
    font-size: 14px;
  }

  .contact-form-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    margin-bottom: 18px;
  }

  .contact-text-area {
    min-height: 100px;
  }

  .contact-send-btn {
    background-position: 70% 54%, 0 0;
  }

  .pricing-tabs-link {
    font-size: 15px;
  }

  .pricing-tabs-menu {
    width: 100%;
    margin-bottom: 20px;
  }

  .pricing-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-inner-card-wrap {
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .prcing-name {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .pricing-details {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .pricing-plan-price-wrap {
    margin-bottom: 15px;
  }

  .pricing-plan-price {
    font-size: 24px;
  }

  .pricing-toggle {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .pricing-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pricing-list {
    grid-row-gap: 10px;
  }

  .pricing-list-item {
    font-size: 14px;
  }

  .pricing-list-icon-wrap {
    width: 20px;
    height: 20px;
  }

  .pricing-list-icon {
    width: 5px;
  }

  .pricing-single-name {
    font-size: 32px;
  }

  .pricing-inner-single-card {
    padding: 20px 15px;
  }

  .pricing-single-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .pricing-single-details {
    font-size: 14px;
  }

  .pricing-single-details.mb-24 {
    margin-bottom: 15px;
  }

  .pricing-single-list-icon-wrap {
    width: 18px;
    height: 18px;
  }

  .pricing-single-list-item {
    grid-column-gap: 8px;
    font-size: 14px;
  }

  .pricing-single-list {
    grid-row-gap: 10px;
    margin-bottom: 15px;
  }

  .block-header {
    border-radius: 6px;
    padding: 10px;
  }

  .checkout-title {
    font-size: 18px;
  }

  .block-content {
    border-radius: 6px;
    padding: 10px;
  }

  .checkout-label {
    font-size: 14px;
  }

  .checkout-field {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .checkout-field.height {
    height: 45px;
  }

  .desktop-on {
    display: none;
  }

  .menu-button {
    width: 38px;
    height: 38px;
    padding: 0;
  }

  .menu-button.homeschool {
    background-color: var(--blue);
    color: var(--blue);
    border-radius: 50px;
  }

  .style-title {
    font-size: 25px;
  }

  .style-sub-name {
    font-size: 14px;
  }

  .style-guide-title-wrap, .style-guide-title-wrap.mb-43, .style-guide-title-wrap.mb-60 {
    margin-bottom: 20px;
  }

  .style-header-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .style-header {
    font-size: 16px;
    font-weight: 500;
  }

  .style-color-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .style-color-inner-wrap {
    grid-row-gap: 20px;
  }

  .color-card {
    width: 140px;
    max-width: 140px;
    height: 140px;
    margin-bottom: 10px;
  }

  .style-single-wrap.mb-80 {
    margin-bottom: 20px;
  }

  .p-regular, .p-mediium {
    font-size: 14px;
  }

  .style-typography-wrapper {
    width: 800px;
  }

  .p-regular-14 {
    font-size: 12px;
  }

  .style-typography-head {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .manage-card-details, .blog-section-details {
    font-size: 14px;
  }

  .nav-dropdown-list-wrap {
    width: 279px;
  }

  .nav-dropdown-list-flex-wrap {
    grid-column-gap: 24px;
  }

  .dropdown-link-menu {
    font-size: 14px;
  }

  .hamburg-icon {
    transform: scale(.6);
  }

  .hamburg-icon.homeschool {
    opacity: 1;
    color: var(--blue);
    transform: scale(.7);
  }

  .nav-menu {
    height: 90vh;
    display: flex;
    overflow: auto;
  }

  .hero-wrap, .utility-section {
    padding-top: 100px;
  }

  .utility-title {
    font-size: 26px;
  }

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

  .pp-content {
    padding: 40px 20px;
  }

  .pp-icon {
    margin-bottom: 20px;
  }

  .pp-title {
    font-size: 28px;
  }

  .features-manage-img {
    margin-bottom: 15px;
  }

  .features-manage-img._01, .features-manage-img._02, .features-manage-img._03 {
    border-radius: 10px;
  }

  .features-card-details {
    font-size: 14px;
  }

  .features-title {
    font-size: 23px;
  }

  .font-showcase-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .font-showcase-preview {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .font-showcase-name, .font-showcase-text {
    font-size: 14px;
  }

  .style-btn-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .tabs-menu-btn {
    width: 100%;
    margin-bottom: 20px;
  }

  .font-showcase-inner-wrapper {
    grid-row-gap: 40px;
    margin-bottom: 30px;
  }

  .change-log-wrapper {
    grid-row-gap: 30px;
  }

  .change-log-flex {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .change-log-title {
    font-size: 25px;
  }

  .change-log-date {
    font-size: 16px;
  }

  .change-log-divider {
    display: none;
  }

  .change-log-details {
    font-size: 14px;
  }

  .container-3 {
    width: auto;
    max-width: none;
  }

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

  .testimonial-grid-dark {
    flex-flow: column;
    align-items: center;
  }

  .testimonial-card-two {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .testimonial-main-heading {
    font-size: 22px;
  }

  .testimonial-main-heading.homeschool {
    font-size: 14px;
  }

  .scrolling-marquee {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .clients-tag {
    padding-left: 10px;
    padding-right: 10px;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: none;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-box {
    grid-column-gap: 20vw;
    grid-row-gap: 20vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .marquee {
    background-color: var(--fill-one);
    inset: auto 0% 0%;
  }

  .marquee-text {
    font-size: 14px;
  }

  .marquee-2 {
    inset: auto 0% 0%;
  }

  .main-heading {
    line-height: 40px;
  }

  .marquee-3, .marquee-4 {
    inset: auto 0% 0%;
  }

  .div-block-2 {
    width: auto;
    max-width: 100%;
  }

  .div-block-2.side-by-side {
    flex-flow: column;
  }

  .div-block-3 {
    flex-flow: column;
    align-items: center;
    max-width: none;
  }

  .big-hero-title {
    max-width: none;
  }

  .dark-purple-box {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .dark-purple-box.homeschool {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: var(--transparent);
    padding: 0;
  }

  .image-2 {
    border-radius: 15px;
    max-width: 100%;
  }

  .image-2.homeschool {
    max-width: 100%;
  }

  .div-block-5 {
    flex-flow: column;
  }

  .div-block-6 {
    height: auto;
    max-height: none;
    padding-bottom: 20px;
  }

  .image-3 {
    display: block;
    overflow: visible;
  }

  .div-block-7 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    align-items: center;
    width: auto;
  }

  .div-block-7.homeschool-intro {
    max-width: 100%;
  }

  .div-block-8 {
    width: auto;
    max-width: 100%;
  }

  .heading {
    text-align: center;
  }

  .div-block-9 {
    max-width: 100%;
  }

  .div-block-10 {
    flex-flow: column;
    align-items: stretch;
    width: auto;
    max-width: 200px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-10.homeschool {
    max-width: 60%;
  }

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

  .div-block-12 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .second-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .second-button.gradient-three {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-13 {
    display: block;
  }

  .testimonial-grid-one {
    flex-flow: column;
    display: flex;
  }

  .header {
    text-align: left;
    max-width: 100%;
    font-size: 14px;
  }

  .header.mb-24 {
    margin-bottom: 15px;
  }

  .header.homeschool {
    color: var(--black);
    font-size: 14px;
    line-height: 150%;
  }

  .social-proof {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  ._30-image {
    margin-top: -33px;
    margin-left: -47px;
  }

  .first-component {
    width: 300px;
  }

  ._30-bottom-content {
    width: 193px;
    margin-top: -68px;
  }

  ._30-bottom-div {
    align-items: center;
    width: 233px;
  }

  ._30-verified {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: flex-end;
  }

  ._30-flex-wrapper {
    align-items: center;
    width: 292px;
    height: 218px;
  }

  ._30-top-div {
    width: 268px;
  }

  ._30-heading {
    width: 191px;
  }

  .component-30 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-columns: .5fr 2.25fr .5fr;
    justify-content: space-between;
    width: 292px;
    height: 236px;
  }

  ._30-bottom-2 {
    width: 190px;
    margin-top: 5px;
  }

  ._30-top-para {
    width: 370px;
    margin-top: -62px;
    margin-left: 13px;
    font-size: 12px;
  }

  .div-block-14 {
    margin-left: 0;
  }

  .image-6 {
    width: 25%;
  }

  .testimonial-card-one {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .ed-app-store {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .testimonials {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    align-items: center;
  }

  .div-block-17 {
    flex-flow: column;
  }

  .title-of-page {
    text-align: center;
    font-size: 50px;
  }

  .title-of-page.homeschool {
    text-align: center;
    font-size: 30px;
  }

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

  .header-subtext {
    text-align: left;
    max-width: 100%;
    font-size: 14px;
  }

  .header-subtext.mb-24 {
    margin-bottom: 15px;
  }

  .header-subtext.homeschool {
    text-align: left;
    font-size: 14px;
  }

  .hero-button-secondary {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-button-secondary.gradient-three {
    overflow: hidden;
  }

  .hero-button-secondary.gradient-three.try-it-button {
    display: none;
  }

  .hero-button-primary {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-button-primary.gradient-three.mobile-on, .header-mobile-buttons {
    display: none;
  }

  .glowing-pill-new {
    margin-bottom: 15px;
  }

  .sub-title-text-wrap-2 {
    padding: 4px 14px;
  }

  .sub-title-text-2 {
    font-size: 13px;
  }

  .faq-single-2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .image-7 {
    overflow: visible;
  }

  .financial-card-copy {
    padding: 18px 15px;
  }

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

  .section-copy.customized, .section-copy.classroom {
    margin-top: 100px;
  }

  .section-copy.faq {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .section-copy.footer {
    padding-bottom: 15px;
  }

  .section-copy.inner-section {
    padding-top: 120px;
  }

  .section-copy.inner-section.pricing-single-top {
    padding-bottom: 30px;
  }

  .section-copy.blog-single {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section-copy.style-color {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section-copy.change-log {
    padding-bottom: 60px;
  }

  .section-copy.home {
    padding-top: 0;
  }

  .video-testimonials {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .video-testimonials.homeschool {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .fan-video {
    width: auto;
    max-width: 100%;
  }

  .video-block-parents {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
    overflow: clip;
  }

  .quotes---leaders.homeschool {
    display: none;
  }

  .backup-of-testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .backup-of-testimonials.customized, .backup-of-testimonials.classroom {
    margin-top: 100px;
  }

  .backup-of-testimonials.faq {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .backup-of-testimonials.footer {
    padding-bottom: 15px;
  }

  .backup-of-testimonials.inner-section {
    padding-top: 120px;
  }

  .backup-of-testimonials.inner-section.pricing-single-top {
    padding-bottom: 30px;
  }

  .backup-of-testimonials.blog-single {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .backup-of-testimonials.style-color {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .backup-of-testimonials.change-log {
    padding-bottom: 60px;
  }

  .backup-of-testimonials.home {
    padding-top: 0;
  }

  .video-3 {
    overflow: clip;
  }

  .video-block-copy {
    width: 100%;
    max-width: none;
  }

  .android-banner {
    z-index: 1;
    background-color: var(--white);
    margin-top: 0;
    display: flex;
    position: static;
    inset: 0% 0% auto;
  }

  .div-block-18 {
    display: flex;
  }

  .heading-5 {
    color: var(--black);
    font-family: Inter, sans-serif;
  }

  .banner-text {
    color: var(--black);
    font-family: Inter, sans-serif;
    font-size: 14px;
  }

  .banner-text.banner-subtext {
    font-size: 12px;
  }

  .banner-text.banner-x {
    color: var(--slate-gray);
    font-weight: 700;
  }

  .banner-text.banner-install.install {
    padding-right: 0;
  }

  .banner-columns {
    display: flex;
  }

  .div-block-19 {
    border-radius: 12px;
    max-width: 60px;
  }

  .div-block-20 {
    min-width: auto;
  }

  .x {
    color: var(--black);
    font-family: Inter, sans-serif;
    font-size: 14px;
  }

  .x.banner-subtext {
    font-size: 12px;
  }

  .x.banner-x {
    color: var(--slate-gray);
    font-weight: 700;
  }

  .navbar-android-banner {
    display: none;
  }

  .video-reel {
    display: none;
    overflow: clip;
  }

  .heading-6 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .navbar-parents {
    width: 100%;
  }

  .header-mobile-buttons-parents {
    display: block;
  }

  .mobile-hamburger-parents {
    display: none;
  }

  .intro-desk {
    flex-flow: column;
    align-items: center;
    max-width: none;
    display: none;
  }

  .intro-mobile {
    flex-flow: column;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .parent-name {
    text-align: center;
    max-width: 100%;
    font-size: 14px;
  }

  .parent-name.mb-24 {
    margin-bottom: 15px;
  }

  .parent-name.homeschool {
    color: var(--black);
  }

  .parent-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .parent-block.homeschool {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .header-subtext-parents {
    text-align: center;
    max-width: 100%;
    font-size: 14px;
  }

  .header-subtext-parents.mb-24 {
    margin-bottom: 15px;
  }

  .teacher-group-ipad {
    display: block;
    overflow: visible;
  }

  .hero-text-parents {
    margin-bottom: 0;
    font-size: 30px;
  }

  .quotes-set-of-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .video-block-parents-copy, .hero-image-parents {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    overflow: clip;
  }

  .button-arrow {
    display: block;
  }

  .parent-name-block {
    display: none;
  }

  .parent-name-block.homeschool {
    color: var(--black);
    display: none;
  }

  .video-block-hero {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
    overflow: clip;
  }

  .container-hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navbar-homeschool {
    background-color: var(--white);
    width: 100%;
  }

  .logo-blue {
    width: 200px;
  }

  .button-blue {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-blue.gradient-three.desktop-on, .button-blue.gradient-three.mobile-on {
    display: none;
  }

  .button-blue.gradient-three.navbar-button-small {
    padding: 5px 10px;
  }

  .button-blue.gradient-three.button-on-page {
    text-align: left;
    max-width: none;
  }

  .homeschool-hero {
    padding-top: 100px;
  }

  .div-block-22 {
    flex-flow: row;
  }

  .video-techcrunch, .video-techcrunch-no-qa {
    overflow: clip;
  }

  .techcrunch-header-2, .techcrunch-header {
    margin-bottom: 10px;
    font-size: 26px;
  }
}

#w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d33e-22b46c9e, #w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d350-22b46c9e, #w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d362-22b46c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d2e1-22b46c9e, #w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d291-22b46c9e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d2aa-22b46c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3885e00-885c-6c11-d4f4-a19842233777-22b46c9e, #w-node-_5d73c20c-6ffc-7978-1555-d469a7e6e38c-22b46c9e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d73c20c-6ffc-7978-1555-d469a7e6e3a5-22b46c9e, #w-node-ca6a4b13-92c8-6faa-69b5-1b7776d44f59-22b46c9e, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba1c-22b46c9e, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba28-22b46c9e, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba36-22b46c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea674b5f-d1b9-a6b4-4fe4-376c9e275764-22b46ca0 {
  order: -9999;
}

#w-node-_1e0f2218-4319-b320-8b35-de2dcfca3521-22b46ca9, #w-node-fb230efd-e294-67f3-9325-a4cbcd395655-aef934ae, #w-node-a1f6821e-b91c-3ff2-315e-b03629842f8c-aef934ae, #w-node-e4ddd3c5-de2b-fe4e-dfaf-d2add61deba7-aef934ae, #w-node-e4ddd3c5-de2b-fe4e-dfaf-d2add61debb1-aef934ae, #w-node-e4ddd3c5-de2b-fe4e-dfaf-d2add61debbb-aef934ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3774c55d-fa0a-40d4-80d2-e326390bda4b-951acfbc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3774c55d-fa0a-40d4-80d2-e326390bda64-951acfbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_953da050-2768-418d-b7dd-5d0102b75526-951acfbc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_953da050-2768-418d-b7dd-5d0102b7559b-951acfbc, #w-node-_953da050-2768-418d-b7dd-5d0102b755d5-951acfbc, #w-node-_953da050-2768-418d-b7dd-5d0102b755e7-951acfbc, #w-node-_953da050-2768-418d-b7dd-5d0102b755f9-951acfbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3885e00-885c-6c11-d4f4-a19842233777-951acfbc, #w-node-_5d73c20c-6ffc-7978-1555-d469a7e6e38c-951acfbc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d73c20c-6ffc-7978-1555-d469a7e6e3a5-951acfbc, #w-node-ca6a4b13-92c8-6faa-69b5-1b7776d44f59-951acfbc, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba1c-951acfbc, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba28-951acfbc, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba36-951acfbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d291-7b13dc0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d2aa-7b13dc0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d2e1-7b13dc0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d304-7b13dc0e, #w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d33e-7b13dc0e, #w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d350-7b13dc0e, #w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d362-7b13dc0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3885e00-885c-6c11-d4f4-a19842233777-7b13dc0e, #w-node-_5d73c20c-6ffc-7978-1555-d469a7e6e38c-7b13dc0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d73c20c-6ffc-7978-1555-d469a7e6e3a5-7b13dc0e, #w-node-ca6a4b13-92c8-6faa-69b5-1b7776d44f59-7b13dc0e, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba1c-7b13dc0e, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba28-7b13dc0e, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba36-7b13dc0e, #w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d33e-7b09788e, #w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d350-7b09788e, #w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d362-7b09788e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3885e00-885c-6c11-d4f4-a19842233777-7b09788e, #w-node-_5d73c20c-6ffc-7978-1555-d469a7e6e38c-7b09788e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d73c20c-6ffc-7978-1555-d469a7e6e3a5-7b09788e, #w-node-ca6a4b13-92c8-6faa-69b5-1b7776d44f59-7b09788e, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba1c-7b09788e, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba28-7b09788e, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba36-7b09788e, #w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d33e-9534c43d, #w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d350-9534c43d, #w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d362-9534c43d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3885e00-885c-6c11-d4f4-a19842233777-9534c43d, #w-node-_5d73c20c-6ffc-7978-1555-d469a7e6e38c-9534c43d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d73c20c-6ffc-7978-1555-d469a7e6e3a5-9534c43d, #w-node-ca6a4b13-92c8-6faa-69b5-1b7776d44f59-9534c43d, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba1c-9534c43d, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba28-9534c43d, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba36-9534c43d, #w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d33e-202f40d5, #w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d350-202f40d5, #w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d362-202f40d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3885e00-885c-6c11-d4f4-a19842233777-202f40d5, #w-node-_5d73c20c-6ffc-7978-1555-d469a7e6e38c-202f40d5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d73c20c-6ffc-7978-1555-d469a7e6e3a5-202f40d5, #w-node-ca6a4b13-92c8-6faa-69b5-1b7776d44f59-202f40d5, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba1c-202f40d5, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba28-202f40d5, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba36-202f40d5, #w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d33e-9a707da2, #w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d350-9a707da2, #w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d362-9a707da2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3885e00-885c-6c11-d4f4-a19842233777-9a707da2, #w-node-_5d73c20c-6ffc-7978-1555-d469a7e6e38c-9a707da2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d73c20c-6ffc-7978-1555-d469a7e6e3a5-9a707da2, #w-node-ca6a4b13-92c8-6faa-69b5-1b7776d44f59-9a707da2, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba1c-9a707da2, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba28-9a707da2, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba36-9a707da2, #w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d33e-cde12615, #w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d350-cde12615, #w-node-f8d218e9-b416-7f3a-0d54-ed8aeb93d362-cde12615 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3885e00-885c-6c11-d4f4-a19842233777-cde12615, #w-node-_5d73c20c-6ffc-7978-1555-d469a7e6e38c-cde12615 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d73c20c-6ffc-7978-1555-d469a7e6e3a5-cde12615, #w-node-ca6a4b13-92c8-6faa-69b5-1b7776d44f59-cde12615, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba1c-cde12615, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba28-cde12615, #w-node-_7599276f-beb1-4d64-7c47-e94d29a9ba36-cde12615 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-df1f605b-7f16-ec9b-503e-31c5bf81b299-22b46c9f, #w-node-f28e729c-6ad3-2592-1b3f-6056485b8053-22b46ca9, #w-node-fb230efd-e294-67f3-9325-a4cbcd395655-aef934ae, #w-node-a1f6821e-b91c-3ff2-315e-b03629842f8c-aef934ae {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d90b2217-4da0-3e2f-3cca-f6b6b6f239a7-22b46c9f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.woff2') format('woff2'), url('../fonts/THICCCBOI-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi Thicccaf';
  src: url('../fonts/THICCCBOI-ThicccAF.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}