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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-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-commercecartcloselink {
  width: 16px;
  height: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-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-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart {
  margin-left: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon, .logo-image {
  display: block;
}

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

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

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

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

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

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

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

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

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

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.product-image-wrap {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 620px;
  transition: opacity .6s;
  display: block;
  position: relative;
}

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

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

.product-description {
  position: absolute;
  inset: auto auto 30px 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.option {
  margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

.navbar-logo-left {
  z-index: 9;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-top: -10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

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

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

.navbar-brand {
  width: 160px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #ffffffe6;
}

.mobile-margin-top-10 {
  margin-left: 20px;
}

.button-primary {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--white);
  color: var(--black);
}

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

.hero-without-image {
  background-color: var(--black);
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 700;
  line-height: 1;
}

.paragraph-10 {
  font-weight: 400;
  line-height: 22px;
}

.bold-text-5 {
  text-transform: none;
  font-weight: 700;
  line-height: 50px;
}

.heading-7 {
  margin-top: 32px;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 50px;
}

.bold-text-6 {
  font-weight: 600;
}

.privacyblock {
  background-color: #fff;
  border: 4px solid #1c349729;
  border-radius: 12px;
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 48px;
  display: block;
}

.paragraph-8 {
  color: #050505;
  line-height: 22px;
}

.list-9 {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 16px;
  list-style-type: square;
  display: flex;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 16px;
}

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

.bold-text-9 {
  font-size: 50px;
  line-height: 65px;
}

.bold-text-10 {
  font-size: 30px;
  line-height: 50px;
}

.paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30, .paragraph-31 {
  line-height: 22px;
}

.bold-text-11 {
  font-weight: 400;
}

.form-wrap {
  background-color: #fff;
  border-radius: 16px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.text-field-large {
  border: 1px solid #c4cee8;
  border-radius: 9px;
  min-height: 150px;
}

.text-field-large:hover {
  border-width: 2px;
}

.text-field-large:active, .text-field-large:focus {
  border-width: 2px;
  border-color: #5f30e2;
}

.display-normal {
  color: #02044a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
}

.form-block-2 {
  margin-left: auto;
  margin-right: auto;
}

.button-wrap-right {
  justify-content: flex-end;
  margin-top: 32px;
  display: flex;
}

.form-section-touch {
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding: 196px 3% 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submit-button {
  background-color: var(--black);
  color: #fff;
  border-radius: 8px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

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

.container-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.field-wrap {
  margin-bottom: 24px;
}

.text-field-2 {
  border: 1px solid #c4cee8;
  border-radius: 9px;
  min-height: 56px;
  transition: all .2s;
}

.text-field-2:hover {
  border-width: 2px;
}

.text-field-2:active, .text-field-2:focus {
  border-width: 2px;
  border-color: #5f30e2;
}

.title-wrap {
  color: #7b88a8;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.journey-heading {
  z-index: -1;
  background-image: url('../images/Journey-bg.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 24px;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: absolute;
}

.banner-left-content {
  margin-left: 16px;
}

.navbar-wrapper-2 {
  border: 1px #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 26px;
  padding: 10px 0;
  display: flex;
  position: absolute;
  left: -20px;
}

.video-text.text-white {
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

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

.servicegrid_item {
  background-color: #f4ecff;
  border-radius: 24px;
  padding: 20px;
  text-decoration: none;
}

.navbar-logo-left-2.custom-header {
  width: 100%;
  position: static;
  left: 0;
}

.featured-logo {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mb-30 {
  padding-bottom: 20px;
}

.border-line {
  padding-left: 20px;
  padding-right: 20px;
}

.btn-yellow {
  text-align: center;
  background-color: #fec031;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 175px;
  max-width: 175px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.btn-yellow.btn-banner {
  text-transform: uppercase;
  transform: scale3d(1none, 1none, 1none);
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #f78d1f;
  border-radius: 8px;
  min-width: auto;
  max-width: 429px;
  font-size: 16px;
  transition: all .2s;
}

.btn-yellow.btn-banner:hover {
  transform: scale3d(.95, .95, .95);
}

.rating {
  grid-column-gap: 0px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.banner-heading-2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 800;
}

.text-orenge {
  color: #f69320;
}

.student-avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.section-2.banner {
  background-image: url('../images/top-banner.png');
  background-position: 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.about-content {
  z-index: 99;
  background-color: #f4ecff;
  border-radius: 32px;
  margin-top: 0;
  padding: 50px 30px 60px;
  position: relative;
}

.tiny-heading.mentor-heading {
  color: #181818;
  font-size: 16px;
}

.mob-img {
  display: none;
}

.students-testimonial-block {
  border: 2px solid #1f1d2b;
  border-radius: 1.25em;
  flex-direction: column;
  padding: 1.56em;
  display: flex;
}

.students-testimonial-block.align-center {
  border-color: #282979;
  border-radius: 16px;
  align-items: center;
}

.students-testimonial-block.bg-dark {
  color: #fff;
  background-color: #282979;
  border-style: solid;
  border-color: #0000;
}

.journer-list {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
  list-style-type: none;
}

.btn-blue {
  color: #fff;
  text-transform: uppercase;
  background-color: #212264;
  border: 1px solid #212264;
  border-radius: 8px;
  padding: 12px 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all .6s;
  display: inline-block;
}

.btn-blue:hover {
  color: #212264;
  background-color: #0000;
}

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

.banner-single_img {
  display: none;
}

.navbar-brand-2 {
  object-fit: contain;
  height: 56px;
}

.review-link {
  width: 150px;
}

.bg-pr {
  background-color: #f4ecff;
  border-radius: 4px;
  align-items: center;
  height: auto;
  margin-top: 12px;
  padding: 4px 12px;
  display: inline-block;
}

.ab-img {
  z-index: 99999;
  height: 560px;
  position: absolute;
  top: 20px;
  left: auto;
  right: 0;
}

.about-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  position: relative;
}

.footer-menu_grid {
  justify-content: space-between;
  display: flex;
}

.bg-shape {
  background-color: #94c2fa;
  border-bottom-right-radius: 32px;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
}

.view-heading-3 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
}

.view-heading-3.rating-heading {
  margin-right: 16px;
  font-size: 20px;
  font-weight: 700;
}

.featured-wrapper {
  width: auto;
}

.why-grid_content {
  padding-top: 30px;
}

.container-large-2 {
  background-color: #0000;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.container-large-2.nav-container {
  background-color: #0000;
  position: relative;
}

.banner-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 140px;
  display: grid;
}

.about-wrapper {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.text-white {
  color: #fff;
  font-weight: 400;
}

.text-white.banner-content {
  padding-top: 24px;
  padding-bottom: 32px;
}

.why-grid_item {
  background-color: #212264;
  border-radius: 24px;
  padding: 30px;
}

.jouney-ab {
  padding-top: 221px;
}

.flex-group {
  display: flex;
}

.flex-group.mt-30 {
  margin-top: 30px;
}

.flex-group.mt-30.mb-30 {
  margin-top: 0;
  margin-bottom: 0;
}

.list-item-2 {
  align-items: flex-start;
  display: flex;
}

.mentor-social {
  background-color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 600px;
  margin-top: 0;
  padding: 10px 20px 17px;
  display: flex;
  position: static;
}

.journey-content {
  position: relative;
}

.nav-logo {
  width: auto;
  height: auto;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 40px;
  display: grid;
}

.journey-block_right-content {
  padding: 40px;
}

.journey-block_right-content.bg-blue {
  background-color: #c9e1ff;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  padding: 30px;
}

.sub-heading_text {
  color: #5e61fc;
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.sub-heading_text.pb-12 {
  margin-bottom: 12px;
}

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

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.content-img_wrapper {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: -169px;
}

.service-grid_img-wrapper {
  margin-bottom: 30px;
}

.footer-pr.text-white {
  margin-top: 24px;
}

.font-small {
  color: #212264;
  font-size: 14px;
}

.font-small.text-feature {
  margin-top: 5px;
}

.font-small.text-white {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.footer-2 {
  background-color: #0d0d26;
  border: 1px #000;
  border-radius: 32px 32px 0 0;
}

.footer-heading {
  color: #f69320;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: 500;
}

.star-full {
  color: #fec031;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.watch-video {
  align-items: center;
  margin-left: 20px;
  text-decoration: none;
  display: none;
}

.section-headibg_text {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

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

.section-headibg_text.text-left.font-30 {
  font-size: 31px;
  font-weight: 800;
}

.section-headibg_text.text-left.font-30.text-white.pb-16 {
  margin-bottom: 16px;
}

.section-headibg_text.text-left.font-30.text-white.pb-16.font-25 {
  font-size: 25px;
  font-weight: 700;
}

.logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.banner-views {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.featured-in-logo {
  text-align: center;
  width: 100%;
  height: auto;
  display: block;
}

.copyright {
  text-align: center;
  border-top: 1px solid #282979;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 40px;
}

.text-span-2 {
  font-weight: 700;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-2.btn-header {
  letter-spacing: 0;
  background-color: #f78d1f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-left: 30px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover, .nav-link-2:focus {
  color: #f78d1f;
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.paragraph-sm {
  font-size: .88rem;
}

.paragraph-sm.mb-16 {
  margin-bottom: 1.25rem;
}

.journey-image_wrapper {
  height: 100%;
}

.journey-image_wrapper.jouney-bg-two {
  background-image: url('../images/Course-Image.svg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}

.journey-image_wrapper.jouney-bg-two.bg-right {
  background-color: #b6d7ff;
  background-image: url('../images/Course-Image.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  border-radius: 0 32px 32px 0;
  position: relative;
}

.journey-image_wrapper.jouney-bg-th {
  background-color: #d3c9ed;
  background-image: url('../images/Frame-41098.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  padding: 0;
}

.journey-image_wrapper.jouney-bg-one {
  background-color: #c4e8d6;
  background-image: url('../images/Course-Image.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: contain;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  padding: 0;
}

.footer-link-2 {
  color: #fff;
  margin-bottom: 16px;
  text-decoration: none;
  display: block;
}

.social-link {
  margin-left: 5px;
}

.about-img_ab-wrapper {
  width: 45%;
  position: absolute;
  top: 80px;
  right: 0;
}

.banner-content {
  padding-bottom: 80px;
}

.jouenry-vactor {
  margin-top: 15px;
}

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

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

.section-heading.text-center.padding-small {
  margin-bottom: 20px;
}

.section-heading.text-center.padding-small.text-left {
  text-align: left;
  padding-left: 0;
}

.journey-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #d5f5e5;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  margin-left: 40px;
  margin-right: 40px;
  padding-right: 0;
  display: grid;
}

.journey-block.bg-pink {
  background-color: #ebe5fc;
}

.text-block-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-2.btn-text {
  font-weight: 600;
}

.mx-40 {
  padding-left: 0;
  padding-right: 0;
}

.service-heading {
  min-height: 30px;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.about-content_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-grid_left {
  margin-right: 0;
  padding-right: 60px;
  display: block;
}

.list-img {
  margin-right: 12px;
}

.student-testimonee-layout {
  grid-column-gap: .78rem;
  grid-template-rows: auto;
  grid-template-columns: 48px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featured-logo_group {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: center;
  display: flex;
}

.why-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.why-grid.two {
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
}

.students-testimonial-layout {
  margin-top: 2.5em;
  margin-bottom: 80px;
}

.banner-view-left {
  display: flex;
}

.journey-list_text {
  color: #0d0d26;
  font-weight: 500;
}

.social-link_img {
  width: 30px;
  height: 30px;
}

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

.section-3.logo {
  padding-top: 27px;
  padding-bottom: 27px;
}

.section-3.bg-wrapper {
  background-image: url('../images/footer-bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
}

.section-3.services {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.flex-text {
  align-items: center;
  padding-bottom: 4px;
  display: flex;
}

.about-logo_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  display: grid;
}

.quote-icon-alt {
  width: 2.5em;
}

.quote-icon-alt.mb-12 {
  margin-bottom: .94em;
}

.paragraph-lg {
  font-size: 1.13rem;
  line-height: 1.47059;
}

.paragraph-lg.mt-12 {
  margin-top: .94em;
}

.paragraph-lg.bold {
  overflow: visible;
}

.banner-content-2 {
  padding-bottom: 80px;
}

.raying-star_img {
  width: 120px;
}

.footer-link-3 {
  color: #fff;
  margin-bottom: 16px;
  text-decoration: none;
  display: block;
}

.footer-link-3:hover {
  color: #f78d1f;
}

.banner-view-left-2 {
  align-items: center;
  display: flex;
}

.flex-text-2 {
  align-items: center;
  padding-bottom: 4px;
  display: flex;
}

.featured-logo_group-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: center;
  display: flex;
}

.view-heading-4 {
  color: #fff;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.view-heading-4.rating-heading {
  margin-right: 16px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.jouney-ab-2 {
  padding-top: 221px;
}

.mentor-social-2 {
  background-color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 600px;
  margin-top: 0;
  padding: 17px 20px;
  display: flex;
  position: static;
}

.btn-blue-2 {
  color: #fff;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #212264;
  border: 1px solid #212264;
  border-radius: 8px;
  padding: 12px 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.btn-blue-2:hover {
  color: #fff;
  background-color: #212264;
  transform: scale3d(.95, .95, .95);
}

.links, .orphan-links {
  display: none;
}

@media screen and (max-width: 991px) {
  .section.cc-product-detail {
    flex-direction: column;
  }

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

  .button {
    justify-content: center;
  }

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

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .text-field.cc-quantity-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text {
    width: auto;
  }

  .picture-placeholder.cc-about-2 {
    height: 460px;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .number-contact-wrap {
    margin-bottom: 20px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .product-details-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-detail-cta-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

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

  .navbar-logo-left-container.shadow-three {
    background-color: #0000;
    position: absolute;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar-wrapper-2 {
    position: relative;
  }

  .video-text.text-white {
    font-size: 14px;
  }

  .container-large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .servicegrid_item {
    padding-top: 10px;
  }

  .navbar-logo-left-2.custom-header {
    position: relative;
  }

  .border-line {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .btn-yellow.btn-banner {
    min-width: 300px;
    max-width: 300px;
  }

  .image-4 {
    width: 30px;
    min-width: 30px;
  }

  .section-2.banner {
    background-image: url('../images/top-banner.png');
    background-position: 0%;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .about-content {
    padding-bottom: 40px;
    top: -40px;
  }

  .tiny-heading.mentor-heading {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .mob-img {
    width: 100%;
    display: block;
  }

  .image-7 {
    width: 100%;
  }

  .journer-list {
    margin-bottom: 10px;
  }

  .btn-blue {
    font-size: 14px;
  }

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

  .banner-single_img {
    width: 100%;
    display: block;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

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

  .bg-shape {
    height: 16px;
    display: none;
  }

  .why-grid_content {
    padding-top: 15px;
  }

  .container-large-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-grid {
    grid-template-columns: 1.75fr;
    padding-top: 140px;
  }

  .text-white.banner-content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .why-grid_item {
    padding: 20px;
  }

  .flex-group.mt-30.mb-30 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mentor-social {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .journey-block_right-content {
    padding: 25px;
  }

  .journey-block_right-content.bg-blue {
    border-top-right-radius: 32px;
    border-bottom-left-radius: 0;
  }

  .nav-menu-two-2 {
    background-color: #212264;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .section-headibg_text.text-left.font-30.text-white.pb-16 {
    font-size: 20px;
  }

  .about-grid_right-col {
    display: none;
  }

  .logo-grid {
    text-align: center;
    grid-template-columns: .25fr;
    display: block;
  }

  .banner-views {
    justify-content: center;
    align-items: center;
  }

  .featured-in-logo {
    height: 24px;
  }

  .menu-button-3 {
    background-color: #0000;
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #0000;
  }

  .banner-rating {
    margin-left: 20px;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .journey-image_wrapper.jouney-bg-two.bg-right {
    background-repeat: repeat-y;
    background-size: cover;
    border-top-right-radius: 0;
    border-bottom-left-radius: 32px;
    height: 400px;
  }

  .journey-image_wrapper.jouney-bg-th {
    background-repeat: repeat-y;
    background-size: contain;
    border-top-left-radius: 0;
    border-bottom-right-radius: 32px;
    order: 1;
    height: 400px;
  }

  .journey-image_wrapper.jouney-bg-one {
    background-repeat: repeat-y;
    border-radius: 0 0 32px 32px;
    order: 1;
    height: 400px;
  }

  .about-img_ab-wrapper {
    display: none;
    position: static;
  }

  .banner-content {
    padding-bottom: 0;
  }

  .section-heading.text-center.padding-small.text-left {
    padding-bottom: 0;
  }

  .journey-block {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    display: flex;
  }

  .icon-2 {
    color: #fff;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .service-heading {
    padding-bottom: 10px;
  }

  .about-content_grid {
    display: block;
  }

  .about-grid_left {
    padding-right: 0;
  }

  .featured-logo_group {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .section-3.why {
    padding-top: 0;
  }

  .about-logo_grid {
    grid-template-columns: 1fr;
    padding-top: 20px;
    display: flex;
  }

  .banner-content-2 {
    padding-bottom: 0;
  }

  .featured-logo_group-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .banner-rating-2 {
    margin-left: 20px;
  }

  .mentor-social-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .btn-blue-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .section, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-bigger, .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

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

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    padding: 20px 30px;
  }

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

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .cart-container {
    min-width: 360px;
  }

  .intro-content {
    width: 80%;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
  }

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

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

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

  .about-quote {
    width: 80%;
    max-width: 470px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .collection-list {
    flex-direction: column;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    background-color: #13143d;
    position: static;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .hero-without-image {
    padding: 60px 15px;
  }

  .journey-heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-wrapper-2 {
    background-color: #13143d;
    position: relative;
    left: 0;
  }

  .servicegrid_item {
    padding-top: 0;
  }

  .footer-left {
    margin-bottom: 20px;
  }

  .navbar-logo-left-2.custom-header {
    position: relative;
  }

  .border-line {
    display: none;
  }

  .banner-heading-2 {
    font-size: 50px;
  }

  .section-2.banner {
    background-image: url('../images/top-banner.png');
  }

  .tiny-heading.mentor-heading {
    margin-bottom: 10px;
  }

  .btn-blue {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .container-large-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-grid {
    padding-top: 60px;
  }

  .text-white.banner-content {
    padding-bottom: 20px;
  }

  .jouney-ab {
    padding-top: 233px;
  }

  .flex-group.mt-30.mb-30 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .mentor-social {
    width: 100%;
    max-width: 100%;
    padding: 15px 20px;
    display: flex;
  }

  .footer-grid {
    grid-template-columns: 1.25fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-menu-two-2 {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .service-grid_img-wrapper {
    margin-bottom: 10px;
  }

  .watch-video {
    margin-left: 0;
  }

  .section-headibg_text.text-white {
    font-size: 35px;
  }

  .banner-views {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .menu-button-3 {
    background-color: #0000;
  }

  .banner-rating {
    display: flex;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .banner-content {
    padding-bottom: 0;
  }

  .journey-block {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .service-heading {
    font-size: 20px;
  }

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

  .featured-logo_group {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .banner-view-left {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .social-link_img {
    width: 25px;
    height: 25px;
  }

  .section-3.services {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .flex-text {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
  }

  .about-logo_grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .banner-content-2 {
    padding-bottom: 0;
  }

  .banner-view-left-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .flex-text-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
  }

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

  .banner-rating-2 {
    display: flex;
  }

  .jouney-ab-2 {
    padding-top: 233px;
  }

  .mentor-social-2 {
    width: 100%;
    max-width: 100%;
    padding: 15px 20px;
    display: flex;
  }

  .btn-blue-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }
}

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

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .section.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cart {
    margin-right: 20px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cart-container {
    min-width: 320px;
  }

  .form-block, .about-quote, .get-in-touch-form-wrap, .blog-item, .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .list-item {
    flex-direction: column;
    align-items: center;
  }

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .navbar-logo-left-container.shadow-three {
    background-color: #13143d;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .creatoremail {
    font-weight: 600;
    display: block;
  }

  .container-8 {
    padding: 0 16px;
  }

  .privacyblock {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 24px 16px;
  }

  .form-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .journey-heading {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-left-content {
    padding-top: 10px;
  }

  .navbar-wrapper-2 {
    background-color: #13143d;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .servicegrid_item {
    padding-top: 20px;
  }

  .navbar-logo-left-2.custom-header {
    background-color: #212264;
    position: relative;
  }

  .featured-logo {
    height: 20px;
  }

  .btn-yellow {
    min-width: 100%;
    max-width: 100px;
  }

  .btn-yellow.btn-banner {
    min-width: 100%;
  }

  .image-4 {
    width: 30px;
    height: 30px;
  }

  .banner-heading-2 {
    font-size: 35px;
  }

  .section-2.banner {
    background-image: url('../images/top-banner.png');
    margin-top: 0;
    position: static;
    top: -88px;
  }

  .about-content {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tiny-heading.mentor-heading {
    margin-bottom: 0;
    padding: 10px 20px;
  }

  .students-testimonial-block.bg-dark {
    margin-bottom: 20px;
  }

  .btn-blue {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    display: inline-block;
  }

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

  .navbar-brand-2 {
    height: auto;
  }

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

  .nav-menu-wrapper-2 {
    top: 90px;
  }

  .about-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .view-heading-3 {
    font-size: 16px;
  }

  .featured-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .container-large-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-large-2.nav-container {
    background-color: #13143d;
    position: relative;
  }

  .banner-grid {
    padding-top: 40px;
  }

  .about-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .text-white.banner-content {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .jouney-ab {
    padding-top: 220px;
  }

  .flex-group.mt-30.mb-30 {
    flex-direction: column;
    align-items: center;
  }

  .mentor-social {
    background-color: #ffffff38;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-logo {
    width: 120px;
  }

  .footer-grid {
    border-style: none;
    border-color: #000;
    padding: 20px;
  }

  .journey-block_right-content {
    padding: 20px;
  }

  .journey-block_right-content.bg-blue {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-two-2 {
    flex-direction: column;
    margin-top: 0;
    position: relative;
  }

  .watch-video {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
  }

  .section-headibg_text {
    font-size: 35px;
  }

  .section-headibg_text.text-white {
    font-size: 30px;
  }

  .section-headibg_text.text-white.text-s {
    font-size: 20px;
  }

  .section-headibg_text.text-left {
    font-size: 35px;
  }

  .section-headibg_text.text-left.font-30, .section-headibg_text.text-left.font-30.text-white.pb-16.font-25 {
    font-size: 20px;
  }

  .banner-views {
    display: block;
  }

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

  .menu-button-3 {
    background-color: #0000;
  }

  .banner-rating {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

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

  .journey-image_wrapper.jouney-bg-two.bg-right {
    height: 300px;
  }

  .journey-image_wrapper.jouney-bg-th {
    background-repeat: repeat-x;
    height: 300px;
  }

  .journey-image_wrapper.jouney-bg-one {
    background-position: 50%;
    background-repeat: repeat-x;
    height: 300px;
  }

  .footer-link-2 {
    margin-bottom: 10px;
  }

  .banner-content {
    text-align: center;
    padding-bottom: 20px;
  }

  .section-heading.text-center {
    margin-bottom: 20px;
  }

  .journey-block {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .featured-logo_group {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .why-grid {
    margin-top: 40px;
  }

  .why-grid.two {
    grid-template-columns: 1fr;
  }

  .students-testimonial-layout {
    flex-direction: column;
    margin-bottom: 40px;
    display: flex;
  }

  .banner-view-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-3.why {
    padding-bottom: 40px;
  }

  .section-3.bg-wrapper {
    padding-top: 40px;
  }

  .section-3.services {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .flex-text {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .about-logo_grid {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-lg {
    font-size: 1.33em;
  }

  .banner-content-2 {
    text-align: center;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-link-3 {
    margin-bottom: 10px;
  }

  .banner-view-left-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-text-2 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 4px;
    padding-right: 0;
  }

  .featured-logo_group-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .view-heading-4 {
    font-size: 16px;
  }

  .banner-rating-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    display: flex;
  }

  .jouney-ab-2 {
    padding-top: 205px;
  }

  .mentor-social-2 {
    background-color: #ffffff38;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-blue-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    font-size: 13px;
    display: inline-block;
  }
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971b-87e29718 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971f-87e29718 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29724-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29726-87e29718 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972f-87e29718 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29736-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29738-87e29718 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2973f-87e29718 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e795a645-5092-57b0-726b-7feb7b239b54-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239b56-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239b58-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239b5a-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239b5c-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239b5e-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239b6d-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239b74-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239ba7-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239bbe-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239bc1-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239bc2-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239c13-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239c1b-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239c23-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239c2c-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239c34-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239c4e-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239c4f-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239c5d-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239c5e-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239c6c-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239c6d-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239c7b-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239c7c-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239c8a-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239c8b-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239c99-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239c9a-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239ca8-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239ca9-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239cbb-69dbd2b6, #w-node-e795a645-5092-57b0-726b-7feb7b239cbc-69dbd2b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


