@font-face {
  font-family: Fredoka Variablefont Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --black: black;
  --web-orange-dark: #cc8402;
  --web-orange: #ffa503;
  --serenade: #fff7ec;
  --web-orange-lighter: #ffedcc;
  --light-navy: #e5e5f3;
  --web-orange-light: #ffc04e;
  --light-grey: #afafaf;
  --_common-styles---navbar-bg: var(--web-orange-lighter);
  --dark-navy: #000087;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  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-commercecartquantity::placeholder {
  color: #999;
}

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  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-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 {
  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-commercecheckoutadditionalinputscontainer {
  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-commercecheckoutadditionaltextinput {
  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-commercecheckoutadditionaltextinput::placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutadditionaltextarea {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 76px;
  margin-bottom: 16px;
  padding: 8px 12px;
}

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

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

.w-commerce-commercecheckoutadditionalcheckboxwrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.w-commerce-commercecheckoutadditionalcheckbox {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

.w-commerce-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 {
    font-size: 16px;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutadditionaltextinput, .w-commerce-commercecheckoutadditionaltextarea, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fredoka Variablefont Wdth Wght, Trebuchet MS, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fredoka Variablefont Wdth Wght, Trebuchet MS, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fredoka Variablefont Wdth Wght, Trebuchet MS, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fredoka Variablefont Wdth Wght, Trebuchet MS, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fredoka Variablefont Wdth Wght, Trebuchet MS, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-family: Lato, Arial, sans-serif;
}

.image {
  width: 52px;
}

.div-block {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  text-align: left;
  font-family: Lato, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}

.container-large {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-section-large {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.padding-global {
  max-width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

.padding-global.decode-child-potential {
  background-color: #0000;
  background-image: url('../images/DNA.svg');
  background-position: 0 0;
  background-size: auto;
}

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

.margin-top.margin-medium, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.header1_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  height: 500px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.hero-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 450vw;
  max-width: 400px;
  height: auto;
  box-shadow: 0 2px 5px #0003;
}

.header1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.body {
  color: var(--black);
  background-color: #fff;
  font-family: Lato, Arial, sans-serif;
}

.cta-primary-button {
  border-style: solid;
  border-width: 1px 1px 5px;
  border-color: var(--web-orange-dark);
  background-color: var(--web-orange);
  color: var(--black);
  border-radius: 6px;
  font-family: Lato, Arial, sans-serif;
  font-weight: 400;
}

.content-section-1 {
  grid-row-gap: 80px;
  background-color: var(--serenade);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1440px;
  height: 100vh;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-section-title {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.content-section-title-inner {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-10 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

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

.hero-section-product {
  background-image: url('../images/math-symbols-background.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 0 auto;
  grid-template-rows: auto;
  margin-left: auto;
  margin-right: auto;
}

.card {
  background-color: var(--serenade);
  text-align: left;
  border: 1px solid #000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 300px;
  padding: 10px 20px;
  display: flex;
}

.card.card-1 {
  background-color: var(--web-orange-lighter);
}

.card.card-2 {
  background-color: var(--light-navy);
}

.list {
  padding-left: 20px;
  font-family: Lato, Arial, sans-serif;
}

.heading-11 {
  margin-bottom: 0;
}

.heading-12 {
  margin-top: 0;
}

.hero-section-copy {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.content-section {
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.content-section.one-test-two-insights {
  background-image: url('../images/Checkered-background-for-hero-optional.svg');
  background-position: 0 0;
  background-size: auto;
}

.content-section.decode-child-potential {
  background-color: #fff;
  background-image: url('../images/DNA.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.content-section.dna-testimonial {
  background-image: url('../images/Testimonial-module-background.svg');
  background-position: 0 0;
  background-size: auto;
}

.content-section.parents-love {
  background-color: #fff;
  background-image: url('../images/abstract-oval-and-circle-light.svg');
  background-position: 0 0;
  background-size: auto;
}

.content-section.faq-section {
  background-color: #fff;
}

.content-section.checked-bg {
  background-image: url('../images/Checkered-background-for-hero-optional.svg');
  background-position: 0 0;
  background-size: auto;
}

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

.content-section.hero-margin {
  margin-top: 5rem;
}

.hero-svg-pattern-1 {
  width: 100px;
  height: 50px;
  position: relative;
  bottom: -7%;
  left: -5%;
}

.hero-svg-pattern-2 {
  width: 80px;
  height: 50px;
  position: relative;
  bottom: -85%;
  left: 58%;
}

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

.heading-13 {
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
}

.heading-14 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-right: auto;
  display: flex;
}

.text-block {
  max-width: 45%;
}

.grid-3c1r {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  mix-blend-mode: darken;
}

.icon {
  mix-blend-mode: darken;
  width: 50px;
}

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

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

.icon-medium {
  mix-blend-mode: darken;
  width: 100px;
}

.testimonial-dna {
  border-radius: 10px;
  width: 35vw;
}

.image-3 {
  mix-blend-mode: darken;
}

.banner-blue {
  z-index: 1;
  mix-blend-mode: darken;
  background-image: url('../images/blue-squiggly-banner.svg');
  background-position: 50%;
  background-size: auto;
  position: relative;
  top: 10%;
}

.banner-orange {
  z-index: 1;
  mix-blend-mode: darken;
  background-image: url('../images/yellow-squiggly-banner.svg');
  background-position: 50%;
  background-size: auto;
  position: relative;
}

.banner-container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: flex;
}

.full-height {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.compare-at-price {
  color: var(--web-orange-dark);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: line-through;
}

.quick-stack {
  align-self: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.rich-text-block, .field-label {
  font-family: Lato, Arial, sans-serif;
}

.cell {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cell-2, .cell-3 {
  justify-content: flex-start;
  align-items: flex-start;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: stretch stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-4 {
  height: 100%;
}

.cell-4 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.rounded-border-image {
  border-radius: 5px;
  box-shadow: 2px 2px 5px #0003;
}

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.text-size-medium-2 {
  font-family: Lato, Arial, sans-serif;
  font-size: 1.125rem;
}

.faq1_list {
  border-bottom: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.faq1_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.faq1_answer {
  overflow: hidden;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.section_faq1 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

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

.product-section {
  height: 100%;
  overflow: visible;
}

.product-section.one-test-two-insights {
  background-image: url('../images/math-symbols-background.svg');
  background-position: 0 0;
  background-size: auto;
}

.product-section.decode-child-potential {
  background-color: #fff;
  background-image: url('../images/DNA.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.product-section.dna-testimonial {
  background-image: url('../images/Testimonial-module-background.svg');
  background-position: 0 0;
  background-size: auto;
}

.product-container {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  max-width: none;
  display: flex;
  overflow: visible;
}

.product-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-16 {
  font-family: Fredoka Variablefont Wdth Wght, Trebuchet MS, sans-serif;
}

.faq-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-secondary-button {
  border-style: solid;
  border-width: 1px 1px 5px;
  border-color: var(--web-orange-dark);
  background-color: var(--web-orange-lighter);
  color: var(--black);
  border-radius: 6px;
  font-family: Lato, Arial, sans-serif;
  font-weight: 400;
}

.padding-section-small {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.footer {
  grid-row-gap: 80px;
  background-color: #fff6e5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 80px 64px;
  text-decoration: none;
  display: flex;
}

.footer-container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.credits {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-1 {
  object-fit: cover;
}

.credits-2 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.footer-section {
  background-color: var(--light-navy);
  justify-content: center;
  align-items: center;
  min-height: 25vh;
  display: flex;
}

.footer-section.one-test-two-insights {
  background-image: url('../images/math-symbols-background.svg');
  background-position: 0 0;
  background-size: auto;
}

.footer-section.decode-child-potential {
  background-color: #fff;
  background-image: url('../images/DNA.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.footer-section.dna-testimonial {
  background-image: url('../images/Testimonial-module-background.svg');
  background-position: 0 0;
  background-size: auto;
}

.footer-section.parents-love {
  background-color: var(--serenade);
}

.padding-footer {
  width: 100vw;
  padding: 3% 5%;
}

.padding-footer.decode-child-potential {
  background-color: #0000;
  background-image: url('../images/DNA.svg');
  background-position: 0 0;
  background-size: auto;
}

.quick-stack-2 {
  padding-left: 0;
  padding-right: 0;
}

.grid-3 {
  grid-template-columns: 1fr .25fr;
}

.cart-sticky {
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  bottom: 100px;
}

.section {
  background-color: #fff;
  width: 100vw;
  height: 55px;
  position: absolute;
  inset: 0% 0% auto;
}

.product-price {
  text-align: left;
  margin-top: 0;
}

.pricing {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.default-state {
  text-align: left;
}

.container-2 {
  margin-top: 60px;
}

.grid-list-container {
  width: 100%;
}

.container-3 {
  margin-top: 60px;
}

.hero-section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
  display: block;
}

.rounded-border-image-square {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px;
  height: 60vh;
  box-shadow: 2px 2px 5px #0003;
}

.column-full-height {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 80px;
  display: flex;
}

.heading-center-aligned {
  text-align: left;
  align-self: center;
  margin-top: 0;
}

.full-height-compact {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.stacked-heading {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 0;
}

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

.profile-card-box {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 400px;
  padding: 30px 20px;
  display: flex;
  overflow: hidden;
}

.profile-image {
  object-fit: cover;
  border-radius: 100px;
  width: 100px;
  max-width: none;
  height: 100px;
}

.text-size-small {
  opacity: 1;
  text-overflow: ellipsis;
  height: auto;
  font-family: Lato, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  overflow: auto;
}

.text-size-small.text-small-scroll {
  text-overflow: clip;
  height: 100px;
}

.profile-card-2 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-clip: border-box;
  border-radius: 16px;
  height: 300px;
}

.profile-card-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.profile-card-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--web-orange-light);
  width: 100%;
  height: 50px;
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  font-family: Fredoka Variablefont Wdth Wght, Trebuchet MS, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 20px;
  display: block;
}

.profile-card-wrapper {
  border-radius: 15px;
  height: 400px;
  overflow: hidden;
  box-shadow: 2px 2px 5px #0003;
}

.profile-card-modal-wrapper {
  z-index: 10;
  opacity: 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #6b6b6b54;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.profile-card-modal {
  background-color: #fff;
  border-radius: 15px;
  width: 50vw;
  height: 80vh;
  padding: 20px;
  position: fixed;
  inset: 5% 0% 0% 25%;
  overflow: hidden;
  box-shadow: 2px 2px 5px #0003;
}

.profile-card-modal-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 30%;
  max-height: 90%;
  display: flex;
  overflow: auto;
}

.profile-card-modal-header {
  text-align: right;
  width: 100%;
}

.profile-close-button {
  color: var(--black);
  background-color: #fff0;
}

.hr {
  border-top: 1px solid gray;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}

.collection-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center stretch;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  display: flex;
}

.cta-group-contact {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 10px;
  display: flex;
}

.container-medium {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-section-compact {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 30vh;
  display: flex;
}

.content-section-compact.one-test-two-insights {
  background-image: url('../images/Checkered-background-for-hero-optional.svg');
  background-position: 0 0;
  background-size: auto;
}

.content-section-compact.decode-child-potential {
  background-color: #fff;
  background-image: url('../images/DNA.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.content-section-compact.dna-testimonial {
  background-image: url('../images/Testimonial-module-background.svg');
  background-position: 0 0;
  background-size: auto;
}

.content-section-compact.parents-love {
  background-color: #fff;
  background-image: url('../images/abstract-oval-and-circle-light.svg');
  background-position: 0 0;
  background-size: auto;
}

.content-section-compact.hiring-section {
  background-image: url('../images/Checkered-background-for-hero-optional.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.content-section-compact.light-navy-bg {
  background-color: var(--light-navy);
}

.content-section-compact.checked-bg {
  background-image: url('../images/Checkered-background-for-hero-optional.svg');
  background-position: 0 0;
  background-size: auto;
}

.body-2 {
  background-color: var(--serenade);
}

.profile-card-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section-compact {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-top: -4.5rem;
  padding-top: 100px;
  display: flex;
}

.hero-section-compact.checked-bg {
  background-image: url('../images/Checkered-background-for-hero-optional.svg');
  background-position: 0 0;
  background-size: auto;
}

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

.collection-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-size-small-long {
  opacity: 1;
  text-overflow: ellipsis;
  font-family: Lato, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 25px;
  overflow: auto;
}

.text-size-small-long.text-small-scroll {
  text-overflow: clip;
  height: 100px;
  overflow: scroll;
}

.text-size-small-long.profile-bio {
  padding-top: 40px;
}

.scroll-container {
  height: 100px;
  overflow: hidden;
}

.cell-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.cell-6 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.align-row {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.align-row.space-between {
  justify-content: space-between;
}

.align-row.margin-top {
  margin-top: 10px;
}

.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-embed {
  width: 30vw;
}

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

.map-embed {
  width: 50vw;
}

.tab-selector {
  cursor: pointer;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
}

.inline-icon {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.tabs-menu {
  flex-flow: row;
  display: flex;
}

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

.tabs-content {
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link {
  background-color: var(--serenade);
}

.tab-link.w--current {
  background-color: var(--web-orange-dark);
  color: #fff;
}

.stacked-heading-narrow {
  text-align: left;
  margin-top: -5px;
  margin-bottom: 0;
}

.nav-brand {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar1_component {
  border-bottom: 0px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar1_component:where(.w-variant-ff0f04e0-2fc0-7d94-39de-08e929e622a6) {
  background-color: #fff;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

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

.navbar1_dropdown-list {
  background-color: var(--serenade);
}

.navbar1_dropdown-list.w--open {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-small\>);
  padding: .5rem;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu.is-page-height-tablet {
  background-color: #0000;
}

.columns-2 {
  display: block;
}

.column-2 {
  flex-flow: column;
  display: flex;
}

.footer_link {
  color: var(--black);
  text-align: right;
  text-decoration: underline;
}

.footer_link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.copyright {
  color: #000;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Lato, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.hero-section-home {
  background-image: url('../images/math-symbols-background.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.big-number-text {
  font-size: 2rem;
}

.round-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--serenade);
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  width: 250px;
  height: 480px;
  padding: 25px;
  display: flex;
  overflow: hidden;
  box-shadow: 2px 2px 5px #0003;
}

.profile-image-small {
  object-fit: cover;
  border-radius: 100px;
  width: 50px;
  max-width: none;
  height: 50px;
}

.align-row-medium {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-self: stretch;
  display: flex;
}

.align-row-medium.space-between {
  justify-content: space-between;
}

.align-row-medium.margin-top {
  margin-top: 10px;
}

.video {
  width: 80vw;
  height: 80vh;
}

.feature-copy {
  line-height: 25px;
}

.grid-5 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-columns: 1fr 1fr 1fr;
}

.bursary-award-profile {
  border-radius: 5px;
  width: 250px;
  height: 250px;
  box-shadow: 2px 2px 5px #0003;
}

.hero-section-mini {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-top: -4.5rem;
  padding-top: 100px;
  display: flex;
}

.hero-section-mini.checked-bg {
  background-image: url('../images/Checkered-background-for-hero-optional.svg');
  background-position: 0 0;
  background-size: auto;
  height: 60vh;
}

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

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

.brow-heading {
  color: var(--light-grey);
  text-align: center;
  margin-top: -15px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.brow-heading.text-align-left {
  color: var(--light-grey);
  text-align: left;
}

.testimonial-slider {
  background-color: #0000;
  width: 80vw;
  height: 400px;
}

.mask {
  overflow: hidden;
}

.testimonial-slider-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--serenade);
  border-radius: 15px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  width: 80%;
  padding: 25px;
  display: flex;
  overflow: hidden;
  box-shadow: 2px 2px 5px #0003;
}

.testimonial-slider-card-wrap {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial-slider-arrow {
  color: var(--black);
}

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

.fs-card_component {
  border-radius: .25rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.fs-card_image {
  object-fit: cover;
  width: 100%;
  max-height: 24rem;
}

.logo-garden-image {
  width: 150px;
  height: 150px;
  margin: auto;
  display: block;
}

.padding-section-smaller {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.feature-copy-dense {
  font-family: Lato, Arial, sans-serif;
  line-height: 22px;
}

.product-template-body {
  background-color: #fff;
}

.column-responsive-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-18, .heading-19 {
  font-weight: 500;
}

.text-align-right {
  text-align: right;
}

.footer-social-logo {
  width: 20px;
  height: 20px;
  margin-top: auto;
  margin-bottom: auto;
}

.social-logo-garden {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.partners-card {
  background-color: var(--serenade);
  text-align: left;
  border: 1px solid #000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 300px;
  padding: 20px;
  display: flex;
}

.partners-card.card-1 {
  background-color: var(--web-orange-lighter);
}

.partners-card.card-2 {
  background-color: var(--light-navy);
}

.partners-image {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-center-align {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.empty-state {
  background-color: #fff0;
}

.product-listing-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: baseline;
  display: block;
}

.product-listing-image-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.career_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.career_title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.career_details {
  border-top-color: #000;
  padding-top: 10px;
  overflow: hidden;
}

.align-col {
  flex-flow: column;
  display: flex;
}

.career_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.careers-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-vertical-align {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.stacked-heading-bottom {
  text-align: left;
  margin-bottom: -15px;
}

@media screen and (max-width: 991px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    justify-content: center;
    align-items: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-image {
    height: auto;
  }

  .header1_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: .75fr 1.25fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .hero-svg-pattern-2 {
    bottom: -85%;
    left: 61%;
  }

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

  .compare-at-price {
    font-family: Fredoka Variablefont Wdth Wght, Trebuchet MS, sans-serif;
    font-weight: 300;
  }

  .quick-stack {
    align-self: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .padding-section-small {
    justify-content: center;
    align-items: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .grid-3 {
    align-items: start;
  }

  .product-price {
    font-family: Fredoka Variablefont Wdth Wght, Trebuchet MS, sans-serif;
    font-weight: 300;
  }

  .rounded-border-image-square {
    object-fit: contain;
    height: auto;
  }

  .column-full-height {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    min-height: 80vh;
    display: flex;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-links {
    background-color: var(--serenade);
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon1_line-top {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-bottom {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    background-color: #0000;
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer_link {
    width: auto;
    padding: .125rem 0;
    font-size: 14px;
  }

  .align-row-medium {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .padding-section-smaller {
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .container-large {
    height: auto;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-image {
    width: 50vw;
    height: auto;
  }

  .header1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .content-section.decode-child-potential {
    background-position: 50% 100%;
  }

  .content-section.parents-love {
    background-position: 50% 0;
  }

  .hero-svg-pattern-1 {
    left: -6%;
  }

  .hero-svg-pattern-2 {
    bottom: -62%;
    left: 131px;
  }

  .banner-orange {
    background-position: 50%;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .product-container-large, .faq-container-large {
    height: auto;
  }

  .padding-section-small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .column-full-height {
    justify-content: flex-start;
    align-items: stretch;
    min-height: auto;
    margin-top: 20px;
  }

  .text-size-small {
    font-size: 1rem;
  }

  .profile-card-modal-wrapper {
    z-index: 1;
  }

  .profile-card-modal {
    width: 100vw;
    left: 0%;
  }

  .container-medium {
    height: auto;
  }

  .content-section-compact {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-section-compact.decode-child-potential {
    background-position: 50% 100%;
  }

  .content-section-compact.parents-love {
    background-position: 50% 0;
  }

  .text-size-small-long {
    font-size: 1rem;
  }

  .cell-5 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .form-embed {
    width: 90vw;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .align-row-medium {
    flex-flow: column;
  }

  .padding-section-smaller {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .column-responsive-flex {
    display: block;
  }

  .career_title {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .careers-container-large {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header1_image-wrapper {
    padding-top: 0;
  }

  .hero-image {
    width: 80vw;
    height: auto;
  }

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

  .hero-section-product {
    height: auto;
  }

  .hero-svg-pattern-1 {
    left: -7%;
  }

  .hero-svg-pattern-2 {
    top: 269px;
    left: 102px;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
  }

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

  .grid-3c1r {
    grid-template-columns: 1fr;
    align-self: auto;
  }

  .grid-4c1r {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2c1r {
    grid-template-columns: 1fr;
  }

  .testimonial-dna {
    width: 80vw;
  }

  .hero-section {
    height: auto;
  }

  .collection-list-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .hero-section-compact {
    height: auto;
  }

  .align-row {
    flex-flow: column;
  }

  .hero-section-home {
    height: auto;
  }

  .align-row-medium {
    flex-flow: column;
  }

  .hero-section-mini {
    height: auto;
  }

  .fs-card_image {
    max-height: 50vw;
  }
}

#w-node-_7a4ca2f0-0425-ee4d-110c-9551a3cf244c-2528f2b1, #w-node-b6a6bd60-d29d-7120-988a-b0a838fc6a2b-2528f2b1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_98b3cea6-55cf-6adb-07c3-02bf05b1c3da-dc1655d0, #w-node-_7e49b6cd-e03b-e0ec-99a0-7b8226c88095-cddbaa44 {
  align-self: center;
}

#w-node-_5992b949-659f-c003-8727-0ca2db534a01-f248531b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a89abcfd-81ce-fbe4-e4d6-41a900124b2e-861424da {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_5992b949-659f-c003-8727-0ca2db534a01-f248531b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Fredoka Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}