:root {
  --white: white;
  --black: black;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

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

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

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

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-store-home-wrap {
  margin-top: 40px;
}

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

.section.cc-product-detail {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section.hide {
  display: none;
}

.section.white-background {
  position: static;
}

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

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

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

.container.cc-heading-wrap {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
}

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

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

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

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

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: #050505;
  font-size: 30px;
}

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

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

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

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

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

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

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

.button.cc-cart {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart {
  margin-left: 20px;
}

.navigation {
  background-color: #fff;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

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

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

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

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

.icon {
  display: block;
}

.logo-image {
  display: none;
}

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

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

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

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

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

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

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

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

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

.intro-text {
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

.product-image-wrap {
  color: #fff;
  background-color: #f4f4f4;
  width: 100%;
  height: 450px;
  margin-bottom: 20px;
  padding: 10px;
  transition: opacity .6s;
  display: block;
  position: relative;
}

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

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

.product-description {
  background-color: var(--white);
  position: absolute;
  inset: auto auto 30px 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-image.contain {
  background-color: #0000;
  background-size: contain;
  height: 600px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.checkbox-label {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 14px;
  line-height: 26px;
}

.billing-address-toggle {
  align-items: center;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

.option {
  margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

.text-block-2 {
  color: #0c0000;
  font-family: Oswald, sans-serif;
  font-size: 40px;
}

.nav-menu {
  display: flex;
}

.nav-link {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  padding: 12px 20px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

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

.nav-link.w--current {
  color: #000;
  font-weight: 700;
}

.nav-link.button {
  color: #fff;
  background-color: #111;
  border-radius: 4px;
  margin-left: 20px;
  transition: all .2s;
  display: flex;
}

.nav-link.button:hover {
  background-color: #333;
  text-decoration: none;
}

.hero-section {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero-section.hero {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 600px;
  min-height: auto;
  display: flex;
  position: relative;
}

.hero-section.hero.hide {
  display: none;
}

.absolute-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-wrapper {
  z-index: 2;
  background-color: #1113;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.page-title-over-image {
  text-align: center;
  letter-spacing: .04em;
  text-transform: capitalize;
  text-shadow: 0 2px 2px #0003;
  margin-bottom: 20px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.page-subtitle-over-image {
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

.lottie-scroll-down {
  width: 16px;
  position: absolute;
  bottom: 12px;
}

.text-block-3 {
  font-weight: 700;
}

.section-2 {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-2.book-class-page {
  justify-content: flex-start;
  align-items: center;
  min-height: 90vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
}

.horisontal-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50%;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  align-items: start;
  width: 100%;
  display: grid;
}

.block-title-big {
  text-align: right;
  width: 100%;
  max-width: 15ch;
  font-size: 2.8rem;
  line-height: 1.1;
}

.italic {
  font-style: italic;
}

.max-60ch {
  max-width: none;
  font-size: 14px;
  line-height: 22px;
}

.max-60ch.bio {
  font-size: 16px;
}

.max-60ch.bio.blsck {
  color: #050505;
}

.max-60ch.bio.black {
  color: #080808;
}

.vertical-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.vertical-wrapper.portfolio {
  display: flex;
}

.class-card-title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3em;
}

.class-card-title.centered {
  text-align: center;
}

.thumbnail {
  object-fit: cover;
  object-position: 50% 35%;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  max-height: 185px;
  position: absolute;
  inset: 0%;
}

.decorative-link {
  color: #111;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.grid-clw {
  background-color: #dad2f114;
  width: 100%;
  margin-top: 40px;
}

.title-decorative-block {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.font-align-center {
  text-align: center;
  font-weight: 700;
}

.font-align-center.black {
  color: #0c0c0c;
}

.paragraph-smaller {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.grid-cli {
  width: 100%;
  max-width: 400px;
}

.grid-card-link-block {
  border-radius: 4px;
  width: 100%;
  margin-bottom: 0;
  padding-top: 66.66%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.grid-card-link-block.no-space {
  margin-bottom: 0;
}

.container-3 {
  width: 100%;
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
}

.container-3.bio {
  padding-left: 80px;
  padding-right: 80px;
}

.grid-cl {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

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

.image-small-wrap {
  border-radius: 4px;
  width: 400px;
  padding-top: 135%;
  position: relative;
  overflow: hidden;
}

.image-big-wrap {
  border-radius: 4px;
  width: 100%;
  padding-top: 66.66%;
  position: relative;
  overflow: hidden;
}

.image-small {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-big {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.horisontal-images-grid {
  grid-column-gap: 120px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 40px;
  display: flex;
}

.text-field-2 {
  border: 1px solid #707070;
  border-radius: 2px;
  width: 100%;
  height: 44px;
  margin-bottom: 12px;
  padding: 12px 20px;
  line-height: 1;
}

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

.text-field-2:focus {
  border-color: #111;
}

.text-field-2::placeholder {
  color: #727272;
  line-height: 1;
}

.book-class-form-title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1.2em;
}

.submit-button {
  color: #fff;
  background-color: #111;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.submit-button:hover {
  background-color: #333;
}

.checkbox-field {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.success-message {
  color: #111;
  text-align: center;
  background-color: #fff;
  font-size: 1rem;
}

.book-class-wrapper {
  z-index: 10;
  color: #fffc;
  background-color: #797e8e80;
  border-radius: 4px;
  width: 100%;
  max-width: 800px;
  padding: 40px;
  position: relative;
  box-shadow: 0 10px 20px #00000059;
}

.error-message {
  color: #fff;
  background-color: #b81c1c;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .75rem;
}

.checkbox-3 {
  outline-offset: 0px;
  color: var(--white);
  border-color: #727272;
  outline: 2px solid #fff;
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-3.w--redirected-checked {
  background-color: #111;
  border-color: #111;
}

.checkbox-3.w--redirected-focus {
  border-color: #111;
  box-shadow: 0 0 3px 1px #ffffff1a;
}

.preloader {
  z-index: 3000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation {
  max-width: 60px;
  max-height: 60px;
}

.checkbox-label-3 {
  margin-bottom: 0;
  line-height: 1.5;
  display: flex;
}

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

.select-field {
  background-color: #fff;
  border: 1px solid #727272;
  border-radius: 2px;
  width: 100%;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
}

.select-field:focus {
  color: #000;
  background-color: #fff;
}

.link-in-checkbox-label {
  color: #fff;
}

.booking-form {
  width: 100%;
  margin-bottom: 0;
}

.headline-6-col {
  width: auto;
  margin-bottom: 50px;
}

.headline-6-col.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

._6-col {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

._6-col._6-col-last {
  margin-right: 0;
}

.blog3-card {
  color: #fff;
  background-image: linear-gradient(#000, #000);
  border-radius: 8px;
  height: 340px;
  padding: 30px;
  transition: box-shadow .4s;
  position: relative;
}

.blog3-card.blog3-card1-content.music-cards {
  background-image: url('../images/KENNY-BEATS.jpg'), url('../images/card1.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.blog3-card.blog3-card5-content {
  opacity: 1;
  color: #111212;
  background-image: url('../images/Music-Creativity.jpg'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.blog3-card.blog3-card5-content.border {
  border: 1px solid #000;
}

.blog3-card.blog3-card5-content.border.music {
  background-image: url('../images/ELISEGOLDENBOY.jpg');
  background-position: 0 0;
  background-size: cover;
  border-color: #dad5d5;
  transition-property: none;
}

.blog3-card.blog3-card6-content.music {
  background-image: url('../images/MixMaster-Community.jpg');
  background-position: 0 0;
  background-size: cover;
}

.blog3-card.blog3-card4-content.border.music {
  background-image: url('../images/LAAMP-Showcase-at-Madame-Siam-121-of-122.jpeg'), url('../images/Vocal_Mixing.jpg');
  background-position: 0 0, 0 0;
  background-size: cover, cover;
}

.blog3-card.blog3-card3-content.music {
  background-image: url('../images/Music-Production.jpg'), url('../images/Music-Production-Studio.jpg');
  background-position: 0 0, 0 0;
  background-size: cover, cover;
}

.blog3-card.blog3-card2-content.music {
  background-image: url('../images/620d902b836715c814947f18_LAAMP_Jozzy_sessions-07129-2.jpg');
  background-position: 100%;
  background-size: cover;
}

.blog3-card.blog3-card1-content {
  color: #fff;
  background-image: url('../images/card1.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.blog3-card.blog3-card5-content {
  color: #111212;
  background-image: url('../images/card52x.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card6-content {
  color: #fff;
  background-image: url('../images/card62x.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card4-content {
  color: #111212;
  background-image: url('../images/card42x.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card3-content {
  color: #111212;
  background-image: url('../images/card3.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card2-content {
  color: #fff;
  background-image: url('../images/card2.jpg');
  background-position: 50%;
  background-size: cover;
}

._3-col {
  width: 220px;
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  margin-right: 0;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #050505;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn.btn-white {
  color: #111212;
  background-color: #fff;
  align-items: flex-end;
  display: inline-block;
}

.btn.btn-white.blog2-card-cta {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.card-headline {
  margin-top: 10px;
  font-size: 28px;
}

.card-headline._6col-card {
  color: #fff;
  width: 50%;
}

.blog3-articles-wrap {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.tagline {
  opacity: .6;
  color: #fcffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.tagline.dark {
  color: #000;
}

.tagline.black {
  color: #191a1a;
}

.tagline.black.center {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.tagline.black.center.white-font {
  color: #fafcfc;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrap.w80-50 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.wrap.w80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrap.w50-center {
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.price-wrap {
  align-items: flex-end;
  margin-bottom: 20px;
  line-height: 1.4;
  display: flex;
}

.cta-button {
  letter-spacing: .12em;
  text-transform: uppercase;
  background-color: #c83232;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 2em;
  transition: all .25s;
  box-shadow: 0 1px 6px #0003;
}

.cta-button:hover {
  color: #fff;
  background-color: #da3333;
}

.cta-button.hero {
  color: #030000;
  text-align: center;
  cursor: pointer;
  background-color: #f8f5f4;
  border-radius: 50px;
  width: auto;
  height: 48px;
  display: block;
}

.cta-button.hero:hover {
  background-color: #ff5100;
}

.image-wrap-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.absolute-image-2 {
  outline-offset: 0px;
  object-fit: cover;
  border-radius: 10px;
  outline: 3px dotted #eee;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.absolute-image-2.no-radius {
  border-radius: 0;
}

.text-span-3 {
  color: var(--white);
  margin-top: 20px;
  font-family: Lato, sans-serif;
  display: none;
}

.image-box-2 {
  z-index: 1;
  border-radius: 0;
  flex: none;
  width: 100%;
  max-width: none;
  max-height: none;
  padding-top: 66.66%;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: -7px 7px 30px #00000040;
}

.dots-image {
  position: absolute;
}

.dots-image.bottom-left {
  mix-blend-mode: normal;
  filter: none;
  mix-blend-mode: hue;
  inset: auto auto -5% -5%;
  inset: auto auto -5% -5%;
}

.dots-image.top-right {
  filter: none;
  inset: -5% -5% auto auto;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.price {
  color: #fdfcfc;
  margin-right: 8px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
}

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

.margin-bottom-24px-4 {
  color: #eee;
  text-align: left;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.live-mentor-sessions {
  color: #900a0a;
  background-color: #313131;
  border-bottom: 1px #e4ebf3;
  margin-top: 20px;
  padding: 40px 10px 60px;
  display: flex;
  position: relative;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.italic-text {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
}

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

.heading-135 {
  color: #f8f5f4;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-weight: 500;
}

._2-column-grid-2 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-22 {
  filter: brightness();
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0e0400;
  border-radius: 50px;
  padding: 12px 32px;
  font-family: Lato, sans-serif;
  font-weight: 600;
  transition: all .3s;
}

.button-22:hover {
  filter: brightness(110%);
}

.subheading-2 {
  color: #1b0101;
  text-align: left;
  max-width: 40ch;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.text-column-wrap-2 {
  opacity: 1;
  background-color: #0000;
  border: 1px #c4c4c4;
  flex-direction: column;
  flex: 1;
  max-width: none;
  padding: 10px;
  display: flex;
}

.container-46 {
  text-align: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  position: relative;
}

.template-section {
  width: 100%;
  padding: 60px 10px;
  display: none;
}

.template-section.hide {
  display: block;
}

.heading-136 {
  color: #0c0401;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 50px;
}

.heading-137 {
  font-size: 50px;
  font-weight: 700;
}

.heading-137.word-break.black {
  color: #050505;
}

.heading-138 {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
}

.caption {
  color: #d8d8cc;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 150%;
}

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

.arrow {
  color: #d8d8cc;
  max-width: 20%;
}

.div-block-22 {
  max-width: 100%;
}

.collection-item-7 {
  background-image: url('../images/Music-Production-Recording-Studio.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  height: 350px;
  padding-left: 5px;
  padding-right: 5px;
  position: static;
}

.section-13 {
  margin-top: 140px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.card-content {
  background-color: #ff5100;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 24px;
  display: flex;
}

.top-header {
  margin-bottom: 52px;
}

.container-default-2 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.view-all {
  color: #d8d8cc;
  margin-right: 8px;
  font-size: 15px;
}

.view-all:hover {
  color: #413e52;
}

.section-title {
  border-bottom: 4px solid #413e52;
  padding-bottom: 8px;
}

.blog-card {
  z-index: 2;
  background-color: #ff5100;
  border: 1px #ebeaf2;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: box-shadow .4s, transform .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 24px -24px #34349352;
}

.blog-card:hover {
  transform: translate(0, -8px);
  box-shadow: 0 40px 24px -24px #34349352;
}

.heading-143 {
  color: #d8d8cc;
}

.section-header-2 {
  border-bottom: 1px solid #868297;
  justify-content: space-between;
  margin-bottom: 32px;
  display: flex;
}

.view-all-wrapper {
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  padding-bottom: 8px;
  display: block;
}

.view-all-wrapper:hover {
  color: #413e52;
  text-decoration: none;
}

.category {
  color: #5c5cff;
  margin-bottom: 0;
}

.load-second-2 {
  display: none;
}

.card-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  order: -1;
  min-width: 200px;
  min-height: 200px;
  position: relative;
}

.card-thumbnail.large {
  width: 100%;
  min-height: 300px;
}

.heading-144 {
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-color: #5d24ff;
  max-width: 100%;
  font-size: 2em;
}

.empty-state {
  background-color: #ebeaf2;
  padding: 24px;
}

.container-default-3 {
  max-width: 1199px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.section-default {
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.section-default.reduced-top-padding {
  padding-top: 56px;
  display: none;
}

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

.section-default.no-top-padding.hide {
  display: none;
}

.section-default.reduced-top-padding {
  padding-top: 56px;
}

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

.container-default-4 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.heading-145 {
  color: #d8d8cc;
}

.heading-146 {
  color: #110500;
  text-align: center;
  -webkit-text-stroke-color: #5d24ff;
  max-width: 100%;
  font-size: 2em;
}

.blog-outer-wrapper {
  display: flex;
}

.bottom-pad-40 {
  color: #ff5100;
  margin-bottom: 40px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
}

.load-second {
  margin-top: 90px;
  padding-top: 40px;
}

.justify-center {
  text-align: center;
  background-color: #1d1524;
  border: 2px solid #ff5100;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.icon-3 {
  color: #fff;
  justify-content: flex-end;
  font-size: 2vw;
  display: flex;
}

.heading-140 {
  color: #d8d8cc;
  margin-top: 10px;
}

.blog-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 66.6667%;
  margin-right: 56px;
  display: flex;
  position: static;
}

.container-default-5 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.blog-sidebar-wrapper {
  width: 33.3333%;
  font-family: Lato, sans-serif;
}

.heading-147 {
  color: #d8d8cc;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 1.5em;
}

.dropdown-toggle-2 {
  padding-left: 0;
}

.dropdown-toggle-2.transcropt2 {
  margin-left: 0;
}

.button-25 {
  background-color: #ff5100;
  border-radius: 50px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 2em;
}

.text-block-7 {
  color: #d8d8cc;
  margin-right: 20px;
  font-size: 1.5em;
  display: block;
}

.rich-text-block-3 {
  color: #fff;
  background-color: #5d24ff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
}

.dropdown-2 {
  background-color: #0000;
  width: 776px;
  height: auto;
  min-height: 100%;
  display: block;
}

.dropdown-2.w--open {
  background-color: #5d24ff;
}

.dropdown-2.transcriopt {
  height: 100px;
}

.container-47 {
  display: none;
}

.cta-category {
  color: #5d24ff;
  margin-bottom: 24px;
  font-size: 2.5em;
  display: none;
}

.heading-142 {
  color: #d8d8cc;
  margin-top: 5px;
  font-family: Lato, sans-serif;
  font-size: 1em;
}

.heading-141 {
  color: #d8d8cc;
  font-size: 1.5em;
}

.heading-139 {
  color: #ff5100;
  margin-top: 40px;
  font-size: 1.6em;
}

.container-34 {
  max-width: none;
  margin-bottom: 10px;
  padding: 2px;
}

.player-elem {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #272727;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 10px;
  padding: 15px 10px;
  display: grid;
}

.video-player-container {
  background-color: #000;
}

.video-button-col {
  min-height: 300px;
  position: relative;
}

.videos-collection {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: auto;
}

.videos-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  height: auto;
  padding-left: 1px;
  padding-right: 1px;
  line-height: 1.5;
  display: grid;
  position: relative;
  overflow: auto;
}

.video-item {
  color: #ff5100;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  line-height: 1;
  display: block;
  overflow: hidden;
}

.html-embed {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
}

.html-embed.no-underline {
  font-family: Lato, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.section-72 {
  margin-top: 0;
}

.card-container {
  background-color: #28282e;
  border-radius: 8px;
  text-decoration: none;
  overflow: hidden;
  transform: translate(0);
}

.cell {
  background-color: #181818;
}

.title-3.text-color-neutral-100 {
  color: #fff;
}

.title-3.text-color-neutral-100.home-hero {
  color: #faf8f8;
  text-shadow: 1px 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  display: flex;
}

.title-3.text-color-neutral-100.home-hero.name {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  display: flex;
}

.title-3.text-color-neutral-100.home-hero {
  color: #fff;
  text-shadow: 1px 1px #000;
  margin-bottom: 32px;
  font-size: 5em;
  font-weight: 400;
}

.quick-stack {
  max-height: 500px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-size-h3-2 {
  color: #fffdfc;
  text-align: center;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}

.event-card-text-container {
  background-color: #272727;
  padding: 10px;
}

.bio {
  color: #c4c4c8;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

.image-wrapper-2 {
  overflow: hidden;
  transform: translate(0);
}

.rich-text-2 {
  color: #f8f9fc;
  max-height: 350px;
  margin-top: 0;
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  overflow: visible;
}

.paragraph-47.text-color-neutral-100 {
  color: #fff;
}

.paragraph-47.text-color-neutral-100.home-hero {
  text-shadow: 1px 1px #000;
  max-width: 100%;
  margin-bottom: 47px;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.event-image {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
}

.blog-content-wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-right: 0;
  padding: 20px;
  font-weight: 400;
  display: flex;
  position: static;
  overflow: visible;
}

.instagram-link {
  font-size: 1rem;
  text-decoration: none;
}

.instagram-grid-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.instagram-link-block {
  border-radius: 4px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.heading-148 {
  font-size: 24px;
}

.heading-148.black {
  color: #070707;
}

.heading-148.black.centered {
  text-align: center;
}

.mp-progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.track-3 {
  cursor: pointer;
  background-color: #3f1d1d0d;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  transition: all .2s;
  display: flex;
}

.track-3:hover {
  background-color: #ffffff0d;
}

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

.heading-80.orange {
  color: #ff5100;
  font-weight: 500;
}

.sp-artist-name {
  color: #ff5100;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  display: flex;
}

.progress-bar {
  background-color: #fff;
  width: 50%;
  height: 3px;
  position: relative;
}

.mp-track {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 20px;
  display: flex;
}

.mp-track-time {
  color: #ffffff80;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.sp-title-3 {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
  display: none;
}

.tracklist-4 {
  background-color: #0c1418;
  border-top: 1px solid #ffffff1a;
  border-left: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
  border-radius: 4px;
  flex: 1;
  width: 100%;
  max-width: 840px;
}

.track-genres {
  display: none;
}

.mp-artist-name-3 {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 400;
  display: flex;
}

.collection-item-11 {
  display: flex;
}

.mp-pause {
  cursor: pointer;
  width: 30px;
}

.track-genre-2 {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
  display: none;
}

.true-media-player-single-track {
  display: none;
}

.mp-previous {
  cursor: pointer;
  width: 13px;
}

.mp-single-track {
  cursor: pointer;
  background-color: #ffffff1a;
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  transition: all .2s ease-in-out;
  display: flex;
}

.mp-single-track:hover {
  background-color: #ffffff26;
}

.mp-audio-bar {
  cursor: pointer;
  width: 15px;
  margin-right: 10px;
  display: none;
}

.track-details-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.track-list-wrapper-4 {
  background-color: #04010e14;
}

.div-block-80 {
  grid-column-gap: 10px;
  margin-right: 20px;
  display: flex;
}

.mp-title-2 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 400;
}

.heading-165 {
  color: #ff5100;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 500;
}

.mp-elapsed {
  flex-direction: row;
  display: flex;
}

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

.mp-example-wrapper-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-width: 600px;
  max-width: 940px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.mp-track-wrapper {
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  width: 100%;
  padding: 0;
  display: none;
}

.sp-details-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.sp-details-wrapper.playlest {
  flex-direction: row;
  justify-content: space-between;
}

.sp-thumbnail-3 {
  border-radius: 4px;
  width: 50px;
  height: 50px;
}

.mp-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.true-progress-head {
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px 0% auto auto;
}

.mp-controla-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.mp-progress-bar-background {
  background-color: #f0f0f00f;
}

.mp-track-time-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.track-time {
  color: #0a000080;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.text-block-81 {
  font-size: 12px;
}

.text-block-81.genre {
  display: flex;
}

.tl-track-time-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-77 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.mp-media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.mp-next {
  cursor: pointer;
  width: 13px;
}

.track-number {
  color: #0e000080;
  margin-right: 20px;
  font-size: .875rem;
  line-height: 1;
}

.true-media-player-track {
  display: none;
}

.track-title-2 {
  color: #0c0000;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.div-block-88 {
  display: flex;
}

.track-thumbnail-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 65px;
  min-width: 65px;
  height: 65px;
  min-height: 65px;
  margin-right: 15px;
}

.sp-title-wrapper {
  color: #fff;
  flex-direction: column;
  align-items: center;
  font-size: 1px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-title-wrapper.playlist {
  align-items: flex-start;
}

.mp-play {
  cursor: pointer;
  width: 30px;
}

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

.heading-166.orange {
  color: #ff5100;
  font-weight: 500;
}

.collection-item-12 {
  display: flex;
}

.heading-167 {
  color: #080300;
  text-align: center;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.text-block-82 {
  font-size: 12px;
}

.text-block-82.genre {
  display: flex;
}

.section-78 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-89 {
  display: flex;
}

.main-media-player-3 {
  z-index: 999;
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #050505e6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.elapsed {
  flex-direction: row;
  display: flex;
}

.previous-song-icon {
  cursor: pointer;
  width: 12px;
  height: 12px;
}

.thumbnail-2 {
  border-radius: 4px;
  width: 55px;
  height: 55px;
  margin-right: 10px;
  display: none;
}

.volume-toggle {
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.progress-bar-background {
  background-color: #f0f0f00f;
}

.next-song-icon {
  cursor: pointer;
  width: 12px;
  height: 12px;
}

.media-player-exit-icon {
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.media-player-play-button {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 1px;
  padding-left: 2px;
  display: flex;
}

.pause-button-icon {
  width: 11px;
}

.media-player-pause-button {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.title.truncate {
  color: #fffffff2;
  font-weight: 600;
}

.media-player-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.media-player-controls-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.volume-bar {
  background-color: #fff;
  width: 50%;
  height: 3px;
}

.media-player-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.media-player-volume-wrapper {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.volume-bar-wrapper {
  background-color: #f0f0f00f;
  width: 100px;
  height: 3px;
}

.media-player-song {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.media-player-control-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.genre {
  color: #ffffffb3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: none;
}

.container-63 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.play-button-icon {
  width: 11px;
  height: 11px;
}

.media-player-content-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
}

.example-badge {
  color: #15e6cd;
  text-transform: uppercase;
  background-color: #15e6cd1a;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 7px 10px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.track-time-2 {
  color: #ffffff80;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
  display: none;
}

.track-details-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.track {
  cursor: pointer;
  background-color: #0000000d;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 75px;
  padding: 12px 20px;
  transition: all .2s;
  display: flex;
}

.track:hover {
  background-color: #ffffff0d;
}

.track-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 65px;
  height: 65px;
  margin-right: 15px;
}

.track-genre {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.track-number-2 {
  color: #ffffff80;
  margin-right: 20px;
  font-size: .875rem;
  line-height: 1;
}

.section-button {
  color: #fff;
  background-color: #4968be;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 50px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 50px -20px #4968be;
}

.section-button:hover {
  background-color: #4968becc;
}

.tracklist-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-paragraph {
  color: #ffffffbf;
  margin-bottom: 25px;
  font-size: 1.15rem;
  font-weight: 200;
  line-height: 2;
}

.playlist-wrapper {
  grid-column-gap: 100px;
  display: flex;
}

.playlist-wrapper.example-one {
  text-align: center;
  background-color: #0f000000;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px;
}

.section-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.5;
}

.track-title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

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

.thumbnail-3 {
  border-radius: 4px;
  width: 55px;
  height: 55px;
  margin-right: 10px;
}

.progress-bar-wrapper-2 {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.genre-2 {
  color: #ffffffb3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.heading-168 {
  color: #020202;
  margin-bottom: 20px;
}

.heading-168.aylist {
  text-align: center;
}

.section-79 {
  height: 200px;
}

.collection-item-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.collection-list-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  line-height: 1.3em;
  display: grid;
}

.heading-169 {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-170 {
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}

.heading-171 {
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  display: none;
}

.div-block-90 {
  width: 832px;
}

.hero-overlay {
  color: #fff;
  background-image: url('../images/LAAMP-Webinar-Pict.jpg');
  background-position: 0 0;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 2rem;
  display: flex;
}

.centered-container-3 {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-41 {
  box-shadow: 0 2px 5px 3px #000;
}

.heading-30 {
  color: #fffefe;
  font-size: 50px;
  line-height: 50px;
}

.button-11 {
  background-color: #ff5100;
  margin-top: 20px;
  font-size: 1rem;
  display: none;
}

.hero-subscribe-right-2 {
  background-color: #d1cece;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
  line-height: 1.3;
}

.margin-bottom-24px-5.white {
  color: var(--black);
}

.submit-button-9 {
  background-color: var(--black);
}

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

.collection-list-4.pair-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-173 {
  color: #f2f4f8;
  font-weight: 700;
}

.heading-173.centered {
  text-align: center;
  text-shadow: 0 4px 1px #0003;
}

.heading-174 {
  color: #f5f7fa;
  text-shadow: 0 1px 1px #0003;
}

.link-block {
  display: flex;
  position: relative;
}

.link-block.no-underline {
  justify-content: center;
  width: 100%;
  height: 28%;
  text-decoration: none;
}

.div-block-91 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  top: 100px;
}

.rich-text-block-4 {
  font-size: 12px;
}

.section-80 {
  height: 200px;
}

.sp-progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.sp-thumbnail {
  border-radius: 4px;
  width: 50px;
  height: 50px;
}

.sp-media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-track-wrapper {
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #290000;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  width: 100%;
  height: 400px;
  padding: 25px 30px;
}

.sp-title-wrapper-2 {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-elapsed {
  flex-direction: row;
  display: flex;
}

.sp-progress-bar-background {
  background-color: #f0f0f00f;
}

.sp-details-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.sp-track {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sp-example-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sp-pause {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.sp-artist-name-2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.sp-title {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
}

.sp-play {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.sp-controla-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.mp-artist-name {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
}

.sp-title-wrapper-3 {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.mp-track-time-2 {
  color: #ffffff80;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.example {
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 50px;
  display: flex;
}

.mp-title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
}

.mp-single-track-2 {
  cursor: pointer;
  background-color: #ffffff1a;
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  transition: all .2s ease-in-out;
  display: flex;
}

.mp-single-track-2:hover {
  background-color: #ffffff26;
}

.mp-track-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 20px;
  display: flex;
}

.mp-example-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sp-title-4 {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
}

.example-wrapper {
  grid-column-gap: 100px;
  display: flex;
}

.mp-track-wrapper-2 {
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  width: 100%;
  padding: 0;
}

.body-2 {
  background-color: #0e1e29;
}

.sp-track-wrapper-2 {
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  width: 100%;
  padding: 25px 30px;
}

.sp-title-wrapper-4 {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-example-wrapper-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sp-title-5 {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
}

.empty-state-2 {
  background-color: #ebeaf2;
  padding: 24px;
}

.section-title-2 {
  letter-spacing: 2px;
  margin-top: 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.success-message-2 {
  color: #ababfa;
  text-align: center;
  background-color: #0000;
  border: 1px solid #9898e5;
  border-radius: 4px;
  padding: 16px;
  font-size: 14px;
}

.button-26 {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #5c5cff;
  background-image: linear-gradient(135deg, #5c5cff, #8989f8);
  border-radius: 4px;
  max-width: none;
  margin-top: 32px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  transition: box-shadow .2s;
}

.button-26:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 16px -16px #5c5cff;
}

.button-26.forms {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 56px;
  margin-top: 0;
  display: flex;
}

.button-26.forms:hover {
  box-shadow: 0 24px 24px -24px #000;
}

.view-all-2 {
  margin-right: 8px;
  font-size: 15px;
}

.view-all-2:hover {
  color: #413e52;
}

.arrow-pattern {
  position: absolute;
}

.arrow-pattern.lower-left {
  z-index: 1;
  inset: auto auto -71px -16px;
}

.arrow-pattern.top-right {
  z-index: 1;
  inset: -48px -56px auto auto;
}

.cta-category-2 {
  color: #cbcbf0;
  margin-bottom: 24px;
}

.hero-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 560px;
}

.section-header {
  border-bottom: 1px solid #868297;
  justify-content: space-between;
  margin-bottom: 32px;
  display: none;
}

.category-2 {
  color: #5c5cff;
  margin-bottom: 32px;
  display: none;
}

.section-title-3 {
  border-bottom: 4px solid #413e52;
  padding-bottom: 8px;
}

.highlight-wrapper {
  width: 4px;
  height: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.vertical-article-grid {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.highlight {
  background-color: #5c5cff;
  width: 100%;
  height: 100%;
}

.cta-wrapper {
  color: #fff;
  background-color: #111131;
  background-image: linear-gradient(to top, #1b1b4d, #111131);
  border-radius: 8px;
  padding: 48px;
}

.caption-2 {
  color: #868297;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 150%;
}

.hero-content {
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  min-height: 450px;
  padding: 65px 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.feature-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.med-divider {
  background-color: #dedede;
  width: 20%;
  height: 1px;
  margin: 16px auto;
  list-style-type: lower-alpha;
  display: block;
}

.collection-list-wrapper-18 {
  display: block;
}

.collection-list-wrapper-18.hide {
  display: none;
}

.load-first {
  position: relative;
}

.white-background {
  background-color: #fff;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-6 {
  font-size: 14px;
  line-height: 20px;
}

.heading-5 {
  color: var(--black);
  font-size: 14px;
  line-height: 1.3em;
}

.text-field-3 {
  color: #8989f8;
  text-align: center;
  background-color: #1b1b4d;
  border: 1px solid #8989f8;
  border-radius: 4px;
  min-height: 56px;
  margin-bottom: 16px;
  padding: 16px 24px;
  font-size: 18px;
}

.text-field-3:focus {
  border-style: solid;
  border-color: #8989f8;
}

.text-field-3::placeholder {
  color: #8989f8;
  font-size: 18px;
}

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

.error-message-2 {
  color: #ababfa;
  background-color: #0000;
  border: 1px solid #ababfa;
  border-radius: 4px;
  margin-top: 16px;
  padding: 15px;
  font-size: 14px;
}

.view-all-wrapper-2 {
  cursor: pointer;
  align-items: center;
  margin-top: auto;
  padding-bottom: 8px;
  display: flex;
}

.view-all-wrapper-2:hover {
  color: #413e52;
  text-decoration: none;
}

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

.grid-halves.no-padding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.featuredthumbnail {
  padding-top: 7px;
  padding-bottom: 7px;
}

.main-section {
  background-color: #f7f7f7;
  padding-top: 62px;
  padding-bottom: 62px;
}

.main-section.bottom-padding {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 89px;
}

.blog-card-2 {
  z-index: 2;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #ebeaf2;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 24px -24px #34349352;
}

.blog-card-2:hover {
  transform: translate(0, -8px);
  box-shadow: 0 40px 24px -24px #34349352;
}

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

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.cta-grid {
  grid-column-gap: 56px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  height: 100%;
  display: grid;
}

.card-content-2 {
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 24px;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.card-content-2.no-padding {
  padding: 0;
}

.heading-175 {
  display: none;
}

.link-block-2 {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.collection-item-14 {
  display: flex;
}

.card-content-3 {
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.card-content-3.no-padding {
  padding: 0 10px;
  text-decoration: none;
}

.caption-3 {
  color: #868297;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 150%;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.link-block-3 {
  text-align: center;
  background-color: #ff5100;
  border-radius: 10px;
  width: 300px;
  height: 400px;
  padding: 10px;
  text-decoration: none;
}

.heading-87 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #1d1524;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 2em;
  font-weight: 700;
  position: relative;
  top: 250px;
}

.heading-88 {
  color: #fff;
  text-shadow: 0 1px 1px #1d1524;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: 245px;
}

.text-block-6 {
  color: #fff;
  text-shadow: 0 1px 1px #1d1524;
  margin-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: .9;
  position: relative;
  top: 250px;
}

.blog2-articles-wrap {
  align-items: flex-start;
  display: flex;
}

.blog2-article-details {
  margin-bottom: 10px;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .6;
}

.blog2-article-cover {
  background-image: linear-gradient(#f1f1f1, #f1f1f1);
  border-radius: 8px;
  height: 230px;
  margin-bottom: 25px;
}

.blog2-article-cover.blog2-article-content1 {
  background-image: none;
  height: 300px;
}

.blog2-article-cover.blog2-article-content1.profile {
  display: none;
}

.blog2-article-cover.blog2-article-content2 {
  background-image: url('../images/thumb-00.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
}

.tagline-2 {
  opacity: .6;
  color: #0c0d0e;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.label-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 17px;
}

.blog5-articles-wrapper {
  align-items: flex-start;
  display: flex;
}

.blog5-article-cover {
  border-radius: 8px;
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
}

.blog5-article-cover.blog5-article-image3 {
  background-image: url('../images/article-cover-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog5-article-cover.blog5-article-image1 {
  background-image: url('../images/card-cover.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog5-article-cover.blog5-article-image2 {
  background-image: url('../images/article-cover-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.label-2 {
  background-color: #1991eb;
  border-radius: 4px;
  padding: 4px 10px;
  display: inline-block;
}

.label-2.label-pink {
  background-color: #c47ca2;
}

.label-2.label-grey {
  background-color: #858589;
}

.label-2.label-cyan {
  background-color: #28998a;
}

._4-col {
  width: 300px;
  margin-right: 20px;
  display: inline-block;
}

._4-col._4-col-last {
  margin-right: 0;
  display: inline-block;
}

.cta1-image {
  background-image: linear-gradient(#111212bf, #111212bf), url('../images/CTA2-Background.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.cta1-content {
  margin-top: 5px;
}

.btn-big {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  font-size: 16px;
  line-height: 26px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-big:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn-big:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn-big.btn-white {
  color: #111212;
  background-color: #fff;
  display: inline-block;
}

.content4-image {
  background-image: url('../images/inma-santiago-746452-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 340px;
  margin-bottom: 30px;
}

.content4-image.content4-image4 {
  background-image: url('../images/olena-sergienko-725307-unsplash.jpg');
}

.content4-image.content4-image6 {
  background-image: url('../images/zohre-nemati-446136-unsplash.jpg');
}

.content4-image.content4-image7 {
  background-image: url('../images/brooke-lark-609908-unsplash.jpg');
}

.content4-image.content4-image8 {
  background-image: url('../images/natalia-y-469694-unsplash.jpg');
}

.content4-image.content4-image5 {
  background-image: url('../images/shifaaz-shamoon-300079-unsplash.jpg');
}

.content4-image.content4-image3 {
  background-image: url('../images/annie-spratt-216207-unsplash.jpg');
}

.content4-image.content4-image9 {
  background-image: url('../images/jeremy-bishop-334996-unsplash.jpg');
}

.content4-image.content4-image2 {
  background-image: url('../images/nathan-dumlao-483396-unsplash.jpg');
}

.content4-items, .content4-item {
  margin-bottom: 20px;
}

.profile_wrapper {
  border: 1px solid #f5f5f5;
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 0;
  display: flex;
}

.profile_wrapper.light_md {
  border-color: #000;
  width: 120px;
}

.expertise_quote {
  color: #fff;
  border-left-width: 3px;
  padding-left: 10px;
  padding-right: 0;
  font-size: 1em;
  line-height: 1.5;
}

.expertise_quote.light_md {
  color: #161e33;
  border-left-color: #000;
}

.icon_20x20 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.link {
  color: #fff;
}

.availability_grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-around;
  height: 300px;
  max-height: 300px;
  display: none;
}

.book_img {
  border: 4px #fff;
  border-radius: 8px;
  height: 288.578px;
}

.light-mode {
  background-color: #fff;
}

.link_section_title {
  text-align: left;
  text-transform: capitalize;
}

.link_section_title.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.5;
}

.link_section_title.white.light_md {
  color: #161e33;
}

.graph_bar {
  background-color: #bababa63;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding: 24px;
  font-weight: 600;
  display: flex;
}

.graph_bar.available {
  color: #070707;
  background-color: #94d7c5;
  flex: 0 auto;
}

.graph_bar.available.tuesday {
  background-color: #fda700;
  height: 40%;
  display: flex;
}

.graph_bar.available.wednesday {
  background-color: #fda700;
  height: 50%;
  min-height: auto;
}

.graph_bar.available.thursday {
  background-color: #fda700;
  height: 70%;
  min-height: auto;
}

.graph_bar.available.friday {
  color: #070707;
  background-color: #fda700;
  height: 50%;
}

.spacing_4 {
  height: 4px;
}

.dark-mode {
  background-color: #0f0f0f;
  flex-direction: column;
  display: flex;
}

.availability_column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.spacing {
  height: 32px;
}

.link_header {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.link_divider {
  background-color: #bababa;
  width: 100%;
  height: 1px;
  margin-top: 10px;
}

.link_divider.light_md {
  background-color: #000;
}

.font_bold {
  font-weight: 700;
}

.book_link {
  text-decoration: none;
}

.link_section {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  overflow: hidden;
}

.link-2 {
  color: #000;
}

.link_muted-txt {
  opacity: .6;
  color: #bababa;
  text-align: left;
  display: none;
}

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

.text-block-86 {
  display: none;
}

.profile_image {
  object-fit: cover;
  border-radius: 500px;
  max-width: 120px;
  max-height: 120px;
}

.link_wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.link_wrapper.content_align_center {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex_wrapper {
  display: flex;
}

.flex_wrapper.flex_distribute {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.flex_wrapper.flex_distribute.link_block {
  color: #fff;
  background-color: #181818;
  border-bottom-style: none;
  border-radius: 8px;
  padding: 25px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .4s;
}

.flex_wrapper.flex_distribute.link_block:hover {
  box-shadow: 0 6px 20px #0000000d;
}

.flex_wrapper.flex_distribute.link_block.light_md {
  background-color: #f1f1f6;
}

.flex_wrapper.flex_center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.flex_wrapper.flex_center.vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
}

.icon_wrapper-2 {
  background-color: #181818;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 10px;
  transition: all .4s;
  display: flex;
  overflow: hidden;
}

.icon_wrapper-2:hover {
  border: 1px solid #484848;
  box-shadow: 0 5px 20px #0000000d;
}

.icon_wrapper-2.light_md {
  background-color: #f0f0f5;
}

.unsplash-image {
  object-fit: cover;
  object-position: 50% 50%;
  max-width: 100%;
  max-height: none;
  display: block;
}

.summary_wrapper {
  margin-top: 1em;
  margin-bottom: 0;
}

.text-block {
  color: #070707;
}

.link_txt {
  color: #bababa;
  margin-bottom: 0;
  line-height: 1.4;
}

.link_txt.text_width_medium {
  color: #fff;
  letter-spacing: -.05em;
  flex: 0 auto;
  justify-content: flex-start;
  margin-bottom: 0;
  font-size: 1.5em;
  font-style: normal;
  line-height: 1.3;
  display: block;
}

.link_txt.text_width_medium.light_md {
  color: #161e33;
}

.link_txt.light_md {
  color: #000;
}

.link_text {
  text-transform: capitalize;
}

.link_text.light_md {
  color: #161e33;
}

.spacing_24 {
  height: 24px;
}

.heading-txt {
  font-size: 23px;
  font-weight: 500;
}

.heading-txt.white {
  color: #fff;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-txt.white.light_md {
  color: #222f51;
}

.small_text {
  font-size: 12px;
}

.small_text.font_weight_bold {
  letter-spacing: 0;
  text-transform: uppercase;
}

.spacing_16 {
  height: 16px;
}

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

.icon_24x24-2 {
  color: #fda700;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.availability_graph_item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.profile_name {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.c-card-btn-text {
  width: 100%;
  padding: 10px 20px;
}

.c-card-btn-text.focus {
  background-color: #ff6565;
  position: absolute;
  overflow: hidden;
}

.c-card-btn-text.focus.tw {
  background-color: #8ca7ff;
}

.c-card-btn-text.focus.ln {
  background-color: #3c9ea5;
}

.c-card-btn-text.focus.fb {
  background-color: #6670bd;
}

.c-card-btn-text.focus.bc {
  background-color: #e6b362;
}

.c-card-btn-text.focus.wf {
  background-color: #666;
}

.c-card-btn-text.focus.ig {
  background-color: #f88fdb;
}

.c-card-btn-text.focus.sl {
  background-color: #333;
}

.c-card-img {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

._w-card-back {
  perspective: 1000px;
  background-color: #333;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.card-btn-focus-bg {
  background-image: radial-gradient(circle farthest-side, #ff9865, #fff0);
  width: 75%;
  height: 200%;
  position: absolute;
  inset: -75% -10% auto auto;
}

.card-btn-focus-bg.fb {
  background-image: radial-gradient(circle farthest-side, #52a0ce, #fff0);
}

.card-btn-focus-bg.ln {
  background-image: radial-gradient(circle farthest-side, #5dc3a3, #fff0);
}

.card-btn-focus-bg.sl {
  background-image: radial-gradient(circle farthest-side, #219fa3, #fff0);
}

.card-btn-focus-bg.ig {
  background-image: radial-gradient(circle farthest-side, #ffcb8f, #fff0);
}

.card-btn-focus-bg.tw {
  background-image: radial-gradient(circle farthest-side, #8cd1ff, #fff0);
}

.card-btn-focus-bg.wf {
  background-image: radial-gradient(circle farthest-side, #999, #fff0);
}

.card-btn-focus-bg.bc {
  background-image: radial-gradient(circle farthest-side, #ffd3a4, #fff0);
}

.c-card-no {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.card-title {
  color: #fff;
  text-align: right;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.no-dot {
  opacity: .2;
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 5px 2px;
}

.card-img {
  height: auto;
  box-shadow: 0 2px 5px #0003;
}

._w-content {
  justify-content: center;
  align-items: center;
}

.c-flipping-cards-list {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 60px;
  display: flex;
}

.c-card-title {
  margin-bottom: 5px;
}

.sp-title-wrapper-5 {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.c-card-btn {
  padding: 20px;
}

.sp-track-wrapper-3 {
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  width: 100%;
  padding: 25px 30px;
}

.c-card-text {
  perspective: 1000px;
  border-top: 1px dashed #ffffff40;
  padding: 20px 15px;
  transform: translate(0);
}

._w-card-img {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

._w-card-quote {
  position: relative;
}

.card-alias {
  color: #ddd;
  text-align: right;
  font-size: .9em;
  line-height: 1em;
  display: none;
}

.card-bg-quotemark {
  color: #fff;
  display: inline-block;
}

.card-bg-quotemark.btm {
  opacity: .2;
  font-family: PT Sans, sans-serif;
  font-size: 5em;
  line-height: 1em;
  position: absolute;
  inset: auto -.3em -.4em auto;
}

.card-bg-quotemark.top {
  opacity: .2;
  font-family: PT Sans, sans-serif;
  font-size: 5em;
  line-height: 1em;
  position: absolute;
  inset: -.4em auto auto -.3em;
}

.card-no-text {
  opacity: .2;
  color: #fff;
  font-size: 7em;
  font-weight: 700;
  line-height: 1em;
  display: none;
  transform: translate(-20px);
}

.card-label {
  opacity: .2;
  color: #fff;
  font-size: .8em;
  line-height: 1em;
}

.card-btn-link {
  color: #fff;
  text-align: center;
  border: 2px solid #ff6565;
  border-radius: 1000px;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.card-btn-link.ln {
  border-color: #3c9ea5;
}

.card-btn-link.ig {
  border-color: #f88fdb;
}

.card-btn-link.wf {
  border-color: #666;
}

.card-btn-link.fb {
  border-color: #6670bd;
}

.card-btn-link.sl {
  border-color: #219fa3;
}

.card-btn-link.tw {
  border-color: #8ca7ff;
}

.card-btn-link.bc {
  border-color: #e6b362;
}

.c-flip-card {
  position: relative;
}

.c-card-front {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 450px;
  display: flex;
}

.c-card-label {
  text-align: center;
  padding: 20px;
}

.card-quote {
  z-index: 5;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1em;
  font-style: italic;
  line-height: 1.4em;
  position: relative;
}

._w-card-front {
  perspective: 1000px;
  transform: ;
  background-color: #ff6565;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

._w-card-front.sl {
  background-image: linear-gradient(45deg, #219fa3, #333);
}

._w-card-front.ln {
  background-color: #3c9ea5;
}

._w-card-front.tw {
  background-color: #8ca7ff;
}

._w-card-front.ig {
  background-image: linear-gradient(45deg, #ffce8a, #fc91d8 50%, #ba68f5);
}

._w-card-front.bc {
  background-color: #e6b362;
}

._w-card-front.wf {
  background-color: #333;
}

._w-card-front.fb {
  background-color: #6670bd;
}

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

.c-no-dots {
  z-index: 10;
  padding-top: 5px;
  padding-right: 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.c-card-back {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 450px;
  display: none;
}

.cloneable-area {
  padding: 0;
}

.c-card-quote {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: relative;
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  display: flex;
  position: relative;
}

.absolute-image-3 {
  outline-offset: 0px;
  object-fit: cover;
  outline: 3px dotted #eee;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

.hero-wrapper-6 {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.margin-bottom-24px-6 {
  color: #eee;
  text-align: left;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-span-4 {
  color: #0a0a0a;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  display: flex;
}

.hero-heading-right-4 {
  color: #900a0a;
  background-color: #0000;
  border-bottom: 1px #e4ebf3;
  margin-top: 0;
  padding: 40px 10px 60px;
  display: block;
  position: relative;
}

.heading-176 {
  color: #eee;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 500;
}

.italic-text-2 {
  font-style: normal;
  font-weight: 500;
}

.teacher-background-portrait {
  z-index: 10;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding-top: 0%;
  padding-bottom: 150%;
  padding-left: 0%;
  display: block;
  position: relative;
  overflow: hidden;
}

.teacher-background-grids {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: space-around;
  place-items: stretch baseline;
  width: 99vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
}

.flag-icon {
  background-image: url('../images/6240c59b3a5855426f5ba8f6_LAAMP-FAVICON_16240c59b3a5855426f5ba8f6_LAAMP FAVICON.png');
  background-position: 0 0;
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  margin-right: 15px;
}

.section-title-4 {
  color: #020202;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 59px;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

.callout-divider {
  align-items: center;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.flag-text {
  color: #fff9;
  letter-spacing: .02em;
  font-size: 20px;
  line-height: 1.5em;
}

.line {
  background-color: #dddbdb80;
  width: 40%;
  height: 1px;
}

.collection-list-wrapper-8 {
  width: auto;
  margin-top: 60px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.teacher-background {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0;
  display: flex;
  position: relative;
}

.teacher-background.subscription {
  display: block;
}

.heading-120 {
  opacity: 1;
  color: #fffcfc;
  text-align: center;
  mix-blend-mode: lighten;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  display: block;
  position: absolute;
  inset: auto 0% 5%;
}

.teacher-gradient {
  z-index: 15;
  opacity: 1;
  color: #fffdfd;
  background-image: radial-gradient(circle, #0000, #0000);
  position: absolute;
  inset: 0%;
}

.callout-header {
  letter-spacing: .03em;
  white-space: normal;
  font-size: 32px;
  line-height: 38px;
}

.text-span-2 {
  color: #fff;
  font-weight: 700;
}

.callout-grid {
  z-index: 99;
  text-align: center;
  object-fit: fill;
  background-color: #191c21;
  border-radius: 4px;
  width: 485px;
  min-width: 485px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px;
  display: none;
  position: absolute;
  inset: 25% 0% 0%;
  box-shadow: 0 0 16px 12px #00000040;
}

.callout-grid-overlay {
  z-index: 50;
  background-image: linear-gradient(to top, #000 4%, #0000 39%, #0000);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.section-39 {
  background-color: #fcf9f9;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.video-button-col-2 {
  min-height: 400px;
  position: relative;
}

.html-embed-2 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 0 2px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}

.container-65 {
  max-width: none;
  margin-bottom: 10px;
  padding: 2px;
}

.rich-text-block-12 {
  color: #ff5100;
  display: flex;
}

.container-37 {
  max-width: 1140px;
  padding-left: 10px;
  display: none;
}

.section-title-5 {
  color: #030303;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  display: none;
}

.video-player-container-2 {
  background-color: #fffdfd;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
}

.videos-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #020202;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  height: auto;
  padding: 10px 1px 20px;
  line-height: 1.5;
  display: grid;
  position: relative;
  overflow: auto;
}

.video-item-2 {
  color: #ff5100;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1;
  display: block;
}

.class-card-title-2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.thumbnail-4 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.paragraph-smaller-2 {
  font-size: .875rem;
}

.section-81 {
  display: none;
}

.section-82 {
  border: 1px solid #ddd;
}

.section-82.hide {
  display: block;
}

.section-83 {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-83.hero {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 600px;
  min-height: 100px;
  display: flex;
  position: relative;
}

.section-83.hero.hide {
  display: flex;
}

.absolute-image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-wrapper-7 {
  z-index: 2;
  background-color: #1113;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.page-title-over-image-2 {
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 5rem;
  line-height: 1;
}

.class-card-title-3 {
  overflow-wrap: normal;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.4em;
}

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

.paragraph-smaller-3 {
  font-size: .875rem;
}

.container-66 {
  width: 100%;
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.lesson-title {
  margin-top: 0;
  margin-bottom: 0;
}

.lesson-title.dark {
  color: #585c68;
  padding-left: 10px;
  font-size: 30px;
  font-weight: 200;
}

.heading-177 {
  padding-left: 10px;
}

.heading-177.class {
  margin-top: 0;
  font-size: 24px;
}

.text-block-87 {
  padding-left: 10px;
}

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

.cell-3.hide {
  display: flex;
}

.section-84 {
  height: 200px;
}

.font-size-3em {
  font-size: 3em;
  line-height: 1;
}

.font-size-3em.font-normal {
  color: #030303;
  font-size: 38px;
  font-weight: 400;
}

.html-embed-4 {
  display: none;
}

.button-28 {
  filter: brightness();
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #030303;
  border-radius: 50px;
  padding: 12px 32px;
  font-family: Lato, sans-serif;
  font-weight: 600;
  transition: all .3s;
}

.button-28:hover {
  filter: brightness(110%);
}

.container-67 {
  text-align: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 40px;
  position: relative;
}

.subheading-3 {
  color: #050505;
  text-align: left;
  max-width: 40ch;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

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

.heading-179 {
  font-size: 40px;
  font-weight: 500;
}

.section-85 {
  height: 200px;
}

.div-block-96 {
  margin-top: 20px;
  margin-bottom: 40px;
}

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

.div-block-98 {
  width: 940px;
  margin-left: 10px;
  margin-right: 10px;
}

.link-block-4 {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.link-block-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 120px;
}

.body-3 {
  background-color: var(--white);
}

.section-86 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-181 {
  text-transform: uppercase;
  font-size: 20px;
}

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

.section-87 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-87.hide {
  display: block;
}

.decorative-link-2 {
  color: #111;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

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

.paragraph-smaller-4 {
  font-size: .875rem;
  line-height: 1.3em;
}

.grid-card-link-block-2 {
  border-radius: 4px;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 66.66%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.container-68 {
  width: 100%;
  max-width: 1440px;
  padding: 60px 80px;
}

.class-card-title-4 {
  color: var(--black);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
}

.thumbnail-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.decorative-link-3 {
  color: #111;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.paragraph-smaller-5 {
  font-size: .875rem;
  line-height: 1.3em;
}

.section-88 {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.list-item-2 {
  display: none;
}

.headline-6-col-2 {
  width: 460px;
  margin-bottom: 50px;
}

.team1-person {
  padding-right: 0;
}

.text-14 {
  font-size: 13px;
  line-height: 1.2em;
}

.text-14.hide {
  display: none;
}

.tagline-3 {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.tagline-3.team1-position {
  margin-top: -6px;
}

.tagline-3.team1-position.hide {
  display: none;
}

.team1-image {
  background-image: linear-gradient(#1112121a, #1112121a);
  border-radius: 8px;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}

.team1-image.team1-image8 {
  background-image: url('../images/Person-Pic-82x.jpg');
  background-position: 50%;
  background-size: cover;
}

.team1-image.team1-image6 {
  background-image: url('../images/Person-Pic-62x.jpg');
  background-size: 120px;
}

.team1-image.team1-image5 {
  background-image: url('../images/Person-Pic-52x.jpg');
  background-position: 0 0;
  background-size: 120px;
}

.team1-image.team1-image1 {
  background-image: url('../images/Person-Pic-12x.jpg');
  background-size: 120px;
}

.team1-image.team1-image4 {
  background-image: url('../images/Person-Pic-42x.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.team1-image.team1-image2 {
  background-image: url('../images/Person-Pic-22x.jpg');
  background-size: 120px;
}

.team1-image.team1-image7 {
  background-image: url('../images/Person-Pic-72x.jpg');
  background-size: 120px;
}

.team1-image.team1-image3 {
  background-image: url('../images/Person-Pic-32x.jpg');
  background-size: 120px;
}

.team1-people-row {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

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

.heading-182 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.heading-182.bio-dropdown.o-margin {
  margin-bottom: 0;
}

.section-89 {
  padding-bottom: 0;
  overflow: hidden;
}

.hero2-light-alt2 {
  background-image: url('../images/LAAMP-ONLINE-IMAGE.jpg');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  height: 674px;
  display: none;
}

.hero2-text-wrap {
  width: 45%;
}

.tagline-4 {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.tagline-4.clack {
  color: #0f1014;
  font-weight: 600;
  line-height: 1.4em;
}

.tagline-4.clack.centered {
  text-align: center;
}

.h1-jumbo {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2em;
}

.h1-jumbo.white {
  color: var(--white);
}

.btn-big-2 {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #030303;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  font-size: 16px;
  line-height: 26px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-big-2:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn-big-2:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.thumbnail-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.paragraph-smaller-6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3em;
}

.arrow-wrap-projects {
  align-items: flex-end;
  width: 34.03em;
  height: 11.81em;
  display: flex;
}

.wrap-50 {
  width: 50%;
  height: 100%;
}

.wrap-50.added-padding {
  padding: 2.78em;
}

.wrap-50.added-padding.flex-vertical {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.section-90 {
  align-items: center;
}

.section-90.color-bg-purple {
  background-color: #5d24ff;
}

.section-90.color-bg-purple.flex-horizontal {
  justify-content: center;
  display: flex;
}

.section-90.color-bg-purple.flex-horizontal._80v {
  height: 80vh;
}

.section-90.color-bg-dark {
  background-color: #1d1524;
}

.section-90._90vh-vw.flex {
  flex-flow: wrap;
  display: block;
  position: relative;
}

.section-90.relative {
  position: relative;
}

.section-90.relative.bg-color-dark {
  background-color: #1d1524;
}

.image-3 {
  height: 100%;
}

.display-parabole {
  text-align: left;
  font-size: .9em;
}

.section-image50 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.h2 {
  letter-spacing: -.04em;
  font-size: 2.5em;
  line-height: 1.1;
}

.h2._96-text-size {
  letter-spacing: -.04em;
  font-size: 6.67em;
  line-height: .8;
}

.h2._96-text-size.text-orange {
  color: #d8d8cc;
  text-align: left;
}

.h2._96-text-size.text-orange.display-parabole.hidden-y {
  margin-top: .3em;
}

.h2.smaller-size {
  font-size: 1.8em;
}

.h2.smaller-size.position-absolute {
  opacity: 1;
}

.h1 {
  z-index: 2;
  clear: none;
  letter-spacing: -.05em;
  text-transform: uppercase;
  padding: 6px;
  font-size: 9.6em;
  line-height: .7;
  position: relative;
}

.h1.text-orange {
  color: #f7693b;
}

.h1.text-orange.smaller-size {
  text-transform: none;
  font-size: 4.4em;
  line-height: .8;
}

.h1.text-offwhite {
  color: #d8d8cc;
}

.h1.text-offwhite.lowercase {
  text-transform: none;
  mix-blend-mode: normal;
}

.h1.smaller-text-size {
  font-size: 3em;
  line-height: .9;
}

.h1.smaller-text-size.sticky {
  transition: all .475s;
  position: sticky;
  top: 2.2em;
}

.h1.smaller-text-size.sticky.max-width {
  width: 90%;
}

.h1.smaller-text-size.sticky.max-width.text-orange {
  text-transform: none;
  width: 100%;
}

.image-wrap {
  height: 100%;
}

.link-text {
  height: 7.5em;
  margin-bottom: 1.48em;
  margin-left: 1em;
  padding: 7px;
  overflow: hidden;
}

.h3 {
  font-size: 2.19em;
  font-weight: 400;
  line-height: 1.3;
}

.h3.absolute-btm-left {
  z-index: 1;
  line-height: 1;
  position: absolute;
  inset: auto auto 5% 5%;
}

.h3.absolute-btm-left.text-color-white {
  color: #fff;
}

.h3.absolute-btm-left.text-color-purple {
  color: #30147e;
}

.grid-square-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-square-wrap.bg-color-dark {
  background-color: #1d1524;
}

.grid-square-wrap.bg-color-purple {
  background-color: #5d24ff;
  overflow: hidden;
}

.grid-square-wrap.bg-color-teal {
  background-color: #32ad9e;
}

.grid-square-wrap.bg-color-orange {
  background-color: #ff5100;
}

.curtain-2 {
  z-index: 1;
  width: 20%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.curtain-2.bg-color-purple {
  color: #1d1524;
  background-color: #5d24ff;
  width: 20%;
}

.curtain-2.bg-color-orange {
  background-color: #ff5100;
}

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

.grid-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.curtain-1 {
  z-index: 2;
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.curtain-1.bg-color-teal {
  background-color: #32ad9e;
  width: 10%;
}

.curtain-1.bg-color-dark {
  background-color: #1d1524;
  inset: 0% auto 0% 0%;
}

.corner-arrow-wrap {
  position: relative;
}

.image-2 {
  width: 4.1em;
  height: 6.11em;
}

.circle-div-wrap {
  background-color: #ff5100;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24em;
  height: 24em;
  display: flex;
}

.program-slider {
  width: 100%;
  height: 100%;
}

.bg-wrapper {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-top: 5.9em;
  display: none;
  position: absolute;
}

.slide-nav {
  display: none;
}

.title-wrap {
  z-index: 10;
  mix-blend-mode: difference;
  position: sticky;
  top: 5.3em;
}

.title-wrap.no-sticky {
  mix-blend-mode: normal;
  margin-bottom: 1em;
  position: static;
}

.slider-arrow-icon {
  display: none;
}

.slide-program {
  width: 100%;
  height: 100%;
}

.container-70 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2.78em;
}

.container-70.no-padding {
  padding: 0;
}

.container-70.no-padding.grid {
  grid-row-gap: 0px;
  max-width: none;
  height: 100%;
  margin-top: 5.4em;
  position: relative;
}

.slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.program-color-bg-grid {
  width: 100%;
  height: 100%;
  position: static;
}

.program-color-bg-grid.teal {
  background-color: #32ad9e;
}

.program-color-bg-grid.purple {
  background-color: #5d24ff;
}

.right-arrow {
  display: none;
}

.grid-wrapper-50 {
  background-color: #5d24ff;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 2.78em;
  display: flex;
}

.grid-wrapper-50.bg-color-teal {
  background-color: #32ad9e;
}

.grid-wrapper-50.bg-color-teal.no-padding {
  padding: 0;
}

.grid-wrapper-50.bg-color-purple {
  background-color: #5d24ff;
}

.curriculum-wrap-1 {
  width: 100%;
  height: 58.89em;
  display: flex;
}

.curriculum-wrap-1.negative-margin {
  margin-top: 0;
}

.curriculum-wrap-1.height-40em {
  height: 50em;
}

.display {
  letter-spacing: -.07em;
  text-transform: uppercase;
  padding: 9px;
  font-size: 15.05em;
  line-height: .8;
}

.display.offwhite {
  color: #d8d8cc;
  padding-left: .11em;
}

.display.offwhite.smaller-size {
  text-align: center;
  font-size: 12vw;
}

.rich-text-50 {
  max-width: 36em;
}

.rich-text-50.orange {
  color: var(--black);
  max-width: 31em;
}

.image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.image.opacity50 {
  opacity: .69;
}

.curriculum-wrap-wrap50 {
  width: 50%;
  height: 100%;
  padding: 2.68em;
}

.curriculum-wrap-wrap50.flex-bottom {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.curriculum-wrap-wrap50.flex-bottom.black {
  background-color: var(--white);
  color: #0000;
}

.curriculum-wrap-wrap50.flex-bottom.purple {
  background-color: var(--white);
}

.curriculum-wrap-wrap50.no-padding {
  padding: 0;
}

.image-42 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.image-42.opacity50 {
  opacity: .69;
}

.address {
  color: var(--white);
  margin-top: 19px;
}

.footer-link-2 {
  color: var(--white);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-around;
  margin-bottom: 40px;
  display: flex;
}

.footer-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.subtext {
  color: #d8d8cc73;
  text-align: left;
  font-size: 10px;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 80px;
}

.section-91 {
  background-color: #080808;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-183, .paragraph-48, .paragraph-49, .heading-184, .paragraph-50, .paragraph-51 {
  color: var(--black);
}

.rich-text-block-13 {
  font-size: 14px;
  line-height: 1.2em;
}

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

.background-video {
  background-color: #16121a66;
  height: auto;
}

.div-block-58 {
  text-align: center;
}

.heading-57 {
  color: #f7800a;
  font-family: Exo, sans-serif;
  font-size: 28px;
  line-height: 1.6em;
}

.bold-text-26 {
  color: var(--white);
  justify-content: center;
  margin-top: 100px;
  font-size: 40px;
  font-weight: 700;
  display: flex;
}

.button-29 {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 30px;
  margin-top: 200px;
  margin-bottom: 180px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  font-size: 22px;
}

.bold-text-27 {
  color: var(--white);
}

.video {
  height: NaN% ;
  width: 100%;
  display: flex;
}

.hero2-light-alt2-2 {
  background-image: url('../images/LAAMP-ONLINE-Deep-Purple.jpg'), url('../images/LAAMP-ONLINE-IMAGE.jpg');
  background-position: 0 0, 0 0;
  background-size: cover, cover;
  align-items: center;
  height: 674px;
  display: flex;
}

.hero2-light-alt2-2.light {
  background-image: url('../images/LAAMP-ONLINE-IMAGE.jpg');
  background-position: 0 0;
  background-size: cover;
  display: none;
}

.tagline-5 {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.tagline-5.white {
  color: var(--white);
}

.btn-big-3 {
  float: none;
  border: 1px solid var(--white);
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  font-size: 18px;
  line-height: 26px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-big-3:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn-big-3:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn-big-3.light {
  background-color: var(--white);
}

.navbar-no-shadow {
  background-color: var(--black);
  color: var(--white);
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: var(--black);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  color: var(--white);
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
  color: var(--white);
}

.nav-dropdown-link-2 {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 10px;
}

.button-primary-2 {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

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

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

.text-block-89 {
  color: var(--white);
}

.navbar-logo-left-2 {
  background-color: var(--black);
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  background-color: var(--black);
  color: var(--white);
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-4 {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

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

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

.nav-dropdown-icon-4 {
  color: var(--white);
  margin-right: 10px;
}

.nav-dropdown-link-4 {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-4:focus-visible, .nav-dropdown-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.text-block-90 {
  color: var(--white);
}

.list-item-3 {
  color: var(--white);
  display: none;
}

.list-item-4 {
  display: none;
}

.list-item-5 {
  display: flex;
}

.all-mentors.hide {
  display: block;
}

.dropdown-toggle-3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-3 {
  width: 100%;
}

.white-on-black {
  background-color: var(--black);
  color: var(--white);
}

.text-block-91 {
  color: var(--black);
}

.dropdown-list {
  background-color: var(--white);
}

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

.italic-text-3 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
}

.program-overview {
  padding-top: 20px;
  padding-bottom: 40px;
}

.program-overview.white-on-black {
  display: block;
}

.program-overview.white-on-black.black {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 100px;
}

.program-overview.white-on-black.black.hide {
  display: none;
}

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

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

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

.button-36._300 {
  width: 300px;
}

.button-36._300.white-border {
  border: 1px solid #fff;
}

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

.text-block-92 {
  text-align: center;
  font-weight: 700;
}

.text-span-7 {
  color: #fff;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  display: none;
}

.hero-wrapper-11 {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.price-wrap-2 {
  align-items: flex-end;
  margin-bottom: 20px;
  line-height: 1.4;
  display: flex;
}

.price-wrap-2._50-px {
  height: 50px;
  margin-bottom: 0;
}

.div-block-104 {
  border: .5px #f7693b;
  border-radius: 5px;
  width: 470px;
  height: auto;
}

.background-video-2 {
  width: 100%;
  height: 600px;
}

.background-video-2.hide, .hide, .code-embed {
  display: block;
}

.hero-split-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.button-primary-18 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-18.hide {
  margin-top: 10px;
}

.paragraph-57 {
  color: #08030c;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

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

.hero-heading-right-7 {
  background-color: #fff0;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-right-7.white-background {
  background-color: #fff;
  border: 1px solid #c7c6c6;
}

.italic-text-10 {
  color: #08030c;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-style: normal;
}

.italic-text-10._40-px {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
}

.heading-219 {
  font-family: Montserrat, sans-serif;
  line-height: 50px;
}

.heading-219._33m {
  margin-top: 0;
  font-size: 2.5em;
}

.price-2 {
  color: #000;
  margin-bottom: 10px;
  margin-right: 8px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
}

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

.shadow-two-8 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-split-13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.button-primary-19 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.paragraph-58 {
  color: #08030c;
  font-family: Montserrat, sans-serif;
}

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

.hero-heading-right-8 {
  background-color: #fff0;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-right-8.white-background {
  background-color: #fff;
  border: 1px solid #c7c6c6;
}

.heading-220 {
  font-family: Montserrat, sans-serif;
  line-height: 50px;
}

.heading-220._33m {
  margin-top: 0;
  font-size: 2.5em;
}

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

.button-primary-20 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.paragraph-59 {
  color: #08030c;
  font-family: Montserrat, sans-serif;
}

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

.heading-221 {
  font-family: Montserrat, sans-serif;
  line-height: 50px;
}

.heading-221._33m {
  margin-top: 0;
  font-size: 2.5em;
}

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

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

.div-block-136 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 200px;
  height: 100%;
  min-height: 200px;
}

.heading-225 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.rich-text-block-21 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.field-label-20 {
  font-family: Montserrat, sans-serif;
}

.add-to-cart-button-2, .buy-now-button-2 {
  background-color: #4e4646;
  border-style: solid;
  border-color: #fff;
}

.section-129 {
  background-color: var(--black);
}

.section-129.hide {
  display: block;
}

.text-block-93 {
  color: var(--white);
}

.link-3 {
  color: var(--white);
  text-align: center;
}

.italic-text-11 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.container-116 {
  max-width: 740px;
  padding-top: 20px;
}

.video-2 {
  margin-bottom: 10px;
}

.video-3 {
  width: 100%;
  min-width: 450px;
  height: 100%;
}

.heading-226 {
  color: var(--white);
  text-align: center;
}

.div-block-137 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  min-width: 740px;
  max-width: 940px;
  display: flex;
}

.section-130 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-130.hide {
  display: flex;
}

.text-block-94 {
  color: var(--black);
  display: none;
}

.section-131 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-95 {
  margin-top: 10px;
}

.div-block-139 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-37 {
  background-color: var(--black);
}

.div-block-140 {
  width: 100%;
  height: 100%;
}

.video-4 {
  width: 0;
  height: 0;
}

.track-time-3 {
  color: #ffffff80;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.track-title-3 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.track-details-wrapper-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tracklist {
  background-color: #ffffff1a;
  border-top: 1px solid #ffffff1a;
  border-left: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
  border-radius: 4px;
  flex: 1;
  width: 100%;
}

.thumbnail-7 {
  border-radius: 4px;
  width: 55px;
  height: 55px;
  margin-right: 10px;
}

.thumbnail-7.hide {
  display: block;
}

.container-118 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.body-4 {
  background-color: var(--black);
}

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

.text-block-96.white-on-black {
  color: var(--white);
  margin-top: -20px;
}

.div-block-141 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
}

.background-video-3 {
  width: 100%;
  height: 600px;
  display: none;
}

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

.button-secondary {
  color: #151515;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #b9b9b9;
  padding: 24px 44px;
  font-weight: 500;
  line-height: 1.111em;
  transition: transform .3s, border-color .3s, color .3s, background-color .3s;
  transform: scale3d(1, 1, 1.01);
}

.button-secondary:hover {
  color: #fff;
  background-color: #ed5521;
  border-color: #ed5521;
  transform: scale3d(.97, .97, 1.01);
}

.button-secondary.white-button {
  color: #fff;
  text-shadow: 1px 1px #000;
  background-color: #08030c;
  border-color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
}

.button-secondary.white-button:hover {
  border-color: #ed5521;
}

.number {
  margin-bottom: 30px;
  font-size: 1.6em;
  display: none;
}

.container-default-8 {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-8.home-hero {
  z-index: 1;
  position: relative;
}

.button-primary-21 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #08030c;
  border: 1px solid #fff;
  padding: 24px 44px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4em;
  transition: transform .3s;
  transform: scale3d(1, 1, 1.01);
}

.button-primary-21:hover {
  color: #fff;
  transform: scale3d(.97, .97, 1.01);
}

.s-scroll-bg-img {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.s-scroll-bg-img.is-2 {
  z-index: 1;
  background-image: none;
  position: absolute;
  inset: 0%;
}

.design-letter {
  color: #ff5100;
  text-shadow: 0 1px 1px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5em;
  font-weight: 400;
  line-height: 1.3em;
}

.button-row-last {
  margin-bottom: 26px;
}

.content-top {
  z-index: 2;
  color: #fff;
  justify-content: space-between;
  padding: 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.content-top.hide {
  display: none;
}

.content-heading-wrapper {
  display: none;
  overflow: hidden;
}

.heading-227 {
  color: #fff;
  -webkit-text-stroke-color: white;
  text-shadow: 0 1px 1px #0003;
  margin-bottom: 20px;
  font-family: Varela, sans-serif;
  line-height: 1.3;
}

.content-main {
  margin-top: 300px;
}

.home-hero-wrapper-2 {
  max-width: 500px;
}

.s-scroll {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.button-row-first {
  margin-bottom: 26px;
  margin-right: 26px;
}

.button-row-2 {
  flex-wrap: wrap;
  margin-bottom: -26px;
  display: flex;
}

.content-bottom {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding: 100px;
  display: flex;
  position: absolute;
  inset: auto 0% 25%;
}

.content-bottom.hide {
  display: none;
}

.body-5 {
  background-color: var(--black);
}

.form-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.user-log-in-log-out {
  background-color: var(--black);
  color: var(--white);
}

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

.section-32, .code-embed-2 {
  width: 100%;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-22 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.section-134 {
  background-color: var(--black);
}

.section-135 {
  height: 200px;
}

.div-block-113 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start center;
  padding-left: 10px;
  display: flex;
  overflow: scroll;
}

.div-block-112 {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 10px;
  width: 300px;
}

.product-card-image-container-2 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-46 {
  width: 100%;
}

.product-card-details {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 350px;
  padding: 20px 10px;
  display: flex;
}

.heading-size-h3-3 {
  letter-spacing: .05em;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
}

.paragraph-9 {
  font-size: 12px;
  line-height: 1.6em;
}

.button-38 {
  background-color: #0012db;
  border-radius: 0;
  margin-top: 10px;
  line-height: 24px;
}

@media screen and (min-width: 1280px) {
  .horisontal-images-grid {
    grid-column-gap: 140px;
  }

  .instagram-link-block {
    height: 180px;
  }

  .div-block-58 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button-29 {
    border-color: var(--white);
  }
}

@media screen and (min-width: 1440px) {
  .submit-button {
    transition: all .2s;
  }

  .container-46 {
    text-align: center;
    background-color: #0000;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-13 {
    padding-top: 0;
    padding-bottom: 240px;
  }

  .container-default-3 {
    max-width: 1222px;
  }

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

  .instagram-link-block {
    height: 205px;
  }

  .callout-grid {
    display: none;
  }

  .container-67 {
    text-align: center;
    background-color: #0000;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .bold-text-26 {
    flex-direction: column;
  }

  .program-overview.white-on-black {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .button-36._300 {
    background-color: #3c214e;
  }

  .price-wrap-2 {
    margin-bottom: 0;
  }

  .product-card-details {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link {
    font-size: 16px;
  }

  .hero-wrapper {
    margin-bottom: 30px;
  }

  .page-title-over-image {
    margin-bottom: 30px;
    font-size: 101px;
  }

  .page-subtitle-over-image {
    font-size: 35px;
  }

  .section-2.book-class-page {
    align-items: center;
    display: flex;
  }

  .container-2 {
    max-width: 1600px;
  }

  .vertical-wrapper {
    margin-bottom: 30px;
  }

  .class-card-title {
    font-size: 35px;
  }

  .decorative-link {
    font-size: 21px;
  }

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

  .grid-card-link-block {
    height: 260px;
  }

  .container-3 {
    max-width: 1600px;
  }

  .image-big {
    height: 640px;
  }

  .horisontal-images-grid {
    grid-column-gap: 255px;
  }

  .lottie-animation {
    max-width: 50px;
    max-height: 50px;
  }

  .live-mentor-sessions {
    height: 600px;
  }

  .section-13, .section-14 {
    padding-top: 0;
  }

  .text-block-7 {
    margin-right: 20px;
  }

  .player-elem {
    border-radius: 0;
    padding: 3px 2px 2px;
  }

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

  .video-item {
    padding-top: 1px;
  }

  .instagram-link-block {
    height: 235px;
  }

  .heading-80, .heading-166 {
    margin-bottom: 40px;
  }

  .hero-heading-right-4 {
    height: 600px;
  }

  .teacher-background-portrait {
    padding-right: 0;
  }

  .html-embed-2 {
    padding-left: 1px;
    padding-right: 1px;
  }

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

  .video-item-2 {
    padding-top: 1px;
  }

  .class-card-title-2 {
    font-size: 35px;
  }

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

  .hero-wrapper-7 {
    margin-bottom: 30px;
  }

  .page-title-over-image-2 {
    margin-bottom: 30px;
    font-size: 101px;
  }

  .class-card-title-3 {
    font-size: 35px;
  }

  .paragraph-smaller-3 {
    font-size: 18px;
  }

  .container-66 {
    max-width: 1600px;
  }

  .decorative-link-2 {
    font-size: 21px;
  }

  .paragraph-smaller-4 {
    font-size: 18px;
  }

  .grid-card-link-block-2 {
    height: 260px;
  }

  .container-68 {
    max-width: 1600px;
  }

  .class-card-title-4 {
    font-size: 35px;
  }

  .decorative-link-3 {
    font-size: 21px;
  }

  .paragraph-smaller-5, .paragraph-smaller-6 {
    font-size: 18px;
  }

  .background-video {
    background-color: #0000;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    height: 800px;
    display: block;
  }

  .div-block-58 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    display: block;
  }

  .heading-57 {
    color: #f39a0c;
    font-family: Exo, sans-serif;
    font-size: 28px;
  }

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

  .button-29 {
    color: #f0a000;
    background-color: #0000;
    border: 5px solid #f39005;
    border-radius: 30px;
    margin-top: 500px;
    margin-bottom: 40px;
  }

  .video {
    height: 100%;
  }

  .background-video-2 {
    width: 100%;
    height: 600px;
  }

  .container-default-8.home-hero {
    max-width: 100%;
    padding: 10px 100px;
  }

  .s-scroll-bg-img.is-2 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 10%;
  }

  .content-main {
    margin-top: 500px;
  }

  .home-hero-wrapper-2 {
    max-width: 700px;
  }
}

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

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

  .button {
    justify-content: center;
  }

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

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

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

  .menu-icon {
    display: block;
  }

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

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

  .navigation {
    padding: 25px 30px;
  }

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

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

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

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

  .menu-button {
    padding: 0;
  }

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

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

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

  .intro-text {
    width: auto;
  }

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

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

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

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

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

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

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

  .blog-item {
    width: 80%;
  }

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

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

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

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

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

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

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

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

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

  .nav-menu {
    background-color: #fff;
    padding: 20px 20px 40px;
    box-shadow: 0 4px 4px #0000001a;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.button {
    margin-top: 12px;
    margin-left: 0;
  }

  .hero-section.hero {
    min-height: 70vh;
  }

  .container-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .horisontal-wrapper {
    grid-column-gap: 60px;
  }

  .block-title-big {
    text-align: left;
  }

  .container-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .horisontal-images-grid {
    grid-column-gap: 60px;
    flex-direction: column;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

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

  .blog3-card.blog3-card1-content {
    width: auto;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .btn.btn-white.blog2-card-cta {
    text-align: center;
    display: block;
    bottom: 20px;
    left: 30px;
  }

  .card-headline {
    width: 60%;
    max-width: 100%;
    display: block;
  }

  .card-headline._6col-card {
    width: 60%;
    display: block;
  }

  .blog3-articles-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50-center {
    text-align: center;
    flex-direction: column-reverse;
  }

  .image-wrap-3 {
    width: 100%;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .container-30 {
    max-width: 728px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  ._2-column-grid-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .text-column-wrap-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-46 {
    flex-direction: row;
    display: flex;
  }

  .template-section {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .grid-thirds {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .section-13 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 148px;
  }

  .container-default-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-card:hover {
    transform: translate(0);
  }

  .container-default-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .section-default {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-default.reduced-top-padding {
    padding-top: 0;
  }

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

  .container-default-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-outer-wrapper {
    flex-direction: column;
  }

  .blog-content-wrapper {
    width: 100%;
  }

  .container-default-5 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-sidebar-wrapper {
    width: 100%;
  }

  .title-3.text-color-neutral-100.home-hero {
    margin-bottom: 15px;
  }

  .paragraph-47.text-color-neutral-100.home-hero {
    margin-bottom: 40px;
  }

  .blog-content-wrapper-2 {
    width: 100%;
  }

  .instagram-grid-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mp-elapsed, .mp-duration {
    display: flex;
  }

  .main-media-player-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .elapsed {
    display: none;
  }

  .title.truncate {
    color: #ff5100;
  }

  .media-player-volume-wrapper, .duration {
    display: none;
  }

  .media-player-bar-wrapper {
    position: absolute;
    inset: 0% 0% auto;
  }

  .progress-bar-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .playlist-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .playlist-wrapper.example-one {
    flex-direction: column-reverse;
  }

  .progress-bar-wrapper-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-50 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .sp-duration, .sp-elapsed {
    display: flex;
  }

  .example {
    padding: 75px 20px;
  }

  .example-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .example-wrapper.example-three {
    flex-direction: column-reverse;
  }

  .example-wrapper.example-two {
    flex-direction: column;
  }

  .arrow-pattern.lower-left, .arrow-pattern.top-right {
    display: none;
  }

  .hero-image {
    padding-top: 66%;
  }

  .cta-wrapper {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 32px 24px;
  }

  .hero-content {
    min-height: auto;
  }

  .feature-grid {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-columns: 2fr;
  }

  .form-block-2 {
    width: 100%;
  }

  .grid-halves {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .featuredthumbnail {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .main-section {
    padding: 40px 10px;
  }

  .blog-card-2:hover {
    transform: translate(0);
  }

  .section-heading-2 {
    text-align: center;
    display: block;
  }

  .cta-grid {
    grid-row-gap: 32px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .blog2-article {
    text-align: center;
    margin-bottom: 20px;
  }

  .blog2-articles-wrap {
    flex-direction: column;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

  .blog5-articles-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .blog5-article-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }

  ._4-col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .cta1-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .cta1-content, .content4-items {
    margin-bottom: 0;
  }

  .content4-item {
    text-align: center;
    margin-bottom: 40px;
  }

  .profile_wrapper.light_md {
    width: 90px;
    height: 90px;
  }

  .c-card-btn-text.default, .c-card-btn-text.focus {
    transform: translate(0, -100%);
  }

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

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .container-64 {
    max-width: 728px;
  }

  .teacher-background-grids {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .collection-list-wrapper-8 {
    overflow: hidden;
  }

  .callout-header {
    font-size: 2em;
    line-height: 1.25em;
  }

  .callout-grid {
    width: 450px;
    min-width: auto;
    height: 350px;
    min-height: auto;
    top: 15%;
  }

  .section-83.hero {
    min-height: 70vh;
  }

  .container-66 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-67 {
    flex-direction: row;
    display: flex;
  }

  .container-68 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-69 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .headline-6-col-2 {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .team1-person {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-right: 0;
    display: flex;
  }

  .team1-image {
    display: block;
  }

  .team1-people-row {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero2-light-alt2 {
    background-image: linear-gradient(#fff6, #fff6), url('../images/hero2-woman-light.jpg');
    background-position: 0 0, 150%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 980px;
  }

  .hero2-text-wrap {
    width: 100%;
  }

  .wrap-50 {
    width: 100%;
    height: 50%;
  }

  .section-90.color-bg-purple.flex-horizontal._80v {
    flex-direction: column;
    height: 90vh;
  }

  .h2._96-text-size {
    font-size: 5.2em;
  }

  .h2.smaller-size.position-absolute {
    text-align: right;
    margin-right: 11px;
    position: static;
  }

  .h1.smaller-text-size.sticky.max-width {
    width: 8em;
  }

  .h1.smaller-text-size.sticky.max-width.text-orange {
    width: 70%;
  }

  .program-link-wrap {
    justify-content: flex-start;
    display: flex;
  }

  .grid-square-wrap {
    height: 25vh;
  }

  .corner-arrow-wrap {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .circle-div-wrap {
    width: 100%;
    height: 100%;
  }

  .container-70 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .container-70.no-padding.grid {
    grid-template-columns: 1fr;
  }

  .grid-wrapper-50 {
    height: auto;
  }

  .curriculum-wrap-1.negative-margin {
    margin-top: -9.4em;
  }

  .display.offwhite.smaller-size {
    font-size: 12vw;
  }

  .image, .image-42 {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .footer-logo-link {
    width: 110px;
  }

  .hero2-light-alt2-2 {
    background-image: linear-gradient(#fff6, #fff6), url('../images/hero2-woman-light.jpg');
    background-position: 0 0, 150%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 980px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-72 {
    max-width: 728px;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .hero-wrapper-11 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .container-85 {
    max-width: 728px;
  }

  .hero-split-12 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-14 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .container-113 {
    max-width: 728px;
  }

  .hero-split-13 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-15 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .container-114 {
    max-width: 728px;
  }

  .hero-wrapper-16 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .container-115 {
    max-width: 728px;
  }

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

  .div-block-142 {
    display: block;
  }

  .dropdown-4 {
    color: var(--white);
  }

  .container-default-8 {
    flex-direction: column;
    align-items: stretch;
  }

  .design-letter {
    font-size: 5em;
  }

  .content-top {
    flex-direction: column;
    align-items: center;
  }

  .content-heading-wrapper {
    margin-bottom: 25px;
  }

  .content-bottom {
    flex-direction: column;
    align-items: center;
  }

  .container-119 {
    max-width: 728px;
  }

  .hero-wrapper-17 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

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

  .container {
    text-align: center;
  }

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

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

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

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

  .button {
    max-width: none;
  }

  .button.cc-cart {
    border-style: solid;
    border-color: #000;
  }

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

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

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

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

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

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

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

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

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

  .navigation {
    padding: 20px 30px;
  }

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

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

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

  .collection-item {
    margin-bottom: 100px;
  }

  .intro-content {
    width: 80%;
  }

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

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

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

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

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

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

  .product-image-wrap {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

  ._404-wrap {
    padding: 30px;
  }

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

  .product-image {
    height: 500px;
  }

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

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

  .horisontal-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .class-card-title {
    text-align: center;
  }

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

  .grid-cli {
    max-width: none;
  }

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

  .horisontal-images-grid {
    flex-direction: column;
    grid-auto-columns: 1fr;
  }

  ._6-col {
    margin-right: 0;
  }

  .btn.btn-white.blog2-card-cta {
    bottom: 20px;
    left: 30px;
    right: auto;
  }

  .card-headline {
    width: 60%;
    display: block;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-wrap-3 {
    padding: 20px;
  }

  .live-mentor-sessions {
    padding: 60px 15px;
  }

  .hero-split-3 {
    justify-content: center;
    align-items: center;
  }

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

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

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

  .section-13 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .card-thumbnail.large {
    min-height: 200px;
  }

  .section-14 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .player-elem {
    grid-template-columns: 1fr;
  }

  .video-button-col {
    min-height: 320px;
  }

  .title-3.text-color-neutral-100.home-hero {
    max-width: 552px;
    margin-bottom: 10px;
  }

  .event-card-text-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-47.text-color-neutral-100.home-hero {
    max-width: 552px;
  }

  .instagram-grid-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .track-3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .mp-track {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .track-list {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .media-info-wrapper {
    display: none;
  }

  .media-player-play-button, .media-player-pause-button {
    margin-left: 15px;
    margin-right: 15px;
  }

  .title.truncate {
    color: var(--white);
  }

  .media-player-control-wrapper {
    margin-bottom: 0;
  }

  .progress-bar-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .track {
    min-height: 60px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-heading {
    font-size: 25px;
  }

  .progress-bar-wrapper-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .media-info-wrapper-2 {
    display: flex;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .hero-subscribe-right-2 {
    padding: 60px 15px;
  }

  .sp-track-wrapper {
    padding: 20px;
  }

  .example {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mp-track-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sp-track-wrapper-2 {
    padding: 20px;
  }

  .highlight-wrapper {
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero-content {
    min-height: auto;
    padding: 32px 24px 32px 28px;
  }

  .feature-grid {
    grid-template-columns: 1.5fr;
  }

  .grid-halves.no-padding {
    grid-template-columns: 1fr;
  }

  .featuredthumbnail {
    padding: 10px 0;
  }

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

  .blog2-article-cover.blog2-article-content1 {
    background-image: url('../images/rawpixel-589084-unsplash.jpg');
  }

  .sp-track-wrapper-3 {
    padding: 20px;
  }

  .hero-heading-right-4 {
    padding: 60px 15px;
  }

  .teacher-background-grids {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .callout-header {
    font-size: 1.75em;
  }

  .callout-grid {
    height: 350px;
    padding: 37px;
    top: 37%;
  }

  .video-button-col-2 {
    min-height: 320px;
  }

  .class-card-title-2, .class-card-title-3 {
    text-align: center;
  }

  .cell-3.hide {
    display: none;
  }

  .container-67 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .class-card-title-4 {
    text-align: center;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .hero2-light-alt2 {
    background-image: linear-gradient(#fff9, #fff9), url('../images/hero2-woman-light.jpg');
    background-position: 0 0, 100%;
  }

  .h1-jumbo {
    font-size: 44px;
    line-height: 56px;
  }

  .h1.smaller-text-size.sticky.max-width.text-orange {
    width: 85%;
  }

  .link-text {
    height: 6em;
  }

  .grid-square-wrap {
    height: 20vh;
  }

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

  .corner-arrow-wrap {
    align-items: center;
  }

  .circle-div-wrap {
    width: 142px;
    height: 140px;
  }

  .curriculum-wrap-1 {
    flex-direction: column-reverse;
    height: auto;
  }

  .curriculum-wrap-1.negative-margin {
    flex-direction: column;
    height: auto;
  }

  .display {
    font-size: 13em;
  }

  .display.offwhite.smaller-size {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 11em;
  }

  .image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .curriculum-wrap-wrap50 {
    width: 100%;
  }

  .curriculum-wrap-wrap50.flex-bottom {
    padding-top: 12.48em;
  }

  .curriculum-wrap-wrap50.no-padding {
    height: 50vh;
  }

  .image-42 {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .footer-image {
    object-fit: contain;
  }

  .hero2-light-alt2-2 {
    background-image: linear-gradient(#fff9, #fff9), url('../images/hero2-woman-light.jpg');
    background-position: 0 0, 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-3 {
    color: var(--black);
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link-3.w--current {
    color: var(--black);
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

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

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .white {
    font-size: 30px;
    line-height: 30px;
  }

  .hero-wrapper-11 {
    justify-content: center;
    align-items: center;
  }

  .div-block-104 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .background-video-2.hide {
    display: none;
  }

  .hero-split-12 {
    width: 100%;
  }

  .hero-wrapper-14 {
    justify-content: center;
    align-items: center;
  }

  .hero-heading-right-7 {
    padding: 60px 15px;
  }

  .hero-split-13 {
    width: 100%;
  }

  .hero-wrapper-15 {
    justify-content: center;
    align-items: center;
  }

  .hero-heading-right-8 {
    padding: 60px 15px;
  }

  .hero-wrapper-16 {
    justify-content: center;
    align-items: center;
  }

  .div-block-137 {
    width: 100%;
    min-width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-130 {
    margin-top: 40px;
  }

  .text-block-94 {
    color: var(--black);
    display: block;
  }

  .container-117 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-139 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-37 {
    background-color: var(--black);
    margin-top: 20px;
  }

  .tracklist {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-96 {
    color: var(--white);
  }

  .section-133 {
    height: 200px;
  }

  .text-block-97 {
    color: var(--white);
  }

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

  .div-block-141 {
    height: 500px;
  }

  .background-video-3 {
    display: block;
  }

  .dropdown-list-2, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6, .dropdown-link-7 {
    color: var(--black);
  }

  .div-block-142 {
    display: block;
  }

  .button-secondary, .button-primary-21 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .design-letter {
    font-size: 4em;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .product-card-details {
    padding-left: 24px;
    padding-right: 24px;
  }
}

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

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

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

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

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

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

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

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

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

  .menu-icon {
    text-align: justify;
  }

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

  .cart {
    margin-right: 20px;
  }

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

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

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

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

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

  .product-details-wrap {
    width: 100%;
    max-width: none;
  }

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

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

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

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

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

  .text-block-2 {
    font-size: 20px;
    line-height: 1.3em;
  }

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

  .hero-section.hero {
    height: 500px;
    min-height: auto;
  }

  .absolute-image {
    overflow: hidden;
  }

  .hero-wrapper {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .page-title-over-image {
    font-size: 3.5rem;
  }

  .page-subtitle-over-image {
    font-size: .75rem;
  }

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

  .section-2.book-class-page {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .horisontal-wrapper {
    grid-row-gap: 20px;
  }

  .block-title-big {
    max-width: 20ch;
    font-size: 2.5rem;
  }

  .max-60ch {
    line-height: 15px;
  }

  .thumbnail {
    max-height: 175px;
  }

  .decorative-link {
    font-size: 1rem;
  }

  .grid-clw {
    margin-top: 40px;
  }

  .font-align-center {
    overflow-wrap: anywhere;
    font-size: 30px;
    line-height: 30px;
    display: none;
  }

  .paragraph-smaller {
    text-align: left;
    font-size: 15px;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-3.book-class-page {
    padding-left: 0;
    padding-right: 0;
  }

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

  .horisontal-images-grid {
    grid-column-gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .book-class-form-title {
    font-size: 30px;
  }

  .book-class-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding: 40px 20px;
    overflow: hidden;
  }

  .checkbox-label-3 {
    font-size: 12px;
  }

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

  .btn {
    text-align: center;
    display: block;
  }

  .btn.btn-white {
    display: block;
  }

  .wrap.w50 {
    flex-direction: column;
    display: flex;
  }

  .wrap.w50.hide {
    display: none;
  }

  .wrap.w80 {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-button {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .image-wrap-3 {
    opacity: 1;
    padding: 0;
    position: relative;
  }

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

  .text-span-3 {
    display: none;
  }

  .hero-wrapper-4 {
    margin-top: 20px;
  }

  .container-30 {
    flex-direction: column;
    justify-content: flex-start;
    max-width: none;
    display: flex;
    overflow: hidden;
  }

  .margin-bottom-24px-4 {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .live-mentor-sessions {
    background-image: none;
    background-size: auto;
    margin-top: 0;
  }

  .hero-split-3 {
    align-items: center;
    margin-top: 40px;
  }

  .heading-135 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
    overflow: visible;
  }

  ._2-column-grid-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .button-22 {
    text-transform: none;
    background-color: #050505;
    width: 100%;
  }

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

  .text-column-wrap-2 {
    flex-flow: column;
    align-items: center;
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-46 {
    flex-direction: column;
    padding: 10px;
    display: flex;
  }

  .template-section {
    padding-top: 10px;
    padding-bottom: 40px;
    display: flex;
  }

  .template-section.hide {
    display: none;
  }

  .heading-136 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
    overflow: visible;
  }

  .heading-137 {
    overflow-wrap: anywhere;
    font-size: 36px;
    line-height: 36px;
  }

  .heading-137.word-break {
    text-align: center;
    overflow-wrap: normal;
  }

  .heading-138 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }

  .caption {
    font-size: 12px;
  }

  .arrow {
    width: 12px;
  }

  .div-block-22 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .collection-item-7 {
    background-position: 50%;
    height: 250px;
    padding-left: 0;
    padding-right: 10px;
  }

  .section-13 {
    margin-top: 60px;
    padding-top: 10px;
    padding-bottom: 96px;
    display: none;
  }

  .card-content {
    background-color: #0c0b0b;
    padding: 24px 16px;
  }

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

  .container-default-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .view-all {
    margin-right: 5px;
    font-size: 13px;
  }

  .section-title {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .section-header-2 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
    display: none;
  }

  .view-all-wrapper {
    padding-bottom: 4px;
    display: none;
  }

  .category {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .load-second-2.mobile {
    margin-top: 100px;
    display: block;
  }

  .load-second-2.mobile.hide {
    display: none;
  }

  .card-thumbnail {
    min-height: 300px;
  }

  .heading-144 {
    color: #050200;
    font-size: 2.3em;
  }

  .collection-list-wrapper-17 {
    margin-left: 0;
  }

  .container-default-3 {
    align-items: center;
    padding-left: 1px;
    padding-right: 1px;
    display: flex;
  }

  .section-default.reduced-top-padding {
    padding-bottom: 0;
    display: flex;
  }

  .collection-item-8 {
    padding-left: 0;
    padding-right: 10px;
  }

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

  .container-default-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-146 {
    color: #ff5100;
    font-size: 2.3em;
  }

  .bottom-pad-40 {
    display: flex;
  }

  .load-second {
    margin-top: 80px;
    padding-top: 0;
  }

  .justify-center {
    background-color: #0000;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
  }

  .icon-3 {
    font-size: 3vw;
  }

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

  .container-default-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-147 {
    font-size: 1.52em;
  }

  .button-25 {
    font-size: 1.5em;
  }

  .text-block-7 {
    margin-right: 0;
  }

  .dropdown-2.transcriopt, .cta-category {
    display: none;
  }

  .heading-142 {
    font-size: 1.5em;
    display: none;
  }

  .player-elem {
    padding: 6px;
  }

  .video-button-col {
    overflow: scroll;
  }

  .videos-collection {
    min-height: 200px;
  }

  .card-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cell {
    display: flex;
  }

  .title-3.text-color-neutral-100.home-hero {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.3em;
  }

  .title-3.text-color-neutral-100.home-hero.name {
    font-size: 28px;
    font-weight: 400;
  }

  .title-3.text-color-neutral-100.home-hero {
    text-align: center;
    margin-bottom: 20px;
    font-size: 4em;
    font-weight: 400;
    line-height: .9;
  }

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

  .cell-2 {
    align-items: center;
    display: flex;
  }

  .heading-size-h3-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .event-card-text-container {
    background-color: #181818;
  }

  .bio {
    font-weight: 400;
    line-height: 1.3;
    display: flex;
  }

  .rich-text-2 {
    margin-top: 40px;
    padding-top: 0;
    font-weight: 400;
    line-height: 1.3;
  }

  .paragraph-47.text-color-neutral-100.home-hero {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
  }

  .blog-content-wrapper-2 {
    display: flex;
  }

  .instagram-link {
    font-size: 16px;
  }

  .instagram-grid-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .heading-148 {
    text-align: center;
    width: 300px;
    min-width: auto;
    margin-bottom: 0;
    line-height: 28px;
    position: static;
  }

  .heading-80.orange {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .sp-artist-name {
    font-size: 12px;
  }

  .mp-track {
    padding-top: 0;
  }

  .mp-track-time {
    font-size: 12px;
  }

  .mp-single-track {
    background-color: #383634;
    padding-left: 10px;
    padding-right: 10px;
  }

  .track-details-wrapper {
    text-transform: uppercase;
    flex-wrap: wrap;
    font-size: 1px;
  }

  .mp-title-2 {
    font-size: 12px;
    line-height: 1.2em;
  }

  .heading-165 {
    -webkit-text-stroke-color: #0c0400;
    font-size: 25px;
    line-height: 20px;
  }

  .mp-example-wrapper-2 {
    min-width: 0;
    max-width: none;
    margin-left: 5px;
    margin-right: 5px;
  }

  .sp-thumbnail-3 {
    display: none;
  }

  .text-block-81.genre {
    text-transform: capitalize;
    display: flex;
  }

  .section-77 {
    align-items: stretch;
    margin-top: 0;
  }

  .track-number {
    margin-right: 10px;
    display: none;
  }

  .track-title-2 {
    flex-wrap: wrap;
    margin-left: 10px;
    font-size: 13px;
    display: flex;
  }

  .div-block-88 {
    margin-left: 10px;
  }

  .track-thumbnail-2 {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    min-height: 50px;
    margin-right: 5px;
  }

  .sp-title-wrapper {
    flex-wrap: wrap;
  }

  .heading-166.orange {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .heading-167 {
    font-size: 25px;
    line-height: 20px;
  }

  .text-block-82.genre {
    text-transform: capitalize;
    display: flex;
  }

  .section-78 {
    align-items: stretch;
    margin-top: 0;
  }

  .div-block-89 {
    margin-left: 10px;
  }

  .thumbnail-2 {
    display: none;
  }

  .media-info-wrapper {
    display: flex;
  }

  .title.truncate {
    font-size: 12px;
    font-weight: 500;
  }

  .progress-bar-wrapper {
    padding-top: 15px;
  }

  .example-badge {
    font-size: 10px;
  }

  .track-thumbnail {
    width: 55px;
    height: 55px;
  }

  .track-number-2 {
    margin-right: 10px;
    display: none;
  }

  .section-button {
    height: 45px;
  }

  .section-paragraph {
    font-size: 1rem;
  }

  .track-title {
    text-align: left;
    font-size: 12px;
  }

  .heading-168 {
    font-weight: 700;
    line-height: 36px;
  }

  .collection-list-3 {
    grid-template-columns: .5fr .5fr;
  }

  .heading-169 {
    margin-top: 5px;
    margin-bottom: 2px;
  }

  .heading-170 {
    margin-top: 2px;
    margin-bottom: 0;
  }

  .heading-171 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .hero-overlay {
    background-image: url('../images/LAAMP-Webinar-Pict.jpg');
    background-position: 0 0;
    background-size: contain;
    height: auto;
    max-height: none;
    padding-top: 140px;
    padding-bottom: 100px;
  }

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

  .image-41 {
    max-width: 300px;
  }

  .heading-30 {
    text-align: center;
    margin-top: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .button-11 {
    font-size: 22px;
  }

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

  .heading-172 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
  }

  .margin-bottom-24px-5 {
    line-height: 1.2;
  }

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

  .collection-list-4.pair-cards {
    grid-template-columns: 1fr 1fr;
  }

  .heading-173.centered {
    font-size: 16px;
    line-height: 1.3em;
  }

  .heading-174 {
    display: none;
  }

  .div-block-92 {
    display: flex;
    overflow: visible;
  }

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

  .div-block-93 {
    text-align: center;
  }

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

  .div-block-94.bio {
    max-width: none;
  }

  .sp-track-wrapper {
    opacity: 1;
    -webkit-backdrop-filter: saturate(25%);
    backdrop-filter: saturate(25%);
    background-image: url('../images/Brett-Performing-at-Troubadour.jpg');
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .button-26 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .view-all-2 {
    margin-right: 5px;
    font-size: 13px;
  }

  .hero-image {
    min-height: 200px;
    padding-top: 0%;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .category-2 {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .section-title-3 {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .vertical-article-grid {
    grid-row-gap: 32px;
  }

  .cta-wrapper {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .feature-grid {
    grid-row-gap: 32px;
  }

  .med-divider {
    width: 60%;
  }

  .text-field-3, .text-field-3::placeholder {
    font-size: 16px;
  }

  .load-second-3 {
    display: none;
  }

  .view-all-wrapper-2 {
    padding-bottom: 4px;
  }

  .featuredthumbnail {
    padding: 5px 0;
  }

  .main-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .arrow-2 {
    width: 12px;
  }

  .section-heading-2 {
    display: block;
  }

  .card-content-2, .card-content-3 {
    padding: 24px 16px;
  }

  .caption-3 {
    font-size: 12px;
  }

  .grid-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .link-block-3 {
    width: 100%;
    height: 600px;
  }

  .heading-88 {
    line-height: 1.3;
  }

  .blog2-article-cover.blog2-article-content1 {
    height: auto;
    display: flex;
  }

  .cta1-wrap {
    align-items: stretch;
  }

  .btn-big {
    text-align: center;
    padding: 14px 25px;
    display: block;
  }

  .btn-big.btn-white {
    display: block;
  }

  .profile_wrapper {
    width: 100px;
    height: 100px;
  }

  .expertise_quote {
    border-left-width: 2px;
    padding-left: 10px;
    padding-right: 0;
    font-size: .9em;
  }

  .availability_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .graph_bar {
    padding: 16px;
  }

  .graph_bar.available {
    font-size: 10px;
    line-height: 130%;
  }

  .availability_column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .book_link {
    width: 180px;
  }

  .link_section.head {
    background-position: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .profile_image {
    max-height: 97px;
  }

  .flex_wrapper.flex_distribute.link_block {
    line-height: 1.5;
  }

  .flex_wrapper.flex_center {
    flex-wrap: wrap;
    height: auto;
  }

  .flex_wrapper.flex_center.vertical {
    height: auto;
  }

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

  ._3_col_grid.vertical_scroll {
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 20px;
    overflow: auto;
  }

  .profile_name {
    align-items: center;
  }

  .c-flipping-cards-list {
    display: block;
  }

  .c-card-front, .c-card-back {
    width: 100%;
    max-width: 250px;
  }

  .absolute-image-3 {
    border-radius: 5px;
  }

  .hero-wrapper-6 {
    margin-top: 20px;
  }

  .container-64 {
    flex-direction: column;
    justify-content: flex-start;
    max-width: none;
    display: flex;
  }

  .margin-bottom-24px-6 {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .hero-heading-right-4 {
    background-image: none;
    background-size: auto;
    margin-top: 0;
  }

  .heading-176 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
    overflow: visible;
  }

  .teacher-background-portrait {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 10px;
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .teacher-background-grids {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 95vw;
    padding: 20px 2px;
    display: grid;
  }

  .section-title-4 {
    text-align: center;
    justify-content: center;
    padding-left: 0;
    font-size: 28px;
    display: flex;
  }

  .flag-text {
    font-size: 18px;
  }

  .teacher-background {
    margin-top: 0;
  }

  .heading-120 {
    text-align: center;
    text-shadow: 0 1px 1px #000000a3;
    background-color: #0000;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 1.2em;
    display: block;
    position: absolute;
    inset: auto 0% 1%;
  }

  .teacher-gradient {
    opacity: 1;
    background-image: none;
    border: 1px solid #fffdfd66;
  }

  .callout-header {
    font-size: 1.5em;
  }

  .callout-grid {
    width: 85vw;
    height: 55vh;
    padding: 35px 15px;
    top: 25%;
  }

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

  .video-button-col-2 {
    min-height: 400px;
  }

  .video-button-col-2.single {
    min-height: 200px;
  }

  .html-embed-2 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
  }

  .section-title-5 {
    text-align: center;
    justify-content: center;
    padding-left: 0;
    font-size: 28px;
    display: none;
  }

  .video-player-container-2 {
    min-height: auto;
  }

  .videos-list-2 {
    padding: 10px 5px 20px;
  }

  .thumbnail-4 {
    border-radius: 5px;
  }

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

  .section-83.hero {
    height: auto;
    min-height: 40vh;
  }

  .page-title-over-image-2 {
    font-size: 3.5rem;
  }

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

  .heading-177.class, .text-block-87 {
    text-align: center;
  }

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

  .div-block-95 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .section-84 {
    height: 200px;
  }

  .font-size-3em {
    font-size: 2.5em;
  }

  .font-size-3em.font-normal {
    font-size: 30px;
  }

  .button-28 {
    text-transform: none;
    background-color: #ff5100;
    width: 100%;
  }

  .container-67 {
    flex-direction: column;
    padding: 10px;
    display: flex;
  }

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

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

  .heading-178 {
    color: #eff1f6;
  }

  .heading-179 {
    text-align: center;
    line-height: 40px;
  }

  .collection-list-7 {
    display: block;
  }

  .link-block-5 {
    min-height: 150px;
  }

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

  .paragraph-smaller-4 {
    line-height: 1.3em;
  }

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

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

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

  .nav-menu-two {
    flex-direction: column;
  }

  .team1-person {
    margin-left: 0;
    margin-right: 0;
  }

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

  .team1-image.team1-image4 {
    width: 100%;
    height: 250px;
  }

  .collection-list-8 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .hero2-light-alt2 {
    background-image: linear-gradient(#fffc, #fffc), url('../images/LAAMP-ONLINE-IMAGE.jpg');
    background-position: 0 0, 88%;
  }

  .h1-jumbo {
    text-align: left;
    font-size: 30px;
    line-height: 1.8em;
  }

  .btn-big-2 {
    text-align: center;
    padding: 14px 25px;
    display: block;
  }

  .wrap-50.added-padding.flex-vertical {
    height: auto;
  }

  .h2._96-text-size.mobileadjust {
    font-size: 32px;
  }

  .h2.smaller-size.position-absolute {
    text-align: left;
    align-items: center;
    font-size: 2.19em;
    display: flex;
  }

  .h1 {
    font-size: 6.9em;
  }

  .h1.smaller-text-size.sticky.max-width, .h1.smaller-text-size.sticky.max-width.text-orange {
    width: 100%;
  }

  .h3.absolute-btm-left.text-color-white {
    font-size: 14px;
  }

  .h3.absolute-btm-left.text-color-purple {
    font-size: 15px;
  }

  .grid-square-wrap.bg-color-teal.justin {
    display: none;
  }

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

  .corner-arrow-wrap {
    justify-content: space-around;
    width: 50%;
  }

  .circle-div-wrap {
    border-radius: 100em;
    justify-content: space-around;
    width: 100%;
    height: 100px;
    margin-left: 31px;
    margin-right: 31px;
  }

  .smaller-size {
    letter-spacing: -.03em;
    font-size: .8em;
  }

  .title-wrap {
    position: static;
  }

  .container-70 {
    padding-left: 2.3em;
    padding-right: 2.3em;
  }

  .grid-wrapper-50.bg-color-teal {
    padding-left: 1.38em;
    padding-right: 1.38em;
  }

  .curriculum-wrap-1 {
    flex-direction: column-reverse;
    height: auto;
  }

  .curriculum-wrap-1.negative-margin {
    padding-top: 115px;
  }

  .curriculum-wrap-1.height-40em {
    height: auto;
  }

  .display.offwhite.smaller-size {
    text-align: left;
    padding-left: .31em;
    font-size: 19vw;
    line-height: .75;
  }

  .curriculum-wrap-wrap50.flex-bottom {
    padding-top: 2.86em;
  }

  .curriculum-wrap-wrap50.no-padding {
    height: 40vh;
  }

  .address {
    color: #d8d8cc8a;
  }

  .footer-link-2 {
    font-size: 16px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-heading {
    margin-top: 20px;
    margin-bottom: 8px;
  }

  .container-71 {
    flex-direction: column;
    padding: 2.2em 10px 2.3em;
    display: flex;
  }

  .footer-logo-link {
    height: 60px;
  }

  .div-block-100 {
    display: flex;
  }

  .background-video {
    background-color: #0006;
  }

  .div-block-58 {
    text-align: center;
  }

  .heading-57 {
    color: #f8a809;
    text-align: center;
    font-family: Exo, sans-serif;
    font-size: 28px;
    line-height: 30px;
  }

  .bold-text-26 {
    margin-top: 60px;
    font-size: 30px;
    line-height: 1.4em;
  }

  .button-29 {
    border: 2px solid var(--white);
    color: #e29908;
    background-color: #0000;
    border-radius: 50px;
    margin-top: 250px;
    margin-bottom: 140px;
  }

  .hero2-light-alt2-2 {
    background-image: linear-gradient(#160922cc, #160922cc), url('../images/LAAMP-ONLINE-Deep-Purple.jpg');
    background-position: 0 0, 88%;
    overflow: hidden;
  }

  .btn-big-3 {
    text-align: center;
    padding: 14px 25px;
    display: block;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

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

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .dropdown-3 {
    display: flex;
  }

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

  .text-span-7 {
    display: none;
  }

  .hero-wrapper-11 {
    margin-top: 20px;
  }

  .container-85 {
    flex-direction: column;
    justify-content: flex-start;
    max-width: none;
    display: flex;
    overflow: hidden;
  }

  .div-block-104 {
    width: 100%;
    padding-bottom: 40px;
  }

  .hero-split-12 {
    max-width: none;
  }

  .italic-text-10 {
    font-size: 14px;
  }

  .italic-text-10._40-px {
    font-size: 40px;
  }

  .heading-219._33m {
    font-size: 3px;
    line-height: 1.2em;
  }

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

  .shadow-two-8 {
    display: inline-flex;
  }

  .hero-split-13 {
    max-width: none;
  }

  .heading-220._33m {
    font-size: 3px;
  }

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

  .heading-221._33m {
    font-size: 3px;
  }

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

  .link-3 {
    color: var(--white);
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .video-3 {
    min-width: 280px;
  }

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

  .div-block-137 {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-4 {
    flex-flow: row;
  }

  .text-block-94 {
    width: 100%;
  }

  .div-block-138 {
    width: 300px;
  }

  .text-block-95 {
    font-size: 12px;
    line-height: 1.3em;
  }

  .text-block-96.white-on-black {
    margin-top: -15px;
  }

  .text-block-98 {
    font-size: 11px;
    line-height: 13px;
  }

  .button-secondary {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button-secondary.white-button {
    background-color: #08030c;
    max-width: 250px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1.5em;
  }

  .number {
    color: #d8d8cc;
    text-shadow: 0 1px 1px #0003;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    display: none;
  }

  .container-default-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-primary-21 {
    max-width: 250px;
    padding: 10px 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1.5em;
    line-height: 1.3em;
    display: block;
  }

  .s-scroll-bg-img.is-2 {
    border-radius: 11px;
    height: auto;
    display: flex;
  }

  .design-letter {
    text-shadow: 0 1px 1px #08030c;
    font-size: 5em;
  }

  .button-row-last {
    width: 250px;
  }

  .content-top {
    padding: 40px;
  }

  .content-heading-wrapper {
    margin-bottom: 10px;
  }

  .heading-227 {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 1px #08030c;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 2em;
    line-height: 1.2;
  }

  .content-main {
    margin-top: 200px;
  }

  .s-scroll {
    height: 75vh;
  }

  .button-row-first {
    width: 250px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .button-row-2 {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .content-bottom {
    padding: 40px 40px 30px;
  }

  .video-5 {
    height: auto;
  }

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

  .div-block-113 {
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .div-block-112 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .product-card-image-container-2, .product-card-details {
    width: 100%;
  }

  .heading-size-h3-3 {
    font-size: 22px;
    line-height: 28px;
  }

  .section-136 {
    width: 100%;
  }
}

#w-node-_1950a1ab-ebdc-7358-315e-b955ca8b2609-705877da, #w-node-_1950a1ab-ebdc-7358-315e-b955ca8b260b-705877da, #w-node-_1950a1ab-ebdc-7358-315e-b955ca8b260c-705877da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1950a1ab-ebdc-7358-315e-b955ca8b260e-705877da {
  grid-area: span 8 / span 1 / span 8 / span 1;
}

#w-node-_3bd36f5e-e450-d698-246d-28b1b0fb2ab0-705877da {
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
}

#w-node-_3bd36f5e-e450-d698-246d-28b1b0fb2ab1-705877da, #w-node-_3bd36f5e-e450-d698-246d-28b1b0fb2aeb-705877da, #w-node-_1b0b798c-3236-a4cd-939f-d0cb77c34a5e-705877db, #w-node-_1b0b798c-3236-a4cd-939f-d0cb77c34a60-705877db, #w-node-bdceace6-6a2e-e19e-d954-f2a3ffacdcb3-705877dc, #w-node-bdceace6-6a2e-e19e-d954-f2a3ffacdcb5-705877dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3bd36f5e-e450-d698-246d-28b1b0fb2ab0-705877da {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3bd36f5e-e450-d698-246d-28b1b0fb2ab0-705877da {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3bd36f5e-e450-d698-246d-28b1b0fb2ab0-705877da {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3bd36f5e-e450-d698-246d-28b1b0fb2ab1-705877da, #w-node-_3bd36f5e-e450-d698-246d-28b1b0fb2aeb-705877da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


