:root {
  --dim-grey: #62717a;
  --grey: #eff6f8;
  --dark: #0d1014;
  --heineken-green: #008200;
  --alice-blue: #e4eff3;
  --primary-green: #134e2e;
  --dodger-blue: #acd75b;
  --background-green: #eaf3ca;
  --highlight-green: #acd75b;
  --waves-library--white: white;
  --waves-library--black: #131313;
  --waves-library--dark-elevation: #ede0d8;
  --white-smoke: #f6fafb;
  --button-background: #e2ebf0;
  --color-2: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

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

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

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

p {
  color: var(--dim-grey);
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  background-color: var(--grey);
  border-radius: .5rem;
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.delete-this-button {
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .6rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
}

.heading-medium {
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-large {
  color: var(--grey);
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.35;
}

.heading-large.heading-founder {
  color: var(--grey);
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  color: var(--grey);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.6;
}

.text-size-large.about {
  font-size: 19px;
  line-height: 160%;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  color: var(--grey);
  font-size: 19px;
  line-height: 160%;
}

.text-size-regular.text-box {
  color: var(--grey);
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  height: 1.5rem;
  filter: invert();
  justify-content: center;
  align-items: center;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: rgba(168, 193, 216, .2);
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

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

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

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  margin-left: 0;
  font-size: .875rem;
  font-weight: 400;
}

.text-size-small.text-color-grey {
  margin-bottom: 0;
}

.text-rich-text {
  flex-direction: column;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  max-width: 42rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin-right: 3.5rem;
}

.text-rich-text h5 {
  max-width: 42rem;
  margin-top: 1.25rem;
  margin-bottom: .75rem;
  margin-right: 3.5rem;
}

.text-rich-text h6 {
  max-width: 42rem;
  margin-top: 1.25rem;
  margin-bottom: .5rem;
  margin-right: 3.5rem;
}

.text-rich-text p {
  max-width: 42rem;
  margin-bottom: .75rem;
  margin-right: 3.5rem;
  font-size: 1.125rem;
}

.text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.text-rich-text img {
  border-radius: .5rem;
}

.text-rich-text figure {
  border-radius: .5rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  left: -1rem;
  overflow: hidden;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: none;
}

.max-width-medium.about {
  max-width: none;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  color: var(--grey);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.25;
}

.heading-xlarge.hero-section-heading {
  font-size: 42px;
}

.max-width-xsmall {
  width: 100%;
  max-width: 20rem;
}

.form-input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.page-wrapper {
  color: #000;
  font-family: Eudoxussans, sans-serif;
}

.page-wrapper.page-wrapper-about {
  background-color: #fff;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

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

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  width: 100%;
  background-color: #103d09;
  background-image: none;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.page-padding.footer {
  background-color: #134e2e;
  background-image: radial-gradient(circle, #008200, #005600 90%);
}

.page-padding.footer-background {
  background-color: rgba(255, 255, 255, 0);
}

.page-padding.page-padding-services {
  background-image: linear-gradient(#103d09, #103d09 32%, #092206);
}

.page-padding.page-padding-services-2 {
  background-color: var(--grey);
  display: none;
}

.page-padding.page-padding-vision {
  background-color: rgba(255, 255, 255, 0);
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.page-padding.page-padding-founder {
  background-color: rgba(255, 255, 255, 0);
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

.show-tablet {
  display: none;
}

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

.max-width-large.about {
  max-width: none;
}

.text-color-grey {
  color: var(--dim-grey);
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 24rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  z-index: 10;
  border-bottom: 1px solid var(--grey);
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  font-family: Eudoxussans, sans-serif;
  position: relative;
}

.main-wrapper.contact-page-wrapper {
  background-color: #005600;
  background-image: linear-gradient(#103d09, #103d09 25%, #092206);
  background-position: 0 0;
  background-size: auto;
}

.main-wrapper.main-wrapper-about {
  background-color: var(--heineken-green);
  background-image: linear-gradient(#103d09, #103d09 23%, #092206);
  background-position: 0 0;
  background-size: auto;
}

.main-wrapper.wrapper-media-section {
  background-image: linear-gradient(#103d09, #092206);
  background-position: 0 0;
  background-size: auto;
}

.container-medium {
  width: 100%;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  color: #386eec;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  height: auto;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 0;
  font-weight: 400;
  line-height: 1.7;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2.5rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge, .margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 9rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

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

.margin-bottom.margin-xlarge {
  margin-bottom: 2rem;
}

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

.margin-bottom.margin-huge.margin-bottom-about {
  margin-bottom: 1rem;
}

.margin-bottom.margin-small {
  margin-left: 0;
}

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

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

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

.padding-top.padding-xhuge.vision-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

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

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge.padding-founder-section {
  padding-top: 7rem;
  padding-bottom: 5rem;
}

.padding-vertical.padding-xhuge.padding-service-page {
  padding-bottom: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-small.heading-media-link {
  color: var(--grey);
  font-size: 1.5rem;
  font-style: normal;
  text-decoration: underline;
}

.heading-xsmall {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fs-styleguide_message-outer {
  min-height: 100vh;
  color: #fff;
  padding: .75rem;
  display: flex;
}

.fs-styleguide_message-inner {
  width: 100%;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.fs-styleguide_messege-content {
  max-width: 30rem;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--grey);
  color: var(--dark);
  border-radius: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 2.25rem 2rem;
  display: flex;
}

.page-padding-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: minmax(3.5rem, 1fr) minmax(auto, 96rem) minmax(3.5rem, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.page-padding-grid.hero-section {
  background-image: linear-gradient(#008200, #008200 30%, #007100 58%, #003800);
}

.page-padding-grid.feature-section {
  background-image: none;
}

.navbar {
  height: 5.5rem;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(239, 246, 248, .5);
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  height: 100%;
  color: #000;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.button {
  z-index: 10;
  min-width: 8rem;
  color: #000;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #d1dfe4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.875rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.nav-button {
  min-width: auto;
  background-color: rgba(19, 78, 46, 0);
  border-style: solid;
  padding: .75rem 1.75rem;
}

.button.white-button {
  background-color: #fff;
}

.button.dark-button {
  color: var(--grey);
  background-color: rgba(19, 78, 46, 0);
  border-style: solid;
}

.navbar-right-links {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  display: flex;
}

.navbar-component {
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  display: grid;
}

.button-text-wrapper {
  z-index: 10;
  height: 1.5rem;
  color: var(--grey);
  flex-direction: column;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-wrapper {
  height: 100%;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.brand {
  width: 150px;
  max-width: none;
  min-width: auto;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.brand.w--current {
  width: 150px;
  max-width: none;
  min-width: auto;
  margin-top: 0;
  padding-top: 0;
}

.section-home-intro {
  overflow: hidden;
}

.section-business-type.feature-section {
  background-color: var(--grey);
}

.business-type-component {
  min-height: 90vh;
  justify-content: center;
  padding-top: 4rem;
  display: flex;
}

.business-type-component.home-feature-section {
  display: none;
}

.business-slider {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
  padding-top: 0;
  padding-bottom: 1rem;
}

.business-slide-content {
  height: 100%;
  min-height: 40rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.student-slide-content {
  justify-content: space-between;
  display: flex;
}

.student-slide-content.reverse-student-slide {
  width: 100%;
}

.business-slide-arrow {
  width: 12rem;
  height: auto;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px none var(--alice-blue);
  color: #fff;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0);
  justify-content: flex-end;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  display: flex;
  top: auto;
  bottom: 2.25rem;
  left: 8rem;
  right: 0;
  overflow: visible;
}

.business-slide-arrow.left-slide-arrow {
  left: 0;
  right: 15rem;
}

.business-slide-arrow.right-slide-arrow {
  justify-content: flex-start;
  left: 15rem;
}

.business-slide-image {
  width: 50vw;
  min-width: 50vw;
  justify-content: flex-end;
  padding: 0;
  display: flex;
  position: relative;
}

.slide-content {
  z-index: 20;
  width: 50%;
  max-width: 32rem;
  background-color: var(--primary-green);
  background-image: linear-gradient(to bottom, var(--heineken-green), #005600);
  color: var(--grey);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
  padding: 3.5rem;
  display: flex;
  position: relative;
}

.business-image-layer-one {
  width: 50%;
  height: 100%;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.business-image-layer-two {
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  display: flex;
}

.business-image {
  width: 100%;
  height: 100%;
  min-width: 100vw;
  border-right: 1px none var(--grey);
  background-image: url('../images/Cohort-six.jpeg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.business-image.two {
  background-image: url('../images/Cohort-nine-small.jpeg');
  background-position: 50% 70%;
}

.business-image-wrapper {
  z-index: 10;
  width: 100%;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.business-image-base {
  width: 100vw;
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.business-slide-cover {
  width: 100%;
  justify-content: center;
  display: flex;
}

.slide-arrow-icon {
  width: 1rem;
  filter: invert();
}

.span-name {
  color: #fff;
  white-space: nowrap;
  background-color: #3f8ef1;
  border-radius: 1rem;
  margin-top: -1.25rem;
  margin-left: -1rem;
  padding: .2rem .875rem;
  font-size: .875rem;
  line-height: 1.5;
  display: inline-block;
  position: absolute;
}

.span-name.two {
  background-color: #b6496b;
}

.span-name.three {
  background-color: #5088a3;
}

.intro-text {
  width: 100%;
  max-width: 50rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
}

.intro-paragraph {
  flex-direction: column;
  font-size: 3.25rem;
  line-height: 1.45;
}

.span-avatar {
  width: 3.75rem;
  height: 3.75rem;
  text-align: left;
  white-space: nowrap;
  background-image: url('../images/Placeholder.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: .5rem;
  margin-left: .5rem;
  margin-right: .5rem;
  font-size: .875rem;
  line-height: 7.5;
  text-decoration: none;
  transition: border-radius .4s cubic-bezier(.25, .46, .45, .94), border-color .4s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
  bottom: -.875rem;
}

.span-avatar:hover {
  border-color: #3f8ef1;
  border-radius: 2rem;
}

.span-avatar.two {
  background-image: url('../images/square-five.jpg');
}

.span-avatar.two:hover {
  border-color: #b6496b;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.span-avatar.three {
  background-image: url('../images/square-seven.jpg');
}

.span-avatar.three:hover {
  border-color: #5088a3;
  border-bottom-left-radius: .5rem;
}

.span-avatar.one {
  white-space: nowrap;
  background-image: url('../images/square-two.jpg');
}

.hide-slide-nav {
  display: none;
}

.slide-arrow {
  width: 17%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.slide-arrow.large {
  width: 20%;
}

.slider-arrow-circle {
  width: 4rem;
  height: 4rem;
  background-color: var(--alice-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: -3rem;
  margin-left: -2rem;
  display: flex;
}

.hover-arrow-wrapper {
  z-index: 10;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-background {
  width: 100%;
  height: 175%;
  min-width: 4.5rem;
  background-color: var(--primary-green);
  color: var(--grey);
  border-radius: 100%;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.home-cohort-grid {
  width: 100%;
  grid-column-gap: 9rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-collection-list {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -28rem;
  display: grid;
}

.cohort-card {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.collection-cohort-item:nth-child(2n+1) {
  margin-top: -29rem;
  margin-bottom: 29rem;
}

.card-collection-intro {
  width: 100%;
  max-width: 25rem;
  min-height: 25rem;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1rem;
  display: flex;
}

.cohort-card-info {
  max-width: 34rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.section-home-video {
  z-index: 10;
  display: none;
  position: relative;
}

.link-arrow-hover {
  z-index: 10;
  width: 4rem;
  height: 4rem;
  background-color: var(--dodger-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: -3rem;
  margin-left: -2rem;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-arrow-icon {
  z-index: 10;
  height: 1rem;
  position: relative;
}

.viewport-mouse-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.card-arrow-trigger {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-arrow-circle-icon {
  height: 1rem;
}

.slider-home-hero {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
}

.home-hero-slide-content {
  min-height: 100vh;
  justify-content: space-between;
  padding-top: 4rem;
  display: flex;
}

.home-hero-slide-arrow {
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.home-hero-slide-arrow.right-hero-arrow {
  display: none;
}

.home-hero-slide-left {
  max-width: 30rem;
  color: var(--grey);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 3rem;
  margin-right: 2rem;
  padding: 3rem 0;
  display: flex;
}

.home-hero-slide-right {
  width: 50vw;
  padding: 2rem 1rem 1rem 0;
}

.home-hero-slide-images {
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-hero-slide-strip {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: .4fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-hero-slide-strip.reverse-hero-strip {
  grid-template-rows: 1fr 1fr .4fr;
}

.hero-column-image {
  z-index: 10;
  width: 100%;
  position: relative;
}

.hero-column-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-nav-hero {
  width: 4rem;
  align-items: flex-end;
  margin-left: -6px;
  font-size: 6px;
  display: none;
  top: auto;
  bottom: 3rem;
  left: 0%;
  right: auto;
}

.home-hero-mask {
  margin-left: 1rem;
}

.clip {
  margin-top: -20rem;
  padding-top: 20rem;
  overflow: hidden;
}

.play-icon {
  width: 1.25rem;
  margin-left: .2rem;
}

.text-color-white {
  color: #fff;
}

.underline-link {
  height: 1.85rem;
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.underline-link.dark {
  color: #000;
}

.arrow-icon-wrapper {
  width: .875rem;
  justify-content: flex-end;
  align-items: center;
  margin-left: .875rem;
  padding-top: 2px;
  display: flex;
  overflow: hidden;
}

.arrow-icon {
  width: .875rem;
  opacity: 1;
  filter: none;
  margin-top: 3px;
}

.info-scroll-image {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.feature-content {
  z-index: 10;
  min-height: 100vh;
  justify-content: center;
  display: flex;
  position: relative;
}

.overlay {
  z-index: 2;
  background-color: rgba(15, 19, 22, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.light-overlay {
  background-color: rgba(15, 19, 22, .07);
}

.video-feature-bottom {
  z-index: 10;
  text-align: center;
  padding-bottom: 9rem;
  position: relative;
}

.video-feature-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  display: grid;
}

.feature-component {
  flex-direction: column;
  display: flex;
}

.feature-middle-column {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: -100vh;
  padding-bottom: 4rem;
  display: flex;
}

.video-feature {
  max-width: 25rem;
}

.video-feature.centered {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.feature-video-lightbox {
  z-index: 10;
  width: 5rem;
  height: 5rem;
  min-height: 5rem;
  min-width: 5rem;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.feature-column {
  grid-column-gap: 30rem;
  grid-row-gap: 30rem;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  margin-top: 90vh;
  margin-bottom: -25vh;
  padding-bottom: 70px;
  display: grid;
}

.feature-column.right-feature-column {
  margin-top: 125vh;
  margin-bottom: 0;
}

.info-scroll-background {
  height: 100vh;
  margin-top: -4rem;
  padding: 4rem 1rem 1rem;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.feature-video {
  height: 75vh;
  justify-content: center;
  align-items: center;
  margin-bottom: -20vh;
  padding-top: 40vh;
  padding-bottom: 30vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

.scroll-image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.feature-video-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 0;
  display: flex;
}

.curriculum-week {
  width: 7rem;
  height: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.move-top-item {
  height: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonials-component {
  min-height: 500px;
}

.slider-testimonials {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.mask-testimonials {
  height: 100%;
  max-width: 50vw;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.slide-arrow-testimonials {
  width: 6vw;
  height: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 50vw;
  right: auto;
  overflow: visible;
}

.slide-arrow-testimonials.right {
  justify-content: flex-start;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.testimonial-slide-images {
  width: 50vw;
  min-width: 50vw;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 0;
  display: grid;
  position: relative;
}

.testimonial-slide-content {
  max-width: 45rem;
  min-height: 100vh;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 6vw 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.testimonial-image {
  z-index: 10;
  width: 100%;
  height: 25vw;
  max-width: 25vw;
  background-color: var(--grey);
  outline-offset: 0px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: .5rem;
  outline: 3px #000;
  justify-content: center;
  align-items: center;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-image.w--current {
  outline-color: var(--dodger-blue);
}

.testimonial-image.testimonialactive {
  border-color: #3f8ef1;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
}

.testimonialactive {
  border-radius: 2rem;
}

.testimonial-block {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-arrow-item {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.testimonial-avatar {
  width: 4rem;
  height: 4rem;
  outline-color: var(--dodger-blue);
  outline-offset: 0px;
  cursor: pointer;
  border: 2px solid rgba(63, 142, 241, 0);
  border-radius: 100%;
  outline-width: 2px;
  outline-style: none;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.testimonial-avatar:hover {
  border-color: var(--alice-blue);
}

.testimonial-avatar.avatar-active {
  border-style: solid;
  border-color: #3f8ef1;
  border-radius: 100%;
  transform: scale(1.05);
}

.testimonial-avatar-image {
  width: 105%;
  height: 105%;
  max-width: 105%;
  object-fit: cover;
}

.text-size-xlarge {
  font-size: 2.25rem;
}

.intro-centered {
  max-width: 40rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-testimonial-slider {
  border-top: 1px none var(--alice-blue);
  display: block;
}

.footer-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  color: var(--grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-weight: 500;
  display: grid;
}

.footer-brand {
  width: 100%;
  max-width: none;
  justify-content: center;
  align-items: flex-start;
  font-size: 28px;
  line-height: 1.2em;
  display: flex;
}

.footer-bottom {
  border-top: 1px solid var(--background-green);
  background-color: var(--primary-green);
  color: var(--dim-grey);
  background-image: radial-gradient(circle, #008200, #005600);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.footer-list-columns {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.footer-legal-block {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  justify-items: start;
  display: grid;
}

.section-footer {
  z-index: 5;
  background-color: #0c2a07;
  background-image: radial-gradient(circle, #103d09, #092206);
  border-top: 1px #171b1f;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: center;
  display: grid;
}

.legal-separator {
  width: 1px;
  height: 18px;
  background-color: var(--alice-blue);
}

.footer-columns {
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.footer-link {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: .4rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.footer-link.w--current {
  justify-content: center;
}

.footer-bottom-block {
  font-size: 14px;
}

.footer-wrapper {
  max-height: 60vh;
  background-color: #005600;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.about-hero-component {
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 4rem;
  display: flex;
}

.about-hero-top {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.about-hero-bottom {
  min-height: 30vw;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  padding-left: .5rem;
  padding-right: .5rem;
  display: grid;
}

.about-hero-column {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column-image-wrapper {
  z-index: 10;
  border-radius: .5rem;
  flex: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.column-image-spacer {
  z-index: 10;
  height: 8vw;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.story-component {
  grid-column-gap: 3.75rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 40% 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  display: grid;
}

.about-stat-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.banner-component {
  z-index: 10;
  min-height: 60vh;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-banner-background {
  background-image: url('../images/cohort-twentysix-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner-content {
  z-index: 15;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-strip {
  color: #fff;
  white-space: nowrap;
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-size: 6vw;
  line-height: 1;
  display: flex;
}

.about-banner-text {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  padding-right: 0;
  display: grid;
}

.banner-description {
  max-width: 25rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.image-background-sticky {
  max-height: 80vh;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.image-background {
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: url('../images/Laxmi-Narasimhan.jpg');
  background-position: 50%;
  background-size: contain;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.image-background.image-background-founder {
  height: 100%;
  background-position: 50%;
}

.about-quote {
  max-width: 50rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.image-full {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.about-stat {
  border: 1px solid var(--alice-blue);
  text-align: center;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.stat-number {
  font-size: 2.125rem;
  font-weight: 500;
}

.teachers-component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.teacher-card {
  flex-direction: column;
  display: flex;
}

.card-image {
  z-index: 10;
  width: 100%;
  height: 55vw;
  max-height: 40rem;
  border-radius: .5rem;
  margin-bottom: 1.75rem;
  position: relative;
  overflow: hidden;
}

.card-image.card-image-small {
  height: 32vw;
}

.teacher-card-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.teacher-card-title {
  justify-content: space-between;
  margin-bottom: .25rem;
  display: flex;
}

.teacher-cards {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
}

.teacher-component-title {
  height: 25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.quote-credit {
  text-align: left;
  align-items: center;
  display: flex;
}

.credit-avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  margin-right: 1.25rem;
  position: relative;
  overflow: hidden;
}

.quote-name {
  margin-bottom: .2rem;
}

.story-content {
  padding-top: 4rem;
  padding-bottom: 0;
}

.about-hero-intro {
  max-width: 50rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.resources-hero-component {
  min-height: 100vh;
  justify-content: space-between;
  margin-top: 4rem;
  padding-top: 1rem;
  display: flex;
}

.resources-hero-component.media-page-component {
  margin-top: 6rem;
}

.featured-resources {
  width: 50vw;
  flex-direction: column;
  padding-right: 1rem;
  display: flex;
}

.featured-collection-wrapper {
  height: 100%;
}

.featured-collection-list {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.collection-card {
  width: 100%;
}

.collection-card.collection-card-2 {
  margin-top: 60px;
}

.featured-image-wrapper {
  z-index: 10;
  height: 38vw;
  border-radius: .5rem;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}

.featured-collection-item {
  margin-bottom: 4rem;
  overflow: hidden;
}

.featured-card-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: .875rem;
  padding-right: .875rem;
  display: flex;
}

.tag-category {
  border-bottom: 1px solid var(--alice-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: .2rem;
  font-size: .75rem;
}

.tag-category.large-tag {
  letter-spacing: 1px;
  font-size: 1rem;
}

.resources-hero-title {
  max-height: 100vh;
  max-width: 45rem;
  flex-direction: row;
  flex: 1;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: -4rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
  padding-right: 3rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

.scroll-link {
  z-index: 10;
  width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  min-width: 3.5rem;
  border: 1px solid var(--alice-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: none;
  position: relative;
  overflow: hidden;
}

.scroll-link.scroll-link-about {
  display: block;
}

.resource-intro {
  max-width: 30rem;
  padding-bottom: 3.5rem;
  padding-left: 2rem;
}

.resources-list {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 13rem;
  display: none;
}

.section-resources-list {
  position: relative;
}

.section-resources-hero {
  background-image: none;
}

.all-cohorts-image-wrapper {
  z-index: 10;
  width: 50%;
  height: 40rem;
  min-height: 90vh;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.all-cohorts-info {
  max-width: 34rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 4rem 6rem;
  display: flex;
}

.all-coohorts-item {
  justify-content: space-between;
  margin-bottom: 1rem;
  display: flex;
}

.all-coohorts-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.resource-collection-item {
  overflow: hidden;
}

.resource-collection-item:nth-child(2n) {
  margin-top: 13rem;
  margin-bottom: -13rem;
}

.resource-image-wrapper {
  z-index: 10;
  height: 34vw;
  border-radius: .5rem;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}

.teacher-component {
  min-height: 100vh;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 33.33% 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 4rem;
  display: grid;
}

.teacher-hero-content {
  height: 100vh;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: -4rem;
  padding-top: 15vh;
  padding-bottom: 4rem;
  padding-right: 2rem;
  display: grid;
}

.section-teacher-hero {
  border-bottom: 1px none var(--alice-blue);
}

.teacher-block {
  border-bottom: 1px none var(--alice-blue);
  padding-top: 6rem;
  padding-bottom: 4rem;
  padding-left: 0;
}

.teacher-content {
  max-width: 40rem;
  padding-left: 4rem;
}

.teacher-history-coponent {
  border-bottom: 1px solid var(--alice-blue);
}

.list-item {
  border-top: 1px solid var(--alice-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
  display: flex;
}

.teacher-hero {
  padding-bottom: 4rem;
  padding-left: 0;
}

.teacher-portrait {
  height: 100vh;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: -4rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.teacher-portrait-image {
  z-index: 10;
  height: 80vh;
  max-height: 49vw;
  max-width: 55vh;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.teacher-right {
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.teacher-tile-top {
  max-width: 55vh;
  background-image: url('../images/Placeholder.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  flex: 1;
  margin-bottom: 0;
  padding: 0;
}

.teacher-history {
  justify-content: space-between;
  display: flex;
}

.history-image {
  width: 50%;
  max-height: 100vh;
  margin-top: -4rem;
  margin-left: 8rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.history-content {
  flex: 1;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.history-list {
  border-bottom: 1px solid var(--alice-blue);
  flex-direction: column;
  display: flex;
}

.history-item-content {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.history-image-wrapper {
  z-index: 10;
  width: 100%;
  height: 100%;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.next-component {
  z-index: 10;
  height: 100%;
  max-width: 34rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.next-image {
  width: 17rem;
  height: 25rem;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  margin-bottom: -10rem;
  position: relative;
  overflow: hidden;
}

.next-image.horizontal-next-image {
  width: 25rem;
  height: 17rem;
  margin-bottom: -5rem;
}

.next-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.next-name {
  margin-bottom: 3.75rem;
}

.mouse-arrow-trigger {
  z-index: 10;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.scroll-link-icons {
  z-index: 20;
  height: .875rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cohort-hero-top {
  width: 50vw;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 4rem;
  padding-top: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.cohort-hero-wrapper {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
}

.cohort-hero-intro {
  max-width: 37rem;
  min-height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 4rem;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.about-hero-scroll-link {
  margin-top: 4rem;
}

.section-cohorts {
  z-index: 10;
  border-bottom: 1px solid var(--alice-blue);
  position: relative;
}

.section-all-cohorts {
  z-index: 25;
  position: relative;
}

.hero-scroll-link {
  margin-top: auto;
}

.support-hero-component {
  min-height: 100vh;
  justify-content: space-between;
  padding-top: 0;
  display: flex;
}

.cohort-hero-image {
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: 35vw;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.how-to-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  display: grid;
}

.how-to-item {
  max-width: 25rem;
  flex-direction: column;
  display: flex;
}

.post-hero-component {
  min-height: 50vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50vw 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  display: grid;
}

.post-hero-content {
  height: 100%;
  max-width: 60rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 4rem;
  padding-left: 6rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.post-body-component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr .65fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-author-box {
  max-width: 20rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 9rem;
}

.teacher-collection-card:nth-child(2n) {
  margin-top: -25rem;
  margin-bottom: 25rem;
}

.cohort-intro {
  max-width: 30rem;
}

.hero-image-half {
  width: 50vw;
  height: 100vh;
  margin-right: 3rem;
  padding: 6rem 1rem 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.support-hero-background {
  z-index: 10;
  width: 90%;
  height: 90%;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.support-left-side {
  max-width: 34rem;
  flex-direction: column;
  flex: 1;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 5rem;
  padding-left: 0;
  display: flex;
}

.text-field {
  height: auto;
  min-height: 4rem;
  border: 1px solid var(--highlight-green);
  color: var(--dark);
  background-color: rgba(255, 255, 255, 0);
  border-radius: .5rem;
  margin-bottom: 1.5rem;
  padding: 1.25rem 1.75rem;
  font-size: 1rem;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
}

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

.text-field::-ms-input-placeholder {
  color: var(--dim-grey);
}

.text-field::placeholder {
  color: var(--dim-grey);
}

.text-field.large-text-field {
  min-height: 8rem;
}

.button-submit {
  background-color: var(--dark);
  border-radius: 100px;
  margin-bottom: 1rem;
  margin-left: auto;
  padding: 1.25rem 1.75rem;
  font-size: 1rem;
  line-height: 1;
}

.form-block {
  margin-bottom: 5rem;
}

.contacts-list {
  border-bottom: 1px solid var(--alice-blue);
}

.contacts-item {
  border-top: 1px solid var(--highlight-green);
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 0;
  display: flex;
}

.contacts-text-wrapper {
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.product-hero-component {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.product-hero-image {
  max-height: 100vh;
  border-radius: 1rem;
  flex: 1;
  margin-left: 1rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.product-hero-content {
  width: 100%;
  max-width: 33rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: auto;
  padding-top: 9rem;
  padding-bottom: 6rem;
  padding-left: 5rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.product-select {
  width: 100%;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--alice-blue) black;
  background-color: rgba(243, 243, 243, 0);
  margin-bottom: 0;
  padding: 0;
  font-size: 1rem;
}

.product-hero-bottom {
  width: 100%;
}

.product-hero-background {
  width: 100%;
  height: 100%;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.add-to-cart-button {
  width: 100%;
  background-color: var(--dark);
  border-radius: 100px;
  justify-content: center;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.testimonial-basic-component {
  overflow: hidden;
}

.testimonial-basic-slider {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.testimonial-basic-mask {
  width: 60%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.testimonial-basic-content {
  max-width: 42rem;
  min-width: 37rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 2rem 0;
  display: flex;
}

.select-field {
  display: none;
}

.dropdown-toggle {
  width: 100%;
  text-transform: none;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  display: flex;
}

.dropdown-link {
  border-bottom: 1px none var(--alice-blue);
  color: var(--dim-grey);
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1.5rem;
  transition: color .4s linear;
  display: flex;
  position: relative;
}

.dropdown-link:hover {
  color: #000;
}

.dropdown-link:focus {
  outline-offset: 0px;
  outline: 3px #000;
}

.dropdown-link.w--current {
  color: var(--dark);
}

.dropdown-list {
  background-color: #776b6b;
}

.dropdown-list.w--open {
  background-color: rgba(255, 255, 255, 0);
}

.dropdown-list-wrapper {
  border: 1px solid var(--alice-blue);
  border-radius: .5rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.dropdown-text {
  z-index: 10;
  position: relative;
}

.option-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px none var(--alice-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.option-item:first-child {
  border-top: 1px solid var(--alice-blue);
}

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

.dropdown-base {
  background-color: #fff;
  flex-direction: column;
  display: flex;
}

.youtube-wrapper {
  z-index: 10;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.tag-wrapper {
  align-items: center;
  display: flex;
}

.price-text {
  letter-spacing: .5px;
  margin-left: .5rem;
  padding-bottom: .2rem;
  font-size: .875rem;
}

.default-state {
  margin-bottom: 0;
}

.slide-nav-custom {
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  padding: 0 .75rem 2rem;
  display: flex;
}

.product-info {
  width: 100%;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.rich-text-block-basic h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.rich-text-block-basic p {
  margin-bottom: .75rem;
  font-size: 1.125rem;
}

.rich-text-block-basic h4, .rich-text-block-basic h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.rich-text-block-basic h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.rich-text-block-basic h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
  font-size: 1rem;
}

.rich-text-block-basic h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.tab-bottom-wrapper {
  overflow: hidden;
}

.tab-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--highlight-green);
  background-color: rgba(249, 250, 251, 0);
  border-radius: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-bottom: 0;
  padding: 3rem 2.25rem;
  display: grid;
}

.tab-bottom.tab-bottom-full-width {
  border: 1px solid var(--highlight-green);
  background-color: var(--background-green);
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  justify-content: flex-start;
  display: flex;
}

.tab-icon-image {
  width: 1.5rem;
}

.tab-item {
  border-top: 1px #e3eef3;
  border-bottom: 1px solid #e3eef3;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--background-green);
  border: 1px #f0f4f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: stretch;
  align-items: center;
  justify-items: stretch;
  padding: 0 2rem;
  display: grid;
}

.curriculum-list {
  border-top: 1px solid #e3eef3;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.tab-item-padding {
  cursor: pointer;
  padding: 3rem 0;
}

.tab-icon {
  width: 4rem;
  height: 4rem;
  background-color: var(--highlight-green);
  border: 1px solid #e3eef3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.curriculum-details {
  flex: 1;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-top: 0;
  padding-right: 0;
}

.tab-title {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.about-story {
  max-width: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-columns {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.faq-list {
  border-top: 1px solid var(--alice-blue);
}

.scroll-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.dark-overlay {
  background-color: rgba(15, 19, 22, .55);
}

.hero-heading {
  z-index: 10;
  position: relative;
}

.faq-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50%;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-post-body {
  border-bottom: 1px solid var(--alice-blue);
}

.column-images {
  z-index: 15;
  border-radius: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.curriculum-description {
  max-width: 20rem;
}

.product-teacher {
  justify-content: flex-start;
  display: flex;
}

.teacher-avatar {
  width: 5rem;
  height: 5rem;
  min-height: 5rem;
  min-width: 5rem;
  border-radius: 100%;
  margin-right: 1.875rem;
  position: relative;
  overflow: hidden;
}

.teacher-bio {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.product-teacher-details {
  min-height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.product-teacher-name {
  margin-bottom: .5rem;
}

.curriculum-bottom-content {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  background-color: #f9fafb;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 40%;
  grid-auto-columns: 1fr;
  padding: 3rem 2.5rem;
  display: grid;
}

.section-banner {
  display: none;
}

.checkout-component {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  background-color: rgba(245, 245, 245, 0);
  justify-content: space-between;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 0;
  display: flex;
}

.testimonial-collection-list {
  display: flex;
}

.dynamic-testimonial-name {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-comma {
  margin-right: .4rem;
  font-size: 1.25rem;
}

.textimonial-text-wrapper {
  z-index: 10;
  position: relative;
}

.block-content {
  border: 1px #000;
  padding: 0;
  font-weight: 400;
}

.block-header {
  border-style: none;
  margin-bottom: auto;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}

.checkout-block {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.checkout-left {
  max-width: 85rem;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  flex: 1;
  margin-right: 0;
  display: flex;
}

.checkout-field {
  height: auto;
  min-height: 3.5rem;
  border-color: var(--alice-blue);
  background-color: #fff;
  border-radius: .5rem;
  margin-top: .6rem;
  margin-bottom: 1.5rem;
  padding: 0 0 0 1rem;
}

.checkout-field.field-margin-small {
  margin-bottom: .875rem;
}

.apple-pay {
  height: 3rem;
  border-radius: 100px;
}

.billing-address-toggle {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  align-items: center;
}

.checkbox-basic {
  margin-top: 0;
  margin-bottom: 2px;
}

.checkout-sidebar {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.order-item-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  margin-bottom: 2rem;
  display: flex;
}

.order-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-bottom: 0;
}

.order-item-info {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.checkout-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .5rem;
  overflow: hidden;
}

.checkout-right {
  max-width: 30rem;
  min-width: 25rem;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.order-summary {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  margin-bottom: 1.5rem;
  display: flex;
}

.checkout-sticky-sidebar {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}

.empty-state {
  background-color: var(--grey);
  border: 1px #000;
  border-radius: .5rem;
  padding: 7rem 1rem;
}

.checkout-hero-component {
  height: 25vw;
  min-height: 22rem;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.checkout-background {
  z-index: 5;
  border-radius: .5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.checkout-hero-content {
  z-index: 10;
  width: 100%;
  position: relative;
}

.checkout-hero-intro {
  max-width: 50rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.checkout-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--alice-blue);
  border-radius: .5rem;
  flex-direction: row;
  margin-left: 0;
  margin-right: 0;
  padding: 2rem;
}

.paypall-sidebar {
  max-width: 30rem;
  min-width: 22rem;
  flex: 0 auto;
  position: relative;
  top: auto;
}

.post-description {
  max-width: 26rem;
}

.nav-menu-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: flex;
}

.navbar-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.cart-button {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
}

.cart-icon {
  width: 1rem;
}

.cart-icon-wrapper {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--alice-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border: 1px solid var(--alice-blue);
  border-radius: .5rem;
  flex-direction: column;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
}

.cart-footer {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top-style: none;
  padding: 2rem 2rem 1rem;
}

.cart-header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom-style: none;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  padding: 1rem 2rem;
  display: grid;
}

.cart-container {
  max-height: 100vh;
  overflow: hidden;
}

.cart-form-wrapper, .default-state-2 {
  overflow: hidden;
}

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

.cart-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-quantity {
  width: 2rem;
  height: 2rem;
  border-color: var(--alice-blue);
  text-align: center;
  background-color: rgba(250, 250, 250, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  font-size: .75rem;
  display: flex;
}

.cart-item-info {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.cart-item-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.cart-image-wrapper {
  position: relative;
}

.remove-button {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .7rem;
  display: flex;
  position: absolute;
  top: .75rem;
  bottom: auto;
  left: auto;
  right: .75rem;
}

.cart-quantity-wrapper {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  align-items: center;
  display: flex;
}

.close-button {
  width: 1.25rem;
  height: auto;
}

.empty-component {
  width: 100%;
  height: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--alice-blue);
  text-align: center;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.cart-empty-state {
  padding: 0 2rem 2rem;
}

.error-message {
  text-align: center;
  background-color: #e9b9b9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: .75rem 1rem;
  display: flex;
}

.option-list-3 {
  border-top: 1px #000;
}

.cart-option-item {
  text-transform: capitalize;
}

.upcoming-cohort-title {
  max-width: 80%;
}

.about-action-background {
  background-image: url('../images/cohort-thirtytwo-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.business-slide-icon {
  width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  min-width: 3.5rem;
  background-color: #005600;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag-featured {
  z-index: 50;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .875rem;
  display: flex;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: auto;
  right: 1rem;
}

.post-hero-image {
  max-height: 100vh;
  margin-left: 1rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.cart-wrapper {
  background-color: rgba(15, 17, 19, .8);
}

.form-message {
  width: 100%;
  height: 100%;
  min-height: 25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.resource-action-background {
  background-image: url('../images/cohort-thirtynine-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-about-intro {
  background-color: rgba(0, 0, 0, 0);
}

.section-about-intro.section-about-about-page {
  display: none;
}

.error-message-form {
  text-align: center;
  background-color: #f1b9b9;
  border-radius: .5rem;
  padding: .875rem 1rem;
}

.delete-me {
  z-index: 5000000;
  max-width: 22rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: fixed;
  top: auto;
  bottom: .5rem;
  left: auto;
  right: .5rem;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.delete-me_text-description {
  font-weight: 300;
  line-height: 1.5;
}

.delete-me_link {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .65rem 1.3rem .7rem;
  line-height: 1.3;
  text-decoration: none;
}

.body {
  background-color: #fff;
}

.image {
  width: 100%;
  max-width: none;
  border-radius: 10px;
}

.image-2 {
  max-width: none;
  border-radius: 15px;
}

.footer-copyright-text {
  color: var(--grey);
}

.image-3 {
  width: 500px;
}

.ts-left {
  display: block;
}

.tc-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 3px solid #0074a2;
  border-radius: 100%;
  position: relative;
}

.testimonial-section {
  width: 100%;
  height: 100%;
  background-color: #e4e4e4;
  position: relative;
  overflow: hidden;
}

.ts-reviewer:hover {
  color: #fff;
}

.tlc-desc {
  color: #112631;
  font-size: 16px;
  line-height: 27px;
  position: relative;
}

.ts-bottom-content {
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  padding-top: 0;
  display: flex;
}

.ts-content {
  padding: 40px 25px;
}

.tlc-head {
  width: 100%;
  max-width: 624px;
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 700;
  line-height: 66px;
  position: relative;
}

.tlc-content {
  max-width: 624px;
}

.ts-right {
  height: 100%;
  padding-left: 50px;
  display: flex;
  position: relative;
  overflow: visible;
}

.quote-img {
  width: 88px;
  height: 64px;
  opacity: .05;
  color: #fff;
  display: block;
  position: absolute;
  top: 44px;
  left: 44px;
}

.ts-card {
  width: 99%;
  max-width: 484px;
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px -3px rgba(0, 0, 0, .5);
}

.ts-card:hover {
  color: #fff;
  background-color: #112631;
  border-top-left-radius: 0;
}

.ts-imgblock {
  width: auto;
  height: auto;
  border-radius: 0;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.ts-review {
  font-size: 15px;
  line-height: 25px;
  position: relative;
  overflow: visible;
}

.tlc-head-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.ts-left-content {
  width: 100%;
  height: 100%;
  margin-top: 150px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: auto;
}

.ts-reviewer-name {
  color: #0074a2;
  font-size: 18px;
  font-weight: 600;
  line-height: 12px;
}

.ts-block {
  width: 100%;
  height: 100%;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.container {
  max-width: 1920px;
  padding-left: 100px;
  padding-right: 100px;
}

.ts-reviewer-desi {
  width: auto;
  color: #4a494b;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
}

.ts-reviewer-desi:hover {
  color: #112631;
}

.tlc-line {
  width: 50px;
  height: 4px;
  color: #0074a2;
  background-color: #0074a2;
  margin-right: 10px;
  padding-right: 0;
  position: relative;
}

.tesr-right {
  margin-left: 30px;
  overflow: visible;
}

.tlc-small-head {
  color: #f08c3c;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.body-2 {
  overflow: hidden;
}

.hero__person-count-span {
  width: 100%;
  flex: none;
  font-size: 14px;
  display: inline-block;
}

.downloadcp {
  z-index: 1;
  height: 80px;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero__person-txt-less {
  width: 120px;
  height: 120px;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 80px;
  transform: rotate(-90deg);
}

.hero__person-txt-less.mod--1 {
  padding-top: 20px;
  right: 0;
}

.hero__person-txt-less.mod--1.hide {
  display: none;
}

.hero__person-count-title {
  margin-bottom: -20px;
  line-height: 1em;
  display: inline-block;
}

.link-block {
  color: #1e1e2f;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.downloadcptext {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 25px;
  text-decoration: none;
  display: block;
}

.swiper {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.swiper.swiper--persons {
  display: none;
}

.section {
  padding: 64px 80px;
}

.section.section--hero {
  padding-top: 120px;
  overflow: hidden;
}

.hero__person-title {
  flex: none;
  font-size: 34px;
  line-height: 1.1em;
}

.hero__person {
  width: 21%;
  cursor: pointer;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.hero__person.mod--4 {
  display: block;
}

.hero__h1 {
  font-size: 58px;
}

.hero__h1.hero_mobile {
  display: none;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.content {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.hero__person-txt-more {
  width: 100%;
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 78px;
}

.hero__person-txt-more.mod--1 {
  padding-left: 100px;
}

.btn-submit {
  z-index: 1;
  width: 64px;
  height: 100%;
  color: #1e1e2f;
  background-color: #97c680;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: inset 0 0 #feba88;
}

.btn-submit:hover {
  box-shadow: inset 0 -70px #feba88;
}

.btn-submit.mod--hero {
  width: 120px;
  font-size: 34px;
}

.btn-submit.mod--hero:hover {
  box-shadow: inset 0 -120px #feba88;
}

.btn-submit.mod--hero.stroke--btn-1 {
  height: 100%;
  text-align: center;
  cursor: pointer;
  background-color: #e4cfa9;
  padding-top: 0;
  display: flex;
  position: static;
}

.hero__person-img {
  z-index: 0;
  height: 115%;
  min-width: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}

.hero__person-count {
  height: 0%;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 52px;
  transition: all .6s;
  display: none;
  overflow: hidden;
}

.hero__col.col--1 {
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 75px;
  display: flex;
}

.hero__col.col--2 {
  z-index: 0;
  flex: 1;
}

.hero__columns {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero__person-square {
  z-index: -1;
  width: 120px;
  height: 100%;
  background-color: #1e1e2f;
  margin-left: -24px;
  display: block;
  position: absolute;
}

.swiper-slide {
  height: auto;
  justify-content: center;
  align-items: stretch;
  display: block;
  position: relative;
}

.dot {
  font-family: Varela, sans-serif;
}

.hero__persons {
  z-index: 0;
  height: 590px;
  justify-content: flex-end;
  margin-left: -85px;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.hero__person-grad {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .8));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero__person-cont {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.header_content-right {
  height: 100vh;
  grid-column-gap: 1rem;
  align-items: center;
  padding-right: 5vw;
  overflow: hidden;
}

.header_images-layout {
  width: 100%;
  grid-column-gap: 1rem;
  display: flex;
}

.main-wrapper-2 {
  background-image: linear-gradient(#103d09, #092206);
}

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

.header_image-list {
  width: 100%;
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-header {
  color: #fff;
  background-color: rgba(7, 7, 7, 0);
  background-image: none;
  background-size: auto;
  border: 1px #000;
  border-bottom: 1px solid #fff;
}

.button-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-icon.is-icon-large {
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
  margin-right: 1rem;
}

.text-size-medium-2 {
  font-size: 1.125rem;
  line-height: 1.5;
}

.header_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header_image-list-left {
  width: 100%;
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  margin-top: -60%;
  display: grid;
}

.header_image-list-right {
  width: 100%;
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-secondary-2 {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid rgba(255, 255, 255, .5);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-secondary-2:hover {
  border-color: rgba(255, 255, 255, .75);
  text-decoration: none;
}

.button-2 {
  color: #000;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  display: flex;
}

.button-2:hover {
  background-color: #f3f3f3;
  text-decoration: none;
}

.header_content-left {
  max-width: 40rem;
  margin-top: 100px;
  margin-left: 5vw;
  margin-right: 5rem;
}

.header_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

.div-block {
  width: 100px;
  height: 10px;
  background-color: #e81111;
  position: static;
}

.waves-top-right-footer-1 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-brand-link-footer-1 {
  height: 60px;
  border-radius: 0;
}

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.waves-icon-24 {
  width: 16px;
  height: 16px;
  filter: invert();
  align-self: center;
}

.waves---paragraph-small {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.waves-divider-footer-1 {
  width: 100%;
  height: 1px;
  background-color: rgba(239, 246, 248, .6);
  margin-top: 64px;
  margin-bottom: 32px;
}

.waves---main-container-4 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.waves---main-container-4.footer-container {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.waves-bottom-footer-1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-brand-footer-1 {
  height: 100%;
  border-radius: 10px;
}

.waves-top-footer-1 {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-link-footer-1 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.waves---paragraph-small-2 {
  color: var(--grey);
  font-size: 16px;
  line-height: 130%;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
  filter: invert();
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---master-checks-vertical {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: none;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---paragraph-big {
  color: var(--grey);
  font-size: 19px;
  line-height: 160%;
}

.waves---heading-2-no-margins {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-2-no-margins.mobile-view {
  display: none;
}

.waves---content-image-halves {
  width: 100%;
  max-width: 520px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-image-features-4 {
  width: 90%;
  border-radius: 24px;
  box-shadow: 0 0 50px -20px #000;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  margin-bottom: 50px;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---main-container.waves-flip {
  margin-top: 60px;
}

.waves---main-container.waves-flip.waves-flip-tab {
  display: none;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.waves---section-medium.sevices-section {
  display: block;
}

.waves---section-medium.services-section-cards, .waves---section-medium.contact-page-option-1 {
  display: none;
}

.waves-success-mesaage {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.waves---cta-dark {
  height: 52px;
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves-submit-wrap-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-label {
  font-size: 16px;
}

.waves---checkbox {
  width: 16px;
  height: 16px;
  border-color: var(--waves-library--black);
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.waves-select-white {
  height: 52px;
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
}

.waves-select-white:focus {
  border-color: var(--waves-library--black);
}

.waves---field-label {
  display: none;
}

.waves---input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-text-field-white {
  height: 52px;
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-white:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves-text-field-white.messagebox {
  height: 100px;
}

.waves---2-inputs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.waves---form-contact-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves-form-block-contact-2 {
  width: 100%;
  margin-bottom: 0;
}

.waves-content-contact-2 {
  z-index: 1;
  width: 90%;
  max-width: 762px;
  background-color: var(--waves-library--white);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 100px;
  display: flex;
  position: relative;
}

.waves-image-contact-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.waves-image-wrap-contact-2 {
  width: 100%;
  height: 500px;
  object-fit: cover;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/greenswan.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 24px;
  overflow: hidden;
}

.waves-master-contact-2 {
  width: 100%;
  max-width: 920px;
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
}

.service-page-heading {
  color: var(--grey);
  text-align: center;
  margin-left: 4rem;
  margin-right: 4rem;
  font-size: 36px;
}

.waves---cta-white {
  height: 52px;
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---paragraph-big-2 {
  font-size: 18px;
  line-height: 140%;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves-image-rounded-24 {
  width: 100%;
  border-radius: 24px;
}

.waves---grid-cta-3 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
}

.waves-master-cta-3 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  background-image: radial-gradient(circle, #008200, #005600);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.waves---paragraph-big-3 {
  font-size: 18px;
  line-height: 140%;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-name-wrap-team-1 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.waves-image-team-1 {
  width: 100%;
  border-radius: 8px;
}

.waves-tile-team-1 {
  grid-row-gap: 24px;
  border: 1px solid var(--grey);
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 0 0 24px;
  display: flex;
}

.waves-grid-team-1 {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---heading-2-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.waves-icon-64 {
  width: 64px;
  height: 64px;
  filter: invert();
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-contact-3 {
  grid-row-gap: 16px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.waves-grid-contact-3 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---paragraph-big-4 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---section-medium-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.title-contact-page {
  color: var(--grey);
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: -6rem;
  margin-left: 0;
}

.bold-text-5 {
  color: var(--grey);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4%;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---main-container-2.email-section {
  margin-top: 55px;
  margin-bottom: 45px;
}

.waves---heading-2-no-margins-5 {
  color: #1c1a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-3-no-margins-2 {
  color: #1c1a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves---paragraph-regular-2 {
  color: var(--grey);
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 130%;
}

.waves---paragraph-big-5 {
  color: var(--grey);
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6%;
}

.waves-grid-contact-4 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
  display: none;
}

.waves-grid-contact-4.contactgrid {
  width: 40%;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.waves-tile-contact-4 {
  grid-row-gap: 16px;
  border: 1px solid var(--grey);
  background-color: rgba(255, 254, 254, 0);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.waves-content-contact-3 {
  z-index: 1;
  width: 90%;
  max-width: 762px;
  border: 1px solid var(--grey);
  background-color: #fdf0d5;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#008200, #005600);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 100px;
  display: flex;
  position: relative;
}

.bold-text-4 {
  color: var(--grey);
  letter-spacing: normal;
  -webkit-text-stroke-color: var(--grey);
  text-transform: none;
  font-size: 38px;
  line-height: 1.4;
}

.waves---cta-dark-2 {
  height: 52px;
  background-color: #131313;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---cta-dark-2.wide-cta {
  min-width: 200px;
  color: #fdf0d5;
  background-color: #1c1a1a;
}

.contactpagetitle {
  color: #fdf0d5;
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.waves---form-contact-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  font-family: Lato, sans-serif;
  display: flex;
}

.contacttitlediv {
  margin-top: 25px;
  position: relative;
}

.waves-image-wrap-contact-3 {
  width: 100%;
  height: 280px;
  background-color: #c1121f;
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/greenswan.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 24px;
  overflow: hidden;
}

.contactpagesubheading {
  color: var(--grey);
  text-align: center;
  padding-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 19px;
}

.waves---main-container-5 {
  max-width: 1352px;
  padding-top: 135px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-submit-wrap-contact-2 {
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.waves-master-contact-3 {
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.waves-text-field-white-2 {
  height: 52px;
  color: #131313;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #131313;
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-white-2:focus {
  color: #131313;
  border-color: #131313;
}

.waves-success-mesaage-2 {
  background-color: #fff;
  border-radius: 6px;
}

.waves---field-label-2 {
  display: none;
}

.waves-image-gallery-1 {
  width: 100%;
  border-radius: 24px;
}

.waves---paragraph-big-6 {
  font-size: 20px;
  line-height: 130%;
}

.waves-text-wrap-gallery-1 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.waves-column-gallery-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.waves-grid-gallery-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.waves-master-gallery-1 {
  width: 100%;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.waves---main-container-6 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading {
  text-align: center;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .5fr auto .5fr;
  grid-auto-flow: column;
  justify-content: space-around;
}

.footer-linkedin-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  display: flex;
}

.media-section2-subtitle {
  color: var(--grey);
  text-align: center;
  align-self: center;
  margin-top: 25px;
  padding-left: .875rem;
  padding-right: .875rem;
  font-size: 18px;
}

.overlay-new {
  background-image: url('../images/noise.svg');
  background-position: 0 0;
  background-size: auto;
}

@media screen and (min-width: 1280px) {
  .brand.w--current {
    width: 150px;
  }

  .image {
    width: 100%;
  }

  .ts-card {
    background-color: #fff;
  }

  .ts-block {
    flex-wrap: nowrap;
  }

  .ts-reviewer-desi {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .waves-content-contact-3 {
    margin-top: -95px;
  }
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

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

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .text-rich-text h2, .text-rich-text h3, .text-rich-text h4, .text-rich-text h5, .text-rich-text h6, .text-rich-text p {
    margin-right: 3rem;
  }

  .heading-xlarge {
    text-align: center;
    font-size: 3.5rem;
  }

  .heading-xlarge.hero-section-heading {
    text-align: center;
  }

  .page-padding, .page-padding.page-padding-vision {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .show-tablet {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.875rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

  .margin-bottom.margin-small {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-small.heading-media-link {
    text-align: center;
  }

  .page-padding-grid {
    grid-template-columns: minmax(3rem, 1fr) minmax(auto, 96rem) minmax(3rem, 1fr);
  }

  .nav-link {
    justify-content: center;
    padding: 1rem 3rem;
  }

  .navbar-right-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: none;
  }

  .nav-menu {
    border-top: 1px solid var(--alice-blue);
    border-bottom: 1px solid var(--alice-blue);
    background-color: #fff;
  }

  .navbar-component {
    grid-template-columns: auto 1fr;
    display: flex;
  }

  .brand {
    padding-left: 0;
  }

  .business-type-component {
    min-height: auto;
    border-top: 1px solid var(--alice-blue);
    padding-top: 2rem;
  }

  .student-slide-content {
    flex-direction: column;
    align-items: stretch;
  }

  .student-slide-content.reverse-student-slide {
    flex-direction: column-reverse;
  }

  .business-slide-arrow {
    top: auto;
    bottom: 30rem;
  }

  .business-slide-arrow.left-slide-arrow {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    left: 3rem;
    right: auto;
  }

  .business-slide-arrow.right-slide-arrow {
    flex-direction: row-reverse;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    left: auto;
    right: 3rem;
  }

  .business-slide-image {
    min-height: 35rem;
    min-width: 100vw;
  }

  .business-slide-image.two {
    margin-left: -50vw;
  }

  .slide-content {
    width: 100%;
    margin-left: 0;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .business-image-layer-one {
    justify-content: flex-end;
  }

  .business-image-layer-two {
    min-width: 100vw;
  }

  .business-image-base {
    justify-content: flex-end;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .intro-paragraph {
    font-size: 2.5rem;
  }

  .span-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: .35rem;
    line-height: 6;
  }

  .home-cohort-grid {
    grid-template-columns: 1fr;
  }

  .card-collection-list {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-bottom: 0;
  }

  .collection-cohort-item:nth-child(2n+1) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .collection-cohort-item:nth-child(2n) {
    margin-top: 12rem;
    margin-bottom: -12rem;
  }

  .card-collection-intro {
    min-height: auto;
    margin-left: 0;
  }

  .card-arrow-trigger {
    display: none;
  }

  .slider-home-hero {
    padding-left: 0;
  }

  .home-hero-slide-content {
    min-height: auto;
    flex-direction: column;
  }

  .home-hero-slide-arrow {
    width: 2.25rem;
    height: 2rem;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 5rem;
    padding-left: 1rem;
    padding-right: 0;
    display: flex;
    bottom: 110vw;
    left: auto;
    right: 6rem;
  }

  .home-hero-slide-arrow.right-hero-arrow {
    left: auto;
    right: 3rem;
  }

  .home-hero-slide-left {
    margin-bottom: auto;
    padding-top: 3rem;
    padding-bottom: 4rem;
    padding-left: 3rem;
  }

  .home-hero-slide-right {
    width: 100%;
    height: 110vw;
    padding-left: 1rem;
  }

  .slide-nav-hero {
    width: 5rem;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding-top: 0;
    padding-right: 1rem;
    display: none;
    top: auto;
    bottom: 110vw;
    left: auto;
    right: 0;
  }

  .home-hero-mask {
    margin-left: 0;
  }

  .video-feature-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .feature-video-lightbox {
    margin-bottom: 0;
  }

  .feature-column {
    margin-top: 6rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .feature-column.right-feature-column {
    margin-top: 30rem;
  }

  .feature-video {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-video-wrapper {
    flex-direction: row;
    justify-content: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .slider-testimonials {
    border-bottom: 1px solid var(--alice-blue);
    flex-direction: column;
    padding-bottom: 2.5rem;
    overflow: hidden;
  }

  .mask-testimonials {
    max-width: 100vw;
    position: relative;
    top: auto;
  }

  .slide-arrow-testimonials {
    width: 10vw;
    padding-top: 0;
    left: 0;
  }

  .testimonial-slide-images {
    width: 100vw;
    height: 27vw;
    min-width: 100vw;
    grid-template-rows: auto;
    grid-auto-flow: column;
    padding-bottom: 2vw;
    overflow: auto;
  }

  .testimonial-slide-content {
    min-height: auto;
    padding-bottom: 3.5rem;
  }

  .testimonial-image {
    min-width: 25vw;
  }

  .text-size-xlarge {
    font-size: 2rem;
  }

  .footer-brand {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 2rem;
  }

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

  .footer-columns {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .about-hero-component {
    min-height: auto;
  }

  .about-hero-top {
    padding-top: 4rem;
  }

  .about-hero-bottom {
    flex: 0 auto;
  }

  .story-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .banner-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .banner-strip {
    margin-top: 2rem;
    margin-bottom: 4rem;
    font-size: 9vw;
  }

  .image-background-sticky {
    height: 100vh;
    max-height: 100vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .image-background.image-background-founder {
    background-position: 50%;
    background-size: contain;
  }

  .image-full {
    object-position: 50% 0%;
    overflow: hidden;
  }

  .teachers-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .card-image {
    max-height: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .teacher-component-title {
    height: 22rem;
    padding-bottom: 6rem;
  }

  .story-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .resources-hero-component {
    flex-direction: column;
  }

  .featured-resources {
    width: 100%;
    padding-right: 0;
  }

  .featured-image-wrapper {
    height: 60vw;
  }

  .featured-card-info {
    text-align: center;
    align-items: center;
  }

  .resources-hero-title {
    flex-direction: column-reverse;
    align-self: center;
    align-items: flex-start;
    margin-top: 0;
    padding-bottom: 1rem;
    padding-left: 3rem;
    position: relative;
    top: auto;
  }

  .resource-intro {
    padding-bottom: 4rem;
    padding-left: 0;
  }

  .resources-list {
    grid-column-gap: 4rem;
    grid-row-gap: 6rem;
  }

  .all-cohorts-image-wrapper {
    width: 100%;
    height: 75vw;
  }

  .all-cohorts-info {
    margin-left: 0;
    padding-bottom: 4rem;
  }

  .all-coohorts-item {
    flex-direction: column;
    margin-bottom: 6rem;
  }

  .all-coohorts-item:nth-child(2n) {
    flex-direction: column;
  }

  .teacher-component {
    grid-template-columns: 1fr 1fr;
  }

  .teacher-content {
    padding-left: 0;
  }

  .teacher-portrait {
    width: 100%;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .teacher-portrait-image {
    width: 100%;
    height: 75vh;
    max-height: 70vw;
    max-width: 50vh;
  }

  .teacher-tile-top {
    width: 100%;
    max-width: 50vh;
    flex: 1;
    margin-bottom: 1rem;
  }

  .teacher-history {
    flex-direction: column;
  }

  .history-image {
    width: 100%;
    height: 80vw;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .history-content {
    padding-bottom: 4rem;
  }

  .history-list {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .history-item-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .next-wrapper {
    padding-top: 2rem;
  }

  .cohort-hero-top {
    width: 100%;
    padding-top: 0;
  }

  .cohort-hero-wrapper {
    flex-direction: column-reverse;
  }

  .cohort-hero-intro {
    min-height: auto;
    margin-left: 0;
    padding-top: 8rem;
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
    top: auto;
  }

  .support-hero-component {
    flex-direction: column-reverse;
  }

  .cohort-hero-image {
    min-height: 75vw;
  }

  .how-to-component {
    grid-template-columns: auto auto;
  }

  .post-hero-component {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .post-hero-content {
    padding-top: 8rem;
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
  }

  .post-body-component {
    grid-template-columns: 1fr;
  }

  .post-body {
    width: 100%;
  }

  .teacher-collection-card:nth-child(2n) {
    margin-top: -6rem;
    margin-bottom: 6rem;
  }

  .hero-image-half {
    width: 100%;
    height: 120vw;
    margin-right: 0;
    padding-top: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    position: relative;
  }

  .support-left-side {
    width: 100%;
    max-width: none;
    padding-bottom: 6rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .form-block {
    margin-bottom: 6rem;
  }

  .product-hero-component {
    flex-direction: column;
  }

  .product-hero-image {
    height: 85vw;
    flex: 0 auto;
    margin-right: 1rem;
    padding-bottom: 0;
    position: relative;
  }

  .product-hero-content {
    max-width: none;
    border-bottom: 1px solid var(--alice-blue);
    padding: 4rem 3rem;
  }

  .testimonial-basic-mask {
    width: 80%;
  }

  .testimonial-basic-content {
    min-width: 30rem;
  }

  .slide-nav-custom {
    padding-bottom: 2rem;
  }

  .product-info {
    grid-column-gap: 0px;
    grid-row-gap: 1rem;
  }

  .tab-icon {
    width: 3.5rem;
    height: 3.5rem;
    padding: .8rem;
  }

  .tab-title {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-columns {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .curriculum-description {
    max-width: 18rem;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 0 0 0 1rem;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .checkout-component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .menu-button-icon {
    width: 2rem;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .checkout-left {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .checkout-sidebar {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .checkout-hero-component {
    height: 20vw;
    min-height: 18rem;
  }

  .nav-menu-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #114b09;
    flex-direction: column;
    grid-auto-flow: row;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .post-hero-image {
    height: 75vw;
    margin-right: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-section {
    overflow: visible;
  }

  .tlc-head {
    font-size: 50px;
    line-height: 56px;
  }

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

  .ts-card {
    overflow: visible;
  }

  .tlc-head-block {
    justify-content: center;
    align-items: center;
  }

  .ts-left-content {
    text-align: center;
    position: relative;
  }

  .ts-block {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-top: -150px;
  }

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

  .tlc-line {
    display: none;
  }

  .tlc-small-head {
    line-height: 26px;
  }

  .tsr-left.infinite-scroll-1 {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  .hero__person-count-span {
    font-size: 12px;
  }

  .downloadcp {
    width: 405px;
  }

  .hero__person-txt-less {
    display: none;
  }

  .hero__person-count-title {
    font-size: 32px;
  }

  .link-block {
    align-self: center;
    margin-top: 50px;
  }

  .swiper.swiper--persons {
    margin-bottom: 40px;
    display: block;
    overflow: visible;
  }

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

  .section.section--hero {
    padding-bottom: 0;
  }

  .hero__person-title {
    font-size: 22px;
  }

  .hero__person {
    width: 240px;
    height: 376px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__person.mod--1 {
    padding-left: 0;
  }

  .hero__h1 {
    margin-bottom: 30px;
    font-size: 48px;
    display: none;
  }

  .hero__h1.hero_mobile {
    align-self: center;
    font-size: 46px;
    display: block;
  }

  .swiper-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
    display: block;
  }

  .hero__person-txt-more {
    opacity: 1;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 20px;
  }

  .hero__person-txt-more.mod--1 {
    padding-left: 16px;
  }

  .hero__col.col--1 {
    padding-bottom: 30px;
  }

  .hero__col.col--2 {
    display: none;
  }

  .hero__columns {
    display: block;
  }

  .swiper-slide.slide--persons {
    width: auto;
    margin-right: 15px;
  }

  .hero__persons {
    padding-left: 0;
  }

  .header_content-right {
    height: 40rem;
    padding-left: 5vw;
  }

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

  .header_component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-top: 6rem;
  }

  .header_content-left {
    margin-left: 5%;
    margin-right: 5%;
  }

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: stretch;
  }

  .waves---heading-2-no-margins.mobile-view {
    text-align: center;
    display: block;
  }

  .waves---heading-2-no-margins.desktop-view {
    display: none;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-4 {
    max-width: 470px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .waves---main-container.waves-flip {
    display: none;
  }

  .waves---main-container.waves-flip.waves-flip-tab {
    display: block;
  }

  .waves---section-medium.sevices-section {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .waves-content-contact-2 {
    padding: 48px 40px;
  }

  .service-page-heading {
    margin-top: 3rem;
    font-size: 3rem;
  }

  .waves---grid-cta-3 {
    width: 100%;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves-master-cta-3 {
    padding: 80px 64px;
  }

  .waves-grid-team-1 {
    width: 100%;
    max-width: 400px;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-contact-3, .waves-grid-contact-4 {
    width: 100%;
    max-width: 400px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-contact-4.contactgrid {
    width: 50%;
  }

  .waves-content-contact-3 {
    padding: 48px 40px;
  }

  .image-4 {
    filter: invert();
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium, .heading-large {
    font-size: 2.5rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .text-rich-text h2, .text-rich-text h3, .text-rich-text h4, .text-rich-text h5, .text-rich-text h6, .text-rich-text p {
    margin-right: 1.25rem;
  }

  .text-rich-text figure {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .heading-xlarge {
    font-size: 3rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 5rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1.75rem;
  }

  .heading-small.heading-media-link {
    font-size: 1.25rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_message-outer {
    padding: 0;
  }

  .fs-styleguide_message-inner {
    border-radius: 0;
  }

  .fs-styleguide_messege-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .page-padding-grid {
    grid-template-columns: minmax(1.25rem, 1fr) minmax(auto, 96rem) minmax(1.25rem, 1fr);
  }

  .nav-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-right-links {
    display: none;
  }

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

  .brand {
    padding-left: 0;
  }

  .business-type-component {
    padding-top: 0;
  }

  .business-slider {
    padding-bottom: 0;
  }

  .business-slide-content {
    min-height: auto;
  }

  .business-slide-arrow {
    bottom: 19.5rem;
  }

  .business-slide-arrow.left-slide-arrow {
    left: 2.25rem;
  }

  .business-slide-arrow.right-slide-arrow {
    right: 2.25rem;
  }

  .business-slide-image {
    min-height: 25rem;
  }

  .slide-content {
    padding: 5rem 1.25rem 3rem;
  }

  .business-image-wrapper {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .intro-text {
    padding-top: 0;
  }

  .intro-paragraph {
    font-size: 2rem;
  }

  .span-avatar {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem 2.5rem;
    margin-top: -2rem;
    bottom: -1.25rem;
  }

  .card-collection-list {
    grid-column-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .collection-cohort-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .card-collection-intro {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .home-hero-slide-arrow {
    margin-bottom: 4rem;
    right: 4rem;
  }

  .home-hero-slide-arrow.right-hero-arrow {
    right: 1.5rem;
  }

  .home-hero-slide-left {
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-hero-slide-right {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .video-feature-wrapper {
    grid-template-columns: 1fr;
    padding-top: 9rem;
  }

  .feature-column {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .feature-column.right-feature-column {
    grid-column-gap: 9rem;
    grid-row-gap: 9rem;
    margin-top: 6rem;
  }

  .info-scroll-background {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .feature-video-wrapper {
    padding-top: 9rem;
  }

  .slider-testimonials {
    padding-bottom: 2rem;
  }

  .slide-arrow-testimonials {
    width: 10vw;
  }

  .testimonial-slide-images {
    height: 37vw;
    justify-items: start;
    padding-bottom: 2vw;
    overflow: auto;
  }

  .testimonial-slide-content {
    min-height: auto;
  }

  .testimonial-image {
    height: 35vw;
    min-width: 35vw;
  }

  .text-size-xlarge {
    font-size: 1.875rem;
  }

  .footer-brand {
    padding-bottom: 1rem;
  }

  .section-footer {
    position: relative;
  }

  .footer-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-columns {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .about-hero-top {
    padding-top: 4rem;
  }

  .banner-strip {
    font-size: 10vw;
  }

  .teachers-component {
    grid-template-columns: 1fr;
  }

  .card-image {
    height: 125vw;
  }

  .card-image.card-image-small {
    height: 70vw;
  }

  .teacher-component-title {
    height: auto;
  }

  .resources-hero-title {
    text-align: center;
    align-items: center;
    padding-right: 3rem;
  }

  .resource-intro {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 2.5rem;
    display: flex;
  }

  .resources-list {
    grid-template-columns: 1fr;
    padding-bottom: 4rem;
  }

  .all-cohorts-image-wrapper {
    height: 90vw;
    min-height: 50vh;
  }

  .all-cohorts-info {
    padding: 2rem 2rem 3rem;
  }

  .resource-collection-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .resource-image-wrapper {
    height: 70vw;
  }

  .teacher-component {
    min-height: auto;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .teacher-hero-content {
    height: auto;
    padding-top: 8rem;
    padding-bottom: 3rem;
  }

  .teacher-block {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }

  .list-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .teacher-portrait {
    height: auto;
    flex-direction: column-reverse;
    align-items: stretch;
    margin-top: 0;
    padding-top: 0;
    position: relative;
  }

  .teacher-portrait-image {
    height: 140vw;
    max-height: none;
    max-width: none;
  }

  .teacher-tile-top {
    height: 30vw;
    max-width: none;
    flex: 0 auto;
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .teacher-history {
    flex-direction: column-reverse;
  }

  .history-image {
    width: 100%;
    height: 120vw;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .history-content {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .next-image.horizontal-next-image {
    width: 85vw;
    height: 60vw;
  }

  .cohort-hero-top {
    width: 100%;
    padding-top: 0;
  }

  .cohort-hero-wrapper {
    flex-direction: column-reverse;
  }

  .cohort-hero-intro {
    min-height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .how-to-component {
    grid-template-columns: auto;
  }

  .post-hero-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .post-body-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .teacher-collection-card:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-image-half {
    height: 120vw;
  }

  .support-left-side {
    padding-bottom: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .product-hero-image {
    height: 90vw;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .product-hero-content {
    padding-top: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .testimonial-basic-mask {
    width: 90%;
  }

  .testimonial-basic-content {
    min-width: 30rem;
  }

  .product-info {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tab-bottom {
    grid-template-columns: 1fr 3.5rem;
    padding: 2rem;
  }

  .tab-top {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .curriculum-details {
    margin-left: -1rem;
    margin-right: -1rem;
  }

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

  .faq-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .curriculum-bottom-content {
    grid-template-columns: 1fr 3.5rem;
    padding: 2rem;
  }

  .checkout-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .menu-button-icon {
    width: 1.75rem;
  }

  .block-header {
    z-index: 10;
    padding-top: 0;
    padding-bottom: .65rem;
    top: 4rem;
  }

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

  .checkout-left {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .checkout-field {
    min-height: 3.25rem;
    margin-bottom: 1.25rem;
  }

  .order-item-info, .checkout-sticky-sidebar {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .checkout-hero-component {
    min-height: 15rem;
  }

  .nav-menu-list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .cart-list {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .cart-footer, .cart-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cart-empty-state {
    padding: 0 1rem 1rem;
  }

  .error-message {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tlc-desc {
    font-size: 16px;
  }

  .ts-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tlc-head {
    font-size: 30px;
    line-height: 39px;
  }

  .ts-right {
    flex-wrap: wrap;
  }

  .ts-card {
    max-width: 100%;
  }

  .ts-block {
    margin-top: -150px;
    margin-bottom: 100px;
  }

  .tlc-line {
    display: none;
  }

  .tesr-right.infinite-scroll-2 {
    margin-left: 0;
  }

  .downloadcp {
    width: 300px;
  }

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

  .section.section--hero {
    padding-top: 100px;
  }

  .btn-submit.mod--hero {
    width: 86px;
    font-size: 24px;
  }

  .hero__col.col--1 {
    padding-bottom: 20px;
  }

  .hero__columns {
    display: block;
  }

  .swiper-slide {
    width: 100%;
  }

  .header_content-right {
    height: 30rem;
  }

  .button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .header_component {
    padding-top: 4rem;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
    align-self: center;
  }

  .waves-brand-link-footer-1 {
    align-self: center;
  }

  .waves---main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-top-footer-1 {
    flex-direction: column;
    align-items: center;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-content-contact-2 {
    width: 92%;
    padding: 40px 32px;
  }

  .waves-image-wrap-contact-2 {
    height: 340px;
  }

  .waves---heading-2-no-margins-2, .waves---heading-2-no-margins-3, .waves---heading-2-no-margins-4 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-2-no-margins-5 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-grid-contact-4.contactgrid {
    width: 60%;
  }

  .waves-content-contact-3 {
    width: 92%;
    padding: 40px 32px;
  }

  .waves-image-wrap-contact-3 {
    height: 340px;
  }

  .waves---main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-grid-gallery-1 {
    grid-template-columns: 1fr;
  }

  .waves-master-gallery-1 {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---main-container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid {
    flex-direction: column;
    grid-auto-flow: row;
    align-self: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .heading-medium {
    font-size: 2rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .main-wrapper.contact-page-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_messege-content {
    margin: .5rem;
  }

  .brand {
    width: auto;
  }

  .brand.w--current {
    width: 130px;
    max-width: none;
    min-width: auto;
  }

  .business-slide-arrow {
    bottom: 14.5rem;
  }

  .business-slide-image {
    min-height: 20rem;
  }

  .home-hero-slide-arrow {
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 0;
    right: 4rem;
  }

  .home-hero-slide-arrow.right-hero-arrow {
    right: 1.5rem;
  }

  .home-hero-slide-left {
    padding-bottom: 5.5rem;
  }

  .video-feature-wrapper {
    padding-top: 12rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .info-scroll-background {
    height: 95vh;
    bottom: 5vh;
  }

  .feature-video-wrapper {
    padding-bottom: 3rem;
  }

  .slider-testimonials {
    padding-bottom: 1.5rem;
  }

  .slide-arrow-testimonials {
    width: 12vw;
  }

  .text-size-xlarge {
    font-size: 1.5rem;
  }

  .footer-brand {
    padding-bottom: 1rem;
  }

  .footer-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer-columns {
    padding-top: 5rem;
  }

  .footer-bottom-block {
    text-align: center;
  }

  .about-hero-top {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-hero-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .column-image-wrapper, .column-image-spacer {
    border-radius: .3rem;
    margin-bottom: .5rem;
  }

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

  .banner-strip {
    margin-top: 0;
    margin-bottom: 3.5rem;
    font-size: 15vw;
  }

  .banner-description {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-background-sticky {
    height: 125vw;
  }

  .about-quote {
    padding-bottom: 1rem;
  }

  .card-image {
    margin-bottom: 1.5rem;
  }

  .teacher-cards {
    padding-top: 0;
  }

  .teacher-component-title {
    padding-bottom: 4rem;
  }

  .section-resources-hero {
    border-bottom: 1px solid var(--alice-blue);
  }

  .all-cohorts-info {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .teacher-block {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .teacher-tile-top {
    margin-bottom: 0;
  }

  .cohort-hero-intro {
    text-align: center;
    justify-items: center;
  }

  .about-hero-scroll-link {
    margin-top: 4rem;
  }

  .post-body-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .hero-image-half {
    height: 120vw;
  }

  .support-left-side {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .contacts-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: .25rem;
    flex-direction: column;
  }

  .product-hero-image {
    height: 95vw;
  }

  .product-hero-content {
    padding-top: 2.5rem;
  }

  .testimonial-basic-mask {
    width: 95%;
  }

  .testimonial-basic-content {
    min-width: 100vw;
  }

  .tab-bottom {
    padding: 2rem;
    display: flex;
  }

  .tab-bottom.tab-bottom-full-width {
    padding: 2rem;
  }

  .tab-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tab-item-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tab-icon {
    margin-left: 0;
  }

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

  .product-teacher {
    flex-direction: column;
  }

  .teacher-bio {
    padding-bottom: 3.5em;
  }

  .product-teacher-details {
    min-height: auto;
    margin-top: 1.5rem;
  }

  .curriculum-bottom-content {
    grid-template-columns: 1fr;
  }

  .block-header {
    padding-bottom: .5rem;
  }

  .checkout-right {
    width: 100%;
    min-width: auto;
  }

  .checkout-hero-component {
    min-height: 12rem;
  }

  .navbar-right {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .cart-icon {
    width: .875rem;
  }

  .cart-icon-wrapper {
    width: 2.5rem;
    height: 2.5rem;
  }

  .cart-list {
    padding: 1rem;
  }

  .empty-component {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .image {
    width: 130px;
  }

  .tlc-desc {
    font-size: 14px;
    line-height: 24px;
  }

  .ts-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tlc-head {
    max-width: 100%;
    font-size: 30px;
    line-height: 36px;
  }

  .ts-right {
    margin-top: 30px;
  }

  .ts-review {
    font-size: 14px;
    line-height: 24px;
  }

  .tlc-line {
    width: 38px;
  }

  .tlc-small-head {
    font-size: 18px;
  }

  .downloadcp {
    width: 250px;
  }

  .swiper.swiper--persons {
    margin-bottom: 20px;
    display: block;
  }

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

  .hero__person {
    border-radius: 14px;
  }

  .hero__person.mod--1 {
    padding-left: 0;
  }

  .hero__h1.hero_mobile {
    padding-left: 24px;
    padding-right: 24px;
  }

  .swiper-wrapper {
    margin-bottom: 25px;
    padding-bottom: 0;
    display: block;
    overflow: auto;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.slide--persons {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 25px;
    left: 10px;
    right: auto;
    overflow: hidden;
  }

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

  .waves-top-right-footer-1 {
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: flex;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .waves-content-contact-2 {
    padding: 24px 16px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves-master-cta-3 {
    padding: 16px 16px 32px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-tile-team-1 {
    padding: 16px;
  }

  .waves-grid-team-1 {
    grid-row-gap: 32px;
  }

  .waves---heading-2-no-margins-3, .waves---heading-2-no-margins-4 {
    font-size: 34px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .bold-text-5 {
    font-size: 24px;
  }

  .waves---main-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---heading-2-no-margins-5 {
    font-size: 34px;
  }

  .waves---heading-3-no-margins-2 {
    font-size: 22px;
  }

  .waves---paragraph-big-5 {
    font-size: 16px;
  }

  .waves-grid-contact-4.contactgrid {
    width: 100%;
  }

  .waves-content-contact-3 {
    padding: 24px 16px;
  }

  .bold-text-4 {
    font-size: 26px;
  }

  .waves-image-wrap-contact-3 {
    height: 275px;
  }

  .contactpagesubheading {
    font-size: 16px;
  }

  .waves---main-container-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .grid {
    align-self: stretch;
  }
}

#w-node-_0d1b2832-4ffc-723f-6583-0effc426ed5f-d7cb020d {
  justify-self: end;
}

#w-node-_0d1b2832-4ffc-723f-6583-0effc426ed77-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed78-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed79-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed7a-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed7b-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed7c-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed7d-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed7e-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed7f-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed80-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed81-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed82-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed83-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed84-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed86-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed87-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed88-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed89-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed8a-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed8b-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed8c-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed8d-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed8e-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed8f-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed90-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed91-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed92-d7cb020d, #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed93-d7cb020d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b0e111e-3859-f8db-4127-51d6998cbc69-d7cb020d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_04b82e69-2bb9-de27-7975-14be6964bdc6-d7cb020d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_064c7d4d-964b-e143-84e0-6ded018de627-d7cb020d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_064c7d4d-964b-e143-84e0-6ded018de638-d7cb020d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_064c7d4d-964b-e143-84e0-6ded018de64e-d7cb020d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_064c7d4d-964b-e143-84e0-6ded018de65f-d7cb020d, #w-node-_80769f86-c806-4592-d53f-b0bb913a8f98-913a8f95 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_80769f86-c806-4592-d53f-b0bb913a8f99-913a8f95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80769f86-c806-4592-d53f-b0bb913a8f9b-913a8f95 {
  align-self: center;
  justify-self: center;
}

#w-node-_80769f86-c806-4592-d53f-b0bb913a8f9d-913a8f95 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80769f86-c806-4592-d53f-b0bb913a8f9e-913a8f95, #w-node-_80769f86-c806-4592-d53f-b0bb913a8fa0-913a8f95, #w-node-_80769f86-c806-4592-d53f-b0bb913a8fa1-913a8f95, #w-node-_80769f86-c806-4592-d53f-b0bb913a8fae-913a8f95, #w-node-_80769f86-c806-4592-d53f-b0bb913a8fbb-913a8f95, #w-node-_80769f86-c806-4592-d53f-b0bb913a8fbc-913a8f95, #w-node-_80769f86-c806-4592-d53f-b0bb913a8fbe-913a8f95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80769f86-c806-4592-d53f-b0bb913a8fcd-913a8f95 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-da52ca81-e048-5b15-4407-4456edf6eff4-913a8f95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da52ca81-e048-5b15-4407-4456edf6f001-913a8f95 {
  align-self: center;
  justify-self: end;
}

#w-node-dfe4e539-4e4f-c37c-7503-97a20f503870-0f503865 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aebff609-7b3f-1229-e35c-e8c536ad3302-36ad32fd {
  justify-self: start;
}

#w-node-aebff609-7b3f-1229-e35c-e8c536ad3315-36ad32fd {
  justify-self: center;
}

#w-node-_3f3ab439-5de4-e658-c179-a900436a30b3-36ad32fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aebff609-7b3f-1229-e35c-e8c536ad331a-36ad32fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2da5ee52-681c-1896-50a5-49f8dc14b765-d7cb0212, #w-node-ae15efb4-732b-aac4-bbe3-2599ce699607-d7cb0212, #w-node-c9349535-b924-072a-0757-ba2bb7d85e82-d7cb0212, #w-node-a33fbd1d-982a-857d-d136-60c4bcf3d336-d7cb0212, #w-node-_8dddbec7-e194-4ba5-6cda-ea1b1c502bf4-d7cb0212 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dddbec7-e194-4ba5-6cda-ea1b1c502bf5-d7cb0212 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8dddbec7-e194-4ba5-6cda-ea1b1c502bf9-d7cb0212, #w-node-_8dddbec7-e194-4ba5-6cda-ea1b1c502bfb-d7cb0212, #w-node-_8dddbec7-e194-4ba5-6cda-ea1b1c502c13-d7cb0212, #w-node-_8dddbec7-e194-4ba5-6cda-ea1b1c502c1b-d7cb0212, #w-node-_8dddbec7-e194-4ba5-6cda-ea1b1c502c23-d7cb0212, #w-node-_5a6c76a0-15c5-6c61-4d44-595a79b48507-d7cb0216 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6c76a0-15c5-6c61-4d44-595a79b48508-d7cb0216, #w-node-bcb49e21-f785-0032-0758-62b0a3df88fe-d7cb0216 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-bcb49e21-f785-0032-0758-62b0a3df88fd-d7cb0216, #w-node-_98421bf8-1bbf-194b-ec37-64cc9fb57e4c-d7cb0216 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98421bf8-1bbf-194b-ec37-64cc9fb57e3d-d7cb0216 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_82a0d5e2-0592-8015-0ecd-9f2e2156f86b-d7cb0216 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82a0d5e2-0592-8015-0ecd-9f2e2156f86c-d7cb0216 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e58fabeb-55ac-a982-0233-dd332242cea9-d7cb0216, #w-node-e58fabeb-55ac-a982-0233-dd332242ceb0-d7cb0216, #w-node-e58fabeb-55ac-a982-0233-dd332242ceb7-d7cb0216, #w-node-_8cdba815-0db2-b7e2-1f31-8e2957b88371-d7cb0216 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cdba815-0db2-b7e2-1f31-8e2957b88372-d7cb0216, #w-node-_8cdba815-0db2-b7e2-1f31-8e2957b88387-d7cb0216 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_8cdba815-0db2-b7e2-1f31-8e2957b88396-d7cb0216, #w-node-_8cdba815-0db2-b7e2-1f31-8e2957b88399-d7cb0216 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cdba815-0db2-b7e2-1f31-8e2957b8839a-d7cb0216 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_82e453f5-8b2a-a0a2-8796-84a343d02032-d7cb0216 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82e453f5-8b2a-a0a2-8796-84a343d02033-d7cb0216 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-a4f6e8e9-678d-69fb-f918-0eaa18117401-d7cb0219 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_079dbd1d-b0dd-1573-a689-1f3adf1b37cd-d7cb0219 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2f2b5f6a-d566-ad50-2596-f4e2612b65cc-d7cb0219 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5dea6aee-c03f-f0b2-b580-fc249bb575b8-d7cb0219 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6cd9dac0-eff5-5b7b-b833-7184ea352848-d7cb0219 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_799542b4-521a-812f-588e-98b63d3ea552-d7cb0219 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_799542b4-521a-812f-588e-98b63d3ea560-d7cb0219 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7dbfb5c7-e00c-ef6c-ec12-d20857c1a3e5-d7cb021a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_69c6cb0c-0611-0557-02fb-4209942fa632-d7cb021a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_69c6cb0c-0611-0557-02fb-4209942fa63e-d7cb021a, #w-node-_2367b286-7b1e-3924-b50f-f81a4ac70d7b-d7cb021a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2367b286-7b1e-3924-b50f-f81a4ac70d7e-d7cb021a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2367b286-7b1e-3924-b50f-f81a4ac70d85-d7cb021a, #w-node-_2367b286-7b1e-3924-b50f-f81a4ac70d89-d7cb021a, #w-node-bb37b9ff-a813-bbf7-95ed-e2a40465f314-d7cb021a, #w-node-bb37b9ff-a813-bbf7-95ed-e2a40465f319-d7cb021a, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b3f2-20e0b3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b3fe-20e0b3ef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b3ff-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b405-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b408-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b40c-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b412-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b415-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b419-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b41f-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b422-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b426-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b42c-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b42f-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b433-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b439-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b43c-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b440-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b446-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b449-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b44d-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b453-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b456-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b45a-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b460-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b463-20e0b3ef, #w-node-_1d93a1f7-45f0-5309-0cd9-1ad820e0b467-20e0b3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45a3ce22-8316-3d0e-3376-7d048d6b54f5-d7cb021c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_45a3ce22-8316-3d0e-3376-7d048d6b5501-d7cb021c, #w-node-_45a3ce22-8316-3d0e-3376-7d048d6b5508-d7cb021c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45a3ce22-8316-3d0e-3376-7d048d6b5512-d7cb021c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_45a3ce22-8316-3d0e-3376-7d048d6b5549-d7cb021c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45a3ce22-8316-3d0e-3376-7d048d6b554c-d7cb021c {
  justify-self: end;
}

#w-node-_45a3ce22-8316-3d0e-3376-7d048d6b554f-d7cb021c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45a3ce22-8316-3d0e-3376-7d048d6b5552-d7cb021c {
  justify-self: end;
}

#w-node-_45a3ce22-8316-3d0e-3376-7d048d6b5555-d7cb021c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45a3ce22-8316-3d0e-3376-7d048d6b5558-d7cb021c {
  justify-self: end;
}

#w-node-_7836834f-319c-b788-739a-cd2734b24828-d7cb0222 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_7cf5cfea-3653-5d55-ba00-94cd25699621-d7cb0222, #w-node-_7cf5cfea-3653-5d55-ba00-94cd25699626-d7cb0222, #w-node-f9f804d6-18a4-e91c-5f92-0aefd86506a4-d7cb0224, #w-node-f9f804d6-18a4-e91c-5f92-0aefd86506a8-d7cb0224, #w-node-_901d623a-fcc5-d6a0-7979-73b1d3943049-d7cb0224, #w-node-_901d623a-fcc5-d6a0-7979-73b1d394304d-d7cb0224, #w-node-_4ad89077-f3d0-7624-5959-413fd7f8ab0f-d7cb0224, #w-node-_4ad89077-f3d0-7624-5959-413fd7f8ab16-d7cb0224, #w-node-_4ad89077-f3d0-7624-5959-413fd7f8ab1d-d7cb0224, #w-node-_4ad89077-f3d0-7624-5959-413fd7f8ab25-d7cb0224 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0d1b2832-4ffc-723f-6583-0effc426ed5f-d7cb020d {
    align-self: center;
    justify-self: center;
  }

  #w-node-_6b0e111e-3859-f8db-4127-51d6998cbc69-d7cb020d {
    grid-column: 1 / 4;
  }

  #w-node-_04b82e69-2bb9-de27-7975-14be6964bdc6-d7cb020d {
    grid-column-end: 4;
  }

  #w-node-_064c7d4d-964b-e143-84e0-6ded018de638-d7cb020d {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_80769f86-c806-4592-d53f-b0bb913a8f9b-913a8f95 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-aebff609-7b3f-1229-e35c-e8c536ad3318-36ad32fd {
    justify-self: end;
  }

  #w-node-_5a6c76a0-15c5-6c61-4d44-595a79b48507-d7cb0216, #w-node-bcb49e21-f785-0032-0758-62b0a3df88fd-d7cb0216, #w-node-_98421bf8-1bbf-194b-ec37-64cc9fb57e4c-d7cb0216, #w-node-_82a0d5e2-0592-8015-0ecd-9f2e2156f86b-d7cb0216, #w-node-_8cdba815-0db2-b7e2-1f31-8e2957b88371-d7cb0216, #w-node-_8cdba815-0db2-b7e2-1f31-8e2957b88396-d7cb0216, #w-node-_8cdba815-0db2-b7e2-1f31-8e2957b88399-d7cb0216 {
    justify-self: center;
  }

  #w-node-a4f6e8e9-678d-69fb-f918-0eaa18117401-d7cb0219 {
    grid-column: 1 / 4;
  }

  #w-node-a8e8b216-b500-0e3f-e0a9-d55448575201-d7cb0219, #w-node-_5dea6aee-c03f-f0b2-b580-fc249bb575b8-d7cb0219 {
    order: 9999;
  }

  #w-node-_6cd9dac0-eff5-5b7b-b833-7184ea352848-d7cb0219 {
    grid-column: span 1 / span 1;
  }

  #w-node-_799542b4-521a-812f-588e-98b63d3ea552-d7cb0219 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7dbfb5c7-e00c-ef6c-ec12-d20857c1a3e5-d7cb021a {
    grid-column-end: 4;
  }

  #w-node-_45a3ce22-8316-3d0e-3376-7d048d6b5508-d7cb021c {
    justify-self: end;
  }

  #w-node-_7836834f-319c-b788-739a-cd2734b24828-d7cb0222 {
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_064c7d4d-964b-e143-84e0-6ded018de627-d7cb020d {
    justify-self: center;
  }

  #w-node-_064c7d4d-964b-e143-84e0-6ded018de638-d7cb020d {
    grid-column: span 1 / span 1;
  }

  #w-node-_064c7d4d-964b-e143-84e0-6ded018de64e-d7cb020d {
    justify-self: center;
  }

  #w-node-_80769f86-c806-4592-d53f-b0bb913a8f9b-913a8f95 {
    grid-column: span 2 / span 2;
  }

  #w-node-c083fbb6-5596-a7c0-c4d7-d8981d18245d-36ad32fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aebff609-7b3f-1229-e35c-e8c536ad3318-36ad32fd {
    justify-self: end;
  }

  #w-node-_799542b4-521a-812f-588e-98b63d3ea552-d7cb0219, #w-node-_799542b4-521a-812f-588e-98b63d3ea560-d7cb0219 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2367b286-7b1e-3924-b50f-f81a4ac70d7b-d7cb021a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2367b286-7b1e-3924-b50f-f81a4ac70d7e-d7cb021a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2367b286-7b1e-3924-b50f-f81a4ac70d85-d7cb021a {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_80769f86-c806-4592-d53f-b0bb913a8f9b-913a8f95, #w-node-_80769f86-c806-4592-d53f-b0bb913a8f9d-913a8f95 {
    grid-column: span 1 / span 1;
  }

  #w-node-_80769f86-c806-4592-d53f-b0bb913a8fce-913a8f95 {
    justify-self: center;
  }

  #w-node-_2367b286-7b1e-3924-b50f-f81a4ac70d85-d7cb021a {
    grid-area: 2 / 2 / 3 / 3;
  }
}


@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Bold.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Extrabold.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Bold.woff') format('woff'), url('../fonts/CabinetGrotesk-Extrabold.woff') format('woff'), url('../fonts/CabinetGrotesk-Bold.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Extrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Black.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Black.woff') format('woff'), url('../fonts/CabinetGrotesk-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Medium.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Medium.woff') format('woff'), url('../fonts/CabinetGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Light.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Light.woff') format('woff'), url('../fonts/CabinetGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Regular.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Regular.woff') format('woff'), url('../fonts/CabinetGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Extralight.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Extralight.woff') format('woff'), url('../fonts/CabinetGrotesk-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Thin.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Thin.woff') format('woff'), url('../fonts/CabinetGrotesk-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraBold.woff') format('woff'), url('../fonts/EudoxusSans-Bold.woff') format('woff'), url('../fonts/EudoxusSans-Bold.ttf') format('truetype'), url('../fonts/EudoxusSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Light.woff') format('woff'), url('../fonts/EudoxusSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraLight.woff') format('woff'), url('../fonts/EudoxusSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Medium.woff') format('woff'), url('../fonts/EudoxusSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Regular.woff') format('woff'), url('../fonts/EudoxusSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}