@font-face {
  font-family: Plus Jakarta;
  src: url('../fonts/PlusJakartaSans-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta;
  src: url('../fonts/PlusJakartaSans-ExtraBoldItalic.otf') format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta;
  src: url('../fonts/PlusJakartaSans-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta;
  src: url('../fonts/PlusJakartaSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta;
  src: url('../fonts/PlusJakartaSans-ExtraBold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta;
  src: url('../fonts/PlusJakartaSans-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta;
  src: url('../fonts/PlusJakartaSans-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta;
  src: url('../fonts/PlusJakartaSans-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta;
  src: url('../fonts/PlusJakartaSans-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta;
  src: url('../fonts/PlusJakartaSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta;
  src: url('../fonts/PlusJakartaSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta;
  src: url('../fonts/PlusJakartaSans-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta;
  src: url('../fonts/PlusJakartaSans-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta;
  src: url('../fonts/PlusJakartaSans-ExtraLightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --beige-background: #f4f1eb;
  --green: #1c3533;
  --accent-one: #75fb92;
  --white: #fcfbf9;
  --azure: #def1f0;
  --grey: #757b7b;
  --white-smoke: #efefef;
  --gainsboro: #e4e4e4;
  --background: whitesmoke;
  --tile: #dfdbd4;
  --sea-green: #219653;
  --dark-grey: #b1b1b1;
  --dark-grey-2: #8e8e8f;
  --stoke-white: #ededed;
}

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

.w-commerce-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-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartquantity {
  -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-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-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-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-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--beige-background);
  color: var(--green);
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 140%;
}

h2 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: Plus Jakarta, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}

h3 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: Plus Jakarta, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Plus Jakarta, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

blockquote {
  border-left: 5px solid var(--accent-one);
  margin-top: 16px;
  margin-bottom: 24px;
  padding: 16px 20px;
  font-size: 22px;
  line-height: 32px;
}

figure {
  margin-bottom: 10px;
}

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

.section.hero-home {
  padding-top: 100px;
  padding-bottom: 32px;
}

.section.light {
  background-color: var(--white);
}

.section.light.color-image-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.testimonial {
  padding-bottom: 128px;
  overflow: hidden;
}

.section.number {
  background-color: var(--white);
  background-image: url('../images/Number-BG.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.teacher {
  background-color: var(--green);
  color: var(--azure);
  background-image: url('../images/Green-BG.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.brand {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.image-columns-section-course {
  background-color: var(--green);
  color: #fff;
  background-image: url('../images/About-Lecture-BG.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero-course-detail {
  color: #fff;
  background-image: url('../images/Course-Detail-Hero_1Course Detail Hero.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 660px;
  position: relative;
}

.section.contact {
  padding-top: 160px;
  padding-bottom: 115px;
}

.section.hero-account-pages {
  padding-top: 160px;
}

.section.overflow {
  overflow: hidden;
}

.section.teachers {
  padding-top: 160px;
}

.section.impression {
  background-color: var(--green);
  color: #fff;
  background-image: url('../images/Impression-BG.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 100px;
}

.section.enroll {
  background-image: url('../images/Enroll-BG.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 180px;
  padding-bottom: 180px;
}

.section.blog {
  padding-top: 160px;
  padding-bottom: 254px;
}

.section.green {
  background-color: var(--green);
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.blog-detail {
  color: #fff;
  background-image: url('../images/Blog-Detail_1Blog Detail.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 270px;
  position: relative;
}

.section.footer {
  background-color: var(--white);
  color: var(--green);
  padding-top: 108px;
  padding-bottom: 80px;
}

.section.newsletter {
  background-color: var(--green);
  color: #fff;
  padding-top: 90px;
  padding-bottom: 40px;
}

.section.course-detail-content {
  margin-top: -580px;
  padding-top: 0;
  position: relative;
}

.section.course-process {
  background-color: var(--green);
  color: #fff;
  background-image: url('../images/About-Lecture-BG.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 200px;
}

.section.process-tiles {
  margin-top: -100px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.courses-section {
  padding-top: 140px;
}

.section.courses-moved-up {
  margin-top: -100px;
  padding-top: 0;
  padding-bottom: 120px;
  overflow: hidden;
}

.section.hero-about-us, .section.hero-teacher {
  padding-top: 160px;
}

.section.hero-template {
  background-color: var(--green);
  color: var(--beige-background);
  padding-top: 160px;
}

.section.blog-post-content {
  position: relative;
}

.section.hero-sales {
  background-image: url('../images/Number-BG.svg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 100px;
}

.section.sales-gallery {
  background-color: var(--green);
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.legal {
  padding-top: 160px;
}

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

.main-container.hero {
  max-width: 1512px;
  padding-left: 28px;
  padding-right: 28px;
}

.mega-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 600;
}

.paragraph-big {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 140%;
}

.paragraph-big.home-subittle {
  max-width: 550px;
}

.paragraph-small {
  font-size: 16px;
  line-height: 140%;
}

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

.paragraph-small.text-height-200 {
  line-height: 200%;
}

.subtitle {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 140%;
}

.subtext {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
}

.subtext.text-color-accent-one {
  color: var(--accent-one);
}

.hero-block {
  color: #fff;
  background-image: linear-gradient(to top, #1c3533, #1c353300), linear-gradient(#0006, #0006), url('../images/Hero-Image_1Hero Image.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  border-radius: 18px;
  min-height: 752px;
  padding: 200px 80px 180px;
}

.limit-790 {
  width: 100%;
  max-width: 790px;
}

.span-italic {
  font-style: italic;
  font-weight: 300;
}

.space-32 {
  height: 32px;
}

.student-button-wrap {
  grid-column-gap: 32px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.student-button-wrap.no-margin {
  margin: 0;
}

.space-24 {
  height: 24px;
}

.cta {
  background-color: var(--accent-one);
  color: var(--green);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding: 0 32px 1px;
  font-family: Plus Jakarta, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  transition: background-color .2s;
  display: flex;
}

.cta:hover {
  background-color: #75fb92cc;
}

.cta.secondary {
  background-color: var(--green);
  color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 52px;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  display: flex;
}

.cta.secondary:hover {
  background-color: #1c3533e6;
}

.cta.secondary.large {
  justify-content: center;
  min-height: 68px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.cta.secondary.large.buy-sales-hero {
  min-width: 250px;
}

.cta.secondary.nav-cta {
  height: 48px;
  min-height: 0;
  padding: 0 24px 2px;
  font-weight: 600;
  display: flex;
}

.cta.left-icon {
  grid-column-gap: 10px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.cta.white-button {
  background-color: #fff;
  padding: 16px 42px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.cta.white-button:hover {
  background-color: #ffffffe6;
}

.cta.link-button {
  background-color: #0000;
  padding: 6px 8px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.cta.subscribe {
  padding: 14px 72px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
}

.cta.checkout {
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-top: 0;
  padding-bottom: 1px;
  display: flex;
}

.student-wrap {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.student-wrap.gap-8 {
  grid-column-gap: 8px;
}

.student-wrap.gap-16 {
  grid-column-gap: 16px;
}

.student-wrap.course {
  grid-column-gap: 8px;
  justify-content: center;
}

.student-group-wrap {
  display: flex;
}

.student-avatar {
  background-color: #fff;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  margin-left: -12px;
  padding: 1.5px;
  display: flex;
  overflow: hidden;
}

.student-avatar.first-avatar {
  margin-left: 0;
}

.student-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.space-50 {
  height: 50px;
}

.usps-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.usps-block {
  padding-top: 30px;
}

.step-tile {
  grid-column-gap: 18px;
  align-items: flex-start;
  display: flex;
}

.step-icon {
  flex: none;
  width: 30px;
  height: 30px;
}

.space-08 {
  height: 8px;
}

.grid-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  width: 100%;
}

.grid-halves.about-us-halves {
  grid-template-columns: .8fr 1.2fr;
}

.grid-halves.home-image-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
}

.grid-halves.combo-image-text-grid {
  grid-column-gap: 64px;
}

.grid-halves.teacher-courses, .grid-halves.course-more-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.block {
  position: relative;
}

.block.course-detail-on-green {
  padding-top: 40px;
  padding-bottom: 200px;
}

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

.text-medium.text-height-180 {
  line-height: 180%;
}

.check-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 24px;
  font-weight: 500;
  display: flex;
}

.check-list-item {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.check-list-icon {
  flex: none;
  width: 32px;
  height: 32px;
}

.colored-block {
  background-color: var(--green);
  border-radius: 18px;
  height: 423px;
  position: relative;
}

.colored-block.cta {
  z-index: 0;
  background-color: #0003;
  height: 294px;
  position: absolute;
  inset: 20px 20px -20px -20px;
}

.home-image-wrap {
  transform-origin: 0 100%;
  border-radius: 18px;
  height: 423px;
  margin: -22px -22px 22px 22px;
  position: relative;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.space-16 {
  height: 16px;
}

.title-wrap.limit-650 {
  width: 100%;
  max-width: 650px;
}

.title-wrap.course-detail-title {
  z-index: 20;
  position: relative;
}

.slider {
  background-color: #0000;
  width: 100%;
  max-width: 524px;
  height: auto;
}

.mask {
  overflow: visible;
}

.slide {
  margin-right: 24px;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 28px 30px;
  box-shadow: 0 4px 64px #0000000a;
}

.testimonial-avatar-wrap {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.testimonial-avatar {
  border-radius: 96px;
  flex: none;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.avatar-name {
  font-family: Plus Jakarta, sans-serif;
}

.space-20 {
  height: 20px;
}

.course-card-divider {
  background-color: var(--white-smoke);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.testimonial-role-wrap {
  grid-column-gap: 12px;
  display: flex;
}

.testimonial-role-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.left-arrow {
  color: #1c353380;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .3s;
  display: flex;
  inset: auto auto -64px 0%;
}

.left-arrow.course {
  bottom: -50px;
}

.slide-nav {
  display: none;
}

.icon-32 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon-32:hover {
  color: var(--green);
}

.right-arrow {
  color: #1c353380;
  width: 32px;
  height: 32px;
  transition: all .3s;
  inset: auto auto -64px 40px;
}

.right-arrow:hover {
  color: var(--green);
}

.right-arrow.course {
  bottom: -48px;
}

.feature-image-wrap {
  border-radius: 18px;
  width: 100%;
  max-width: 593px;
  min-height: 718px;
  overflow: hidden;
}

.list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 32px;
  font-weight: 500;
  display: flex;
}

.list-item {
  grid-column-gap: 24px;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.list-icon {
  flex: none;
  width: 32px;
  height: 32px;
}

.cta-wrap-highlighted-blog {
  margin-top: 24px;
  display: flex;
}

.course-slide-card {
  color: var(--green);
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  padding: 32px;
  box-shadow: 0 4px 64px #0000000a;
}

.course-slide-card.ecommerce-slide-card {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.customer-testimonial-logo {
  border: 1px solid var(--gainsboro);
  background-color: var(--background);
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 56px;
  display: flex;
  overflow: hidden;
}

.customer-logo-image {
  height: 32px;
}

.course-card-wrap {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.paragraph-xsmall {
  font-size: 14px;
  line-height: 140%;
}

.course-slider {
  background-color: #0000;
  width: 100%;
  max-width: 600px;
  height: auto;
}

.number-wrap {
  display: flex;
}

.number-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.number-tile.tile-02 {
  border-right: 1px solid var(--tile);
  border-left: 1px solid var(--tile);
}

.number-tile.tile-03 {
  border-right: 1px solid var(--tile);
}

.title-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title-wrap-center.blog-detail {
  z-index: 20;
  position: relative;
}

.limit-626 {
  width: 100%;
  max-width: 626px;
}

.space-80 {
  height: 80px;
}

.teacher-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.teacher-card {
  flex: 1;
}

.teacher-image-wrap {
  border-radius: 10px;
  height: 206px;
  margin-bottom: 18px;
  overflow: hidden;
}

.teacher-button-wrap {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 72px;
  display: flex;
}

.limit-270 {
  width: 100%;
  max-width: 270px;
}

.space-56 {
  height: 56px;
}

.brand-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-block {
  background-color: var(--green);
  color: #fff;
  background-image: url('../images/CTA-BG.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  padding: 78px;
}

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

.limit-560 {
  max-width: 560px;
}

.cta-button-wrap {
  grid-column-gap: 32px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 440px;
  margin-top: 48px;
  display: flex;
}

.student-avatar-big {
  background-color: #fff;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-left: -12px;
  padding: 1.5px;
  display: flex;
  overflow: hidden;
}

.student-avatar-big.first-avatar {
  margin-left: 0;
}

.cta-image-wrap {
  z-index: 2;
  border-radius: 10px;
  height: 294px;
  position: relative;
  overflow: hidden;
}

.limit-740 {
  width: 100%;
  max-width: 740px;
}

.space-48 {
  height: 48px;
}

.tabs {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  padding: 4px 6px;
  display: flex;
}

.tab-link {
  color: var(--green);
  text-align: center;
  background-color: #fff;
  border-radius: 80px;
  flex: none;
  width: 152px;
  padding: 4px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
}

.tab-link.w--current {
  background-color: var(--green);
  color: #fff;
  font-weight: 700;
}

.tabs-content {
  width: 100%;
}

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

.grid-thirds.courses {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.course-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 32px;
  font-weight: 500;
  display: flex;
}

.course-logo {
  border: 1px solid var(--gainsboro);
  background-color: var(--background);
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.course-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.course-logo-image {
  mix-blend-mode: darken;
  width: 60%;
}

.feature-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.feature-tile {
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 325px;
  display: flex;
}

.feature-icon {
  flex: none;
  width: 30px;
  height: 30px;
}

.marquee-image-wrap {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.marquee-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.marquee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.marquee.reverse {
  justify-content: flex-end;
}

.marquee-overflow {
  z-index: 9;
  background-image: linear-gradient(to bottom, var(--green), #fff0);
  height: 278px;
  position: absolute;
  inset: 0% 0% auto;
}

.marquee-overflow.bottom {
  background-image: linear-gradient(to top, var(--green), #fff0);
  inset: auto 0% 0%;
}

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

.marquee-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 604px;
  height: 772px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.limit-880 {
  width: 100%;
  max-width: 880px;
}

.course-review {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}

.review-star-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.review-star {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: var(--sea-green);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.trustpilot-logo {
  height: 32px;
}

.course-price-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--green);
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  padding: 32px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 4px 94px #00000012;
}

.price-video {
  background-image: url('../images/Video-BG_1Video BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  height: 252px;
  display: flex;
}

.lightbox-link {
  border-radius: 48px;
  width: 64px;
  height: 64px;
  transition: transform .2s;
  overflow: hidden;
  box-shadow: 0 2px 32px #0000001a;
}

.lightbox-link:hover {
  transform: scale(1.1);
}

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

.teacher-avatar-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--green);
  align-items: center;
  margin-top: 8px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.teacher-avatar {
  border-radius: 90px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
  overflow: hidden;
}

.teacher-avatar.ecommerce-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.divider {
  background-color: var(--white-smoke);
  width: 100%;
  height: 1px;
}

.pricing {
  align-items: flex-end;
  display: flex;
}

.old-price {
  color: var(--dark-grey);
  font-size: 26px;
  font-weight: 500;
  line-height: 160%;
}

.old-price.ecommerce-small-old {
  font-size: 18px;
}

.price {
  font-size: 52px;
  font-weight: 900;
  line-height: 120%;
}

.price.ecommerce-small {
  font-size: 34px;
}

.price-separator {
  color: var(--dark-grey);
  font-size: 26px;
  font-weight: 500;
  line-height: 160%;
}

.price-separator.ecommerce-separator {
  font-size: 18px;
}

.course-button-wrap {
  color: #1c353399;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.space-40 {
  height: 40px;
}

.table-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #ededed1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: grid;
}

.table-row.last-item {
  border-bottom-style: none;
}

.table-row.white-text-row {
  color: var(--beige-background);
}

.space-04 {
  height: 4px;
}

.column {
  padding-left: 0;
  padding-right: 10px;
}

.course-detail-wrap {
  overflow: hidden;
}

.course-divider {
  background-color: #ddd;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.course-feature-card-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.course-feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 18px;
  align-items: center;
  padding: 24px;
  display: flex;
}

.course-feature-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.contact-form {
  background-color: #fff;
  border-radius: 18px;
  padding: 48px;
  box-shadow: 0 4px 94px #00000012;
}

.text-field {
  border: 1px solid var(--gainsboro);
  border-radius: 8px;
  min-height: 60px;
  margin-bottom: 12px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}

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

.text-field.quantity {
  width: auto;
  min-width: 80px;
  max-width: 140px;
}

.text-field.cart-quantity {
  width: auto;
  max-width: 80px;
}

.text-area {
  border: 1px solid var(--gainsboro);
  border-radius: 8px;
  min-height: 158px;
  margin-bottom: 24px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}

.text-area::placeholder {
  color: var(--dark-grey);
}

.form {
  flex-direction: column;
  display: flex;
}

.contact-card-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.contact-card {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  background-color: #fff;
  border-radius: 18px;
  flex: 1;
  align-items: center;
  padding: 40px 50px;
  display: flex;
  box-shadow: 0 4px 94px #00000012;
}

.contact-card-icon {
  background-color: var(--green);
  border-radius: 18px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 130px;
  display: flex;
}

.contact-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
}

.cta-link {
  color: var(--green);
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  transition: opacity .2s;
}

.cta-link:hover {
  opacity: .9;
}

.form-wrap {
  background-color: var(--background);
  border-radius: 18px;
  width: 100%;
  max-width: 536px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
}

.form-title-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.form-logo {
  width: 38px;
  height: 26px;
  margin-bottom: 16px;
}

.forgot-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-top: -4px;
  display: flex;
}

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

.checkbox {
  border-color: var(--dark-grey);
  text-align: center;
  border-radius: 4px;
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.checkbox.w--redirected-checked {
  background-color: var(--green);
  background-image: url('../images/Checkmark.svg');
  background-position: 45%;
  background-size: 8px 6px;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.cta-wrap-full {
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.form-support {
  text-align: center;
  margin-top: 32px;
}

.span-link {
  color: var(--green);
  font-weight: 700;
}

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

.course-feature-column {
  padding-left: 10px;
  padding-right: 0;
}

.course-price-wrap {
  max-width: 598px;
  position: relative;
}

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

.sticky-block {
  position: sticky;
  top: 100px;
}

.course-slider-wrap {
  position: relative;
}

.slider-gradient {
  z-index: 9;
  background-image: linear-gradient(270deg, var(--beige-background), #fff0);
  width: 12%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.teachers-card {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-color: #fff;
  border-radius: 18px;
  align-items: center;
  padding: 32px;
  display: flex;
}

.teachers-image-wrap {
  border-radius: 10px;
  flex: none;
  width: 100%;
  max-width: 448px;
  height: 318px;
  overflow: hidden;
}

.social-link {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .2s;
  display: flex;
}

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

.social-link.big-social {
  width: 32px;
  height: 32px;
}

.teachers-fature-wrap {
  margin-bottom: -180px;
}

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

.teachers-feature-content {
  padding: 60px 50px;
}

.teachers-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 105%;
}

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

.teachers-feature-card {
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  padding: 40px 50px;
  font-weight: 500;
  transition: opacity .3s ease-out;
  display: flex;
}

.teachers-feature-card.highlighted-card {
  background-color: var(--green);
  color: var(--beige-background);
}

.limit-860 {
  width: 100%;
  max-width: 860px;
}

.grid-gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
  / 1fr .5fr;
  width: 100%;
}

.cell {
  border-radius: 18px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 264px;
  display: flex;
  overflow: hidden;
}

.cell-big {
  border-radius: 18px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 548px;
  display: flex;
  overflow: hidden;
}

.limit-640 {
  width: 100%;
  max-width: 640px;
}

.space-72 {
  height: 72px;
}

.enroll-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.enroll-logo {
  margin-bottom: 16px;
}

.span-line-1 {
  background-image: url('../images/Line-Smartest.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.span-line-2 {
  background-image: url('../images/Line-Creative.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.span-line-3 {
  background-image: url('../images/Line-Word.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.enroll-button-wrap {
  flex-direction: column;
  width: 100%;
  max-width: 440px;
  margin-top: 64px;
  display: flex;
}

.blog-wrap {
  color: var(--green);
  background-color: #fff;
  border-radius: 18px;
  margin-top: -256px;
  padding: 60px 110px 80px;
}

.blog-featured-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
}

.featured-image-wrap {
  border-radius: 18px;
  flex: none;
  width: 100%;
  max-width: 526px;
  height: 344px;
  overflow: hidden;
}

.blog-date {
  color: var(--dark-grey-2);
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.blog-divider {
  background-color: var(--gainsboro);
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.blog-card {
  color: var(--green);
  text-decoration: none;
  transition: transform .2s;
}

.blog-card:hover {
  transform: translate(0, -6px);
}

.blog-image-wrap {
  border-radius: 18px;
  height: 234px;
  margin-bottom: 16px;
  overflow: hidden;
}

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

.blog-detail-wrap {
  background-color: #fff;
  border-radius: 18px;
  margin-top: -244px;
  padding: 100px 120px;
}

.rich-text h2 {
  margin-bottom: 8px;
}

.rich-text p {
  margin-bottom: 24px;
  font-weight: 500;
}

.rich-text h3 {
  margin-bottom: 8px;
}

.rich-text h4 {
  margin-top: 0;
  margin-bottom: 8px;
}

.rich-text figure {
  border-radius: 18px;
  margin-bottom: 24px;
  overflow: hidden;
}

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

.footer-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.footer-social-link-wrap {
  grid-column-gap: 24px;
  display: flex;
}

.footer-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 160%;
}

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

.footer-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.footer-link {
  color: var(--green);
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  text-decoration: none;
}

.footer-contact {
  background-color: var(--beige-background);
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  padding: 60px 80px;
  display: flex;
}

.contact-list {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.contact-list-item {
  grid-column-gap: 16px;
  align-items: center;
  height: 32px;
  font-weight: 500;
  display: flex;
}

.contact-list-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.newsletter-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 175%;
}

.span-newsletter {
  color: var(--accent-one);
  font-weight: 700;
}

.newsletter-block {
  grid-column-gap: 16px;
  display: flex;
}

.newsletter-logo {
  align-items: center;
  display: flex;
}

.newsletter-form {
  grid-column-gap: 12px;
  display: flex;
}

.newsletter-text-field {
  border: 1px solid var(--gainsboro);
  border-radius: 8px;
  min-height: 64px;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}

.newsletter-text-field::placeholder {
  color: var(--green);
}

.newsletter-divider {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-top: 90px;
  margin-bottom: 36px;
}

.card-wrap {
  z-index: 5;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 80px auto auto -20px;
}

.card-wrap._02 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  inset: auto -50px 30px auto;
}

.card-2 {
  margin-left: 36px;
}

.card-7 {
  z-index: 4;
  position: relative;
  transform: rotate(-2deg);
  box-shadow: 0 3px 40px #00000012;
}

.card-4 {
  z-index: 1;
  position: relative;
  top: 64px;
  transform: rotate(-11deg);
  box-shadow: 0 3px 40px #00000012;
}

.card-6 {
  z-index: 3;
  position: relative;
  top: 24px;
  transform: rotate(-5deg);
  box-shadow: 0 3px 40px #00000012;
}

.card-5 {
  z-index: 2;
  position: relative;
  top: 42px;
  transform: rotate(-8deg);
  box-shadow: 0 3px 40px #00000012;
}

.master-expandable {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.expandable-single {
  cursor: pointer;
  background-color: #fff;
  border-radius: 18px;
  padding: 22px 24px 24px 32px;
}

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

.faq-h3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 20px;
}

.plus-expand-master {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.plus-line {
  background-color: #000;
  border-radius: 1px;
  width: 18px;
  height: 2px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
}

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

.master-faq {
  width: 100%;
  max-width: 740px;
}

.master-categories {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-wrap-courses {
  width: 100%;
}

.course-top-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.ecommerce-course-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 32px;
  font-weight: 500;
  display: flex;
}

.overlay-course-detail-hero {
  background-color: #1c353366;
  background-image: linear-gradient(to bottom, #1c353366, #1c3533e6 32%, #1c3533fa 74%, var(--green));
  position: absolute;
  inset: 0%;
}

.default-state-add-to-cart {
  flex-direction: column;
  display: flex;
}

.image-play-preview {
  width: 100%;
  height: 100%;
}

.background-image-about-us {
  background-image: url('../images/AboutUs-Big_1AboutUs Big.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  max-height: 600px;
  position: sticky;
  top: 86px;
}

.master-about-us-hero {
  grid-row-gap: 16px;
  flex-direction: column;
  max-width: 670px;
  display: flex;
}

.wrap-about-us-icons {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.text-block-h3-style {
  font-family: Plus Jakarta, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.cta-wrap-about-hero {
  display: flex;
}

.master-process {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.single-process {
  grid-column-gap: 40px;
  align-items: stretch;
  display: flex;
}

.left-process {
  flex-direction: column;
  align-items: center;
  width: 32px;
  display: flex;
}

.right-process {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-bottom: 64px;
  display: flex;
}

.right-process.last-process {
  padding-bottom: 0;
}

.process-circle {
  background-color: #576763;
  border-radius: 50%;
  flex: none;
  width: 29px;
  height: 29px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.line-process {
  background-color: #576763;
  width: 5px;
  height: 100%;
}

.fill-circle {
  background-color: var(--accent-one);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fill-line {
  background-color: var(--accent-one);
  transform-origin: 50% 0;
  width: 100%;
  height: 100%;
}

.process-tile {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 64px;
  box-shadow: 0 4px 64px #0000000a;
}

.wrap-highlighted-blog-content {
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

.navbar {
  z-index: 1000;
  background-color: var(--beige-background);
  border-bottom: 1px solid #e0deda;
  height: 74px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 20px #6164641a;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.right-navbar {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand-link-navbar {
  max-width: 200px;
}

.link-nav {
  height: 100%;
  padding: 12px 20px;
  font-size: 16px;
}

.link-nav.w--current {
  color: var(--green);
  font-weight: 500;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.divider-nav {
  background-color: #d0d0d0;
  width: 1px;
  height: 32px;
  margin-left: 12px;
  margin-right: 12px;
}

.link-login {
  grid-column-gap: 8px;
  color: var(--green);
  border-radius: 12px;
  justify-content: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.link-login:hover {
  background-color: #1c35331a;
}

.icon-login {
  width: 24px;
  height: 24px;
}

.white-link {
  color: var(--beige-background);
}

.course-title-wrap {
  width: 100%;
  max-width: 900px;
}

.title-wrap-home-image-section {
  width: 100%;
  max-width: 550px;
}

.title-wrap-step-away {
  width: 100%;
  max-width: 470px;
}

.master-teacher-hero {
  grid-column-gap: 56px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-teacher-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex: none;
  width: 100%;
  max-width: 480px;
  min-height: 590px;
}

.wrap-teacher-content {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-socials-teacher-hero {
  grid-column-gap: 14px;
  margin-top: 0;
  display: flex;
}

.image-social-big {
  width: 100%;
  height: 100%;
}

.icon-course-tile {
  width: 32px;
  height: 32px;
}

.cta-wrap-teacher-card {
  margin-top: 16px;
  display: flex;
}

.link-teacher-card {
  color: var(--green);
  font-family: Plus Jakarta, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.link-teacher-card:hover {
  color: #1c3533cc;
}

.wrap-teacher-name {
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 16px;
  display: flex;
}

.wrap-socials-teacher-card {
  grid-column-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-button {
  background-color: var(--green);
  border-radius: 50%;
  justify-content: center;
  width: 56px;
  height: 56px;
}

.cart-master {
  z-index: 1000;
  position: fixed;
  inset: auto 24px 24px auto;
}

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

.remove-link {
  color: var(--green);
  text-decoration: none;
}

.remove-button {
  color: var(--green);
}

.icon-cart-course {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px;
}

.apple-pay {
  border-radius: 12px;
  height: 52px;
}

.wrap-brand-checkout {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 64px;
  display: flex;
}

.checkout-form {
  background-color: var(--beige-background);
  padding-top: 64px;
}

.block-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.block-content {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

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

.checkbox-2 {
  width: 22px;
  height: 22px;
  margin-top: 0;
}

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

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

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

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

._404-wrap {
  width: 100%;
}

.cta-wrap-404 {
  align-items: center;
  display: flex;
}

.cta-wrap-template-page {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns-template-info {
  display: flex;
}

.left-column-template-info {
  padding: 0 24px 0 0;
}

.right-column-template-info {
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.tile-template-navigation {
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 380px;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 100px;
  box-shadow: 0 4px 64px #0000000a;
}

.link-template-navigation {
  color: var(--green);
  font-size: 22px;
  text-decoration: none;
  transition: all .2s;
}

.link-template-navigation.w--current {
  font-size: 27px;
  font-weight: 700;
}

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

.tile-template-info {
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 64px #0000000a;
}

.tile-template-info.changelog-info {
  max-width: 500px;
}

.template-h2 {
  margin-top: 0;
}

.grid-colors {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.color-master {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.color {
  background-color: #faebe3;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  padding-top: 100%;
}

.color.color-one {
  background-color: var(--green);
}

.color.color-two {
  background-color: var(--beige-background);
}

.color.color-three {
  background-color: var(--accent-one);
}

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

.grid-icons {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.icon-template {
  width: 32px;
  height: 32px;
}

.grid-buttons {
  width: 100%;
}

.button-wrap {
  grid-row-gap: 16px;
  background-color: var(--beige-background);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.grid-tiles {
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 620px;
}

.grid-license-images {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.image-template {
  border-radius: 8px;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.success-message {
  background-color: var(--background);
  color: var(--green);
  border: 1px solid #1c35331c;
  border-radius: 12px;
}

.overlay-blog-detail {
  background-color: #1c353366;
  position: absolute;
  inset: 0%;
}

.wrap-nav-buttons {
  grid-column-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.cta-wrap-sales-hero {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sales-mock-image {
  border: 1px solid #f4f1eb45;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 0;
}

.sales-mock-link-block {
  width: 100%;
  margin-bottom: 24px;
  transition: transform .5s;
}

.sales-mock-link-block:hover {
  transform: scale(1.03);
}

.included-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--beige-background);
  text-align: center;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0;
  font-weight: 500;
  display: flex;
}

.included-card.figma-card {
  grid-column-gap: 56px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  padding: 32px;
}

.included-padding-wrap {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.image-included {
  width: 100%;
}

.icon-figma {
  width: 120px;
  height: 120px;
}

.wrap-figma-content {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-sales-pages {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.single-sales-pages {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.sales-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: var(--green);
  text-align: center;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.sales-card:hover {
  transform: translate(0, -4px);
}

.image-sales-page {
  border: 1px solid #1c353329;
  border-radius: 12px;
  width: 100%;
}

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

.more-power-card {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  background-color: var(--beige-background);
  text-align: left;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 24px;
  font-weight: 500;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }

  h3 {
    font-size: 20px;
  }

  .section.hero-home {
    padding-top: 100px;
  }

  .section.image-columns-section-course {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero-course-detail {
    padding-top: 250px;
    padding-bottom: 200px;
  }

  .section.contact {
    padding-top: 140px;
  }

  .section.enroll {
    padding-bottom: 200px;
  }

  .section.course-detail-content {
    margin-top: -120px;
  }

  .section.hero-teacher {
    padding-top: 140px;
  }

  .section.sales-gallery {
    height: auto;
    min-height: 400px;
    max-height: 600px;
  }

  .main-container.hero {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mega-h1 {
    font-size: 44px;
    line-height: 130%;
  }

  .hero-block {
    min-height: 0;
    padding: 140px 40px 120px;
  }

  .limit-790 {
    max-width: 600px;
  }

  .cta.secondary.nav-cta {
    margin-left: 0;
  }

  .steps-grid, .grid-halves {
    grid-template-columns: 1fr;
  }

  .grid-halves.about-lecture {
    grid-row-gap: 40px;
  }

  .grid-halves.about-us-halves {
    grid-template-columns: 1.2fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-halves.home-image-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-halves.combo-image-text-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-halves.course-details-halves {
    grid-row-gap: 56px;
  }

  .grid-halves.contact-grid {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-halves.teacher-courses, .grid-halves.course-more-grid {
    grid-template-columns: 1fr;
  }

  .block.transition-home {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 630px;
    display: flex;
  }

  .block.image-columns-title {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .block.course-detail-on-green {
    background-color: var(--green);
    border-radius: 12px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
  }

  .block.teacher-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .check-list-item {
    text-align: left;
  }

  .colored-block {
    max-width: 550px;
  }

  .feature-image-wrap {
    max-width: 510px;
    min-height: 580px;
  }

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

  .teacher-wrap {
    grid-column-gap: 24px;
  }

  .brand-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .cta-block {
    padding: 52px;
  }

  .tab-link {
    flex: 0 auto;
  }

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

  .grid-thirds.courses {
    grid-template-columns: 1fr;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-thirds.sales-pages-grid, .grid-thirds.sales-mokcups {
    grid-template-columns: 1fr 1fr;
  }

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

  .marquee-wrap {
    max-width: 540px;
  }

  .course-detail-wrap {
    width: 100%;
    max-width: 598px;
  }

  .course-price-wrap {
    width: 100%;
  }

  .sticky-block {
    position: static;
  }

  .teachers-card {
    flex-direction: column;
  }

  .grid-teachers-usps {
    grid-template-columns: 1fr;
  }

  .teachers-feature-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .blog-wrap {
    padding: 40px;
  }

  .blog-featured-card {
    flex-direction: column;
  }

  .grid-blog {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-detail-wrap {
    padding: 64px;
  }

  .grid-footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .newsletter-form {
    max-width: 680px;
  }

  .card-wrap {
    left: -40px;
  }

  .background-image-about-us {
    height: 80vw;
    position: static;
  }

  .wrap-highlighted-blog-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .link-nav {
    padding-left: 0;
    font-size: 20px;
  }

  .nav-menu {
    background-color: var(--beige-background);
    border-radius: 12px;
    justify-content: flex-start;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
  }

  .divider-nav {
    width: 40%;
    max-width: 130px;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .title-wrap-home-image-section {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .master-teacher-hero {
    grid-row-gap: 48px;
    text-align: center;
    flex-direction: column;
  }

  .image-teacher-hero {
    max-width: 84%;
    height: 70vw;
    min-height: 0;
  }

  .wrap-teacher-content {
    align-items: center;
  }

  .wrap-teacher-name {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .checkout-form {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-template-info {
    flex-direction: column;
  }

  .left-column-template-info {
    display: none;
  }

  .manu-button {
    background-color: var(--tile);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .manu-button.w--open {
    background-color: var(--tile);
  }

  .icon-hamburger {
    width: 28px;
    height: 28px;
    margin: auto;
    display: block;
  }

  .wrap-menu-inside {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .wrap-nav-buttons {
    grid-column-gap: 12px;
    justify-content: flex-start;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .grid-fourths.sales-pages-fourths {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

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

  .section.hero-home {
    padding-bottom: 0;
  }

  .section.number {
    padding-top: 80px;
  }

  .section.hero-course-detail {
    padding-top: 210px;
  }

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

  .section.hero-about-us {
    padding-top: 140px;
  }

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

  .section.sales-gallery {
    height: auto;
    min-height: 400px;
    max-height: 630px;
  }

  .mega-h1 {
    font-size: 36px;
    line-height: 124%;
  }

  .subtitle {
    font-size: 18px;
    line-height: 135%;
  }

  .hero-block {
    text-align: center;
    background-image: linear-gradient(to top, #1c3533, #1c353300), linear-gradient(#0000, #0000), url('../images/Hero-Image_1Hero Image.webp');
    background-position: 0 0, 0 0, 65% 0;
    padding: 64px 24px 56px;
  }

  .student-button-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .student-wrap {
    grid-column-gap: 16px;
  }

  .text-medium {
    font-size: 16px;
    line-height: 136%;
  }

  .colored-block {
    max-width: 82%;
    height: 66vw;
  }

  .home-image-wrap {
    height: 66vw;
  }

  .feature-image-wrap {
    max-width: 460px;
    height: 90vw;
    min-height: 0;
    max-height: 560px;
  }

  .number-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .number-tile.tile-02 {
    border-left-style: none;
    border-right-style: none;
  }

  .number-tile.tile-03 {
    border-right-style: none;
  }

  .teacher-wrap {
    flex-direction: column;
  }

  .teacher-image-wrap {
    height: 56vw;
  }

  .teacher-button-wrap {
    padding-top: 24px;
  }

  .brand-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cta-block {
    padding: 32px;
  }

  .cta-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 4vw;
    display: flex;
  }

  .tab-link {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 2.4vw;
    display: flex;
  }

  .grid-thirds.courses {
    max-width: none;
  }

  .grid-thirds.process-grid {
    grid-row-gap: 48px;
  }

  .feature-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .marquee-overflow {
    height: 160px;
  }

  .marquee-overflow.bottom {
    height: 140px;
  }

  .marquee-wrap {
    height: 700px;
  }

  .form-wrap {
    padding: 32px;
  }

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

  .blog-detail-wrap {
    padding: 32px;
  }

  .faq-h3 {
    font-size: 18px;
  }

  .faq-paragraph {
    font-size: 15px;
    line-height: 135%;
  }

  .background-image-about-us {
    height: 100vw;
  }

  .process-tile {
    padding: 40px;
  }

  .title-wrap-step-away {
    text-align: center;
  }

  .tab-link-text {
    flex: none;
  }

  .image-teacher-hero {
    height: 80vw;
  }

  .tile-template-navigation, .tile-template-info {
    padding: 40px;
  }

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

  .sales-mockups-column.third-column {
    display: none;
  }

  .included-card.figma-card {
    text-align: center;
    flex-direction: column;
  }

  .wrap-figma-content {
    text-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 135%;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  .section.hero-home {
    padding-top: 72px;
  }

  .section.light.color-image-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.light.color-image-section.first-image-section {
    padding-top: 100px;
  }

  .section.teacher, .section.brand {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero-course-detail {
    background-position: 60% 0;
    padding-top: 190px;
  }

  .section.contact {
    padding-bottom: 64px;
  }

  .section.hero-account-pages {
    padding-top: 120px;
  }

  .section.impression {
    padding-top: 160px;
  }

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

  .section.one-step-away-section {
    padding-top: 24px;
  }

  .section.hero-about-us {
    padding-top: 100px;
  }

  .section.hero-sales {
    padding-top: 160px;
  }

  .section.legal {
    padding-top: 100px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-container.hero {
    padding-left: 8px;
    padding-right: 8px;
  }

  .mega-h1 {
    font-size: 26px;
  }

  .paragraph-big {
    font-size: 20px;
  }

  .paragraph-big.home-subittle {
    font-size: 17px;
  }

  .paragraph-big.detail-right-text-course-page {
    font-size: 26px;
  }

  .paragraph-big.detail-left-text-course-page {
    font-size: 16px;
    font-weight: 400;
  }

  .paragraph-small {
    font-size: 15px;
    line-height: 130%;
  }

  .subtext {
    font-size: 13px;
  }

  .hero-block {
    background-image: linear-gradient(to top, #1c3533, #1c353300), linear-gradient(#1c353333, #1c353333), url('../images/Hero-Image_1Hero Image.webp');
    background-position: 0 0, 0 0, 65% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    padding: 64px 20px;
  }

  .cta.subscribe {
    width: 100%;
  }

  .student-wrap {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .student-wrap.gap-16 {
    text-align: center;
  }

  .usps-wrap {
    grid-template-columns: 1fr;
  }

  .usps-block {
    padding-top: 0;
  }

  .step-tile {
    grid-column-gap: 16px;
  }

  .grid-halves.home-image-grid {
    grid-row-gap: 40px;
  }

  .text-medium {
    font-size: 17px;
    line-height: 130%;
  }

  .check-list-wrap {
    grid-row-gap: 12px;
  }

  .check-list-item {
    font-size: 16px;
  }

  .colored-block, .home-image-wrap {
    height: 78vw;
  }

  .feature-image-wrap {
    height: 120vw;
    max-height: 610px;
  }

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

  .tabs-menu {
    grid-row-gap: 12px;
    border-radius: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }

  .tab-link {
    flex: 0 auto;
    width: 90%;
    font-size: 5vw;
  }

  .grid-thirds.sales-pages-grid, .grid-thirds.sales-mokcups {
    grid-template-columns: 1fr;
  }

  .course-card {
    padding: 24px;
  }

  .marquee-column.second-column {
    display: none;
  }

  .course-price-card {
    padding: 18px;
  }

  .price-video {
    height: 56vw;
  }

  .pricing {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-separator {
    display: none;
  }

  .table-row {
    grid-column-gap: 12px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .table-row.white-text-row {
    text-align: left;
    justify-items: start;
  }

  .table-row.white-text-row.with-icon {
    justify-content: space-between;
    display: flex;
  }

  .course-feature-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form {
    padding: 24px;
  }

  .contact-card {
    text-align: center;
    flex-direction: column;
    padding: 32px 24px;
  }

  .contact-title {
    margin-bottom: 4px;
  }

  .form-wrap {
    padding: 32px 16px 24px;
  }

  .teachers-card {
    padding: 24px;
  }

  .teachers-image-wrap {
    max-width: 100%;
    height: 70vw;
  }

  .teachers-feature-content {
    padding: 24px 0;
  }

  .teachers-feature-wrap {
    grid-template-columns: 1fr;
  }

  .teachers-feature-card {
    min-height: auto;
    padding: 40px;
  }

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

  .cell {
    height: 90vw;
  }

  .cell-big {
    height: 120vw;
  }

  .blog-wrap {
    padding: 24px;
  }

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

  .blog-detail-wrap {
    padding: 24px;
  }

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

  .footer-column {
    flex-direction: column;
    display: flex;
  }

  .footer-grid {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .footer-link {
    font-size: 18px;
  }

  .footer-contact {
    width: 100%;
    padding: 24px;
  }

  .newsletter-title {
    line-height: 140%;
  }

  .newsletter-block {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .newsletter-form {
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .newsletter-divider {
    margin-top: 40px;
  }

  .card-wrap {
    width: 70%;
    top: 80px;
    left: -24px;
  }

  .card-wrap._02 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    bottom: -30px;
    left: 24px;
    right: 0;
  }

  .card-7 {
    height: 72%;
  }

  .card-4 {
    height: 72%;
    top: 23px;
  }

  .card-6 {
    height: 72%;
    top: 8px;
  }

  .card-5 {
    height: 72%;
    top: 16px;
  }

  .expandable-single {
    padding: 16px;
  }

  .faq-h3 {
    margin-bottom: 0;
  }

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

  .single-process {
    grid-column-gap: 16px;
  }

  .left-process {
    width: 28px;
  }

  .process-circle {
    width: 25px;
    height: 25px;
  }

  .line-process {
    width: 3px;
  }

  .process-tile {
    padding: 30px 24px;
  }

  .navbar {
    height: 64px;
  }

  .navbar-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .brand-link-navbar {
    max-width: 50vw;
  }

  .icon-course-detail-top {
    width: 32px;
    height: 32px;
  }

  .item-tabs-ecommerce {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-teacher-hero {
    max-width: 100%;
    height: 110vw;
  }

  .tile-template-navigation {
    padding: 30px 24px;
  }

  .tile-template-info {
    padding: 22px 16px;
  }

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

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

  .grid-license-images {
    grid-template-columns: 1fr;
  }

  .wrap-nav-buttons {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .sales-mockups-column.second-column {
    display: none;
  }

  .included-card, .sales-card {
    padding: 24px;
  }

  .grid-fourths.sales-pages-fourths {
    grid-template-columns: 1fr;
  }

  .more-power-card {
    padding: 24px;
  }
}

#w-node-c92ba1be-d3be-0d69-1295-2230ba8e196b-2f6c845f, #w-node-d8a2a5c8-672a-4c91-227f-777a18b7f0b8-2f6c845f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b322db65-602f-2a55-633d-e1bf3d9512bf-2f6c845f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f5f5232b-9863-d567-41d6-ca925adab60e-2f6c845f, #w-node-_1e0e3b52-bf47-6ec1-f8ca-6b8e7f887344-2f6c845f, #w-node-a1ce15bf-4f97-9abf-c40d-7a58ec6f18ab-2f6c845f, #w-node-a1ce15bf-4f97-9abf-c40d-7a58ec6f18ac-2f6c845f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37d62c53-d8d6-0ed8-a7ad-0d560f657ad8-2f6c845f, #w-node-a86a73e6-f875-fe2f-78ba-4d999796b8e1-2f6c845f, #w-node-_59d29933-6975-1bbd-1ed9-d823acbcfc81-2f6c845f, #w-node-fd17af4d-6b05-9453-2f2c-9b665a4a8b63-2f6c845f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a1ce15bf-4f97-9abf-c40d-7a58ec6f1890-2f6c845f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_6c11fe8d-765c-e360-7049-6c34bfd8b4da-2f6c845f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6c11fe8d-765c-e360-7049-6c34bfd8b4f5-2f6c845f, #w-node-_6c11fe8d-765c-e360-7049-6c34bfd8b4f6-2f6c845f, #w-node-a5056e7c-2fb0-aa07-2c45-10c0374ebcd2-2f6c845f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cde3fd44-c547-559d-fc74-d495f05c8821-2f6c845f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5a56e052-7257-4202-2fd3-68c3078a0ae0-078a0adc, #w-node-_5a56e052-7257-4202-2fd3-68c3078a0aee-078a0adc, #w-node-_5a56e052-7257-4202-2fd3-68c3078a0b0d-078a0adc, #w-node-_5a56e052-7257-4202-2fd3-68c3078a0b24-078a0adc, #w-node-_5a56e052-7257-4202-2fd3-68c3078a0b2f-078a0adc, #w-node-_65f4b1bb-63fd-1b6c-4e51-e72e1b9b1838-1b9b1834, #w-node-_65f4b1bb-63fd-1b6c-4e51-e72e1b9b184f-1b9b1834, #w-node-_65f4b1bb-63fd-1b6c-4e51-e72e1b9b1850-1b9b1834, #w-node-_943094c2-6572-8746-0c54-108ab1ffdc84-2f6c8461, #w-node-ddd8e5e8-02ea-1927-c37f-f73854989465-2f6c8461, #w-node-a8cb8cd0-ca85-725b-4e15-401513b547bb-2f6c8462, #w-node-_9090e274-eb78-2cda-f3c4-b7a29e02ee09-2f6c8462, #w-node-e6fae82a-1863-b79b-5377-6bcd4569e123-2f6c8462, #w-node-_7a1264bf-a540-bacb-47d0-46bb9a536dfe-2f6c8462, #w-node-dd9c1c08-1bb7-2342-0bcd-33526dcb42af-2f6c8462, #w-node-_44250d77-9ded-adec-9b89-695b737c5749-2f6c8462, #w-node-d06ce9c7-d11e-07c7-5644-3e6b2dd97ad0-2f6c8462, #w-node-d06ce9c7-d11e-07c7-5644-3e6b2dd97aeb-2f6c8462, #w-node-d06ce9c7-d11e-07c7-5644-3e6b2dd97b06-2f6c8462, #w-node-d06ce9c7-d11e-07c7-5644-3e6b2dd97b21-2f6c8462, #w-node-d06ce9c7-d11e-07c7-5644-3e6b2dd97b3c-2f6c8462, #w-node-d06ce9c7-d11e-07c7-5644-3e6b2dd97b57-2f6c8462, #w-node-_4aa0853f-772d-4a2f-75b3-b45757b24ebe-2f6c8462, #w-node-_4aa0853f-772d-4a2f-75b3-b45757b24ed9-2f6c8462, #w-node-_4aa0853f-772d-4a2f-75b3-b45757b24ef4-2f6c8462, #w-node-_4aa0853f-772d-4a2f-75b3-b45757b24f0f-2f6c8462, #w-node-_4aa0853f-772d-4a2f-75b3-b45757b24f2a-2f6c8462, #w-node-_4aa0853f-772d-4a2f-75b3-b45757b24f45-2f6c8462, #w-node-dc4d9fa7-61ad-c128-6fb8-b51776bf7d3b-2f6c8462, #w-node-dc4d9fa7-61ad-c128-6fb8-b51776bf7d56-2f6c8462, #w-node-dc4d9fa7-61ad-c128-6fb8-b51776bf7d71-2f6c8462, #w-node-dc4d9fa7-61ad-c128-6fb8-b51776bf7d8c-2f6c8462, #w-node-dc4d9fa7-61ad-c128-6fb8-b51776bf7da7-2f6c8462, #w-node-dc4d9fa7-61ad-c128-6fb8-b51776bf7dc2-2f6c8462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4631e7c1-25e4-b899-2e8a-5c0e32e4c198-2f6c8462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-eafddd40-5a7f-812b-349c-80179481a9ae-2f6c8463, #w-node-_107572ad-9ebc-4b1d-3c48-d5ad42701021-2f6c8463, #w-node-d1e65a63-4fd1-1446-ccea-b956bdea45f4-2f6c8463, #w-node-d1e65a63-4fd1-1446-ccea-b956bdea45f5-2f6c8463 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1e65a63-4fd1-1446-ccea-b956bdea45f7-2f6c8463 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d1e65a63-4fd1-1446-ccea-b956bdea45fa-2f6c8463, #w-node-d1e65a63-4fd1-1446-ccea-b956bdea45fb-2f6c8463 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1e65a63-4fd1-1446-ccea-b956bdea4600-2f6c8463 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d1e65a63-4fd1-1446-ccea-b956bdea4604-2f6c8463, #w-node-d1e65a63-4fd1-1446-ccea-b956bdea4605-2f6c8463 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1e65a63-4fd1-1446-ccea-b956bdea4607-2f6c8463 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d1e65a63-4fd1-1446-ccea-b956bdea460b-2f6c8463, #w-node-d1e65a63-4fd1-1446-ccea-b956bdea460c-2f6c8463 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1e65a63-4fd1-1446-ccea-b956bdea460e-2f6c8463 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d1e65a63-4fd1-1446-ccea-b956bdea4611-2f6c8463, #w-node-d1e65a63-4fd1-1446-ccea-b956bdea4612-2f6c8463 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1e65a63-4fd1-1446-ccea-b956bdea4614-2f6c8463 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d1e65a63-4fd1-1446-ccea-b956bdea4617-2f6c8463, #w-node-d1e65a63-4fd1-1446-ccea-b956bdea4618-2f6c8463 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1e65a63-4fd1-1446-ccea-b956bdea461a-2f6c8463 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d1e65a63-4fd1-1446-ccea-b956bdea461e-2f6c8463, #w-node-d1e65a63-4fd1-1446-ccea-b956bdea461f-2f6c8463 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1e65a63-4fd1-1446-ccea-b956bdea4621-2f6c8463 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4f2e10e2-09d7-fceb-64ec-efb0fba661d6-2f6c8466, #w-node-_4f2e10e2-09d7-fceb-64ec-efb0fba661da-2f6c8466, #w-node-_4f2e10e2-09d7-fceb-64ec-efb0fba661de-2f6c8466, #w-node-_4f2e10e2-09d7-fceb-64ec-efb0fba661e2-2f6c8466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_926b4bb5-1af6-e4a9-f6db-32f9739a906a-2f6c8466, #w-node-b9a7eb1d-04c6-1e90-2775-8919882a3f38-2f6c8466, #w-node-fd098458-6119-fcd2-3746-65d7c23ab365-2f6c8466, #w-node-e61816a6-5a8a-41b6-8856-d40ee8d4dc33-2f6c8466, #w-node-_9c219c40-99ee-7a89-594f-fda9febd3aa3-2f6c8466, #w-node-_99002da8-50d5-b4aa-02a0-24b56bac6097-2f6c8466, #w-node-_148fabdb-53e3-4414-9b33-265765d872e1-2f6c8466, #w-node-_1d13af41-771c-550e-d675-1b6930127fb5-2f6c8466, #w-node-b413b8c8-1a3a-dbd2-2a89-8c89ae400ae4-2f6c8466, #w-node-eae8a631-77b8-d4c4-9a5d-9c836c114d39-2f6c8466, #w-node-de858de3-8058-6f08-c172-5e631e258132-2f6c8466, #w-node-_92bdca3a-3557-728c-6514-8eaf8d54e4de-2f6c8466, #w-node-_1b120287-2fa5-0081-b27a-43e4ed87384e-2f6c8466, #w-node-_0dbbdcfb-0276-7195-9958-d9b459fda72b-2f6c8466, #w-node-_13c34488-e0b4-e0be-3084-1effceeb4a50-2f6c8466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7d96f55b-7137-0cd1-8e78-c8d4d9ed55a8-2f6c8466, #w-node-_684b75c9-8e85-d50f-2566-58a66e4fd9c5-2f6c8466, #w-node-d02e47f9-c7c7-5800-3183-abfb49f2ecff-2f6c8466, #w-node-_29f0d4d1-201f-66b7-6dc7-e134f6814563-2f6c8466, #w-node-_9122a964-1d21-7f0e-e66e-bfff0a947ffb-2f6c8466, #w-node-_6cfb08bf-f0e0-3c78-b35a-bc05f5665d5f-2f6c8466, #w-node-e5e43e11-23cd-90cf-120d-818aab9e6c60-2f6c8468, #w-node-_51473d00-aa0c-5501-7668-1b9404c2541e-2f6c8468, #w-node-_6eebee9b-6cc1-7c42-b610-c4bc0d369fb5-2f6c8468, #w-node-_83c1daba-ad09-35de-e004-7f21759c613e-2f6c8468, #w-node-c63826fc-c0e2-6c25-5937-4779168c2436-2f6c8468, #w-node-_00077b01-e191-8227-d107-9b755e99e543-2f6c8468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5211841-70de-12c9-8cbc-a707658ce769-2f6c8468 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d5211841-70de-12c9-8cbc-a707658ce76a-2f6c8468, #w-node-d5211841-70de-12c9-8cbc-a707658ce76b-2f6c8468, #w-node-f0e8bd82-6184-8966-61fa-0b3efac54ca3-2f6c846c, #w-node-f0e8bd82-6184-8966-61fa-0b3efac54ca4-2f6c846c, #w-node-f0e8bd82-6184-8966-61fa-0b3efac54cc4-2f6c846c, #w-node-f0e8bd82-6184-8966-61fa-0b3efac54cc5-2f6c846c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e8bd82-6184-8966-61fa-0b3efac54cc7-2f6c846c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f0e8bd82-6184-8966-61fa-0b3efac54cca-2f6c846c, #w-node-f0e8bd82-6184-8966-61fa-0b3efac54ccb-2f6c846c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e8bd82-6184-8966-61fa-0b3efac54cd0-2f6c846c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f0e8bd82-6184-8966-61fa-0b3efac54cd4-2f6c846c, #w-node-f0e8bd82-6184-8966-61fa-0b3efac54cd5-2f6c846c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e8bd82-6184-8966-61fa-0b3efac54cd7-2f6c846c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f0e8bd82-6184-8966-61fa-0b3efac54cdb-2f6c846c, #w-node-f0e8bd82-6184-8966-61fa-0b3efac54cdc-2f6c846c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e8bd82-6184-8966-61fa-0b3efac54cde-2f6c846c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f0e8bd82-6184-8966-61fa-0b3efac54ce1-2f6c846c, #w-node-f0e8bd82-6184-8966-61fa-0b3efac54ce2-2f6c846c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e8bd82-6184-8966-61fa-0b3efac54ce4-2f6c846c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f0e8bd82-6184-8966-61fa-0b3efac54ce7-2f6c846c, #w-node-f0e8bd82-6184-8966-61fa-0b3efac54ce8-2f6c846c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e8bd82-6184-8966-61fa-0b3efac54cea-2f6c846c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f0e8bd82-6184-8966-61fa-0b3efac54cee-2f6c846c, #w-node-f0e8bd82-6184-8966-61fa-0b3efac54cef-2f6c846c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e8bd82-6184-8966-61fa-0b3efac54cf1-2f6c846c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cc7616d1-e501-a2f3-57f8-2524dcd68942-2f6c846d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_418ddfd2-0752-3686-09f0-9aa46b66be44-2f6c846d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8d4214ba-3816-9e3f-2e6d-074c1aafb10e-2f6c8472 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-edf1d0e5-32b2-1a55-bf40-556f5d08ad04-2f6c8472 {
  justify-self: end;
}

#w-node-_8078f413-94e9-bf40-3a70-6b72fd81ad55-2f6c8475, #w-node-ec1bee9b-ec71-21b7-43bb-9f9c251df73e-2f6c8475, #w-node-ccfb39e3-16cc-e094-75dc-2f25231c8f46-2f6c8475, #w-node-c2d39ce5-5361-76c1-c6e1-650174f1ff01-2f6c8475, #w-node-c2f25cfa-54e0-9dcd-4468-c65dba074c84-2f6c8475, #w-node-_4110bbfd-f06b-b769-36e0-0d470d71400a-2f6c8475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_926b4bb5-1af6-e4a9-f6db-32f9739a906a-2f6c8475, #w-node-b9a7eb1d-04c6-1e90-2775-8919882a3f38-2f6c8475, #w-node-fd098458-6119-fcd2-3746-65d7c23ab365-2f6c8475, #w-node-e61816a6-5a8a-41b6-8856-d40ee8d4dc33-2f6c8475, #w-node-_9c219c40-99ee-7a89-594f-fda9febd3aa3-2f6c8475, #w-node-_99002da8-50d5-b4aa-02a0-24b56bac6097-2f6c8475, #w-node-_148fabdb-53e3-4414-9b33-265765d872e1-2f6c8475, #w-node-_1d13af41-771c-550e-d675-1b6930127fb5-2f6c8475, #w-node-b413b8c8-1a3a-dbd2-2a89-8c89ae400ae4-2f6c8475, #w-node-eae8a631-77b8-d4c4-9a5d-9c836c114d39-2f6c8475, #w-node-de858de3-8058-6f08-c172-5e631e258132-2f6c8475, #w-node-_92bdca3a-3557-728c-6514-8eaf8d54e4de-2f6c8475, #w-node-_1b120287-2fa5-0081-b27a-43e4ed87384e-2f6c8475, #w-node-_0dbbdcfb-0276-7195-9958-d9b459fda72b-2f6c8475, #w-node-_13c34488-e0b4-e0be-3084-1effceeb4a50-2f6c8475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2ef810fc-36f1-f305-f846-900e65976da9-2f6c8478, #w-node-_2ef810fc-36f1-f305-f846-900e65976db0-2f6c8478, #w-node-_2ef810fc-36f1-f305-f846-900e65976db9-2f6c8478, #w-node-_27292756-82e8-2948-c137-73dee9ba402c-2f6c8478, #w-node-_0c872f46-e856-03f7-62aa-b73c4a865e68-2f6c8478, #w-node-_1f54f711-1a91-bc86-1959-34090de9a001-2f6c8478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_815c470d-bf64-6dc9-132e-e8d1bfd16151-2f6c8478 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_997b25f3-49b3-24a8-65e6-0e993511cb4f-2f6c8478, #w-node-_698c741f-1e6e-5716-7f9a-460ea737b9b2-2f6c8478, #w-node-bf95b53e-42f6-2dde-2ce1-115f818a557e-2f6c8478, #w-node-_42802f5c-1af0-de2a-901c-f5f523680990-2f6c8478, #w-node-_8558673d-ae33-c78d-e430-12930143f1a4-2f6c8478, #w-node-deb5372c-86f6-02c4-bef6-02e2dfe10d1d-2f6c8478, #w-node-_160cf614-eecc-2c97-5b06-4ac01a0e6ff0-2f6c8478, #w-node-_89c0f4e6-1b57-eecf-a285-21311f041bc9-2f6c8478, #w-node-b7016e30-7fe6-f3f4-ed14-460231ed1da2-2f6c8478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b322db65-602f-2a55-633d-e1bf3d9512bf-2f6c845f {
    justify-self: center;
  }

  #w-node-f5f5232b-9863-d567-41d6-ca925adab60e-2f6c845f, #w-node-a1ce15bf-4f97-9abf-c40d-7a58ec6f18ab-2f6c845f {
    order: -9999;
    justify-self: center;
  }

  #w-node-a1ce15bf-4f97-9abf-c40d-7a58ec6f1890-2f6c845f, #w-node-_6c11fe8d-765c-e360-7049-6c34bfd8b4da-2f6c845f {
    justify-self: center;
  }

  #w-node-_6c11fe8d-765c-e360-7049-6c34bfd8b4f5-2f6c845f {
    order: -9999;
    justify-self: center;
  }

  #w-node-a5056e7c-2fb0-aa07-2c45-10c0374ebcd2-2f6c845f, #w-node-cde3fd44-c547-559d-fc74-d495f05c8821-2f6c845f {
    justify-self: center;
  }

  #w-node-_5a56e052-7257-4202-2fd3-68c3078a0b0d-078a0adc {
    grid-column: span 2 / span 2;
  }

  #w-node-_6bef4da8-5001-5b3c-1abb-342c42ce7d9e-2f6c8462, #w-node-f3615e17-26f2-a900-77c5-57b51f6ef09b-2f6c8463, #w-node-e0ef9e08-a3f8-1070-3537-eae35004d1a5-2f6c8463 {
    justify-self: center;
  }

  #w-node-d1e65a63-4fd1-1446-ccea-b956bdea45f7-2f6c8463, #w-node-d1e65a63-4fd1-1446-ccea-b956bdea4600-2f6c8463, #w-node-d1e65a63-4fd1-1446-ccea-b956bdea4607-2f6c8463, #w-node-d1e65a63-4fd1-1446-ccea-b956bdea460e-2f6c8463, #w-node-d1e65a63-4fd1-1446-ccea-b956bdea4614-2f6c8463, #w-node-d1e65a63-4fd1-1446-ccea-b956bdea461a-2f6c8463, #w-node-d1e65a63-4fd1-1446-ccea-b956bdea4621-2f6c8463 {
    justify-self: end;
  }

  #w-node-f0e8bd82-6184-8966-61fa-0b3efac54ca2-2f6c846c, #w-node-f0e8bd82-6184-8966-61fa-0b3efac54cc0-2f6c846c {
    justify-self: center;
  }

  #w-node-f0e8bd82-6184-8966-61fa-0b3efac54cc7-2f6c846c, #w-node-f0e8bd82-6184-8966-61fa-0b3efac54cd0-2f6c846c, #w-node-f0e8bd82-6184-8966-61fa-0b3efac54cd7-2f6c846c, #w-node-f0e8bd82-6184-8966-61fa-0b3efac54cde-2f6c846c, #w-node-f0e8bd82-6184-8966-61fa-0b3efac54ce4-2f6c846c, #w-node-f0e8bd82-6184-8966-61fa-0b3efac54cea-2f6c846c, #w-node-f0e8bd82-6184-8966-61fa-0b3efac54cf1-2f6c846c {
    justify-self: end;
  }

  #w-node-_418ddfd2-0752-3686-09f0-9aa46b66be50-2f6c846d {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c92ba1be-d3be-0d69-1295-2230ba8e196b-2f6c845f {
    justify-self: center;
  }

  #w-node-_65f4b1bb-63fd-1b6c-4e51-e72e1b9b184f-1b9b1834 {
    order: -9999;
  }

  #w-node-_40d3b3f5-d23e-c910-fc91-49583175a93a-2f6c8462, #w-node-_03fbf9d5-dfeb-8d17-d87d-28a3db273f48-2f6c8462, #w-node-_45853097-b138-4d41-c5f7-76fea05e5d62-2f6c8462, #w-node-_0cd88cd6-263d-8cb7-0386-8af04bcf6d69-2f6c8462, #w-node-_0cd88cd6-263d-8cb7-0386-8af04bcf6d70-2f6c8462, #w-node-_0cd88cd6-263d-8cb7-0386-8af04bcf6d77-2f6c8462, #w-node-_76f56837-d943-131a-85e5-017d18533550-2f6c846d, #w-node-_76f56837-d943-131a-85e5-017d18533557-2f6c846d, #w-node-_76f56837-d943-131a-85e5-017d1853355e-2f6c846d, #w-node-_76f56837-d943-131a-85e5-017d18533566-2f6c846d, #w-node-_76f56837-d943-131a-85e5-017d1853356d-2f6c846d, #w-node-_76f56837-d943-131a-85e5-017d18533574-2f6c846d {
    justify-self: center;
  }

  #w-node-_815c470d-bf64-6dc9-132e-e8d1bfd16151-2f6c8478 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5a56e052-7257-4202-2fd3-68c3078a0b0d-078a0adc {
    grid-column: span 1 / span 1;
  }

  #w-node-d1e65a63-4fd1-1446-ccea-b956bdea45f7-2f6c8463, #w-node-d1e65a63-4fd1-1446-ccea-b956bdea4600-2f6c8463, #w-node-d1e65a63-4fd1-1446-ccea-b956bdea4607-2f6c8463, #w-node-d1e65a63-4fd1-1446-ccea-b956bdea460e-2f6c8463, #w-node-d1e65a63-4fd1-1446-ccea-b956bdea4614-2f6c8463, #w-node-d1e65a63-4fd1-1446-ccea-b956bdea461a-2f6c8463, #w-node-d1e65a63-4fd1-1446-ccea-b956bdea4621-2f6c8463 {
    justify-self: start;
  }

  #w-node-d5211841-70de-12c9-8cbc-a707658ce769-2f6c8468 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-d5211841-70de-12c9-8cbc-a707658ce76a-2f6c8468, #w-node-d5211841-70de-12c9-8cbc-a707658ce76b-2f6c8468 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0e8bd82-6184-8966-61fa-0b3efac54cc7-2f6c846c, #w-node-f0e8bd82-6184-8966-61fa-0b3efac54cd0-2f6c846c, #w-node-f0e8bd82-6184-8966-61fa-0b3efac54cd7-2f6c846c, #w-node-f0e8bd82-6184-8966-61fa-0b3efac54cde-2f6c846c, #w-node-f0e8bd82-6184-8966-61fa-0b3efac54cea-2f6c846c {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-ExtraBoldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}